From 442f32aef9eb710b2f15577100c30f5aec8bb9b8 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Mon, 11 Dec 2017 17:10:27 +0100 Subject: [PATCH] Update README.md: stack with recent resolver --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bda4f1b..99997f4 100644 --- a/README.md +++ b/README.md @@ -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