-
Notifications
You must be signed in to change notification settings - Fork 27
/
text-format.cabal
88 lines (76 loc) · 1.82 KB
/
text-format.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
cabal-version: >= 1.10
name: text-format
version: 0.3.2.1
x-revision: 2
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 == 9.6.1
GHC == 9.4.4
GHC == 9.2.7
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
GHC == 7.10.3
GHC == 7.8.4
GHC == 7.6.3
GHC == 7.4.2
GHC == 7.2.2
GHC == 7.0.4
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.19
, 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