polysemy-chronos 0.1.3.0 → 0.1.3.1
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~aesondep ~polysemydep ~reludePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, polysemy, relude
API changes (from Hackage documentation)
Files
- polysemy-chronos.cabal +7/−7
polysemy-chronos.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: polysemy-chronos-version: 0.1.3.0+version: 0.1.3.1 synopsis: Polysemy-time Interpreters for Chronos description: Please see the readme on Github at <https://github.com/tek/polysemy-time> category: Time@@ -90,14 +90,14 @@ ViewPatterns ghc-options: -flate-specialise -fspecialise-aggressively -Wall -fplugin=Polysemy.Plugin build-depends:- aeson >=1.4 && <1.6+ aeson >=1.4 , base ==4.* , chronos >=1.1.1 && <1.2 , containers- , polysemy >=1.3 && <1.6+ , polysemy >=1.3 , polysemy-plugin >=0.2.5 , polysemy-time- , relude >=0.7 && <1.1+ , relude >=0.7 , text mixins: base hiding (Prelude)@@ -173,17 +173,17 @@ ViewPatterns ghc-options: -flate-specialise -fspecialise-aggressively -Wall -fplugin=Polysemy.Plugin -threaded -rtsopts -with-rtsopts=-N -fplugin=Polysemy.Plugin build-depends:- aeson >=1.4 && <1.6+ aeson >=1.4 , base ==4.* , chronos >=1.1.1 && <1.2 , containers , hedgehog- , polysemy >=1.3 && <1.6+ , polysemy >=1.3 , polysemy-chronos , polysemy-plugin , polysemy-test , polysemy-time- , relude >=0.7 && <1.1+ , relude >=0.7 , tasty , tasty-hedgehog , text