Skip to content

Commit

Permalink
Regenerate cabal.GHC-*.config files
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jan 13, 2022
1 parent 1181076 commit 31ca666
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 465 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ghc-version: ["8.8.4", "8.10.2", "9.0.2"]
ghc-version: ["8.8.4", "8.10.7", "9.0.2"]
exclude:
# https://gitlab.haskell.org/ghc/ghc/-/issues/18550
- os: windows-latest
ghc-version: 8.8.4
- os: windows-latest
ghc-version: 8.10.2
ghc-version: 8.10.7
- os: windows-latest
ghc-version: 9.0.2
outputs:
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:

- uses: haskell/actions/setup@v1
with:
ghc-version: '8.10.3'
ghc-version: '8.10.7'

- if: matrix.suite == 'rpc'
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Windows. We regularly build and test it in the following environments:
## Prerequisites

Cryptol is regularly built and tested with the three most recent
versions of GHC, which at the time of this writing are 8.8.4, 8.10.2, and
versions of GHC, which at the time of this writing are 8.8.4, 8.10.7, and
9.0.2. The easiest way to install an approporiate version of GHC is
with [ghcup](https://www.haskell.org/ghcup/).

Expand Down
228 changes: 0 additions & 228 deletions cabal.GHC-8.10.2.config

This file was deleted.

Loading

0 comments on commit 31ca666

Please sign in to comment.