timeprint

Prints timestamps after each line evaluated

Latest on Hackage:0.1.0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Justin Chen
Maintained by [email protected]

Prints timestamps after each line evaluated in ghci.

Use by adding `-interactive-print=Text.Show.TimePrint.timePrint` to the ghci command, or add this to your '.ghci' file:

`import qualified Text.Show.TimePrint :set -interactive-print=Text.Show.TimePrint.timePrint`