Skip to content

Commit

Permalink
removed ghc version pin in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joedaws committed Nov 7, 2024
1 parent f892f0f commit 73b972e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-haskell@v1
with:
stack-version: '3.1.1'
ghc-version: '9.4.8'

- name: Install dependencies
run: stack setup
Expand Down
2 changes: 1 addition & 1 deletion chunktool.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: chunktool
version: 0.3.0.0
version: 0.3.0.2
description: Please see the README on GitHub at <https://github.com/joedaws/chunktool#readme>
homepage: https://github.com/joedaws/chunktool#readme
bug-reports: https://github.com/joedaws/chunktool/issues
Expand Down

0 comments on commit 73b972e

Please sign in to comment.