aboutsummaryrefslogtreecommitdiff
path: root/standalone/linux
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-15 10:58:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-15 10:58:04 -0400
commit7a56fe56f9918942aa207039d8e10f5815a7c4ff (patch)
treefc487e7eb343aec852dd7db90c52323069159580 /standalone/linux
parentfb353f52744fac9e2f338f0c2f809dc1075f0a65 (diff)
armel autobuilder now working again!
Diffstat (limited to 'standalone/linux')
-rwxr-xr-xstandalone/linux/install-haskell-packages9
1 files changed, 7 insertions, 2 deletions
diff --git a/standalone/linux/install-haskell-packages b/standalone/linux/install-haskell-packages
index d277dfa5e..f5fd4edfa 100755
--- a/standalone/linux/install-haskell-packages
+++ b/standalone/linux/install-haskell-packages
@@ -27,7 +27,8 @@ cabalinstall () {
patched () {
pkg=$1
shift 1
- cabal unpack $pkg
+ cabal unpack $pkg$1
+ shift 1
cd $pkg*
git init
git config user.name dummy
@@ -74,7 +75,11 @@ install_pkgs () {
patched yesod-core
patched persistent
patched persistent-template
- patched file-embed
+ # Newer versions of file-embed cause ghc -ddump-splices
+ # to output invalid character codes.
+ # Note that the system generating the splices should also
+ # use this version of file-embed.
+ patched file-embed -0.0.6
patched process-conduit
patched yesod-static
patched yesod-persistent