Skip to content

Commit

Permalink
haskell.lib: drop obsolete hasNoDataOutput and hasNoDocOutput functions
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jul 29, 2017
1 parent 321438d commit 47e3245
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/haskell-modules/lib.nix
Expand Up @@ -111,6 +111,4 @@ rec {
overrideSrc = drv: { src, version ? drv.version }:
overrideCabal drv (_: { inherit src version; editedCabalFile = null; });

hasNoDataOutput = drv: overrideCabal drv (drv: { hasDataDir = false; });
hasNoDocOutput = drv: overrideCabal drv (drv: { hasDocDir = false; });
}

0 comments on commit 47e3245

Please sign in to comment.