summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2015-12-21 13:33:56 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2015-12-21 13:33:56 +0100
commit27ac663c8ecea41700e90d3649a6cbd85902189c (patch)
tree99d041dd9be36bb2cd4579e45d67e532759af1e3 /lambdacube-compiler.cabal
parentbb483d60fbdaf749044ea34d3b96da8eb0bd9541 (diff)
use IR and Linear from lambdacube-ir
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index a0755b8c..893874b5 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -20,8 +20,6 @@ library
20 exposed-modules: 20 exposed-modules:
21 -- Compiler 21 -- Compiler
22 Pretty 22 Pretty
23 IR
24 Linear
25 CoreToIR 23 CoreToIR
26 CoreToGLSL 24 CoreToGLSL
27 Infer 25 Infer
@@ -60,6 +58,7 @@ library
60 indentation >= 0.2 && <0.3, 58 indentation >= 0.2 && <0.3,
61 pretty-compact >=1.0 && <1.1, 59 pretty-compact >=1.0 && <1.1,
62 text >= 1.2 && <1.3, 60 text >= 1.2 && <1.3,
61 lambdacube-ir,
63 vector >= 0.11 && <0.12 62 vector >= 0.11 && <0.12
64 hs-source-dirs: src 63 hs-source-dirs: src
65 default-language: Haskell2010 64 default-language: Haskell2010
@@ -82,6 +81,7 @@ executable lambdacube-compiler-test-suite
82 indentation >= 0.2 && <0.3, 81 indentation >= 0.2 && <0.3,
83 pretty-compact >=1.0 && <1.1, 82 pretty-compact >=1.0 && <1.1,
84 text >= 1.2 && <1.3, 83 text >= 1.2 && <1.3,
84 lambdacube-ir,
85 vector >= 0.11 && <0.12 85 vector >= 0.11 && <0.12
86 default-language: Haskell2010 86 default-language: Haskell2010
87 if flag(profiling) 87 if flag(profiling)