kim / leveldb-haskell

Haskell bindings to LevelDB (https://github.com/google/leveldb)
BSD 3-Clause "New" or "Revised" License
66 stars 50 forks source link

Build error #21

Closed peti closed 10 years ago

peti commented 10 years ago

http://hydra.cryp.to/build/202371/nixlog/2/raw

kim commented 10 years ago

I am not affiliated with the nix package for leveldb-haskell. Possibly using a wrong version of cabal-install? Or cabal2nix?

In any case, I'd expect a bit more than a link as an issue report.

peti commented 10 years ago

Well, since you're apparently unable to figure out the bugs in your own code, I'll be happy to explain it to you in more detail: your test suite depends on the file test/Test/Streaming.hs, but that module isn't declared anywhere in your cabal file, which is why it's not included in the release tarball. Thus, your test suite doesn't compile.

I hope that bug report is up to your standards now. If there's more stuff you need to have explained to you, please don't hesitate to respond like a jerk to people who are trying to help.

kim commented 10 years ago

Please watch your language, Sir. It is not me who is acting inappropriately here: I would assume that every open source project out there would bounce a ticket which doesn't even include a one-liner of explanation as how to read some random log file.

It is not obvious for someone not actively using nix that you're trying to cabal test from the source tarball, and since this isn't something I ever had the need to do, it was an easy oversight.

Next time, please be so nice to include a sentence of what you think is going wrong, or that you don't have any idea if that's the case. It will spare you the effort of writing a paragraph of insults, if nothing else.