-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 7accb0cba2e3643d87a44e09c02d45c84caa55dd58836921394d14abd17f4c16
name: fsnotify-conduit
version: 0.1.1.0
synopsis: Get filesystem notifications as a stream of events
description: Please see the README and docs at <https://www.stackage.org/package/fsnotify-conduit>
category: Data, Conduit
homepage: https://github.com/fpco/fsnotify-conduit#readme
bug-reports: https://github.com/fpco/fsnotify-conduit/issues
author: Michael Snoyman
maintainer: michael@snoyman.com
copyright: 2016-2018 FP Complete
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/fpco/fsnotify-conduit
library
exposed-modules:
Data.Conduit.FSNotify
other-modules:
Paths_fsnotify_conduit
hs-source-dirs:
src
build-depends:
base >=4.9 && <5
, conduit >=1.2.8
, directory
, filepath
, fsnotify >=0.2.1
, resourcet
, transformers
default-language: Haskell2010
test-suite fsnotify-conduit-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Data.Conduit.FSNotifySpec
Paths_fsnotify_conduit
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.9 && <5
, conduit >=1.2.8
, directory
, filepath
, fsnotify >=0.2.1
, fsnotify-conduit
, hspec
, resourcet
, temporary
, transformers
default-language: Haskell2010