logging-effect-extra-handler 2.0.0 → 2.0.1
raw patch · 4 files changed
+11/−7 lines, 4 files
Files
- CHANGELOG.md +6/−2
- README.md +2/−2
- logging-effect-extra-handler.cabal +2/−2
- package.yaml +1/−1
CHANGELOG.md view
@@ -1,9 +1,13 @@ # Change log +## 2.0.1++* Update README.md example to use `prettyprinter` instad of `wl-pprint-text`+ ## 2.0.0 -* Bump upper bounds on base to 4.12 and logging-effect to 1.4-* Replace wl-pprint-text with prettyprinter 1.2.*+* Bump upper bounds on `base` to 4.12 and `logging-effect` to 1.4+* Replace `wl-pprint-text` with prettyprinter 1.2.* ## 1.1.4
README.md view
@@ -11,9 +11,9 @@ import Control.Monad.Log (MonadLog, WithSeverity) import qualified Control.Monad.Log as Log import qualified Control.Monad.Log.Extra.Handler as Log-import Text.PrettyPrint.Leijen.Text (Doc)+import Data.Text.Prettyprint.Doc (Doc) -app :: MonadLog (WithSeverity Doc) m => m ()+app :: MonadLog (WithSeverity (Doc ann)) m => m () app = do Log.logEmergency "GAH! All systems are down!!!" Log.logAlert "Red alert!"
logging-effect-extra-handler.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 6f3a060c88d397d9c56c387c38ce56c7db521cdc0d03cd498aada2e24d73ff8b+-- hash: 11a926d8001667f51849642358eedee2be244bbc173f965760c95bbd5eb5f38e name: logging-effect-extra-handler-version: 2.0.0+version: 2.0.1 synopsis: Handy logging handler combinators description: Handy logging handler combinators. category: Other
package.yaml view
@@ -67,4 +67,4 @@ maintainer: Jason Shipman name: logging-effect-extra-handler synopsis: Handy logging handler combinators-version: '2.0.0'+version: '2.0.1'