Explicit exports of Hledger.Utils.Text
This commit is contained in:
parent
ce3a1b64d0
commit
980210070a
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user