[Haskell-cafe] Re: Haskell-friendly Linux Distribution

Ketil Malde ketil at malde.org
Tue Mar 30 12:36:27 EDT 2010


Joachim Breitner <nomeata at debian.org> writes:

> The profiling data is put in -prof packages, i.e. ghc-prof,
> libghc6-network-prof etc. Indeed, there is no easy way to tell the
> package system: Whenever I install a Haskell -dev package, please
> install the -prof package as well.

One option might to add a fourth package: a virtual package that includes
all the others.  (E.g. a libghc6-network that would pull
libghc6-network-dev, -prof and -doc.)  I generally just add a wildcard
(apt-get install libghc6-network-\*), though, which isn't a lot harder.

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants


More information about the Haskell-Cafe mailing list