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 8788232 commit 06adc8dCopy full SHA for 06adc8d
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 || ^>=4.20.0,
+ base >=4.7 && <4.19.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.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,
@@ -81,7 +81,7 @@ library
81
crypton-x509 >=1.5 && <2.0,
82
crypton-x509-store >=1.5 && <2.0,
83
crypton-x509-system >=1.5 && <2.0,
84
- data-default-class >=0.1.2 && <0.2,
+ data-default-class >=0.1.2 && <0.2 || ^>=0.2.0,
85
deepseq >=1.4.6 && <1.5 || ^>=1.5.0,
86
io-streams >=1.2 && <2.0,
87
memory >=0.14.4 && <0.19,
0 commit comments