Skip to content

Add web3 packages owned by akru#408

Merged
alaendle merged 1 commit intocommercialhaskell:masterfrom
akru:patch-1
Mar 3, 2026
Merged

Add web3 packages owned by akru#408
alaendle merged 1 commit intocommercialhaskell:masterfrom
akru:patch-1

Conversation

@akru
Copy link
Copy Markdown
Contributor

@akru akru commented Feb 24, 2026

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

Issues found in #407 fixed.

@alaendle alaendle merged commit 86bbb79 into commercialhaskell:master Mar 3, 2026
1 check passed
@akru akru deleted the patch-1 branch March 5, 2026 06:12
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