name: anansi-pandoc
version: 0.1
license: GPL-3
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: John Millikin <jmillikin@gmail.com>
build-type: Simple
cabal-version: >= 1.8
category: Development
stability: experimental
homepage: https://john-millikin.com/software/anansi/
bug-reports: mailto:jmillikin@gmail.com
synopsis: Looms which use Pandoc to parse and produce a variety of formats.
source-repository head
type: bazaar
location: https://john-millikin.com/branches/anansi-pandoc/0.1/
source-repository this
type: bazaar
location: https://john-millikin.com/branches/anansi-pandoc/0.1/
tag: anansi-pandoc_0.1
library
hs-source-dirs: lib
ghc-options: -Wall -O2
build-depends:
anansi >= 0.4 && < 0.5
, base >= 4.0 && < 5.0
, bytestring >= 0.9 && < 0.10
, containers >= 0.1 && < 0.5
, pandoc >= 1.8 && < 1.10
, monads-tf >= 0.1 && < 0.2
, text >= 0.7 && < 0.12
exposed-modules:
Anansi.Pandoc