]> gitweb.michael.orlitzky.com - spline3.git/blob - doc/README
5799b756cac65f9af5eb98eb55b006aafafbbf7c
[spline3.git] / doc / README
1 == Requirements
2
3 The following Haskell packages are required to build the program and
4 its documentation. Each of them may in turn have their own
5 dependencies; you should probably just use a package manager to
6 install them.
7
8 * Storable Complex
9 http://hackage.haskell.org/package/storable-complex
10
11 * hMatrix
12 http://perception.inf.um.es/hmatrix/
13
14 * DocTest
15 https://github.com/sol/doctest-haskell
16
17 * hUnit
18 http://hunit.sourceforge.net/
19
20 * QuickCheck
21 http://hackage.haskell.org/package/QuickCheck
22
23 * Test Framework
24 http://batterseapower.github.com/test-framework/
25
26 * Test Framework DocTest
27 http://hackage.haskell.org/package/test-framework-doctest
28
29 * Test Framework hUnit
30 http://hackage.haskell.org/package/test-framework-hunit
31
32 * Test Framework QuickCheck 2
33 http://hackage.haskell.org/package/test-framework-quickcheck2
34
35 * HsColour
36 http://www.cs.york.ac.uk/fp/darcs/hscolour/
37
38 * Haddock
39 http://www.haskell.org/haddock/