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