summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-27 07:17:09 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-27 07:17:09 +0200
commit0aad6613bb6af8c8ba59bf76f8736b5f433657aa (patch)
tree8f96baae0ac72056fec54ef1ab329506229c4f9e /lambdacube-compiler.cabal
parent6fc24827ed6380075c56623d9ff4afe8006cb03f (diff)
split modules
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal13
1 files changed, 7 insertions, 6 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index b0d5264a..a6841acb 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -38,18 +38,19 @@ source-repository head
38 location: https://github.com/lambdacube3d/lambdacube-compiler 38 location: https://github.com/lambdacube3d/lambdacube-compiler
39 39
40library 40library
41 other-modules:
42 Paths_lambdacube_compiler
43 exposed-modules: 41 exposed-modules:
44 -- Compiler
45 LambdaCube.Compiler
46 LambdaCube.Compiler.Utils 42 LambdaCube.Compiler.Utils
47 LambdaCube.Compiler.Pretty 43 LambdaCube.Compiler.Pretty
48 LambdaCube.Compiler.Lexer
49 LambdaCube.Compiler.DesugaredSource 44 LambdaCube.Compiler.DesugaredSource
45 LambdaCube.Compiler.Patterns
46 LambdaCube.Compiler.Statements
47 LambdaCube.Compiler.Lexer
50 LambdaCube.Compiler.Parser 48 LambdaCube.Compiler.Parser
51 LambdaCube.Compiler.Infer 49 LambdaCube.Compiler.Infer
52 LambdaCube.Compiler.CoreToIR 50 LambdaCube.Compiler.CoreToIR
51 LambdaCube.Compiler
52 other-modules:
53 Paths_lambdacube_compiler
53 other-extensions: 54 other-extensions:
54 LambdaCase 55 LambdaCase
55 PatternSynonyms 56 PatternSynonyms
@@ -82,7 +83,7 @@ library
82 mtl >=2.2 && <2.3, 83 mtl >=2.2 && <2.3,
83 megaparsec >= 4.4.0 && <4.5, 84 megaparsec >= 4.4.0 && <4.5,
84 wl-pprint >=1.2 && <1.3, 85 wl-pprint >=1.2 && <1.3,
85 pretty-show >= 1.6.9, 86 --pretty-show >= 1.6.9,
86 text >= 1.2 && <1.3, 87 text >= 1.2 && <1.3,
87 lambdacube-ir == 0.4.*, 88 lambdacube-ir == 0.4.*,
88 vector >= 0.11 && <0.12 89 vector >= 0.11 && <0.12