cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: c9c98bdc745f8727c05701289b4fbca322b2b8eba1e403a43d1fc7015d76d087
name: stack-templatizer
version: 0.1.0.1
synopsis: Generate a stack template from a folder.
description: @stack-templatizer@ is an application that generates a @.hsfiles@ stack
template from a folder of template files.
.
You can install the application using @stack install
stack-templatizer --resolver nightly@ or by cloning the repository and
running @stack install@.
.
Then run @stack-templatizer my-folder@ to turn all the files in @my-folder@
into a @my-folder.hsfiles@ stack template.
category: Web
homepage: https://github.com/prikhi/stack-templatizer#readme
bug-reports: https://github.com/prikhi/stack-templatizer/issues
author: Pavan Rikhi
maintainer: pavan.rikhi@gmail.com
copyright: 2020 Pavan Rikhi
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/prikhi/stack-templatizer
executable stack-templatizer
main-is: Main.hs
other-modules:
Paths_stack_templatizer
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, bytestring <1
, directory >=1 && <2
, filepath >=1 && <2
default-language: Haskell2010