packages feed

hastache-aeson-0.1.0.0: hastache-aeson.cabal

name:                hastache-aeson
version:             0.1.0.0
license:             BSD3
license-file:        README.md
homepage:            https://github.com/proger/hastache-aeson
bug-reports:         https://github.com/proger/hastache-aeson/issues

copyright:           Vladimir Kirillov
author:              Vladimir Kirillov <proger@hackndev.com>
maintainer:          Vladimir Kirillov <proger@hackndev.com>

synopsis:            render hastache templates using aeson values
description:         
    The Module lets you render Hastache templates from aeson values. See the GitHub page for examples.

category:            Text
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Text.Hastache.Aeson
  -- other-modules:       
  build-depends:       base ==4.6.*
                     , hastache ==0.5.*
                     , aeson ==0.6.*
                     , attoparsec ==0.10.*
                     , unordered-containers ==0.2.*
                     , vector ==0.10.*
                     , containers ==0.5.*
                     , text ==0.11.*
                     , bytestring ==0.10.*

source-repository head
  type:     git
  location: git://github.com/proger/hastache-aeson.git