Bump lower bound for http-api-data

This commit is contained in:
Oleg Grenrus 2017-05-14 19:33:21 +03:00
parent 27facba0e8
commit 590c4cb25c
4 changed files with 6 additions and 3 deletions

View File

@ -44,7 +44,7 @@ library
, bytestring >= 0.10 && < 0.11
, exceptions >= 0.8 && < 0.9
, generics-sop >= 0.1.0.0 && < 0.4
, http-api-data >= 0.3 && < 0.4
, http-api-data >= 0.3.6 && < 0.4
, http-client >= 0.4.18.1 && < 0.6
, http-client-tls >= 0.2.2 && < 0.4
, http-media >= 0.6.2 && < 0.7

View File

@ -17,7 +17,7 @@ extra-deps:
- hspec-wai-0.8.0
- hspec-expectations-0.8.2
- call-stack-0.1.0
- http-api-data-0.3
- http-api-data-0.3.6
- natural-transformation-0.4
- primitive-0.6.1.0
- should-not-typecheck-2.1.0

View File

@ -8,3 +8,5 @@ packages:
- doc/tutorial
extra-deps:
- aeson-1.2.0.0
- attoparsec-iso8601-1.0.0.0
- http-api-data-0.3.7

View File

@ -7,7 +7,8 @@ packages:
- servant-server/
- doc/tutorial
extra-deps:
- http-api-data-0.3
- attoparsec-iso8601-1.0.0.0
- http-api-data-0.3.7
- servant-js-0.9.1
- natural-transformation-0.4
- hspec-2.3.2