packages feed

tmpl-0.0.0.1: tmpl.cabal

name:                tmpl
version:             0.0.0.1
synopsis:            simple executable for templating
-- description:         
homepage:            https://www.github.com/michelk/tmpl
license:             GPL-3
license-file:        LICENSE
author:              Michel Kuhlmann
maintainer:          michel@kuhlmanns.info
-- copyright:           
category:            Data
build-type:          Simple
cabal-version:       >=1.8

executable tmpl
   main-is:          tmpl.hs
  -- other-modules:       
  build-depends:     base == 4.*,
                     template,
                     text,
                     bytestring,
                     directory