summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-15 20:30:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-15 20:49:41 -0400
commit5ede769333ab735e4f4d3a92cd18f4e94dde7b32 (patch)
tree4212718d0c03f4a743bc383c30009808754b7e71 /Makefile
parentbefbf635140e07862393943b7fb9f63dac104d4b (diff)
add some more modules used by TH splices
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86189a092..814f29284 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,7 @@ android: Build/EvilSplicer
# and not overwritten.)
cp -uR tmp/splices/* tmp/androidtree
# Some additional dependencies needed by the expanded splices.
- sed -i 's/^ Build-Depends: / Build-Depends: yesod-core, shakespeare-js, shakespeare, blaze-markup, /' tmp/androidtree/git-annex.cabal
+ sed -i 's/^ Build-Depends: / Build-Depends: yesod-core, shakespeare-css, shakespeare-js, shakespeare, blaze-markup, /' tmp/androidtree/git-annex.cabal
# cabal cannot cross compile with custom build type, so workaround
sed -i 's/Build-type: Custom/Build-type: Simple/' tmp/androidtree/git-annex.cabal
if [ ! -e tmp/androidtree/dist/setup/setup ]; then \