Remove some upper bounds

This commit is contained in:
Michael Snoyman 2013-02-18 10:33:44 +02:00
parent 551b9d7c1e
commit 431787f7cb

View File

@ -1,5 +1,5 @@
name: yesod-form name: yesod-form
version: 1.2.1.2 version: 1.2.1.3
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>
@ -22,20 +22,20 @@ library
, shakespeare-js >= 1.0.2 && < 1.2 , shakespeare-js >= 1.0.2 && < 1.2
, persistent >= 1.0 && < 1.2 , persistent >= 1.0 && < 1.2
, template-haskell , template-haskell
, transformers >= 0.2.2 && < 0.4 , transformers >= 0.2.2
, data-default , data-default
, xss-sanitize >= 0.3.0.1 && < 0.4 , xss-sanitize >= 0.3.0.1
, blaze-builder >= 0.2.1.4 && < 0.4 , blaze-builder >= 0.2.1.4
, network >= 2.2 , network >= 2.2
, email-validate >= 0.2.6 , email-validate >= 0.2.6
, bytestring >= 0.9.1.4 , bytestring >= 0.9.1.4
, text >= 0.9 && < 1.0 , text >= 0.9
, wai >= 1.3 && < 1.4 , wai >= 1.3
, containers >= 0.2 , containers >= 0.2
, blaze-html >= 0.5 && < 0.6 , blaze-html >= 0.5
, blaze-markup >= 0.5.1 && < 0.6 , blaze-markup >= 0.5.1
, attoparsec >= 0.10 && < 0.11 , attoparsec >= 0.10
, crypto-api >= 0.8 && < 0.11 , crypto-api >= 0.8
, aeson , aeson
exposed-modules: Yesod.Form exposed-modules: Yesod.Form