Cleanup module export

This commit is contained in:
Luc Tielen 2022-08-14 15:28:45 +02:00
parent 87240690e5
commit 93cd476fa6

View File

@ -21,15 +21,8 @@
--
-- Please limit yourself to the "Error.Diagnose.Report" module, which exports some of the useful functions defined here.
module Error.Diagnose.Report.Internal
( Marker (..)
, Note (..)
( module Error.Diagnose.Report.Internal
, Report(.., Warn, Err)
, err
, errorToWarning
, warn
, warningToError
, FileMap
, prettyReport
) where
#ifdef USE_AESON