diff --git a/site/download.md b/site/download.md index 5f07f4175..199eea3ac 100644 --- a/site/download.md +++ b/site/download.md @@ -189,7 +189,7 @@ and includes the [latest improvements](https://github.com/simonmichael/hledger/c 1. **Install [git](https://en.wikipedia.org/wiki/Git) and [`stack`](#stack)** 2. **`git clone https://github.com/simonmichael/hledger`** 3. **`cd hledger`** -4. **`stack install --stack-yaml=stack-ghc8.2.yaml [hledger]`** *# build all, or just the command line UI. Using older snapshot as hledger-ui doesn't build with latest yet* +4. **`stack install [hledger]`** *# build all (or, just the command line UI)* 5. **[If you see link errors..](#link-errors)** 6. **[Set up \$PATH](#set-up-path)** 7. **[Test](#test)** diff --git a/stack.yaml b/stack.yaml index 3edcb76f9..a271a7b73 100644 --- a/stack.yaml +++ b/stack.yaml @@ -5,7 +5,7 @@ resolver: nightly-2018-03-25 packages: - hledger-lib - hledger -# - hledger-ui # blocked on hinotify's async bound +- hledger-ui - hledger-web - hledger-api @@ -13,7 +13,7 @@ extra-deps: # hledger-lib - easytest-0.1.1 # hledger-ui -# - fsnotify-0.2.1.1 +- fsnotify-0.2.1.1 # hledger-web - json-0.9.2 - wai-handler-launch-3.0.2.4