|
97 | 97 | - name: Install cabal-plan
|
98 | 98 | run: |
|
99 | 99 | cd $(mktemp -d)
|
100 |
| - cabal install cabal-plan --constraint='cabal-plan +exe' |
| 100 | + cabal install cabal-plan --allow-newer="base,ghc-prim,template-haskell" --constraint='cabal-plan +exe' |
101 | 101 | echo "$HOME/.cabal/bin" >> $GITHUB_PATH
|
102 | 102 |
|
103 | 103 | # The tool is not essential to the rest of the test suite. If
|
@@ -251,7 +251,7 @@ jobs:
|
251 | 251 | - name: Install cabal-plan
|
252 | 252 | run: |
|
253 | 253 | cd $(mktemp -d)
|
254 |
| - cabal install cabal-plan --constraint='cabal-plan +exe' --allow-newer |
| 254 | + cabal install cabal-plan --allow-newer="base,ghc-prim,template-haskell" --constraint='cabal-plan +exe' --allow-newer |
255 | 255 | echo "$HOME/.cabal/bin" >> $GITHUB_PATH
|
256 | 256 |
|
257 | 257 | # The tool is not essential to the rest of the test suite. If
|
@@ -373,7 +373,7 @@ jobs:
|
373 | 373 | - name: Install cabal-plan
|
374 | 374 | run: |
|
375 | 375 | cd $(mktemp -d)
|
376 |
| - cabal install cabal-plan --constraint='cabal-plan +exe' |
| 376 | + cabal install cabal-plan --allow-newer="base,ghc-prim,template-haskell" --constraint='cabal-plan +exe' |
377 | 377 | echo "$HOME/.cabal/bin" >> $GITHUB_PATH
|
378 | 378 |
|
379 | 379 | - name: Validate build
|
@@ -421,7 +421,7 @@ jobs:
|
421 | 421 | - name: Install cabal-plan
|
422 | 422 | run: |
|
423 | 423 | cd $(mktemp -d)
|
424 |
| - cabal install cabal-plan --constraint='cabal-plan +exe' |
| 424 | + cabal install cabal-plan --allow-newer="base,ghc-prim,template-haskell" --constraint='cabal-plan +exe' |
425 | 425 | echo "$HOME/.cabal/bin" >> $GITHUB_PATH
|
426 | 426 |
|
427 | 427 | - name: Download cabal executable from workflow artifacts
|
|
0 commit comments