changed dependencies, refined dependencie-script
This commit is contained in:
parent
e56d995958
commit
cf4658a42b
@ -14,20 +14,20 @@ executable Pioneers
|
|||||||
Render.RenderObject
|
Render.RenderObject
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4,
|
base >=4.6,
|
||||||
OpenGL >=2.9,
|
OpenGL >=2.9,
|
||||||
bytestring >=0.10,
|
bytestring >=0.10,
|
||||||
OpenGLRaw >=1.4,
|
OpenGLRaw >=1.4,
|
||||||
text >=0.11,
|
text >=0.11,
|
||||||
array >=0.4,
|
array >=0.4,
|
||||||
random >=1.0.1,
|
random >=1.0.1,
|
||||||
GLFW-b >=1.4.6,
|
|
||||||
pretty >=1.1,
|
|
||||||
transformers >=0.3.0 && <0.4,
|
transformers >=0.3.0 && <0.4,
|
||||||
mtl >=2.1.2,
|
mtl >=2.1.2,
|
||||||
stm >=2.4.2,
|
stm >=2.4.2,
|
||||||
vector >=0.10.9 && <0.11,
|
vector >=0.10.9 && <0.11,
|
||||||
distributive >=0.3.2 && <0.4,
|
distributive >=0.3.2 && <0.4,
|
||||||
linear >=1.3.1 && <1.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
2
deps/getDeps.sh
vendored
@ -21,6 +21,8 @@ do
|
|||||||
cd "$d"
|
cd "$d"
|
||||||
cabal configure
|
cabal configure
|
||||||
cabal build
|
cabal build
|
||||||
|
cabal haddock --hyperlink-source
|
||||||
|
cabal install
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user