diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-21 11:07:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-21 11:07:08 -0400 |
commit | 1876db50f258a1a6a67d874049e93a84d34cac32 (patch) | |
tree | d67ad0da6329eb5329a99228a749261f2dc09a77 /Backend.hs | |
parent | 813ff7f4b0cef294e020e50d4c6f973d1e7f35ae (diff) |
found a few places I can use newtype
for presumably some speedups
Diffstat (limited to 'Backend.hs')
-rw-r--r-- | Backend.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Backend.hs b/Backend.hs index ab15974c8..645bfdfc3 100644 --- a/Backend.hs +++ b/Backend.hs @@ -33,7 +33,6 @@ module Backend ( ) where import Control.Monad.State (liftIO, when) -import Control.Monad (liftM) import System.IO.Error (try) import System.FilePath import System.Posix.Files |