mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-11 03:06:35 +01:00
Remove recache
This commit is contained in:
parent
2cc33a8545
commit
6da56e4f15
@ -399,10 +399,6 @@ purgePackage shakeDir name version reason = do
|
||||
"ghc-pkg"
|
||||
["unregister", "-f", buildDatabase shakeDir, "--force", ident]
|
||||
"")
|
||||
void (readProcessWithExitCode
|
||||
"ghc-pkg"
|
||||
["recache", "-f", buildDatabase shakeDir]
|
||||
"")
|
||||
delete = removeDirectoryRecursive $
|
||||
pkgDir shakeDir name version
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user