Closed AndreasLoow closed 6 years ago
(Someone might want to add 8.4 to .travis.yml
also.)
Edit: Apparently there's no 8.4 version on Travis yet.
Mmh, after pulling your patches, the small test suites fail. (See travis output.)
LOL, :(. Enabling CPP removes /* these comments */
(but not // these comments
) from the test specs. I'm not sure how to solve it, will try to think of something.
Hmmmmmmm, the new attempt doesn't work either, because of this: https://www.reddit.com/r/haskell/comments/3ryf2p/how_can_you_use_a_custom_prelude_with_ghci/. (The doctests dies when starting GHCI.)
The third attempt seems to work!
Is this change available in Hackage? I'm hitting this error (using 8.4.2).
No it's not (the latest Hackage release seems to be from 2016), as a temporary workaround you can install BNFC from the Git repo instead.
Yep.
I just used ghc-8.2.2 to install it. Thanks
On Sat, 9 Jun 2018 at 12:06, Andreas Lööw notifications@github.com wrote:
No it's not (the latest Hackage release seems to be from 2016), as a temporary workaround you can install BNFC from the Git repo instead.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/BNFC/bnfc/pull/227#issuecomment-395956977, or mute the thread https://github.com/notifications/unsubscribe-auth/ABS_IxYpGueYo6nD-dIhORSTtunYYEqbks5t654sgaJpZM4S7PIB .
Because
<>
was added to Prelude in base 4.11.0.0 one gets the following error when trying to build BNFC with e.g. GHC 8.4.1:I'm not sure about the proper way of fixing this, but this PR at least builds on GHC 8.4.1. See also haskell/pretty#30.