Skip to content

Commit

Permalink
cabal configure after cabal.project.local cleanup and cabal update.
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson committed Jan 9, 2022
1 parent 8c57e09 commit ab63d10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cnode-helper-scripts/cabal-build-all.sh
Expand Up @@ -46,6 +46,7 @@ fi

echo "Running cabal update to ensure you're on latest dependencies.."
cabal update 2>&1 | tee /tmp/cabal-build.log
cabal configure --with-compiler=ghc-8.10.7 | tee /tmp/cabal-build.log
echo "Building.."
cabal build all 2>&1 | tee /tmp/build.log

Expand Down

0 comments on commit ab63d10

Please sign in to comment.