Skip to content

Commit d806855

Browse files
committed
fix: conditionally allow newer base and ghc versions for GHC 9.12.2
1 parent 9bd6a85 commit d806855

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cabal.project

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ if impl(ghc >= 9.8.4) && impl(ghc < 9.8.5)
5959
constraints:
6060
ghc-lib-parser==9.8.4.20241130
6161

62-
allow-newer:
63-
base
64-
, ghc
62+
if impl(ghc >= 9.12.2)
63+
allow-newer:
64+
base
65+
, ghc

0 commit comments

Comments
 (0)