Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-logict
From: Masatake Daimon
Date: 2023-01-24 17:43:04
Message id: 20230124164304.E8F7BFA90@cvs.NetBSD.org
Log Message:
devel/hs-logict: Updateto 0.8.0.0
0.8.0.0
* Breaking change: do not re-export Control.Monad and Control.Monad.Trans
from Control.Monad.Logic.
* Generalize instance Traversable (LogicT Identity) to instance
(Traversable m, Monad m) => Traversable (LogicT m).
* Add conversion functions fromLogicT and fromLogicTWith to facilitate
interoperation with list-t and logict-sequence packages.
* Add hoistLogicT and embedLogicT to convert LogicT computations from one
underlying monad to another.
Files: