aeson-native
This commit is contained in:
parent
094e2d5254
commit
1361bdf90e
@ -42,7 +42,7 @@ library
|
|||||||
, persistent-template >= 0.6 && < 0.7
|
, persistent-template >= 0.6 && < 0.7
|
||||||
, SHA >= 1.4.1.3 && < 1.5
|
, SHA >= 1.4.1.3 && < 1.5
|
||||||
, http-enumerator >= 0.6 && < 0.7
|
, http-enumerator >= 0.6 && < 0.7
|
||||||
, aeson >= 0.3.2.2 && < 0.3.2.10
|
, aeson-native >= 0.3.2.11 && < 0.4
|
||||||
, pwstore-fast >= 2.2 && < 3
|
, pwstore-fast >= 2.2 && < 3
|
||||||
|
|
||||||
exposed-modules: Yesod.Auth
|
exposed-modules: Yesod.Auth
|
||||||
|
|||||||
@ -14,12 +14,11 @@ homepage: http://www.yesodweb.com/
|
|||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod-core >= 0.9 && < 0.10
|
, yesod-core >= 0.9 && < 0.10
|
||||||
, aeson >= 0.3.1.1 && < 0.3.2.10
|
, aeson-native >= 0.3.2.11 && < 0.4
|
||||||
, text >= 0.8 && < 0.12
|
, text >= 0.8 && < 0.12
|
||||||
, shakespeare-js >= 0.10 && < 0.11
|
, shakespeare-js >= 0.10 && < 0.11
|
||||||
, 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