Skip to content

Commit f1f3db6

Browse files
committed
Make buildable cabal-plan
1 parent 4b8e2af commit f1f3db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Install cabal-plan
9797
run: |
9898
cd $(mktemp -d)
99-
cabal install cabal-plan --constraint='cabal-plan +exe'
99+
cabal install cabal-plan --constraint='cabal-plan +exe' --allow-newer
100100
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
101101
102102
# The tool is not essential to the rest of the test suite. If

0 commit comments

Comments
 (0)