Remove stray line from stack.full.yaml
The line causes an error with stack 1.0.2: ``` Could not parse '/pandoc-build/pandoc/stack.full.yaml': AesonException "Error in $.extra-deps: failed to parse field 'extra-deps': failed to parse field extra-deps: expected [a], encountered Null" See http://docs.haskellstack.org/en/stable/yaml_configuration.html. ```
This commit is contained in:
parent
44bcc88d57
commit
4dfe3733e5
1 changed files with 0 additions and 1 deletions
|
@ -12,5 +12,4 @@ packages:
|
|||
- '../pandoc-citeproc'
|
||||
- '../pandoc-types'
|
||||
- '../texmath'
|
||||
extra-deps:
|
||||
resolver: lts-5.2
|
||||
|
|
Loading…
Add table
Reference in a new issue