Name: HStringTemplateHelpers
Version: 0.0.14
License: GPL
License-file: gpl.txt
Description: Convenience functions and instances for HStringTemplate. I will deprecate this package if its contents are integrated into HStringTemplate.
Synopsis: Convenience functions and instances for HStringTemplate
Maintainer: Thomas Hartman <thomashartman1 at gmail>
Author: Thomas Hartman
Stability: Beta
Copyright: Copyright (c) 2006-2008 Thomas Hartman
homepage: http://patch-tag.com/tphyahoo/r/tphyahoo/HStringTemplateHelpers
Category: Text
Build-type: Simple
Cabal-version: >= 1.6
Flag base4
Description: Choose the even newer, even smaller, split-up base package.
Library
Build-Depends: base, HStringTemplate, filepath, directory, containers, HSH, mtl, safe, strict, FileManipCompat >= 0.14
if flag(base4)
Build-Depends: base >= 4 && < 5
else
Build-Depends: base < 4
GHC-Options: -Wall
Exposed-Modules: Text.StringTemplate.Helpers