packages feed

di-polysemy 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+5/−5 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- DiPolysemy: attr_ :: forall level_abPW msg_abPX r_actM a_abPV. MemberWithError (Di level_abPW Path msg_abPX) r_actM => Key -> Value -> Sem r_actM a_abPV -> Sem r_actM a_abPV
+ DiPolysemy: attr_ :: forall level_aaR6 msg_aaR7 r_abuK a_aaR5. MemberWithError (Di level_aaR6 Path msg_aaR7) r_abuK => Key -> Value -> Sem r_abuK a_aaR5 -> Sem r_abuK a_aaR5
- DiPolysemy: flush :: forall level_abEb path_abEc msg_abEd r_actI. MemberWithError (Di level_abEb path_abEc msg_abEd) r_actI => Sem r_actI ()
+ DiPolysemy: flush :: forall level_aaMi path_aaMj msg_aaMk r_abuG. MemberWithError (Di level_aaMi path_aaMj msg_aaMk) r_abuG => Sem r_abuG ()
- DiPolysemy: log :: forall level_abE7 path_abE9 msg_abE8 r_actF. MemberWithError (Di level_abE7 path_abE9 msg_abE8) r_actF => level_abE7 -> msg_abE8 -> Sem r_actF ()
+ DiPolysemy: log :: forall level_aaMe path_aaMg msg_aaMf r_abuD. MemberWithError (Di level_aaMe path_aaMg msg_aaMf) r_abuD => level_aaMe -> msg_aaMf -> Sem r_abuD ()
- DiPolysemy: push :: forall level_abEh msg_abEi r_actJ a_abEg. MemberWithError (Di level_abEh Path msg_abEi) r_actJ => Segment -> Sem r_actJ a_abEg -> Sem r_actJ a_abEg
+ DiPolysemy: push :: forall level_aaMo msg_aaMp r_abuH a_aaMn. MemberWithError (Di level_aaMo Path msg_aaMp) r_abuH => Segment -> Sem r_abuH a_aaMn -> Sem r_abuH a_aaMn

Files

cabal.project view
@@ -1,6 +1,6 @@ -- Generated by stackage-to-hackage -with-compiler: ghc-8.6.5+with-compiler: ghc-8.8.3  packages:     ./
di-polysemy.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: f161d8007cb345e44fd676ff9faabcebd48f4844b2004204f5288adb6a38f336+-- hash: 5e0c6024816017078c59e5773fe267a297a67d481348edc0479e11938e2db792  name:           di-polysemy-version:        0.1.1.0+version:        0.1.1.1 synopsis:       DI logger wrapped for Polysemy description:    Please see the README on GitHub at <https://github.com/nitros12/di-polysemy> category:       Logging@@ -18,7 +18,7 @@ copyright:      2020 Ben Simms license:        MIT license-file:   LICENSE-tested-with:    GHC == 8.6.5+tested-with:    GHC == 8.6.5, GHC == 8.8.3 build-type:     Simple extra-source-files:     README.md@@ -39,7 +39,7 @@       Paths_di_polysemy   hs-source-dirs:       src-  default-extensions: TemplateHaskell RecursiveDo CPP AllowAmbiguousTypes BlockArguments NoMonomorphismRestriction AutoDeriveTypeable BangPatterns BinaryLiterals UndecidableInstances ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs DerivingVia DerivingStrategies GeneralizedNewtypeDeriving StandaloneDeriving DeriveAnyClass InstanceSigs KindSignatures LambdaCase MonadFailDesugaring MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings OverloadedLabels PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables TupleSections TypeFamilies TypeSynonymInstances ViewPatterns DuplicateRecordFields TypeOperators TypeApplications RoleAnnotations PatternSynonyms+  default-extensions: TemplateHaskell RecursiveDo CPP AllowAmbiguousTypes BlockArguments NoMonomorphismRestriction BangPatterns BinaryLiterals UndecidableInstances ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs DerivingVia DerivingStrategies GeneralizedNewtypeDeriving StandaloneDeriving DeriveAnyClass InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings OverloadedLabels PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables TupleSections TypeFamilies TypeSynonymInstances ViewPatterns DuplicateRecordFields TypeOperators TypeApplications RoleAnnotations PatternSynonyms   ghc-options: -Wall   build-depends:       base >=4.12 && <5