packages feed

hakyll-ogmarkup-4.0: hakyll-ogmarkup.cabal

name:                hakyll-ogmarkup
version:             4.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 && < 4.11
                     , ogmarkup >= 4 && < 5
  default-language:    Haskell2010

source-repository head
  type:     pijul
  location: https://nest.pijul.com/lthms/hakyll-ogmarkup