packages feed

polysemy-log 0.10.0.1 → 0.11.0.0

raw patch · 1 files changed

+28/−25 lines, 1 filesdep ~ansi-terminaldep ~asyncdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ansi-terminal, async, base, incipit-core, polysemy, polysemy-conc, polysemy-plugin, polysemy-test, polysemy-time, stm, tasty, time

API changes (from Hackage documentation)

- Polysemy.Log: dataLog :: forall a_a9XY r_abky. Member (DataLog a_a9XY) r_abky => a_a9XY -> Sem r_abky ()
+ Polysemy.Log: dataLog :: forall a_aa7Q r_abuq. Member (DataLog a_aa7Q) r_abuq => a_aa7Q -> Sem r_abuq ()
- Polysemy.Log: local :: forall a_a9Y0 r_abkA b_a9Y2. Member (DataLog a_a9Y0) r_abkA => (a_a9Y0 -> a_a9Y0) -> Sem r_abkA b_a9Y2 -> Sem r_abkA b_a9Y2
+ Polysemy.Log: local :: forall a_aa7S r_abus b_aa7U. Member (DataLog a_aa7S) r_abus => (a_aa7S -> a_aa7S) -> Sem r_abus b_aa7U -> Sem r_abus b_aa7U
- Polysemy.Log.Effect.DataLog: dataLog :: forall a_a9XY r_abky. Member (DataLog a_a9XY) r_abky => a_a9XY -> Sem r_abky ()
+ Polysemy.Log.Effect.DataLog: dataLog :: forall a_aa7Q r_abuq. Member (DataLog a_aa7Q) r_abuq => a_aa7Q -> Sem r_abuq ()
- Polysemy.Log.Effect.DataLog: local :: forall a_a9Y0 r_abkA b_a9Y2. Member (DataLog a_a9Y0) r_abkA => (a_a9Y0 -> a_a9Y0) -> Sem r_abkA b_a9Y2 -> Sem r_abkA b_a9Y2
+ Polysemy.Log.Effect.DataLog: local :: forall a_aa7S r_abus b_aa7U. Member (DataLog a_aa7S) r_abus => (a_aa7S -> a_aa7S) -> Sem r_abus b_aa7U -> Sem r_abus b_aa7U

Files

polysemy-log.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-log-version:        0.10.0.1+version:        0.11.0.0 synopsis:       Polysemy effects for logging description:    See https://hackage.haskell.org/package/polysemy-log/docs/Polysemy-Log.html category:       Logging@@ -60,6 +60,7 @@       GADTs       LambdaCase       LiberalTypeSynonyms+      MonadComprehensions       MultiWayIf       OverloadedLabels       OverloadedLists@@ -82,15 +83,15 @@       NoFieldSelectors   ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages   build-depends:-      ansi-terminal >=0.10.3 && <0.12-    , async-    , base ==4.*-    , incipit-core >=0.4 && <0.6-    , polysemy ==1.9.*-    , polysemy-conc >=0.12 && <0.14-    , polysemy-time ==0.6.*-    , stm-    , time+      ansi-terminal >=0.9 && <1.1+    , async >=2.2.4 && <2.3+    , base >=4.17.2.1 && <4.20+    , incipit-core >=0.4.1.0 && <0.7+    , polysemy >=1.7.0.0 && <1.10+    , polysemy-conc >=0.11.1.0 && <0.15+    , polysemy-time >=0.6.0.0 && <0.8+    , stm >=2.5.1.0 && <2.6+    , time >=1.12.2 && <1.13   mixins:       base hiding (Prelude)     , incipit-core (IncipitCore as Prelude)@@ -124,6 +125,7 @@       GADTs       LambdaCase       LiberalTypeSynonyms+      MonadComprehensions       MultiWayIf       OverloadedLabels       OverloadedLists@@ -146,16 +148,16 @@       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.*-    , incipit-core >=0.4 && <0.6-    , polysemy ==1.9.*-    , polysemy-conc >=0.12 && <0.14+      base >=4.17.2.1 && <4.20+    , incipit-core >=0.4.1.0 && <0.7+    , polysemy >=1.7.0.0 && <1.10+    , polysemy-conc >=0.11.1.0 && <0.15     , polysemy-log-    , polysemy-plugin >=0.4.4 && <0.5-    , polysemy-test >=0.6 && <0.10-    , polysemy-time ==0.6.*-    , tasty ==1.4.*-    , time+    , polysemy-plugin >=0.4.4.0 && <0.5+    , polysemy-test >=0.6.0.0 && <0.11+    , polysemy-time >=0.6.0.0 && <0.8+    , tasty >=1.4.2 && <1.5+    , time >=1.12.2 && <1.13   mixins:       base hiding (Prelude)     , incipit-core (IncipitCore as Prelude)@@ -182,6 +184,7 @@       GADTs       LambdaCase       LiberalTypeSynonyms+      MonadComprehensions       MultiWayIf       OverloadedLabels       OverloadedLists@@ -204,12 +207,12 @@       NoFieldSelectors   ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages   build-depends:-      base ==4.*-    , incipit-core >=0.4 && <0.6-    , polysemy ==1.9.*-    , polysemy-conc+      base >=4.17.2.1 && <4.20+    , incipit-core >=0.4.1.0 && <0.7+    , polysemy >=1.7.0.0 && <1.10+    , polysemy-conc >=0.11.1.0 && <0.15     , polysemy-log-    , polysemy-plugin >=0.4.4 && <0.5+    , polysemy-plugin >=0.4.4.0 && <0.5   mixins:       base hiding (Prelude)     , incipit-core (IncipitCore as Prelude)