changed dependencies, refined dependencie-script

This commit is contained in:
Stefan Dresselhaus
2014-01-20 14:31:17 +01:00
parent e56d995958
commit cf4658a42b
2 changed files with 6 additions and 4 deletions

2
deps/getDeps.sh vendored
View File

@ -21,6 +21,8 @@ do
cd "$d"
cabal configure
cabal build
cabal haddock --hyperlink-source
cabal install
cd ..
fi
done