Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit f1e22be

Browse files
author
Patrick Thomson
committed
wait, I'm foolish: downstream uses 8.10.1, so just that for CI is fine.
1 parent 98c5bb5 commit f1e22be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
ghc: ["8.8.3", "8.10.1"]
17+
ghc: ["8.10.1"]
1818
cabal: ["3.2.0.0"]
1919

2020
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Available options:
5858

5959
## Development
6060

61-
`semantic` requires at least GHC 8.8.3 and Cabal 3.0. We strongly recommend using [`ghcup`][ghcup] to sandbox GHC versions, as GHC packages installed through your OS's package manager may not install statically-linked versions of the GHC boot libraries. `semantic` currently builds only on Unix systems; users of other operating systems may wish to use the [Docker images](https://github.com/github/semantic/packages/11609).
61+
`semantic` requires at least GHC 8.10.1 and Cabal 3.0. We strongly recommend using [`ghcup`][ghcup] to sandbox GHC versions, as GHC packages installed through your OS's package manager may not install statically-linked versions of the GHC boot libraries. `semantic` currently builds only on Unix systems; users of other operating systems may wish to use the [Docker images](https://github.com/github/semantic/packages/11609).
6262

6363
We use `cabal's` [Nix-style local builds][nix] for development. To get started quickly:
6464

0 commit comments

Comments
 (0)