summaryrefslogtreecommitdiff
path: root/lambdacube-gl-ir.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2015-09-07 20:12:53 +0200
committerCsaba Hruska <csaba.hruska@gmail.com>2015-09-07 20:12:53 +0200
commitfa8b502a4d336bb5a200a5f7e7953d37659d4c2c (patch)
tree622c5341ab3543ea5b8bd7cf54b26bd0da15d211 /lambdacube-gl-ir.cabal
parent02f489a577c9c9ecd199fde2934289deb0e0e39c (diff)
fix import
Diffstat (limited to 'lambdacube-gl-ir.cabal')
-rw-r--r--lambdacube-gl-ir.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/lambdacube-gl-ir.cabal b/lambdacube-gl-ir.cabal
index e943ac6..0d2600a 100644
--- a/lambdacube-gl-ir.cabal
+++ b/lambdacube-gl-ir.cabal
@@ -52,14 +52,14 @@ library
52 containers >=0.5 && <0.6, 52 containers >=0.5 && <0.6,
53 mtl >=2.2 && <2.3, 53 mtl >=2.2 && <2.3,
54 bytestring >=0.10 && <0.11, 54 bytestring >=0.10 && <0.11,
55 vector >=0.10 && <0.11, 55 vector >=0.11 && <0.12,
56 bytestring-trie >=0.2 && <0.3, 56 bytestring-trie >=0.2 && <0.3,
57 OpenGLRaw >=2.4 && <2.5, 57 OpenGLRaw >=2.5 && <2.6,
58 JuicyPixels >=3.2 && <3.3, 58 JuicyPixels >=3.2 && <3.3,
59 JuicyPixels-util, 59 JuicyPixels-util,
60 vector-algorithms >=0.6 && <0.7, 60 vector-algorithms >=0.7 && <0.8,
61 binary >=0.7 && <0.8, 61 binary >=0.7 && <0.8,
62 GLFW-b >= 1.4.6, 62 GLFW-b >= 1.4.7,
63 vect >= 0.4.7, 63 vect >= 0.4.7,
64 pretty-show >=1.6 && <1.7, 64 pretty-show >=1.6 && <1.7,
65 lambdacube-compiler 65 lambdacube-compiler