logging-effect-extra-file 1.1.1 → 1.1.2
raw patch · 4 files changed
+22/−10 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- library/Control/Monad/Log/Extra/File.hs +1/−1
- logging-effect-extra-file.cabal +16/−8
- package.yaml +1/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## 1.1.2++* Update haddock example to use `logInfoTH` instead of deprecated `logInformationalTH` splice+ ## 1.1.1 * Update README to use `logInfoTH` instead of deprecated `logInformationalTH` splice
library/Control/Monad/Log/Extra/File.hs view
@@ -197,7 +197,7 @@ $('logErrorTH') "Errors abound!" $('logWarningTH') "Cargo number 2331 has commandeered the vessel" $('logNoticeTH') "Heads up, but it's no biggie."- $('logInformationalTH') "Does anyone read these?"+ $('logInfoTH') "Does anyone read these?" $('logDebugTH') "Sleuthing with log messages..." @
logging-effect-extra-file.cabal view
@@ -1,9 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.17.1.+-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack+--+-- hash: e583b40f8a405781d71128d6e10c234395eed3e73032359cda479e0055dc6fd7 name: logging-effect-extra-file-version: 1.1.1+version: 1.1.2 synopsis: TH splices to augment log messages with file info description: TH splices to augment log messages with file info. category: Other@@ -31,11 +33,13 @@ ghc-options: -Wall build-depends: base >=4.8 && <4.11- , logging-effect >= 1.1.0 && <1.3- , wl-pprint-text >=1.1.0.4 && <1.2+ , logging-effect >=1.1.0 && <1.3 , template-haskell+ , wl-pprint-text >=1.1.0.4 && <1.2 exposed-modules: Control.Monad.Log.Extra.File+ other-modules:+ Paths_logging_effect_extra_file default-language: Haskell2010 executable log-file@@ -45,9 +49,11 @@ ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N build-depends: base >=4.8 && <4.11- , logging-effect >= 1.1.0 && <1.3- , wl-pprint-text >=1.1.0.4 && <1.2+ , logging-effect >=1.1.0 && <1.3 , logging-effect-extra-file+ , wl-pprint-text >=1.1.0.4 && <1.2+ other-modules:+ Paths_logging_effect_extra_file default-language: Haskell2010 executable log-file-and-severity@@ -57,7 +63,9 @@ ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N build-depends: base >=4.8 && <4.11- , logging-effect >= 1.1.0 && <1.3- , wl-pprint-text >=1.1.0.4 && <1.2+ , logging-effect >=1.1.0 && <1.3 , logging-effect-extra-file+ , wl-pprint-text >=1.1.0.4 && <1.2+ other-modules:+ Paths_logging_effect_extra_file default-language: Haskell2010
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.1'+version: '1.1.2'