Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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_)
Expand Down Expand Up @@ -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).