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 66e1233 commit d07e623Copy full SHA for d07e623
Cabal/Cabal.cabal
@@ -299,8 +299,8 @@ library
299
build-depends:
300
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
301
-- See also https://github.com/ekmett/transformers-compat/issues/35
302
- transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.6),
303
- mtl >= 2.1 && < 2.3,
+ transformers (>= 0.3 && < 0.4) || (>= 0.4.1.0 && < 0.7),
+ mtl >= 2.1 && < 2.4,
304
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.1),
305
parsec >= 3.1.13.0 && < 3.2
306
0 commit comments