ui: can build with stackage ghc 8.4 nightlies again
This commit is contained in:
parent
fd2258ef5c
commit
5468a26345
@ -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)**
|
1. **Install [git](https://en.wikipedia.org/wiki/Git) and [`stack`](#stack)**
|
||||||
2. **`git clone https://github.com/simonmichael/hledger`**
|
2. **`git clone https://github.com/simonmichael/hledger`**
|
||||||
3. **`cd 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)**
|
5. **[If you see link errors..](#link-errors)**
|
||||||
6. **[Set up \$PATH](#set-up-path)**
|
6. **[Set up \$PATH](#set-up-path)**
|
||||||
7. **[Test](#test)**
|
7. **[Test](#test)**
|
||||||
|
|||||||
@ -5,7 +5,7 @@ resolver: nightly-2018-03-25
|
|||||||
packages:
|
packages:
|
||||||
- hledger-lib
|
- hledger-lib
|
||||||
- hledger
|
- hledger
|
||||||
# - hledger-ui # blocked on hinotify's async bound
|
- hledger-ui
|
||||||
- hledger-web
|
- hledger-web
|
||||||
- hledger-api
|
- hledger-api
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ extra-deps:
|
|||||||
# hledger-lib
|
# hledger-lib
|
||||||
- easytest-0.1.1
|
- easytest-0.1.1
|
||||||
# hledger-ui
|
# hledger-ui
|
||||||
# - fsnotify-0.2.1.1
|
- fsnotify-0.2.1.1
|
||||||
# hledger-web
|
# hledger-web
|
||||||
- json-0.9.2
|
- json-0.9.2
|
||||||
- wai-handler-launch-3.0.2.4
|
- wai-handler-launch-3.0.2.4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user