summaryrefslogtreecommitdiff
path: root/lambdacube-gl.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'lambdacube-gl.cabal')
-rw-r--r--lambdacube-gl.cabal35
1 files changed, 29 insertions, 6 deletions
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal
index d473889..1859262 100644
--- a/lambdacube-gl.cabal
+++ b/lambdacube-gl.cabal
@@ -79,11 +79,34 @@ executable lambdacube-gl-hello
79 bytestring >=0.10 && <0.11, 79 bytestring >=0.10 && <0.11,
80 vector >=0.12 && <0.13, 80 vector >=0.12 && <0.13,
81 JuicyPixels >=3.2 && <3.3, 81 JuicyPixels >=3.2 && <3.3,
82 aeson >= 1.1.2 && <1.3, 82 aeson >= 1.1.2,
83 GLFW-b >= 1.4 && <1.5, 83 GLFW-b >= 1.4,
84 lambdacube-gl, 84 lambdacube-gl,
85 lambdacube-ir == 0.3.* 85 lambdacube-ir == 0.3.*
86 86
87executable lambdacube-gl-pickint
88 if flag(example)
89 Buildable: True
90 else
91 Buildable: False
92
93 hs-source-dirs: examples
94 main-is: pickInt.hs
95 default-language: Haskell2010
96
97 build-depends:
98 GLFW-b >= 1.4,
99 JuicyPixels >=3.2,
100 OpenGLRaw,
101 aeson >= 1.1.2,
102 base,
103 bytestring >=0.10,
104 containers >=0.5,
105 lambdacube-gl,
106 lambdacube-ir,
107 vect,
108 vector >=0.12
109
87executable lambdacube-gl-hello-obj 110executable lambdacube-gl-hello-obj
88 if flag(example) 111 if flag(example)
89 Buildable: True 112 Buildable: True
@@ -103,8 +126,8 @@ executable lambdacube-gl-hello-obj
103 bytestring >=0.10 && <0.11, 126 bytestring >=0.10 && <0.11,
104 vector >=0.12 && <0.13, 127 vector >=0.12 && <0.13,
105 JuicyPixels >=3.2 && <3.3, 128 JuicyPixels >=3.2 && <3.3,
106 aeson >= 1.1.2 && <1.3, 129 aeson >= 1.1.2,
107 GLFW-b >= 1.4 && <1.5, 130 GLFW-b >= 1.4,
108 wavefront >= 0.7 && <1, 131 wavefront >= 0.7 && <1,
109 lambdacube-gl, 132 lambdacube-gl,
110 lambdacube-ir == 0.3.* 133 lambdacube-ir == 0.3.*
@@ -132,10 +155,10 @@ executable lambdacube-gl-test-client
132 base64-bytestring >=1 && <1.1, 155 base64-bytestring >=1 && <1.1,
133 vector >=0.12 && <0.13, 156 vector >=0.12 && <0.13,
134 JuicyPixels >=3.2 && <3.3, 157 JuicyPixels >=3.2 && <3.3,
135 aeson >= 1.1 && <1.3, 158 aeson >= 1.1.2,
136 websockets >= 0.10 && <1, 159 websockets >= 0.10 && <1,
137 network >= 2.6 && <2.7, 160 network >= 2.6 && <2.7,
138 OpenGLRaw >=3.2 && <4, 161 OpenGLRaw >=3.2 && <4,
139 GLFW-b >= 1.4 && <1.5, 162 GLFW-b >= 1.4,
140 lambdacube-gl, 163 lambdacube-gl,
141 lambdacube-ir == 0.3.* 164 lambdacube-ir == 0.3.*