From 7cdebce96b6793405e935bf177159cefb13b4c82 Mon Sep 17 00:00:00 2001 From: "Julian K. Arni" Date: Thu, 1 Sep 2016 21:45:05 -0300 Subject: [PATCH] Bounds and stack files --- servant/servant.cabal | 2 +- stack-ghc-7.8.4.yaml | 3 ++- stack-ghc-8.0.1.yaml | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/servant/servant.cabal b/servant/servant.cabal index fb1cef5e..6d3030bf 100644 --- a/servant/servant.cabal +++ b/servant/servant.cabal @@ -55,7 +55,7 @@ library , attoparsec >= 0.12 && < 0.14 , bytestring >= 0.10 && < 0.11 , 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-types >= 0.8 && < 0.10 , mtl >= 2.0 && < 2.3 diff --git a/stack-ghc-7.8.4.yaml b/stack-ghc-7.8.4.yaml index c934dc41..15c1245a 100644 --- a/stack-ghc-7.8.4.yaml +++ b/stack-ghc-7.8.4.yaml @@ -15,9 +15,10 @@ extra-deps: - hspec-core-2.2.3 - hspec-discover-2.2.3 - hspec-expectations-0.7.2 -- http-api-data-0.2.2 +- http-api-data-0.3 - primitive-0.6.1.0 - should-not-typecheck-2.1.0 - time-locale-compat-0.1.1.1 +- uri-bytestring-0.2.2.0 - wai-app-static-3.1.5 resolver: lts-2.22 diff --git a/stack-ghc-8.0.1.yaml b/stack-ghc-8.0.1.yaml index c5c8fa27..21506764 100644 --- a/stack-ghc-8.0.1.yaml +++ b/stack-ghc-8.0.1.yaml @@ -6,5 +6,7 @@ packages: - servant-foreign/ - servant-js/ - servant-server/ -extra-deps: [] +extra-deps: +- http-api-data-0.3 +- uri-bytestring-0.2.2.0 flags: {}