summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:50:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:51:03 -0400
commitde36a9187796b05958a09f6ee89671c5f23a23ea (patch)
tree6ce797ebd458ddbf3923988ac9c1500d2e11b43b /Utility
parentbb55606e26b98f09ffc54ac571a34e92a1f481e4 (diff)
couple of AMP warnings I missed before
Diffstat (limited to 'Utility')
-rw-r--r--Utility/ExternalSHA.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Utility/ExternalSHA.hs b/Utility/ExternalSHA.hs
index 234b074bf..0defbaa16 100644
--- a/Utility/ExternalSHA.hs
+++ b/Utility/ExternalSHA.hs
@@ -20,8 +20,9 @@ import Utility.Exception
import Data.List
import Data.Char
-import Control.Applicative
import System.IO
+import Control.Applicative
+import Prelude
externalSHA :: String -> Int -> FilePath -> IO (Either String String)
externalSHA command shasize file = do