packages feed

Commando-0.1.0.0: Commando.cabal

name:                Commando
version:             0.1.0.0
synopsis:            Watch some files; Rerun a command
description:         Watch some files; Rerun a command
homepage:            https://github.com/sordina/Commando
license:             MIT
license-file:        LICENSE
author:              Lyndon Maydwell
maintainer:          lyndon@sordina.net
category:            Development
build-type:          Simple
cabal-version:       >=1.8

executable commando
  main-is: Commando.hs
  build-depends:
    base                   >= 4.0    && < 5.0,
    text                   >= 0.10   && < 0.12,
    system-filepath        >= 0.4    && < 0.5,
    optparse-applicative   >= 0.5    && < 0.6,
    system-fileio          >= 0.3    && < 0.4,
    fsnotify               >= 0.0.10 && < 0.1,
    process                >= 1.1    && < 1.2