@@ -104,22 +104,15 @@ jobs:
104
104
cd $(ls -d ./incoming/${{ matrix.package }}-*)
105
105
echo "packages: . ../../* ../../plugins/*" > cabal.project
106
106
107
- - name : " Add temporary needed allow-newer"
108
- if : steps.get-hackage-version.outputs.exists != 'true'
109
- run : |
110
- # TODO: remove when not needed
111
- cd $(ls -d ./incoming/${{ matrix.package }}-*)
112
- echo "allow-newer: Chart-diagrams:diagrams-core, SVGFonts:diagrams-core," >> cabal.project
113
-
114
107
- name : " Add temporary needed allow-newer for ghc-9.0"
115
108
if : steps.get-hackage-version.outputs.exists != 'true' && (matrix.ghc == '9.0.1' || matrix.ghc == '9.0.2')
116
109
run : |
117
110
# TODO: remove when not needed
118
111
cd $(ls -d ./incoming/${{ matrix.package }}-*)
119
112
# For brittany
120
- echo " brittany:base, brittany:ghc, brittany:ghc-boot-th, butcher:base, multistate:base, data-tree-print:base," >> cabal.project
113
+ echo " butcher:base, multistate:base, data-tree-print:base," >> cabal.project
121
114
# For floskell and stylish-haskell
122
- echo " floskell:base, floskell:ghc-prim, stylish-haskell:Cabal,stylish-haskell:ghc-lib-parser," >> cabal.project
115
+ echo " stylish-haskell:Cabal,stylish-haskell:ghc-lib-parser,stylish-haskell:aeson " >> cabal.project
123
116
124
117
- name : " Build main package components in isolation"
125
118
if : steps.get-hackage-version.outputs.exists != 'true'
0 commit comments