From cf4658a42b7446820a3a1976871bb05be27f02b4 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Mon, 20 Jan 2014 14:31:17 +0100 Subject: [PATCH] changed dependencies, refined dependencie-script --- Pioneers.cabal | 8 ++++---- deps/getDeps.sh | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Pioneers.cabal b/Pioneers.cabal index ae5865d..ba17030 100644 --- a/Pioneers.cabal +++ b/Pioneers.cabal @@ -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 diff --git a/deps/getDeps.sh b/deps/getDeps.sh index 6bfd4eb..9c91520 100755 --- a/deps/getDeps.sh +++ b/deps/getDeps.sh @@ -21,6 +21,8 @@ do cd "$d" cabal configure cabal build + cabal haddock --hyperlink-source + cabal install cd .. fi done