Skip to content

Commit 033e8e0

Browse files
authored
Bump base in cabal-dev-scripts.cabal
Bump base in cabal-dev-scripts.cabal. We are now using GHC 9.4.7 in CI, which ships with base 4.17.2.0. I am bumping all the way to <4.19 after testing everything compiles with GHC 9.6.3 (base-4.18.1.0).
1 parent bbbca4f commit 033e8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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 || ^>=2.1.1.0
21-
, base >=4.10 && <4.17
21+
, base >=4.10 && <4.19
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 || ^>=2.1.1.0
38-
, base >=4.10 && <4.17
38+
, base >=4.10 && <4.19
3939
, bytestring
4040
, containers
4141
, Diff ^>=0.4

0 commit comments

Comments
 (0)