org-mode 2.0.1 → 2.0.2
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~hashable
Dependency ranges changed: hashable
Files
- CHANGELOG.md +6/−0
- org-mode.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## 2.0.2 (2022-07-31)++#### Changed++- GHC 9.2 support.+ ## 2.0.1 (2022-04-26) #### Added
org-mode.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: org-mode-version: 2.0.1+version: 2.0.2 synopsis: Parser for Emacs org-mode files. description: Parser for Emacs org-mode files. category: Data@@ -36,7 +36,7 @@ build-depends: , containers >=0.6 , filepath- , hashable >=1.2 && <1.4+ , hashable >=1.2 && <1.5 , parser-combinators >=1.1 && <1.4 , time >=1.9