diff options
author | Jeanne-Kamikaze <jeannekamikaze@gmail.com> | 2012-11-16 12:42:30 +0100 |
---|---|---|
committer | Jeanne-Kamikaze <jeannekamikaze@gmail.com> | 2012-11-16 12:42:30 +0100 |
commit | dd690b3e92f14b10c901849aaa4f90ffd3ea73fb (patch) | |
tree | b4dd56b640a615e1582dd413f1f1d9145a0a8a33 | |
parent | 8443167499c98da3dff947cf02cfa4b299339534 (diff) |
parsec any
-rw-r--r-- | Spear.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Spear.cabal b/Spear.cabal index ceb4ea7..051d955 100644 --- a/Spear.cabal +++ b/Spear.cabal | |||
@@ -14,7 +14,7 @@ data-dir: "" | |||
14 | library | 14 | library |
15 | build-depends: GLFW -any, OpenGL -any, OpenGLRaw -any, | 15 | build-depends: GLFW -any, OpenGL -any, OpenGLRaw -any, |
16 | StateVar -any, base -any, bytestring -any, directory -any, | 16 | StateVar -any, base -any, bytestring -any, directory -any, |
17 | mtl -any, transformers -any, resourcet -any, parsec >=3.1.3, | 17 | mtl -any, transformers -any, resourcet -any, parsec >= 3, |
18 | containers -any, vector -any, array -any | 18 | containers -any, vector -any, array -any |
19 | exposed-modules: Spear.Scene.GameObject Spear.Math.QuadTree | 19 | exposed-modules: Spear.Scene.GameObject Spear.Math.QuadTree |
20 | Spear.Physics.Types Spear.App Spear.App.Application Spear.App.Input | 20 | Spear.Physics.Types Spear.App Spear.App.Application Spear.App.Input |
@@ -53,4 +53,4 @@ library | |||
53 | Spear/Sys | 53 | Spear/Sys |
54 | hs-source-dirs: . | 54 | hs-source-dirs: . |
55 | ghc-options: -O2 -rtsopts | 55 | ghc-options: -O2 -rtsopts |
56 | \ No newline at end of file | 56 | |