hamlet requires shapespeare
also, disable forced reinstalls, which hide such problems
This commit is contained in:
parent
30a121b805
commit
140c69899a
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ patched () {
|
|||
$SHELL
|
||||
fi
|
||||
done
|
||||
cabalinstall --force-reinstalls "$@"
|
||||
cabalinstall "$@"
|
||||
rm -rf $pkg*
|
||||
cd ..
|
||||
}
|
||||
|
@ -80,8 +80,8 @@ install_pkgs () {
|
|||
patched persistent-template
|
||||
patched file-embed
|
||||
patched wai-app-static
|
||||
patched hamlet
|
||||
patched shakespeare
|
||||
patched hamlet
|
||||
patched shakespeare-css
|
||||
patched shakespeare-js
|
||||
patched yesod-routes
|
||||
|
|
Loading…
Reference in a new issue