From 26ffbd0033183571707511a01cc8c3578ffc9827 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 22 Oct 2017 12:29:29 +0300 Subject: [PATCH] Allow http-types-0.10 --- servant-client/servant-client.cabal | 4 ++-- servant-server/servant-server.cabal | 4 ++-- servant/servant.cabal | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/servant-client/servant-client.cabal b/servant-client/servant-client.cabal index 6ba7ace9..09bb6736 100644 --- a/servant-client/servant-client.cabal +++ b/servant-client/servant-client.cabal @@ -1,6 +1,6 @@ name: servant-client version: 0.11 -x-revision: 1 +x-revision: 2 synopsis: automatical derivation of querying functions for servant webservices description: This library lets you derive automatically Haskell functions that @@ -49,7 +49,7 @@ library , http-client >= 0.4.18.1 && < 0.6 , http-client-tls >= 0.2.2 && < 0.4 , http-media >= 0.6.2 && < 0.8 - , http-types >= 0.8.6 && < 0.10 + , http-types >= 0.8.6 && < 0.11 , monad-control >= 1.0.0.4 && < 1.1 , network-uri >= 2.6 && < 2.7 , safe >= 0.3.9 && < 0.4 diff --git a/servant-server/servant-server.cabal b/servant-server/servant-server.cabal index 68cd3c67..e66ded54 100644 --- a/servant-server/servant-server.cabal +++ b/servant-server/servant-server.cabal @@ -1,6 +1,6 @@ name: servant-server version: 0.11 -x-revision: 1 +x-revision: 2 synopsis: A family of combinators for defining webservices APIs and serving them description: A family of combinators for defining webservices APIs and serving them @@ -61,7 +61,7 @@ library , containers >= 0.5 && < 0.6 , exceptions >= 0.8 && < 0.9 , http-api-data >= 0.3 && < 0.4 - , http-types >= 0.8 && < 0.10 + , http-types >= 0.8 && < 0.11 , network-uri >= 2.6 && < 2.7 , monad-control >= 1.0.0.4 && < 1.1 , mtl >= 2 && < 2.3 diff --git a/servant/servant.cabal b/servant/servant.cabal index 4c038e04..ec599701 100644 --- a/servant/servant.cabal +++ b/servant/servant.cabal @@ -1,6 +1,6 @@ name: servant version: 0.11 -x-revision: 1 +x-revision: 2 synopsis: A family of combinators for defining webservices APIs description: A family of combinators for defining webservices APIs and serving them @@ -66,7 +66,7 @@ library , case-insensitive >= 1.2 && < 1.3 , http-api-data >= 0.3 && < 0.4 , http-media >= 0.4 && < 0.8 - , http-types >= 0.8 && < 0.10 + , http-types >= 0.8 && < 0.11 , natural-transformation >= 0.4 && < 0.5 , mtl >= 2.0 && < 2.3 , mmorph >= 1 && < 1.2