elisehuard / game-in-haskell

Other
119 stars 30 forks source link

Fixing type signature of `withSound` #7

Closed yuvallanger closed 9 years ago

elisehuard commented 9 years ago

Thank you for this. It does however seem to break on my machine

src/Hunted/Sound.hs:27:21:
    The first argument of ‘Runner’ should have kind ‘* -> *’,
      but ‘()’ has kind ‘*’
    In the type signature for ‘withSound’: withSound :: Runner ()

Which problem are you solving? In current version all the libraries are pinned, so we should be running the same versions?