Version bumps

This commit is contained in:
Michael Snoyman 2011-11-28 14:58:56 +02:00
parent 3c3e8502c5
commit 298c0f25cd
9 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
name: yesod-auth
version: 0.7.5
version: 0.7.6
license: BSD3
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 0.9.3.2
version: 0.9.3.4
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,5 +1,5 @@
name: yesod-default
version: 0.4.0
version: 0.4.1
license: BSD3
license-file: LICENSE
author: Patrick Brisbin

View File

@ -1,5 +1,5 @@
name: yesod-json
version: 0.2.1
version: 0.2.2
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,5 +1,5 @@
name: yesod-newsfeed
version: 0.3.1
version: 0.3.2
license: BSD3
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin

View File

@ -1,5 +1,5 @@
name: yesod-persistent
version: 0.2.1
version: 0.2.2
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,5 +1,5 @@
name: yesod-sitemap
version: 0.2.1
version: 0.2.2
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,5 +1,5 @@
name: yesod-static
version: 0.3.1.2
version: 0.3.2
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,5 +1,5 @@
name: yesod
version: 0.9.3
version: 0.9.3.2
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -69,9 +69,9 @@ library
cpp-options: -DGHC7
else
build-depends: base >= 4 && < 4.3
build-depends: yesod-core >= 0.9.1.1 && < 0.10
build-depends: yesod-core >= 0.9.3.4 && < 0.10
, yesod-auth >= 0.7 && < 0.8
, yesod-json >= 0.2 && < 0.3
, yesod-json >= 0.2.2 && < 0.3
, yesod-persistent >= 0.2 && < 0.3
, yesod-form >= 0.3 && < 0.4
, monad-control >= 0.2 && < 0.3