Support aeson-1

This commit is contained in:
Oleg Grenrus 2016-08-07 20:12:09 +03:00
parent f2a7adb748
commit 6999b00297
4 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@ library
Servant.Common.Req
build-depends:
base >= 4.7 && < 4.10
, aeson >= 0.7 && < 0.12
, aeson >= 0.7 && < 1.1
, attoparsec >= 0.12 && < 0.14
, base64-bytestring >= 1.0.0.1 && < 1.1
, bytestring >= 0.10 && < 0.11

View file

@ -65,7 +65,7 @@ executable counter
buildable: False
build-depends: base >= 4.7 && < 5
, aeson >= 0.7 && < 0.12
, aeson >= 0.7 && < 1.1
, filepath >= 1
, lens >= 4
, servant == 0.8.*

View file

@ -47,7 +47,7 @@ library
build-depends:
base >= 4.7 && < 4.10
, base-compat >= 0.9 && < 0.10
, aeson >= 0.7 && < 0.12
, aeson >= 0.7 && < 1.1
, attoparsec >= 0.12 && < 0.14
, base64-bytestring >= 1.0 && < 1.1
, bytestring >= 0.10 && < 0.11

View file

@ -51,7 +51,7 @@ library
build-depends:
base >= 4.7 && < 4.10
, base-compat >= 0.9 && < 0.10
, aeson >= 0.7 && < 0.12
, aeson >= 0.7 && < 1.1
, attoparsec >= 0.12 && < 0.14
, bytestring >= 0.10 && < 0.11
, bytestring-conversion >= 0.3 && < 0.4