packages feed

hakyll-dir-list-1.0.0.3: hakyll-dir-list.cabal

name:               hakyll-dir-list
version:            1.0.0.3

synopsis: Allow Hakyll to create hierarchical menues from directories. 

description:
            Hakyll extension which supports the creation of hierarchical
            menus from source  files in a directory structure.
            Adittionally single page web sites can created by using flattened
            page id's instead of urls.

author:      Robert Hennig <robert.hennig@freylax.de>
maintainer:  Robert Hennig <robert.hennig@freylax.de>
homepage:    http://github.com/freylax/hakyll-dir-list
bug-reports: http://github.com/freylax/hakyll-dir-list/issues
license:     BSD3
license-file: LICENSE
category:     Web
                            
build-type:         Simple
cabal-version:      >= 1.10

extra-source-files:
        README.md CHANGELOG.md                    
                    
library
  exposed-modules:
    Hakyll.Web.Template.DirList
  build-depends:    base == 4.*
                  , hakyll == 4.12.*
                  , filepath
                  , containers
                  , data-default
  hs-source-dirs: src
  Ghc-options:    -Wall
  default-language: Haskell2010