pretty: re-export Prettyprinter in a special module

This commit is contained in:
Mesabloo 2022-01-19 08:37:56 +01:00
parent 28943491a2
commit 11ea54abb5
3 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,7 @@ library
Error.Diagnose
Error.Diagnose.Diagnostic
Error.Diagnose.Position
Error.Diagnose.Pretty
Error.Diagnose.Report
other-modules:
Data.List.Safe

View File

@ -26,6 +26,7 @@ library:
- Error.Diagnose
- Error.Diagnose.Diagnostic
- Error.Diagnose.Position
- Error.Diagnose.Pretty
- Error.Diagnose.Report
when:
- condition: flag(megaparsec-compat)

View File

@ -0,0 +1,3 @@
module Error.Diagnose.Pretty (module Prettyprinter) where
import qualified Prettyprinter