packages feed

shake-plus 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+4/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -90,7 +90,7 @@ ```  You change the underlying filepath with `fmap` or `mapM`, whilst you can move-to a new parent directory by using `localDir, or `localDirM` which is defined+to a new parent directory by using `localDir`, or `localDirM` which is defined in the `Within` library for when the map between parent directories may throw. The `Within` library also contains more functions and instances for more precise changes between output and source directories.
shake-plus.cabal view
@@ -4,13 +4,14 @@ -- -- see: https://github.com/sol/hpack ----- hash: 0d361473d6cd5c2712887ae918987935e10cb6b788db54ab4b8d5a12025a11b0+-- hash: 6d6d5c75e5be3568e6aadea114b64040db56d0be6b6b9bb008345a5b8ee71776  name:           shake-plus-version:        0.1.0.1+version:        0.1.0.2 synopsis:       Re-export of Shake using well-typed paths and ReaderT. description:    Re-export of Shake using well-typed paths and ReaderT. You can thread logging through your Shake Actions, and better keep track of source and output folders using the Within type. category:       development, shake+homepage:       https://gitlab.com/shake-plus/shake-plus author:         Daniel Firth maintainer:     dan.firth@homotopic.tech copyright:      2020 Daniel Firth