Version bumps

This commit is contained in:
Michael Snoyman 2013-03-11 12:07:10 +02:00
parent df7c897ee2
commit db57468832
10 changed files with 28 additions and 28 deletions

View File

@ -1,5 +1,5 @@
name: yesod-auth
version: 1.1.5.3
version: 1.2.0
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin
@ -17,8 +17,8 @@ library
build-depends: base >= 4 && < 5
, authenticate >= 1.3
, bytestring >= 0.9.1.4
, yesod-core >= 1.1 && < 1.2
, wai >= 1.3
, yesod-core >= 1.2 && < 1.3
, wai >= 1.4
, template-haskell
, pureMD5 >= 2.0
, random >= 1.0.0.2
@ -30,10 +30,10 @@ library
, shakespeare-js >= 1.0.2 && < 1.2
, containers
, unordered-containers
, yesod-form >= 1.1 && < 1.3
, yesod-form >= 1.3 && < 1.4
, transformers >= 0.2.2
, persistent >= 1.0 && < 1.2
, persistent-template >= 1.0 && < 1.2
, persistent >= 1.1 && < 1.2
, persistent-template >= 1.1 && < 1.2
, SHA >= 1.4.1.3
, http-conduit >= 1.5
, aeson >= 0.5

View File

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

View File

@ -1,5 +1,5 @@
name: yesod-default
version: 1.1.3.2
version: 1.2.0
license: MIT
license-file: LICENSE
author: Patrick Brisbin
@ -18,9 +18,9 @@ library
cpp-options: -DWINDOWS
build-depends: base >= 4 && < 5
, yesod-core >= 1.1 && < 1.2
, yesod-core >= 1.2 && < 1.3
, warp >= 1.3 && < 1.4
, wai >= 1.3 && < 1.5
, wai >= 1.4 && < 1.5
, wai-extra >= 1.3 && < 1.4
, bytestring >= 0.9.1.4
, transformers >= 0.2.2 && < 0.4

View File

@ -1,5 +1,5 @@
name: yesod-form
version: 1.2.1.3
version: 1.3.0
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -14,8 +14,8 @@ description: Form handling support for Yesod Web Framework
library
build-depends: base >= 4 && < 5
, yesod-core >= 1.1 && < 1.2
, yesod-persistent >= 1.1 && < 1.2
, yesod-core >= 1.2 && < 1.3
, yesod-persistent >= 1.2 && < 1.3
, time >= 1.1.4
, hamlet >= 1.1 && < 1.2
, shakespeare-css >= 1.0 && < 1.1

View File

@ -1,5 +1,5 @@
name: yesod-newsfeed
version: 1.1.0.1
version: 1.2.0
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin
@ -14,7 +14,7 @@ description: Helper functions and data types for producing News feeds.
library
build-depends: base >= 4 && < 5
, yesod-core >= 1.1 && < 1.2
, yesod-core >= 1.2 && < 1.3
, time >= 1.1.4
, hamlet >= 1.1 && < 1.2
, bytestring >= 0.9.1.4

View File

@ -1,5 +1,5 @@
name: yesod-persistent
version: 1.1.0.1
version: 1.2.0
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -14,7 +14,7 @@ description: Some helpers for using Persistent from Yesod.
library
build-depends: base >= 4 && < 5
, yesod-core >= 1.1 && < 1.2
, yesod-core >= 1.2 && < 1.3
, persistent >= 1.1 && < 1.2
, persistent-template >= 1.1 && < 1.2
, transformers >= 0.2.2 && < 0.4

View File

@ -1,5 +1,5 @@
name: yesod-sitemap
version: 1.1.0.1
version: 1.2.0
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -14,7 +14,7 @@ description: Generate XML sitemaps.
library
build-depends: base >= 4 && < 5
, yesod-core >= 1.1 && < 1.2
, yesod-core >= 1.2 && < 1.3
, time >= 1.1.4
, xml-conduit >= 1.0
, text

View File

@ -1,5 +1,5 @@
name: yesod-static
version: 1.1.2.2
version: 1.2.0
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -23,7 +23,7 @@ library
build-depends: base >= 4 && < 5
, containers >= 0.2
, old-time >= 1.0
, yesod-core >= 1.1 && < 1.2
, yesod-core >= 1.2 && < 1.3
, base64-bytestring >= 0.1.0.1
, cereal >= 0.3
, bytestring >= 0.9.1.4

View File

@ -1,5 +1,5 @@
name: yesod-test
version: 0.3.5
version: 0.4.0
license: MIT
license-file: LICENSE
author: Nubis <nubis@woobiz.com.ar>

View File

@ -1,5 +1,5 @@
name: yesod
version: 1.1.9.2
version: 1.2.0
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -28,11 +28,11 @@ extra-source-files:
library
build-depends: base >= 4.3 && < 5
, yesod-core >= 1.1.5 && < 1.2
, yesod-auth >= 1.1 && < 1.2
, yesod-persistent >= 1.1 && < 1.2
, yesod-form >= 1.1 && < 1.3
, yesod-default >= 1.1.3 && < 1.2
, yesod-core >= 1.2 && < 1.3
, yesod-auth >= 1.2 && < 1.3
, yesod-persistent >= 1.2 && < 1.3
, yesod-form >= 1.3 && < 1.4
, yesod-default >= 1.2 && < 1.3
, monad-control >= 0.3 && < 0.4
, transformers >= 0.2.2 && < 0.4
, wai >= 1.3 && < 1.5