shellmate-0.1.6: shellmate.cabal
name: shellmate
version: 0.1.6
synopsis: Simple interface for shell scripting in Haskell.
description: Aims to simplify development of cross-platform shell scripts and similar things.
homepage: http://github.com/valderman/shellmate
license: BSD3
license-file: LICENSE
author: Anton Ekblad
maintainer: anton@ekblad.cc
-- copyright:
category: System
build-type: Simple
cabal-version: >=1.8
bug-reports: http://github.com/valderman/shellmate/issues
source-repository head
type: git
location: https://github.com/valderman/shellmate.git
library
exposed-modules:
Control.Shell
-- other-modules:
build-depends:
base >=4.5 && <5,
transformers >=0.3,
time,
filepath,
process,
directory,
temporary