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: f1451b06cd9492b434d22bd403c92534b61f1f9a09e0df1d4fd4a588e47c33e4
name: stack-templatizer
version: 0.1.0.0
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@
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