Cabal-2.4.1.0: Distribution/PrettyUtils.hs
-----------------------------------------------------------------------------
-- |
-- Module : Distribution.PrettyUtils
-- Copyright : (c) The University of Glasgow 2004
-- License : BSD3
--
-- Maintainer : cabal-devel@haskell.org
-- Portability : portable
--
-- Utilities for pretty printing.
{-# OPTIONS_HADDOCK hide #-}
module Distribution.PrettyUtils {-# DEPRECATED "Use Distribution.Pretty. This module will be removed in Cabal-3.0 (est. Mar 2019)." #-} (
Separator,
-- * Internal
showFilePath,
showToken,
showTestedWith,
showFreeText,
indentWith,
) where
import Distribution.Pretty
import Distribution.ParseUtils