mirror of
https://github.com/Mesabloo/diagnose.git
synced 2024-11-22 01:32:56 +03:00
Cleanup module export
This commit is contained in:
parent
87240690e5
commit
93cd476fa6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user