diff options
author | joe <joe@jerkface.net> | 2018-06-22 21:17:22 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2018-06-22 21:17:22 -0400 |
commit | f5f854c8144dc29086928a94b2ea86cfae0d0557 (patch) | |
tree | 5a7daccc1be66375edd35b238f348129f540b146 /Presence/ControlMaybe.hs | |
parent | 6f040764654640730d3f832cf4e41174562718fb (diff) |
Removed redundant imports and other clean up.
Diffstat (limited to 'Presence/ControlMaybe.hs')
-rw-r--r-- | Presence/ControlMaybe.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Presence/ControlMaybe.hs b/Presence/ControlMaybe.hs index c98a6fb9..a101d667 100644 --- a/Presence/ControlMaybe.hs +++ b/Presence/ControlMaybe.hs | |||
@@ -7,7 +7,6 @@ module ControlMaybe | |||
7 | 7 | ||
8 | -- import GHC.IO.Exception (IOException(..)) | 8 | -- import GHC.IO.Exception (IOException(..)) |
9 | import Control.Monad | 9 | import Control.Monad |
10 | import Control.Exception as Exception (IOException(..),catch) | ||
11 | import Data.Functor | 10 | import Data.Functor |
12 | import System.IO.Error | 11 | import System.IO.Error |
13 | 12 | ||