stack: some versions don't like empty flags (#300)
Apparently. Also, reorder things and update doc link.
This commit is contained in:
parent
ea6636d967
commit
6c1f847c90
@ -1,6 +1,4 @@
|
||||
# cf https://github.com/commercialhaskell/stack/wiki/stack.yaml
|
||||
|
||||
resolver: nightly-2015-11-04 # or newer
|
||||
# docs: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
|
||||
|
||||
packages:
|
||||
- hledger-lib
|
||||
@ -8,7 +6,9 @@ packages:
|
||||
- hledger-ui
|
||||
- hledger-web
|
||||
|
||||
flags:
|
||||
#flags:
|
||||
|
||||
resolver: nightly-2015-11-04 # or newer
|
||||
|
||||
extra-deps:
|
||||
- uglymemo-0.1.0.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user