summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..bcfec83
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,23 @@
+
+
+
+To compile this program, the following dependencies are needed:
+
+ ghc (of course)
+ gnu make
+
+Note however that make isn't strictly necessary if you have a look in the
+makefile to see the compilation commands required.
+
+
+
+Aside from base, the cabal packages required to compile this program are:
+
+ directory
+ either-unwrap
+ either
+ transformers
+ parsec
+ vector
+
+