Closed SamProtas closed 7 years ago
@phadej can you help with this?
@sol I'll check
@SamProtas @sol, I supect that's a Cabal bug: https://github.com/haskell/cabal/issues/4624
There will be fixes, but I don't know about timeline. That's very unfortunate.
I'm working on providing cabal-install-head
binaries for OSX. That will be done by tomorrow (26.07, AOE)
@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 cabal-install
on OSX, there are such now: https://haskell.futurice.com/. (Official cabal-install-2.0 will be out soon though too).
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: