fix build warnings under ghc 7.10
authorJoey Hess <joeyh@joeyh.name>
Sat, 19 Dec 2015 21:42:45 +0000 (17:42 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sat, 19 Dec 2015 21:42:45 +0000 (17:42 -0400)
Caused by AMP.. Since I've finally upgraded my dev laptop to 7.10,
I may start missing imports that are not needed with it but are with older
versions..

Types/DeferredParse.hs
Utility/LockFile/PidLock.hs

index 983ba3f5c2991074dba74c92484a3ee77efed476..7445615f65e61177fe1f6164e9a3311244e6174c 100644 (file)
@@ -10,7 +10,6 @@
 module Types.DeferredParse where
 
 import Annex
-import Common
 
 import Options.Applicative
 
index 086e771aac952dafb4cdf9a1d338b5ce1c9e59bf..53eb5a54f4c1c8330cba5f1f48a20c3f750d6652 100644 (file)
@@ -31,11 +31,12 @@ import System.IO
 import System.Posix
 import Data.Maybe
 import Data.List
-import Control.Applicative
 import Network.BSD
 import System.FilePath
 import Data.Hash.MD5
 import System.Directory
+import Control.Applicative
+import Prelude
 
 type LockFile = FilePath