-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 31761034262a3c9b9dc0b6e339f582c495fba2514bb3afa21f170fceff1da07f name: fsnotify-conduit version: 0.1.1.1 synopsis: Get filesystem notifications as a stream of events description: Please see the README and docs at 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