superclean (200B)
1 #!/bin/bash 2 3 b="0" 4 for p in `ghc-pkg check $* 2>&1 | grep problems | awk '{print $6}' | sed -e 's/:$//'` 5 do 6 echo unregistering $p; ghc-pkg $* unregister $p; 7 cabal -j12 install $p; b="1" 8 done
citadelMy dotfiles, scripts and nix configs | |
git clone git://jb55.com/citadel | |
Log | Files | Refs | README | LICENSE |