Skip to content

Commit

Permalink
Use ghc 9.6.6 instead of 9.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edsko committed Oct 25, 2024
1 parent e8cc0bd commit c501e76
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.4
- compiler: ghc-9.6.6
compilerKind: ghc
compilerVersion: 9.6.4
compilerVersion: 9.6.6
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.8
Expand Down
2 changes: 1 addition & 1 deletion grapesy/grapesy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data-files: route_guide_db.json
tested-with: GHC==8.10.7
, GHC==9.2.8
, GHC==9.4.8
, GHC==9.6.4
, GHC==9.6.6
, GHC==9.8.2
, GHC==9.10.1

Expand Down
2 changes: 1 addition & 1 deletion grpc-spec/grpc-spec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extra-doc-files: CHANGELOG.md
tested-with: GHC==8.10.7
, GHC==9.2.8
, GHC==9.4.8
, GHC==9.6.4
, GHC==9.6.6
, GHC==9.8.2
, GHC==9.10.1

Expand Down
2 changes: 1 addition & 1 deletion tutorials/basics/basics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data-files: route_guide_db.json
tested-with: GHC==8.10.7
, GHC==9.2.8
, GHC==9.4.8
, GHC==9.6.4
, GHC==9.6.6
, GHC==9.8.2

custom-setup
Expand Down
2 changes: 1 addition & 1 deletion tutorials/lowlevel/lowlevel.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data-files: route_guide_db.json
tested-with: GHC==8.10.7
, GHC==9.2.8
, GHC==9.4.8
, GHC==9.6.4
, GHC==9.6.6
, GHC==9.8.2

custom-setup
Expand Down
2 changes: 1 addition & 1 deletion tutorials/metadata/metadata.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extra-source-files: proto/fileserver.proto
tested-with: GHC==8.10.7
, GHC==9.2.8
, GHC==9.4.8
, GHC==9.6.4
, GHC==9.6.6
, GHC==9.8.2

custom-setup
Expand Down
2 changes: 1 addition & 1 deletion tutorials/quickstart/quickstart.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extra-source-files: proto/helloworld.proto
tested-with: GHC==8.10.7
, GHC==9.2.8
, GHC==9.4.8
, GHC==9.6.4
, GHC==9.6.6
, GHC==9.8.2

custom-setup
Expand Down

0 comments on commit c501e76

Please sign in to comment.