Skip to content

Commit 47e3245

Browse files
committedJul 29, 2017
haskell.lib: drop obsolete hasNoDataOutput and hasNoDocOutput functions
1 parent 321438d commit 47e3245

File tree

1 file changed

+0
-2
lines changed
  • pkgs/development/haskell-modules

1 file changed

+0
-2
lines changed
 

‎pkgs/development/haskell-modules/lib.nix

-2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,4 @@ rec {
111111
overrideSrc = drv: { src, version ? drv.version }:
112112
overrideCabal drv (_: { inherit src version; editedCabalFile = null; });
113113

114-
hasNoDataOutput = drv: overrideCabal drv (drv: { hasDataDir = false; });
115-
hasNoDocOutput = drv: overrideCabal drv (drv: { hasDocDir = false; });
116114
}

0 commit comments

Comments
 (0)
Please sign in to comment.