From b3e8a28414df4ce72f00d268cbce046fc3267edd Mon Sep 17 00:00:00 2001 From: Artem Pelenitsyn Date: Sun, 25 Sep 2022 20:13:36 -0400 Subject: [PATCH] doc: use cabal's --package-env more (#8317) --- doc/filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters.md b/doc/filters.md index 3be905c98..87bb3ca4d 100644 --- a/doc/filters.md +++ b/doc/filters.md @@ -172,7 +172,7 @@ and then (It is also necessary that `pandoc-types` be installed in the local package repository. To do this using cabal-install, -`cabal v2-update && cabal v2-install --lib pandoc-types`.) +`cabal v2-update && cabal v2-install --lib pandoc-types --package-env .`.) Alternatively, we could compile the filter: