Update README.md: stack with recent resolver

pull/82/head
Lennart Spitzner 2017-12-11 17:10:27 +01:00 committed by GitHub
parent be4d0f8333
commit 442f32aef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -75,14 +75,15 @@ require fixing:
cp `./find dist-newstyle/build/ -type f -name brittany` $HOME/.cabal/bin/
~~~~
- via `stack`
- via `stack` using a sufficiently recent stackage snapshot (dated to >= 2017-11-15)
~~~~.sh
git clone https://github.com/lspitzner/brittany.git
cd brittany
stack install
stack install brittany # --resolver=nightly-2017-11-15
~~~~
(alternatively, should nightlies be unreliable, or you want to use ghc-8.0 or something, then
cloning the repo and doing `stack install` will use an lts resolver.)
- on ArchLinux via [the britanny AUR package](https://aur.archlinux.org/packages/brittany/)
using `aura`:
~~~~.sh