- Download at: http://www.haskell.org/ghc/download_ghc_7_6_3
- Extract it
# Terminal
$ cd /path/to/ghc/ # replace by the right directory
$ ./configure
if you see this error:
| [user] | |
| name = | |
| email = | |
| [color] | |
| branch = auto | |
| diff = auto | |
| interactive = auto | |
| status = auto | |
| [alias] | |
| co = checkout |
| - terminal: | |
| createuser -P user_name | |
| - Answer questions: | |
| enter password for new role: | |
| Enter it again: | |
| Shall the new role be a superuser? (y/n) n | |
| Shall the new role be allowed to create databases? (y/n) n | |
| Shall the new role be allowed to create more new roles? (y/n) n |
| { | |
| "bold_folder_labels": true, | |
| "color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme", | |
| "detect_slow_plugins": false, | |
| "ensure_newline_at_eof_on_save": true, | |
| "fallback_encoding": "UTF-8", | |
| "flatland_square_tabs": true, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": |
# Terminal
$ cd /path/to/ghc/ # replace by the right directory
$ ./configure
if you see this error: