Changelog for within-0.1.0.0
Changelog for within
v0.1.0.0
Change approach to ComonadEnv style newtype. Within can now store an arbitrary
inner type whilst maintaining the convenience functions in the special case where
the inner type is a Path.
v0.0.2.0
- Add
HashableandOrdinstances forWithin.
v0.0.1.0
- Add Within Type based on path. Within is a path within another path.
- Add several functions for moving between directories and mapping source names.