regex-tdfa 1.1.6 → 1.1.7
raw patch · 1 files changed
+4/−3 lines, 1 files
Files
- regex-tdfa.cabal +4/−3
regex-tdfa.cabal view
@@ -1,5 +1,5 @@ Name: regex-tdfa-Version: 1.1.6+Version: 1.1.7 -- 0.99.4 tests pnonempty' = \ p -> POr [ PEmpty, p ] instead of PNonEmpty -- 0.99.5 remove PNonEmpty constructor -- 0.99.6 change to nested nonEmpty calls for PBound@@ -44,14 +44,15 @@ -- 1.1.4 fixed -- 1.1.5 try needUniqTags in POr in CorePattern.hs, try (toAdvice b) for PStar child -- 1.1.6 Fix bug preventing []] [-] [^]] [^-] (thanks to Maxime Henrion)+-- 1.1.7 fix url below License: BSD3 License-File: LICENSE Copyright: Copyright (c) 2007, Christopher Kuklewicz Author: Christopher Kuklewicz Maintainer: TextRegexLazy@personal.mightyreason.com Stability: Seems to work, but not POSIX yet-Homepage: http://sourceforge.net/projects/lazy-regex-Package-URL: http://darcs.haskell.org/packages/regex-unstable/regex-tdfa/+Homepage: http://hackage.haskell.org/package/regex-tdfa+Package-URL: http://code.haskell.org/regex-tdfa/ Synopsis: Replaces/Enhances Text.Regex Description: A new all Haskell "tagged" DFA regex engine, inspired by libtre Category: Text