packages feed

fsutils-0.1.0: fsutils.cabal

-- Initial fsutils.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                fsutils
version:             0.1.0
synopsis:            File system utilities for Haskell that are missing from built in libraries.
description:         A collection of file system utilities such as recursive
                     directory walks and listings.
homepage:            https://github.com/Raynes/fsutils
license:             MIT
license-file:        LICENSE
author:              Anthony Grimes
maintainer:          i@raynes.me
category:            System
build-type:          Simple
cabal-version:       >=1.8

library
  hs-source-dirs:    src
  exposed-modules:   System.Path     
  build-depends:     base ==4.5.*, filepath ==1.3.0.*, directory ==1.1.0.*

source-repository head
  type:              git
  location:          https://github.com/Raynes/fsutils