packages feed

rrule 0.1.0.0 → 0.1.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,7 @@+# 0.1.1 - November 27, 2020++- Increase upper bound on `time` library version+ # 0.1 - March 2, 2020  - `fromText` parses from `Text` to the `RRule` type
rrule.cabal view
@@ -1,7 +1,7 @@ cabal-version: 1.12  name:           rrule-version:        0.1.0.0+version:        0.1.1 synopsis:       Recurrence rule parser and formatter description:    Parser for recurrence rules including formatting back to RFC 5545 recurrence                 rule strings as well as providing English descriptions@@ -35,7 +35,7 @@     , megaparsec         >= 8.0.0 && < 8.1     , text               >= 1.2.3 && < 1.3     , parser-combinators >= 1.2.1 && < 1.3-    , time               >= 1.8.0 && < 1.9+    , time               >= 1.8.0 && < 1.12   default-extensions:       OverloadedStrings     , LambdaCase