packages feed

hakyll-ogmarkup-3.0: hakyll-ogmarkup.cabal

name:                hakyll-ogmarkup
version:             3.0
synopsis:            Integrate ogmarkup document with Hakyll
description:         Please see README.md
homepage:            https://github.com/ogma-project/hakyll-ogmarkup#readme
license:             MIT
license-file:        LICENSE
author:              Thomas Letan
maintainer:          contact@thomasletan.fr
copyright:           2016 Thomas Letan
category:            Web
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Hakyll.Ogmarkup
  build-depends:       base >= 4.7 && < 5
                     , hakyll == 4.9.*
                     , ogmarkup >= 3 && < 4
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/ogma-project/hakyll-ogmarkup