-
Notifications
You must be signed in to change notification settings - Fork 73
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
Cabal file parse problem #169
Comments
@phadej can you help with this? |
@sol I'll check |
@SamProtas @sol, I supect that's a Cabal bug: haskell/cabal#4624 There will be fixes, but I don't know about timeline. That's very unfortunate. I'm working on providing |
@phadej @sol Thanks for the quick replies. It looks like you're correct about the source of this issue. I've updated my travis build matrix to use Cabal 2.0 and it's looking like that's fixed my problem (doctests turned back on, builds and doctests pass). As far as I'm concerned this issue is closed, although considering it's likely others might end up here with this problem I'll leave it to you to decide whether to actually close the issue in this repo. Thanks for the help! |
@SamProtas if you need recent builds of |
Can this be closed? |
I have two separate libraries (neither depends on the other) that use doctest. As of some time last night/today the doctest dependencies fail to build with cabal (stack has no problem).
https://travis-ci.org/SamProtas/hs-triplesec/jobs/257163837
https://travis-ci.org/SamProtas/composable-associations/jobs/257112374
The error message in question is:
I realize this may be a dependency of this library and not
doctest
itself, but I figured it was worth documenting this issue here in case others have the same problem.Let me know if you plan to look into this and would like more information.
I can reproduce this locally on my machine (Macbook Pro) with GHC 8.0.2 and:
With full verbosity the following command:
Macintosh:composable-associations Sam$ cabal install -v3 --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls --ghc-options=-O0 --reorder-goals --max-backjumps=-1 ~/code/composable-associations/composable-associations/ ~/code/composable-associations/composable-associations-aeson/
Gives a loooooong result that ends like this:
The text was updated successfully, but these errors were encountered: