Skip to content

Commit

Permalink
Fix duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
georgefst committed Aug 23, 2020
1 parent 389190a commit e0bcffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Text/Pretty/Simple/Internal/OutputPrinter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import Data.Maybe (fromMaybe)
import Prettyprinter
(indent, line', PageWidth(AvailablePerLine), layoutPageWidth, nest, hsep,
concatWith, space, Doc, SimpleDocStream, annotate, defaultLayoutOptions,
enclose, hcat, layoutSmart, line, unAnnotateS, pretty)
enclose, hcat, layoutSmart, line, unAnnotateS, pretty, group)
import Data.Typeable (Typeable)
import GHC.Generics (Generic)
import Numeric (showHex)
Expand All @@ -52,7 +52,6 @@ import Text.Pretty.Simple.Internal.ExprParser (expressionParse)
import Text.Pretty.Simple.Internal.Color
(colorNull, Style, ColorOptions(..), defaultColorOptionsDarkBg,
defaultColorOptionsLightBg)
import Prettyprinter (group)

-- $setup
-- >>> import Text.Pretty.Simple (pPrintString, pPrintStringOpt)
Expand Down

0 comments on commit e0bcffa

Please sign in to comment.