skylighting-lucid 1.0.0 → 1.0.1
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~skylighting-core
Dependency ranges changed: skylighting-core
Files
- ChangeLog.md +6/−0
- skylighting-lucid.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,11 @@ # Changelog for skylighting-lucid +## 1.0.1 (2021-04-14)++#### Changed++- Bumped dependencies to match the latest `skylighting`.+ ## 1.0.0 (2020-03-07) #### Added
skylighting-lucid.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: skylighting-lucid-version: 1.0.0+version: 1.0.1 synopsis: Lucid support for Skylighting description: Lucid support for Skylighting category: Web@@ -26,7 +26,7 @@ base >=4.7 && <5 , containers , lucid ^>=2.9- , skylighting-core ^>=0.8+ , skylighting-core >=0.8 && < 0.11 , text exposed-modules: Skylighting.Format.HTML.Lucid