summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-02-06 19:05:46 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-02-06 20:03:27 +0200
commitd5fe35bb8a75a74c7b3616b864c4d35bafecaadd (patch)
tree410325cafa976dfa0596872d8c0582e1b36772c0 /src
parentc2053ee0585280229375b10283cb9e8dbb903734 (diff)
Add proper cabal setup
Diffstat (limited to 'src')
-rw-r--r--src/Interpreter.hs (renamed from src/interpreter.hs)0
-rw-r--r--src/LTypes.hs (renamed from src/ltypes.hs)0
-rw-r--r--src/Main.hs (renamed from src/main.hs)0
-rw-r--r--src/Parser.hs (renamed from src/parser.hs)0
-rw-r--r--src/Utils.hs (renamed from src/utils.hs)0
5 files changed, 0 insertions, 0 deletions
diff --git a/src/interpreter.hs b/src/Interpreter.hs
index cb71c62..cb71c62 100644
--- a/src/interpreter.hs
+++ b/src/Interpreter.hs
diff --git a/src/ltypes.hs b/src/LTypes.hs
index e3f9b59..e3f9b59 100644
--- a/src/ltypes.hs
+++ b/src/LTypes.hs
diff --git a/src/main.hs b/src/Main.hs
index b596a84..b596a84 100644
--- a/src/main.hs
+++ b/src/Main.hs
diff --git a/src/parser.hs b/src/Parser.hs
index 679f318..679f318 100644
--- a/src/parser.hs
+++ b/src/Parser.hs
diff --git a/src/utils.hs b/src/Utils.hs
index 96f5fcb..96f5fcb 100644
--- a/src/utils.hs
+++ b/src/Utils.hs