]> gitweb.michael.orlitzky.com - spline3.git/blob - doc/README
053df2268092f9018dd70fd7c30dd6fb6849c84a
[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 * DocTest
9 https://github.com/sol/doctest-haskell
10
11 * hUnit
12 http://hunit.sourceforge.net/
13
14 * QuickCheck
15 http://hackage.haskell.org/package/QuickCheck
16
17 * Test Framework
18 http://batterseapower.github.com/test-framework/
19
20 * Test Framework DocTest
21 http://hackage.haskell.org/package/test-framework-doctest
22
23 * Test Framework hUnit
24 http://hackage.haskell.org/package/test-framework-hunit
25
26 * Test Framework QuickCheck 2
27 http://hackage.haskell.org/package/test-framework-quickcheck2
28
29 * HsColour
30 http://www.cs.york.ac.uk/fp/darcs/hscolour/
31
32 * Haddock
33 http://www.haskell.org/haddock/