name:                 filepattern
version:              0.1.3
visibility:           public
id:                   filepattern-0.1.3-87gW85imcRl63z7BJuzR48
key:                  filepattern-0.1.3-87gW85imcRl63z7BJuzR48
license:              BSD-3-Clause
copyright:            Neil Mitchell 2011-2022
maintainer:           Neil Mitchell <ndmitchell@gmail.com>
author:
    Neil Mitchell <ndmitchell@gmail.com>, Evan Rutledge Borden <evan@evan-borden.com>

homepage:             https://github.com/ndmitchell/filepattern#readme
synopsis:             File path glob-like matching
description:
    A library for matching files using patterns such as @\"src\/**\/*.png\"@ for all @.png@ files
    recursively under the @src@ directory. Features:

    * All matching is /O(n)/. Most functions precompute some information given only one argument.

    * See "System.FilePattern" and @?==@ simple matching and semantics.

    * Use @match@ and @substitute@ to extract suitable
    strings from the @*@ and @**@ matches, and substitute them back into other patterns.

    * Use @step@ and @matchMany@ to perform bulk matching
    of many patterns against many paths simultaneously.

    * Use "System.FilePattern.Directory" to perform optimised directory traverals using patterns.

    Originally taken from the <https://hackage.haskell.org/package/shake Shake library>.

category:             Development, FilePath
abi:                  16f0e73db5794eb5ab11669370f2e434
exposed:              True
exposed-modules:      System.FilePattern System.FilePattern.Directory
hidden-modules:
    System.FilePattern.Core System.FilePattern.ListBy
    System.FilePattern.Monads System.FilePattern.Step
    System.FilePattern.Tree System.FilePattern.Wildcard

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/filepattern-0.1.3-87gW85imcRl63z7BJuzR48

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/filepattern-0.1.3-87gW85imcRl63z7BJuzR48

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/filepattern-0.1.3-87gW85imcRl63z7BJuzR48

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/filepattern-0.1.3
hs-libraries:         HSfilepattern-0.1.3-87gW85imcRl63z7BJuzR48
depends:
    base-4.20.0.0-inplace directory-1.3.8.3-inplace
    extra-1.8-CqLOOjzw4Y52tnO6v2n00A filepath-1.5.2.0-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/filepattern-0.1.3/html/filepattern.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/filepattern-0.1.3/html
