From a32da62b52b6f0e4039ae4226e3e2867880ca05c Mon Sep 17 00:00:00 2001 From: Joshua Rahm Date: Sun, 27 Apr 2014 20:39:00 -0600 Subject: hacky first person stuff --- Terralloc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Terralloc.cabal') diff --git a/Terralloc.cabal b/Terralloc.cabal index 7281d81..6ee1d80 100644 --- a/Terralloc.cabal +++ b/Terralloc.cabal @@ -22,4 +22,4 @@ executable terralloc.bin ghc-options: -rtsopts -O3 -- ghc-options: -prof -osuf h_o -- other-modules: - build-depends: setters, base, OpenGL, bytestring, array, SDL, random, OpenGLRaw, AC-Angle, deepseq, containers, SDL-image, cpu, template-haskell, filepath, MissingH, StateVar + build-depends: setters, base, OpenGL, bytestring, array, SDL, random, OpenGLRaw, AC-Angle, deepseq, containers, SDL-image, cpu, template-haskell, filepath, MissingH, StateVar, time -- cgit