debug-dump: File-based debug output

[ bsd3, debug, library ] [ Propose Tags ]

A package emulating the functionality of Debug.Trace, but capable of writing to files


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
development

Enable `-Werror`

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), bytestring, text [details]
License BSD-3-Clause
Copyright Copyright: (c) 2019 Vanessa McHale
Author Vanessa McHale
Maintainer vanessa.mchale@iohk.io
Category Debug
Source repo head: git clone https://github.com/vmchale/debug-dump(debug-dump)
Uploaded by vmchale at 2019-05-28T20:52:32Z
Distributions NixOS:0.1.1.0
Downloads 1767 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-05-28 [all 1 reports]

Readme for debug-dump-0.1.0.2

[back to package description]

debug-dump

This is a library providing simple functionality like that found in Debug.Trace, but it dumps output to a file rather than the terminal.