packages feed

interval-algebra 2.1.0 → 2.1.1

raw patch · 2 files changed

+7/−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,5 +1,10 @@ # Changelog for interval-algebra +## 2.1.1++* Makes the version bounds on the `time` package+consistent among project components.+ ## 2.1.0  * Changes the type signature of the `Intervallic` typeclass.
interval-algebra.cabal view
@@ -1,6 +1,6 @@ cabal-version:  2.2 name:           interval-algebra-version:        2.1.0+version:        2.1.1 synopsis:       An implementation of Allen's interval algebra for temporal logic description:    Please see the README on GitHub at <https://github.com/novisci/interval-algebra> category:       Algebra,Time@@ -118,6 +118,6 @@     , containers ^>= 0.6     , interval-algebra     , prettyprinter ^>= 1.7-    , time ^>= 1.9+    , time >= 1.9 && < 2     , witch ^>= 1.0   default-language: Haskell2010