diff --git a/src/Data/Text/Prettyprint.hs b/src/Data/Text/Prettyprint.hs index 68595bdcb6b4d2aefc8ea8018a20dbc0527c0b55..50de10eab07fc629ada523f2fe0cd2350927e1db 100644 --- a/src/Data/Text/Prettyprint.hs +++ b/src/Data/Text/Prettyprint.hs @@ -1,3 +1,7 @@ +-- | Wrapper module for prettyprinter. +-- +-- This just reexportes commonly imported modules to cut down on the number of +-- import statements. module Data.Text.Prettyprint ( module Data.Text.Prettyprint.Doc , module Data.Text.Prettyprint.Doc.Util