summaryrefslogtreecommitdiffstats
path: root/base/vars.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/vars.py')
-rw-r--r--base/vars.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/base/vars.py b/base/vars.py
index 1e8ec20..5eddfeb 100644
--- a/base/vars.py
+++ b/base/vars.py
@@ -7,4 +7,7 @@ FEDORA_DIR = join(expanduser('~'), 'code')
DEVSHELL_DIR = join(expanduser('~'), '.devshell')
header = lambda x: "%s %s %s" % ('=' * 2, x, '=' * (76 - len(x)))
-prompt = ['\033[34;1mfedora\033[0m'] \ No newline at end of file
+prompt = ['\033[34;1mfedora\033[0m']
+
+orig_src_dir = '_orig'
+haskell_compiler = 'ghc'