taskwarrior 0.6.0.1 → 0.6.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~hspecdep ~text
Dependency ranges changed: hspec, text
Files
- CHANGELOG.md +4/−0
- taskwarrior.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for taskwarrior +## 0.6.0.2++* Bump bounds for text 2.0+ ## 0.6.0.1 * Bump bounds
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.1+version: 0.6.0.2 synopsis: Types and aeson instances for taskwarrior tasks description: Types and aeson instances for the https://taskwarrior.org task import/export feature@@ -51,7 +51,7 @@ , containers >=0.5.0.0 && < 0.7 , process ^>=1.6.5.0 , random >=1.1 && < 1.3- , text ^>=1.2.3.0+ , text >=1.2.3.0 && < 2.1 , time >=1.8.0.2 && < 1.14 , uuid ^>=1.3.13