summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2015-12-19 15:41:21 +0100
committerPéter Diviánszky <divipp@gmail.com>2015-12-19 15:41:21 +0100
commitcf27093a40517585934e88ed991cfe535a59cb02 (patch)
treed842697a2065c81c2a22a0f61468afcc6637d14a /lambdacube-compiler.cabal
parent0fceae00351621f81dc5e5a9a76997765e0c2394 (diff)
move hs files to src directory
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 89ff5798..fac118bd 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -65,11 +65,11 @@ library
65 pretty-compact >=1.0 && <1.1, 65 pretty-compact >=1.0 && <1.1,
66 text >= 1.2 && <1.3, 66 text >= 1.2 && <1.3,
67 vector >= 0.11 && <0.12 67 vector >= 0.11 && <0.12
68 hs-source-dirs: . 68 hs-source-dirs: src
69 default-language: Haskell2010 69 default-language: Haskell2010
70 70
71executable lambdacube-compiler-test-suite 71executable lambdacube-compiler-test-suite
72 hs-source-dirs: . 72 hs-source-dirs: src
73 main-is: runTests.hs 73 main-is: runTests.hs
74 74
75 build-depends: 75 build-depends: