cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: hinotify-conduit version: 0.1.0.0 x-revision: 2 synopsis: inotify conduit sources description: Please see the README on GitHub at category: System,Conduit homepage: https://github.com/j1r1k/hinotify-conduit#readme bug-reports: https://github.com/j1r1k/hinotify-conduit/issues author: Jiri Marsicek maintainer: jiri.marsicek@gmail.com copyright: 2021 Jiri Marsicek license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/j1r1k/hinotify-conduit library exposed-modules: Data.Conduit.INotify other-modules: Paths_hinotify_conduit hs-source-dirs: src build-depends: base >=4.9 && <5, bytestring >=0.10.12.0, conduit >=1.3.4.1, filepath-bytestring >=1.4.2.1.8, hinotify >=0.4.1, mtl >=2.2.2, resourcet >=1.2.4.3, stm >=2.5.0.0, stm-chans >=3.0.0.4, stm-conduit >=4.0.1 default-language: Haskell2010 test-suite hinotify-conduit-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_hinotify_conduit hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring , conduit , filepath-bytestring , hinotify , hinotify-conduit , mtl , resourcet , stm , stm-chans , stm-conduit default-language: Haskell2010