Skip to content

Commit

Permalink
Bump CI to GHC 9.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ulidtko committed Jun 14, 2024
1 parent 90968b1 commit 6122235
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 28 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/workflows/haskell-ci.yml linguist-generated=true
34 changes: 9 additions & 25 deletions .github/workflows/haskell-ci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cabal-doctest.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extra-source-files:
README.md

tested-with:
GHC == 9.10.0
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.5
GHC == 9.4.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ category: Example
build-type: Custom

tested-with:
GHC == 9.10.0
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.5
GHC == 9.4.8
Expand Down
2 changes: 1 addition & 1 deletion simple-example/simple-example.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build-type: Custom
cabal-version: 1.12

tested-with:
GHC == 9.10.0
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.5
GHC == 9.4.8
Expand Down

0 comments on commit 6122235

Please sign in to comment.