diff options
-rwxr-xr-x | standalone/linux/install-haskell-packages | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/standalone/linux/install-haskell-packages b/standalone/linux/install-haskell-packages index f22bf17cb..a49ee33ee 100755 --- a/standalone/linux/install-haskell-packages +++ b/standalone/linux/install-haskell-packages @@ -72,11 +72,12 @@ install_pkgs () { patched yesod-core patched persistent patched persistent-template - patched yesod + patched file-embed + patched shakespeare-text patched process-conduit patched yesod-static + patched yesod-persistent patched yesod-form - patched file-embed patched yesod-auth patched yesod patched generic-deriving @@ -84,7 +85,6 @@ install_pkgs () { patched reflection patched lens patched xml-hamlet - patched shakespeare-text patched DAV cd .. |