ghcjs / ghcjs-base

base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC
MIT License
45 stars 67 forks source link

Not able to run the tests #43

Open wereHamster opened 8 years ago

wereHamster commented 8 years ago

I use stack, ghcjs from the git repo and lts-3.11 snapshot. I get lots of compiler errors of this form:

[snip]/ghcjs-base/test/Tests/Properties.hs:672:9:
No instance for (Show (Char -> Char -> Bool))
      (maybe you haven't applied enough arguments to a function?)
      arising from a use of ‘testProperty’
    In the expression: testProperty "j_groupBy" j_groupBy
luite commented 8 years ago

Oh I do think I broke something there, the testsuite has never really been complete