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. -- Please limit yourself to the "Error.Diagnose.Report" module, which exports some of the useful functions defined here.
module Error.Diagnose.Report.Internal module Error.Diagnose.Report.Internal
( Marker (..) ( module Error.Diagnose.Report.Internal
, Note (..)
, Report(.., Warn, Err) , Report(.., Warn, Err)
, err
, errorToWarning
, warn
, warningToError
, FileMap
, prettyReport
) where ) where
#ifdef USE_AESON #ifdef USE_AESON