summaryrefslogtreecommitdiff
path: root/Presence/ControlMaybe.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-06-22 21:17:22 -0400
committerjoe <joe@jerkface.net>2018-06-22 21:17:22 -0400
commitf5f854c8144dc29086928a94b2ea86cfae0d0557 (patch)
tree5a7daccc1be66375edd35b238f348129f540b146 /Presence/ControlMaybe.hs
parent6f040764654640730d3f832cf4e41174562718fb (diff)
Removed redundant imports and other clean up.
Diffstat (limited to 'Presence/ControlMaybe.hs')
-rw-r--r--Presence/ControlMaybe.hs1
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(..))
9import Control.Monad 9import Control.Monad
10import Control.Exception as Exception (IOException(..),catch)
11import Data.Functor 10import Data.Functor
12import System.IO.Error 11import System.IO.Error
13 12