polysemy-log-co 0.2.2.4 → 0.3.0.0
raw patch · 1 files changed
+6/−16 lines, 1 filesdep −hedgehogdep −reludedep −tasty-hedgehogdep ~co-logdep ~co-log-polysemydep ~polysemy-timePVP ok
version bump matches the API change (PVP)
Dependencies removed: hedgehog, relude, tasty-hedgehog, text, time
Dependency ranges changed: co-log, co-log-polysemy, polysemy-time
API changes (from Hackage documentation)
Files
- polysemy-log-co.cabal +6/−16
polysemy-log-co.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: polysemy-log-co-version: 0.2.2.4+version: 0.3.0.0 synopsis: Colog Adapters for Polysemy-Log description: See <https://hackage.haskell.org/package/polysemy-log-co/docs/Polysemy-Log-Colog.html> category: Logging@@ -95,7 +95,7 @@ UndecidableInstances UnicodeSyntax ViewPatterns- ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints+ ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints -Wunused-packages build-depends: base ==4.* , co-log >=0.4.0.1@@ -105,9 +105,6 @@ , polysemy-conc >=0.1.0.0 , polysemy-log , polysemy-time >=0.1.1.0- , relude >=0.7- , text- , time mixins: base hiding (Prelude) , polysemy-log hiding (Polysemy.Log.Prelude)@@ -182,24 +179,17 @@ UndecidableInstances UnicodeSyntax ViewPatterns- ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N+ ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints -Wunused-packages -threaded -rtsopts -with-rtsopts=-N build-depends: base ==4.*- , co-log >=0.4.0.1- , co-log-core >=0.2.1- , co-log-polysemy >=0.0.1.2- , hedgehog+ , co-log+ , co-log-polysemy , polysemy >=1.5- , polysemy-conc >=0.1.0.0 , polysemy-log , polysemy-log-co , polysemy-test- , polysemy-time >=0.1.1.0- , relude >=0.7+ , polysemy-time , tasty- , tasty-hedgehog- , text- , time mixins: base hiding (Prelude) , polysemy-log hiding (Polysemy.Log.Prelude)