packages feed

regex-pderiv 0.1.2 → 0.1.3

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

regex-pderiv.cabal view
@@ -1,5 +1,5 @@ Name:                   regex-pderiv-Version:                0.1.2+Version:                0.1.3 License:                BSD3 License-File:           LICENSE Copyright:              Copyright (c) 2010-2012, Kenny Zhuo Ming Lu and Martin Sulzmann@@ -8,8 +8,8 @@ Stability:              Beta Homepage:               http://code.google.com/p/xhaskell-library/ Package-URL:            http://darcs.haskell.org/packages/regex-unstable/xhaskell-library-Synopsis:               Replaces/Enhances Text.Regex. Implementing regular expression matching using Antimirov's partial derivatives. The svn source also shipped with two other referential implementations, e.g. Thomspon NFA and Glushkov NFA. For more detail please check out http://code.google.com/p/xhaskell-library/-Description:            Regex algorithm implementation using partial derivatives+Synopsis:               Replaces/Enhances Text.Regex. Implementing regular expression matching using Antimirov's partial derivatives. +Description:            Regex algorithm implementation using partial derivatives. The svn source also shipped with two other referential implementations, e.g. Thomspon NFA and Glushkov NFA. For more detail please check out http://code.google.com/p/xhaskell-library/ Category:               Text Tested-With:            GHC Build-Type:             Simple