aeson-native => aeson
This commit is contained in:
parent
1ff5bf083f
commit
f459321498
@ -43,7 +43,7 @@ library
|
|||||||
, persistent-template >= 0.6 && < 0.7
|
, persistent-template >= 0.6 && < 0.7
|
||||||
, SHA >= 1.4.1.3 && < 1.6
|
, SHA >= 1.4.1.3 && < 1.6
|
||||||
, http-enumerator >= 0.6 && < 0.8
|
, http-enumerator >= 0.6 && < 0.8
|
||||||
, aeson-native >= 0.3.3.1 && < 0.4
|
, aeson >= 0.3
|
||||||
, pwstore-fast >= 2.2 && < 3
|
, pwstore-fast >= 2.2 && < 3
|
||||||
|
|
||||||
exposed-modules: Yesod.Auth
|
exposed-modules: Yesod.Auth
|
||||||
|
|||||||
@ -70,7 +70,7 @@ library
|
|||||||
-- for logger. Probably logger should be a separate package
|
-- for logger. Probably logger should be a separate package
|
||||||
, strict-concurrency >= 0.2.4 && < 0.2.5
|
, strict-concurrency >= 0.2.4 && < 0.2.5
|
||||||
, vector >= 0.9 && < 0.10
|
, vector >= 0.9 && < 0.10
|
||||||
, aeson-native >= 0.3.3.1 && < 0.4
|
, aeson >= 0.3
|
||||||
|
|
||||||
exposed-modules: Yesod.Content
|
exposed-modules: Yesod.Content
|
||||||
Yesod.Core
|
Yesod.Core
|
||||||
|
|||||||
@ -15,7 +15,7 @@ description: Generate content for Yesod using the aeson package.
|
|||||||
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-native >= 0.3.3.1 && < 0.4
|
, aeson >= 0.3
|
||||||
, text >= 0.8 && < 0.12
|
, text >= 0.8 && < 0.12
|
||||||
, shakespeare-js >= 0.10 && < 0.11
|
, shakespeare-js >= 0.10 && < 0.11
|
||||||
, vector >= 0.9
|
, vector >= 0.9
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user