tests.haskell.shellFor: deprecate phases (#435080)

This commit is contained in:
Dennis Gosnell
2025-08-19 16:26:51 -04:00
committed by GitHub
-5
View File
@@ -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"