hscrtmpl-1.5: hscrtmpl.cabal
name: hscrtmpl
version: 1.5
cabal-version: >= 1.8
build-type: Simple
license: ISC
license-file: LICENSE
copyright: 2013-2016 Dino Morelli
author: Dino Morelli
maintainer: Dino Morelli <dino@ui3.info>
stability: stable
homepage: http://hub.darcs.net/dino/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 >= 8.0.1
extra-source-files: changelog.md
README.md
stack.yaml
TODO.md
util/prefs/boring
source-repository head
type: darcs
location: http://hub.darcs.net/dino/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
, process
--, regex-compat
, time
--, time-locale-compat