add
This commit is contained in:
parent
140c69899a
commit
66631b4092
1 changed files with 6 additions and 0 deletions
6
standalone/android/clean-haskell-packages
Executable file
6
standalone/android/clean-haskell-packages
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# Removes all currently installed cross-compiled haskell packages
|
||||||
|
# except those part of ghc.
|
||||||
|
# Useful if the build failed.
|
||||||
|
rm -f $(grep -l $HOME/.ghc/android-14/arm-linux-androideabi-4.7/.cabal/lib/ $HOME/.ghc/android-14/arm-linux-androideabi-4.7/lib/*-ghc-*/package.conf.d/*.conf)
|
||||||
|
$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/bin/ghc-pkg recache
|
Loading…
Reference in a new issue