fsutils-0.1.1: fsutils.cabal
-- Initial fsutils.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: fsutils
version: 0.1.1
synopsis: File system utilities for Haskell that are missing from built in libraries.
-- description:
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