summaryrefslogtreecommitdiffhomepage
path: root/src/lib/GMPDP.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-02-01 03:59:57 +0000
committerjao <jao@gnu.org>2020-02-01 03:59:57 +0000
commitb9f23c8d2189352b409a461c065d635ecab3e893 (patch)
tree86adfb26cdb2898d3c15ffdfd161ea7c0e497646 /src/lib/GMPDP.hs
parent5c0ce2eb71b950303a50bfcc8679df9441881eef (diff)
downloadxmobar-config-b9f23c8d2189352b409a461c065d635ecab3e893.tar.gz
xmobar-config-b9f23c8d2189352b409a461c065d635ecab3e893.tar.bz2
Wee musical tweakings
Diffstat (limited to 'src/lib/GMPDP.hs')
-rw-r--r--src/lib/GMPDP.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/GMPDP.hs b/src/lib/GMPDP.hs
index d7e36de..6c8ad17 100644
--- a/src/lib/GMPDP.hs
+++ b/src/lib/GMPDP.hs
@@ -5,17 +5,17 @@
module GMPDP where
import Data.Aeson
-import Data.Text
-import Control.Applicative
+
+
import qualified Data.ByteString.Lazy as B
-import Network.HTTP.Conduit (simpleHttp)
+
import GHC.Generics
import Xmobar
import Control.Monad (when, guard)
import Control.Concurrent.STM
-import Control.Exception (SomeException (..), handle, evaluate)
+
import System.INotify (Event(..), EventVariety(..), initINotify, addWatch)