summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-17 22:00:26 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-17 22:00:26 +0100
commitad0427d4c31856c4f0fe57c1ed6cf7b4fec1ab6e (patch)
tree273c25cfc1914ccfd17158e2e492d29b56ea0859 /lambdacube-compiler.cabal
parentc88325920b2000584bf9efc344f2a71ad066f4a4 (diff)
work on performance comparison tool
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal15
1 files changed, 15 insertions, 0 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index aa149521..f363c6df 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -140,6 +140,21 @@ executable lambdacube-compiler-test-suite
140 140
141 if flag(profiling) 141 if flag(profiling)
142 GHC-Options: -fprof-auto -rtsopts 142 GHC-Options: -fprof-auto -rtsopts
143 else
144 GHC-Options: -rtsopts
145
146executable lambdacube-compiler-performance-report
147 hs-source-dirs: test
148 main-is: PerfReport.hs
149 default-language: Haskell2010
150
151 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
152 build-depends:
153 base < 4.9,
154 directory,
155 filepath,
156 containers >=0.5 && <0.6,
157 optparse-applicative == 0.12.*
143 158
144 159
145executable lc 160executable lc