haskell / text-format

A Haskell text formatting library optimized for ease of use and high performance.
BSD 2-Clause "Simplified" License
32 stars 27 forks source link

Expose module Data.Text.Format.Types.Internal. #7

Closed portnov closed 9 years ago

portnov commented 11 years ago

Hi. In some cases, there is need to construct Format in some way. In my case, it's localization: text format strings for messages in various languages are loaded from file. Data.Text.Format.Types.Internal module is not imported by default when someone imports simply Data.Text.Format, so, I think, there is really no danger that someone will use this module unintentionally.