Skip to content

Commit 0c4fff9

Browse files
committed
disable all plugins for 9.12.0
1 parent 5145231 commit 0c4fff9

File tree

3 files changed

+114
-116
lines changed

3 files changed

+114
-116
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.0)
62+
if impl(ghc >= 9.11.0)
6363
allow-newer:
6464
base
6565
, ghc

ghcide/cabal.project

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
packages:
22
./
33

4-
allow-newer:
5-
base
6-
, ghc
4+
if impl(ghc >= 9.12.0)
5+
allow-newer:
6+
base
7+
, ghc

0 commit comments

Comments
 (0)