We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be478e8 commit 10005e5Copy full SHA for 10005e5
1 file changed
patch.cabal
@@ -41,7 +41,7 @@ library
41
, lens >= 4.7 && < 5.2
42
, indexed-traversable >= 0.1 && < 0.2
43
, semigroupoids >= 4.0 && < 6
44
- , transformers >= 0.5.6.0 && < 0.6
+ , transformers >= 0.5.6.0 && < 0.7
45
, witherable >= 0.3 && < 0.5
46
47
if impl(ghc < 8.6) -- really, if base < 8.12
@@ -92,7 +92,7 @@ test-suite hlint
92
, directory
93
, filepath
94
, filemanip
95
- , hlint (< 2.1 || >= 2.2.2) && < 3.4
+ , hlint (< 2.1 || >= 2.2.2) && < 3.5
96
if impl(ghcjs)
97
buildable: False
98
0 commit comments