Skip to content

Commit

Permalink
hs-regex-tdfa: update to 1.3.2.
Browse files Browse the repository at this point in the history
### 1.3.2

_2022-07-18, Andreas Abel_

- Export `decodePatternSet` and `decodeCharacterClass` from `Text.Regex.TDFA.Pattern`
  ([#16](haskell-hvr/regex-tdfa#16))
- Extend and correct docs for `Pattern` module
- Tested with GHC 7.4 - 9.4

### 1.3.1.5

_2022-07-18, Andreas Abel_

- Allow dash (`-`) as start of a range, e.g. `[--z]`
  ([#1](haskell-hvr/regex-tdfa#1),
  [#45](haskell-hvr/regex-tdfa#45))
- Tested with GHC 7.4 - 9.4

### 1.3.1.4

_2022-07-17, Andreas Abel_

- Fix parsing of dashes in bracket expressions, e.g. `[-a-z]` ([#1](haskell-hvr/regex-tdfa#1))
- Fix a deprecation warning except for on GHC 8.2 ([#21](haskell-hvr/regex-tdfa#21))
- Documentation: link `defaultComptOpt` to its definition  ([#13](haskell-hvr/regex-tdfa#13))
- Verify documentation examples with new `doc-test` testsuite
- Tested with GHC 7.4 - 9.4

### 1.3.1.3

_2022-07-14, Andreas Abel_

- Fix an `undefined` in `Show PatternSet` ([#37](haskell-hvr/regex-tdfa#37))
- Document POSIX character classes (e.g. `[[:digit:]]`) in README
- Tested with GHC 7.4 - 9.4

### 1.3.1.2 Revision 1

_2022-05-25, Andreas Abel_

- Allow `base >= 4.17` (GHC 9.4)

### 1.3.1.2

_2022-02-19, Andreas Abel_
- No longer rely on the `MonadFail` instance for `ST`
  (future `base` library change, see [#29](haskell-hvr/regex-tdfa#29)).
- Silence warning `incomplete-uni-patterns` (GHC >= 9.2).
- Import from `Data.List` explicitly or qualified (warning `compat-unqualified-imports`).
- Import from `Control.Monad` to allow `mtl-2.3` in its `rc3` incarnation.
  • Loading branch information
0-wiz-0 committed Aug 18, 2022
1 parent 11cb3d2 commit a357b52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
5 changes: 2 additions & 3 deletions textproc/hs-regex-tdfa/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.7 2022/02/26 03:58:30 pho Exp $
# $NetBSD: Makefile,v 1.8 2022/08/18 19:07:53 wiz Exp $

DISTNAME= regex-tdfa-1.3.1.1
PKGREVISION= 2
DISTNAME= regex-tdfa-1.3.2
CATEGORIES= textproc

MAINTAINER= pho@cielonegro.org
Expand Down
9 changes: 4 additions & 5 deletions textproc/hs-regex-tdfa/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.5 2022/02/11 09:14:02 pho Exp $
$NetBSD: distinfo,v 1.6 2022/08/18 19:07:53 wiz Exp $

BLAKE2s (regex-tdfa-1.3.1.1.tar.gz) = 9fbcd789f9fe4694e3da92828e41a5efcad8b8dd9db6e1f3eb8b43bd1c706266
SHA512 (regex-tdfa-1.3.1.1.tar.gz) = d90461dd142602ee392e8861d6a44a15b59ffae9ed9aae150aa0f27245f04839da46ed3c8cb87e11f8c35ff017b0a596e2874b6a1ec653452a2fab3ee1f83b4e
Size (regex-tdfa-1.3.1.1.tar.gz) = 78057 bytes
SHA1 (patch-regex-tdfa.cabal) = 12fa52e782fc2019ce47bdb452805fbc078362b0
BLAKE2s (regex-tdfa-1.3.2.tar.gz) = 46376cc0cd6fa6def6670472e6a6d892e2fde0740b2093d134ead8d59a9a8e31
SHA512 (regex-tdfa-1.3.2.tar.gz) = 88bbf8f4d7ac15fb85c899bdeb8f8556c7a284075bf2b600051f529f0e2109dcda6ba74fc95969b824cfb03f00a9eb47e9c375c70b1b9e17096c95acbe517168
Size (regex-tdfa-1.3.2.tar.gz) = 82839 bytes
15 changes: 0 additions & 15 deletions textproc/hs-regex-tdfa/patches/patch-regex-tdfa.cabal

This file was deleted.

0 comments on commit a357b52

Please sign in to comment.