chassis 0.0.2.0 → 0.0.3.0
raw patch · 3 files changed
+8/−2 lines, 3 files
Files
- ChangeLog.md +5/−1
- chassis.cabal +1/−1
- src/Chassis.hs +2/−0
ChangeLog.md view
@@ -1,8 +1,12 @@ # Changelog for chassis +## v0.0.3.0++* Add `rcast` and `(>$<)`.+ ## v0.0.2.0 -* Export UTCTime.+* Export `UTCTime`. ## v0.0.1.0
chassis.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: chassis-version: 0.0.2.0+version: 0.0.3.0 synopsis: Prelude with algebraic constructs and polykinds on. category: Prelude author: Daniel Firth
src/Chassis.hs view
@@ -93,6 +93,8 @@ , mkAbsFile , (</>) , RMap+, rcast+, (>$<) ) where import RIO.List (headMaybe, tailMaybe, initMaybe)