pathwalk-0.1.1.0: pathwalk.cabal
name: pathwalk
version: 0.1.1.0
synopsis: Path walking utilities for Haskell programs
description: Simple directory tree walking utilities.
license: PublicDomain
license-file: LICENSE
author: Christine Dodrill
maintainer: xena@yolo-swag.com
category: System
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/Xe/pathwalk
library
exposed-modules: System.Directory.PathWalk
build-depends: base >=4.6 && <4.7, directory >=1.2 && <1.3, filepath >=1.3 && <1.4
hs-source-dirs: src
default-language: Haskell2010