cabal-version: 2.2
name: xmpp-blog-utils
version: 0.1.0
synopsis: CLI utilities for XMPP-powered blogging
homepage: https://git.singpolyma.net/xmpp-blog-utils
license: AGPL-3.0-or-later
license-file: COPYING
author: Stephen Paul Weber
maintainer: singpolyma@singpolyma.net
build-type: Simple
common defs
default-language: Haskell2010
ghc-options: -Wall -Wno-tabs -Wno-orphans -Werror
build-depends: base >= 4.11 && < 4.12,
basic-prelude >= 0.7 && < 0.8,
blaze-markup >= 0.8 && < 0.9,
data-default >= 0.7 && < 0.8,
dhall >= 1.37 && < 2.0,
pandoc >= 2.2 && < 3.0,
text >= 1.2 && < 2.0,
time >= 1.9 && < 2.0
executable pubsub-entry-publish
import: defs
main-is: pubsub-entry-publish.hs
executable pubsub-create-comment-node
import: defs
main-is: pubsub-create-comment-node.hs