Support aeson-1.1
This commit is contained in:
parent
e8ba67048a
commit
1f00a68937
4 changed files with 5 additions and 7 deletions
|
@ -37,7 +37,7 @@ library
|
|||
build-depends:
|
||||
base >= 4.7 && < 4.10
|
||||
, base-compat >= 0.9.1 && < 0.10
|
||||
, aeson >= 0.7 && < 1.1
|
||||
, aeson >= 0.7 && < 1.2
|
||||
, attoparsec >= 0.12 && < 0.14
|
||||
, base64-bytestring >= 1.0.0.1 && < 1.1
|
||||
, bytestring >= 0.10 && < 0.11
|
||||
|
|
|
@ -47,7 +47,7 @@ library
|
|||
build-depends:
|
||||
base >= 4.7 && < 4.10
|
||||
, base-compat >= 0.9 && < 0.10
|
||||
, aeson >= 0.7 && < 1.1
|
||||
, aeson >= 0.7 && < 1.2
|
||||
, attoparsec >= 0.12 && < 0.14
|
||||
, base64-bytestring >= 1.0 && < 1.1
|
||||
, bytestring >= 0.10 && < 0.11
|
||||
|
|
|
@ -51,7 +51,7 @@ library
|
|||
build-depends:
|
||||
base >= 4.7 && < 4.10
|
||||
, base-compat >= 0.9 && < 0.10
|
||||
, aeson >= 0.7 && < 1.1
|
||||
, aeson >= 0.7 && < 1.2
|
||||
, attoparsec >= 0.12 && < 0.14
|
||||
, bytestring >= 0.10 && < 0.11
|
||||
, case-insensitive >= 1.2 && < 1.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
resolver: nightly-2016-05-27
|
||||
resolver: nightly-2016-12-31
|
||||
packages:
|
||||
- servant/
|
||||
- servant-client/
|
||||
|
@ -6,7 +6,5 @@ packages:
|
|||
- servant-foreign/
|
||||
- servant-server/
|
||||
extra-deps:
|
||||
- http-api-data-0.3
|
||||
- uri-bytestring-0.2.2.0
|
||||
- natural-transformation-0.4
|
||||
- aeson-1.1.0.0
|
||||
flags: {}
|
||||
|
|
Loading…
Reference in a new issue