| | 244 | |
| | 245 | INSTALLING PUGS VIA CABAL |
| | 246 | ------------------------- |
| | 247 | |
| | 248 | It's now possible to download and install Pugs using cabal-install. Follow |
| | 249 | these steps: |
| | 250 | |
| | 251 | 1. Make sure you have Cabal, cabal-install, HTTP and zlib installed. |
| | 252 | |
| | 253 | <http://www.haskell.org/cabal/download.html> |
| | 254 | <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP> |
| | 255 | <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib> |
| | 256 | |
| | 257 | (If you're unsure how to install this, the instructions contained in the README |
| | 258 | file of Cabal will help you get started. Those instructions work for all the |
| | 259 | above packages.) |
| | 260 | |
| | 261 | 2. Type the following commands. |
| | 262 | |
| | 263 | $ cabal update |
| | 264 | $ cabal install pugs-compat |
| | 265 | $ cabal install Pugs |
| | 266 | |
| | 267 | ...and you're done. |