Skip to content

Commit ae3fd02

Browse files
hamishmackcoot
authored andcommitted
nix: use GHC-9.6.6
1 parent a741c38 commit ae3fd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)