Changelog for deep-transformations-0.2.1
Revision history for deep-transformations
0.2.1 -- 2023-01-07
- Added AG.Dimorphic
- Added combinators
Transformation.Mapped,Folded, andTraversed - Compiling with GHC 9.4
0.2 -- 2022-03-27
- Changes necessary to compile with GHC 9.2.2
- Excluded GHC 8.2.2 from
deep-transformationsand GitHub CI - Increased the
deep-transformations' bottom bound of base dependency - Relaxed the bounds of the
generic-lensdependency - Fixed
deep-transformationscompilation with GHC 9.0.1 - Added an explicit implementation
mappend = (<>) - Used haskell-ci to generate GitHub CI
- Incremented upper dependency bounds
- Added
AG.Generics.Keep - Added
knitKeepingandapplyDefaultWithAttributestoAG - Dropped
fullMapDefault - Switch the README's attribute grammar functor to map upwards
- Removed unused code
- Added
infixl 4declarations for all<$>methods - Added the
AG.Monomorphicmodule - Fixed
Transformation.Shallow.THfor repeated type parameters - Added
Transformation.Deep.Sum
0.1 -- 2020-11-11
First version