packages feed

logging-effect-extra-file 1.1.0 → 1.1.1

raw patch · 4 files changed

+7/−3 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## 1.1.1++* Update README to use `logInfoTH` instead of deprecated `logInformationalTH` splice+ ## 1.1.0  * Deprecate `logInformationalTH` splice
README.md view
@@ -24,7 +24,7 @@   $(Log.logErrorTH) "Errors abound!"   $(Log.logWarningTH) "Cargo number 2331 has commandeered the vessel"   $(Log.logNoticeTH) "Heads up, but it's no biggie."-  $(Log.logInformationalTH) "Does anyone read these?"+  $(Log.logInfoTH) "Does anyone read these?"   $(Log.logDebugTH) "Sleuthing with log messages..."  main :: IO ()
logging-effect-extra-file.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           logging-effect-extra-file-version:        1.1.0+version:        1.1.1 synopsis:       TH splices to augment log messages with file info description:    TH splices to augment log messages with file info. category:       Other
package.yaml view
@@ -39,4 +39,4 @@ maintainer: Jason Shipman name: logging-effect-extra-file synopsis: TH splices to augment log messages with file info-version: '1.1.0'+version: '1.1.1'