From ee450568eae00faf9ff3964555b27ef31a77295f Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 19 Aug 2025 21:39:23 +0200 Subject: [PATCH] tests.haskell.shellFor: deprecate phases --- pkgs/test/haskell/shellFor/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/test/haskell/shellFor/default.nix b/pkgs/test/haskell/shellFor/default.nix index 87671f4bc798..e91649233c91 100644 --- a/pkgs/test/haskell/shellFor/default.nix +++ b/pkgs/test/haskell/shellFor/default.nix @@ -16,11 +16,6 @@ # `extraDependencies` that are not in the closure of `packages`. extraDependencies = p: { libraryHaskellDepends = [ p.conduit ]; }; nativeBuildInputs = [ cabal-install ]; - phases = [ - "unpackPhase" - "buildPhase" - "installPhase" - ]; unpackPhase = '' sourceRoot=$(pwd)/scratch mkdir -p "$sourceRoot"