yesod-form version bump

This commit is contained in:
Michael Snoyman 2012-11-15 09:14:27 +02:00
parent 7e17a8df50
commit e40c846d47
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
name: yesod-auth
version: 1.1.1.5
version: 1.1.1.6
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin
@ -29,7 +29,7 @@ library
, yesod-json >= 1.1 && < 1.2
, containers
, unordered-containers
, yesod-form >= 1.1 && < 1.2
, yesod-form >= 1.1 && < 1.3
, transformers >= 0.2.2 && < 0.4
, persistent >= 1.0 && < 1.1
, persistent-template >= 1.0 && < 1.1

View File

@ -1,5 +1,5 @@
name: yesod-form
version: 1.1.4.1
version: 1.2.0
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,5 +1,5 @@
name: yesod
version: 1.1.3.1
version: 1.1.3.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -31,7 +31,7 @@ library
, yesod-auth >= 1.1 && < 1.2
, yesod-json >= 1.1 && < 1.2
, yesod-persistent >= 1.1 && < 1.2
, yesod-form >= 1.1 && < 1.2
, yesod-form >= 1.1 && < 1.3
, yesod-default >= 1.1.1 && < 1.2
, monad-control >= 0.3 && < 0.4
, transformers >= 0.2.2 && < 0.4