Skip to content

Commit 06adc8d

Browse files
jappeacegithub-actions[bot]
authored andcommitted
Bumping 2 dependencies
base >=4.7 && <4.20 || >=4.20.0 && <4.21 (latest: 4.21.0.0) data-default-class >=0.1.2 && <0.2 (latest: 0.2.0.0)
1 parent 8788232 commit 06adc8d

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 || ^>=4.20.0,
75+
base >=4.7 && <4.19.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.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,
@@ -81,7 +81,7 @@ library
8181
crypton-x509 >=1.5 && <2.0,
8282
crypton-x509-store >=1.5 && <2.0,
8383
crypton-x509-system >=1.5 && <2.0,
84-
data-default-class >=0.1.2 && <0.2,
84+
data-default-class >=0.1.2 && <0.2 || ^>=0.2.0,
8585
deepseq >=1.4.6 && <1.5 || ^>=1.5.0,
8686
io-streams >=1.2 && <2.0,
8787
memory >=0.14.4 && <0.19,

0 commit comments

Comments
 (0)