From eab60892d329c9c08bb43ecaa9e90ff8d1086747 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 26 Dec 2016 05:48:51 -0800 Subject: [PATCH] Revert "site: download: --resolver=nightly is unneeded" This reverts commit 885d3778fc689e6b4bf0f90f0efb8ab69a70bcd8. --- site/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/download.md b/site/download.md index c7b4b26fe..2105bdf5b 100644 --- a/site/download.md +++ b/site/download.md @@ -46,7 +46,7 @@ You have to build it, but that's pretty easy. On Windows, the 64-bit version is [recommended](https://github.com/simonmichael/hledger/issues/275#issuecomment-123834252). On Arch, you [may need to also install GHC manually](https://github.com/simonmichael/hledger/issues/434). -2. `stack install hledger [hledger-ui] [hledger-web] [hledger-api]`\ +2. `stack install --resolver=nightly hledger [hledger-ui] [hledger-web] [hledger-api]`\ On Windows, hledger-ui is [not yet available](https://github.com/coreyoconnor/vty/pull/1).\ If stack says you need to run `stack setup`, do that first.\ Warnings about "No packages found in snapshot which provide a "hsc2hs" executable" can be ignored.\