File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- # ` text ` : Fast, packed Unicode strings, using stream fusion [ ![ Hackage] ( http://img.shields.io/hackage/v/text.svg )] ( https://hackage.haskell.org/package/text )
1
+ # text [ ![ Hackage] ( http://img.shields.io/hackage/v/text.svg )] ( https://hackage.haskell.org/package/text ) [ ![ Stackage LTS ] ( http://stackage.org/package/text/badge/lts )] ( http://stackage.org/lts/package/text ) [ ![ Stackage Nightly ] ( http://stackage.org/package/text/badge/nightly )] ( http://stackage.org/nightly /package/text)
2
2
3
- This package provides the Data.Text library, a library for the space-
4
- and time-efficient manipulation of Unicode text in Haskell.
3
+ Haskell library for space- and time-efficient operations over Unicode text.
5
4
6
5
# Get involved!
7
6
@@ -11,15 +10,14 @@ Please report bugs via the
11
10
The main repo:
12
11
13
12
``` bash
14
- git clone git ://github.com/haskell/text.git
13
+ git clone https ://github.com/haskell/text
15
14
```
16
15
17
16
To run benchmarks please clone and unpack test files:
18
17
19
18
``` bash
20
- git clone https://github.com/bos/text-test-data benchmarks/text-test-data
21
- cd benchmarks/text-test-data
22
- make
19
+ git clone https://github.com/haskell/text-test-data benchmarks/text-test-data
20
+ make -Cbenchmarks/text-test-data
23
21
```
24
22
25
23
# Authors
You can’t perform that action at this time.
0 commit comments