Skip to content

Commit

Permalink
Set reorder-goals to False in cabal.project
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jan 28, 2021
1 parent b18c827 commit 6ce6e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Expand Up @@ -99,7 +99,7 @@ jobs:
run: cabal update

- name: Cabal Configure
run: cabal configure --builddir="$CABAL_BUILDDIR" --enable-tests --enable-benchmarks --write-ghc-environment-files=always
run: cabal configure -v3 --builddir="$CABAL_BUILDDIR" --enable-tests --enable-benchmarks --write-ghc-environment-files=always

- name: Record dependencies
run: |
Expand Down

0 comments on commit 6ce6e6c

Please sign in to comment.