Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BNFC to LTS #300

Closed
2 tasks done
andreasabel opened this issue Oct 19, 2020 · 2 comments
Closed
2 tasks done

Add BNFC to LTS #300

andreasabel opened this issue Oct 19, 2020 · 2 comments

Comments

@andreasabel
Copy link

BNFC-2.8.4 is on nightly, I would like to have it added to LTS.
(N.B.: BNFC is mostly an executable and does not strictly follow the package version policy.)

Checklist for adding a package:

  • 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
    
  • You're using the latest version of Stack. (Otherwise please try running stack upgrade and re-running your commands. If that fails, please include the output of stack --version in this issue.)

@mihaimaruseac
Copy link
Contributor

Added to LTS-16.23

@andreasabel
Copy link
Author

Great, thanks!

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

No branches or pull requests

2 participants