Skip to content

Commit a82684a

Browse files
geo2ajasagredo
authored andcommitted
TENTATIVE Remove Cabal-syntax override
It breaks the dev shell
1 parent eab0e8a commit a82684a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nix/haskell.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ let
3636
}) [ "byron" "shelley" "cardano" ]);
3737
}
3838
({ 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 ];
4139
# https://github.com/input-output-hk/haskell.nix/issues/2332
4240
packages.basement.configureFlags = [ "--hsc2hs-option=--cflag=-Wno-int-conversion" ];
4341
})

0 commit comments

Comments
 (0)