X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2FREADME;fp=doc%2FREADME;h=6b84b17c76d5f3b6c3a761d79b727cb9d82ed2e7;hb=f7a7a927ba2356aa60492bd1558f0d0e159343d4;hp=0000000000000000000000000000000000000000;hpb=c5d0d16488499cc4ac6378217d6ac071baeb458b;p=spline3.git diff --git a/doc/README b/doc/README new file mode 100644 index 0000000..6b84b17 --- /dev/null +++ b/doc/README @@ -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/