Changelog for path-like-0.2.0.2
Changelog for path-like
(v0.2.0.0)
- Revert ConstraintKinds mess.
(v0.1.1.0)
- Add 'PathLike
superclass to
FileLikeand
DirLike`.
(v0.1.0.0)
- Add
FileLike
andDirLike
type class for using stricter types asPath b File
andPath b Dir
respectively. - Add
(/>)
combinator for producing aPath
from aDirLike
and aFileLike Rel
.