yesod 0.9
This commit is contained in:
parent
78d08e0a20
commit
41a198225f
@ -1,5 +1,5 @@
|
|||||||
name: yesod-json
|
name: yesod-json
|
||||||
version: 0.1.1.1
|
version: 0.2.0
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -13,10 +13,10 @@ homepage: http://www.yesodweb.com/
|
|||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod-core >= 0.8 && < 0.9
|
, yesod-core >= 0.9 && < 0.10
|
||||||
, aeson >= 0.3.1.1 && < 0.4
|
, aeson >= 0.3.1.1 && < 0.4
|
||||||
, text >= 0.8 && < 0.12
|
, text >= 0.8 && < 0.12
|
||||||
, hamlet >= 0.8 && < 0.9
|
, hamlet >= 0.9 && < 0.10
|
||||||
, vector
|
, vector
|
||||||
, containers
|
, containers
|
||||||
, blaze-textual >= 0.1 && < 0.2
|
, blaze-textual >= 0.1 && < 0.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user