mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
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)**
|
||||
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)**
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user