-
Notifications
You must be signed in to change notification settings - Fork 247
Package cabal-doctest missing when calling plan-to-nix #390
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
Comments
I believe this is related to #388. What I assume that is happening is that you have a |
none of my projects uses |
I had the same issue in my project and was able to work around it by adding this to my modules = [
{ reinstallableLibGhc = true; }
]; |
reinstallableLibGhc is now the default and I think cabal-doctest support works reasonably well now. See https://github.com/input-output-hk/haskell.nix/tree/master/test/cabal-doctests for an example. |
HI,
When building an environment for a multi-package project I have to use plan-to-nix, according to the user handbook. When doing so, the package
cabal-doctest
seems not to be included into the package definitions of pkgs.nix and the build fails with:I'm not using stack, just plain cabal, to build my projects and I updated the package definitions.
Can somebody have a look into this matter, please?
The text was updated successfully, but these errors were encountered: