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.
2 parents 036a989 + 19ca5c9 commit 69db90eCopy full SHA for 69db90e
mysql-haskell.cabal
@@ -72,7 +72,7 @@ library
72
hs-source-dirs: src
73
other-modules: Database.MySQL.Query
74
build-depends:
75
- base >=4.7 && <4.19.0 || ^>=4.19.0,
+ base >=4.7 && <4.19.0 || ^>=4.19.0 || ^>=4.20.0,
76
binary >=0.8.3 && <0.9,
77
blaze-textual >=0.2 && <0.3,
78
bytestring >=0.10.2.0 && <0.12 || ^>=0.12.0,
@@ -91,7 +91,7 @@ library
91
scientific >=0.3 && <0.4,
92
text >=1.1 && <2.1 || ^>=2.1,
93
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,
+ tls >=1.7.0 && <1.8 || ^>=1.8.0 || ^>=1.9.0 || ^>=2.0.0 || ^>=2.1.0,
95
vector >=0.8 && <0.13 || ^>=0.13.0,
96
word-compat >=0.0 && <0.1
97
0 commit comments