proposed change to transformers package
Bas van Dijk
v.dijk.bas at gmail.com
Thu Mar 25 05:46:25 EDT 2010
+1
This will finally allow me to just load modules importing transformers
into ghci without using "-hide-all-packages -package transformers
-package ..." or without using the package imports extension.
Just for the interested, here are all the reverse dependencies on transformers:
http://bifunctor.homelinux.net/~roel/cgi-bin/hackage-scripts/revdeps/transformers
(Note that you can sort the columns by clicking on the column headers)
BTW is there a plan and roadmap documented somewhere on the future of mtl?
Bas
On Tue, Mar 23, 2010 at 3:37 PM, Ross Paterson <ross at soi.city.ac.uk> wrote:
> I propose to rename some of the modules in the transformers package so
> that it no longer conflicts with the mtl package:
>
> Control.Monad.Identity renamed as Data.Functor.Identity
> Control.Monad.Trans split between Control.Monad.Trans.Class and
> Control.IO.Trans.Class
>
> Then Control.Monad.Identity and Control.Monad.Trans are added to monads-fd
> making it closer to mtl. Darcs repositories:
>
> http://code.haskell.org/~ross/transformers/
> http://code.haskell.org/~ross/monads-fd/
>
> Docs:
>
> http://code.haskell.org/~ross/transformers/dist/doc/html/transformers/
> http://code.haskell.org/~ross/monads-fd/dist/doc/html/monads-fd/
> _______________________________________________
> Libraries mailing list
> Libraries at haskell.org
> http://www.haskell.org/mailman/listinfo/libraries
>
More information about the Libraries
mailing list