-
Notifications
You must be signed in to change notification settings - Fork 165
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
Get rid of custom setup and cabal-doctest
dependency
#429
Labels
build
Building BNFC
Comments
andreasabel
added a commit
that referenced
this issue
Dec 16, 2022
andreasabel
added a commit
that referenced
this issue
Dec 16, 2022
andreasabel
added a commit
that referenced
this issue
Dec 16, 2022
andreasabel
added a commit
that referenced
this issue
Dec 16, 2022
andreasabel
added a commit
that referenced
this issue
Dec 16, 2022
andreasabel
added a commit
that referenced
this issue
Dec 16, 2022
andreasabel
added a commit
that referenced
this issue
Dec 16, 2022
Recreate the Haskell CI by typing `make ci` in the root.
andreasabel
added a commit
that referenced
this issue
Dec 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The custom setup in
BNFC.cabal
causes installation of thebnfc
executable to requireCabal
, which can take long to build.bnfc/source/BNFC.cabal
Lines 70 to 74 in 220e985
This is regrettable, since such a setup is only necessary as a means to enable
doctest
, yet acabal install
does not even provide means to run testsuites.We should look into other ways than
cabal-doctest
to build the doctest driver.The text was updated successfully, but these errors were encountered: