slick 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+5/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- slick.cabal +2/−2
- src/Slick.hs +3/−1
slick.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 92135c7604872ee92fb8e0cd098460c1b3a6eeae11d42c44827b5c7ba429470e+-- hash: de26692a487cf6cb3d7f976c8e35382b4acb69f3bb6a99e5a7d288db6b942b23 name: slick-version: 0.1.0.1+version: 0.1.0.2 description: Please see the README on GitHub at <https://github.com/ChrisPenner/slick#readme> homepage: https://github.com/ChrisPenner/slick#readme bug-reports: https://github.com/ChrisPenner/slick/issues
src/Slick.hs view
@@ -5,7 +5,6 @@ -- ** Mustache compileTemplate'- , module Text.Mustache -- ** Pandoc , markdownToHTML@@ -23,6 +22,9 @@ , simpleJsonCache' , jsonCache , jsonCache'++ -- ** Re-exported+ , module Text.Mustache ) where import Slick.Caching