summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-05-06 00:24:22 -0400
committerJoe Crayne <joe@jerkface.net>2019-05-06 00:24:22 -0400
commit98b19d6d4076f4f19bdaa3dd8ba795637718bf12 (patch)
treef8d1d927fbfe118fa66011e5582c2a5e5d064912
parent7a54887c623c9328470a1ba302fa4b1c8373cb75 (diff)
Newer JuicyPixels bound.
-rw-r--r--lambdacube-gl.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal
index 1859262..d9f569d 100644
--- a/lambdacube-gl.cabal
+++ b/lambdacube-gl.cabal
@@ -56,7 +56,7 @@ library
56 bytestring >=0.10 && <0.11, 56 bytestring >=0.10 && <0.11,
57 vector >=0.12 && <0.13, 57 vector >=0.12 && <0.13,
58 vector-algorithms >=0.7 && <0.8, 58 vector-algorithms >=0.7 && <0.8,
59 JuicyPixels >=3.2.8 && <3.3, 59 JuicyPixels >=3.2.8 && <3.4,
60 OpenGLRaw >=3.2 && <4, 60 OpenGLRaw >=3.2 && <4,
61 lambdacube-ir == 0.3.* 61 lambdacube-ir == 0.3.*
62 hs-source-dirs: src 62 hs-source-dirs: src