tools: drop upper bounds from package dependencies, they seem a hindrance

This commit is contained in:
Simon Michael 2010-02-03 21:13:00 +00:00
parent 4b6d478c68
commit f2737bb7da

View File

@ -61,7 +61,7 @@ library
Ledger.Types Ledger.Types
Ledger.Utils Ledger.Utils
Build-Depends: Build-Depends:
base >= 3 && < 5 base >= 3
,containers ,containers
,directory ,directory
,filepath ,filepath
@ -69,7 +69,7 @@ library
,old-time ,old-time
,parsec ,parsec
,time ,time
,utf8-string >= 0.3 && < 0.4 ,utf8-string >= 0.3
,HUnit ,HUnit
executable hledger executable hledger
@ -104,7 +104,7 @@ executable hledger
Utils Utils
Version Version
build-depends: build-depends:
base >= 3 && < 5 base >= 3
,bytestring ,bytestring
,containers ,containers
,csv ,csv
@ -119,7 +119,7 @@ executable hledger
,split ,split
,testpack ,testpack
,time ,time
,utf8-string >= 0.3 && < 0.4 ,utf8-string >= 0.3
,HUnit ,HUnit
,safe >= 0.2 ,safe >= 0.2
@ -130,7 +130,7 @@ executable hledger
cpp-options: -DVTY cpp-options: -DVTY
other-modules:Commands.UI other-modules:Commands.UI
build-depends: build-depends:
vty >= 4.0.0.1 && < 4.1 vty >= 4.0.0.1
if flag(web) if flag(web)
cpp-options: -DWEB cpp-options: -DWEB
@ -138,17 +138,17 @@ executable hledger
build-depends: build-depends:
hsp hsp
,hsx ,hsx
,xhtml >= 3000.2 && < 3000.3 ,xhtml >= 3000.2
,loli ,loli
,io-storage ,io-storage
,hack-contrib ,hack-contrib
,hack ,hack
,hack-handler-happstack ,hack-handler-happstack
,happstack >= 0.3 && < 0.4 ,happstack >= 0.3
,happstack-data >= 0.3 && < 0.4 ,happstack-data >= 0.3
,happstack-server >= 0.3 && < 0.4 ,happstack-server >= 0.3
,happstack-state >= 0.3 && < 0.4 ,happstack-state >= 0.3
,HTTP >= 4000.0 && < 4000.1 ,HTTP >= 4000.0
,applicative-extras ,applicative-extras
if flag(chart) if flag(chart)