Skip to content

Commit 915ef1a

Browse files
committed
cabal: Loosen mtl bounds
1 parent cb91c0f commit 915ef1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

postgresql-simple-interpolate.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library
2424
build-depends:
2525
base >= 4.5 && < 5,
2626
haskell-src-meta >= 0.6 && < 0.9,
27-
mtl >=2.1 && < 2.3,
27+
mtl >=2.1 && < 2.4,
2828
parsec ==3.1.*,
2929
postgresql-simple >= 0.1,
3030
template-haskell
@@ -40,4 +40,3 @@ benchmark criterion
4040
, template-haskell
4141
default-language: Haskell2010
4242
type: exitcode-stdio-1.0
43-

0 commit comments

Comments
 (0)