name: tinytemplate version: 0.1.1.0 synopsis: A tiny text templating library description: homepage: http://github.com/dicomgrid/tinytemplate license: MIT license-file: LICENSE author: Phil Freeman maintainer: paf31@cantab.net copyright: (c) DICOM Grid Inc. 2015 category: Text build-type: Simple extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Text.Template build-depends: base >=4.7 && <4.8, text >= 1.2.0.0 && < 1.3.0.0 hs-source-dirs: src default-language: Haskell98 test-suite tinytemplate-tests type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: tests build-depends: base >=4.7 && <4.8, text >= 1.2.0.0 && < 1.3.0.0, QuickCheck, tinytemplate, mtl default-language: Haskell98