diff options
author | jao <jao@gnu.org> | 2018-01-31 19:35:46 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-01-31 19:35:46 +0100 |
commit | b38cd51131dfd1037e119ec927fd8881cc2efe18 (patch) | |
tree | 6f9f4da17bb8ab95d80c8f452d72a3b0fda062c5 /src/Signal.hs | |
parent | 0f4668cd35c8d5c9f6636b926422570debaeeab7 (diff) | |
download | xmobar-b38cd51131dfd1037e119ec927fd8881cc2efe18.tar.gz xmobar-b38cd51131dfd1037e119ec927fd8881cc2efe18.tar.bz2 |
Let's try travis.sh (hlint warnings) again
Diffstat (limited to 'src/Signal.hs')
-rw-r--r-- | src/Signal.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Signal.hs b/src/Signal.hs index a828db6..27db46b 100644 --- a/src/Signal.hs +++ b/src/Signal.hs @@ -20,7 +20,7 @@ module Signal where import Data.Typeable (Typeable) import Control.Concurrent.STM -import Control.Exception hiding (handle) +import Control.Exception import System.Posix.Signals import Graphics.X11.Types (Button) import Graphics.X11.Xlib.Types (Position) |