Remove containers upper bounds
This commit is contained in:
parent
468b013860
commit
d0a7447f56
@ -71,7 +71,7 @@ library
|
||||
, cereal >= 0.3 && < 0.4
|
||||
, old-locale >= 1.0.0.2 && < 1.1
|
||||
, failure >= 0.2 && < 0.3
|
||||
, containers >= 0.2 && < 0.5
|
||||
, containers >= 0.2
|
||||
, monad-control >= 0.3 && < 0.4
|
||||
, transformers-base >= 0.4
|
||||
, cookie >= 0.4 && < 0.5
|
||||
|
||||
@ -35,7 +35,7 @@ library
|
||||
, bytestring >= 0.9.1.4
|
||||
, text >= 0.9 && < 1.0
|
||||
, wai >= 1.2 && < 1.3
|
||||
, containers >= 0.2 && < 0.5
|
||||
, containers >= 0.2
|
||||
|
||||
if flag(blaze_html_0_5)
|
||||
build-depends:
|
||||
|
||||
@ -17,7 +17,7 @@ extra-source-files:
|
||||
|
||||
library
|
||||
build-depends: base >= 4 && < 5
|
||||
, containers >= 0.2 && < 0.5
|
||||
, containers >= 0.2
|
||||
, old-time >= 1.0
|
||||
, yesod-core >= 1.0 && < 1.1
|
||||
, base64-bytestring >= 0.1.0.1 && < 0.2
|
||||
@ -47,7 +47,7 @@ test-suite tests
|
||||
, hspec >= 1.0 && < 1.2
|
||||
, HUnit
|
||||
-- copy from above
|
||||
, containers >= 0.2 && < 0.5
|
||||
, containers >= 0.2
|
||||
, old-time >= 1.0
|
||||
, yesod-core
|
||||
, base64-bytestring >= 0.1.0.1 && < 0.2
|
||||
|
||||
@ -107,7 +107,7 @@ executable yesod
|
||||
, directory >= 1.0 && < 1.2
|
||||
, Cabal
|
||||
, unix-compat >= 0.2 && < 0.4
|
||||
, containers >= 0.2 && < 0.5
|
||||
, containers >= 0.2
|
||||
, attoparsec >= 0.10
|
||||
, http-types >= 0.6.1 && < 0.7
|
||||
, blaze-builder >= 0.2.1.4 && < 0.4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user