packages feed

little-logger 1.0.0 → 1.0.1

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -2,4 +2,4 @@  [![CircleCI](https://circleci.com/gh/ejconlon/little-logger/tree/master.svg?style=svg)](https://circleci.com/gh/ejconlon/little-logger/tree/master) -Basic logging based on co-log. Meant to give you what you need to get started with a single module import.+Basic logging based on monad-logger. Meant to give you what you need to get started with a single module import.
little-logger.cabal view
@@ -5,15 +5,15 @@ -- see: https://github.com/sol/hpack  name:           little-logger-version:        1.0.0-synopsis:       Basic logging based on co-log+version:        1.0.1+synopsis:       Basic logging based on monad-logger description:    Please see the README on GitHub at <https://github.com/ejconlon/little-logger#readme> category:       Logging homepage:       https://github.com/ejconlon/little-logger#readme bug-reports:    https://github.com/ejconlon/little-logger/issues author:         Eric Conlon maintainer:     ejconlon@gmail.com-copyright:      (c) 2020 Eric Conlon+copyright:      (c) 2022 Eric Conlon license:        BSD3 license-file:   LICENSE build-type:     Simple