Remove haskell98 to build with ghc 7.2.2, also built with ghc 7.0.4
Signed-off-by: Joey Hess <joey@kitenet.net>
This commit is contained in:
parent
afe9e78401
commit
041d324125
4 changed files with 6 additions and 4 deletions
|
@ -26,8 +26,8 @@ module Locations (
|
|||
prop_idempotent_fileKey
|
||||
) where
|
||||
|
||||
import Bits
|
||||
import Word
|
||||
import Data.Bits
|
||||
import Data.Word
|
||||
import Data.Hash.MD5
|
||||
|
||||
import Common
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
{-# LANGUAGE BangPatterns #-}
|
||||
|
||||
{- git-annex location log
|
||||
-
|
||||
- git-annex keeps track of which repositories have the contents of annexed
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
module Utility.TempFile where
|
||||
|
||||
import IO (bracket)
|
||||
import Control.Exception (bracket)
|
||||
import System.IO
|
||||
import System.Posix.Process hiding (executeFile)
|
||||
import System.Directory
|
||||
|
|
|
@ -28,7 +28,7 @@ Description:
|
|||
|
||||
Executable git-annex
|
||||
Main-Is: git-annex.hs
|
||||
Build-Depends: haskell98, MissingH, hslogger, directory, filepath,
|
||||
Build-Depends: MissingH, hslogger, directory, filepath,
|
||||
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
|
||||
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, HTTP,
|
||||
base < 5, monad-control, json
|
||||
|
|
Loading…
Reference in a new issue