packages feed

hastache-0.2.0: hastache.cabal

name:            hastache
version:         0.2.0
license:         BSD3
license-file:    LICENSE
category:        Text
copyright:       Sergey S Lymar (c) 2011
author:          Sergey S Lymar <sergey.lymar@gmail.com>
maintainer:      Sergey S Lymar <sergey.lymar@gmail.com>
stability:       experimental
tested-with:     GHC == 7.0.2, GHC == 7.0.3
synopsis:        Haskell implementation of Mustache templates
cabal-version:   >= 1.8
homepage:        http://github.com/lymar/hastache
bug-reports:     http://github.com/lymar/hastache/issues
build-type:      Simple
description:
    Haskell implementation of Mustache templates (<http://mustache.github.com/>).
    .
    See homepage for examples of usage: <http://github.com/lymar/hastache>

extra-source-files:
    tests/partFile
    tests/RunTest.sh
    tests/test.hs
    README.markdown
    
library
  exposed-modules:
    Text.Hastache
    Text.Hastache.Context

  build-depends:
    base == 4.*
    ,bytestring
    ,mtl
    ,directory
    ,filepath
    ,utf8-string
    ,text
    ,containers
    ,syb
    ,blaze-builder

source-repository head
  type:     git
  location: http://github.com/lymar/hastache