summaryrefslogtreecommitdiffhomepage
path: root/src/lib/GMPDP.hs
diff options
context:
space:
mode:
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)