summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lambdacube-compiler.cabal4
-rw-r--r--src/CGExp.hs (renamed from CGExp.hs)0
-rw-r--r--src/CoreToGLSL.hs (renamed from CoreToGLSL.hs)0
-rw-r--r--src/CoreToIR.hs (renamed from CoreToIR.hs)0
-rw-r--r--src/Driver.hs (renamed from Driver.hs)0
-rw-r--r--src/IR.hs (renamed from IR.hs)0
-rw-r--r--src/Infer.hs (renamed from Infer.hs)0
-rw-r--r--src/Linear.hs (renamed from Linear.hs)0
-rw-r--r--src/Pretty.hs (renamed from Pretty.hs)0
-rw-r--r--src/Text/LICENSE (renamed from Text/LICENSE)0
-rw-r--r--src/Text/Parsec/Indentation.hs (renamed from Text/Parsec/Indentation.hs)0
-rw-r--r--src/Text/Parsec/Indentation/Char.hs (renamed from Text/Parsec/Indentation/Char.hs)0
-rw-r--r--src/Text/Parsec/Indentation/Token.hs (renamed from Text/Parsec/Indentation/Token.hs)0
-rw-r--r--src/Text/Parser/Indentation/Implementation.hs (renamed from Text/Parser/Indentation/Implementation.hs)0
-rw-r--r--src/runTests.hs (renamed from runTests.hs)0
l---------src/tests1
16 files changed, 3 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:
diff --git a/CGExp.hs b/src/CGExp.hs
index 5477e485..5477e485 100644
--- a/CGExp.hs
+++ b/src/CGExp.hs
diff --git a/CoreToGLSL.hs b/src/CoreToGLSL.hs
index 0bd045e9..0bd045e9 100644
--- a/CoreToGLSL.hs
+++ b/src/CoreToGLSL.hs
diff --git a/CoreToIR.hs b/src/CoreToIR.hs
index 4debdc8b..4debdc8b 100644
--- a/CoreToIR.hs
+++ b/src/CoreToIR.hs
diff --git a/Driver.hs b/src/Driver.hs
index 8b81a0e6..8b81a0e6 100644
--- a/Driver.hs
+++ b/src/Driver.hs
diff --git a/IR.hs b/src/IR.hs
index 81d42558..81d42558 100644
--- a/IR.hs
+++ b/src/IR.hs
diff --git a/Infer.hs b/src/Infer.hs
index d4cb8775..d4cb8775 100644
--- a/Infer.hs
+++ b/src/Infer.hs
diff --git a/Linear.hs b/src/Linear.hs
index 13298411..13298411 100644
--- a/Linear.hs
+++ b/src/Linear.hs
diff --git a/Pretty.hs b/src/Pretty.hs
index fdd7109e..fdd7109e 100644
--- a/Pretty.hs
+++ b/src/Pretty.hs
diff --git a/Text/LICENSE b/src/Text/LICENSE
index dba887c8..dba887c8 100644
--- a/Text/LICENSE
+++ b/src/Text/LICENSE
diff --git a/Text/Parsec/Indentation.hs b/src/Text/Parsec/Indentation.hs
index ad4f5b14..ad4f5b14 100644
--- a/Text/Parsec/Indentation.hs
+++ b/src/Text/Parsec/Indentation.hs
diff --git a/Text/Parsec/Indentation/Char.hs b/src/Text/Parsec/Indentation/Char.hs
index cdcd7738..cdcd7738 100644
--- a/Text/Parsec/Indentation/Char.hs
+++ b/src/Text/Parsec/Indentation/Char.hs
diff --git a/Text/Parsec/Indentation/Token.hs b/src/Text/Parsec/Indentation/Token.hs
index b6239e40..b6239e40 100644
--- a/Text/Parsec/Indentation/Token.hs
+++ b/src/Text/Parsec/Indentation/Token.hs
diff --git a/Text/Parser/Indentation/Implementation.hs b/src/Text/Parser/Indentation/Implementation.hs
index 838d1f57..838d1f57 100644
--- a/Text/Parser/Indentation/Implementation.hs
+++ b/src/Text/Parser/Indentation/Implementation.hs
diff --git a/runTests.hs b/src/runTests.hs
index c8bd3177..c8bd3177 100644
--- a/runTests.hs
+++ b/src/runTests.hs
diff --git a/src/tests b/src/tests
new file mode 120000
index 00000000..6dd24e02
--- /dev/null
+++ b/src/tests
@@ -0,0 +1 @@
../tests \ No newline at end of file