name: cabal-mon version: 1.0.2 synopsis: A monitor for cabal builds description: A vty-based wrapper around the `fswatch` utility, which makes it easy to monitor parallel Cabal builds. license: MIT license-file: LICENSE author: Iavor S. Diatchki maintainer: iavor.diatchki@gmail.com category: Development build-type: Simple cabal-version: >=1.10 extra-source-files: README.markdown executable cabal-mon main-is: CabalMon.hs build-depends: base < 5, vty, simple-get-opt, containers, filepath, process, directory GHC-options: -threaded -Wall default-language: Haskell2010 source-repository head type: git location: git://github.com/yav/cabal-mon.git