packages feed

shake-plus 0.1.4.0 → 0.1.4.1

raw patch · 2 files changed

+4/−4 lines, 2 files

Files

shake-plus.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: f8aa60abee5743af1df499ae49eb94d7e518fba2afaf23a3d6dee6dec83ccdc6+-- hash: e59d9e313ffd79385a1e9add5230b0f6fc1f63b4f2bf492273fa1bb08de94b1d  name:           shake-plus-version:        0.1.4.0+version:        0.1.4.1 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
src/Development/Shake/Plus/Core.hs view
@@ -19,8 +19,8 @@ ) where  import           Control.Exception-import           Development.Shake (Action, FilePattern, Rules, shake,-                                    shakeOptions)+import           Development.Shake (Action, FilePattern, Rules)+import qualified Development.Shake import           RIO  -- | Monads in which `Action`s may be embedded.