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)
22
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.
54
65# Get involved!
76
@@ -11,15 +10,14 @@ Please report bugs via the
1110The main repo:
1211
1312``` bash
14- git clone git ://github.com/haskell/text.git
13+ git clone https ://github.com/haskell/text
1514```
1615
1716To run benchmarks please clone and unpack test files:
1817
1918``` 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
2321```
2422
2523# Authors
You can’t perform that action at this time.
0 commit comments