
9 Jul
2007
9 Jul
'07
4:43 a.m.
On Mon, Jul 09, 2007 at 08:21:53AM +0200, Marc Weber wrote:
hjs -> regex-compat -> regex-base
ghc-6.6.1: unknown package: regex-base-0.91 (dependency of regex-compat-0.90) Preprocessing executables for hjs-0.2...
Obviously you can't compile regex-compat without regex-base. Thus you can/should assume that you have also regex-base installed if you find regex-compat, right? Is this intentionally?
Yes; in order to install a package you also need to install its dependencies (which Cabal, confusingly, calls "build-depends"). Thanks Ian