update for TH-capable arm autobuilder
Only 1 patched haskell package is needed on arm now.
This commit is contained in:
parent
c24d3d8387
commit
7dd1e364b2
1 changed files with 2 additions and 29 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Bootstraps from an empty cabal (plus apt-get build-dep git-annex)
|
# Bootstraps from an empty cabal (plus apt-get build-dep git-annex)
|
||||||
# to all the necessary haskell packages being installed, with the
|
# to all the necessary haskell packages being installed.
|
||||||
# necessary patches to work on architectures that lack template haskell.
|
# Some packages are patched for wider portability.
|
||||||
#
|
#
|
||||||
# The cabal.config is used to pin the haskell packages to the last
|
# The cabal.config is used to pin the haskell packages to the last
|
||||||
# versions that have been gotten working. To update, delete the
|
# versions that have been gotten working. To update, delete the
|
||||||
|
@ -58,8 +58,6 @@ patched () {
|
||||||
installgitannexdeps () {
|
installgitannexdeps () {
|
||||||
pushd ../..
|
pushd ../..
|
||||||
ln -sf standalone/linux/cabal.config
|
ln -sf standalone/linux/cabal.config
|
||||||
echo "cabal install QuickCheck -f-templateHaskell"
|
|
||||||
cabal install -j1 QuickCheck -f-templateHaskell
|
|
||||||
echo cabal install --only-dependencies "$@"
|
echo cabal install --only-dependencies "$@"
|
||||||
cabal install -j1 --only-dependencies "$@"
|
cabal install -j1 --only-dependencies "$@"
|
||||||
rm -f cabal.config
|
rm -f cabal.config
|
||||||
|
@ -72,31 +70,6 @@ install_pkgs () {
|
||||||
cd tmp
|
cd tmp
|
||||||
|
|
||||||
patched network
|
patched network
|
||||||
patched wai-app-static
|
|
||||||
patched vector
|
|
||||||
patched aeson
|
|
||||||
patched shakespeare
|
|
||||||
patched yesod-routes
|
|
||||||
patched monad-logger
|
|
||||||
patched skein
|
|
||||||
patched shakespeare-js
|
|
||||||
patched hamlet
|
|
||||||
patched yesod-core
|
|
||||||
patched persistent
|
|
||||||
patched persistent-template
|
|
||||||
patched file-embed
|
|
||||||
patched process-conduit
|
|
||||||
patched yesod-static
|
|
||||||
patched yesod-persistent
|
|
||||||
patched yesod-form
|
|
||||||
patched yesod-auth
|
|
||||||
patched yesod
|
|
||||||
patched generic-deriving
|
|
||||||
patched profunctors
|
|
||||||
patched reflection
|
|
||||||
patched lens
|
|
||||||
patched xml-hamlet
|
|
||||||
patched DAV
|
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue