diff options
Diffstat (limited to 'Spear.cabal')
-rw-r--r-- | Spear.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Spear.cabal b/Spear.cabal index 254f181..01a2b23 100644 --- a/Spear.cabal +++ b/Spear.cabal | |||
@@ -26,7 +26,7 @@ library | |||
26 | Spear.GLSL.Uniform Spear.GLSL.VAO Spear.Math.Camera | 26 | Spear.GLSL.Uniform Spear.GLSL.VAO Spear.Math.Camera |
27 | Spear.Math.Entity Spear.Math.Matrix3 Spear.Math.Matrix4 | 27 | Spear.Math.Entity Spear.Math.Matrix3 Spear.Math.Matrix4 |
28 | Spear.Math.MatrixUtils Spear.Math.Plane Spear.Math.Quaternion | 28 | Spear.Math.MatrixUtils Spear.Math.Plane Spear.Math.Quaternion |
29 | Spear.Math.Spatial Spear.Math.Vector3 Spear.Math.Vector4 | 29 | Spear.Math.Vector3 Spear.Math.Vector4 |
30 | Spear.Physics Spear.Physics.Rigid Spear.Render.AnimatedModel | 30 | Spear.Physics Spear.Physics.Rigid Spear.Render.AnimatedModel |
31 | Spear.Render.Material Spear.Render.Model Spear.Render.Program | 31 | Spear.Render.Material Spear.Render.Model Spear.Render.Program |
32 | Spear.Render.Renderable Spear.Render.StaticModel | 32 | Spear.Render.Renderable Spear.Render.StaticModel |
@@ -35,6 +35,7 @@ library | |||
35 | Spear.Setup Spear.Sys.Timer Spear.Sys.Store Spear.Sys.Store.ID | 35 | Spear.Setup Spear.Sys.Timer Spear.Sys.Store Spear.Sys.Store.ID |
36 | Spear.Updatable Spear.Math.Vector2 Spear.Math.Quad Spear.Math.Ray | 36 | Spear.Updatable Spear.Math.Vector2 Spear.Math.Quad Spear.Math.Ray |
37 | Spear.Math.Segment Spear.Math.Utils | 37 | Spear.Math.Segment Spear.Math.Utils |
38 | Spear.Math.Spatial2 Spear.Math.Spatial3 | ||
38 | exposed: True | 39 | exposed: True |
39 | buildable: True | 40 | buildable: True |
40 | build-tools: hsc2hs -any | 41 | build-tools: hsc2hs -any |
@@ -57,4 +58,4 @@ library | |||
57 | Spear/Sys | 58 | Spear/Sys |
58 | hs-source-dirs: . | 59 | hs-source-dirs: . |
59 | ghc-options: -O2 -rtsopts | 60 | ghc-options: -O2 -rtsopts |
60 | \ No newline at end of file | 61 | |