Skip to content

Commit

Permalink
Merge pull request #64 from winterland1989/cabal-updates
Browse files Browse the repository at this point in the history
Bumping base, tls
  • Loading branch information
jappeace authored Oct 23, 2024
2 parents 036a989 + 19ca5c9 commit 69db90e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ library
hs-source-dirs: src
other-modules: Database.MySQL.Query
build-depends:
base >=4.7 && <4.19.0 || ^>=4.19.0,
base >=4.7 && <4.19.0 || ^>=4.19.0 || ^>=4.20.0,
binary >=0.8.3 && <0.9,
blaze-textual >=0.2 && <0.3,
bytestring >=0.10.2.0 && <0.12 || ^>=0.12.0,
Expand All @@ -91,7 +91,7 @@ library
scientific >=0.3 && <0.4,
text >=1.1 && <2.1 || ^>=2.1,
time >=1.5.0 && <1.12 || ^>=1.12.2 || ^>=1.14,
tls >=1.7.0 && <1.8 || ^>=1.8.0 || ^>=1.9.0 || ^>=2.0.0,
tls >=1.7.0 && <1.8 || ^>=1.8.0 || ^>=1.9.0 || ^>=2.0.0 || ^>=2.1.0,
vector >=0.8 && <0.13 || ^>=0.13.0,
word-compat >=0.0 && <0.1

Expand Down

0 comments on commit 69db90e

Please sign in to comment.