slick 1.2.0.0 → 1.2.1.0
raw patch · 3 files changed
+5/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- slick.cabal +3/−3
- src/Slick/Pandoc.hs +1/−0
README.md view
@@ -18,7 +18,7 @@ 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)+- eviefp blog at https://eevie.ro/ [source](https://github.com/eviefp/eviefp.github.io/blob/main/app/Main.hs) # Overview
slick.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack ----- hash: 3b58d1e78fabda151554d53725f191144f5bdf6dc1b52bd0309bff7414be4f26+-- hash: 73d89b294052a33be586d344ec2f97bbbf5559e98e3a6b2bc6c391c6d38a47e6 name: slick-version: 1.2.0.0+version: 1.2.1.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
src/Slick/Pandoc.hs view
@@ -56,6 +56,7 @@ [ Ext_yaml_metadata_block , Ext_fenced_code_attributes , Ext_auto_identifiers+ , Ext_footnotes ] , githubMarkdownExtensions ]