Skip to content

Commit

Permalink
Update cabal configuration in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Dec 4, 2023
1 parent 6343a92 commit dd569b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ commands:
chmod +x ./x86_64-linux-ghcup
./x86_64-linux-ghcup install ghc << parameters.ghc_version >>
./x86_64-linux-ghcup set ghc << parameters.ghc_version >>
./x86_64-linux-ghcup install cabal 3.6.2.0
./x86_64-linux-ghcup install cabal 3.10.1.0
export PATH=~/.ghcup/bin:$PATH
echo 'export PATH=~/.ghcup/bin:$PATH' >> $BASH_ENV
<< parameters.cabal_update_command >>
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
image: ubuntu-2004:202107-02
steps:
- cabal_build_and_test:
ghc_version: "9.4.7"
ghc_version: "9.6.3"

workflows:
version: 2
Expand Down

0 comments on commit dd569b7

Please sign in to comment.