Skip to content

Commit

Permalink
Quash cleaning component source warnings in nix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Nov 6, 2020
1 parent 6ef54cc commit cc6fd10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,14 @@ let
doHaddock = false;
}))

# Silence some warnings about "cleaning component source not
# supported for hpack package" which appear in nix-shell
{
packages.cardano-addresses.cabal-generator = lib.mkForce null;
packages.cardano-addresses-cli.cabal-generator = lib.mkForce null;
packages.cardano-transactions.cabal-generator = lib.mkForce null;
}

# Allow installation of a newer version of Win32 than what is
# included with GHC. The packages in this list are all those
# installed with GHC, except for Win32.
Expand Down

0 comments on commit cc6fd10

Please sign in to comment.