packages feed

hscrtmpl-1.6: hscrtmpl.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 94422872b0ab311808f7510b45c6c5bb31ee6db2edcd9e2d75de1aa77c28bb29

name:           hscrtmpl
version:        1.6
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
homepage:       https://github.com/dino-/hscrtmpl#readme
bug-reports:    https://github.com/dino-/hscrtmpl/issues
author:         Dino Morelli
maintainer:     dino@ui3.info
copyright:      2018 Dino Morelli
license:        ISC
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    .gitignore
    changelog.md
    package.yaml
    README.md
    stack.yaml

source-repository head
  type: git
  location: https://github.com/dino-/hscrtmpl

executable hscrtmpl
  main-is: hscrtmpl.hs
  other-modules:
      Paths_hscrtmpl
  ghc-options: -fwarn-tabs -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
  build-depends:
      base >=3 && <5
    , directory
    , filepath
    , process
    , time
  default-language: Haskell2010