1
1
mirror of https://github.com/tweag/asterius.git synced 2024-10-06 05:37:35 +03:00
asterius/utils/clean.sh

13 lines
222 B
Bash
Raw Normal View History

#!/bin/sh -e
export ROOT=$(stack path --local-install-root)
stack clean \
asterius \
ghc-toolkit
rm -rf \
$ROOT/share/*/asterius* \
$ROOT/share/*/ghc-toolkit* \
asterius/.stack-work \
ghc-toolkit/.stack-work