From 93cd476fa680a4dc50881d880820f97d5cb02e9e Mon Sep 17 00:00:00 2001 From: Luc Tielen Date: Sun, 14 Aug 2022 15:28:45 +0200 Subject: [PATCH] Cleanup module export --- src/Error/Diagnose/Report/Internal.hs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Error/Diagnose/Report/Internal.hs b/src/Error/Diagnose/Report/Internal.hs index dda4017..8d0218e 100644 --- a/src/Error/Diagnose/Report/Internal.hs +++ b/src/Error/Diagnose/Report/Internal.hs @@ -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