herringbone 0.0.4 → 0.0.5
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- Web/Herringbone.hs +2/−0
- herringbone.cabal +1/−1
Web/Herringbone.hs view
@@ -41,6 +41,8 @@ PPs, AssetError(..), CompileError,+ PPReader(..),+ PPM, -- * WAI toApplication ) where
herringbone.cabal view
@@ -1,5 +1,5 @@ name: herringbone-version: 0.0.4+version: 0.0.5 synopsis: A library for compiling and serving static web assets. description: A library for compiling and serving static web assets. For more information, please see <https://github.com/hdgarrood/herringbone>. license: MIT