aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/haskell-modules/lib.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-07-29 12:38:30 +0200
committerPeter Simons <simons@cryp.to>2017-07-29 12:39:26 +0200
commit47e3245691dc2a8430ac51d82f2504fc6c7d0da0 (patch)
tree03502035202f5b42b6209d060213e6eb520de821 /pkgs/development/haskell-modules/lib.nix
parent321438d786bb00009f1fdea349eaac4c799c9257 (diff)
haskell.lib: drop obsolete hasNoDataOutput and hasNoDocOutput functions
Diffstat (limited to '')
-rw-r--r--pkgs/development/haskell-modules/lib.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/lib.nix b/pkgs/development/haskell-modules/lib.nix
index 81cf298e0e61..30d82d3efc93 100644
--- a/pkgs/development/haskell-modules/lib.nix
+++ b/pkgs/development/haskell-modules/lib.nix
@@ -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; });
}