Remove upper bounds on bytestring (yesodweb/shakespeare#60)
This commit is contained in:
parent
20015aa6ee
commit
e18c678aed
@ -19,7 +19,7 @@ flag blaze_html_0_5
|
|||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, authenticate >= 1.2.1 && < 1.3
|
, authenticate >= 1.2.1 && < 1.3
|
||||||
, bytestring >= 0.9.1.4 && < 0.10
|
, bytestring >= 0.9.1.4
|
||||||
, yesod-core >= 1.0 && < 1.1
|
, yesod-core >= 1.0 && < 1.1
|
||||||
, wai >= 1.2 && < 1.3
|
, wai >= 1.2 && < 1.3
|
||||||
, template-haskell
|
, template-haskell
|
||||||
|
|||||||
@ -55,7 +55,7 @@ library
|
|||||||
, yesod-routes >= 1.0 && < 1.1
|
, yesod-routes >= 1.0 && < 1.1
|
||||||
, wai >= 1.2 && < 1.3
|
, wai >= 1.2 && < 1.3
|
||||||
, wai-extra >= 1.2 && < 1.3
|
, wai-extra >= 1.2 && < 1.3
|
||||||
, bytestring >= 0.9.1.4 && < 0.10
|
, bytestring >= 0.9.1.4
|
||||||
, text >= 0.7 && < 0.12
|
, text >= 0.7 && < 0.12
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, path-pieces >= 0.1 && < 0.2
|
, path-pieces >= 0.1 && < 0.2
|
||||||
|
|||||||
@ -32,7 +32,7 @@ library
|
|||||||
, blaze-builder >= 0.2.1.4 && < 0.4
|
, blaze-builder >= 0.2.1.4 && < 0.4
|
||||||
, network >= 2.2 && < 2.4
|
, network >= 2.2 && < 2.4
|
||||||
, email-validate >= 0.2.6 && < 0.3
|
, email-validate >= 0.2.6 && < 0.3
|
||||||
, bytestring >= 0.9.1.4 && < 0.10
|
, 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 && < 0.5
|
||||||
|
|||||||
@ -27,7 +27,7 @@ library
|
|||||||
, transformers >= 0.2.2 && < 0.4
|
, transformers >= 0.2.2 && < 0.4
|
||||||
, wai >= 1.2 && < 1.3
|
, wai >= 1.2 && < 1.3
|
||||||
, wai-extra >= 1.2 && < 1.3
|
, wai-extra >= 1.2 && < 1.3
|
||||||
, bytestring >= 0.9 && < 0.10
|
, bytestring >= 0.9
|
||||||
, safe >= 0.2 && < 0.4
|
, safe >= 0.2 && < 0.4
|
||||||
exposed-modules: Yesod.Json
|
exposed-modules: Yesod.Json
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|||||||
@ -21,7 +21,7 @@ library
|
|||||||
, yesod-core >= 1.0 && < 1.1
|
, yesod-core >= 1.0 && < 1.1
|
||||||
, time >= 1.1.4
|
, time >= 1.1.4
|
||||||
, hamlet >= 1.0 && < 1.1
|
, hamlet >= 1.0 && < 1.1
|
||||||
, bytestring >= 0.9.1.4 && < 0.10
|
, bytestring >= 0.9.1.4
|
||||||
, text >= 0.9 && < 0.12
|
, text >= 0.9 && < 0.12
|
||||||
, xml-conduit >= 0.7 && < 0.8
|
, xml-conduit >= 0.7 && < 0.8
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@ Flag print
|
|||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, wai >= 0.4 && < 0.5
|
, wai >= 0.4 && < 0.5
|
||||||
, bytestring >= 0.9.1.4 && < 0.10
|
, bytestring >= 0.9.1.4
|
||||||
, http-types >= 0.6 && < 0.7
|
, http-types >= 0.6 && < 0.7
|
||||||
, transformers >= 0.2.2 && < 0.4
|
, transformers >= 0.2.2 && < 0.4
|
||||||
, unix-compat >= 0.2 && < 0.3
|
, unix-compat >= 0.2 && < 0.3
|
||||||
|
|||||||
@ -22,7 +22,7 @@ library
|
|||||||
, 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
|
||||||
, cereal >= 0.3 && < 0.4
|
, cereal >= 0.3 && < 0.4
|
||||||
, bytestring >= 0.9.1.4 && < 0.10
|
, bytestring >= 0.9.1.4
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, directory >= 1.0 && < 1.2
|
, directory >= 1.0 && < 1.2
|
||||||
, transformers >= 0.2.2 && < 0.4
|
, transformers >= 0.2.2 && < 0.4
|
||||||
@ -52,7 +52,7 @@ test-suite tests
|
|||||||
, yesod-core
|
, yesod-core
|
||||||
, base64-bytestring >= 0.1.0.1 && < 0.2
|
, base64-bytestring >= 0.1.0.1 && < 0.2
|
||||||
, cereal >= 0.3 && < 0.4
|
, cereal >= 0.3 && < 0.4
|
||||||
, bytestring >= 0.9.1.4 && < 0.10
|
, bytestring >= 0.9.1.4
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, directory >= 1.0 && < 1.2
|
, directory >= 1.0 && < 1.2
|
||||||
, transformers >= 0.2.2 && < 0.4
|
, transformers >= 0.2.2 && < 0.4
|
||||||
|
|||||||
@ -99,7 +99,7 @@ executable yesod
|
|||||||
, parsec >= 2.1 && < 4
|
, parsec >= 2.1 && < 4
|
||||||
, text >= 0.11 && < 0.12
|
, text >= 0.11 && < 0.12
|
||||||
, shakespeare-text >= 1.0 && < 1.1
|
, shakespeare-text >= 1.0 && < 1.1
|
||||||
, bytestring >= 0.9.1.4 && < 0.10
|
, bytestring >= 0.9.1.4
|
||||||
, time >= 1.1.4
|
, time >= 1.1.4
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, directory >= 1.0 && < 1.2
|
, directory >= 1.0 && < 1.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user