Force blaze-textual < 0.2
This commit is contained in:
parent
de76f34c8c
commit
78d08e0a20
@ -1,15 +1,15 @@
|
|||||||
name: yesod-json
|
name: yesod-json
|
||||||
version: 0.1.1
|
version: 0.1.1.1
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
maintainer: Michael Snoyman <michael@snoyman.com>
|
maintainer: Michael Snoyman <michael@snoyman.com>
|
||||||
synopsis: Generate content for Yesod using the json-types package.
|
synopsis: Generate content for Yesod using the aeson package.
|
||||||
category: Web, Yesod
|
category: Web, Yesod
|
||||||
stability: Stable
|
stability: Stable
|
||||||
cabal-version: >= 1.6
|
cabal-version: >= 1.6
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
homepage: http://docs.yesodweb.com/
|
homepage: http://www.yesodweb.com/
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
@ -19,6 +19,7 @@ library
|
|||||||
, hamlet >= 0.8 && < 0.9
|
, hamlet >= 0.8 && < 0.9
|
||||||
, vector
|
, vector
|
||||||
, containers
|
, containers
|
||||||
|
, blaze-textual >= 0.1 && < 0.2
|
||||||
exposed-modules: Yesod.Json
|
exposed-modules: Yesod.Json
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user