Changelog for cauldron-0.4.0.0
Revision history for cauldron
0.4.0.0
exportToDottakes a new parameter to configure how to print the steps. Before, only the TyCon was printed. Now, the full type is printed by default.
0.3.1.0
- Now the
MissingDependenciesonly includes keys with actual missing dependencies.
0.3.0.0
- Add
cookNonEmptyandcookTreefor cooking hierarchies of 'Cauldron's. - Rename
addLasttoaddOuterandaddFirsttoaddInner. - Add a copy of the
Managedtype from "managed". - Change the nomenclature of the
pack-related functions. - Add the
Packertype. - Add
Firetype to customize the handling of dependency cycles.
0.2.0.0
-
Decorators are no longer
Endos. They just take the decorated entity as a regular parameter. -
Remove the applicative wrappers.
-
Allow effectful constructors.
0.1.0.0 -- YYYY-mm-dd
- First version. Released on an unsuspecting world.