Skip to content

Conversation

@telser
Copy link
Contributor

@telser telser commented Jun 13, 2024

Happy to split this into two if that is preferred.

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
    

or using the verify-package script:

  verify-package $package lts

@alexeyzab
Copy link
Contributor

Thanks!

@alexeyzab alexeyzab merged commit eecf349 into commercialhaskell:master Jun 16, 2024
@telser telser deleted the add-tomland branch June 17, 2024 00:30
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