Skip to content

Commit 83f5690

Browse files
committed
fix: update GHC version constraint to allow newer base and ghc versions for GHC 9.12.0
1 parent d806855 commit 83f5690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +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-
if impl(ghc >= 9.12.2)
62+
if impl(ghc >= 9.12.0)
6363
allow-newer:
6464
base
6565
, ghc

0 commit comments

Comments
 (0)