diff options
Diffstat (limited to 'lambdacube-gl.cabal')
-rw-r--r-- | lambdacube-gl.cabal | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal index d473889..2c82ae5 100644 --- a/lambdacube-gl.cabal +++ b/lambdacube-gl.cabal | |||
@@ -84,6 +84,29 @@ executable lambdacube-gl-hello | |||
84 | lambdacube-gl, | 84 | lambdacube-gl, |
85 | lambdacube-ir == 0.3.* | 85 | lambdacube-ir == 0.3.* |
86 | 86 | ||
87 | executable lambdacube-gl-pickint | ||
88 | -- if flag(example) | ||
89 | -- Buildable: True | ||
90 | -- else | ||
91 | -- Buildable: False | ||
92 | |||
93 | hs-source-dirs: examples | ||
94 | main-is: pickInt.hs | ||
95 | default-language: Haskell2010 | ||
96 | |||
97 | build-depends: | ||
98 | GLFW-b >= 1.4, | ||
99 | JuicyPixels >=3.2, | ||
100 | OpenGLRaw, | ||
101 | aeson >= 1.1.2, | ||
102 | base, | ||
103 | bytestring >=0.10, | ||
104 | containers >=0.5, | ||
105 | lambdacube-gl, | ||
106 | lambdacube-ir, | ||
107 | vect, | ||
108 | vector >=0.12 | ||
109 | |||
87 | executable lambdacube-gl-hello-obj | 110 | executable lambdacube-gl-hello-obj |
88 | if flag(example) | 111 | if flag(example) |
89 | Buildable: True | 112 | Buildable: True |