polysemy-time 0.6.0.2 → 0.7.0.0
raw patch · 1 files changed
+15/−13 lines, 1 filesdep ~aesondep ~basedep ~incipit-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, incipit-core, polysemy-test, tasty, template-haskell, time, torsor
API changes (from Hackage documentation)
Files
- polysemy-time.cabal +15/−13
polysemy-time.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-time-version: 0.6.0.2+version: 0.7.0.0 synopsis: A Polysemy effect for time description: See https://hackage.haskell.org/package/polysemy-time/docs/Polysemy-Time.html category: Time@@ -57,6 +57,7 @@ GADTs LambdaCase LiberalTypeSynonyms+ MonadComprehensions MultiWayIf OverloadedLabels OverloadedLists@@ -79,12 +80,12 @@ NoFieldSelectors ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages build-depends:- aeson >=1.4- , base ==4.*- , incipit-core >=0.4 && <0.6- , template-haskell- , time- , torsor >=0.1+ aeson >=2.1.2.1 && <2.3+ , base >=4.17.2.1 && <4.20+ , incipit-core >=0.4.1.0 && <0.7+ , template-haskell >=2.19.0.0 && <2.22+ , time >=1.12.2 && <1.13+ , torsor ==0.1.* mixins: base hiding (Prelude) , incipit-core (IncipitCore as Prelude)@@ -115,6 +116,7 @@ GADTs LambdaCase LiberalTypeSynonyms+ MonadComprehensions MultiWayIf OverloadedLabels OverloadedLists@@ -137,12 +139,12 @@ 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-test >=0.6+ base >=4.17.2.1 && <4.20+ , incipit-core >=0.4.1.0 && <0.7+ , polysemy-test >=0.3.1.6 && <0.11 , polysemy-time- , tasty >=1.1- , time+ , tasty >=1.4.2 && <1.5+ , time >=1.12.2 && <1.13 mixins: base hiding (Prelude) , incipit-core (IncipitCore as Prelude)