name:                 filepattern
version:              0.1.3
visibility:           public
id:                   filepattern-0.1.3-1amhrWmG0PR2jgsvDwwxK9
key:                  filepattern-0.1.3-1amhrWmG0PR2jgsvDwwxK9
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:                  3e2e8f00c0c6302cef5e80f9e2a44618
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.8.2/filepattern-0.1.3-1amhrWmG0PR2jgsvDwwxK9

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/filepattern-0.1.3-1amhrWmG0PR2jgsvDwwxK9

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/filepattern-0.1.3-1amhrWmG0PR2jgsvDwwxK9

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/filepattern-0.1.3
hs-libraries:         HSfilepattern-0.1.3-1amhrWmG0PR2jgsvDwwxK9
depends:
    base-4.19.1.0-inplace directory-1.3.8.1-inplace
    extra-1.7.14-HYAkpjusLOYH0BibJYI1pJ filepath-1.4.200.1-inplace

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

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