aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-28 13:40:18 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-28 13:40:18 -0700
commited2266aad2762d778d802f413accfeb491a9a892 (patch)
tree207d975471e86f053b46f0d6d23c005cfe2f4864
parentf5325200f32767aa9b491a4cae32195cc5f49830 (diff)
downloadpandoc-citeproc-preamble-ed2266aad2762d778d802f413accfeb491a9a892.tar.gz
Don't specify a --resolver argument in the sample `stack install`
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--README.md2
-rw-r--r--debian/changelog4
2 files changed, 5 insertions, 1 deletions
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 <spwhitton@spwhitton.name> Thu, 28 Nov 2019 13:37:21 -0700