ui: can build with stackage ghc 8.4 nightlies again

This commit is contained in:
Simon Michael 2018-04-08 17:53:23 -07:00
parent fd2258ef5c
commit 5468a26345
2 changed files with 3 additions and 3 deletions

View File

@ -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)**

View File

@ -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