All Versions
18
Latest Version
Avg Release Cycle
127 days
Latest Release
1314 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.0.3 Changes
May 01, 2020- Adapt for ghc-8.10
- Add nix-expressions for testing against different ghc versions
- Drop support for ghc < 8.4
-
v0.8.0.2 Changes
June 06, 2019- Adapt for ghc-8.8 (optimistically; QuickCheck does not build so tests are untested)
-
v0.8.0.1 Changes
October 03, 2018- Adapt for ghc-8.6 (really, this time)
- Make package -Wcompat-ible
-
v0.8.0.0 Changes
April 13, 2018- Adapt for ghc-8.4
- Drop support for ghc<8.0
- Add class
MonadMultiGet
that roughly translates to "any read access" (instances for Reader and State) - Add data-type
MultiGST
that has a single taggified HList instead of the three r, w, s lists withMultiRWS
-
v0.7.1.2 Changes
August 01, 2017Adapt for ghc-8.2
Minor strictness fix for MultiRWS
-
v0.7.1.1 Changes
May 24, 2016- Adapt for ghc-8
-
v0.7.1.0 Changes
March 01, 2016- Add new method
withoutMultiFoo
, inverse ofwithMultiFoo
- Add new method
-
v0.7.0.0 Changes
February 18, 2016Add instances:
- MonadIO
- Alternative
- MonadPlus
- MonadBase
- MonadTransControl
- MonadBaseControl
-
v0.6.2.0 Changes
June 01, 2015- Add MonadFix instances
-
v0.6.1.0 Changes
June 01, 2015- Export classes from transformer modules