org-mode 2.0.0 → 2.0.1
raw patch · 2 files changed
+10/−4 lines, 2 filesdep ~parser-combinatorsdep ~tasty
Dependency ranges changed: parser-combinators, tasty
Files
- CHANGELOG.md +7/−1
- org-mode.cabal +3/−3
CHANGELOG.md view
@@ -1,6 +1,12 @@ # Changelog -## Unreleased+## 2.0.1 (2022-04-26)++#### Added++- GHC 9 support.++## 2.0.0 (2021-06-04) This release sees the extension of this library to understand heading timestamps, TODOs, priorities, and `PROPERTIES` drawers.
org-mode.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: org-mode-version: 2.0.0+version: 2.0.1 synopsis: Parser for Emacs org-mode files. description: Parser for Emacs org-mode files. category: Data@@ -37,7 +37,7 @@ , containers >=0.6 , filepath , hashable >=1.2 && <1.4- , parser-combinators >=1.1 && <1.3+ , parser-combinators >=1.1 && <1.4 , time >=1.9 test-suite org-mode-test@@ -48,6 +48,6 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: , org-mode- , tasty ^>=1.2+ , tasty >=1.2 && < 1.5 , tasty-hunit ^>=0.10 , time >=1.9