On Mon, 2009-10-12 at 18:43 +0200, Christian Maeder wrote:

> P.S. I wonder why "Registering" is done twice

It's Cabal's fault. It's a new feature to let components within a
package depend on each other. To do that it needs to register the lib
into a local inplace package db. At the moment it's always doing it,
even when it's not strictly necessary. At some point we'll probably tidy
that up so that it only does so when it's needed. On the other hand,
always doing so during the testing phase has already caught a couple
configuration bugs so I'm not in any great rush to add the optimisation.

Duncan

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to