module Text.Regex.PCRE2(getVersion_Text_Regex_PCRE2
,module Text.Regex.Base
,module Text.Regex.PCRE2.Wrap) where
import Prelude hiding (fail)
import Text.Regex.PCRE2.Wrap(
Regex, CompOption(CompOption), MatchOption(MatchOption),
(=~), (=~~),
unusedOffset, getNumSubs, getVersion,
compBlank, compAnchored, compEndAnchored, compAllowEmptyClass,
compAltBSUX, compAltExtendedClass, compAltVerbnames,
compAutoCallout, compCaseless, compDollarEndOnly, compDotAll,
compDupNames, compExtended, compExtendedMore, compFirstLine,
compLiteral, compMatchUnsetBackref, compMultiline,
compNeverBackslashC, compNoAutoCapture, compNoAutoPossess,
compNoDotstarAnchor, compNoUTFCheck, compUngreedy, compUTF,
matchBlank, matchAnchored, matchCopyMatchedSubject,
matchDisableRecurseLoopCheck, matchEndAnchored, matchNotBOL,
matchNotEOL, matchNotEmpty, matchNotEmptyAtStart,
matchNoUTFCheck, matchPartialHard, matchPartialSoft)
import Text.Regex.PCRE2.String()
import Text.Regex.PCRE2.Sequence()
import Text.Regex.PCRE2.ByteString()
import Text.Regex.PCRE2.ByteString.Lazy()
import Data.Version(Version(..))
import Text.Regex.Base
import qualified Paths_regex_pcre2
getVersion_Text_Regex_PCRE2 :: Version
getVersion_Text_Regex_PCRE2 :: Version
getVersion_Text_Regex_PCRE2 = Version
Paths_regex_pcre2.version