|
29 | 29 | package: ["hie-compat", "hls-graph", "shake-bench", |
30 | 30 | "hls-plugin-api", "ghcide", "hls-test-utils", |
31 | 31 | "hls-cabal-plugin", |
32 | | - "hls-brittany-plugin", "hls-floskell-plugin", "hls-fourmolu-plugin", |
| 32 | + "hls-floskell-plugin", "hls-fourmolu-plugin", |
33 | 33 | "hls-ormolu-plugin", "hls-stylish-haskell-plugin", |
34 | 34 | "hls-class-plugin", "hls-eval-plugin", "hls-explicit-imports-plugin", |
35 | 35 | "hls-haddock-comments-plugin", "hls-hlint-plugin", "hls-stan-plugin", |
@@ -106,14 +106,11 @@ jobs: |
106 | 106 | # These tweaks are already in cabal-901.project but we dont want to use the entire file, |
107 | 107 | # Only the tricks needed by the solver which we know will not make the hackage build fail. |
108 | 108 | # The solver takes in account all project packages, even if they are not gonna be effectively built |
109 | | - # (like brittany or stylish-haskell for ghc-9.0) |
| 109 | + # (like stylish-haskell for ghc-9.0) |
110 | 110 | - name: "Add temporary needed allow-newer for ghc-9.0" |
111 | 111 | if: steps.get-hackage-version.outputs.exists != 'true' && matrix.ghc == '9.0.2' |
112 | 112 | run: | |
113 | 113 | cd $(ls -d ./incoming/${{ matrix.package }}-*) |
114 | | - # For brittany |
115 | | - echo "allow-newer:" >> cabal.project |
116 | | - echo " butcher:base, multistate:base, data-tree-print:base," >> cabal.project |
117 | 114 | # For stylish-haskell |
118 | 115 | echo " stylish-haskell:Cabal,stylish-haskell:ghc-lib-parser,stylish-haskell:aeson" >> cabal.project |
119 | 116 |
|
|
0 commit comments