summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKosyrev Serge <_deepfire@feelingofgreen.ru>2018-09-21 19:59:44 +0300
committerKosyrev Serge <_deepfire@feelingofgreen.ru>2018-09-21 19:59:44 +0300
commit91b11accd5c1b3fccd21851b5841d790738b815c (patch)
treeb48f95f3d4d292e091084521f028bf436558c5cb
parentf864b47b3a004c05d10ac24e88d192ba5d4465cc (diff)
cabal: deconflict version requirements of examples
-rw-r--r--lambdacube-gl.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal
index 1df79cb..1859262 100644
--- a/lambdacube-gl.cabal
+++ b/lambdacube-gl.cabal
@@ -79,8 +79,8 @@ 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
@@ -126,8 +126,8 @@ executable lambdacube-gl-hello-obj
126 bytestring >=0.10 && <0.11, 126 bytestring >=0.10 && <0.11,
127 vector >=0.12 && <0.13, 127 vector >=0.12 && <0.13,
128 JuicyPixels >=3.2 && <3.3, 128 JuicyPixels >=3.2 && <3.3,
129 aeson >= 1.1.2 && <1.3, 129 aeson >= 1.1.2,
130 GLFW-b >= 1.4 && <1.5, 130 GLFW-b >= 1.4,
131 wavefront >= 0.7 && <1, 131 wavefront >= 0.7 && <1,
132 lambdacube-gl, 132 lambdacube-gl,
133 lambdacube-ir == 0.3.* 133 lambdacube-ir == 0.3.*
@@ -155,10 +155,10 @@ executable lambdacube-gl-test-client
155 base64-bytestring >=1 && <1.1, 155 base64-bytestring >=1 && <1.1,
156 vector >=0.12 && <0.13, 156 vector >=0.12 && <0.13,
157 JuicyPixels >=3.2 && <3.3, 157 JuicyPixels >=3.2 && <3.3,
158 aeson >= 1.1 && <1.3, 158 aeson >= 1.1.2,
159 websockets >= 0.10 && <1, 159 websockets >= 0.10 && <1,
160 network >= 2.6 && <2.7, 160 network >= 2.6 && <2.7,
161 OpenGLRaw >=3.2 && <4, 161 OpenGLRaw >=3.2 && <4,
162 GLFW-b >= 1.4 && <1.5, 162 GLFW-b >= 1.4,
163 lambdacube-gl, 163 lambdacube-gl,
164 lambdacube-ir == 0.3.* 164 lambdacube-ir == 0.3.*