We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a741c38 commit ae3fd02Copy full SHA for ae3fd02
nix/ouroboros-network.nix
@@ -15,10 +15,10 @@ let
15
#
16
# NOTE: cross compilation with `ghc-9.6.2` doesn't currently work
17
# https://ci.iog.io/build/623082/nixlog/2
18
- crossGHCVersion = "ghc8107";
+ crossGHCVersion = "ghc966";
19
20
# alternative compilers
21
- otherCompilers = [ "ghc810" ];
+ otherCompilers = [ "ghc966" ];
22
23
# from https://github.com/input-output-hk/haskell.nix/issues/298#issuecomment-767936405
24
forAllProjectPackages = cfg: args@{ config, lib, ... }: {
0 commit comments