Revision 95f6c931 doc/devnotes.rst

b/doc/devnotes.rst
64 64
  above (tested with 1.8.15)
65 65
- the `QuickCheck <http://hackage.haskell.org/package/QuickCheck>`_
66 66
  library, version 2.x
67
- the `HUnit <http://hunit.sourceforge.net/>`_ library (tested with
68
  1.2.x)
69
- the `test-framework
70
  <http://batterseapower.github.com/test-framework/>`_ libraries,
71
  tested versions: ``test-framework``: 0.6, ``test-framework-hunit``:
72
  0.2.7, ``test-framework-quickcheck2``: 0.2.12
67 73
- ``hpc``, which comes with the compiler, so you should already have
68 74
  it
69 75
- `shelltestrunner <http://joyful.com/shelltestrunner>`_, used for
70
  running unit-tests
76
  running shell-based unit-tests
71 77

  
72 78
Under Debian Wheezy or later, these can be installed (on top of the
73 79
required ones from the quick install document) via::
74 80

  
75
  $ apt-get install libghc-quickcheck2-dev hscolour hlint
81
  $ apt-get install libghc-quickcheck2-dev libghc-hunit-dev \
82
        libghc-test-framework-dev \
83
        libghc-test-framework-quickcheck2-dev \
84
        libghc-test-framework-hunit-dev \
85
        hscolour hlint
76 86

  
77 87
Or alternatively via ``cabal``::
78 88

  

Also available in: Unified diff