Skip to content

Commit 69db90e

Browse files
authored
Merge pull request #64 from winterland1989/cabal-updates
Bumping base, tls
2 parents 036a989 + 19ca5c9 commit 69db90e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-haskell.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ library
7272
hs-source-dirs: src
7373
other-modules: Database.MySQL.Query
7474
build-depends:
75-
base >=4.7 && <4.19.0 || ^>=4.19.0,
75+
base >=4.7 && <4.19.0 || ^>=4.19.0 || ^>=4.20.0,
7676
binary >=0.8.3 && <0.9,
7777
blaze-textual >=0.2 && <0.3,
7878
bytestring >=0.10.2.0 && <0.12 || ^>=0.12.0,
@@ -91,7 +91,7 @@ library
9191
scientific >=0.3 && <0.4,
9292
text >=1.1 && <2.1 || ^>=2.1,
9393
time >=1.5.0 && <1.12 || ^>=1.12.2 || ^>=1.14,
94-
tls >=1.7.0 && <1.8 || ^>=1.8.0 || ^>=1.9.0 || ^>=2.0.0,
94+
tls >=1.7.0 && <1.8 || ^>=1.8.0 || ^>=1.9.0 || ^>=2.0.0 || ^>=2.1.0,
9595
vector >=0.8 && <0.13 || ^>=0.13.0,
9696
word-compat >=0.0 && <0.1
9797

0 commit comments

Comments
 (0)