Skip to content
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

pakcs is broken on nixos-unstable #44176

Closed
ghost opened this issue Jul 28, 2018 · 0 comments
Closed

pakcs is broken on nixos-unstable #44176

ghost opened this issue Jul 28, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 28, 2018

Issue description

Updating to new version of package fixed the build. Here is PR #43971

[ 5 of 38] Compiling Curry.Base.Monad ( src/Curry/Base/Monad.hs, dist/build/Curry/Base/Mon
ad.o )

src/Curry/Base/Monad.hs:20:1: error:
    Could not find module ‘Control.Monad.Trans.Either’
    Perhaps you meant
      Control.Monad.Trans (from mtl-2.2.2)
      Control.Monad.Writer (from mtl-2.2.2)
    Use -v to see a list of the files searched for.
   |
20 | import Control.Monad.Trans.Either (EitherT, left, right, runEitherT, mapEitherT)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Steps to reproduce

Technical details

Please run nix-shell -p nix-info --run "nix-info -m" and paste the
results.

@ghost ghost mentioned this issue Jul 28, 2018
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants