Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to ghc-9.2.4 #1451

Merged
merged 2 commits into from
Aug 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest , macOS-latest]
ghc: ["9.2.3"]
ghc: ["9.2.4"]
steps:
- name: Checkout our repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest , macOS-latest]
ghc: ["9.2.3"]
ghc: ["9.2.4"]
steps:
- name: Checkout the main repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ghc: ["9.2.3"]
ghc: ["9.2.4"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout our repository
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license-file: LICENSE
copyright: (c) 2022- Heliax AG.
maintainer: The PLT Team at Heliax AG <[email protected]>
author: [ Jonathan Prieto-Cubides , Jan Mas Rovira , Paul Cadman , Github's contributors ]
tested-with: ghc == 9.2.3
tested-with: ghc == 9.2.4
homepage: https://juvix.org
bug-reports: https://github.com/anoma/juvix/issues
description: The Juvix compiler
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ghc-options:
"$locals": -optP-Wno-nonportable-include-path
resolver: nightly-2022-06-15
resolver: nightly-2022-08-04