haskell-extensible-exceptions in GHC *and* in [extra]

Remy, Is there some particular reason for keeping a copy of extensible-exceptions in [extra]? extensibe-exceptions 0.1.1.1 is provided by GHC extensible-exceptions 0.1.1.2 is in [extra] Finally, haskell-platform 2010.2.0.0 specifies version 0.1.1.1. The only package which requires extensible-exceptions is haskell-terminfo, but according to its hackage page it has the dependency extensible-exceptions (>=0.1.1.0 & <0.2) So it would be satisfied by the version bundled with GHC. Given all this, couldn't we just remove the version of extensible-exceptions in [extra] (and rebuild haskell-terminfo)? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus

On Fri, Jan 21, 2011 at 06:59, Rémy Oudompheng
2011/1/18 Magnus Therning
: Remy,
Is there some particular reason for keeping a copy of extensible-exceptions in [extra]?
I don't think so. The issue should be fixed now.
Thanks. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus

Does haskell-haskeline in extra need to be rebuilt, as well? It depends on
terminfo which depends on extensible-exceptions.
On my system right now doing ghc-pkg check reports it as broken because its
terminfo dependency doesn't exist.
-Leif
On Fri, Jan 21, 2011 at 12:38 AM, Magnus Therning
On Fri, Jan 21, 2011 at 06:59, Rémy Oudompheng
wrote: 2011/1/18 Magnus Therning
: Remy,
Is there some particular reason for keeping a copy of extensible-exceptions in [extra]?
I don't think so. The issue should be fixed now.
Thanks.
/M
-- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus
_______________________________________________ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell
participants (3)
-
Leif Warner
-
Magnus Therning
-
Rémy Oudompheng