name: fsnotify-conduit
version: 0.1.0.0
synopsis: Get filesystem notifications as a stream of events
description: Please see README.md
homepage: https://github.com/fpco/fsnotify-conduit#readme
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: michael@snoyman.com
copyright: 2016 FP Complete
category: Data, Conduit
build-type: Simple
extra-source-files: README.md ChangeLog.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Data.Conduit.FSNotify
build-depends: base >= 4.7 && < 5
, conduit
, directory
, filepath
, fsnotify
, resourcet
, transformers
default-language: Haskell2010
test-suite fsnotify-conduit-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: Data.Conduit.FSNotifySpec
build-depends: base
, async
, conduit
, directory
, filepath
, fsnotify-conduit
, hspec
, resourcet
, temporary
, transformers
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/fpco/fsnotify-conduit