Skip to content

Commit

Permalink
Use a newer cabal-install
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Oct 14, 2021
1 parent 4154fe8 commit 6052e12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ commands:
- run:
name: Dependencies
command: |
wget -qO- https://downloads.haskell.org/~cabal/cabal-install-3.6.0.0/cabal-install-3.6.0.0-x86_64-linux.tar.xz | tar xJ
mkdir -p /root/.cabal/bin/cabal
cp cabal /root/.cabal/bin/cabal
<< parameters.cabal_update_command >>
cabal v2-clean
cabal v2-build --project-file << parameters.project_file >> --flag include --flag devel -j1 --enable-tests all
Expand Down

0 comments on commit 6052e12

Please sign in to comment.