bos / pronk

A small command line application for load testing web servers. Think of it as similar to httperf or ab, only more modern and simpler to deal with.
Other
224 stars 21 forks source link

Fails to build LoadTest.Report :: KindError #21

Open twoolie opened 11 years ago

twoolie commented 11 years ago

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 commented 11 years ago

Same for me

twoolie commented 11 years ago

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

rzetterberg commented 11 years ago

Same build error for me.

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