Allow aeson-1.2
This commit is contained in:
parent
86ad89b15c
commit
e49d491164
5 changed files with 6 additions and 7 deletions
|
@ -5,7 +5,7 @@ language: c
|
|||
env:
|
||||
- STACK_YAML=stack-ghc-7.8.4.yaml
|
||||
- STACK_YAML=stack.yaml
|
||||
- STACK_YAML=stack-ghc-8.0.1.yaml
|
||||
- STACK_YAML=stack-ghc-8.0.2.yaml
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
|
|
@ -38,7 +38,7 @@ library
|
|||
build-depends:
|
||||
base >= 4.7 && < 4.10
|
||||
, base-compat >= 0.9.1 && < 0.10
|
||||
, aeson >= 0.7 && < 1.2
|
||||
, aeson >= 0.7 && < 1.3
|
||||
, attoparsec >= 0.12 && < 0.14
|
||||
, base64-bytestring >= 1.0.0.1 && < 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.2
|
||||
, aeson >= 0.7 && < 1.3
|
||||
, attoparsec >= 0.12 && < 0.14
|
||||
, base64-bytestring >= 1.0 && < 1.1
|
||||
, bytestring >= 0.10 && < 0.11
|
||||
|
|
|
@ -56,7 +56,7 @@ library
|
|||
build-depends:
|
||||
base >= 4.7 && < 4.10
|
||||
, base-compat >= 0.9 && < 0.10
|
||||
, aeson >= 0.7 && < 1.2
|
||||
, aeson >= 0.7 && < 1.3
|
||||
, attoparsec >= 0.12 && < 0.14
|
||||
, bytestring >= 0.10 && < 0.11
|
||||
, case-insensitive >= 1.2 && < 1.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
resolver: nightly-2016-12-31
|
||||
resolver: nightly-2017-04-01
|
||||
packages:
|
||||
- servant/
|
||||
- servant-client/
|
||||
|
@ -7,5 +7,4 @@ packages:
|
|||
- servant-server/
|
||||
- doc/tutorial
|
||||
extra-deps:
|
||||
- aeson-1.1.0.0
|
||||
- servant-js-0.9.1
|
||||
- aeson-1.2.0.0
|
Loading…
Reference in a new issue