We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273719d commit 1ee5ab7Copy full SHA for 1ee5ab7
nix/haskell.nix
@@ -35,6 +35,9 @@ let
35
extraSrcFiles = [ "golden/${n}/**/*" ];
36
}) [ "byron" "shelley" "cardano" ]);
37
}
38
+ ({ pkgs, lib, ... }: lib.mkIf pkgs.stdenv.hostPlatform.isWindows {
39
+ # https://github.com/input-output-hk/haskell.nix/issues/2332
40
+ packages.basement.configureFlags = [ "--hsc2hs-option=--cflag=-Wno-int-conversion" ];
41
({ pkgs, ... }: {
42
# Tools for CBOR/CDDL tests:
43
packages.ouroboros-consensus-cardano.components.tests.cardano-test = {
0 commit comments