shake-plus 0.0.1.1 → 0.0.1.2
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- shake-plus.cabal +2/−2
- src/Development/Shake/Plus.hs +1/−1
shake-plus.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: d5b93028b837ef6a01e711272ffdee5ea955501047679ec8a11726b7d97098b7+-- hash: a0d7d5de64c4e73aa6c28731b41b9e9d95c762545d9f6b2ee3fa8e062dc79a05 name: shake-plus-version: 0.0.1.1+version: 0.0.1.2 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.hs view
@@ -4,7 +4,7 @@ , module Development.Shake.Plus.Directory , module Development.Shake.Plus.File , module Development.Shake.Plus.FileRules-, module Development.Shake.Plus.Orcle+, module Development.Shake.Plus.Oracle ) where import Development.Shake.Plus.Cache