diff options
Diffstat (limited to 'Spear.cabal')
-rw-r--r-- | Spear.cabal | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/Spear.cabal b/Spear.cabal index 1f32616..bc9f429 100644 --- a/Spear.cabal +++ b/Spear.cabal | |||
@@ -22,19 +22,17 @@ library | |||
22 | Spear.Math.AABB Spear.Collision.Collision | 22 | Spear.Math.AABB Spear.Collision.Collision |
23 | Spear.Collision.Collisioner Spear.Math.Circle Spear.Math.Triangle | 23 | Spear.Collision.Collisioner Spear.Math.Circle Spear.Math.Triangle |
24 | Spear.Collision.Types Spear.Game Spear.GLSL Spear.Math.Camera | 24 | Spear.Collision.Types Spear.Game Spear.GLSL Spear.Math.Camera |
25 | Spear.Math.Entity | 25 | Spear.Math.Entity Spear.Math.Matrix3 Spear.Math.Matrix4 |
26 | Spear.Math.Matrix3 Spear.Math.Matrix4 Spear.Math.MatrixUtils | 26 | Spear.Math.MatrixUtils Spear.Math.Plane Spear.Math.Quaternion |
27 | Spear.Math.Plane Spear.Math.Quaternion Spear.Math.Vector3 | 27 | Spear.Math.Vector3 Spear.Math.Vector4 Spear.Physics |
28 | Spear.Math.Vector4 Spear.Physics Spear.Physics.Rigid | 28 | Spear.Physics.Rigid Spear.Render.AnimatedModel |
29 | Spear.Render.AnimatedModel Spear.Render.Material Spear.Render.Model | 29 | Spear.Render.Material Spear.Render.Model Spear.Render.Program |
30 | Spear.Render.Program Spear.Render.Renderable | ||
31 | Spear.Render.StaticModel Spear.Render.Texture Spear.Scene.Graph | 30 | Spear.Render.StaticModel Spear.Render.Texture Spear.Scene.Graph |
32 | Spear.Scene.Light Spear.Scene.Loader Spear.Scene.Scene | 31 | Spear.Scene.Light Spear.Scene.Loader Spear.Scene.Scene |
33 | Spear.Scene.SceneResources Spear.Setup Spear.Sys.Timer | 32 | Spear.Scene.SceneResources Spear.Setup Spear.Sys.Timer |
34 | Spear.Sys.Store Spear.Sys.Store.ID Spear.Updatable | 33 | Spear.Sys.Store Spear.Sys.Store.ID Spear.Math.Vector2 |
35 | Spear.Math.Vector2 Spear.Math.Quad Spear.Math.Ray | 34 | Spear.Math.Quad Spear.Math.Ray Spear.Math.Segment Spear.Math.Utils |
36 | Spear.Math.Segment Spear.Math.Utils Spear.Math.Spatial2 | 35 | Spear.Math.Spatial2 Spear.Math.Spatial3 |
37 | Spear.Math.Spatial3 | ||
38 | exposed: True | 36 | exposed: True |
39 | buildable: True | 37 | buildable: True |
40 | build-tools: hsc2hs -any | 38 | build-tools: hsc2hs -any |
@@ -57,4 +55,4 @@ library | |||
57 | Spear/Sys | 55 | Spear/Sys |
58 | hs-source-dirs: . | 56 | hs-source-dirs: . |
59 | ghc-options: -O2 -rtsopts | 57 | ghc-options: -O2 -rtsopts |
60 | 58 | \ No newline at end of file | |