bump base lower bound to 4.3 to enforce GHC 7 requirement

This commit is contained in:
Simon Michael 2012-07-08 00:22:20 +00:00
parent 0d4199f1b3
commit f8a9cce43d
3 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ library
Hledger.Utils Hledger.Utils
Hledger.Utils.UTF8IOCompat Hledger.Utils.UTF8IOCompat
Build-Depends: Build-Depends:
base >= 3 && < 5 base >= 4.3 && < 5
,bytestring ,bytestring
,cmdargs >= 0.9.1 && < 0.10 ,cmdargs >= 0.9.1 && < 0.10
,containers ,containers

View File

@ -125,7 +125,7 @@ executable hledger-web
build-depends: build-depends:
hledger == 0.18.2 hledger == 0.18.2
, hledger-lib == 0.18.2 , hledger-lib == 0.18.2
, base >= 4 && < 5 , base >= 4.3 && < 5
, cabal-file-th , cabal-file-th
, cmdargs >= 0.9.1 && < 0.10 , cmdargs >= 0.9.1 && < 0.10
, directory , directory

View File

@ -63,7 +63,7 @@ library
-- should be the same as below -- should be the same as below
build-depends: build-depends:
hledger-lib == 0.18.2 hledger-lib == 0.18.2
,base >= 3 && < 5 ,base >= 4.3 && < 5
,cabal-file-th ,cabal-file-th
,containers ,containers
,cmdargs >= 0.9.1 && < 0.10 ,cmdargs >= 0.9.1 && < 0.10
@ -118,7 +118,7 @@ executable hledger
-- should be the same as above -- should be the same as above
build-depends: build-depends:
hledger-lib == 0.18.2 hledger-lib == 0.18.2
,base >= 3 && < 5 ,base >= 4.3 && < 5
,cabal-file-th ,cabal-file-th
,containers ,containers
,cmdargs >= 0.9.1 && < 0.10 ,cmdargs >= 0.9.1 && < 0.10