Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
TENTATIVE Remove Cabal-syntax override
It breaks the dev shell
  • Loading branch information
geo2a authored and jasagredo committed Jun 12, 2025
commit a82684a2b003383963379e23978a5bbcd759db57
2 changes: 0 additions & 2 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ let
}) [ "byron" "shelley" "cardano" ]);
}
({ pkgs, lib, ... }: lib.mkIf pkgs.stdenv.hostPlatform.isWindows {
# https://github.com/input-output-hk/haskell.nix/issues/1836
packages.Cabal-syntax.components.library.build-tools = lib.mkForce [ pkgs.pkgsBuildBuild.alex ];
# https://github.com/input-output-hk/haskell.nix/issues/2332
packages.basement.configureFlags = [ "--hsc2hs-option=--cflag=-Wno-int-conversion" ];
})
Expand Down