Skip to content

Commit 10005e5

Browse files
committed
Raise bounds
1 parent be478e8 commit 10005e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patch.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
, lens >= 4.7 && < 5.2
4242
, indexed-traversable >= 0.1 && < 0.2
4343
, semigroupoids >= 4.0 && < 6
44-
, transformers >= 0.5.6.0 && < 0.6
44+
, transformers >= 0.5.6.0 && < 0.7
4545
, witherable >= 0.3 && < 0.5
4646

4747
if impl(ghc < 8.6) -- really, if base < 8.12
@@ -92,7 +92,7 @@ test-suite hlint
9292
, directory
9393
, filepath
9494
, filemanip
95-
, hlint (< 2.1 || >= 2.2.2) && < 3.4
95+
, hlint (< 2.1 || >= 2.2.2) && < 3.5
9696
if impl(ghcjs)
9797
buildable: False
9898

0 commit comments

Comments
 (0)