packages feed

taskwarrior 0.6.0.4 → 0.6.0.5

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for taskwarrior +## 0.6.0.5++* Bump upper base bound+ ## 0.6.0.4  * GHC 9.4 compatibility
taskwarrior.cabal view
@@ -4,7 +4,7 @@ -- PVP summary:     +-+------- breaking API changes --                  | | +----- non-breaking API additions --                  | | | +--- code changes with no API change-version: 0.6.0.4+version: 0.6.0.5 synopsis:           Types and aeson instances for taskwarrior tasks description:   Types and aeson instances for the https://taskwarrior.org task import/export feature@@ -13,8 +13,8 @@ bug-reports:        https://github.com/maralorn/haskell-taskwarrior/issues license:            AGPL-3.0-or-later license-file:       LICENSE-author:             Malte Brandy <malte.brandy@maralorn.de>-maintainer:         Malte Brandy <malte.brandy@maralorn.de>+author:             maralorn <mail@maralorn.de>+maintainer:         maralorn <mail@maralorn.de> category:           Taskwarrior, Data extra-source-files:   CHANGELOG.md@@ -46,7 +46,7 @@    build-depends:     , aeson                 >=2.0.0.0  && < 2.2-    , base                  >=4.11     && < 4.18+    , base                  >=4.11     && < 4.19     , bytestring            >=0.10.8.2 && < 0.12     , containers            >=0.5.0.0  && < 0.7     , process               ^>=1.6.5.0