Skip to content

Commit ba28c47

Browse files
committed
Add more precise instructions
1 parent 5b8005f commit ba28c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Checklist for adding a package:
22
- [ ] specified the Stackage LTS version in the summary
33
- [ ] On your own machine, in a new directory, you have succesfully run the following set of commands (replace `$package` with the name of the package that is submitted, `$version` is the version of the package you want to get into the LTS series, and `$lts` is the desired LTS series):
44

5-
stack unpack $package
5+
stack unpack $package-$version
66
cd $package-$version
77
stack init --resolver lts-$lts
88
stack build --haddock --test --bench --no-run-benchmarks

0 commit comments

Comments
 (0)