diff options
| -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 | |
