Support aeson-1
This commit is contained in:
parent
f2a7adb748
commit
6999b00297
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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.*
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue