Remove transformers upper bounds

This commit is contained in:
Michael Snoyman 2014-06-09 10:25:51 +03:00
parent d42ba4d024
commit ebc18ad1cd
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.2.15.2
version: 1.2.15.3
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -38,7 +38,7 @@ library
, shakespeare-css >= 1.0
, shakespeare-i18n >= 1.0
, blaze-builder >= 0.2.1.4 && < 0.4
, transformers >= 0.2.2 && < 0.4
, transformers >= 0.2.2
, mtl
, clientsession >= 0.9 && < 0.10
, random >= 1.0.0.2 && < 1.1

View File

@ -1,5 +1,5 @@
name: yesod-persistent
version: 1.2.2.3
version: 1.2.2.4
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -17,7 +17,7 @@ library
, yesod-core >= 1.2.2 && < 1.3
, persistent >= 1.2 && < 1.4
, persistent-template >= 1.2 && < 1.4
, transformers >= 0.2.2 && < 0.4
, transformers >= 0.2.2
, blaze-builder
, conduit
, resourcet >= 0.4.5

View File

@ -27,7 +27,7 @@ library
, yesod-persistent >= 1.2 && < 1.3
, yesod-form >= 1.3 && < 1.4
, monad-control >= 0.3 && < 0.4
, transformers >= 0.2.2 && < 0.4
, transformers >= 0.2.2
, wai >= 1.3
, wai-extra >= 1.3
, hamlet >= 1.1