Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
text
Commits
cdad80f3
Commit
cdad80f3
authored
Mar 17, 2021
by
Bodigrim
Browse files
Update README
parent
b5c01a8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.markdown
View file @
cdad80f3
# `text`: Fast, packed Unicode strings, using stream fusion
# `text`: Fast, packed Unicode strings, using stream fusion
[](https://hackage.haskell.org/package/text)
This package provides the Data.Text library, a library for the space-
and time-efficient manipulation of Unicode text in Haskell.
**Please refer to the [package description on Hackage](https://hackage.haskell.org/package/text#description) for more information.**
# Get involved!
Please report bugs via the
[
github issue tracker
](
https://github.com/haskell/text/issues
)
.
Master
[
git repository
](
https://github.com/haskell/text
)
:
The main repo:
```
bash
git clone git://github.com/haskell/text.git
```
*
`git clone git://github.com/haskell/text.git`
To run benchmarks please clone and unpack test files:
To run benchmarks please clone and unpack
[
test files
](
https://github.com/bos/text-test-data
)
into
`benchmarks/text-test-data`
.
```
bash
git clone https://github.com/bos/text-test-data benchmarks/text-test-data
cd
benchmarks/text-test-data
make
```
# Authors
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment