Skip to content

Commit

Permalink
Upgrade GHC 9.6.2 -> 9.6.5
Browse files Browse the repository at this point in the history
- use lts-22.27 for ghc 9.6.5
- drop override for protoc and ghc-source-gen packages and use packages from hackage instead
- re-pin stackage snapshots
  • Loading branch information
avdv committed Aug 5, 2024
1 parent 6012182 commit f2faa40
Show file tree
Hide file tree
Showing 19 changed files with 444 additions and 443 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
bzlmod: [true, false]
ghc:
- 9.4.6
- 9.6.2
- 9.6.5
- 9.8.1
exclude:
- module: rules_haskell_nix
Expand All @@ -58,7 +58,7 @@ jobs:
# and stack config per GHC version
- ghc: 9.8.1
bzlmod: true
- ghc: 9.6.2
- ghc: 9.6.5
bzlmod: true
runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -144,14 +144,14 @@ jobs:
bzlmod: [true, false]
ghc:
- 9.4.6
- 9.6.2
- 9.6.5
- 9.8.1
exclude:
# TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
# and stack config per GHC version
- ghc: 9.8.1
bzlmod: true
- ghc: 9.6.2
- ghc: 9.6.5
bzlmod: true
# currently proto-lens-protoc fails with an access violation on Windows
- ghc: 9.6.2
Expand Down
200 changes: 0 additions & 200 deletions rules_haskell_tests/ghcide-snapshot_9.6.2.json

This file was deleted.

205 changes: 205 additions & 0 deletions rules_haskell_tests/ghcide-snapshot_9.6.5.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2023-09-03
resolver: lts-22.27

packages:
- ghcide-2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
resolver: nightly-2023-09-03
resolver: lts-22.27
packages:
- github: hspec/hspec
# NOTE Keep in sync with resolver version
commit: "a8c7472ca344fa5b87dfaea8f1dd760ec9feceb2"
sha256: "d8aac8b70bcd6208d59383fdb132fcbaaa3be650e17d8316476d75cc9d60b993"
commit: "c19f465d082b585e21f4e0d9f62691bdc9b0792a"
sha256: "114792383e60e91dc4d5a177c6c1c0a42ba200449e4294ab891d1b0a6b820739"
subdirs:
- .
- hspec-contrib
Expand Down
37 changes: 0 additions & 37 deletions rules_haskell_tests/stackage-pinning-test_snapshot_9.6.2.json

This file was deleted.

Loading

0 comments on commit f2faa40

Please sign in to comment.