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