Skip to content

Commit 23b560f

Browse files
committed
Bump base bump for cabal-dev-scripts to GHC 9.4 base
1 parent 2b6c376 commit 23b560f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cabal-dev-scripts/cabal-dev-scripts.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ executable gen-spdx
1818
ghc-options: -Wall
1919
build-depends:
2020
, aeson ^>=1.4.1.0 || ^>=1.5.2.0
21-
, base >=4.10 && <4.16
21+
, base >=4.10 && <4.17
2222
, bytestring
2323
, containers
2424
, Diff ^>=0.4
@@ -35,7 +35,7 @@ executable gen-spdx-exc
3535
ghc-options: -Wall
3636
build-depends:
3737
, aeson ^>=1.4.1.0 || ^>=1.5.2.0
38-
, base >=4.10 && <4.16
38+
, base >=4.10 && <4.17
3939
, bytestring
4040
, containers
4141
, Diff ^>=0.4

0 commit comments

Comments
 (0)