packages feed

hinotify-conduit-0.1.0.1: hinotify-conduit.cabal

cabal-version:      1.12
name:               hinotify-conduit
version:            0.1.0.1
license:            BSD3
license-file:       LICENSE
copyright:          2021 Jiri Marsicek
maintainer:         jiri.marsicek@gmail.com
author:             Jiri Marsicek
homepage:           https://github.com/j1r1k/hinotify-conduit#readme
bug-reports:        https://github.com/j1r1k/hinotify-conduit/issues
synopsis:           inotify conduit sources
description:
    Please see the README on GitHub at <https://github.com/j1r1k/hinotify-conduit#readme>

category:           System,Conduit
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
    hs-source-dirs:   src
    other-modules:    Paths_hinotify_conduit
    default-language: Haskell2010
    ghc-options:      -Wall
    build-depends:
        base >=4.9 && <5,
        bytestring >=0.10.12.0,
        conduit >=1.3.4.1,
        containers >=0.6.2.1,
        directory >=1.3.6.0,
        filepath >=1.4.2.1,
        filepath-bytestring >=1.4.2.1.8,
        hinotify >=0.4.1,
        resourcet >=1.2.4.3,
        stm >=2.5.0.0,
        stm-chans >=3.0.0.4,
        stm-conduit >=4.0.1

test-suite hinotify-conduit-test
    type:             exitcode-stdio-1.0
    main-is:          Spec.hs
    hs-source-dirs:   test
    other-modules:    Paths_hinotify_conduit
    default-language: Haskell2010
    ghc-options:      -threaded -rtsopts -with-rtsopts=-N -Wall
    build-depends:
        async >=2.2.3,
        base >=4.9 && <5,
        bytestring >=0.10.12.0,
        conduit >=1.3.4.1,
        containers >=0.6.2.1,
        directory >=1.3.6.0,
        filepath >=1.4.2.1,
        filepath-bytestring >=1.4.2.1.8,
        hinotify >=0.4.1,
        hinotify-conduit -any,
        hspec >=2.7.10,
        resourcet >=1.2.4.3,
        stm >=2.5.0.0,
        stm-chans >=3.0.0.4,
        stm-conduit >=4.0.1,
        temporary >=1.3,
        unix >=2.7.2.2