
9 Feb
2010
9 Feb
'10
6:54 p.m.
Executable test hs-source-dirs: src, tests other-modules: Text.Yaml.Yay, Text.Yaml.Yay.Syck ...
In general, it's not advisable to name your test executable "test" due to a naming collision with the typical "test" utility. You might consider naming it $package_name-test. (This is also more cabal-install-friendly.) -- Jonathan Daugherty