File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ index-state: 2021-11-11T19:25:51Z
53
53
54
54
constraints:
55
55
-- 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
57
58
58
59
-- although we are not building all plugins cabal solver phase is run for all packages
59
60
-- this way we track explicitly all transitive dependencies which need support for ghc-9
@@ -67,10 +68,14 @@ allow-newer:
67
68
data-tree-print:base,
68
69
69
70
stylish-haskell:Cabal,
71
+ stylish-haskell:ghc-lib-parser,
70
72
71
73
floskell:base,
72
74
floskell:ghc-prim,
73
75
76
+ ormolu:ghc-lib-parser,
77
+ fourmolu:ghc-lib-parser,
78
+
74
79
-- for shake-bench
75
80
Chart-diagrams:diagrams-core,
76
81
SVGFonts:diagrams-core
You can’t perform that action at this time.
0 commit comments