Skip to content

Conversation

brandonchinn178
Copy link
Contributor

Disabled in 245ff3f, test was already disabled on main, forgot to make a release. Released 0.1.0.1 with the test skipped.

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

@juhp juhp merged commit 3e7beb9 into commercialhaskell:master Sep 24, 2025
1 check passed
@juhp
Copy link
Member

juhp commented Sep 24, 2025

Merged, thanks

@brandonchinn178 brandonchinn178 deleted the patch-1 branch September 24, 2025 04:19
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