Remove containers upper bounds

This commit is contained in:
Michael Snoyman 2012-05-09 10:25:19 +03:00
parent 468b013860
commit d0a7447f56
4 changed files with 5 additions and 5 deletions

View File

@ -71,7 +71,7 @@ library
, cereal >= 0.3 && < 0.4 , cereal >= 0.3 && < 0.4
, old-locale >= 1.0.0.2 && < 1.1 , old-locale >= 1.0.0.2 && < 1.1
, failure >= 0.2 && < 0.3 , failure >= 0.2 && < 0.3
, containers >= 0.2 && < 0.5 , containers >= 0.2
, monad-control >= 0.3 && < 0.4 , monad-control >= 0.3 && < 0.4
, transformers-base >= 0.4 , transformers-base >= 0.4
, cookie >= 0.4 && < 0.5 , cookie >= 0.4 && < 0.5

View File

@ -35,7 +35,7 @@ library
, bytestring >= 0.9.1.4 , bytestring >= 0.9.1.4
, text >= 0.9 && < 1.0 , text >= 0.9 && < 1.0
, wai >= 1.2 && < 1.3 , wai >= 1.2 && < 1.3
, containers >= 0.2 && < 0.5 , containers >= 0.2
if flag(blaze_html_0_5) if flag(blaze_html_0_5)
build-depends: build-depends:

View File

@ -17,7 +17,7 @@ extra-source-files:
library library
build-depends: base >= 4 && < 5 build-depends: base >= 4 && < 5
, containers >= 0.2 && < 0.5 , containers >= 0.2
, old-time >= 1.0 , old-time >= 1.0
, yesod-core >= 1.0 && < 1.1 , yesod-core >= 1.0 && < 1.1
, base64-bytestring >= 0.1.0.1 && < 0.2 , base64-bytestring >= 0.1.0.1 && < 0.2
@ -47,7 +47,7 @@ test-suite tests
, hspec >= 1.0 && < 1.2 , hspec >= 1.0 && < 1.2
, HUnit , HUnit
-- copy from above -- copy from above
, containers >= 0.2 && < 0.5 , containers >= 0.2
, old-time >= 1.0 , old-time >= 1.0
, yesod-core , yesod-core
, base64-bytestring >= 0.1.0.1 && < 0.2 , base64-bytestring >= 0.1.0.1 && < 0.2

View File

@ -107,7 +107,7 @@ executable yesod
, directory >= 1.0 && < 1.2 , directory >= 1.0 && < 1.2
, Cabal , Cabal
, unix-compat >= 0.2 && < 0.4 , unix-compat >= 0.2 && < 0.4
, containers >= 0.2 && < 0.5 , containers >= 0.2
, attoparsec >= 0.10 , attoparsec >= 0.10
, http-types >= 0.6.1 && < 0.7 , http-types >= 0.6.1 && < 0.7
, blaze-builder >= 0.2.1.4 && < 0.4 , blaze-builder >= 0.2.1.4 && < 0.4