regex-pcre-text 0.94.0.0 → 0.94.0.1
raw patch · 4 files changed
+23/−13 lines, 4 files
Files
- Text/Regex/PCRE/Text.hs +7/−6
- Text/Regex/PCRE/Text/Lazy.hs +7/−6
- changelog +7/−0
- regex-pcre-text.cabal +2/−1
Text/Regex/PCRE/Text.hs view
@@ -2,22 +2,23 @@ {-# OPTIONS_GHC -fno-warn-orphans #-} module Text.Regex.PCRE.Text- -- ** Types- ( Regex+ (+ -- * Types+ Regex , MatchOffset , MatchLength , CompOption(CompOption) , ExecOption(ExecOption) , ReturnCode , WrapError- -- ** Miscellaneous+ -- * Miscellaneous , unusedOffset , getVersion- -- ** Medium level API functions+ -- * Medium level API functions , compile , execute , regexec- -- ** CompOption flags+ -- * CompOption flags , compBlank , compAnchored , compAutoCallout@@ -32,7 +33,7 @@ , compUngreedy , compUTF8 , compNoUTF8Check- -- ** ExecOption flags+ -- * ExecOption flags , execBlank , execAnchored , execNotBOL
Text/Regex/PCRE/Text/Lazy.hs view
@@ -2,22 +2,23 @@ {-# OPTIONS_GHC -fno-warn-orphans #-} module Text.Regex.PCRE.Text.Lazy- -- ** Types- ( Regex+ (+ -- * Types+ Regex , MatchOffset , MatchLength , CompOption(CompOption) , ExecOption(ExecOption) , ReturnCode , WrapError- -- ** Miscellaneous+ -- * Miscellaneous , unusedOffset , getVersion- -- ** Medium level API functions+ -- * Medium level API functions , compile , execute , regexec- -- ** CompOption flags+ -- * CompOption flags , compBlank , compAnchored , compAutoCallout@@ -32,7 +33,7 @@ , compUngreedy , compUTF8 , compNoUTF8Check- -- ** ExecOption flags+ -- * ExecOption flags , execBlank , execAnchored , execNotBOL
+ changelog view
@@ -0,0 +1,7 @@+-*-change-log-*-++0.94.0.1 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-03+ * Fix Haddocks++0.94.0.0 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-02+ * Initial release
regex-pcre-text.cabal view
@@ -1,5 +1,5 @@ Name: regex-pcre-text-Version: 0.94.0.0+Version: 0.94.0.1 Synopsis: Text-based PCRE API for regex-base Description: The PCRE/Text backend to accompany regex-base; needs regex-pcre and regex-tdfa-text@@ -16,6 +16,7 @@ Extra-Source-Files: README.markdown+ changelog Cabal-Version: >= 1.10