+3
pkgs/development/haskell-modules/configuration-common.nix
+3
pkgs/development/haskell-modules/configuration-common.nix
+3
pkgs/development/haskell-modules/lib.nix
+3
pkgs/development/haskell-modules/lib.nix
···addBuildTools = drv: xs: overrideCabal drv (drv: { buildTools = (drv.buildTools or []) ++ xs; });+addExtraLibraries = drv: xs: overrideCabal drv (drv: { extraLibraries = (drv.extraLibraries or []) ++ xs; });addBuildDepends = drv: xs: overrideCabal drv (drv: { buildDepends = (drv.buildDepends or []) ++ xs; });