name:                 regex-tdfa
version:              1.3.2.2
visibility:           public
id:                   regex-tdfa-1.3.2.2-BlOJqBpnr0V8sEs0zpLfLd
key:                  regex-tdfa-1.3.2.2-BlOJqBpnr0V8sEs0zpLfLd
license:              BSD-3-Clause
copyright:            Copyright (c) 2007-2009, Christopher Kuklewicz
maintainer:           Andreas Abel
author:               Christopher Kuklewicz
homepage:             https://wiki.haskell.org/Regular_expressions
synopsis:
    Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)

description:
    This package provides a pure Haskell \"Tagged\" DFA regex engine for <//hackage.haskell.org/package/regex-base regex-base>. This implementation was inspired by the algorithm (and Master's thesis) behind the regular expression library known as <https://github.com/laurikari/tre/ TRE or libtre>.

    Please consult the "Text.Regex.TDFA" module for API documentation including a tutorial with usage examples;
    see also <https://wiki.haskell.org/Regular_expressions> for general information about regular expression support in Haskell.

category:             Text
abi:                  fde956a4578740648bc6971331cb0709
exposed:              True
exposed-modules:
    Data.IntMap.CharMap2 Data.IntMap.EnumMap2 Data.IntSet.EnumSet2
    Text.Regex.TDFA Text.Regex.TDFA.ByteString
    Text.Regex.TDFA.ByteString.Lazy Text.Regex.TDFA.Common
    Text.Regex.TDFA.CorePattern Text.Regex.TDFA.IntArrTrieSet
    Text.Regex.TDFA.NewDFA.Engine Text.Regex.TDFA.NewDFA.Engine_FA
    Text.Regex.TDFA.NewDFA.Engine_NC
    Text.Regex.TDFA.NewDFA.Engine_NC_FA Text.Regex.TDFA.NewDFA.MakeTest
    Text.Regex.TDFA.NewDFA.Tester Text.Regex.TDFA.NewDFA.Uncons
    Text.Regex.TDFA.Pattern Text.Regex.TDFA.ReadRegex
    Text.Regex.TDFA.Sequence Text.Regex.TDFA.String
    Text.Regex.TDFA.TDFA Text.Regex.TDFA.TNFA Text.Regex.TDFA.Text
    Text.Regex.TDFA.Text.Lazy

hidden-modules:       Paths_regex_tdfa
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/regex-tdfa-1.3.2.2-BlOJqBpnr0V8sEs0zpLfLd

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/regex-tdfa-1.3.2.2-BlOJqBpnr0V8sEs0zpLfLd

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/regex-tdfa-1.3.2.2-BlOJqBpnr0V8sEs0zpLfLd

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/regex-tdfa-1.3.2.2
hs-libraries:         HSregex-tdfa-1.3.2.2-BlOJqBpnr0V8sEs0zpLfLd
depends:
    array-0.5.7.0-inplace base-4.20.0.0-inplace
    bytestring-0.12.1.0-inplace containers-0.7-inplace
    mtl-2.3.1-inplace parsec-3.1.17.0-inplace
    regex-base-0.94.0.2-6Ytf6SiR2ap3pO4z5eayg4 text-2.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/regex-tdfa-1.3.2.2/html/regex-tdfa.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/regex-tdfa-1.3.2.2/html
