[Haskell-beginners] Can I force cabal to install a package always to be installed with --enable-library-profiling

Brent Yorgey byorgey at seas.upenn.edu
Sun Dec 19 03:23:14 CET 2010


On Fri, Dec 17, 2010 at 04:41:31PM +0100, Daniel Seidel wrote:
> Hi,
> 
> I want to create a cabal package and want to enforce via the
> descriptions in the .cabal file that it is always installed with
> --enable-library-profiling. Unfortunately I couldn't figure this out
> from the cabal documentation. I found how I can enforce that my cabal
> always installs profiling versions, but not if and how I can enforce
> that one special package is installed that way by any cabal
> installation. Is this possible, and if how?

I do not think it is possible, although I am not 100% sure.

-Brent



More information about the Beginners mailing list