name: hakyll-ogmarkup version: 1.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.8.* , ogmarkup >= 2.1 && < 3 default-language: Haskell2010 source-repository head type: git location: https://github.com/ogma-project/hakyll-ogmarkup