changed dependencies, refined dependencie-script

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

View File

@ -14,20 +14,20 @@ executable Pioneers
Render.RenderObject
main-is: Main.hs
build-depends:
base >=4,
base >=4.6,
OpenGL >=2.9,
bytestring >=0.10,
OpenGLRaw >=1.4,
text >=0.11,
array >=0.4,
random >=1.0.1,
GLFW-b >=1.4.6,
pretty >=1.1,
transformers >=0.3.0 && <0.4,
mtl >=2.1.2,
stm >=2.4.2,
vector >=0.10.9 && <0.11,
distributive >=0.3.2 && <0.4,
linear >=1.3.1 && <1.4,
lens >=3.10.1 && <3.11
lens >=3.10.1 && <3.11,
sdl2 >= 1.0.2 && <2.0,
SDL2 >= 0.1.0

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