few more deps
This commit is contained in:
parent
da3ca6eb0d
commit
a283f9907b
1 changed files with 9 additions and 0 deletions
|
@ -52,6 +52,12 @@ onlycross () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onlynative () {
|
||||||
|
if [ "$native" ]; then
|
||||||
|
eval $@
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
install_pkgs () {
|
install_pkgs () {
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
|
@ -129,6 +135,7 @@ install_pkgs () {
|
||||||
patched yesod-routes 1.1.2
|
patched yesod-routes 1.1.2
|
||||||
onlycross unpatched http-conduit-1.8.7.1
|
onlycross unpatched http-conduit-1.8.7.1
|
||||||
onlycross patched DAV 0.3
|
onlycross patched DAV 0.3
|
||||||
|
onlynative unpatched DAV
|
||||||
patched yesod-core 1.1.8
|
patched yesod-core 1.1.8
|
||||||
patched yesod-persistent 1.1.0.1
|
patched yesod-persistent 1.1.0.1
|
||||||
patched yesod-form 1.2.1.1
|
patched yesod-form 1.2.1.1
|
||||||
|
@ -142,6 +149,8 @@ install_pkgs () {
|
||||||
unpatched edit-distance-0.2.1.2
|
unpatched edit-distance-0.2.1.2
|
||||||
unpatched uuid-1.2.12
|
unpatched uuid-1.2.12
|
||||||
unpatched json-0.7
|
unpatched json-0.7
|
||||||
|
unpatched SHA-1.6.1
|
||||||
|
onlycross unpatched data-endian-0.0.1
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
|
|
Loading…
Add table
Reference in a new issue