Skip to content

Commit 07d9974

Browse files
hamishmackcoot
authored andcommitted
nix & GHA: dropped GHC < 9.6
1 parent 42a16d4 commit 07d9974

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ghc: ["8.10.7", "9.6", "9.8", "9.10", "9.12"]
21+
ghc: ["9.6", "9.8", "9.10", "9.12"]
2222
os: [windows-latest]
2323

2424
env:

nix/ouroboros-network.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ let
1515
#
1616
# NOTE: cross compilation with `ghc-9.6.2` doesn't currently work
1717
# https://ci.iog.io/build/623082/nixlog/2
18-
crossGHCVersion = "ghc8107";
18+
crossGHCVersion = "ghc966";
1919

2020
# alternative compilers
21-
otherCompilers = [ "ghc810" ];
21+
otherCompilers = [ "ghc966" ];
2222

2323
# from https://github.com/input-output-hk/haskell.nix/issues/298#issuecomment-767936405
2424
forAllProjectPackages = cfg: args@{ config, lib, ... }: {

0 commit comments

Comments
 (0)