Skip to content

Commit c382a1f

Browse files
authored
Allow resourcet-1.3 in servant-server and servant-conduit (#1632)
1 parent 2daae80 commit c382a1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

servant-conduit/servant-conduit.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ library
3232
, bytestring >=0.10.8.1 && <0.12
3333
, conduit >=1.3.1 && <1.4
3434
, mtl ^>=2.2.2 || ^>=2.3.1
35-
, resourcet >=1.2.2 && <1.3
35+
, resourcet >=1.2.2 && <1.4
3636
, servant >=0.15 && <0.20
3737
, unliftio-core >=0.1.2.0 && <0.3
3838
hs-source-dirs: src

servant-server/servant-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ author: Servant Contributors
2323
maintainer: [email protected]
2424
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
2525
build-type: Simple
26-
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 || ==9.0.1
26+
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.3
2727

2828
extra-source-files:
2929
CHANGELOG.md
@@ -88,7 +88,7 @@ library
8888
, network >= 2.8 && < 3.2
8989
, sop-core >= 0.4.0.0 && < 0.6
9090
, string-conversions >= 0.4.0.1 && < 0.5
91-
, resourcet >= 1.2.2 && < 1.3
91+
, resourcet >= 1.2.2 && < 1.4
9292
, tagged >= 0.8.6 && < 0.9
9393
, transformers-base >= 0.4.5.2 && < 0.5
9494
, wai >= 3.2.1.2 && < 3.3

0 commit comments

Comments
 (0)