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.UTF8IOCompat
Build-Depends:
base >= 3 && < 5
base >= 4.3 && < 5
,bytestring
,cmdargs >= 0.9.1 && < 0.10
,containers

View File

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

View File

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