Skip to content

Commit

Permalink
Fix mac build failure because of Cabal's bug haskell/cabal#4739
Browse files Browse the repository at this point in the history
  • Loading branch information
miuirussia committed Jul 18, 2023
1 parent bc5ebbf commit cf1a009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overlays/stack.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ let
system-ghc = true;
install-ghc = false;
nix.enable = false;
ghc-options."$locals" = "-optP-Wno-nonportable-include-path";
};

stackWithConfig = config: (
Expand Down

0 comments on commit cf1a009

Please sign in to comment.