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 cb91c0f commit 915ef1aCopy full SHA for 915ef1a
postgresql-simple-interpolate.cabal
@@ -24,7 +24,7 @@ library
24
build-depends:
25
base >= 4.5 && < 5,
26
haskell-src-meta >= 0.6 && < 0.9,
27
- mtl >=2.1 && < 2.3,
+ mtl >=2.1 && < 2.4,
28
parsec ==3.1.*,
29
postgresql-simple >= 0.1,
30
template-haskell
@@ -40,4 +40,3 @@ benchmark criterion
40
, template-haskell
41
default-language: Haskell2010
42
type: exitcode-stdio-1.0
43
-
0 commit comments