summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-01-30 10:34:12 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-01-30 10:34:12 +0100
commitae067a8c8a870129f10f4311b0f5a39caffba3e7 (patch)
tree29cb1cf1f8935a5bea38c6ae0316ace0fc9ac965 /lambdacube-compiler.cabal
parent60fc92d12060cd3a203d568d3e1b2565e284b9e5 (diff)
LambdaCube.Compiler.Driver --> LambdaCube.Compiler
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 5e667c30..67054501 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -39,12 +39,12 @@ source-repository head
39library 39library
40 exposed-modules: 40 exposed-modules:
41 -- Compiler 41 -- Compiler
42 LambdaCube.Compiler
42 LambdaCube.Compiler.Pretty 43 LambdaCube.Compiler.Pretty
43 LambdaCube.Compiler.Lexer 44 LambdaCube.Compiler.Lexer
44 LambdaCube.Compiler.Parser 45 LambdaCube.Compiler.Parser
45 LambdaCube.Compiler.Infer 46 LambdaCube.Compiler.Infer
46 LambdaCube.Compiler.CoreToIR 47 LambdaCube.Compiler.CoreToIR
47 LambdaCube.Compiler.Driver
48 other-extensions: 48 other-extensions:
49 LambdaCase 49 LambdaCase
50 PatternSynonyms 50 PatternSynonyms