Skip to content

Commit 214bedd

Browse files
authored
Merge pull request #273 from Mikolaj/master
Bump mtl and transformer bounds (fixes #272)
2 parents d1a13b0 + 75c89cd commit 214bedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hackage-security/hackage-security.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ library
133133
tar >= 0.5 && < 0.6,
134134
template-haskell >= 2.7 && < 2.19,
135135
time >= 1.2 && < 1.13,
136-
transformers >= 0.3 && < 0.6,
136+
transformers >= 0.3 && < 0.7,
137137
zlib >= 0.5 && < 0.7,
138138
-- whatever versions are bundled with ghc:
139139
ghc-prim
@@ -147,7 +147,7 @@ library
147147
build-depends: mtl >= 2.1 && < 2.2,
148148
mtl-compat >= 0.2 && < 0.3
149149
else
150-
build-depends: mtl >= 2.2 && < 2.3
150+
build-depends: mtl >= 2.2 && < 2.4
151151

152152
if flag(lukko)
153153
build-depends: lukko >= 0.1 && < 0.2

0 commit comments

Comments
 (0)