Bounds and stack files

This commit is contained in:
Julian K. Arni 2016-09-01 21:45:05 -03:00
parent a3e5141b63
commit 4faaa0b674
3 changed files with 6 additions and 3 deletions

View file

@ -56,7 +56,7 @@ library
, bytestring >= 0.10 && < 0.11 , bytestring >= 0.10 && < 0.11
, bytestring-conversion >= 0.3 && < 0.4 , bytestring-conversion >= 0.3 && < 0.4
, case-insensitive >= 1.2 && < 1.3 , case-insensitive >= 1.2 && < 1.3
, http-api-data >= 0.1 && < 0.4 , http-api-data >= 0.3 && < 0.4
, http-media >= 0.4 && < 0.7 , http-media >= 0.4 && < 0.7
, http-types >= 0.8 && < 0.10 , http-types >= 0.8 && < 0.10
, mtl >= 2.0 && < 2.3 , mtl >= 2.0 && < 2.3

View file

@ -16,7 +16,7 @@ extra-deps:
- hspec-core-2.2.3 - hspec-core-2.2.3
- hspec-discover-2.2.3 - hspec-discover-2.2.3
- hspec-expectations-0.7.2 - hspec-expectations-0.7.2
- http-api-data-0.2.2 - http-api-data-0.3
- primitive-0.6.1.0 - primitive-0.6.1.0
- servant-0.7.1 - servant-0.7.1
- servant-client-0.7.1 - servant-client-0.7.1
@ -24,5 +24,6 @@ extra-deps:
- servant-server-0.7.1 - servant-server-0.7.1
- should-not-typecheck-2.1.0 - should-not-typecheck-2.1.0
- time-locale-compat-0.1.1.1 - time-locale-compat-0.1.1.1
- uri-bytestring-0.2.2.0
- wai-app-static-3.1.5 - wai-app-static-3.1.5
resolver: lts-2.22 resolver: lts-2.22

View file

@ -7,5 +7,7 @@ packages:
- servant-js/ - servant-js/
- servant-mock/ - servant-mock/
- servant-server/ - servant-server/
extra-deps: [] extra-deps:
- http-api-data-0.3
- uri-bytestring-0.2.2.0
flags: {} flags: {}