packages feed

hscrtmpl-1.2: hscrtmpl.cabal

name:                hscrtmpl
version:             1.2
cabal-version:       >= 1.8
build-type:          Simple
license:             BSD3
license-file:        LICENSE
copyright:           2013-2014 Dino Morelli
author:              Dino Morelli
maintainer:          Dino Morelli <dino@ui3.info>
stability:           experimental
homepage:            http://ui3.info/darcs/hscrtmpl/
synopsis:            Haskell shell script template
description:         A template for writing shell scripts in Haskell. Contains some useful functions and examples of things commonly done in bash.
category:            Application, Console, Scripting
tested-with:         GHC >= 7.6.3

source-repository    head
   type:             darcs
   location:         http://ui3.info/darcs/hscrtmpl

-- Hey! hscrtmpl.hs is a *script*, you don't have to build it unless
-- you want to have a binary!
executable           hscrtmpl
   main-is:          hscrtmpl.hs
   build-depends:    base >= 3 && < 5,
                     directory,
                     old-locale,
                     process,
                     time