staversion-0.2.4.0: What version is the package X in stackage lts-Y.ZZ?

MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellSafe
LanguageHaskell2010

Staversion.Internal.Log

Contents

Description

 
Synopsis

Documentation

data LogEntry Source #

Constructors

LogEntry 

data Logger Source #

Instances
Show Logger Source # 
Instance details

Defined in Staversion.Internal.Log

For tests

_mockLogger :: IO (Logger, IORef [LogEntry]) Source #

FOR TEST: the IORef is the history of logged messages.