Explicit exports of Hledger.Utils.Text

This commit is contained in:
Pavlo Kerestey 2018-04-11 10:14:56 +02:00 committed by Simon Michael
parent ce3a1b64d0
commit 980210070a

View File

@ -5,37 +5,37 @@
{-# LANGUAGE CPP #-} {-# LANGUAGE CPP #-}
module Hledger.Utils.Text module Hledger.Utils.Text
-- ( (
-- -- * misc -- -- * misc
-- lowercase, -- lowercase,
-- uppercase, -- uppercase,
-- underline, -- underline,
-- stripbrackets, -- stripbrackets,
-- unbracket, textUnbracket,
-- -- quoting -- -- quoting
-- quoteIfSpaced, quoteIfSpaced,
-- quoteIfNeeded, -- quoteIfNeeded,
-- singleQuoteIfNeeded, -- singleQuoteIfNeeded,
-- -- quotechars, -- -- quotechars,
-- -- whitespacechars, -- -- whitespacechars,
-- escapeDoubleQuotes, escapeDoubleQuotes,
-- escapeSingleQuotes, -- escapeSingleQuotes,
-- escapeQuotes, -- escapeQuotes,
-- words', -- words',
-- unwords', -- unwords',
-- stripquotes, stripquotes,
-- isSingleQuoted, -- isSingleQuoted,
-- isDoubleQuoted, -- isDoubleQuoted,
-- -- * single-line layout -- -- * single-line layout
-- strip, textstrip,
-- lstrip, textlstrip,
-- rstrip, textrstrip,
-- chomp, -- chomp,
-- elideLeft, -- elideLeft,
-- elideRight, textElideRight,
-- formatString, -- formatString,
-- -- * multi-line layout -- -- * multi-line layout
-- concatTopPadded, textConcatTopPadded,
-- concatBottomPadded, -- concatBottomPadded,
-- concatOneLine, -- concatOneLine,
-- vConcatLeftAligned, -- vConcatLeftAligned,
@ -46,14 +46,15 @@ module Hledger.Utils.Text
-- padright, -- padright,
-- cliptopleft, -- cliptopleft,
-- fitto, -- fitto,
fitText,
-- -- * wide-character-aware layout -- -- * wide-character-aware layout
-- strWidth, textWidth,
-- textTakeWidth, textTakeWidth,
-- fitString, -- fitString,
-- fitStringMulti, -- fitStringMulti,
-- padLeftWide, textPadLeftWide,
-- padRightWide textPadRightWide
-- ) )
where where
-- import Data.Char -- import Data.Char