Skip to content

Commit

Permalink
Experiment with github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed Jan 4, 2025
1 parent fd15c91 commit 9653b4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
ghc: "9.6.6"
cabal: "3.10.3.0"
cabal: "3.12.1.0"

jobs:
validate-code-formatting:
Expand Down Expand Up @@ -188,6 +188,9 @@ jobs:
ghc-version: ${{ env.ghc }}
cabal-version: ${{ env.cabal }}

- name: output cabal store
run: cabal path

- name: List exact cabal deps
run: |
cabal freeze --only-dependencies
Expand Down

0 comments on commit 9653b4c

Please sign in to comment.