diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-10 16:50:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-10 16:51:03 -0400 |
commit | de36a9187796b05958a09f6ee89671c5f23a23ea (patch) | |
tree | 6ce797ebd458ddbf3923988ac9c1500d2e11b43b /Utility/ExternalSHA.hs | |
parent | bb55606e26b98f09ffc54ac571a34e92a1f481e4 (diff) |
couple of AMP warnings I missed before
Diffstat (limited to 'Utility/ExternalSHA.hs')
-rw-r--r-- | Utility/ExternalSHA.hs | 3 |
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 |