fsutils-0.1.2: fsutils.cabal
-- Initial fsutils.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: fsutils
version: 0.1.2
synopsis: File system utilities for Haskell that are missing from built in libraries.
description: A collection of file system utilities such as recursive walks and file listings
that I couldn't find nice solutions for elsewhere.
homepage: https://github.com/Raynes/fsutils
license: MIT
license-file: LICENSE
author: Anthony Grimes
maintainer: i@raynes.me
-- copyright:
category: System
build-type: Simple
cabal-version: >=1.8
library
hs-source-dirs: src
exposed-modules: System.Path
-- other-modules:
build-depends: base >= 4.5 && < 4.7,
filepath ==1.3.0.*, directory >=1.1.0 && < 1.3
source-repository head
type: git
location: https://github.com/Raynes/fsutils