summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-07 11:51:07 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-07 11:51:21 +0100
commit95589d8e5a5738f227c6697aabab970d80070e37 (patch)
tree810605ddd95164b3c9df74c4c067e1d2dca8704c /lambdacube-compiler.cabal
parent63cc26dc33374722148e1339a1afe770f943d360 (diff)
raname Main.hs to UnitTests.hs
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 bcbd6db6..f02a617f 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -69,7 +69,7 @@ library
69 69
70executable lambdacube-compiler-unit-tests 70executable lambdacube-compiler-unit-tests
71 hs-source-dirs: src, test 71 hs-source-dirs: src, test
72 main-is: Main.hs 72 main-is: UnitTests.hs
73 default-language: Haskell2010 73 default-language: Haskell2010
74 74
75 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 75 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository