How can I make Cabal search for external programs?

Posted by Chris Stucchio on Stack Overflow See other posts from Stack Overflow or by Chris Stucchio
Published on 2010-04-17T22:27:19Z Indexed on 2010/04/17 22:33 UTC
Read the original article Hit count: 309

Filed under:
|

I'm trying to write a Haskell program which requires the output of external programs (such as lame, the mp3 encoder). While declaring dependency on a library is easy in cabal, how can one declare dependency on an executable?

© Stack Overflow or respective owner

Related posts about haskell

Related posts about cabal