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 LoadTest.Report :: KindError #21

Open
twoolie opened this issue Jul 18, 2013 · 3 comments
Open

Fails to build LoadTest.Report :: KindError #21

twoolie opened this issue Jul 18, 2013 · 3 comments

Comments

@twoolie
Copy link

twoolie commented Jul 18, 2013

This is the error I get when compiling using cabal-dev install

[5 of 6] Compiling Network.HTTP.LoadTest.Report ( lib/Network/HTTP/LoadTest/Report.hs, dist/build/Network/HTTP/LoadTest/Report.o )

lib/Network/HTTP/LoadTest/Report.hs:145:19:
    Couldn't match kind `*' against `* -> *'
    Kind incompatibility when matching types:
      m0 :: * -> *
      MuType :: (* -> *) -> *
    In the return type of a call of `mkGenericContext'
    In the expression: mkGenericContext a n
cabal: Error: some packages failed to install:
pronk-0.1.0 failed during the building phase. The exception was:
ExitFailure 1

VERSIONS:

ghc --version == 7.6.2
cabal-dev --version == 0.9.1
@dimchansky
Copy link

Same for me

@twoolie
Copy link
Author

twoolie commented Sep 13, 2013

I fixed this in my fork, see 0563aac. Also, see PR #23

@rzetterberg
Copy link

Same build error for me.

ghc --version == 7.6.3
cabal --version == 1.18.0.2

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

3 participants