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