Skip to content

Commit

Permalink
Change GHC version to 8.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Jul 17, 2023
1 parent ee37cfd commit 8f4b44e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env:
cache_generation: 2023-06-12
ghc_version: 9.0.2
ghc_version: 8.10.7

# NOTE: Please keep .mergify.yml in sync when adding or removing any jobs.
name: main
Expand Down Expand Up @@ -34,7 +34,8 @@ jobs:
name: "Setup Haskell environment"
uses: haskell/actions/setup@v2
with:
enable-stack: true
ghc-version: ${{ env.ghc_version }}
cabal-version: '3.10.1.0'
- name: "Cache"
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 8f4b44e

Please sign in to comment.