text-format-0.3.2.1: text-format.cabal
cabal-version: >= 1.10
name: text-format
version: 0.3.2.1
license: BSD3
license-file: LICENSE
homepage: https://github.com/hackage-trustees/text-format
bug-reports: https://github.com/hackage-trustees/text-format/issues
category: Text
author: Bryan O'Sullivan <bos@serpentine.com>
maintainer: Hackage Trustees
stability: experimental
synopsis: Text formatting
build-type: Simple
description:
A text formatting library optimized for both ease of use and high
performance.
tested-with:
GHC == 7.0.4
|| == 7.2.2
|| == 7.4.2
|| == 7.6.3
|| == 7.8.4
|| == 7.10.3
|| == 8.0.2
|| == 8.2.2
|| == 8.4.4
|| == 8.6.5
|| == 8.8.4
|| == 8.10.7
|| == 9.0.2
|| == 9.2.5
extra-source-files:
README.markdown
CHANGELOG.md
benchmarks/Makefile
benchmarks/*.c
benchmarks/*.hs
flag developer
description: operate in developer mode
default: False
manual: True
library
exposed-modules:
Data.Text.Format
Data.Text.Buildable
Data.Text.Format.Params
Data.Text.Format.Types
Data.Text.Format.Types.Internal
other-modules:
Data.Text.Format.Functions
Data.Text.Format.Int
build-depends:
array
, base >= 4.3 && < 4.17
, integer-gmp >= 0.2
, double-conversion >= 0.2.0.0
, ghc-prim
, old-locale
, text >= 0.11.0.8
, time
, transformers
default-language: Haskell98
if flag(developer)
ghc-options: -Werror
ghc-prof-options: -auto-all
ghc-options: -Wall
cpp-options: -DINTEGER_GMP
if !impl(ghc >= 8.0)
build-depends:
semigroups >= 0.18.5 && < 0.20
source-repository head
type: git
location: https://github.com/hackage-trustees/text-format.git