Skip to content

Commit

Permalink
Don't specify a --resolver argument in the sample stack install
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Whitton <[email protected]>
  • Loading branch information
spwhitton committed Nov 28, 2019
1 parent f532520 commit ed2266a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you are not a Haskell programmer, you might find it easier to

1. install [Stack][];
2. ensure that `~/.local/bin` is in your shell's PATH
3. run `stack install --resolver=lts-7.8 pandoc-citeproc-preamble`.
3. run `stack install pandoc-citeproc-preamble`.

[Stack]: https://github.com/commercialhaskell/stack

Expand Down
4 changes: 4 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
pandoc-citeproc-preamble (1.2.5-1) UNRELEASED; urgency=medium

* Add a simple integration test.
* README.md: Don't specify a --resolver argument in the sample `stack
install` command.
Users probably want to use the latest LTS, so that
pandoc-citeproc-preamble will work with recent pandoc.

-- Sean Whitton <[email protected]> Thu, 28 Nov 2019 13:37:21 -0700

Expand Down

0 comments on commit ed2266a

Please sign in to comment.