Ernesto Hernández-Novich schrieb: > On Mon, 2010-05-03 at 23:43 +0200, Joachim Breitner wrote: >> Am Dienstag, den 04.05.2010, 06:54 +1000 schrieb Erik de Castro Lopo: >>> There is a new version of transformers out (0.2.1.0) and I >>> find that quite a lot of stuff depends on this new version. >>> >>> Does anything you are doing really depend on transformers >>> 0.1.4.x? If not would it be possible to update transformers >>> to the most recent version? If you're busy but ok with this, >>> I can do the work :-). >> There are not many packages yet that depend on transformers, right? It >> is probably safe to upload the new version and patch breaking packages >> as required. > > haskell-data-accessor > haskell-event-list > haskell-explicit-exception > haskell-markov-chain > haskell-midi > haskell-haskore (not uploaded yet) > > The Cabal file for all of them specifies transformers (<0.2). I haven't > tried building them with 0.2.* > > I'm copying Henning Thielemann, author and current maintainer for most > of them. Maybe he can shed some light on this issue and do updated > Hackage releases if needed. @Henning, have you tried building those > packages with the latest release of transformers?
I can update the packages - there are more than 40 of my packages, that depend on transformers. However I cannot just extend the version range, because Control.Monad.Trans has moved to Control.Monad.Trans.Class. The new version range would be >=0.2 && <0.3. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
