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

Don't add Lex/Par.hs to sdist tarball #466

Merged
merged 1 commit into from
May 30, 2024
Merged

Commits on Nov 3, 2023

  1. Can't add Lex/Par to autogen-modules in BNFC.cabal

    These modules should not be shipped but be generated by `alex` and
    `happy` **on the target system**.
    
    However, if we add them to `autogen-modules` even the `Lex.x/Par.y` will
    not be shipped with `cabal sdist`.
    
    Solution is to make sure that there is no `Lex/Par.hs` along `Lex.x/Par.y`
    when invoking `cabal sdist`.  This is embodied in new goal `make sdist`.
    andreasabel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    06d69f8 View commit details
    Browse the repository at this point in the history