packages feed

polysemy-chronos 0.1.2.3 → 0.1.2.4

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

polysemy-chronos.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           polysemy-chronos-version:        0.1.2.3+version:        0.1.2.4 synopsis:       Polysemy-time Interpreters for Chronos description:    Please see the readme on Github at <https://github.com/tek/polysemy-time> category:       Time
readme.md view
@@ -43,7 +43,7 @@ The only effect contained in **polysemy-time** is:  ```haskell-data Time (time :: *) (date :: *) :: Effect where+data Time (time :: Type) (date :: Type) :: Effect where   Now :: Time t d m t   Today :: Time t d m d   Sleep :: TimeUnit u => u -> Time t d m ()