shake-plus 0.0.2.2 → 0.0.3.0
raw patch · 3 files changed
+7/−2 lines, 3 files
Files
- ChangeLog.md +4/−0
- shake-plus.cabal +2/−2
- src/Development/Shake/Plus/Core.hs +1/−0
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for shake-plus +## v0.0.3.0++* Re-export shakeArgs.+ ## v0.0.2.1 * Add functions based on [Within](https://hackage.haskell.org/package/path) to better
shake-plus.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 387cbfa8f76d0fd32c1779aede5a19c917ea2afd3d19382b489d8f1ae52be81f+-- hash: 3d153076b9dc6ddb4d8c870b17bc10ec15c0ca46176a2fd19330435cd8f222d2 name: shake-plus-version: 0.0.2.2+version: 0.0.3.0 synopsis: Re-export of Shake using well-typed paths and ReaderT. description: Re-export of Shake using well-typed paths and ReaderT. This is an early release so some things may be missing or broken but so far the conveniences have been worth it. category: development, shake
src/Development/Shake/Plus/Core.hs view
@@ -14,6 +14,7 @@ , Development.Shake.Rules , Development.Shake.FilePattern , Development.Shake.shake+, Development.Shake.shakeArgs , Development.Shake.shakeOptions ) where