Skip to content

Commit 3479db6

Browse files
michaelwebb76claude
andcommitted
Restore GHC 8.10.7 and 9.2.8 in tested-with
These GHC versions are no longer available in our nixpkgs channel, but CI (haskell-ci) still verifies they build. Added a comment in flake.nix explaining the discrepancy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d7139aa commit 3479db6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
inputs:
1010
inputs.bellroy-nix-foss.lib.haskellProject {
1111
src = ./.;
12+
# GHC 8.10 and 9.2 are listed in tested-with in the cabal file
13+
# but are no longer available in our nixpkgs channel. CI
14+
# (haskell-ci) verifies these older versions still build.
1215
supportedCompilers = [
1316
"ghc94"
1417
"ghc96"

timeline.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ maintainer: Bellroy Tech Team <haskell@bellroy.com>
1616
category: Development
1717
build-type: Simple
1818
tested-with:
19-
GHC ==9.4.8
19+
GHC ==8.10.7
20+
|| ==9.2.8
21+
|| ==9.4.8
2022
|| ==9.6.6
2123
|| ==9.8.2
2224
|| ==9.10.2

0 commit comments

Comments
 (0)