packages feed

halipeto-2.4: halipeto.cabal

Name:                   halipeto
Version:                2.4
Copyright:              (c) 2004-2011 Peter Simons
License:                GPL
License-File:           COPYING
Author:                 Andrew Cooke <andrew@acooke.org>, Peter Simons <simons@cryp.to>
Maintainer:             Peter Simons <simons@cryp.to>
Homepage:               http://gitorious.org/halipeto
Category:               Text
Synopsis:               Haskell Static Web Page Generator
Description:            A library for generating static HTML pages from XML
                        templates and a file-based value dictionary.
Cabal-Version:          >= 1.6
Build-Type:             Simple
Tested-With:            GHC == 7.0.2

Source-Repository head
  Type:                 git
  Location:             git://gitorious.org/halipeto/mainline.git

Library
  Exposed-Modules:      Halipeto.Dictionary,
                        Halipeto.Functions,
                        Halipeto.Pages,
                        Halipeto.SimpleDB,
                        Halipeto.Template,
                        Halipeto.Utilities
  Build-Depends:        base >= 3 && < 5, HaXml >= 1.20 && < 1.22, directory, pandoc
  Extensions:           MultiParamTypeClasses, FlexibleInstances, FlexibleContexts