Merge pull request #744 from phadej/http-api-data-0.3.6
Bump lower bound for http-api-data
This commit is contained in:
commit
4ed6e72110
4 changed files with 6 additions and 3 deletions
|
@ -44,7 +44,7 @@ library
|
||||||
, bytestring >= 0.10 && < 0.11
|
, bytestring >= 0.10 && < 0.11
|
||||||
, exceptions >= 0.8 && < 0.9
|
, exceptions >= 0.8 && < 0.9
|
||||||
, generics-sop >= 0.1.0.0 && < 0.4
|
, 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 >= 0.4.18.1 && < 0.6
|
||||||
, http-client-tls >= 0.2.2 && < 0.4
|
, http-client-tls >= 0.2.2 && < 0.4
|
||||||
, http-media >= 0.6.2 && < 0.7
|
, http-media >= 0.6.2 && < 0.7
|
||||||
|
|
|
@ -17,7 +17,7 @@ extra-deps:
|
||||||
- hspec-wai-0.8.0
|
- hspec-wai-0.8.0
|
||||||
- hspec-expectations-0.8.2
|
- hspec-expectations-0.8.2
|
||||||
- call-stack-0.1.0
|
- call-stack-0.1.0
|
||||||
- http-api-data-0.3
|
- http-api-data-0.3.6
|
||||||
- natural-transformation-0.4
|
- natural-transformation-0.4
|
||||||
- primitive-0.6.1.0
|
- primitive-0.6.1.0
|
||||||
- should-not-typecheck-2.1.0
|
- should-not-typecheck-2.1.0
|
||||||
|
|
|
@ -8,3 +8,5 @@ packages:
|
||||||
- doc/tutorial
|
- doc/tutorial
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- aeson-1.2.0.0
|
- aeson-1.2.0.0
|
||||||
|
- attoparsec-iso8601-1.0.0.0
|
||||||
|
- http-api-data-0.3.7
|
||||||
|
|
|
@ -7,7 +7,8 @@ packages:
|
||||||
- servant-server/
|
- servant-server/
|
||||||
- doc/tutorial
|
- doc/tutorial
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- http-api-data-0.3
|
- attoparsec-iso8601-1.0.0.0
|
||||||
|
- http-api-data-0.3.7
|
||||||
- servant-js-0.9.1
|
- servant-js-0.9.1
|
||||||
- natural-transformation-0.4
|
- natural-transformation-0.4
|
||||||
- hspec-2.3.2
|
- hspec-2.3.2
|
||||||
|
|
Loading…
Reference in a new issue