name: filesystem-enumerator
version: 0.1.1
license: MIT
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>, Michael Snoyman <michael@snoyman.com>
maintainer: John Millikin< jmillikin@gmail.com>
build-type: Simple
cabal-version: >= 1.6
category: System, Enumerator
stability: experimental
homepage: https://john-millikin.com/software/haskell-filesystem/
bug-reports: mailto:jmillikin@gmail.com
synopsis: Enumerator-based API for manipulating the filesystem.
description:
source-repository head
type: bazaar
location: https://john-millikin.com/branches/filesystem-enumerator/0.1/
source-repository this
type: bazaar
location: https://john-millikin.com/branches/filesystem-enumerator/0.1/
tag: filesystem-enumerator_0.1.1
library
ghc-options: -Wall -O2
hs-source-dirs: lib
build-depends:
base >= 4.1 && < 5.0
, enumerator >= 0.4 && < 0.5
, system-filepath >= 0.4 && < 0.5
, system-fileio >= 0.3 && < 0.4
, transformers >= 0.2
if os(windows)
cpp-options: -DCABAL_OS_WINDOWS
build-depends: Win32
else
build-depends: unix
exposed-modules:
Filesystem.Enumerator