slick 1.0.1.1 → 1.1.0.0
raw patch · 3 files changed
+12/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−0
- README.md +5/−0
- slick.cabal +4/−4
ChangeLog.md view
@@ -1,5 +1,8 @@ # Changelog for slick +## 1.1.0.0+- Upgrade to lts-16.29+ ## 1.0.1.0 - Add `makePandocReaderWithMetaWriter` and `makePandocReaderWithMetaWriter'` for reading in resources with custom Pandoc Writers for metadata.
README.md view
@@ -15,6 +15,11 @@ See the [hackage docs](https://hackage.haskell.org/package/slick) for in depth help on available combinators. +If you would rather see live examples than documentation, you can check out:++- my own blog at https://chrispenner.ca [source](https://github.com/ChrisPenner/ChrisPenner.github.io/blob/site/app/Main.hs)+- cvlad's blog at https://cvlad.info [source](https://github.com/vladciobanu/vladciobanu.github.io/blob/main/app/Main.hs)+ # Overview Here's a quick overview of what Slick can do:
slick.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.2.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: 829e4b52e2afe2226f114803f7727188e9415d46ea4b31c36e4cbd4820fce09a+-- hash: f019959f739078bea3aa52701675229ce0976332382c3b5757380aef7c5e49dc name: slick-version: 1.0.1.1+version: 1.1.0.0 synopsis: A quick & easy static site builder built with shake and pandoc. description: Please see the README on GitHub at <https://github.com/ChrisPenner/slick#readme> category: Web@@ -15,7 +15,7 @@ bug-reports: https://github.com/ChrisPenner/slick/issues author: Chris Penner maintainer: example@example.com-copyright: 2019 Chris Penner+copyright: 2019-2021 Chris Penner license: BSD3 license-file: LICENSE build-type: Simple