name:                 stringsearch
version:              0.3.6.6
visibility:           public
id:                   stringsearch-0.3.6.6-5CQRWmK8rzUDEHXfKf8oiC
key:                  stringsearch-0.3.6.6-5CQRWmK8rzUDEHXfKf8oiC
license:              BSD-3-Clause
copyright:
    (c) 2007-2011
    Daniel Fischer, Chris Kuklewicz, Justin Bailey

maintainer:           daniel.is.fischer@googlemail.com
author:               Daniel Fischer, Chris Kuklewicz, Justin Bailey
homepage:             https://bitbucket.org/dafis/stringsearch
synopsis:             Fast searching, splitting and replacing of ByteStrings
description:
    This package provides several functions to quickly
    search for substrings in strict or lazy ByteStrings.
    It also provides functions for breaking or splitting
    on substrings and replacing all occurrences of a
    substring (the first in case of overlaps) with another.
    GHC before 6.10 are no longer supported, other compilers
    only if they support BangPatterns. If you need it to
    work with other compilers, send a feature request.

category:             Text, Search
abi:                  8ff6aa3d009d18b029d2d38c5f50812d
exposed:              True
exposed-modules:
    Data.ByteString.Lazy.Search Data.ByteString.Lazy.Search.DFA
    Data.ByteString.Lazy.Search.KMP
    Data.ByteString.Lazy.Search.KarpRabin Data.ByteString.Search
    Data.ByteString.Search.BoyerMoore Data.ByteString.Search.DFA
    Data.ByteString.Search.KMP Data.ByteString.Search.KarpRabin
    Data.ByteString.Search.KnuthMorrisPratt
    Data.ByteString.Search.Substitution

hidden-modules:
    Data.ByteString.Search.Internal.BoyerMoore
    Data.ByteString.Search.Internal.KnuthMorrisPratt
    Data.ByteString.Search.Internal.Utils
    Data.ByteString.Lazy.Search.Internal.BoyerMoore

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/stringsearch-0.3.6.6-5CQRWmK8rzUDEHXfKf8oiC

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/stringsearch-0.3.6.6-5CQRWmK8rzUDEHXfKf8oiC

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/stringsearch-0.3.6.6-5CQRWmK8rzUDEHXfKf8oiC

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/stringsearch-0.3.6.6

hs-libraries:         HSstringsearch-0.3.6.6-5CQRWmK8rzUDEHXfKf8oiC
depends:
    array-0.5.6.0-inplace base-4.19.1.0-inplace
    bytestring-0.12.1.0-inplace containers-0.6.8-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/stringsearch-0.3.6.6/html/stringsearch.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/stringsearch-0.3.6.6/html
