summaryrefslogtreecommitdiff
path: root/prototypes
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2015-12-18 18:32:33 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2015-12-18 18:32:57 +0100
commitd44cec0eb272794746e52085508644729077d50b (patch)
tree17cf5a53f7f546144c09b77f0d1027c92633be7b /prototypes
parent90b12679223bdd65d622209a0d9eb7a305e534fb (diff)
update cabal file
Diffstat (limited to 'prototypes')
-rw-r--r--prototypes/lambdacube-compiler.cabal6
1 files changed, 6 insertions, 0 deletions
diff --git a/prototypes/lambdacube-compiler.cabal b/prototypes/lambdacube-compiler.cabal
index 1da8cef4..76d26c98 100644
--- a/prototypes/lambdacube-compiler.cabal
+++ b/prototypes/lambdacube-compiler.cabal
@@ -17,6 +17,11 @@ Flag profiling
17 Default: False 17 Default: False
18 18
19library 19library
20 -- indentation parser modules
21 exposed-modules: Text.Parser.Indentation.Implementation,
22 Text.Parsec.Indentation,
23 Text.Parsec.Indentation.Char,
24 Text.Parsec.Indentation.Token
20 exposed-modules: 25 exposed-modules:
21 -- Compiler 26 -- Compiler
22 Pretty 27 Pretty
@@ -27,6 +32,7 @@ library
27 Linear 32 Linear
28 CoreToIR 33 CoreToIR
29 CoreToGLSL 34 CoreToGLSL
35 Infer
30 CGExp 36 CGExp
31 Driver 37 Driver
32 other-extensions: 38 other-extensions: