[Haskell-cafe] how to write cabal package file for executable with unit tests?

Tillmann Rendel rendel at informatik.uni-marburg.de
Mon Feb 17 10:16:27 UTC 2014


Hi,

Richard Cobbe wrote:
>      test-src/RunTests.hs:8:8:
>          Could not find module `Parser'

Is the Parser module generated by happy? In this case, maybe you have to 
add the

   build-tools: happy

line to your test-suite description in the cabal file.

   Tillmann


More information about the Haskell-Cafe mailing list