org-mode-lucid 1.6.1 → 1.6.2
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~lucidPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lucid
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−1
- org-mode-lucid.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,12 @@ # Changelog -## Unreleased+## 1.6.2 (2022-04-26)++#### Added++- GHC 9 support.++## 1.6.1 (2021-06-04) #### Fixed
org-mode-lucid.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: org-mode-lucid-version: 1.6.1+version: 1.6.2 synopsis: Lucid integration for org-mode. description: Lucid integration for org-mode. category: Web@@ -27,7 +27,7 @@ , base >=4.12 && <5 , containers >=0.6 , hashable >=1.2 && <1.4- , lucid ^>=2.9+ , lucid >=2.9 && < 2.12 , org-mode ^>=2.0 , text