You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+27-26Lines changed: 27 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,33 @@ we talk to clients.__
99
99
100
100
## Installation
101
101
102
-
### Installation with stack
102
+
### Installation on macOS
103
+
104
+
Download the pre-built binaries from the [releases page](https://github.com/haskell/haskell-ide-engine/releases), and copy/symlink them into `/usr/local/bin` (or somewhere else in your $PATH):
105
+
106
+
```bash
107
+
ln -s hie-bin-dir/hie* /usr/local/bin/
108
+
```
109
+
110
+
Alternatively, you can install from source. See instructions below
111
+
112
+
### Installation with Nix
113
+
114
+
Follow the instructions at https://github.com/domenkozar/hie-nix
115
+
116
+
117
+
### Installation on ArchLinux
118
+
119
+
An [haskell-ide-engine-git](https://aur.archlinux.org/packages/haskell-ide-engine-git/) package is available on the AUR.
120
+
121
+
Using [Aura](https://github.com/aurapm/aura):
122
+
123
+
```
124
+
# aura -A haskell-ide-engine-git
125
+
```
126
+
127
+
128
+
### Installation from source
103
129
104
130
To install HIE, you need stack version >= 1.7.1.
105
131
@@ -235,31 +261,6 @@ Then add
235
261
to VS Code user settings.
236
262
237
263
238
-
### Installation on macOS
239
-
240
-
Download the pre-built binaries from the [releases page](https://github.com/haskell/haskell-ide-engine/releases), and copy/symlink them into `/usr/local/bin` (or somewhere else in your $PATH):
241
-
242
-
```bash
243
-
ln -s hie-bin-dir/hie* /usr/local/bin/
244
-
```
245
-
246
-
Alternatively, you can install from source with `make build` or `make build-all`.
247
-
248
-
### Installation with Nix
249
-
250
-
Follow the instructions at https://github.com/domenkozar/hie-nix
251
-
252
-
253
-
### Installation on ArchLinux
254
-
255
-
An [haskell-ide-engine-git](https://aur.archlinux.org/packages/haskell-ide-engine-git/) package is available on the AUR.
256
-
257
-
Using [Aura](https://github.com/aurapm/aura):
258
-
259
-
```
260
-
# aura -A haskell-ide-engine-git
261
-
```
262
-
263
264
### Installation with Shake
264
265
265
266
Experimental build script for HIE. Feedback is appreciated.
0 commit comments