> 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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to