fswatcher-0.3.0: fswatcher.cabal
name: fswatcher
category: Tools
build-type: Simple
version: 0.3.0
synopsis: Watch a file/directory and run a command when it's modified
description: A simple program that watches a file or a directory and
runs a given command whenever the file or a file within the
directory is changed.
license: BSD3
License-file: LICENSE
author: Erlend Hamberg
maintainer: erlend@hamberg.no
stability: experimental
tested-with: GHC==8.10.3
homepage: http://www.github.com/ehamberg/fswatcher/
cabal-version: >= 1.10
executable fswatcher
build-depends: base >= 4 && < 5
, unix >= 2.5
, process >= 1.1
, fsnotify >= 0.3 && < 0.4
, system-filepath >= 0.4
, directory >= 1.2
, optparse-applicative >= 0.11
, regex-pcre-builtin >= 0.94
ghc-options: -Wall
hs-source-dirs: src
main-is: fswatcher.hs
default-language: Haskell2010
other-modules: Opts
, Pipeline
source-repository head
type: git
location: git://github.com/ehamberg/fswatcher.git