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
|
prop_idempotent_fileKey
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Bits
|
import Data.Bits
|
||||||
import Word
|
import Data.Word
|
||||||
import Data.Hash.MD5
|
import Data.Hash.MD5
|
||||||
|
|
||||||
import Common
|
import Common
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
{-# LANGUAGE BangPatterns #-}
|
||||||
|
|
||||||
{- git-annex location log
|
{- git-annex location log
|
||||||
-
|
-
|
||||||
- git-annex keeps track of which repositories have the contents of annexed
|
- git-annex keeps track of which repositories have the contents of annexed
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
module Utility.TempFile where
|
module Utility.TempFile where
|
||||||
|
|
||||||
import IO (bracket)
|
import Control.Exception (bracket)
|
||||||
import System.IO
|
import System.IO
|
||||||
import System.Posix.Process hiding (executeFile)
|
import System.Posix.Process hiding (executeFile)
|
||||||
import System.Directory
|
import System.Directory
|
||||||
|
|
|
@ -28,7 +28,7 @@ Description:
|
||||||
|
|
||||||
Executable git-annex
|
Executable git-annex
|
||||||
Main-Is: git-annex.hs
|
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,
|
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
|
||||||
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, HTTP,
|
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, HTTP,
|
||||||
base < 5, monad-control, json
|
base < 5, monad-control, json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue