This project is mirrored from https://github.com/haskell/text.
Pull mirroring updated .
- 21 Jun, 2021 3 commits
- 10 Jun, 2021 4 commits
- 29 May, 2021 2 commits
-
-
dependabot[bot] authored
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Bodigrim authored
* Tests: replace unsquare with a shrinkable newtype * Tests: do not depend on quickcheck-unicode * Refactor most of remaining forAll * Refactor t_utf8_err to report more information about counterexamples
-
- 25 May, 2021 7 commits
- 22 May, 2021 2 commits
-
-
Bodigrim authored
-
At the beginning of a new chunk we may be trying to complete a UTF-8 sequence started in the previous chunk (contained in the `undecode0` buffer). If it turns out to be invalid, we must apply the `onErr` handler to every character in that buffer. When we reach the end of the chunk, we must also be more careful about when to keep the previous buffer: a UTF-8 sequence (up to 4 bytes) can span more than two chunks, when those chunks are very short (of length 0, 1, or 2).
-
- 12 May, 2021 4 commits
-
-
Bodigrim authored
* Support only GHC >= 8.0 * Fix a build warning * Make integer-simple flag redundant
-
Xia Li-yao authored
-
dependabot[bot] authored
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 1.2.1. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v1...v1.2.1 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 08 May, 2021 6 commits
- 26 Apr, 2021 1 commit
-
-
Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from v0.1.3 to v0.1.4. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/v0.1.3...e75f5171b3694d92b82ee5eb9a859ce31a0a548e ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 25 Apr, 2021 4 commits
-
-
Co-authored-by:
Kubo Kováč <733205+kuk0@users.noreply.github.com>
-
-
-
-
- 13 Apr, 2021 1 commit
-
-
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 11 Apr, 2021 5 commits
-
-
dependabot[bot] authored
Updates the requirements on [actions/cache](https://github.com/actions/cache) to permit the latest version. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/commits/26968a09c0ea4f3e233fdddbafd1166051a095f6 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
-
-
It turns out that all uses of withForeignPtr can safely use unsafeWithForeignPtr.
-
- 31 Mar, 2021 1 commit
-
-
Xia Li-yao authored
-