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

fails to build with either-5 #5

Open
juhp opened this issue Dec 13, 2017 · 0 comments
Open

fails to build with either-5 #5

juhp opened this issue Dec 13, 2017 · 0 comments

Comments

@juhp
Copy link

juhp commented Dec 13, 2017

For Stackage Nightly:

Building library for thumbnail-plus-1.0.5..
[1 of 2] Compiling Graphics.ThumbnailPlus.ImageSize ( src/Graphics/ThumbnailPlus/ImageSize.hs, dist/build/Graphics/ThumbnailPlus/ImageSize.o )
[2 of 2] Compiling Graphics.ThumbnailPlus ( src/Graphics/ThumbnailPlus.hs, dist/build/Graphics/ThumbnailPlus.o )

src/Graphics/ThumbnailPlus.hs:18:1: error:
    Could not find module ‘Control.Monad.Trans.Either’
    Perhaps you meant
      Control.Monad.Trans.Writer (from transformers-0.5.2.0)
      Control.Monad.Trans.Error (from transformers-0.5.2.0)
      Control.Monad.Trans.Reader (from transformers-0.5.2.0)
    Use -v to see a list of the files searched for.
   |
18 | import Control.Monad.Trans.Either (runEitherT, left, right)
snoyberg added a commit to commercialhaskell/stackage that referenced this issue Dec 27, 2017
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

1 participant