packages feed

shellmate-0.1: shellmate.cabal

name:                shellmate
version:             0.1
synopsis:            Simple interface for shell scripting in Haskell.
-- description:         
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

library
  exposed-modules:
    Control.Shell
  -- other-modules:       
  build-depends:
    base >=4.6 && <5,
    transformers >=0.3,
    time >=1.4,
    filepath >=1.3,
    process >=1.1,
    directory >=1.2,
    temporary >=1.1