avoid broken version of DAV on android
This commit is contained in:
parent
250df4685c
commit
a23d7abfcc
1 changed files with 7 additions and 2 deletions
|
@ -27,8 +27,13 @@ cabalinstall () {
|
||||||
|
|
||||||
patched () {
|
patched () {
|
||||||
pkg=$1
|
pkg=$1
|
||||||
|
ver=$2
|
||||||
shift 1
|
shift 1
|
||||||
|
if [ -z "$ver" ]; then
|
||||||
cabal unpack $pkg
|
cabal unpack $pkg
|
||||||
|
else
|
||||||
|
cabal unpack $pkg-$ver
|
||||||
|
fi
|
||||||
cd $pkg*
|
cd $pkg*
|
||||||
git init
|
git init
|
||||||
git config user.name dummy
|
git config user.name dummy
|
||||||
|
@ -97,7 +102,7 @@ install_pkgs () {
|
||||||
patched shakespeare-text
|
patched shakespeare-text
|
||||||
patched process-conduit
|
patched process-conduit
|
||||||
patched gnuidn
|
patched gnuidn
|
||||||
patched DAV
|
patched DAV-0.5.1
|
||||||
patched yesod-static
|
patched yesod-static
|
||||||
patched uuid
|
patched uuid
|
||||||
patched dns
|
patched dns
|
||||||
|
|
Loading…
Add table
Reference in a new issue