peter.vers: > > On Sat, Mar 21, 2009 at 10:00 AM, Don Stewart <[email protected]> wrote: > > ghc-pkg hide transformers-0.1.1.0 > > But that is an global change no? Can this be configured in the cabal file? > >
-hide-package in a Makefile. Cabal handles this automatically for you, by hiding everything by default, and then enabling only those things explicitly listed. _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
