1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

Export the Telemetry constructors.

This commit is contained in:
Rob Rix 2018-08-03 10:27:53 -04:00
parent 53bd6dc902
commit ce30a83c49

View File

@ -42,7 +42,7 @@ module Semantic.Telemetry
, writeLog
, writeStat
, time
, Telemetry
, Telemetry(..)
, runTelemetry
, ignoreTelemetry
) where