-- | This module is part of the old @Data.Text.Prettyprint.Doc@ module hierarchy
-- which is being replaced by a shallower @Prettyprinter@ module hierarchy
-- offering the same API.
--
-- This module will be deprecated and eventually removed.
--
-- Use "Prettyprinter.Symbols.Unicode" instead.
module Data.Text.Prettyprint.Doc.Symbols.Unicode (
    module Prettyprinter.Symbols.Unicode
) where

import Prettyprinter.Symbols.Unicode