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

Add tranformers to benchmarks #107

Closed
wants to merge 1 commit into from

Conversation

phadej
Copy link
Contributor

@phadej phadej commented Sep 23, 2015

Fixes:

..../attoparsec/Data/Attoparsec/Zepto.hs:41:8:
    Could not find module ‘Control.Monad.IO.Class’
    It is a member of the hidden package
‘transformers-0.4.2.0@trans_3eG64VdP2vzGjP6wJiCp5X’.
    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.

..../attoparsec/Data/Attoparsec/Zepto.hs:41:8:
    Could not find module ‘Control.Monad.IO.Class’
    It is a member of the hidden package
‘transformers-0.4.2.0@trans_3eG64VdP2vzGjP6wJiCp5X’.
    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.
@RyanGlScott
Copy link
Member

Note that attoparsec's benchmarks are failing on recent Stackage builds due to this issue. (See commercialhaskell/stackage#1372 (comment))

@bgamari
Copy link
Collaborator

bgamari commented Apr 21, 2016

Thanks for bringing this to my attention, @RyanGlScott! I recently stepped up as a co-maintainer for attoparsec and intend to do a new release shortly (although at the moment things are quite busy with the imminent GHC release).

@bgamari
Copy link
Collaborator

bgamari commented Apr 22, 2016

@RyanGlScott I've pushed a new release to Hackage as 0.13.0.2. Thanks!

@bgamari bgamari closed this Apr 22, 2016
@phadej phadej deleted the benchmarks-dependencies branch April 23, 2016 11:26
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

Successfully merging this pull request may close these issues.

3 participants