packages feed

rex 0.4.1 → 0.4.2

raw patch · 3 files changed

+2/−5 lines, 3 files

Files

CHANGES.md view
@@ -19,7 +19,7 @@ ----------------   * Made configuration into a datatype. -0.4.1: Feb 4 2013+0.4.2: Feb 4 2013 ------------------   * Precompilation bugs fixed by [takano-akio](https://github.com/takano-akio)!     Now precompilation is on by default.
Text/Regex/PCRE/Rex.hs view
@@ -22,9 +22,6 @@ -- 4) Precompiles the regular expression at compile time, by calling into the -- PCRE library and storing a 'ByteString' literal representation of its state. ----- NOTE: for some unknown reason this feature is currently broken, and so off by--- default.--- -- 5) Compile-time configurable to use different PCRE options, turn off -- precompilation, use 'ByteString's, or set a default mapping expression. --
rex.cabal view
@@ -1,5 +1,5 @@ Name:                rex-Version:             0.4.1+Version:             0.4.2 Synopsis:            A quasi-quoter for typeful results of regex captures. Description:         Provides a quasi-quoter for regular expressions which                      yields a tuple, of appropriate arity and types,