version bumps for new release 0.9.1.1
This commit is contained in:
parent
1e98a69319
commit
38d0a9e13f
@ -1,5 +1,5 @@
|
||||
name: yesod-core
|
||||
version: 0.9.1
|
||||
version: 0.9.1.1
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -40,7 +40,7 @@ library
|
||||
, shakespeare-css >= 0.10 && < 0.11
|
||||
, blaze-builder >= 0.2.1 && < 0.4
|
||||
, transformers >= 0.2 && < 0.3
|
||||
, clientsession >= 0.7 && < 0.8
|
||||
, clientsession >= 0.7.2 && < 0.8
|
||||
, random >= 1.0.0.2 && < 1.1
|
||||
, cereal >= 0.2 && < 0.4
|
||||
, old-locale >= 1.0.0.2 && < 1.1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod
|
||||
version: 0.9.1
|
||||
version: 0.9.1.1
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -62,7 +62,7 @@ library
|
||||
cpp-options: -DGHC7
|
||||
else
|
||||
build-depends: base >= 4 && < 4.3
|
||||
build-depends: yesod-core >= 0.9 && < 0.10
|
||||
build-depends: yesod-core >= 0.9.1.1 && < 0.10
|
||||
, yesod-auth >= 0.7 && < 0.8
|
||||
, yesod-json >= 0.2 && < 0.3
|
||||
, yesod-persistent >= 0.2 && < 0.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user