-
Notifications
You must be signed in to change notification settings - Fork 6
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
Distribution.Extra.Doctest
is deprecated and makes installing with nix more difficult
#60
Comments
Looks like the build issue only occurs when building with ghcjs. |
Seems like this is the successor: https://github.com/phadej/cabal-extras/tree/master/cabal-docspec
|
Potentially? Although the GPL license seems like it could be a problem. |
The interpretation seems to be that a library which uses it to drive its doctest suite is not a derived work. As evidenced by |
Ah perfect! It seems like My attempts to use CPP to workaround the issue have been unsuccessful. It appears that |
Would you be able to try it out (and maybe submit a patch)? Afaiu, the issue is
with nix specifically, and I have no way to test.
|
To be honest I have never used any of the doctest variants. I've tried to install In terms of fixing GHCJS I'm fairly sure that anything not using a |
It builds fine over here, but it seems like a `cabal-docspec` _executable_ is
then required for building. Perhaps we should just move the property tests to a
normal test suite?
I also notice that the `git-remote-ipfs` package is broken irrecoverably,
because `git` was not updated past MonadFail.
|
A normal test suite sounds reasonable to me. Hmm yeah |
Deprecation indicator
When installing with nix:
The text was updated successfully, but these errors were encountered: