From 700fa105cb3627b89da4cb667d0ba05ce254c7ee Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 7 Mar 2020 10:12:47 +0100 Subject: [PATCH] Fix typos in README. Add hint to speed up HIE compilation --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f78c9b28b..c1af70d15 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This project aims to be __the universal interface__ to __a growing number of Has - [Features](#features) - [Installation](#installation) - [Installation with Nix](#installation-with-nix) - - [Installation on ArchLinux](#installation-on-archlinux) + - [Installation on Arch Linux](#installation-on-arch-linux) - [Installation with GHC and HIE as a VS Code Devcontainer](#installation-with-ghc-and-hie-as-a-vs-code-devcontainer) - [Installation from source](#installation-from-source) - [Common pre-requirements](#common-pre-requirements) @@ -143,16 +143,27 @@ This project aims to be __the universal interface__ to __a growing number of Has Follow the instructions at https://github.com/Infinisil/all-hies -### Installation on ArchLinux +### Installation on Arch Linux -An [haskell-ide-engine](https://aur.archlinux.org/packages/haskell-ide-engine/) package is available on the AUR. +A [haskell-ide-engine](https://aur.archlinux.org/packages/haskell-ide-engine/) package is available on the AUR. -Using [Aura](https://github.com/aurapm/aura): +Install it using [Aura](https://github.com/aurapm/aura): ``` # aura -A haskell-ide-engine ``` +To change which GHC versions are supported by HIE, use + +``` +# aura -A --hotedit haskell-ide-engine +``` + +and modify the value of `_enabled_ghc_versions`. + +Reducing the number of supported GHC versions makes HIE compile faster. + + ### Installation with GHC and HIE as a VS Code Devcontainer VS Code provides the ability to develop applications inside of a Docker container (called _Devcontainers_) @@ -858,4 +869,3 @@ ghc-events-analyze hie.eventlog -b 100 This support is similar to the logging capabilities [built into GHC](https://www.haskell.org/ghc/blog/20190924-eventful-ghc.html). -