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

Build failures with transformers-0.6 #32

Open
sjakobi opened this issue May 18, 2022 · 2 comments
Open

Build failures with transformers-0.6 #32

sjakobi opened this issue May 18, 2022 · 2 comments

Comments

@sjakobi
Copy link
Contributor

sjakobi commented May 18, 2022

Control/Monad/Logger.hs:140:1: error:
    Could not load module ‘Control.Monad.Trans.List’
    It is a member of the hidden package ‘transformers-0.5.6.2’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
    |
140 | import Control.Monad.Trans.List     ( ListT    )
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Control/Monad/Logger.hs:142:1: error:
    Could not load module ‘Control.Monad.Trans.Error’
    It is a member of the hidden package ‘transformers-0.5.6.2’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
    |
142 | import Control.Monad.Trans.Error    ( ErrorT, Error)
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

As a Hackage trustee I have revised the affected version v0.3.28 and up. See e.g. https://hackage.haskell.org/package/monad-logger-0.3.36/revisions/.

@NicolasT
Copy link

0.3.37 seems to have the same issue.

@sjakobi
Copy link
Contributor Author

sjakobi commented Dec 21, 2022

sjakobi added a commit to sjakobi/monad-logger that referenced this issue Dec 21, 2022
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

2 participants