Version bumps
This commit is contained in:
parent
3c3e8502c5
commit
298c0f25cd
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-default
|
||||
version: 0.4.0
|
||||
version: 0.4.1
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Patrick Brisbin
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user