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 eab0e8a commit a82684aCopy full SHA for a82684a
nix/haskell.nix
@@ -36,8 +36,6 @@ let
36
}) [ "byron" "shelley" "cardano" ]);
37
}
38
({ pkgs, lib, ... }: lib.mkIf pkgs.stdenv.hostPlatform.isWindows {
39
- # https://github.com/input-output-hk/haskell.nix/issues/1836
40
- packages.Cabal-syntax.components.library.build-tools = lib.mkForce [ pkgs.pkgsBuildBuild.alex ];
41
# https://github.com/input-output-hk/haskell.nix/issues/2332
42
packages.basement.configureFlags = [ "--hsc2hs-option=--cflag=-Wno-int-conversion" ];
43
})
0 commit comments