moved types to types

- moved types to types
- added callback
- included sdl-ttf
This commit is contained in:
Stefan Dresselhaus
2014-02-05 16:33:32 +01:00
parent 2d97d4e8ca
commit 1126cfc25a
3 changed files with 36 additions and 66 deletions

11
deps/getDeps.sh vendored
View File

@ -63,6 +63,15 @@ else
cd ..
fi
if [ ! -d "hsSDL2-ttf" ]
then
git clone https://github.com/osa1/hsSDL2-ttf hsSDL2-ttf
else
cd hsSDL2-ttf
git pull
cd ..
fi
echo "trying to build"
cabal install haddock
@ -79,7 +88,7 @@ do
cabal configure
cabal build
cabal haddock --hyperlink-source
cabal install
cabal install --force-reinstalls
cd ..
fi
done