l29ah/monad-peel

monad-peel-0.2.1: tests: Could not find modules

Closed this issue · 2 comments

juhp commented
Preprocessing test suite 'test' for monad-peel-0.2.1...

Control/Exception/Peel.hs:40:18:
    Could not find module ‘Control.Exception.Extensible’
    It is a member of the hidden package ‘extensible-exceptions-0.1.1.4@exten_FEBYnjUcabpEXD3JqlYlJc’.
    Perhaps you need to add ‘extensible-exceptions’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

Control/Monad/IO/Peel.hs:25:8:
    Could not find module ‘Control.Monad.IO.Class’
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

Control/Monad/IO/Peel.hs:33:18:
    Could not find module ‘Control.Monad.Trans.State.Strict’
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

Control/Monad/IO/Peel.hs:35:18:
    Could not find module ‘Control.Monad.Trans.Writer.Strict’
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

Control/Monad/IO/Peel.hs:37:18:
    Could not find module ‘Control.Monad.Trans.RWS.Strict’
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

Control/Monad/Trans/Peel.hs:33:8:
    Could not find module ‘Control.Monad.Trans.Class’
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

test.hs:15:8:
    Could not find module ‘Control.Monad.Trans.Identity’
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

test.hs:16:8:
    Could not find module ‘Control.Monad.Trans.List’
    It is a member of the hidden package ‘List-0.5.2@List_6t9ZXV2bo8L7U3emrRksGs’.
    Perhaps you need to add ‘List’ to the build-depends in your .cabal file.
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

test.hs:17:8:
    Could not find module ‘Control.Monad.Trans.Maybe’
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

test.hs:18:8:
    Could not find module ‘Control.Monad.Trans.Reader’
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

test.hs:19:8:
    Could not find module ‘Control.Monad.Trans.Writer’
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

test.hs:20:8:
    Could not find module ‘Control.Monad.Trans.Error’
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

test.hs:21:8:
    Could not find module ‘Control.Monad.Trans.State’
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

test.hs:22:18:
    Could not find module ‘Control.Monad.Trans.RWS’
    It is a member of the hidden package ‘transformers-0.4.2.0@trans_GZTjP9K5WFq01xC9BAGQpF’.
    Perhaps you need to add ‘transformers’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.
l29ah commented

Wow. I wonder how did it work when i tested it, but i found the test suite built and working.

() ascii ribbon campaign - against html mail
/\ http://arc.pasp.de/ - against proprietary attachments

juhp commented

Thanks!