summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/README5
-rw-r--r--lambdacube-gl.cabal4
2 files changed, 7 insertions, 2 deletions
diff --git a/examples/README b/examples/README
new file mode 100644
index 0000000..9aad02e
--- /dev/null
+++ b/examples/README
@@ -0,0 +1,5 @@
1requirements:
2 lambdacube-gl
3 GLFW-b
4
5cabal install lambdacube-gl GLFW-b
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal
index e6c86cd..0b55d43 100644
--- a/lambdacube-gl.cabal
+++ b/lambdacube-gl.cabal
@@ -35,10 +35,10 @@ library
35 containers >=0.5 && <0.6, 35 containers >=0.5 && <0.6,
36 mtl >=2.2 && <2.3, 36 mtl >=2.2 && <2.3,
37 bytestring >=0.10 && <0.11, 37 bytestring >=0.10 && <0.11,
38 vector >=0.11 && <0.12, 38 vector >=0.10 && <0.12,
39 vector-algorithms >=0.7 && <0.8, 39 vector-algorithms >=0.7 && <0.8,
40 JuicyPixels >=3.2.7 && <3.3, 40 JuicyPixels >=3.2.7 && <3.3,
41 OpenGLRaw >=3.0 && <3.1, 41 OpenGLRaw >=3.1 && <3.2,
42 lambdacube-ir == 0.2.* 42 lambdacube-ir == 0.2.*
43 hs-source-dirs: src 43 hs-source-dirs: src
44 default-language: Haskell2010 44 default-language: Haskell2010