Build #2 for hlogger-0.0.3.0
Package | hlogger-0.0.3.0 |
---|
Install | InstallOk |
---|---|
Docs | Failed |
Tests | NotTried |
Time submitted | 2015-05-19 20:15:26.308436 UTC |
---|---|
Compiler | ghc-7.8.3 |
OS | linux |
Arch | x86_64 |
Dependencies | time-1.4.2, old-locale-1.0.0.6, base-4.7.0.1 |
Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies... Downloading hlogger-0.0.3.0... Configuring hlogger-0.0.3.0... Building hlogger-0.0.3.0... Preprocessing library hlogger-0.0.3.0... [1 of 2] Compiling System.Log.HLogger ( System/Log/HLogger.hs, dist/build/System/Log/HLogger.o ) [2 of 2] Compiling System.Log.SimpleHLogger ( System/Log/SimpleHLogger.hs, dist/build/System/Log/SimpleHLogger.o ) In-place registering hlogger-0.0.3.0... Running Haddock for hlogger-0.0.3.0... Running hscolour for hlogger-0.0.3.0... Preprocessing library hlogger-0.0.3.0... Preprocessing library hlogger-0.0.3.0... System/Log/HLogger.hs:11:1: parse error on input ‘-- | This is a work in progress for a simple logging framework that aims to be -- easy-to-use, concurrent and extendable through plug-ins. You cannot use -- this module for logging directly, instead you want to use an HLogger -- implementation. If you simply want to log messages to a file, consider -- using the @SimpleLogger@ implementation. If you want a more complicated -- logger, see below. -- -- * Implementing a Customized Logger -- -- If the loggers provided by the HLogger project (currently only -- SimpleLogger) are insufficient for your application, implementing a custom -- logging implementation on top of HLogger is simple. You can modify the -- logger behaviour (how it logs), but not the logger's API (logging levels -- and exported functions). Another limitation of HLogger implementations is -- that they are immutable (operating in a static environment, cannot have -- their state changed). -- -- See the SimpleLogger module for an example on how an implementation can be -- made.’ Creating package registration file: /tmp/pkgConf-hlogger-0.0.330737.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/hlogger-0.0.3.0 Registering hlogger-0.0.3.0... Installed hlogger-0.0.3.0
Test log
No test log was submitted for this report.