Changelog for multistate-0.6.2.0
Changelog for multistate package
0.6.2.0 June 2015
- Add MonadFix instances
0.6.1.0 June 2015
- Export classes from transformer modules
0.6.0.0 June 2015
-
Add
MultiRWST -
Add inflate functions (e.g.
StateT _ -> MultiStateT _) -
Improve lazyness
-
Move changelog from
README.mdtochangelog.md
0.5.0.0 March 2015
-
Breaking changes (!):
Refactor some parts of the interface, see "naming scheme" in the README; The changes are:
old new withMultiFoowithMultiFooAwithMultiFooswithMultiFoosAmAskRawmGetRawmPutRawevalMultiStateTrunMultiStateTNilevalMultiStateTWithInitialrunMultiStateTAevalMultiReaderTrunMultiReaderTNilevalMultiReaderTWithInitialrunMultiReaderTAexecMultiWriterTrunMultiWriterTW -
Start using hspec; Add proper cabal test-suite.
0.4.0.0: March 2015
-
Refactor from
Control.Monad.*toControl.Monad.Trans.* -
Put classes (
MonadMulti*) into separate modules -
Add Strict and Lazy variants
-
Deprecate previous modules
0.3.0.0 Januar 2015
-
Add
MultiWriter -
Fixity for
(:+:) -
support ghc-7.10
0.2.0.0 Januar 2015
-
Start using DataKinds and TypeOperators to make the HList representation more readable. The translation roughly is:
Null -> '[] Cons a Null -> '[a] Cons a b -> a ': b TNull -> HNil TCons a b -> a :+: b -
Remove dependency on
tfppackage.
0.1.3.2 September 2014
-
Add example
-
Clean up / Add dependencies
-
More documentation
0.1.2 September 2014
-
Expose
HListmodule -
Add haddocks
0.1.1 June 2014
- First version published on hackage