summaryrefslogtreecommitdiff
path: root/lambdacube-gl.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2018-02-03 23:43:36 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2018-02-03 23:43:36 +0100
commit085bf189dad484496630dd0a8eba504930549c79 (patch)
treed196faa90288d10040717c9486509a4af0d79024 /lambdacube-gl.cabal
parent297dfbf6f633a1269640b92ebc55b05ca58c102f (diff)
update readme
Diffstat (limited to 'lambdacube-gl.cabal')
-rw-r--r--lambdacube-gl.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal
index 50da59f..d473889 100644
--- a/lambdacube-gl.cabal
+++ b/lambdacube-gl.cabal
@@ -79,7 +79,7 @@ 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.2, 82 aeson >= 1.1.2 && <1.3,
83 GLFW-b >= 1.4 && <1.5, 83 GLFW-b >= 1.4 && <1.5,
84 lambdacube-gl, 84 lambdacube-gl,
85 lambdacube-ir == 0.3.* 85 lambdacube-ir == 0.3.*
@@ -103,7 +103,7 @@ executable lambdacube-gl-hello-obj
103 bytestring >=0.10 && <0.11, 103 bytestring >=0.10 && <0.11,
104 vector >=0.12 && <0.13, 104 vector >=0.12 && <0.13,
105 JuicyPixels >=3.2 && <3.3, 105 JuicyPixels >=3.2 && <3.3,
106 aeson >= 1.1.2 && <1.2, 106 aeson >= 1.1.2 && <1.3,
107 GLFW-b >= 1.4 && <1.5, 107 GLFW-b >= 1.4 && <1.5,
108 wavefront >= 0.7 && <1, 108 wavefront >= 0.7 && <1,
109 lambdacube-gl, 109 lambdacube-gl,
@@ -132,7 +132,7 @@ executable lambdacube-gl-test-client
132 base64-bytestring >=1 && <1.1, 132 base64-bytestring >=1 && <1.1,
133 vector >=0.12 && <0.13, 133 vector >=0.12 && <0.13,
134 JuicyPixels >=3.2 && <3.3, 134 JuicyPixels >=3.2 && <3.3,
135 aeson >= 1.1 && <1.2, 135 aeson >= 1.1 && <1.3,
136 websockets >= 0.10 && <1, 136 websockets >= 0.10 && <1,
137 network >= 2.6 && <2.7, 137 network >= 2.6 && <2.7,
138 OpenGLRaw >=3.2 && <4, 138 OpenGLRaw >=3.2 && <4,