packages feed

reflex-fsnotify-0.1.0.0: reflex-fsnotify.cabal

cabal-version: >=1.10
name: reflex-fsnotify
version: 0.1.0.0
synopsis: reflex-frp interface for watching files
description: Receive FRP events whenever files change.
bug-reports: https://github.com/reflex-frp/reflex-fsnotify/issues
license: BSD3
license-file: LICENSE
author: Obsidian Systems LLC
maintainer: maintainer@obsidian.systems
copyright: 2020 Obsidian Systems LLC
category: System, FRP
build-type: Simple
extra-source-files: ChangeLog.md
                    README.md
tested-with: GHC ==8.6.5 || ==8.4.4

library
  exposed-modules: Reflex.FSNotify
  build-depends: base >=4.10 && <4.13
               , fsnotify >= 0.3 && < 0.4
               , reflex >= 0.5 && < 0.7
  hs-source-dirs: src
  default-language: Haskell2010
  ghc-options: -Wall

source-repository head
  type: git
  location: https://github.com/reflex-frp/reflex-fsnotify