Skip to content

Conversation

@tomjaguarpaw
Copy link
Contributor

Discussed at #386

Checklist for adding a package:

  • Meaningful commit message, eg add my-cool-package (please don't mention the yaml file)

  • Package is already added to nightly (if possible)

  • On your machine, in a new directory, you have successfully run the following set of commands (replacing $package and $version with the name and version of the package you want to add to Stackage LTS):

    stack unpack $package-$version
    cd $package-$version
    stack init --resolver lts
    stack --resolver lts build --haddock --test --bench --no-run-benchmarks
    

@tomjaguarpaw tomjaguarpaw mentioned this pull request Oct 21, 2024
@juhp juhp merged commit ee199ec into commercialhaskell:master Oct 21, 2024
@juhp
Copy link
Member

juhp commented Oct 21, 2024

Merged, thank you!

@juhp
Copy link
Member

juhp commented Oct 21, 2024

@tomjaguarpaw tomjaguarpaw deleted the patch-1 branch October 21, 2024 16:54
@tomjaguarpaw
Copy link
Contributor Author

Amazing! Thanks so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants