@hackage gore-and-ash-logging2.0.1.0

Core module for gore-and-ash with logging utilities

gore-and-ash-logging

The module provides facilities for console logging for Gore&Ash engine.

Installing

Add following to your stack.yml to packages section:

- location:
    git: https://github.com/Teaspot-Studio/gore-and-ash-logging.git
    commit: <PLACE HERE FULL HASH OF LAST COMMIT> 

When defining you application stack, add LoggingT:

type AppStack = ModuleStack [LoggingT, ... other modules ... ] IO

And derive LoggingMonad for your resulting AppMonad:

newtype AppMonad a = AppMonad (AppStack a)
  deriving (Functor, Applicative, Monad, MonadFix, MonadIO, LoggingMonad)

  • Installation

  • Dependencies (0)

  • Dependents (0)