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 35b793a commit b688772Copy full SHA for b688772
nix/haskell.nix
@@ -35,6 +35,10 @@ 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
+ })
42
({ pkgs, ... }: {
43
# Tools for CBOR/CDDL tests:
44
packages.ouroboros-consensus-cardano.components.tests.cardano-test = {
0 commit comments