packages feed

hakyll-contrib-0.0.0.3: hakyll-contrib.cabal

Name:                hakyll-contrib
Version:             0.0.0.3
Synopsis:            Extra modules for the hakyll website compiler
Homepage:            http://jaspervdj.be/hakyll
License:             BSD3
License-file:        LICENSE
Author:              Jasper Van der Jeugt <m@jaspervdj.be>
Maintainer:          Jasper Van der Jeugt <m@jaspervdj.be>
Category:            Web

Cabal-version:       >=1.6
Build-type:          Simple
Data-dir:            data

Data-files:
  small-blog/contact.markdown
  small-blog/css/screen.css
  small-blog/small-blog.hs
  small-blog/images/haskell-logo.png
  small-blog/index.markdown
  small-blog/posts.html
  small-blog/posts/2009-11-05-a-first-post.markdown
  small-blog/posts/2009-11-10-another-post.markdown
  small-blog/posts/2009-11-28-a-third-post.markdown
  small-blog/posts/2009-12-04-this-blog-aint-dead.markdown
  small-blog/posts/2009-12-23-almost-christmas.markdown
  small-blog/templates/default.html
  small-blog/templates/post-item.html
  small-blog/templates/post.html

Source-Repository head
  Type:     git
  Location: git://github.com/jaspervdj/hakyll-contrib.git

Library
  Ghc-options:    -Wall
  Hs-source-dirs: src
  
  Build-depends:
    base   >= 4       && < 5,
    hakyll >= 3.2.0.2 && < 3.3,
    pandoc >= 1.6     && < 2

  Exposed-modules:
    Hakyll.Contrib.SmallBlog

Executable hakyll-contrib
  Ghc-options:    -Wall
  Hs-source-dirs: src
  Main-is:        Hakyll/Contrib/Main.hs
  
  Build-depends:
    base      >= 4       && < 5,
    hakyll    >= 3.2.0.2 && < 3.3,
    directory >= 1.0     && < 1.3,
    filepath  >= 1.0     && < 1.3