tools: do specify an upper bound on base, hackage requires it

This commit is contained in:
Simon Michael 2010-02-03 21:54:10 +00:00
parent f2737bb7da
commit a8045c7c32

View File

@ -61,7 +61,7 @@ library
Ledger.Types
Ledger.Utils
Build-Depends:
base >= 3
base >= 3 && < 5
,containers
,directory
,filepath
@ -104,7 +104,7 @@ executable hledger
Utils
Version
build-depends:
base >= 3
base >= 3 && < 5
,bytestring
,containers
,csv