Skip to content

Commit 3af3129

Browse files
authored
Allow transformers-compat 0.7 (#1436)
Builds fine and all tests pass.
1 parent 799537f commit 3af3129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ library
7272
, monad-control >= 1.0.2.3 && < 1.1
7373
, semigroupoids >= 5.3.1 && < 5.4
7474
, transformers-base >= 0.4.5.2 && < 0.5
75-
, transformers-compat >= 0.6.2 && < 0.7
75+
, transformers-compat >= 0.6.2 && < 0.8
7676

7777
hs-source-dirs: src
7878
default-language: Haskell2010

0 commit comments

Comments
 (0)