template-0.2.0.1: template.cabal
name: template
version: 0.2.0.1
description:
Simple string substitution library that supports \"$\"-based
substitution. Meant to be used when Text.Printf or string
concatenation would lead to code that is hard to read but when a
full blown templating system is overkill.
synopsis: Simple string substitution
category: Text
license: BSD3
license-file: LICENSE
author: Johan Tibell <johan.tibell@gmail.com>
maintainer: Johan Tibell <johan.tibell@gmail.com>
build-type: Simple
cabal-version: >= 1.6
extra-source-files: examples/*.hs
library
exposed-modules: Data.Text.Template
build-depends:
base < 5,
mtl < 1.2,
text >= 0.7.2 && < 0.11
ghc-options: -funbox-strict-fields -Wall
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
source-repository head
type: git
location: git://github.com/tibbe/template.git