Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
text
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
text
Commits
75379d95
Commit
75379d95
authored
11 years ago
by
bos
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 1.0.0.0, add changelog
parent
3485cb38
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog
+16
-0
16 additions, 0 deletions
changelog
text.cabal
+3
-11
3 additions, 11 deletions
text.cabal
with
19 additions
and
11 deletions
changelog
0 → 100644
+
16
−
0
View file @
75379d95
1.0.0.0
* Added support for Unicode 6.3.0 to case conversion functions
* New function toTitle converts words in a string to title case
* New functions peekCStringLen and withCStringLen simplify
interoperability with C functionns
* Added support for decoding UTF-8 in stream-friendly fashion
* Fixed a bug in mapAccumL
* Added trusted Haskell support
* Removed support for GHC 6.10 (released in 2008) and older
This diff is collapsed.
Click to expand it.
text.cabal
+
3
−
11
View file @
75379d95
name: text
version:
0.11.4
.0
version:
1.0.0
.0
homepage: https://github.com/bos/text
bug-reports: https://github.com/bos/text/issues
synopsis: An efficient packed Unicode text type.
...
...
@@ -30,16 +30,7 @@ description:
non-standard encodings, text breaking, and locales), see
the @text-icu@ package:
<http://hackage.haskell.org/package/text-icu>
.
—— RELEASE NOTES ——
.
Changes in 0.11.2.0:
.
* String literals are now converted directly from the format in
which GHC stores them into 'Text', without an intermediate
transformation through 'String', and without inlining of
conversion code at each site where a string literal is declared.
.
license: BSD3
license-file: LICENSE
author: Bryan O'Sullivan <bos@serpentine.com>
...
...
@@ -59,6 +50,7 @@ extra-source-files:
benchmarks/python/*.py
benchmarks/ruby/*.rb
benchmarks/text-benchmarks.cabal
changelog
scripts/*.hs
tests-and-benchmarks.markdown
tests/*.hs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment