1
1
mirror of https://github.com/github/semantic.git synced 2024-11-26 09:07:39 +03:00

wait, I'm foolish: downstream uses 8.10.1, so just that for CI is fine.

This commit is contained in:
Patrick Thomson 2020-09-17 11:30:39 -04:00
parent 98c5bb5b2c
commit f1e22be192
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ["8.8.3", "8.10.1"]
ghc: ["8.10.1"]
cabal: ["3.2.0.0"]
steps:

View File

@ -58,7 +58,7 @@ Available options:
## Development
`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).
`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).
We use `cabal's` [Nix-style local builds][nix] for development. To get started quickly: