summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-13 15:45:58 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-13 15:46:10 +0100
commiteb3206debe7c84c32457cd50af2db9b72124cd7f (patch)
tree0fcf42629f627ff4ffd23a3beadc0874a9681588 /lambdacube-compiler.cabal
parent0acea3e60e03418dcc0fe6346d8115769a2b4c17 (diff)
add other modules for backend test server
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 58843147..59bc97e8 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -164,6 +164,8 @@ executable lambdacube-backend-test-server
164 hs-source-dirs: backendtest 164 hs-source-dirs: backendtest
165 main-is: TestServer.hs 165 main-is: TestServer.hs
166 default-language: Haskell2010 166 default-language: Haskell2010
167 other-modules: EditorExamplesTest
168 TestData
167 169
168 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 170 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
169 build-depends: 171 build-depends: