fix build warnings under ghc 7.10
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..
This commit is contained in:
parent
4e226d2cd2
commit
b6ac443b60
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,6 @@
|
||||||
module Types.DeferredParse where
|
module Types.DeferredParse where
|
||||||
|
|
||||||
import Annex
|
import Annex
|
||||||
import Common
|
|
||||||
|
|
||||||
import Options.Applicative
|
import Options.Applicative
|
||||||
|
|
||||||
|
|
|
@ -31,11 +31,12 @@ import System.IO
|
||||||
import System.Posix
|
import System.Posix
|
||||||
import Data.Maybe
|
import Data.Maybe
|
||||||
import Data.List
|
import Data.List
|
||||||
import Control.Applicative
|
|
||||||
import Network.BSD
|
import Network.BSD
|
||||||
import System.FilePath
|
import System.FilePath
|
||||||
import Data.Hash.MD5
|
import Data.Hash.MD5
|
||||||
import System.Directory
|
import System.Directory
|
||||||
|
import Control.Applicative
|
||||||
|
import Prelude
|
||||||
|
|
||||||
type LockFile = FilePath
|
type LockFile = FilePath
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue