Remove upper bounds on bytestring (yesodweb/shakespeare#60)

This commit is contained in:
Michael Snoyman 2012-04-29 09:38:08 +03:00
parent 20015aa6ee
commit e18c678aed
8 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@ flag blaze_html_0_5
library
build-depends: base >= 4 && < 5
, authenticate >= 1.2.1 && < 1.3
, bytestring >= 0.9.1.4 && < 0.10
, bytestring >= 0.9.1.4
, yesod-core >= 1.0 && < 1.1
, wai >= 1.2 && < 1.3
, template-haskell

View File

@ -55,7 +55,7 @@ library
, yesod-routes >= 1.0 && < 1.1
, wai >= 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
, template-haskell
, path-pieces >= 0.1 && < 0.2

View File

@ -32,7 +32,7 @@ library
, blaze-builder >= 0.2.1.4 && < 0.4
, network >= 2.2 && < 2.4
, email-validate >= 0.2.6 && < 0.3
, bytestring >= 0.9.1.4 && < 0.10
, bytestring >= 0.9.1.4
, text >= 0.9 && < 1.0
, wai >= 1.2 && < 1.3
, containers >= 0.2 && < 0.5

View File

@ -27,7 +27,7 @@ library
, transformers >= 0.2.2 && < 0.4
, wai >= 1.2 && < 1.3
, wai-extra >= 1.2 && < 1.3
, bytestring >= 0.9 && < 0.10
, bytestring >= 0.9
, safe >= 0.2 && < 0.4
exposed-modules: Yesod.Json
ghc-options: -Wall

View File

@ -21,7 +21,7 @@ library
, yesod-core >= 1.0 && < 1.1
, time >= 1.1.4
, hamlet >= 1.0 && < 1.1
, bytestring >= 0.9.1.4 && < 0.10
, bytestring >= 0.9.1.4
, text >= 0.9 && < 0.12
, xml-conduit >= 0.7 && < 0.8

View File

@ -20,7 +20,7 @@ Flag print
library
build-depends: base >= 4 && < 5
, wai >= 0.4 && < 0.5
, bytestring >= 0.9.1.4 && < 0.10
, bytestring >= 0.9.1.4
, http-types >= 0.6 && < 0.7
, transformers >= 0.2.2 && < 0.4
, unix-compat >= 0.2 && < 0.3

View File

@ -22,7 +22,7 @@ library
, yesod-core >= 1.0 && < 1.1
, base64-bytestring >= 0.1.0.1 && < 0.2
, cereal >= 0.3 && < 0.4
, bytestring >= 0.9.1.4 && < 0.10
, bytestring >= 0.9.1.4
, template-haskell
, directory >= 1.0 && < 1.2
, transformers >= 0.2.2 && < 0.4
@ -52,7 +52,7 @@ test-suite tests
, yesod-core
, base64-bytestring >= 0.1.0.1 && < 0.2
, cereal >= 0.3 && < 0.4
, bytestring >= 0.9.1.4 && < 0.10
, bytestring >= 0.9.1.4
, template-haskell
, directory >= 1.0 && < 1.2
, transformers >= 0.2.2 && < 0.4

View File

@ -99,7 +99,7 @@ executable yesod
, parsec >= 2.1 && < 4
, text >= 0.11 && < 0.12
, shakespeare-text >= 1.0 && < 1.1
, bytestring >= 0.9.1.4 && < 0.10
, bytestring >= 0.9.1.4
, time >= 1.1.4
, template-haskell
, directory >= 1.0 && < 1.2