File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 1- # ` text ` : Fast, packed Unicode strings, using stream fusion
1+ # ` text ` : Fast, packed Unicode strings, using stream fusion [ ![ Hackage ] ( http://img.shields.io/hackage/v/text.svg )] ( https://hackage.haskell.org/package/text )
22
33This package provides the Data.Text library, a library for the space-
44and time-efficient manipulation of Unicode text in Haskell.
55
6- ** Please refer to the [ package description on Hackage] ( https://hackage.haskell.org/package/text#description ) for more information.**
7-
86# Get involved!
97
108Please report bugs via the
119[ github issue tracker] ( https://github.com/haskell/text/issues ) .
1210
13- Master [ git repository] ( https://github.com/haskell/text ) :
11+ The main repo:
12+
13+ ``` bash
14+ git clone git://github.com/haskell/text.git
15+ ```
1416
15- * ` git clone git://github.com/haskell/text.git `
17+ To run benchmarks please clone and unpack test files:
1618
17- To run benchmarks please clone and unpack
18- [ test files] ( https://github.com/bos/text-test-data )
19- into ` benchmarks/text-test-data ` .
19+ ``` bash
20+ git clone https://github.com/bos/text-test-data benchmarks/text-test-data
21+ cd benchmarks/text-test-data
22+ make
23+ ```
2024
2125# Authors
2226
You can’t perform that action at this time.
0 commit comments