Skip to content

Commit 7e0cecd

Browse files
committed
scripts/generate-release-changelog-links.hs: fixup dep and add note
1 parent 6639b2e commit 7e0cecd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/generate-release-changelog-links.hs

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
case-insensitive,
99
containers,
1010
foldl,
11-
github,
11+
github ^>= 0.28,
1212
optparse-applicative,
1313
pandoc ^>= 3.1,
1414
prettyprinter,
@@ -25,6 +25,9 @@
2525
ghc-options: -Wall -Wextra -Wcompat
2626
-}
2727

28+
-- `nix build .#project.x86_64-linux.plan-nix.json` is a reliable way to
29+
-- generate the `plan.json` to be fed to this script.
30+
2831
module Main (main) where
2932

3033
import Cabal.Plan

0 commit comments

Comments
 (0)