All Versions
7
Latest Version
Avg Release Cycle
111 days
Latest Release
2025 days ago
Changelog History
Changelog History
-
v1.2.1.1 Changes
October 04, 2019- Loosened bounds on
template-haskell
(#29). - ๐ Made some minor internal changes to better support GHC 8.8.
- Loosened bounds on
-
v1.2.1.0 Changes
November 15, 2018- ๐ Improved
makeEffect
fromControl.Monad.Freer.TH
to support more datatypes (#17).
- ๐ Improved
-
v1.2.0.0 Changes
October 23, 2018- โ Added
Control.Monad.Freer.TH
, which provides amakeEffect
function that automatically generates boilerplate operations usingsend
for an effect (#15).
- โ Added
-
v1.1.0.0 Changes
February 20, 2018- ๐ Changed the implementation of
LastMember
to avoid an issue similar to the one withMember
fixed in 1.0.1.1 that could cause the constraint to unnecessarily fail to solve (#6). - ๐ Changed the order of the type variables in
interpretM
to be more consistent with other functions (only relevant in combination withTypeApplications
). - Re-exported
(~>)
fromControl.Natural
throughControl.Monad.Freer
.
- ๐ Changed the implementation of
-
v1.0.1.1 Changes
January 31, 2018- ๐ Fixed a bug that could cause
Member
constraints to erroneously fail to solve (#3).
- ๐ Fixed a bug that could cause
-
v1.0.1.0 Changes
January 27, 2018- โ Added
subsume
toControl.Monad.Freer
for deduplicating effects. - โ Added
gets
toControl.Monad.Freer.State
(#1).
- โ Added
-
v1.0.0.0 Changes
December 07, 2017- ๐ Initial release.