summaryrefslogtreecommitdiff
path: root/standalone/android/install-haskell-packages
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/android/install-haskell-packages')
-rwxr-xr-xstandalone/android/install-haskell-packages9
1 files changed, 7 insertions, 2 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages
index df3d492ea..7dadd72cb 100755
--- a/standalone/android/install-haskell-packages
+++ b/standalone/android/install-haskell-packages
@@ -27,8 +27,13 @@ cabalinstall () {
patched () {
pkg=$1
+ ver=$2
shift 1
- cabal unpack $pkg
+ if [ -z "$ver" ]; then
+ cabal unpack $pkg
+ else
+ cabal unpack $pkg-$ver
+ fi
cd $pkg*
git init
git config user.name dummy
@@ -97,7 +102,7 @@ install_pkgs () {
patched shakespeare-text
patched process-conduit
patched gnuidn
- patched DAV
+ patched DAV-0.5.1
patched yesod-static
patched uuid
patched dns