diff options
Diffstat (limited to 'haskell/haskell-monad-logger/README')
-rw-r--r-- | haskell/haskell-monad-logger/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-monad-logger/README b/haskell/haskell-monad-logger/README new file mode 100644 index 0000000000000..56923f0dade3f --- /dev/null +++ b/haskell/haskell-monad-logger/README @@ -0,0 +1,6 @@ +A monad transformer approach for logging. This package provides +Template Haskell functions for determining source code locations +of messages. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |