packages feed

di-polysemy 0.1.3.0 → 0.1.3.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~df1PVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: df1

API changes (from Hackage documentation)

- DiPolysemy: flush :: forall level_aaNr path_aaNs msg_aaNt r_abrj. MemberWithError (Di level_aaNr path_aaNs msg_aaNt) r_abrj => Sem r_abrj ()
+ DiPolysemy: flush :: forall level_a9Vu path_a9Vv msg_a9Vw r_aazm. MemberWithError (Di level_a9Vu path_a9Vv msg_a9Vw) r_aazm => Sem r_aazm ()
- DiPolysemy: local :: forall level_aaNv path_aaNw msg_aaNx r_abrk a_aaNz. MemberWithError (Di level_aaNv path_aaNw msg_aaNx) r_abrk => (Di level_aaNv path_aaNw msg_aaNx -> Di level_aaNv path_aaNw msg_aaNx) -> Sem r_abrk a_aaNz -> Sem r_abrk a_aaNz
+ DiPolysemy: local :: forall level_a9Vy path_a9Vz msg_a9VA r_aazn a_a9VC. MemberWithError (Di level_a9Vy path_a9Vz msg_a9VA) r_aazn => (Di level_a9Vy path_a9Vz msg_a9VA -> Di level_a9Vy path_a9Vz msg_a9VA) -> Sem r_aazn a_a9VC -> Sem r_aazn a_a9VC
- DiPolysemy: log :: forall level_aaNn path_aaNp msg_aaNo r_abrg. MemberWithError (Di level_aaNn path_aaNp msg_aaNo) r_abrg => level_aaNn -> msg_aaNo -> Sem r_abrg ()
+ DiPolysemy: log :: forall level_a9Vq path_a9Vs msg_a9Vr r_aazj. MemberWithError (Di level_a9Vq path_a9Vs msg_a9Vr) r_aazj => level_a9Vq -> msg_a9Vr -> Sem r_aazj ()
- DiPolysemy: reset :: forall level_aaNC path_aaND msg_aaNE r_abrn a_aaNB. MemberWithError (Di level_aaNC path_aaND msg_aaNE) r_abrn => Sem r_abrn a_aaNB -> Sem r_abrn a_aaNB
+ DiPolysemy: reset :: forall level_a9VF path_a9VG msg_a9VH r_aazq a_a9VE. MemberWithError (Di level_a9VF path_a9VG msg_a9VH) r_aazq => Sem r_aazq a_a9VE -> Sem r_aazq a_a9VE

Files

di-polysemy.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 9872d2e47445088ad716a3b4ccfa4fff4cc574e48bf92fbf7859504ee771d57b+-- hash: 28b2f36f02478805bfe9c6d2da769eb470c6bd9e31b6ad61b9f28c5b6ac5f7a6  name:           di-polysemy-version:        0.1.3.0+version:        0.1.3.1 synopsis:       DI logger wrapped for Polysemy description:    Please see the README on GitHub at <https://github.com/nitros12/di-polysemy> category:       Logging@@ -43,7 +43,7 @@   ghc-options: -Wall   build-depends:       base >=4.12 && <5-    , df1 >=0.3.2 && <0.4+    , df1 >=0.3.2 && <0.5     , di-core >=1.0.4 && <2     , di-df1 >=1.2 && <2     , di-handle >=1.0.1 && <2