packages feed

reflex-fsnotify-0.3.0.0: reflex-fsnotify.cabal

cabal-version: >=1.10
name: reflex-fsnotify
version: 0.3.0.0
synopsis: Reflex FRP interface for watching files
description:
  Watch files and directories for changes using a functional-reactive interface!
  .
  <https://reflex-frp.org/>
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.10.7 || ==8.8.4 || ==8.6.5

library
  exposed-modules: Reflex.FSNotify
  build-depends: base >=4.10 && <4.19
               , containers >= 0.6 && < 0.7
               , directory >= 1.3 && < 1.4
               , filepath >= 1.4 && < 1.5
               , fsnotify >= 0.4 && < 0.5
               , reflex >= 0.5 && < 1
  hs-source-dirs: src
  default-language: Haskell2010
  ghc-options: -Wall

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