name: filepath-io-access version: 0.1.0.0 synopsis: IO Access for filepath -- description: license: GPL-2 license-file: LICENSE author: Aaron Stevens maintainer: bheklilr2@gmail.com category: Development build-type: Simple cabal-version: >=1.10 extra-source-files: README.md source-repository head type: git location: git://github.com/bheklilr/filepath-io-access.git library exposed-modules: Access.System.FilePath, Access.System.FilePath.Posix, Access.System.FilePath.Windows build-depends: base >=4.6 && <4.7, filepath >=1.0 && <2.0, base-io-access == 0.3.* default-language: Haskell2010