cabal-version: >=1.10 name: template-toolkit version: 0.1.1.0 license: GPL-3 license-file: LICENSE copyright: 2018 Dzianis Kabanau maintainer: kobargh@gmail.com author: Dzianis Kabanau homepage: https://github.com/kobargh/template-toolkit#readme bug-reports: https://github.com/kobargh/template-toolkit/issues synopsis: Template Toolkit implementation for Haskell description: Template Toolkit is a template processing system originally written in Perl by Andy Wardley. This haskell implementation includes such features as: scalar, array, hash variables, variable interpolation, conditional directives, loops and loop controls, external templates and internal blocks processing, many virtual methods and filters, templates caching. category: Text build-type: Simple extra-source-files: ./example/*.hs ./example/*.json ./example/*.tt ChangeLog.md library exposed-modules: Text.TemplateToolkit Text.TemplateToolkitAST Text.TemplateToolkitLang hs-source-dirs: src default-language: Haskell2010 build-depends: aeson >=1.3.1.1, base >=4.7 && <5, binary >=0.8.5.1, bytestring >=0.10.8.2, containers >=0.5.11.0, directory >=1.3.1.5, hashtables >=1.2.3.1, mtl >=2.2.2, parsec >=3.1.13.0, pcre-utils >=0.1.8.1.1, regex-pcre-builtin >=0.94.4.8.8.35, scientific >=0.3.6.2, text >=1.2.3.1, time >=1.8.0.2, unordered-containers >=0.2.9.0, uri-encode >=1.5.0.5