Skip to content

Commit

Permalink
cabal: Loosen mtl bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed May 25, 2023
1 parent cb91c0f commit 915ef1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postgresql-simple-interpolate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library
build-depends:
base >= 4.5 && < 5,
haskell-src-meta >= 0.6 && < 0.9,
mtl >=2.1 && < 2.3,
mtl >=2.1 && < 2.4,
parsec ==3.1.*,
postgresql-simple >= 0.1,
template-haskell
Expand All @@ -40,4 +40,3 @@ benchmark criterion
, template-haskell
default-language: Haskell2010
type: exitcode-stdio-1.0

0 comments on commit 915ef1a

Please sign in to comment.