org-mode-lucid 1.6.3 → 1.6.4
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~hashablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hashable
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- org-mode-lucid.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## 1.6.4 (2022-07-31)++#### Changed++- GHC 9.2 support.+ ## 1.6.3 (2022-07-17) #### Fixed
org-mode-lucid.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: org-mode-lucid-version: 1.6.3+version: 1.6.4 synopsis: Lucid integration for org-mode. description: Lucid integration for org-mode. category: Web@@ -26,7 +26,7 @@ build-depends: , base >=4.12 && <5 , containers >=0.6- , hashable >=1.2 && <1.4+ , hashable >=1.2 && <1.5 , lucid >=2.9 && < 2.12 , org-mode ^>=2.0 , text