Revision ee041788 INSTALL

b/INSTALL
63 63
- `json <http://hackage.haskell.org/package/json>`_, a JSON library
64 64
- `network <http://hackage.haskell.org/package/network>`_, a basic
65 65
  network library
66
- `parallel <http://hackage.haskell.org/package/parallel>`_, version 1.x
67
  or 2.x, a parallel programming library (note: version 3.x is not yet
68
  supported)
66
- `parallel <http://hackage.haskell.org/package/parallel>`_, a parallel
67
  programming library (note: tested with up to version 3.x)
69 68
- `curl <http://hackage.haskell.org/package/curl>`_, bindings for the
70 69
  curl library, only needed if you want these tools to connect to remote
71 70
  clusters (as opposed to the local one)
......
75 74
  $ apt-get install ghc6 libghc6-json-dev libghc6-network-dev \
76 75
                    libghc6-parallel-dev libghc6-curl-dev
77 76

  
77
Note that more recent version have switched to GHC 7.x and the packages
78
were renamed::
79

  
80
  $ apt-get install ghc libghc-json-dev libghc-network-dev \
81
                    libghc-parallel-dev libghc-curl-dev
82

  
78 83
The compilation of the htools components is automatically enabled when
79 84
the compiler and the requisite libraries are found. You can use the
80 85
``--enable-htools`` configure flag to force the selection (at which

Also available in: Unified diff