hamlet requires shapespeare

also, disable forced reinstalls, which hide such problems
This commit is contained in:
Joey Hess 2013-09-22 17:25:30 -04:00
parent 30a121b805
commit 140c69899a

View file

@ -40,7 +40,7 @@ patched () {
$SHELL $SHELL
fi fi
done done
cabalinstall --force-reinstalls "$@" cabalinstall "$@"
rm -rf $pkg* rm -rf $pkg*
cd .. cd ..
} }
@ -80,8 +80,8 @@ install_pkgs () {
patched persistent-template patched persistent-template
patched file-embed patched file-embed
patched wai-app-static patched wai-app-static
patched hamlet
patched shakespeare patched shakespeare
patched hamlet
patched shakespeare-css patched shakespeare-css
patched shakespeare-js patched shakespeare-js
patched yesod-routes patched yesod-routes