Revision d04d998b

b/INSTALL
150 150
installed using ``cabal`` or alternatively htools can be build without
151 151
curl support.
152 152

  
153
Note that more recent version have switched to GHC 7.x and the packages
153
Note that more recent versions have switched to GHC 7.x and the packages
154 154
were renamed::
155 155

  
156 156
  $ apt-get install ghc libghc-json-dev libghc-network-dev \
157 157
                    libghc-parallel-dev libghc-curl-dev \
158
                    libghc-regex-pcre-dev
158
                    libghc-regex-pcre-dev libghc-utf8-string-dev
159 159

  
160 160
If using a distribution which does not provide them, first install
161 161
the Haskell platform. You can also install ``cabal`` manualy::
......
165 165
Then install the additional libraries via
166 166
``cabal``::
167 167

  
168
  $ cabal install json network parallel curl regex-pcre
168
  $ cabal install json network parallel curl regex-pcre utf8-string
169 169

  
170 170
The compilation of the htools components is automatically enabled when
171 171
the compiler and the requisite libraries are found. You can use the

Also available in: Unified diff