This project is mirrored from https://github.com/haskell/text.
Pull mirroring updated .
- Apr 06, 2019
-
-
Ben Gamari authored
-
- Nov 08, 2018
-
-
Due to a bug in ghc, some unused imports do not yield warnings. This commit will remove such unused imports in preparation for the ghc bug fix (see https://ghc.haskell.org/trac/ghc/ticket/13064).
-
- Sep 19, 2018
-
-
- Aug 28, 2018
-
-
This also also makes the testsuite compatible w/ QC 2.10 and consequently closes #211 and #212
-
Herbert Valerio Riedel authored
This also describes the gh-231 related wart
-
Herbert Valerio Riedel authored
This needs to be reverted (or rather inverted) once gh-231 is resolved
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
- Aug 27, 2018
-
-
Herbert Valerio Riedel authored
Addresses #227 and #221
-
- Aug 22, 2018
-
-
Ben Gamari authored
Fixes #221.
-
Ben Gamari authored
-
Ben Gamari authored
This fixes #227.
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
Sadly GHC croaks due to GHC #15436.
-
Ben Gamari authored
-
Ben Gamari authored
-
- Aug 01, 2018
-
-
Herbert Valerio Riedel authored
-
-
- Mar 04, 2018
-
-
Herbert Valerio Riedel authored
-
- Dec 29, 2017
-
-
Herbert Valerio Riedel authored
This is long-standing issue's existence goes back to `text-0.10`. This commit is a short-term stop-gap measure turning unsafe undefined behaviour into an explicit `error` exception (and thus fail non-silently) which given the longevity of this issue seems to be a sensible course of action. This commit includes a lengthy source code comment explaining the issue as well as potential strategies for future work on maximising the definedness of `decodeUtf8With`, i.e. support the full range of replacement-characters. This future work which will be tracked by gh-213.
-
- Dec 27, 2017
-
-
Herbert Valerio Riedel authored
After so many years, I think it's fair to say that `Data.Text`'s API is not "experimental" anymore... ;-) `.Internal` modules however, are not "stable".
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
The entries for the 1.2.3.0 release have been reordered according to their importance. The version numbers follow the same heading style as `aeson`'s changelog (i.e. heading level matches severity of version bump)
-
Herbert Valerio Riedel authored
And rewrap/wiggle the Haddock markup while at it. This is a follow-up to c91dedad
-
add a target for git and update docs
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
Also, be more specific about where we expect generated files to show up.
-
Herbert Valerio Riedel authored
-
Add examples for map, intercalate and intersperse, transpose, reverse
-
Herbert Valerio Riedel authored
This updates/tweaks the description texts and also adds missing the missing `*-modules` to the test-suite stanza whose lack was causing GHC warnings and confuse cabal's dependency tracking.
-
Herbert Valerio Riedel authored
Follow-up to 589af770
-
-
- Dec 23, 2017
-
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
Also add note about when `Array`/`MArray` constructors were exposed (c.f. 9ea72a04)
-
Herbert Valerio Riedel authored
...and also add a few missing haddock strings while at it.
-