name: steeloverseer version: 2.0 x-revision: 2 cabal-version: >=1.8 build-type: Simple license: BSD3 license-file: LICENSE maintainer: schell.scivally@synapsegrop.com stability: stable homepage: https://github.com/schell/steeloverseer bug-reports: https://github.com/schell/steeloverseer/issues synopsis: A file watcher and development tool. description: A command line tool that responds to filesystem events. Allows the user to automatically execute commands after files are added or updated. Watches files using regular expressions. category: Development author: Schell Scivally, Mitchell Rosen extra-source-files: README.md source-repository head type: git location: git://github.com/schell/steeloverseer.git library exposed-modules: ANSI Job Rule Sos Template build-depends: base >= 4.0 && < 6.0, aeson -any, ansi-terminal -any, async -any, bytestring -any, containers -any, megaparsec < 5, microlens -any, mtl -any, process -any, semigroups -any, regex-tdfa -any, stm -any, text -any, yaml -any hs-source-dirs: src ghc-options: -Wall executable sos main-is: Main.hs build-depends: base >= 4.0 && < 6.0, bytestring -any, directory -any, fsnotify < 0.3, filepath -any, optparse-applicative -any, regex-tdfa -any, semigroups -any, steeloverseer -any, yaml -any hs-source-dirs: app ghc-options: -Wall -threaded