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.
2 parents d1a13b0 + 75c89cd commit 214beddCopy full SHA for 214bedd
hackage-security/hackage-security.cabal
@@ -133,7 +133,7 @@ library
133
tar >= 0.5 && < 0.6,
134
template-haskell >= 2.7 && < 2.19,
135
time >= 1.2 && < 1.13,
136
- transformers >= 0.3 && < 0.6,
+ transformers >= 0.3 && < 0.7,
137
zlib >= 0.5 && < 0.7,
138
-- whatever versions are bundled with ghc:
139
ghc-prim
@@ -147,7 +147,7 @@ library
147
build-depends: mtl >= 2.1 && < 2.2,
148
mtl-compat >= 0.2 && < 0.3
149
else
150
- build-depends: mtl >= 2.2 && < 2.3
+ build-depends: mtl >= 2.2 && < 2.4
151
152
if flag(lukko)
153
build-depends: lukko >= 0.1 && < 0.2
0 commit comments