aeson-native => aeson

This commit is contained in:
Michael Snoyman 2011-11-27 15:44:47 +02:00
parent 1ff5bf083f
commit f459321498
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ library
, persistent-template >= 0.6 && < 0.7
, SHA >= 1.4.1.3 && < 1.6
, http-enumerator >= 0.6 && < 0.8
, aeson-native >= 0.3.3.1 && < 0.4
, aeson >= 0.3
, pwstore-fast >= 2.2 && < 3
exposed-modules: Yesod.Auth

View File

@ -70,7 +70,7 @@ library
-- for logger. Probably logger should be a separate package
, strict-concurrency >= 0.2.4 && < 0.2.5
, vector >= 0.9 && < 0.10
, aeson-native >= 0.3.3.1 && < 0.4
, aeson >= 0.3
exposed-modules: Yesod.Content
Yesod.Core

View File

@ -15,7 +15,7 @@ description: Generate content for Yesod using the aeson package.
library
build-depends: base >= 4 && < 5
, yesod-core >= 0.9 && < 0.10
, aeson-native >= 0.3.3.1 && < 0.4
, aeson >= 0.3
, text >= 0.8 && < 0.12
, shakespeare-js >= 0.10 && < 0.11
, vector >= 0.9