packages feed

polysemy-chronos 0.6.0.2 → 0.7.0.0

raw patch · 1 files changed

+14/−12 lines, 1 filesdep ~basedep ~chronosdep ~incipit-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, chronos, incipit-core, polysemy-test, polysemy-time, tasty

API changes (from Hackage documentation)

Files

polysemy-chronos.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.35.2.+-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack  name:           polysemy-chronos-version:        0.6.0.2+version:        0.7.0.0 synopsis:       A Polysemy effect for Chronos description:    See https://hackage.haskell.org/package/polysemy-chronos/docs/Polysemy-Chronos.html category:       Time@@ -47,6 +47,7 @@       GADTs       LambdaCase       LiberalTypeSynonyms+      MonadComprehensions       MultiWayIf       OverloadedLabels       OverloadedLists@@ -69,10 +70,10 @@       NoFieldSelectors   ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages   build-depends:-      base ==4.*-    , chronos >=1.1.1 && <1.2-    , incipit-core >=0.4 && <0.6-    , polysemy-time >=0.6.0.2 && <0.7+      base >=4.17.2.1 && <4.20+    , chronos >=1.1.5 && <1.2+    , incipit-core >=0.4.1.0 && <0.7+    , polysemy-time >=0.7.0.0 && <0.8   mixins:       base hiding (Prelude)     , incipit-core (IncipitCore as Prelude)@@ -101,6 +102,7 @@       GADTs       LambdaCase       LiberalTypeSynonyms+      MonadComprehensions       MultiWayIf       OverloadedLabels       OverloadedLists@@ -123,13 +125,13 @@       NoFieldSelectors   ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages   build-depends:-      base ==4.*-    , chronos >=1.1.1 && <1.2-    , incipit-core >=0.4 && <0.6+      base >=4.17.2.1 && <4.20+    , chronos >=1.1.5 && <1.2+    , incipit-core >=0.4.1.0 && <0.7     , polysemy-chronos-    , polysemy-test >=0.6-    , polysemy-time >=0.6.0.2 && <0.7-    , tasty >=1.1+    , polysemy-test >=0.3.1.6 && <0.11+    , polysemy-time >=0.7.0.0 && <0.8+    , tasty >=1.4.2 && <1.5   mixins:       base hiding (Prelude)     , incipit-core (IncipitCore as Prelude)