On 3 June 2010 00:37, Ben Millwood <[email protected]> wrote: > It's worth noting, though, that cabal-install doesn't track installed > packages itself, GHC does.
And this is why cabal-install can't tell you when there are new versions of executable-only packages (e.g. happy) available: it doesn't even know that happy is installed let alone what version is installed. -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
