Skip to content

Commit

Permalink
Update bounds with 'cabal-bounds' & clean warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ymeister committed Aug 14, 2024
1 parent 315bef0 commit ce4244d
Show file tree
Hide file tree
Showing 44 changed files with 706 additions and 606 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5', '9.6.1']
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5', '9.6.1', '9.8.2', '9.10.1']
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist
cabal.sandbox.config
cabal.project.local
.cabal-sandbox/
dist-*
cabal-dev
Expand Down
Loading

0 comments on commit ce4244d

Please sign in to comment.