diff --git a/README.md b/README.md index a853b50..9f0825a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/debian/changelog b/debian/changelog index f24d008..4f3155a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 28 Nov 2019 13:37:21 -0700