Skip to content

Commit ab04aef

Browse files
committed
Build formatters with newer ghc-lib-parser
1 parent edc1011 commit ab04aef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cabal-ghc901.project

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ index-state: 2021-11-11T19:25:51Z
5353

5454
constraints:
5555
-- These plugins don't work on GHC9 yet
56-
haskell-language-server +ignore-plugins-ghc-bounds -brittany -class -stylishhaskell -tactic
56+
haskell-language-server +ignore-plugins-ghc-bounds -brittany -class -stylishhaskell -tactic,
57+
ghc-lib-parser ^>= 9.0
5758

5859
-- although we are not building all plugins cabal solver phase is run for all packages
5960
-- this way we track explicitly all transitive dependencies which need support for ghc-9
@@ -67,10 +68,14 @@ allow-newer:
6768
data-tree-print:base,
6869

6970
stylish-haskell:Cabal,
71+
stylish-haskell:ghc-lib-parser,
7072

7173
floskell:base,
7274
floskell:ghc-prim,
7375

76+
ormolu:ghc-lib-parser,
77+
fourmolu:ghc-lib-parser,
78+
7479
-- for shake-bench
7580
Chart-diagrams:diagrams-core,
7681
SVGFonts:diagrams-core

0 commit comments

Comments
 (0)