[Haskell-cafe] Can't build Lambdabot

Ian Lynagh igloo at earth.li
Mon Jun 18 17:04:21 EDT 2007


On Mon, Jun 18, 2007 at 05:07:19PM +0200, Daniel Fischer wrote:
> 
> Plugin.hs:46:7:
>     Could not find module `Text.Regex':
>       it is a member of package regex-compat-0.71, which is hidden
> 
> which would be easy to fix if regex-compat-0.71 WERE hidden, bu it's NOT, it's 
> definitely exposed.

You need to list it in the "build-depends" field in the .cabal file.


Thanks
Ian



More information about the Haskell-Cafe mailing list