| 4 | | Pugs needs the Glasgow Haskell Compiler (GHC) 6.4.1 or above. To install GHC, |
| 5 | | download a binary build from http://haskell.org/ghc/. Although source code |
| 6 | | for GHC is available, it will take a very long time to build by yourself. |
| 7 | | Additionally, the Cabal framework is needed, see <http://haskell.org/cabal/>. |
| | 4 | Pugs needs the Glasgow Haskell Compiler (GHC), preferably version 6.6 or above. |
| | 5 | At the moment the minimum requirement is GHC 6.4.1 or above, but we plan to |
| | 6 | discontinue support for GHC 6.4.* in the next release. |
| | 7 | |
| | 8 | To install GHC, download a binary build from http://haskell.org/ghc/. |
| | 9 | Although source code for GHC is available, it will take a very long time to |
| | 10 | build by yourself. |
| | 11 | |
| | 12 | Additionally, Pugs uses the Cabal framework (http://haskell.org/cabal/), |
| | 13 | which is usually bundled with GHC itself. |