Closed G4143 closed 10 years ago
Ah, thanks for pointing this out. This looks like an HLint failure (#103). The compiler built and the test suite passed, so you should be all set—the executable should be at dist/build/kitten/kitten
or similar.
I guess all
should not include lint
, or we should not tell people to use all
in the readme. I think we should also add a make help
.
Thanks for pointing that out. I just tried executing Kitten and it runs fine.
How do you accomplish this task? I've tried but fail many times. Here's the steps I follow
In a terminal I call
git clone https://github.com/evincarofautumn/kitten.git and then cd ./kitten and then make all and it fails here with this message which continues into many pages of source code.
1 of 1 test suites (1 of 1 test cases) passed. lib/Kitten/IdMap.hs:37:21: Parse error Error message: Parse error: Namespace Code: import Kitten.Id ...