From da5c2736404176e5ed2cfbe00ca87f217e46d07e Mon Sep 17 00:00:00 2001 From: Philipp Kant Date: Thu, 3 Dec 2015 14:08:36 +0100 Subject: [PATCH] Relaxed upper version bound for http-api-data ... ... in order to include http-api-data-0.2.1, which is currently in LTS Haskell (lts-3.16). --- servant-client/servant-client.cabal | 2 +- servant-server/servant-server.cabal | 2 +- servant/servant.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/servant-client/servant-client.cabal b/servant-client/servant-client.cabal index e7534522..7fe69521 100644 --- a/servant-client/servant-client.cabal +++ b/servant-client/servant-client.cabal @@ -34,7 +34,7 @@ library , attoparsec , bytestring , exceptions - , http-api-data >= 0.1 && < 0.2 + , http-api-data >= 0.1 && < 0.3 , http-client , http-client-tls , http-media diff --git a/servant-server/servant-server.cabal b/servant-server/servant-server.cabal index 8d6beac4..7e36387e 100644 --- a/servant-server/servant-server.cabal +++ b/servant-server/servant-server.cabal @@ -47,7 +47,7 @@ library , attoparsec >= 0.12 && < 0.14 , bytestring >= 0.10 && < 0.11 , containers >= 0.5 && < 0.6 - , http-api-data >= 0.1 && < 0.2 + , http-api-data >= 0.1 && < 0.3 , http-types >= 0.8 && < 0.10 , network-uri >= 2.6 && < 2.7 , mtl >= 2 && < 3 diff --git a/servant/servant.cabal b/servant/servant.cabal index 854e499b..6bf6455a 100644 --- a/servant/servant.cabal +++ b/servant/servant.cabal @@ -51,7 +51,7 @@ library , bytestring == 0.10.* , bytestring-conversion == 0.3.* , case-insensitive >= 1.2 - , http-api-data >= 0.1 && < 0.2 + , http-api-data >= 0.1 && < 0.3 , http-media >= 0.4 && < 0.7 , http-types >= 0.8 && < 0.10 , text >= 1 && < 2