From 91b11accd5c1b3fccd21851b5841d790738b815c Mon Sep 17 00:00:00 2001 From: Kosyrev Serge <_deepfire@feelingofgreen.ru> Date: Fri, 21 Sep 2018 19:59:44 +0300 Subject: cabal: deconflict version requirements of examples --- lambdacube-gl.cabal | 12 ++++++------ 1 file 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 bytestring >=0.10 && <0.11, vector >=0.12 && <0.13, JuicyPixels >=3.2 && <3.3, - aeson >= 1.1.2 && <1.3, - GLFW-b >= 1.4 && <1.5, + aeson >= 1.1.2, + GLFW-b >= 1.4, lambdacube-gl, lambdacube-ir == 0.3.* @@ -126,8 +126,8 @@ executable lambdacube-gl-hello-obj bytestring >=0.10 && <0.11, vector >=0.12 && <0.13, JuicyPixels >=3.2 && <3.3, - aeson >= 1.1.2 && <1.3, - GLFW-b >= 1.4 && <1.5, + aeson >= 1.1.2, + GLFW-b >= 1.4, wavefront >= 0.7 && <1, lambdacube-gl, lambdacube-ir == 0.3.* @@ -155,10 +155,10 @@ executable lambdacube-gl-test-client base64-bytestring >=1 && <1.1, vector >=0.12 && <0.13, JuicyPixels >=3.2 && <3.3, - aeson >= 1.1 && <1.3, + aeson >= 1.1.2, websockets >= 0.10 && <1, network >= 2.6 && <2.7, OpenGLRaw >=3.2 && <4, - GLFW-b >= 1.4 && <1.5, + GLFW-b >= 1.4, lambdacube-gl, lambdacube-ir == 0.3.* -- cgit v1.2.3