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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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