polysemy-chronos 0.1.2.1 → 0.1.2.2
raw patch · 2 files changed
+5/−4 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Paths_polysemy_chronos: getBinDir :: IO FilePath
- Paths_polysemy_chronos: getDataDir :: IO FilePath
- Paths_polysemy_chronos: getDataFileName :: FilePath -> IO FilePath
- Paths_polysemy_chronos: getDynLibDir :: IO FilePath
- Paths_polysemy_chronos: getLibDir :: IO FilePath
- Paths_polysemy_chronos: getLibexecDir :: IO FilePath
- Paths_polysemy_chronos: getSysconfDir :: IO FilePath
- Paths_polysemy_chronos: version :: Version
Files
lib/Polysemy/Chronos/Time.hs view
@@ -52,8 +52,8 @@ Member (Embed IO) r => Chronos.Time -> InterpreterFor ChronosTime r-interpretTimeChronosAt =- interpretTimeChronos .: interpretTimeAt @Timespan+interpretTimeChronosAt t =+ interpretTimeChronos . interpretTimeAt @Timespan t {-# INLINE interpretTimeChronosAt #-} negateTimespan :: Timespan -> Timespan
polysemy-chronos.cabal view
@@ -5,13 +5,13 @@ -- see: https://github.com/sol/hpack name: polysemy-chronos-version: 0.1.2.1+version: 0.1.2.2 synopsis: Polysemy effect for chronos description: Please see the readme on Github at <https://github.com/tek/polysemy-time> category: Time author: Torsten Schmits maintainer: tek@tryp.io-copyright: 2020 Torsten Schmits+copyright: 2021 Torsten Schmits license: BSD-2-Clause-Patent license-file: LICENSE build-type: Simple@@ -24,6 +24,7 @@ Polysemy.Chronos Polysemy.Chronos.Orphans Polysemy.Chronos.Time+ other-modules: Paths_polysemy_chronos autogen-modules: Paths_polysemy_chronos