#!/bin/sh
export PATH='/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl'
printf '%s' 'name:                 doctemplates
version:              0.11.0.1
visibility:           public
id:                   doctemplates-0.11.0.1-A0yNC6vskCsnuNlcpxplZ
key:                  doctemplates-0.11.0.1-A0yNC6vskCsnuNlcpxplZ
license:              BSD-3-Clause
copyright:            2016-19 John MacFarlane
maintainer:           jgm@berkeley.edu
author:               John MacFarlane
homepage:             https://github.com/jgm/doctemplates#readme
synopsis:             Pandoc-style document templates
description:
    This is the text templating system used by pandoc.
    It supports variable interpolation, iteration,
    tests for non-blank values, pipes, and partials.
    Templates are rendered to doclayout Docs,
    and variable values may come from a variety of
    different sources, including aeson Values.

category:             Text
abi:                  d08a898b2dfabd492ed2c056c6be1152
exposed:              True
exposed-modules:
    Text.DocTemplates Text.DocTemplates.Internal
    Text.DocTemplates.Parser

import-dirs:          /usr/lib/ghc-9.6.6/site-local/doctemplates-0.11.0.1
library-dirs:         /usr/lib/ghc-9.6.6/site-local/doctemplates-0.11.0.1
library-dirs-static:  /usr/lib/ghc-9.6.6/site-local/doctemplates-0.11.0.1
dynamic-library-dirs: /usr/lib
data-dir:             /usr/share/haskell-doctemplates
hs-libraries:         HSdoctemplates-0.11.0.1-A0yNC6vskCsnuNlcpxplZ
depends:
    aeson-2.2.0.0-4qLATSA6nfj1RfgXH6DMKK base-4.18.2.1 containers-0.6.7
    doclayout-0.5-N09RIPsKhI2djXlHOrzS4 filepath-1.4.300.1 mtl-2.3.1
    parsec-3.1.16.1 safe-0.3.21-WYqCEMpsX24yfPdI1X0Hh
    scientific-0.3.8.0-CFYO4vxJ7Tde72prrjPHU text-2.0.2
    text-conversions-0.3.1.1-5H3Y0MSNQlB31DvfsG1hWz
    vector-0.13.2.0-KFVS0U8K6eML5O0P7tVbRi

haddock-interfaces:
    /usr/share/doc/haskell-doctemplates/html/doctemplates.haddock

haddock-html:         /usr/share/doc/haskell-doctemplates/html
' | '/usr/bin/ghc-pkg-9.6.6' 'update' '--force' '-' '--global' '--no-user-package-db' "$@"

