shake-plus 0.0.1.0 → 0.0.1.1
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: 2c3973cab1afdf468a1a38cb29ab3fa3fd78d0112dc8fabc32eaf14949e34860+-- hash: d5b93028b837ef6a01e711272ffdee5ea955501047679ec8a11726b7d97098b7 name: shake-plus-version: 0.0.1.0+version: 0.0.1.1 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
@@ -1,6 +1,6 @@ module Development.Shake.Plus ( module Development.Shake.Plus.Cache- module Development.Shake.Plus.Core+, module Development.Shake.Plus.Core , module Development.Shake.Plus.Directory , module Development.Shake.Plus.File , module Development.Shake.Plus.FileRules