Skip to content

Commit

Permalink
Merge pull request #1005 from input-output-hk/ch1bo/ghc-9.2.8
Browse files Browse the repository at this point in the history
Bump GHC further to 9.2.8
  • Loading branch information
abailly-iohk authored Jul 31, 2023
2 parents 52dac61 + e7f3515 commit ac83344
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cabal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ./.github/workflows/actions/setup_dev_ubuntu
with:
clean_caches: true
version_ghc: 9.2.7
version_ghc: 9.2.8

- name: cabal build
run: |
Expand All @@ -55,7 +55,7 @@ jobs:
- name: setup dev environment
uses: ./.github/workflows/actions/setup_dev_ubuntu
with:
version_ghc: 9.2.7
version_ghc: 9.2.8

- name: ❓ Test
if: ${{ matrix.package != 'hydra-tui' }}
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: setup dev environment
uses: ./.github/workflows/actions/setup_dev_ubuntu
with:
version_ghc: 9.2.7
version_ghc: 9.2.8

- name: 📚 Documentation (Haddock)
run: |
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: setup dev environment
uses: ./.github/workflows/actions/setup_dev_ubuntu
with:
version_ghc: 9.2.7
version_ghc: 9.2.8

- name: 📈 Benchmark
run: |
Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ changes.
and verify signature of received messages is from a known party
and of course valid.

- **BREAKING**Protocol change: Wait for all transactions requested in
a snapshot to be seen before acknowledging it, and only send
transaction ids in snapshot requests
- **BREAKING**Protocol change: Wait for all transactions requested in a snapshot
to be seen before acknowledging it, and only send transaction ids in snapshot
requests

- **BREAKING** Change to the Hydra scripts due to upgrading our plutus compiler
and toolchain.
and toolchain to GHC 9.2.8.

## [0.11.0] - 2023-06-30

Expand Down
2 changes: 1 addition & 1 deletion nix/hydra/project.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ compiler ? "ghc927"
{ compiler ? "ghc928"

, system ? builtins.currentSystem

Expand Down

0 comments on commit ac83344

Please sign in to comment.