BSD-3-Clause licensed by Daniel Firth
Maintained by [email protected]
This version can be pinned in stack with:pandoc-dhall-decoder-0.1.0.1@sha256:42e155089fcaf0a0c0bf50056ae80c27d04cf30a9619dbd08a6d4c2d9efed632,852

Module documentation for 0.1.0.1

Depends on 5 packages(full list with versions):

pandoc-dhall-decoder

This module allows you to decode a Pandoc value using any Text.Pandoc.Readers function.

You should use newtypes like so:

newtype MyDoc = MyDoc Pandoc
  deriving stock (Eq, Show, Generic)

instance D.FromDhall MyDoc where
  autoWith options = fmap MyDoc $ pandocDecoder readMarkdown def options

Changes

Changelog for pandoc-dhall-decoder

v0.1.0.0

  • Working pandoc decoder for dhall.