polysemy-log-di 0.11.1.0 → 0.11.2.0
raw patch · 1 files changed
+18/−18 lines, 1 filesdep ~basedep ~incipit-coredep ~polysemyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, incipit-core, polysemy, polysemy-conc, polysemy-log, polysemy-log-di, polysemy-test, tasty
API changes (from Hackage documentation)
Files
- polysemy-log-di.cabal +18/−18
polysemy-log-di.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.36.1.+-- This file has been generated from package.yaml by hpack version 0.38.2. -- -- see: https://github.com/sol/hpack name: polysemy-log-di-version: 0.11.1.0+version: 0.11.2.0 synopsis: Di adapters for polysemy-log description: See https://hackage.haskell.org/package/polysemy-log-di/docs/Polysemy-Log-Di.html category: Logging@@ -49,8 +49,10 @@ LiberalTypeSynonyms MonadComprehensions MultiWayIf+ NoFieldSelectors OverloadedLabels OverloadedLists+ OverloadedRecordDot OverloadedStrings PackageImports PartialTypeSignatures@@ -66,16 +68,14 @@ UndecidableInstances UnicodeSyntax ViewPatterns- OverloadedRecordDot- NoFieldSelectors ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages build-depends:- base >=4.17.2.1 && <4.21+ base >=4.17.2.1 && <4.22 , di-polysemy >=0.2.0.0 && <0.3- , 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 >=0.11.1.0 && <0.12+ , incipit-core >=0.4.1.0 && <0.8+ , polysemy >=1.9.1.0 && <1.10+ , polysemy-conc >=0.12.1.0 && <0.16+ , polysemy-log >=0.7.2.0 && <0.12 , polysemy-time >=0.6.0.0 && <0.8 , stm >=2.5.1.0 && <2.6 mixins:@@ -108,8 +108,10 @@ LiberalTypeSynonyms MonadComprehensions MultiWayIf+ NoFieldSelectors OverloadedLabels OverloadedLists+ OverloadedRecordDot OverloadedStrings PackageImports PartialTypeSignatures@@ -125,18 +127,16 @@ UndecidableInstances UnicodeSyntax ViewPatterns- OverloadedRecordDot- 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.17.2.1 && <4.21- , incipit-core >=0.4.1.0 && <0.7- , polysemy >=1.7.0.0 && <1.10- , polysemy-log- , polysemy-log-di- , polysemy-test >=0.6.0.0 && <0.11+ base >=4.17.2.1 && <4.22+ , incipit-core >=0.4.1.0 && <0.8+ , polysemy >=1.9.1.0 && <1.10+ , polysemy-log >=0.7.2.0 && <0.12+ , polysemy-log-di <0.12+ , polysemy-test >=0.10.0.1 && <0.12 , stm >=2.5.1.0 && <2.6- , tasty >=1.4.2 && <1.6+ , tasty >=1.5.2 && <1.6 mixins: base hiding (Prelude) , incipit-core (IncipitCore as Prelude)