From c382a1f34e5e2d8b2637935fd8ac9a031bb94e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Choutri?= Date: Wed, 18 Jan 2023 09:44:11 +0100 Subject: [PATCH] Allow resourcet-1.3 in servant-server and servant-conduit (#1632) --- servant-conduit/servant-conduit.cabal | 2 +- servant-server/servant-server.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/servant-conduit/servant-conduit.cabal b/servant-conduit/servant-conduit.cabal index 2f530206..740fcaec 100644 --- a/servant-conduit/servant-conduit.cabal +++ b/servant-conduit/servant-conduit.cabal @@ -32,7 +32,7 @@ library , bytestring >=0.10.8.1 && <0.12 , conduit >=1.3.1 && <1.4 , mtl ^>=2.2.2 || ^>=2.3.1 - , resourcet >=1.2.2 && <1.3 + , resourcet >=1.2.2 && <1.4 , servant >=0.15 && <0.20 , unliftio-core >=0.1.2.0 && <0.3 hs-source-dirs: src diff --git a/servant-server/servant-server.cabal b/servant-server/servant-server.cabal index 15cba22c..130e0902 100644 --- a/servant-server/servant-server.cabal +++ b/servant-server/servant-server.cabal @@ -23,7 +23,7 @@ author: Servant Contributors maintainer: haskell-servant-maintainers@googlegroups.com copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors build-type: Simple -tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1 +tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.3 extra-source-files: CHANGELOG.md @@ -88,7 +88,7 @@ library , network >= 2.8 && < 3.2 , sop-core >= 0.4.0.0 && < 0.6 , string-conversions >= 0.4.0.1 && < 0.5 - , resourcet >= 1.2.2 && < 1.3 + , resourcet >= 1.2.2 && < 1.4 , tagged >= 0.8.6 && < 0.9 , transformers-base >= 0.4.5.2 && < 0.5 , wai >= 3.2.1.2 && < 3.3