summaryrefslogtreecommitdiff
path: root/lambdacube-gl-ir.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-01-08 12:01:39 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-01-08 12:01:39 +0100
commit64e13239772dae2a73e30bd0aa8ca2c70154987c (patch)
treed5f2e4d528fcf9b7815c2dcec255268413dfd61b /lambdacube-gl-ir.cabal
parent65c124310c6aad1fa7a97c547292f8b90a70e991 (diff)
move to LambdaCube.GL, use more descriptive names, update for OpenGLRaw 3.0
Diffstat (limited to 'lambdacube-gl-ir.cabal')
-rw-r--r--lambdacube-gl-ir.cabal23
1 files changed, 11 insertions, 12 deletions
diff --git a/lambdacube-gl-ir.cabal b/lambdacube-gl-ir.cabal
index f648d10..79db63d 100644
--- a/lambdacube-gl-ir.cabal
+++ b/lambdacube-gl-ir.cabal
@@ -2,7 +2,7 @@
2-- documentation, see http://haskell.org/cabal/users-guide/ 2-- documentation, see http://haskell.org/cabal/users-guide/
3 3
4name: lambdacube-gl-ir 4name: lambdacube-gl-ir
5version: 0.1.0.0 5version: 0.2.0.0
6-- synopsis: 6-- synopsis:
7-- description: 7-- description:
8homepage: lambdacube3d.com 8homepage: lambdacube3d.com
@@ -20,13 +20,13 @@ library
20 exposed-modules: 20 exposed-modules:
21 --SampleIR 21 --SampleIR
22 -- Backend 22 -- Backend
23 Backend.GL 23 LambdaCube.GL
24 Backend.GL.Backend 24 LambdaCube.GL.Backend
25 Backend.GL.Data 25 LambdaCube.GL.Data
26 Backend.GL.Input 26 LambdaCube.GL.Input
27 Backend.GL.Mesh 27 LambdaCube.GL.Mesh
28 Backend.GL.Type 28 LambdaCube.GL.Type
29 Backend.GL.Util 29 LambdaCube.GL.Util
30 -- other-modules: 30 -- other-modules:
31 other-extensions: 31 other-extensions:
32 LambdaCase 32 LambdaCase
@@ -54,15 +54,14 @@ library
54 bytestring >=0.10 && <0.11, 54 bytestring >=0.10 && <0.11,
55 vector >=0.11 && <0.12, 55 vector >=0.11 && <0.12,
56 bytestring-trie >=0.2 && <0.3, 56 bytestring-trie >=0.2 && <0.3,
57 OpenGLRaw >=2.5 && <2.6,
58 JuicyPixels >=3.2.6.2 && <3.3,
59 vector-algorithms >=0.7 && <0.8, 57 vector-algorithms >=0.7 && <0.8,
60 binary >=0.7 && <0.8, 58 binary >=0.7 && <0.8,
61 GLFW-b >= 1.4.7,
62 vect >= 0.4.7, 59 vect >= 0.4.7,
60 JuicyPixels >=3.2.6.4 && <3.3,
61 OpenGLRaw >=3.0 && <3.1,
63 pretty-show >=1.6 && <1.7, 62 pretty-show >=1.6 && <1.7,
64 lambdacube-ir 63 lambdacube-ir
65 hs-source-dirs: . 64 hs-source-dirs: src
66 default-language: Haskell2010 65 default-language: Haskell2010
67 66
68--executable sampleIR 67--executable sampleIR