name: cargs version: 1.0.1 cabal-version: >= 1.2 build-type: Simple license: BSD3 license-file: LICENSE copyright: 2009 Dino Morelli author: Dino Morelli maintainer: Dino Morelli stability: experimental --homepage: http://foo/bar/baz.html synopsis: Config file to args description: Turn a config file into a shell command, execute it with timestamped logging. category: Console, Scripting tested-with: GHC>=6.10.1 data-files: example/ls.cargs, example/rsync.cargs executable cargs main-is: main.hs hs-source-dirs: src build-depends: base, directory, hslogger, mtl, old-locale, old-time, process ghc-options: -Wall