cabal-version: 1.18 name: par-traverse version: 0.2.0.0 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2019 Vanessa McHale maintainer: vamchale@gmail.com author: Vanessa McHale synopsis: Traverse a directory in parallel description: Concurrent directory traversals in Haskell using [parallel-io](http://hackage.haskell.org/package/parallel-io) category: System, Directory, Parallel, Concurrent build-type: Simple extra-doc-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/vmchale/phash subdir: par-traverse library exposed-modules: System.Directory.Parallel hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall build-depends: base >=4.8 && <5, parallel-io -any, directory >=1.2.5.0, filepath -any if impl(ghc >=8.0) ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Widentities if impl(ghc >=8.4) ghc-options: -Wmissing-export-lists