]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Add a README file listing dependencies.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 26 Apr 2011 05:18:31 +0000 (01:18 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 26 Apr 2011 05:18:31 +0000 (01:18 -0400)
doc/README [new file with mode: 0644]

diff --git a/doc/README b/doc/README
new file mode 100644 (file)
index 0000000..6b84b17
--- /dev/null
@@ -0,0 +1,24 @@
+== Requirements
+
+The following Haskell packages are required to build the program and
+its documentation. Each of them may in turn have their own
+dependencies; you should probably just use a package manager to
+install them.
+
+  * Storable Complex
+      http://hackage.haskell.org/package/storable-complex
+
+  * hMatrix
+      http://perception.inf.um.es/hmatrix/
+
+  * hUnit
+      http://hunit.sourceforge.net/
+
+  * QuickCheck
+      http://hackage.haskell.org/package/QuickCheck
+
+  * HsColour
+      http://www.cs.york.ac.uk/fp/darcs/hscolour/
+
+  * Haddock
+      http://www.haskell.org/haddock/