[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1011783: marked as done (pandoc: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: build-ghc-stamp] Error 25)



Your message dated Sat, 13 Aug 2022 20:27:59 +0200
with message-id <166041527912.5261.6325723291520590833@auryn.jones.dk>
and subject line Re: Bug#1011783: pandoc: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: build-ghc-stamp] Error 25
has caused the Debian Bug report #1011783,
regarding pandoc: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: build-ghc-stamp] Error 25
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1011783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011783
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: pandoc
Version: 2.9.2.1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> test -x debian/rules
> dh_testroot
> dh_prep 
> dh_installdirs -A 
> mkdir -p "."
> CDBS WARNING:    DEB_DH_STRIP_ARGS is deprecated since 0.4.85
> CDBS WARNING:    DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
> Adding cdbs dependencies to debian/pandoc-data.substvars
> dh_installdirs -ppandoc-data \
> 	
> dh_haskell_description --package=pandoc-data
> Running grep-dctrl --no-field-names --show-field=Description --field=Source --regex .* debian/control
> Running grep-dctrl --no-field-names --show-field=X-Description --field=Source --regex .* debian/control
> dh_haskell_compiler --package=pandoc-data
> Running dpkg-query --showformat=${Version} --show ghc
> 8.8.4-3
> Adding cdbs dependencies to debian/libghc-pandoc-doc.substvars
> dh_installdirs -plibghc-pandoc-doc \
> 	
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
> 	-E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 1] Compiling Main             ( Setup.hs, Setup.o )
> Linking debian/hlibrary.setup ...
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
> 	-E 'configure_recipe; haddock_recipe; build_recipe; check_recipe'
> Running find . ! -newer /tmp/TDbdV9Zp_Y -exec touch -d "1998-01-01 UTC" {} ;
> Running dh_listpackages
> pandoc
> pandoc-data
> libghc-pandoc-dev
> libghc-pandoc-doc
> libghc-pandoc-prof
> Running dh_listpackages
> pandoc
> pandoc-data
> libghc-pandoc-dev
> libghc-pandoc-doc
> libghc-pandoc-prof
> Running dpkg-buildflags --get LDFLAGS
> -Wl,-z,relro
> Running debian/hlibrary.setup configure --ghc -v2 --package-db=/var/lib/ghc/package.conf.d --prefix=/usr --libdir=/usr/lib/haskell-packages/ghc/lib --libexecdir=/usr/lib --builddir=dist-ghc --ghc-option=-optl-Wl,-z,relro --haddockdir=/usr/lib/ghc-doc/haddock/pandoc-2.9.2.1/ --datasubdir=pandoc --htmldir=/usr/share/doc/libghc-pandoc-doc/html/ --enable-library-profiling --flags=-threaded --ghc-options=+RTS -V0 -RTS -ftests
> Using Parsec parser
> Configuring pandoc-2.9.2.1...
> Flags chosen: embed_data_files=False, static=False, trypandoc=False
> Dependency Glob >=0.7 && <0.11: using Glob-0.10.1
> Dependency HTTP >=4000.0.5 && <4000.4: using HTTP-4000.3.14
> Dependency HsYAML ==0.2.*: using HsYAML-0.2.1.0
> Dependency JuicyPixels >=3.1.6.1 && <3.4: using JuicyPixels-3.3.5
> Dependency SHA ==1.6.*: using SHA-1.6.4.4
> Dependency aeson >=0.7 && <1.5: using aeson-1.4.7.1
> Dependency aeson-pretty >=0.8.5 && <0.9: using aeson-pretty-0.8.8
> Dependency attoparsec >=0.12 && <0.14: using attoparsec-0.13.2.4
> Dependency base >=4.9 && <5: using base-4.13.0.0
> Dependency base64-bytestring >=0.1 && <1.1: using base64-bytestring-1.0.0.3
> Dependency binary >=0.5 && <0.11: using binary-0.8.7.0
> Dependency blaze-html ==0.9.*: using blaze-html-0.9.1.2
> Dependency blaze-markup ==0.8.*: using blaze-markup-0.8.2.7
> Dependency bytestring >=0.9 && <0.11: using bytestring-0.10.10.1
> Dependency case-insensitive ==1.2.*: using case-insensitive-1.2.1.0
> Dependency cmark-gfm ==0.2.*: using cmark-gfm-0.2.1
> Dependency containers >=0.4.2.1 && <0.7: using containers-0.6.2.1
> Dependency data-default >=0.4 && <0.8: using data-default-0.7.1.1
> Dependency deepseq >=1.3 && <1.5: using deepseq-1.4.4.0
> Dependency directory >=1.2.3 && <1.4: using directory-1.3.6.0
> Dependency doclayout ==0.3.*: using doclayout-0.3
> Dependency doctemplates ==0.8.*: using doctemplates-0.8.2
> Dependency emojis ==0.1.*: using emojis-0.1
> Dependency exceptions >=0.8 && <0.11: using exceptions-0.10.4
> Dependency filepath >=1.1 && <1.5: using filepath-1.4.2.1
> Dependency haddock-library ==1.8.*: using haddock-library-1.8.0
> Dependency hslua >=1.0.1 && <1.1: using hslua-1.0.3.2
> Dependency hslua-module-system ==0.2.*: using hslua-module-system-0.2.1
> Dependency hslua-module-text ==0.2.*: using hslua-module-text-0.2.1
> Dependency http-client >=0.4.30 && <0.7: using http-client-0.6.4.1
> Dependency http-client-tls >=0.2.4 && <0.4: using http-client-tls-0.3.5.3
> Dependency http-types >=0.8 && <0.13: using http-types-0.12.3
> Dependency ipynb ==0.1.*: using ipynb-0.1.0.1
> Dependency jira-wiki-markup >=1.1.3 && <1.2: using jira-wiki-markup-1.1.4
> Dependency mtl ==2.2.*: using mtl-2.2.2
> Dependency network >=2.6: using network-3.1.1.1
> Dependency network-uri ==2.6.*: using network-uri-2.6.3.0
> Dependency pandoc-types ==1.20.*: using pandoc-types-1.20
> Dependency parsec ==3.1.*: using parsec-3.1.14.0
> Dependency process >=1.2.3 && <1.7: using process-1.6.9.0
> Dependency random >=1 && <1.2: using random-1.1
> Dependency safe ==0.3.*: using safe-0.3.19
> Dependency scientific ==0.3.*: using scientific-0.3.6.2
> Dependency skylighting >=0.8.3.2 && <0.9: using skylighting-0.8.5
> Dependency skylighting-core >=0.8.3.2 && <0.9: using skylighting-core-0.8.5
> Dependency split ==0.2.*: using split-0.2.3.4
> Dependency syb >=0.1 && <0.8: using syb-0.7.1
> Dependency tagsoup >=0.14.6 && <0.15: using tagsoup-0.14.8
> Dependency temporary >=1.1 && <1.4: using temporary-1.3
> Dependency texmath >=0.12.0.1 && <0.13: using texmath-0.12.0.2
> Dependency text >=1.1.1.0 && <1.3: using text-1.2.4.0
> Dependency text-conversions ==0.3.*: using text-conversions-0.3.0
> Dependency time >=1.5 && <1.10: using time-1.9.3
> Dependency unicode-transforms ==0.3.*: using unicode-transforms-0.3.6
> Dependency unix >=2.4 && <2.8: using unix-2.7.2.2
> Dependency unordered-containers ==0.2.*: using unordered-containers-0.2.10.0
> Dependency vector >=0.10 && <0.13: using vector-0.12.1.2
> Dependency xml >=1.3.12 && <1.4: using xml-1.3.14
> Dependency zip-archive >=0.2.3.4 && <0.5: using zip-archive-0.4.1
> Dependency zlib >=0.5 && <0.7: using zlib-0.6.2.2
> Dependency base >=4.8 && <5: using base-4.13.0.0
> Dependency pandoc -any: using pandoc-2.9.2.1
> Source component graph:
>     component lib
>     component exe:pandoc dependency lib
> Configured component graph:
>     component pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy
>         include Glob-0.10.1-A2Y12DfVsnF9nCcowtn2E4
>         include HTTP-4000.3.14-4SAg8Ykg9JQFMwhcbH7iUc
>         include HsYAML-0.2.1.0-846xXhz4Rw52MwRLhC1zQk
>         include JuicyPixels-3.3.5-GOwv360TtbuEk9kVr2tPY5
>         include SHA-1.6.4.4-IZhfdVcqbPd9yvyX2Xb3ID
>         include aeson-1.4.7.1-I85CiJ11QzuLW12neix9Ia
>         include aeson-pretty-0.8.8-BLsH284L1688rU9W040oME
>         include attoparsec-0.13.2.4-Ab3vFYnVhC6LY7sYuAbpTr
>         include base-4.13.0.0
>         include base64-bytestring-1.0.0.3-3OEgyGB96vk1z8YgNucr9g
>         include binary-0.8.7.0
>         include blaze-html-0.9.1.2-9960Cyn2Ch0KTkxhGdCDFM
>         include blaze-markup-0.8.2.7-EPmGwMHUc0X1tl7gyRaSjI
>         include bytestring-0.10.10.1
>         include case-insensitive-1.2.1.0-2DJgVsP1xD65aBTMRg5yb2
>         include cmark-gfm-0.2.1-Adz8VOWWkg744zNFCzQwGn
>         include containers-0.6.2.1
>         include data-default-0.7.1.1-5cjrhz8y8DG881Qqkxq9GB
>         include deepseq-1.4.4.0
>         include directory-1.3.6.0
>         include doclayout-0.3-JxARlDwEfg6Fv1rM8KZyQ4
>         include doctemplates-0.8.2-VCYLpZtuzYI6Hl2mwY4H3
>         include emojis-0.1-4oWuWbPRwZwB87y6wGhe0k
>         include exceptions-0.10.4-9CfD2hJyZLFIbks3iYGf0k
>         include filepath-1.4.2.1
>         include haddock-library-1.8.0-7Hbu5fRpo0q6waGKYRue16
>         include hslua-1.0.3.2-FqNiVyzxVOxHN7nscDvP4z
>         include hslua-module-system-0.2.1-G1Dbozrb1J8142igvKfQuT
>         include hslua-module-text-0.2.1-IBkh9jLtNS65rGTtGmsWey
>         include http-client-0.6.4.1-DXCsNbQxHzd5OEvZyvkl6E
>         include http-client-tls-0.3.5.3-CeBQW0SZnJ4GH5V6qIsm2Q
>         include http-types-0.12.3-3lJUcD0p9NA9DlzJlODIAk
>         include ipynb-0.1.0.1-380G5YiIZ6rBvtcqcAjctB
>         include jira-wiki-markup-1.1.4-CLGO8S1lOZ7AGXknZIvud0
>         include mtl-2.2.2
>         include network-3.1.1.1-CtLURRWWFvn3QC3vC70cjB
>         include network-uri-2.6.3.0-CPjS2hnZr1IIlGhZ1dITqG
>         include pandoc-types-1.20-JP83YEZp4VZ5qbwCPN8866
>         include parsec-3.1.14.0
>         include process-1.6.9.0
>         include random-1.1-CUqV1zxrwrE4K5XCdTZSYy
>         include safe-0.3.19-LxDJURZu1921pHCEJqjvRE
>         include scientific-0.3.6.2-515BMTDGGDlGUsuqXU94gZ
>         include skylighting-0.8.5-FTfOJWvdSbR9thYYEPySL8
>         include skylighting-core-0.8.5-7JUnooFmsiF8uc112HcE1l
>         include split-0.2.3.4-KyPtAwfJzED2zEIheQpqQL
>         include syb-0.7.1-HZot41yU46FEB2GjLEhNpM
>         include tagsoup-0.14.8-I7ww5glDC7LFs5eKBUYvcQ
>         include temporary-1.3-AvsKTkX8AtqCfWF6w2go8V
>         include texmath-0.12.0.2-6zpEXMF7JBj6anobxMnoBw
>         include text-1.2.4.0
>         include text-conversions-0.3.0-6aVg5ZWnAnZ1aOh2pXVHmY
>         include time-1.9.3
>         include unicode-transforms-0.3.6-D2QZ7b8g2IPLxM4LJSXMsq
>         include unix-2.7.2.2
>         include unordered-containers-0.2.10.0-IpJ3IfcThvdASaOHaltDG
>         include vector-0.12.1.2-C2W44iPdAFeHo4yLU081Gd
>         include xml-1.3.14-ITjbYlssXYiHSnTp5mMsEA
>         include zip-archive-0.4.1-5TAfP5bt6PVCuKA6EzpTN4
>         include zlib-0.6.2.2-5b26HP1zXA26xBLybZk8Ph
>     component pandoc-2.9.2.1-86O0Wj8OZ3q70hjc6Jw8v6-pandoc
>         include base-4.13.0.0
>         include pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy
> Linked component graph:
>     unit pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy
>         include Glob-0.10.1-A2Y12DfVsnF9nCcowtn2E4
>         include HTTP-4000.3.14-4SAg8Ykg9JQFMwhcbH7iUc
>         include HsYAML-0.2.1.0-846xXhz4Rw52MwRLhC1zQk
>         include JuicyPixels-3.3.5-GOwv360TtbuEk9kVr2tPY5
>         include SHA-1.6.4.4-IZhfdVcqbPd9yvyX2Xb3ID
>         include aeson-1.4.7.1-I85CiJ11QzuLW12neix9Ia
>         include aeson-pretty-0.8.8-BLsH284L1688rU9W040oME
>         include attoparsec-0.13.2.4-Ab3vFYnVhC6LY7sYuAbpTr
>         include base-4.13.0.0
>         include base64-bytestring-1.0.0.3-3OEgyGB96vk1z8YgNucr9g
>         include binary-0.8.7.0
>         include blaze-html-0.9.1.2-9960Cyn2Ch0KTkxhGdCDFM
>         include blaze-markup-0.8.2.7-EPmGwMHUc0X1tl7gyRaSjI
>         include bytestring-0.10.10.1
>         include case-insensitive-1.2.1.0-2DJgVsP1xD65aBTMRg5yb2
>         include cmark-gfm-0.2.1-Adz8VOWWkg744zNFCzQwGn
>         include containers-0.6.2.1
>         include data-default-0.7.1.1-5cjrhz8y8DG881Qqkxq9GB
>         include deepseq-1.4.4.0
>         include directory-1.3.6.0
>         include doclayout-0.3-JxARlDwEfg6Fv1rM8KZyQ4
>         include doctemplates-0.8.2-VCYLpZtuzYI6Hl2mwY4H3
>         include emojis-0.1-4oWuWbPRwZwB87y6wGhe0k
>         include exceptions-0.10.4-9CfD2hJyZLFIbks3iYGf0k
>         include filepath-1.4.2.1
>         include haddock-library-1.8.0-7Hbu5fRpo0q6waGKYRue16
>         include hslua-1.0.3.2-FqNiVyzxVOxHN7nscDvP4z
>         include hslua-module-system-0.2.1-G1Dbozrb1J8142igvKfQuT
>         include hslua-module-text-0.2.1-IBkh9jLtNS65rGTtGmsWey
>         include http-client-0.6.4.1-DXCsNbQxHzd5OEvZyvkl6E
>         include http-client-tls-0.3.5.3-CeBQW0SZnJ4GH5V6qIsm2Q
>         include http-types-0.12.3-3lJUcD0p9NA9DlzJlODIAk
>         include ipynb-0.1.0.1-380G5YiIZ6rBvtcqcAjctB
>         include jira-wiki-markup-1.1.4-CLGO8S1lOZ7AGXknZIvud0
>         include mtl-2.2.2
>         include network-3.1.1.1-CtLURRWWFvn3QC3vC70cjB
>         include network-uri-2.6.3.0-CPjS2hnZr1IIlGhZ1dITqG
>         include pandoc-types-1.20-JP83YEZp4VZ5qbwCPN8866
>         include parsec-3.1.14.0
>         include process-1.6.9.0
>         include random-1.1-CUqV1zxrwrE4K5XCdTZSYy
>         include safe-0.3.19-LxDJURZu1921pHCEJqjvRE
>         include scientific-0.3.6.2-515BMTDGGDlGUsuqXU94gZ
>         include skylighting-0.8.5-FTfOJWvdSbR9thYYEPySL8
>         include skylighting-core-0.8.5-7JUnooFmsiF8uc112HcE1l
>         include split-0.2.3.4-KyPtAwfJzED2zEIheQpqQL
>         include syb-0.7.1-HZot41yU46FEB2GjLEhNpM
>         include tagsoup-0.14.8-I7ww5glDC7LFs5eKBUYvcQ
>         include temporary-1.3-AvsKTkX8AtqCfWF6w2go8V
>         include texmath-0.12.0.2-6zpEXMF7JBj6anobxMnoBw
>         include text-1.2.4.0
>         include text-conversions-0.3.0-6aVg5ZWnAnZ1aOh2pXVHmY
>         include time-1.9.3
>         include unicode-transforms-0.3.6-D2QZ7b8g2IPLxM4LJSXMsq
>         include unix-2.7.2.2
>         include unordered-containers-0.2.10.0-IpJ3IfcThvdASaOHaltDG
>         include vector-0.12.1.2-C2W44iPdAFeHo4yLU081Gd
>         include xml-1.3.14-ITjbYlssXYiHSnTp5mMsEA
>         include zip-archive-0.4.1-5TAfP5bt6PVCuKA6EzpTN4
>         include zlib-0.6.2.2-5b26HP1zXA26xBLybZk8Ph
>         Text.Pandoc=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc,Text.Pandoc.App=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.App,Text.Pandoc.Asciify=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Asciify,Text.Pandoc.BCP47=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.BCP47,Text.Pandoc.Class=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Class,Text.Pandoc.Emoji=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Emoji,Text.Pandoc.Error=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Error,Text.Pandoc.Extensions=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Extensions,Text.Pandoc.Filter=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Filter,Text.Pandoc.Highlighting=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Highlighting,Text.Pandoc.ImageSize=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.ImageSize,Text.Pandoc.Logging=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Logging,Text.Pandoc.Lua=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Lua,Text.Pandoc.MIME=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.MIME,Text.Pandoc.MediaBag=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.MediaBag,Text.Pandoc.Options=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Options,Text.Pandoc.PDF=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.PDF,Text.Pandoc.Parsing=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Parsing,Text.Pandoc.Process=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Process,Text.Pandoc.Readers=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers,Text.Pandoc.Readers.CSV=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.CSV,Text.Pandoc.Readers.CommonMark=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.CommonMark,Text.Pandoc.Readers.Creole=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Creole,Text.Pandoc.Readers.DocBook=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.DocBook,Text.Pandoc.Readers.Docx=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Docx,Text.Pandoc.Readers.DokuWiki=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.DokuWiki,Text.Pandoc.Readers.EPUB=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.EPUB,Text.Pandoc.Readers.FB2=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.FB2,Text.Pandoc.Readers.HTML=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.HTML,Text.Pandoc.Readers.Haddock=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Haddock,Text.Pandoc.Readers.Ipynb=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Ipynb,Text.Pandoc.Readers.JATS=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.JATS,Text.Pandoc.Readers.Jira=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Jira,Text.Pandoc.Readers.LaTeX=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.LaTeX,Text.Pandoc.Readers.LaTeX.Types=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.LaTeX.Types,Text.Pandoc.Readers.Man=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Man,Text.Pandoc.Readers.Markdown=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Markdown,Text.Pandoc.Readers.MediaWiki=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.MediaWiki,Text.Pandoc.Readers.Muse=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Muse,Text.Pandoc.Readers.Native=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Native,Text.Pandoc.Readers.OPML=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.OPML,Text.Pandoc.Readers.Odt=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Odt,Text.Pandoc.Readers.Org=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Org,Text.Pandoc.Readers.RST=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.RST,Text.Pandoc.Readers.TWiki=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.TWiki,Text.Pandoc.Readers.Textile=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Textile,Text.Pandoc.Readers.TikiWiki=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.TikiWiki,Text.Pandoc.Readers.Txt2Tags=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Txt2Tags,Text.Pandoc.Readers.Vimwiki=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Readers.Vimwiki,Text.Pandoc.SelfContained=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.SelfContained,Text.Pandoc.Shared=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Shared,Text.Pandoc.Templates=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Templates,Text.Pandoc.UTF8=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.UTF8,Text.Pandoc.Writers=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers,Text.Pandoc.Writers.AsciiDoc=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.AsciiDoc,Text.Pandoc.Writers.CommonMark=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.CommonMark,Text.Pandoc.Writers.ConTeXt=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.ConTeXt,Text.Pandoc.Writers.Custom=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Custom,Text.Pandoc.Writers.Docbook=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Docbook,Text.Pandoc.Writers.Docx=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Docx,Text.Pandoc.Writers.DokuWiki=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.DokuWiki,Text.Pandoc.Writers.EPUB=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.EPUB,Text.Pandoc.Writers.FB2=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.FB2,Text.Pandoc.Writers.HTML=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.HTML,Text.Pandoc.Writers.Haddock=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Haddock,Text.Pandoc.Writers.ICML=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.ICML,Text.Pandoc.Writers.Ipynb=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Ipynb,Text.Pandoc.Writers.JATS=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.JATS,Text.Pandoc.Writers.Jira=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Jira,Text.Pandoc.Writers.LaTeX=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.LaTeX,Text.Pandoc.Writers.Man=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Man,Text.Pandoc.Writers.Markdown=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Markdown,Text.Pandoc.Writers.Math=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Math,Text.Pandoc.Writers.MediaWiki=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.MediaWiki,Text.Pandoc.Writers.Ms=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Ms,Text.Pandoc.Writers.Muse=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Muse,Text.Pandoc.Writers.Native=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Native,Text.Pandoc.Writers.ODT=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.ODT,Text.Pandoc.Writers.OOXML=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.OOXML,Text.Pandoc.Writers.OPML=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.OPML,Text.Pandoc.Writers.OpenDocument=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.OpenDocument,Text.Pandoc.Writers.Org=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Org,Text.Pandoc.Writers.Powerpoint=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Powerpoint,Text.Pandoc.Writers.RST=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.RST,Text.Pandoc.Writers.RTF=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.RTF,Text.Pandoc.Writers.Shared=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Shared,Text.Pandoc.Writers.TEI=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.TEI,Text.Pandoc.Writers.Texinfo=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Texinfo,Text.Pandoc.Writers.Textile=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.Textile,Text.Pandoc.Writers.XWiki=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.XWiki,Text.Pandoc.Writers.ZimWiki=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.Writers.ZimWiki,Text.Pandoc.XML=pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy:Text.Pandoc.XML
>     unit pandoc-2.9.2.1-86O0Wj8OZ3q70hjc6Jw8v6-pandoc
>         include base-4.13.0.0
>         include pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy
> Ready component graph:
>     definite pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy
>         depends Glob-0.10.1-A2Y12DfVsnF9nCcowtn2E4
>         depends HTTP-4000.3.14-4SAg8Ykg9JQFMwhcbH7iUc
>         depends HsYAML-0.2.1.0-846xXhz4Rw52MwRLhC1zQk
>         depends JuicyPixels-3.3.5-GOwv360TtbuEk9kVr2tPY5
>         depends SHA-1.6.4.4-IZhfdVcqbPd9yvyX2Xb3ID
>         depends aeson-1.4.7.1-I85CiJ11QzuLW12neix9Ia
>         depends aeson-pretty-0.8.8-BLsH284L1688rU9W040oME
>         depends attoparsec-0.13.2.4-Ab3vFYnVhC6LY7sYuAbpTr
>         depends base-4.13.0.0
>         depends base64-bytestring-1.0.0.3-3OEgyGB96vk1z8YgNucr9g
>         depends binary-0.8.7.0
>         depends blaze-html-0.9.1.2-9960Cyn2Ch0KTkxhGdCDFM
>         depends blaze-markup-0.8.2.7-EPmGwMHUc0X1tl7gyRaSjI
>         depends bytestring-0.10.10.1
>         depends case-insensitive-1.2.1.0-2DJgVsP1xD65aBTMRg5yb2
>         depends cmark-gfm-0.2.1-Adz8VOWWkg744zNFCzQwGn
>         depends containers-0.6.2.1
>         depends data-default-0.7.1.1-5cjrhz8y8DG881Qqkxq9GB
>         depends deepseq-1.4.4.0
>         depends directory-1.3.6.0
>         depends doclayout-0.3-JxARlDwEfg6Fv1rM8KZyQ4
>         depends doctemplates-0.8.2-VCYLpZtuzYI6Hl2mwY4H3
>         depends emojis-0.1-4oWuWbPRwZwB87y6wGhe0k
>         depends exceptions-0.10.4-9CfD2hJyZLFIbks3iYGf0k
>         depends filepath-1.4.2.1
>         depends haddock-library-1.8.0-7Hbu5fRpo0q6waGKYRue16
>         depends hslua-1.0.3.2-FqNiVyzxVOxHN7nscDvP4z
>         depends hslua-module-system-0.2.1-G1Dbozrb1J8142igvKfQuT
>         depends hslua-module-text-0.2.1-IBkh9jLtNS65rGTtGmsWey
>         depends http-client-0.6.4.1-DXCsNbQxHzd5OEvZyvkl6E
>         depends http-client-tls-0.3.5.3-CeBQW0SZnJ4GH5V6qIsm2Q
>         depends http-types-0.12.3-3lJUcD0p9NA9DlzJlODIAk
>         depends ipynb-0.1.0.1-380G5YiIZ6rBvtcqcAjctB
>         depends jira-wiki-markup-1.1.4-CLGO8S1lOZ7AGXknZIvud0
>         depends mtl-2.2.2
>         depends network-3.1.1.1-CtLURRWWFvn3QC3vC70cjB
>         depends network-uri-2.6.3.0-CPjS2hnZr1IIlGhZ1dITqG
>         depends pandoc-types-1.20-JP83YEZp4VZ5qbwCPN8866
>         depends parsec-3.1.14.0
>         depends process-1.6.9.0
>         depends random-1.1-CUqV1zxrwrE4K5XCdTZSYy
>         depends safe-0.3.19-LxDJURZu1921pHCEJqjvRE
>         depends scientific-0.3.6.2-515BMTDGGDlGUsuqXU94gZ
>         depends skylighting-0.8.5-FTfOJWvdSbR9thYYEPySL8
>         depends skylighting-core-0.8.5-7JUnooFmsiF8uc112HcE1l
>         depends split-0.2.3.4-KyPtAwfJzED2zEIheQpqQL
>         depends syb-0.7.1-HZot41yU46FEB2GjLEhNpM
>         depends tagsoup-0.14.8-I7ww5glDC7LFs5eKBUYvcQ
>         depends temporary-1.3-AvsKTkX8AtqCfWF6w2go8V
>         depends texmath-0.12.0.2-6zpEXMF7JBj6anobxMnoBw
>         depends text-1.2.4.0
>         depends text-conversions-0.3.0-6aVg5ZWnAnZ1aOh2pXVHmY
>         depends time-1.9.3
>         depends unicode-transforms-0.3.6-D2QZ7b8g2IPLxM4LJSXMsq
>         depends unix-2.7.2.2
>         depends unordered-containers-0.2.10.0-IpJ3IfcThvdASaOHaltDG
>         depends vector-0.12.1.2-C2W44iPdAFeHo4yLU081Gd
>         depends xml-1.3.14-ITjbYlssXYiHSnTp5mMsEA
>         depends zip-archive-0.4.1-5TAfP5bt6PVCuKA6EzpTN4
>         depends zlib-0.6.2.2-5b26HP1zXA26xBLybZk8Ph
>     definite pandoc-2.9.2.1-86O0Wj8OZ3q70hjc6Jw8v6-pandoc
>         depends base-4.13.0.0
>         depends pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy
> Using Cabal-3.0.1.0 compiled by ghc-8.8
> Using compiler: ghc-8.8.4
> Using install prefix: /usr
> Executables installed in: /usr/bin
> Libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.8.4/pandoc-2.9.2.1-73CWJ3Z1Rw4AxSiuG7YyRy
> Dynamic Libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.8.4
> Private executables installed in:
> /usr/lib/x86_64-linux-ghc-8.8.4/pandoc-2.9.2.1
> Data files installed in: /usr/share/pandoc
> Documentation installed in:
> /usr/share/doc/x86_64-linux-ghc-8.8.4/pandoc-2.9.2.1
> Configuration files installed in: /usr/etc
> Using alex version 3.2.5 found on system at: /usr/bin/alex
> Using ar found on system at: /usr/bin/x86_64-linux-gnu-ar
> No c2hs found
> No cpphs found
> No doctest found
> Using gcc version 11 found on system at: /usr/bin/x86_64-linux-gnu-gcc
> Using ghc version 8.8.4 found on system at: /usr/bin/ghc
> Using ghc-pkg version 8.8.4 found on system at: /usr/bin/ghc-pkg
> No ghcjs found
> No ghcjs-pkg found
> No greencard found
> Using haddock version 2.23.0 found on system at: /usr/bin/haddock
> Using happy version 1.19.12 found on system at: /usr/bin/happy
> Using haskell-suite found on system at: haskell-suite-dummy-location
> Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
> No hmake found
> Using hpc version 0.67 found on system at: /usr/bin/hpc
> Using hsc2hs version 0.68.7 found on system at: /usr/bin/hsc2hs
> Using hscolour version 1.24 found on system at: /usr/bin/HsColour
> No jhc found
> Using ld found on system at: /usr/bin/x86_64-linux-gnu-ld.gold
> No pkg-config found
> Using runghc version 8.8.4 found on system at: /usr/bin/runghc
> Using strip version 2.38 found on system at: /usr/bin/strip
> Using tar found on system at: /bin/tar
> No uhc found
> Running dh_listpackages
> pandoc
> pandoc-data
> libghc-pandoc-dev
> libghc-pandoc-doc
> libghc-pandoc-prof
> Running debian/hlibrary.setup haddock --builddir=dist-ghc --with-haddock=/usr/bin/haddock --with-ghc=ghc --verbose=2 --html --hoogle --haddock-options="--mathjax=file:///usr/share/javascript/mathjax/MathJax.js" --hyperlink-source
> /usr/bin/haddock --version
> /usr/bin/ghc --numeric-version
> /usr/bin/haddock --ghc-version '--mathjax=file:///usr/share/javascript/mathjax/MathJax.js'
> /usr/bin/ghc --print-libdir
> /usr/bin/ghc-pkg init dist-ghc/package.conf.inplace
> creating dist-ghc/build
> creating dist-ghc/build/autogen
> creating dist-ghc/build/autogen
> Preprocessing library for pandoc-2.9.2.1..
> Running Haddock on library for pandoc-2.9.2.1..
> creating dist-ghc/doc/html/pandoc
> creating dist-ghc/doc/html
> creating dist-ghc/doc
> creating dist-ghc/doc/html
> creating dist-ghc/doc/html/pandoc
> /usr/bin/haddock '@dist-ghc/doc/html/pandoc/haddock-response1164213-3.txt' '--mathjax=file:///usr/share/javascript/mathjax/MathJax.js'
> Haddock coverage:
>   50% (  1 /  2) in 'Text.Pandoc.Asciify'
>   Missing documentation for:
>     toAsciiChar (src/Text/Pandoc/Asciify.hs:18)
>   33% (  1 /  3) in 'Text.Pandoc.Emoji'
>   Missing documentation for:
>     emojis (src/Text/Pandoc/Emoji.hs:19)
>     emojiToInline (src/Text/Pandoc/Emoji.hs:22)
> Warning: 'markdown' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
>   65% ( 11 / 17) in 'Text.Pandoc.Extensions'
>   Missing documentation for:
>     Extensions (src/Text/Pandoc/Extensions.hs:44)
>     emptyExtensions (src/Text/Pandoc/Extensions.hs:56)
>     extensionsFromList (src/Text/Pandoc/Extensions.hs:53)
>     extensionEnabled (src/Text/Pandoc/Extensions.hs:59)
>     enableExtension (src/Text/Pandoc/Extensions.hs:62)
>     disableExtension (src/Text/Pandoc/Extensions.hs:65)
>   33% (  2 /  6) in 'Text.Pandoc.Logging'
>   Missing documentation for:
>     LogMessage (src/Text/Pandoc/Logging.hs:61)
>     encodeLogMessages (src/Text/Pandoc/Logging.hs:238)
>     showLogMessage (src/Text/Pandoc/Logging.hs:244)
>     messageVerbosity (src/Text/Pandoc/Logging.hs:342)
>   67% (  4 /  6) in 'Text.Pandoc.MIME'
>   Missing documentation for:
>     MimeType (src/Text/Pandoc/MIME.hs:22)
>     extensionFromMimeType (src/Text/Pandoc/MIME.hs:40)
>   86% (  6 /  7) in 'Text.Pandoc.MediaBag'
>   Missing documentation for:
>     mediaItems (src/Text/Pandoc/MediaBag.hs:78)
>  100% (  2 /  2) in 'Text.Pandoc.Process'
>   29% (  2 /  7) in 'Text.Pandoc.Readers.LaTeX.Types'
>   Missing documentation for:
>     Tok (src/Text/Pandoc/Readers/LaTeX/Types.hs:27)
>     TokType (src/Text/Pandoc/Readers/LaTeX/Types.hs:23)
>     Macro (src/Text/Pandoc/Readers/LaTeX/Types.hs:33)
>     ArgSpec (src/Text/Pandoc/Readers/LaTeX/Types.hs:36)
>     ExpansionPoint (src/Text/Pandoc/Readers/LaTeX/Types.hs:30)
> Warning: '%' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'numbering' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
>   77% ( 65 / 84) in 'Text.Pandoc.Shared'
>   Missing documentation for:
>     splitTextBy (src/Text/Pandoc/Shared.hs:156)
>     splitByIndices (src/Text/Pandoc/Shared.hs:163)
>     splitTextByIndices (src/Text/Pandoc/Shared.hs:175)
>     ordNub (src/Text/Pandoc/Shared.hs:193)
>     findM (src/Text/Pandoc/Shared.hs:200)
>     ToString (src/Text/Pandoc/Shared.hs:212)
>     ToText (src/Text/Pandoc/Shared.hs:221)
>     tshow (src/Text/Pandoc/Shared.hs:230)
>     camelCaseStrToHyphenated (src/Text/Pandoc/Shared.hs:294)
>     deNote (src/Text/Pandoc/Shared.hs:424)
>     deLink (src/Text/Pandoc/Shared.hs:428)
>     uriPathToPath (src/Text/Pandoc/Shared.hs:888)
>     filteredFilesFromArchive (src/Text/Pandoc/Shared.hs:901)
>     mapLeft (src/Text/Pandoc/Shared.hs:858)
>     blocksToInlines (src/Text/Pandoc/Shared.hs:1008)
>     blocksToInlines' (src/Text/Pandoc/Shared.hs:1005)
>     blocksToInlinesWithSep (src/Text/Pandoc/Shared.hs:1001)
>     safeRead (src/Text/Pandoc/Shared.hs:1024)
>     safeStrRead (src/Text/Pandoc/Shared.hs:1027)
>   82% ( 18 / 22) in 'Text.Pandoc.Highlighting'
>   Missing documentation for:
>     highlightingStyles (src/Text/Pandoc/Highlighting.hs:44)
>     languages (src/Text/Pandoc/Highlighting.hs:55)
>     languagesByExtension (src/Text/Pandoc/Highlighting.hs:58)
>     highlight (src/Text/Pandoc/Highlighting.hs:62)
>   65% ( 11 / 17) in 'Text.Pandoc.Options'
>   Missing documentation for:
>     ReaderOptions (src/Text/Pandoc/Options.hs:56)
>     HTMLMathMethod (src/Text/Pandoc/Options.hs:99)
>     CiteMethod (src/Text/Pandoc/Options.hs:132)
>     EPUBVersion (src/Text/Pandoc/Options.hs:97)
>     defaultMathJaxURL (src/Text/Pandoc/Options.hs:310)
>     defaultKaTeXURL (src/Text/Pandoc/Options.hs:313)
> Warning: 'lang' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
>  100% (  5 /  5) in 'Text.Pandoc.BCP47'
>   21% (  5 / 24) in 'Text.Pandoc.UTF8'
>   Missing documentation for:
>     readFile (src/Text/Pandoc/UTF8.hs:52)
>     getContents (src/Text/Pandoc/UTF8.hs:57)
>     writeFileWith (src/Text/Pandoc/UTF8.hs:60)
>     writeFile (src/Text/Pandoc/UTF8.hs:64)
>     putStrWith (src/Text/Pandoc/UTF8.hs:67)
>     putStr (src/Text/Pandoc/UTF8.hs:70)
>     putStrLnWith (src/Text/Pandoc/UTF8.hs:73)
>     putStrLn (src/Text/Pandoc/UTF8.hs:76)
>     hPutStrWith (src/Text/Pandoc/UTF8.hs:79)
>     hPutStr (src/Text/Pandoc/UTF8.hs:84)
>     hPutStrLnWith (src/Text/Pandoc/UTF8.hs:87)
>     hPutStrLn (src/Text/Pandoc/UTF8.hs:92)
>     hGetContents (src/Text/Pandoc/UTF8.hs:95)
>     fromString (src/Text/Pandoc/UTF8.hs:137)
>     fromText (src/Text/Pandoc/UTF8.hs:131)
>     fromTextLazy (src/Text/Pandoc/UTF8.hs:134)
>     fromStringLazy (src/Text/Pandoc/UTF8.hs:140)
>     encodePath (src/Text/Pandoc/UTF8.hs:143)
>     decodeArg (src/Text/Pandoc/UTF8.hs:146)
> Warning: 'PandocMonad' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'setVerbosity' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'withMediaBag' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
>   40% (  8 / 20) in 'Text.Pandoc.ImageSize'
>   Missing documentation for:
>     ImageType (src/Text/Pandoc/ImageSize.hs:61)
>     imageType (src/Text/Pandoc/ImageSize.hs:100)
>     imageSize (src/Text/Pandoc/ImageSize.hs:122)
>     sizeInPixels (src/Text/Pandoc/ImageSize.hs:139)
>     Dimension (src/Text/Pandoc/ImageSize.hs:67)
>     Direction (src/Text/Pandoc/ImageSize.hs:62)
>     lengthToDim (src/Text/Pandoc/ImageSize.hs:236)
>     inInch (src/Text/Pandoc/ImageSize.hs:175)
>     inPixel (src/Text/Pandoc/ImageSize.hs:185)
>     inPoints (src/Text/Pandoc/ImageSize.hs:169)
>     inEm (src/Text/Pandoc/ImageSize.hs:172)
>     showFl (src/Text/Pandoc/ImageSize.hs:92)
>   67% (  2 /  3) in 'Text.Pandoc.Error'
>   Missing documentation for:
>     PandocError (src/Text/Pandoc/Error.hs:37)
> Warning: 'PandocIO' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'PandocPure' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
>  100% (  9 /  9) in 'Text.Pandoc.Templates'
>   67% (  2 /  3) in 'Text.Pandoc.SelfContained'
>   Missing documentation for:
>     makeDataURI (src/Text/Pandoc/SelfContained.hs:43)
>   50% (  1 /  2) in 'Text.Pandoc.Readers.Odt'
>   Missing documentation for:
>     readOdt (src/Text/Pandoc/Readers/Odt.hs:41)
>  100% (  2 /  2) in 'Text.Pandoc.Readers.Native'
>  100% (  2 /  2) in 'Text.Pandoc.Readers.Jira'
>   50% (  1 /  2) in 'Text.Pandoc.Readers.JATS'
>   Missing documentation for:
>     readJATS (src/Text/Pandoc/Readers/JATS.hs:52)
> Warning: 'Example' is ambiguous. It is defined
>     * in ‘Documentation.Haddock.Types’
>     * in ‘Text.Pandoc.Definition’
>     * in ‘Documentation.Haddock.Types’
>     You may be able to disambiguate the identifier by qualifying it or
>     by specifying the type/value namespace explicitly.
>     Defaulting to the one defined in ‘Documentation.Haddock.Types’
>  100% (  2 /  2) in 'Text.Pandoc.Readers.Haddock'
>   50% (  1 /  2) in 'Text.Pandoc.Readers.FB2'
>   Missing documentation for:
>     readFB2 (src/Text/Pandoc/Readers/FB2.hs:65)
>   50% (  1 /  2) in 'Text.Pandoc.Readers.Docx'
>   Missing documentation for:
>     readDocx (src/Text/Pandoc/Readers/Docx.hs:90)
>   50% (  1 /  2) in 'Text.Pandoc.Readers.DocBook'
>   Missing documentation for:
>     readDocBook (src/Text/Pandoc/Readers/DocBook.hs:536)
>  100% (  2 /  2) in 'Text.Pandoc.Readers.CommonMark'
>   96% ( 66 / 69) in 'Text.Pandoc.Class'
>   Missing documentation for:
>     PandocIO (src/Text/Pandoc/Class/PandocIO.hs:101)
>     PandocPure (src/Text/Pandoc/Class/PandocPure.hs:145)
>     Translations (src/Text/Pandoc/Translations.hs:67)
>   50% (  1 /  2) in 'Text.Pandoc.Readers.CSV'
>   Missing documentation for:
>     readCSV (src/Text/Pandoc/Readers/CSV.hs:27)
>   40% (  2 /  5) in 'Text.Pandoc.Writers.Math'
>   Missing documentation for:
>     Module header
>     defaultMathJaxURL (src/Text/Pandoc/Options.hs:310)
>     defaultKaTeXURL (src/Text/Pandoc/Options.hs:313)
>  100% (  2 /  2) in 'Text.Pandoc.Writers.Native'
>   17% (  2 / 12) in 'Text.Pandoc.Writers.OOXML'
>   Missing documentation for:
>     mknode (src/Text/Pandoc/Writers/OOXML.hs:39)
>     mktnode (src/Text/Pandoc/Writers/OOXML.hs:43)
>     nodename (src/Text/Pandoc/Writers/OOXML.hs:46)
>     toLazy (src/Text/Pandoc/Writers/OOXML.hs:52)
>     renderXml (src/Text/Pandoc/Writers/OOXML.hs:55)
>     parseXml (src/Text/Pandoc/Writers/OOXML.hs:59)
>     elemToNameSpaces (src/Text/Pandoc/Writers/OOXML.hs:77)
>     elemName (src/Text/Pandoc/Writers/OOXML.hs:80)
>     isElem (src/Text/Pandoc/Writers/OOXML.hs:84)
>     NameSpaces (src/Text/Pandoc/Writers/OOXML.hs:90)
>   69% (  9 / 13) in 'Text.Pandoc.XML'
>   Missing documentation for:
>     fromEntities (src/Text/Pandoc/XML.hs:124)
>     html4Attributes (src/Text/Pandoc/XML.hs:375)
>     html5Attributes (src/Text/Pandoc/XML.hs:143)
>     rdfaAttributes (src/Text/Pandoc/XML.hs:359)
>   59% ( 13 / 22) in 'Text.Pandoc.Writers.Shared'
>   Missing documentation for:
>     tagWithAttrs (src/Text/Pandoc/Writers/Shared.hs:148)
>     isDisplayMath (src/Text/Pandoc/Writers/Shared.hs:161)
>     fixDisplayMath (src/Text/Pandoc/Writers/Shared.hs:173)
>     unsmartify (src/Text/Pandoc/Writers/Shared.hs:194)
>     gridTable (src/Text/Pandoc/Writers/Shared.hs:209)
>     stripLeadingTrailingSpace (src/Text/Pandoc/Writers/Shared.hs:166)
>     toSubscript (src/Text/Pandoc/Writers/Shared.hs:383)
>     toSuperscript (src/Text/Pandoc/Writers/Shared.hs:368)
>     endsWithPlain (src/Text/Pandoc/Writers/Shared.hs:424)
>  100% (  2 /  2) in 'Text.Pandoc.Writers.ZimWiki'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.Textile'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.Texinfo'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.TEI'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.RTF'
>  100% (  3 /  3) in 'Text.Pandoc.Writers.RST'
>   50% (  1 /  2) in 'Text.Pandoc.Writers.Powerpoint'
>   Missing documentation for:
>     writePowerpoint (src/Text/Pandoc/Writers/Powerpoint.hs:34)
>  100% (  2 /  2) in 'Text.Pandoc.Writers.Org'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.Muse'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.Ms'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.Man'
>  100% (  3 /  3) in 'Text.Pandoc.Writers.LaTeX'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.Jira'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.Haddock'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.FB2'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.DokuWiki'
>   50% (  1 /  2) in 'Text.Pandoc.Writers.Docx'
>   Missing documentation for:
>     writeDocx (src/Text/Pandoc/Writers/Docx.hs:214)
>  100% (  2 /  2) in 'Text.Pandoc.Writers.ConTeXt'
>   50% (  1 /  2) in 'Text.Pandoc.PDF'
>   Missing documentation for:
>     makePDF (src/Text/Pandoc/PDF.hs:65)
>  100% (  2 /  2) in 'Text.Pandoc.Writers.OpenDocument'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.ODT'
>   67% (  2 /  3) in 'Text.Pandoc.Writers.MediaWiki'
>   Missing documentation for:
>     highlightingLangs (src/Text/Pandoc/Writers/MediaWiki.hs:464)
>  100% (  2 /  2) in 'Text.Pandoc.Writers.XWiki'
>  100% (  5 /  5) in 'Text.Pandoc.Writers.JATS'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.ICML'
>  100% ( 12 / 12) in 'Text.Pandoc.Writers.HTML'
>  100% (  3 /  3) in 'Text.Pandoc.Writers.EPUB'
>   33% (  1 /  3) in 'Text.Pandoc.Writers.Docbook'
>   Missing documentation for:
>     writeDocbook4 (src/Text/Pandoc/Writers/Docbook.hs:67)
>     writeDocbook5 (src/Text/Pandoc/Writers/Docbook.hs:71)
>  100% (  2 /  2) in 'Text.Pandoc.Writers.CommonMark'
> Warning: 'str' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'parser' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: '#' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'headerParser' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'rowParser' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'lineParser' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'footerParser' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
>   71% (117 /164) in 'Text.Pandoc.Parsing'
>   Missing documentation for:
>     takeP (src/Text/Pandoc/Parsing.hs:282)
>     mathInline (src/Text/Pandoc/Parsing.hs:712)
>     mathDisplay (src/Text/Pandoc/Parsing.hs:703)
>     widthsFromIndices (src/Text/Pandoc/Parsing.hs:949)
>     gridTableWith (src/Text/Pandoc/Parsing.hs:979)
>     gridTableWith' (src/Text/Pandoc/Parsing.hs:988)
>     HasReaderOptions (src/Text/Pandoc/Parsing.hs:1160)
>     HasIdentifierList (src/Text/Pandoc/Parsing.hs:1184)
>     HasMacros (src/Text/Pandoc/Parsing.hs:1192)
>     HasLogMessages (src/Text/Pandoc/Parsing.hs:1208)
>     HasLastStrPosition (src/Text/Pandoc/Parsing.hs:1200)
>     HasIncludeFiles (src/Text/Pandoc/Parsing.hs:1216)
>     defaultParserState (src/Text/Pandoc/Parsing.hs:1226)
>     HeaderType (src/Text/Pandoc/Parsing.hs:1290)
>     ParserContext (src/Text/Pandoc/Parsing.hs:1295)
>     QuoteContext (src/Text/Pandoc/Parsing.hs:1300)
>     HasQuoteContext (src/Text/Pandoc/Parsing.hs:1169)
>     NoteTable (src/Text/Pandoc/Parsing.hs:1306)
>     NoteTable' (src/Text/Pandoc/Parsing.hs:1308)
>     KeyTable (src/Text/Pandoc/Parsing.hs:1322)
>     SubstTable (src/Text/Pandoc/Parsing.hs:1324)
>     Key (src/Text/Pandoc/Parsing.hs:1311)
>     toKey (src/Text/Pandoc/Parsing.hs:1313)
>     registerHeader (src/Text/Pandoc/Parsing.hs:1333)
>     smartPunctuation (src/Text/Pandoc/Parsing.hs:1356)
>     singleQuoteStart (src/Text/Pandoc/Parsing.hs:1398)
>     singleQuoteEnd (src/Text/Pandoc/Parsing.hs:1408)
>     doubleQuoteStart (src/Text/Pandoc/Parsing.hs:1414)
>     doubleQuoteEnd (src/Text/Pandoc/Parsing.hs:1421)
>     ellipses (src/Text/Pandoc/Parsing.hs:1425)
>     apostrophe (src/Text/Pandoc/Parsing.hs:1363)
>     dash (src/Text/Pandoc/Parsing.hs:1429)
>     nested (src/Text/Pandoc/Parsing.hs:1445)
>     citeKey (src/Text/Pandoc/Parsing.hs:1456)
>     Parser (src/Text/Pandoc/Parsing.hs:219)
>     ParserT (src/Text/Pandoc/Parsing.hs:221)
>     F (src/Text/Pandoc/Parsing.hs:229)
>     runF (src/Text/Pandoc/Parsing.hs:231)
>     askF (src/Text/Pandoc/Parsing.hs:234)
>     asksF (src/Text/Pandoc/Parsing.hs:237)
>     returnF (src/Text/Pandoc/Parsing.hs:240)
>     trimInlinesF (src/Text/Pandoc/Parsing.hs:243)
>     token (src/Text/Pandoc/Parsing.hs:1471)
>     <+?> (src/Text/Pandoc/Parsing.hs:1479)
>     extractIdClass (src/Text/Pandoc/Parsing.hs:1482)
>     Line
>     Column
>  100% (  3 /  3) in 'Text.Pandoc.Writers.Markdown'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.OPML'
>   50% (  1 /  2) in 'Text.Pandoc.Writers.Ipynb'
>   Missing documentation for:
>     writeIpynb (src/Text/Pandoc/Writers/Ipynb.hs:41)
>  100% (  3 /  3) in 'Text.Pandoc.Writers.AsciiDoc'
>   50% (  1 /  2) in 'Text.Pandoc.Readers.Vimwiki'
>   Missing documentation for:
>     readVimwiki (src/Text/Pandoc/Readers/Vimwiki.hs:86)
>  100% (  4 /  4) in 'Text.Pandoc.Readers.Txt2Tags'
>  100% (  2 /  2) in 'Text.Pandoc.Readers.TikiWiki'
>  100% (  2 /  2) in 'Text.Pandoc.Readers.RST'
>  100% (  2 /  2) in 'Text.Pandoc.Readers.Muse'
>  100% (  2 /  2) in 'Text.Pandoc.Readers.Man'
>   25% (  2 /  8) in 'Text.Pandoc.Readers.LaTeX'
>   Missing documentation for:
>     applyMacros (src/Text/Pandoc/Readers/LaTeX/Parsing.hs:240)
>     rawLaTeXInline (src/Text/Pandoc/Readers/LaTeX.hs:161)
>     rawLaTeXBlock (src/Text/Pandoc/Readers/LaTeX.hs:130)
>     inlineCommand (src/Text/Pandoc/Readers/LaTeX.hs:177)
>     tokenize (src/Text/Pandoc/Readers/LaTeX/Parsing.hs:252)
>     untokenize (src/Text/Pandoc/Readers/LaTeX/Parsing.hs:355)
>  100% (  2 /  2) in 'Text.Pandoc.Readers.Org'
>   44% (  4 /  9) in 'Text.Pandoc.Readers.HTML'
>   Missing documentation for:
>     isInlineTag (src/Text/Pandoc/Readers/HTML.hs:1090)
>     isBlockTag (src/Text/Pandoc/Readers/HTML.hs:1097)
>     NamedTag (src/Text/Pandoc/Readers/HTML.hs:1077)
>     isTextTag (src/Text/Pandoc/Readers/HTML.hs:1108)
>     isCommentTag (src/Text/Pandoc/Readers/HTML.hs:1111)
> Warning: '#' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'p' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
>  100% (  2 /  2) in 'Text.Pandoc.Readers.Textile'
>  100% (  2 /  2) in 'Text.Pandoc.Readers.TWiki'
>  100% (  2 /  2) in 'Text.Pandoc.Readers.MediaWiki'
> Warning: 'headerParser' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'rowParser' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'lineParser' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
> Warning: 'footerParser' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
>  100% (  3 /  3) in 'Text.Pandoc.Readers.Markdown'
>   50% (  1 /  2) in 'Text.Pandoc.Readers.OPML'
>   Missing documentation for:
>     readOPML (src/Text/Pandoc/Readers/OPML.hs:49)
>   50% (  1 /  2) in 'Text.Pandoc.Readers.Ipynb'
>   Missing documentation for:
>     readIpynb (src/Text/Pandoc/Readers/Ipynb.hs:43)
>   50% (  1 /  2) in 'Text.Pandoc.Readers.EPUB'
>   Missing documentation for:
>     readEPUB (src/Text/Pandoc/Readers/EPUB.hs:50)
>  100% (  2 /  2) in 'Text.Pandoc.Readers.DokuWiki'
>  100% (  2 /  2) in 'Text.Pandoc.Readers.Creole'
>   69% ( 24 / 35) in 'Text.Pandoc.Readers'
>   Missing documentation for:
>     Reader (src/Text/Pandoc/Readers.hs:101)
>     readDocx (src/Text/Pandoc/Readers/Docx.hs:90)
>     readOdt (src/Text/Pandoc/Readers/Odt.hs:41)
>     readVimwiki (src/Text/Pandoc/Readers/Vimwiki.hs:86)
>     readJATS (src/Text/Pandoc/Readers/JATS.hs:52)
>     readDocBook (src/Text/Pandoc/Readers/DocBook.hs:536)
>     readOPML (src/Text/Pandoc/Readers/OPML.hs:49)
>     readEPUB (src/Text/Pandoc/Readers/EPUB.hs:50)
>     readFB2 (src/Text/Pandoc/Readers/FB2.hs:65)
>     readIpynb (src/Text/Pandoc/Readers/Ipynb.hs:43)
>     readCSV (src/Text/Pandoc/Readers/CSV.hs:27)
> Warning: 'list' is out of scope.
>     If you qualify the identifier, haddock can try to link it anyway.
>  100% (  8 /  8) in 'Text.Pandoc.Lua'
>  100% (  2 /  2) in 'Text.Pandoc.Writers.Custom'
>   88% ( 49 / 56) in 'Text.Pandoc.Writers'
>   Missing documentation for:
>     Writer (src/Text/Pandoc/Writers.hs:122)
>     writeDocbook4 (src/Text/Pandoc/Writers/Docbook.hs:67)
>     writeDocbook5 (src/Text/Pandoc/Writers/Docbook.hs:71)
>     writeDocx (src/Text/Pandoc/Writers/Docx.hs:214)
>     writeIpynb (src/Text/Pandoc/Writers/Ipynb.hs:41)
>     writeJSON (src/Text/Pandoc/Writers.hs:211)
>     writePowerpoint (src/Text/Pandoc/Writers/Powerpoint.hs:34)
>  100% (  3 /  3) in 'Text.Pandoc.Filter'
>  100% ( 21 / 21) in 'Text.Pandoc'
>   78% (  7 /  9) in 'Text.Pandoc.App'
>   Missing documentation for:
>     convertWithOpts (src/Text/Pandoc/App.hs:68)
>     parseOptions (src/Text/Pandoc/App/CommandLineOptions.hs:69)
> Warning: Text.Pandoc.Emoji: could not find link destinations for:
>     Inline
> Warning: Text.Pandoc.Extensions: could not find link destinations for:
>     FromJSON parseJSON Value Parser parseJSONList ToJSON toJSON toEncoding Encoding toJSONList toEncodingList Pushable push Lua
> Warning: Text.Pandoc.Logging: could not find link destinations for:
>     FromJSON parseJSON Value Parser parseJSONList ToJSON toJSON toEncoding Encoding toJSONList toEncodingList FromYAML parseYAML Node Pos Parser Inline Block Peekable peek StackIndex Lua Pushable push
> Warning: Text.Pandoc.Shared: could not find link destinations for:
>     ListNumberStyle ListNumberDelim Inlines Walkable Inline Blocks Block Pandoc TableCell ToMetaValue Meta Format Tag Archive
> Warning: Text.Pandoc.Highlighting: could not find link destinations for:
>     Attr Html FromJSON parseJSON Value Parser parseJSONList ToJSON toJSON toEncoding Encoding toJSONList toEncodingList
> Warning: Text.Pandoc.Options: could not find link destinations for:
>     FromJSON parseJSON Value Parser parseJSONList ToJSON toJSON toEncoding Encoding toJSONList toEncodingList Pushable push Lua FromYAML parseYAML Node Pos Parser HasSyntaxExtensions
> Warning: Text.Pandoc.BCP47: could not find link destinations for:
>     Meta
> Warning: Text.Pandoc.ImageSize: could not find link destinations for:
>     ImageSize Attr
> Warning: Text.Pandoc.Error: could not find link destinations for:
>     HttpException Input
> Warning: Text.Pandoc.Readers.Odt: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.Native: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.Jira: could not find link destinations for:
>     Pandoc BulletList OrderedList CodeBlock Div Table simpleTable
> Warning: Text.Pandoc.Readers.JATS: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.Haddock: could not find link destinations for:
>     Pandoc Example
> Warning: Text.Pandoc.Readers.FB2: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.Docx: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.DocBook: could not find link destinations for:
>     Pandoc showContent
> Warning: Text.Pandoc.Readers.CommonMark: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Class: could not find link destinations for:
>     Peekable peek StackIndex Lua Pushable push Pandoc Term Archive FromJSON parseJSON Value Parser parseJSONList FromYAML parseYAML Node Pos Parser
> Warning: Text.Pandoc.Readers.CSV: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.Math: could not find link destinations for:
>     MathType Inline Pandoc DisplayType Exp
> Warning: Text.Pandoc.Writers.Native: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.OOXML: could not find link destinations for:
>     Node Element QName Archive
> Warning: Text.Pandoc.Writers.Shared: could not find link destinations for:
>     Block Inline Meta Attr Alignment
> Warning: Text.Pandoc.Writers.ZimWiki: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.Textile: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.Texinfo: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.TEI: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.RTF: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.RST: could not find link destinations for:
>     Pandoc Inline
> Warning: Text.Pandoc.Writers.Powerpoint: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.Org: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.Muse: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.Ms: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.Man: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.LaTeX: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.Jira: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.Haddock: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.FB2: could not find link destinations for:
>     Pandoc Inline
> Warning: Text.Pandoc.Writers.DokuWiki: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.Docx: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.ConTeXt: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.PDF: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.OpenDocument: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.ODT: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.MediaWiki: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.XWiki: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.JATS: could not find link destinations for:
>     Pandoc blocksToJATS
> Warning: Text.Pandoc.Writers.ICML: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.HTML: could not find link destinations for:
>     Pandoc Html Attr
> Warning: Text.Pandoc.Writers.EPUB: could not find link destinations for:
>     Pandoc ppTopElement
> Warning: Text.Pandoc.Writers.Docbook: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.CommonMark: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Parsing: could not find link destinations for:
>     ListNumberStyle ListAttributes ListNumberDelim Inline Blocks Alignment TableComponents Meta Attr Inlines HasMeta setMeta ToMetaValue deleteMeta Target
> Warning: Text.Pandoc.Writers.Markdown: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.OPML: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.Ipynb: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers.AsciiDoc: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.Vimwiki: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.Txt2Tags: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.TikiWiki: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.RST: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.Muse: could not find link destinations for:
>     Pandoc Attr RawInline inlineLiteralTag
> Warning: Text.Pandoc.Readers.Man: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.LaTeX: could not find link destinations for:
>     Pandoc Inlines
> Warning: Text.Pandoc.Readers.Org: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.HTML: could not find link destinations for:
>     Pandoc Tag
> Warning: Text.Pandoc.Readers.Textile: could not find link destinations for:
>     Pandoc table
> Warning: Text.Pandoc.Readers.TWiki: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.MediaWiki: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.Markdown: could not find link destinations for:
>     Pandoc Meta
> Warning: Text.Pandoc.Readers.OPML: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.Ipynb: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.EPUB: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.DokuWiki: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers.Creole: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Readers: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Lua: could not find link destinations for:
>     Lua Pandoc
> Warning: Text.Pandoc.Writers.Custom: could not find link destinations for:
>     Pandoc
> Warning: Text.Pandoc.Writers: could not find link destinations for:
>     Pandoc Html
> Warning: Text.Pandoc.Filter: could not find link destinations for:
>     FromJSON parseJSON Value Parser parseJSONList ToJSON toJSON toEncoding Encoding toJSONList toEncodingList FromYAML parseYAML Node Pos Parser Pandoc
> Warning: Text.Pandoc.App: could not find link destinations for:
>     Meta IpynbOutput FromJSON parseJSON Value Parser parseJSONList ToJSON toJSON toEncoding Encoding toJSONList toEncodingList FromYAML parseYAML Node Pos Parser Pandoc
> Documentation created: dist-ghc/doc/html/pandoc/index.html,
> dist-ghc/doc/html/pandoc/pandoc.txt
> creating dist-ghc/build/pandoc
> creating dist-ghc/build/pandoc/autogen
> creating dist-ghc/build/pandoc/autogen
> Preprocessing executable 'pandoc' for pandoc-2.9.2.1..
> Running dh_listpackages
> pandoc
> pandoc-data
> libghc-pandoc-dev
> libghc-pandoc-doc
> libghc-pandoc-prof
> Running debian/hlibrary.setup build --builddir=dist-ghc
> Preprocessing library for pandoc-2.9.2.1..
> Building library for pandoc-2.9.2.1..
> [  1 of 165] Compiling Paths_pandoc
> [  2 of 165] Compiling Text.Pandoc.App.FormatHeuristics
> [  3 of 165] Compiling Text.Pandoc.Asciify
> [  4 of 165] Compiling Text.Pandoc.CSV
> [  5 of 165] Compiling Text.Pandoc.Emoji
> [  6 of 165] Compiling Text.Pandoc.Extensions
> [  7 of 165] Compiling Text.Pandoc.Logging
> [  8 of 165] Compiling Text.Pandoc.Lua.Marshaling.AnyValue
> [  9 of 165] Compiling Text.Pandoc.Lua.Marshaling.Context
> [ 10 of 165] Compiling Text.Pandoc.Lua.Walk
> [ 11 of 165] Compiling Text.Pandoc.MIME
> [ 12 of 165] Compiling Text.Pandoc.MediaBag
> [ 13 of 165] Compiling Text.Pandoc.Lua.Marshaling.MediaBag
> [ 14 of 165] Compiling Text.Pandoc.Process
> [ 15 of 165] Compiling Text.Pandoc.Readers.Docx.Combine
> [ 16 of 165] Compiling Text.Pandoc.Readers.Docx.Fields
> [ 17 of 165] Compiling Text.Pandoc.Readers.Docx.Util
> [ 18 of 165] Compiling Text.Pandoc.Readers.LaTeX.Types
> [ 19 of 165] Compiling Text.Pandoc.Readers.Odt.Generic.Fallible
> [ 20 of 165] Compiling Text.Pandoc.Readers.Odt.Generic.Namespaces
> [ 21 of 165] Compiling Text.Pandoc.Readers.Odt.Generic.SetMap
> [ 22 of 165] Compiling Text.Pandoc.Readers.Odt.Generic.Utils
> [ 23 of 165] Compiling Text.Pandoc.Readers.Odt.Arrows.Utils
> [ 24 of 165] Compiling Text.Pandoc.Readers.Odt.Arrows.State
> [ 25 of 165] Compiling Text.Pandoc.Readers.Odt.Generic.XMLConverter
> [ 26 of 165] Compiling Text.Pandoc.Readers.Odt.Namespaces
> [ 27 of 165] Compiling Text.Pandoc.Readers.Odt.Base
> [ 28 of 165] Compiling Text.Pandoc.RoffChar
> [ 29 of 165] Compiling Text.Pandoc.Shared
> [ 30 of 165] Compiling Text.Pandoc.Readers.Org.Shared
> [ 31 of 165] Compiling Text.Pandoc.Readers.Odt.StyleReader
> [ 32 of 165] Compiling Text.Pandoc.Highlighting
> [ 33 of 165] Compiling Text.Pandoc.Options
> [ 34 of 165] Compiling Text.Pandoc.Image
> [ 35 of 165] Compiling Text.Pandoc.BCP47
> [ 36 of 165] Compiling Text.Pandoc.Readers.LaTeX.Lang
> [ 37 of 165] Compiling Text.Pandoc.CSS
> [ 38 of 165] Compiling Text.Pandoc.Slides
> [ 39 of 165] Compiling Text.Pandoc.UTF8
> [ 40 of 165] Compiling Text.Pandoc.Translations
> [ 41 of 165] Compiling Text.Pandoc.Class.CommonState
> [ 42 of 165] Compiling Text.Pandoc.Readers.Odt.ContentReader
> [ 43 of 165] Compiling Text.Pandoc.Readers.Docx.Parse.Styles
> [ 44 of 165] Compiling Text.Pandoc.Readers.Docx.Parse
> [ 45 of 165] Compiling Text.Pandoc.Readers.Docx.Lists
> [ 46 of 165] Compiling Text.Pandoc.ImageSize
> [ 47 of 165] Compiling Text.Pandoc.Error
> [ 48 of 165] Compiling Text.Pandoc.Class.PandocMonad
> [ 49 of 165] Compiling Text.Pandoc.Templates
> [ 50 of 165] Compiling Text.Pandoc.SelfContained
> [ 51 of 165] Compiling Text.Pandoc.Readers.Odt
> [ 52 of 165] Compiling Text.Pandoc.Readers.Native
> [ 53 of 165] Compiling Text.Pandoc.Readers.Jira
> [ 54 of 165] Compiling Text.Pandoc.Readers.JATS
> [ 55 of 165] Compiling Text.Pandoc.Readers.Haddock
> [ 56 of 165] Compiling Text.Pandoc.Readers.FB2
> [ 57 of 165] Compiling Text.Pandoc.Readers.Docx
> [ 58 of 165] Compiling Text.Pandoc.Readers.DocBook
> [ 59 of 165] Compiling Text.Pandoc.Readers.CommonMark
> [ 60 of 165] Compiling Text.Pandoc.Filter.Path
> [ 61 of 165] Compiling Text.Pandoc.Class.PandocPure
> [ 62 of 165] Compiling Text.Pandoc.Class.PandocIO
> [ 63 of 165] Compiling Text.Pandoc.Lua.Util
> [ 64 of 165] Compiling Text.Pandoc.Lua.Module.System
> [ 65 of 165] Compiling Text.Pandoc.Lua.Marshaling.Version
> [ 66 of 165] Compiling Text.Pandoc.Lua.Marshaling.List
> [ 67 of 165] Compiling Text.Pandoc.Filter.JSON
> [ 68 of 165] Compiling Text.Pandoc.Class
> [ 69 of 165] Compiling Text.Pandoc.Readers.CSV
> [ 70 of 165] Compiling Text.Pandoc.Lua.Marshaling.CommonState
> [ 71 of 165] Compiling Text.Pandoc.Lua.Marshaling.ReaderOptions
> [ 72 of 165] Compiling Text.Pandoc.Lua.Marshaling.AST
> [ 73 of 165] Compiling Text.Pandoc.Lua.Module.Types
> [ 74 of 165] Compiling Text.Pandoc.Lua.Marshaling
> [ 75 of 165] Compiling Text.Pandoc.Lua.Module.Utils
> [ 76 of 165] Compiling Text.Pandoc.Lua.Module.MediaBag
> [ 77 of 165] Compiling Text.Pandoc.Lua.Global
> [ 78 of 165] Compiling Text.Pandoc.Lua.Filter
> [ 79 of 165] Compiling Text.Pandoc.UUID
> [ 80 of 165] Compiling Text.Pandoc.Writers.Docx.StyleMap
> [ 81 of 165] Compiling Text.Pandoc.Writers.Math
> [ 82 of 165] Compiling Text.Pandoc.Writers.Native
> [ 83 of 165] Compiling Text.Pandoc.Writers.OOXML
> [ 84 of 165] Compiling Text.Pandoc.Writers.Roff
> [ 85 of 165] Compiling Text.Pandoc.XML
> [ 86 of 165] Compiling Text.Pandoc.Writers.Shared
> [ 87 of 165] Compiling Text.Pandoc.Writers.ZimWiki
> [ 88 of 165] Compiling Text.Pandoc.Writers.Textile
> [ 89 of 165] Compiling Text.Pandoc.Writers.Texinfo
> [ 90 of 165] Compiling Text.Pandoc.Writers.TEI
> [ 91 of 165] Compiling Text.Pandoc.Writers.RTF
> [ 92 of 165] Compiling Text.Pandoc.Writers.RST
> [ 93 of 165] Compiling Text.Pandoc.Writers.Powerpoint.Presentation
> [ 94 of 165] Compiling Text.Pandoc.Writers.Powerpoint.Output
> [ 95 of 165] Compiling Text.Pandoc.Writers.Powerpoint
> [ 96 of 165] Compiling Text.Pandoc.Writers.Org
> [ 97 of 165] Compiling Text.Pandoc.Writers.Muse
> [ 98 of 165] Compiling Text.Pandoc.Writers.Ms
> [ 99 of 165] Compiling Text.Pandoc.Writers.Man
> [100 of 165] Compiling Text.Pandoc.Writers.LaTeX
> [101 of 165] Compiling Text.Pandoc.Writers.Jira
> [102 of 165] Compiling Text.Pandoc.Writers.Haddock
> [103 of 165] Compiling Text.Pandoc.Writers.FB2
> [104 of 165] Compiling Text.Pandoc.Writers.DokuWiki
> [105 of 165] Compiling Text.Pandoc.Writers.Docx
> [106 of 165] Compiling Text.Pandoc.Writers.ConTeXt
> [107 of 165] Compiling Text.Pandoc.PDF
> [108 of 165] Compiling Text.Pandoc.Writers.OpenDocument
> [109 of 165] Compiling Text.Pandoc.Writers.ODT
> [110 of 165] Compiling Text.Pandoc.Writers.MediaWiki
> [111 of 165] Compiling Text.Pandoc.Writers.XWiki
> [112 of 165] Compiling Text.Pandoc.Writers.JATS
> [113 of 165] Compiling Text.Pandoc.Writers.ICML
> [114 of 165] Compiling Text.Pandoc.Writers.HTML
> [115 of 165] Compiling Text.Pandoc.Writers.EPUB
> [116 of 165] Compiling Text.Pandoc.Writers.Docbook
> [117 of 165] Compiling Text.Pandoc.Writers.CommonMark
> [118 of 165] Compiling Text.Pandoc.Parsing
> [119 of 165] Compiling Text.Pandoc.Writers.Markdown
> [120 of 165] Compiling Text.Pandoc.Writers.OPML
> [121 of 165] Compiling Text.Pandoc.Writers.Ipynb
> [122 of 165] Compiling Text.Pandoc.Writers.AsciiDoc
> [123 of 165] Compiling Text.Pandoc.Readers.Vimwiki
> [124 of 165] Compiling Text.Pandoc.Readers.Txt2Tags
> [125 of 165] Compiling Text.Pandoc.Readers.TikiWiki
> [126 of 165] Compiling Text.Pandoc.Readers.Roff
> [127 of 165] Compiling Text.Pandoc.Readers.RST
> [128 of 165] Compiling Text.Pandoc.Readers.Org.ParserState
> [129 of 165] Compiling Text.Pandoc.Readers.Org.Parsing
> [130 of 165] Compiling Text.Pandoc.Readers.Org.BlockStarts
> [131 of 165] Compiling Text.Pandoc.Readers.Org.ExportSettings
> [132 of 165] Compiling Text.Pandoc.Readers.Org.DocumentTree
> [133 of 165] Compiling Text.Pandoc.Readers.Muse
> [134 of 165] Compiling Text.Pandoc.Readers.Metadata
> [135 of 165] Compiling Text.Pandoc.Readers.Man
> [136 of 165] Compiling Text.Pandoc.Readers.LaTeX.Parsing
> [137 of 165] Compiling Text.Pandoc.Readers.LaTeX
> [138 of 165] Compiling Text.Pandoc.Readers.Org.Inlines
> [139 of 165] Compiling Text.Pandoc.Readers.Org.Meta
> [140 of 165] Compiling Text.Pandoc.Readers.Org.Blocks
> [141 of 165] Compiling Text.Pandoc.Readers.Org
> [142 of 165] Compiling Text.Pandoc.Readers.HTML
> [143 of 165] Compiling Text.Pandoc.Readers.Textile
> [144 of 165] Compiling Text.Pandoc.Readers.TWiki
> [145 of 165] Compiling Text.Pandoc.Readers.MediaWiki
> [146 of 165] Compiling Text.Pandoc.Readers.Markdown
> [147 of 165] Compiling Text.Pandoc.Readers.OPML
> [148 of 165] Compiling Text.Pandoc.Readers.Ipynb
> [149 of 165] Compiling Text.Pandoc.Readers.EPUB
> [150 of 165] Compiling Text.Pandoc.Readers.DokuWiki
> [151 of 165] Compiling Text.Pandoc.Readers.Creole
> [152 of 165] Compiling Text.Pandoc.Readers
> [153 of 165] Compiling Text.Pandoc.Lua.Module.Pandoc
> [154 of 165] Compiling Text.Pandoc.Lua.Packages
> [155 of 165] Compiling Text.Pandoc.Lua.Init
> [156 of 165] Compiling Text.Pandoc.Lua
> [157 of 165] Compiling Text.Pandoc.Writers.Custom
> [158 of 165] Compiling Text.Pandoc.Writers
> [159 of 165] Compiling Text.Pandoc.Filter.Lua
> [160 of 165] Compiling Text.Pandoc.Filter
> [161 of 165] Compiling Text.Pandoc.App.Opt
> [162 of 165] Compiling Text.Pandoc
> [163 of 165] Compiling Text.Pandoc.App.CommandLineOptions
> [164 of 165] Compiling Text.Pandoc.App.OutputSettings
> [165 of 165] Compiling Text.Pandoc.App
> [  1 of 165] Compiling Paths_pandoc
> [  2 of 165] Compiling Text.Pandoc.App.FormatHeuristics
> [  3 of 165] Compiling Text.Pandoc.Asciify
> [  4 of 165] Compiling Text.Pandoc.CSV
> [  5 of 165] Compiling Text.Pandoc.Emoji
> [  6 of 165] Compiling Text.Pandoc.Extensions
> [  7 of 165] Compiling Text.Pandoc.Logging
> [  8 of 165] Compiling Text.Pandoc.Lua.Marshaling.AnyValue
> [  9 of 165] Compiling Text.Pandoc.Lua.Marshaling.Context
> [ 10 of 165] Compiling Text.Pandoc.Lua.Walk
> [ 11 of 165] Compiling Text.Pandoc.MIME
> [ 12 of 165] Compiling Text.Pandoc.MediaBag
> [ 13 of 165] Compiling Text.Pandoc.Lua.Marshaling.MediaBag
> [ 14 of 165] Compiling Text.Pandoc.Process
> [ 15 of 165] Compiling Text.Pandoc.Readers.Docx.Combine
> [ 16 of 165] Compiling Text.Pandoc.Readers.Docx.Fields
> [ 17 of 165] Compiling Text.Pandoc.Readers.Docx.Util
> [ 18 of 165] Compiling Text.Pandoc.Readers.LaTeX.Types
> [ 19 of 165] Compiling Text.Pandoc.Readers.Odt.Generic.Fallible
> [ 20 of 165] Compiling Text.Pandoc.Readers.Odt.Generic.Namespaces
> [ 21 of 165] Compiling Text.Pandoc.Readers.Odt.Generic.SetMap
> [ 22 of 165] Compiling Text.Pandoc.Readers.Odt.Generic.Utils
> [ 23 of 165] Compiling Text.Pandoc.Readers.Odt.Arrows.Utils
> [ 24 of 165] Compiling Text.Pandoc.Readers.Odt.Arrows.State
> [ 25 of 165] Compiling Text.Pandoc.Readers.Odt.Generic.XMLConverter
> [ 26 of 165] Compiling Text.Pandoc.Readers.Odt.Namespaces
> [ 27 of 165] Compiling Text.Pandoc.Readers.Odt.Base
> [ 28 of 165] Compiling Text.Pandoc.RoffChar
> [ 29 of 165] Compiling Text.Pandoc.Shared
> [ 30 of 165] Compiling Text.Pandoc.Readers.Org.Shared
> [ 31 of 165] Compiling Text.Pandoc.Readers.Odt.StyleReader
> [ 32 of 165] Compiling Text.Pandoc.Highlighting
> [ 33 of 165] Compiling Text.Pandoc.Options
> [ 34 of 165] Compiling Text.Pandoc.Image
> [ 35 of 165] Compiling Text.Pandoc.BCP47
> [ 36 of 165] Compiling Text.Pandoc.Readers.LaTeX.Lang
> [ 37 of 165] Compiling Text.Pandoc.CSS
> [ 38 of 165] Compiling Text.Pandoc.Slides
> [ 39 of 165] Compiling Text.Pandoc.UTF8
> [ 40 of 165] Compiling Text.Pandoc.Translations
> [ 41 of 165] Compiling Text.Pandoc.Class.CommonState
> [ 42 of 165] Compiling Text.Pandoc.Readers.Odt.ContentReader
> [ 43 of 165] Compiling Text.Pandoc.Readers.Docx.Parse.Styles
> [ 44 of 165] Compiling Text.Pandoc.Readers.Docx.Parse
> [ 45 of 165] Compiling Text.Pandoc.Readers.Docx.Lists
> [ 46 of 165] Compiling Text.Pandoc.ImageSize
> [ 47 of 165] Compiling Text.Pandoc.Error
> [ 48 of 165] Compiling Text.Pandoc.Class.PandocMonad
> [ 49 of 165] Compiling Text.Pandoc.Templates
> [ 50 of 165] Compiling Text.Pandoc.SelfContained
> [ 51 of 165] Compiling Text.Pandoc.Readers.Odt
> [ 52 of 165] Compiling Text.Pandoc.Readers.Native
> [ 53 of 165] Compiling Text.Pandoc.Readers.Jira
> [ 54 of 165] Compiling Text.Pandoc.Readers.JATS
> [ 55 of 165] Compiling Text.Pandoc.Readers.Haddock
> [ 56 of 165] Compiling Text.Pandoc.Readers.FB2
> [ 57 of 165] Compiling Text.Pandoc.Readers.Docx
> [ 58 of 165] Compiling Text.Pandoc.Readers.DocBook
> [ 59 of 165] Compiling Text.Pandoc.Readers.CommonMark
> [ 60 of 165] Compiling Text.Pandoc.Filter.Path
> [ 61 of 165] Compiling Text.Pandoc.Class.PandocPure
> [ 62 of 165] Compiling Text.Pandoc.Class.PandocIO
> [ 63 of 165] Compiling Text.Pandoc.Lua.Util
> [ 64 of 165] Compiling Text.Pandoc.Lua.Module.System
> [ 65 of 165] Compiling Text.Pandoc.Lua.Marshaling.Version
> [ 66 of 165] Compiling Text.Pandoc.Lua.Marshaling.List
> [ 67 of 165] Compiling Text.Pandoc.Filter.JSON
> [ 68 of 165] Compiling Text.Pandoc.Class
> [ 69 of 165] Compiling Text.Pandoc.Readers.CSV
> [ 70 of 165] Compiling Text.Pandoc.Lua.Marshaling.CommonState
> [ 71 of 165] Compiling Text.Pandoc.Lua.Marshaling.ReaderOptions
> [ 72 of 165] Compiling Text.Pandoc.Lua.Marshaling.AST
> [ 73 of 165] Compiling Text.Pandoc.Lua.Module.Types
> [ 74 of 165] Compiling Text.Pandoc.Lua.Marshaling
> [ 75 of 165] Compiling Text.Pandoc.Lua.Module.Utils
> [ 76 of 165] Compiling Text.Pandoc.Lua.Module.MediaBag
> [ 77 of 165] Compiling Text.Pandoc.Lua.Global
> [ 78 of 165] Compiling Text.Pandoc.Lua.Filter
> [ 79 of 165] Compiling Text.Pandoc.UUID
> [ 80 of 165] Compiling Text.Pandoc.Writers.Docx.StyleMap
> [ 81 of 165] Compiling Text.Pandoc.Writers.Math
> [ 82 of 165] Compiling Text.Pandoc.Writers.Native
> [ 83 of 165] Compiling Text.Pandoc.Writers.OOXML
> [ 84 of 165] Compiling Text.Pandoc.Writers.Roff
> [ 85 of 165] Compiling Text.Pandoc.XML
> [ 86 of 165] Compiling Text.Pandoc.Writers.Shared
> [ 87 of 165] Compiling Text.Pandoc.Writers.ZimWiki
> [ 88 of 165] Compiling Text.Pandoc.Writers.Textile
> [ 89 of 165] Compiling Text.Pandoc.Writers.Texinfo
> [ 90 of 165] Compiling Text.Pandoc.Writers.TEI
> [ 91 of 165] Compiling Text.Pandoc.Writers.RTF
> [ 92 of 165] Compiling Text.Pandoc.Writers.RST
> [ 93 of 165] Compiling Text.Pandoc.Writers.Powerpoint.Presentation
> [ 94 of 165] Compiling Text.Pandoc.Writers.Powerpoint.Output
> [ 95 of 165] Compiling Text.Pandoc.Writers.Powerpoint
> [ 96 of 165] Compiling Text.Pandoc.Writers.Org
> [ 97 of 165] Compiling Text.Pandoc.Writers.Muse
> [ 98 of 165] Compiling Text.Pandoc.Writers.Ms
> [ 99 of 165] Compiling Text.Pandoc.Writers.Man
> [100 of 165] Compiling Text.Pandoc.Writers.LaTeX
> [101 of 165] Compiling Text.Pandoc.Writers.Jira
> [102 of 165] Compiling Text.Pandoc.Writers.Haddock
> [103 of 165] Compiling Text.Pandoc.Writers.FB2
> [104 of 165] Compiling Text.Pandoc.Writers.DokuWiki
> [105 of 165] Compiling Text.Pandoc.Writers.Docx
> [106 of 165] Compiling Text.Pandoc.Writers.ConTeXt
> [107 of 165] Compiling Text.Pandoc.PDF
> [108 of 165] Compiling Text.Pandoc.Writers.OpenDocument
> [109 of 165] Compiling Text.Pandoc.Writers.ODT
> [110 of 165] Compiling Text.Pandoc.Writers.MediaWiki
> [111 of 165] Compiling Text.Pandoc.Writers.XWiki
> [112 of 165] Compiling Text.Pandoc.Writers.JATS
> [113 of 165] Compiling Text.Pandoc.Writers.ICML
> [114 of 165] Compiling Text.Pandoc.Writers.HTML
> [115 of 165] Compiling Text.Pandoc.Writers.EPUB
> [116 of 165] Compiling Text.Pandoc.Writers.Docbook
> [117 of 165] Compiling Text.Pandoc.Writers.CommonMark
> [118 of 165] Compiling Text.Pandoc.Parsing
> [119 of 165] Compiling Text.Pandoc.Writers.Markdown
> [120 of 165] Compiling Text.Pandoc.Writers.OPML
> [121 of 165] Compiling Text.Pandoc.Writers.Ipynb
> [122 of 165] Compiling Text.Pandoc.Writers.AsciiDoc
> [123 of 165] Compiling Text.Pandoc.Readers.Vimwiki
> [124 of 165] Compiling Text.Pandoc.Readers.Txt2Tags
> [125 of 165] Compiling Text.Pandoc.Readers.TikiWiki
> [126 of 165] Compiling Text.Pandoc.Readers.Roff
> [127 of 165] Compiling Text.Pandoc.Readers.RST
> [128 of 165] Compiling Text.Pandoc.Readers.Org.ParserState
> [129 of 165] Compiling Text.Pandoc.Readers.Org.Parsing
> [130 of 165] Compiling Text.Pandoc.Readers.Org.BlockStarts
> [131 of 165] Compiling Text.Pandoc.Readers.Org.ExportSettings
> [132 of 165] Compiling Text.Pandoc.Readers.Org.DocumentTree
> [133 of 165] Compiling Text.Pandoc.Readers.Muse
> [134 of 165] Compiling Text.Pandoc.Readers.Metadata
> [135 of 165] Compiling Text.Pandoc.Readers.Man
> [136 of 165] Compiling Text.Pandoc.Readers.LaTeX.Parsing
> [137 of 165] Compiling Text.Pandoc.Readers.LaTeX
> [138 of 165] Compiling Text.Pandoc.Readers.Org.Inlines
> [139 of 165] Compiling Text.Pandoc.Readers.Org.Meta
> [140 of 165] Compiling Text.Pandoc.Readers.Org.Blocks
> [141 of 165] Compiling Text.Pandoc.Readers.Org
> [142 of 165] Compiling Text.Pandoc.Readers.HTML
> [143 of 165] Compiling Text.Pandoc.Readers.Textile
> [144 of 165] Compiling Text.Pandoc.Readers.TWiki
> [145 of 165] Compiling Text.Pandoc.Readers.MediaWiki
> [146 of 165] Compiling Text.Pandoc.Readers.Markdown
> [147 of 165] Compiling Text.Pandoc.Readers.OPML
> [148 of 165] Compiling Text.Pandoc.Readers.Ipynb
> [149 of 165] Compiling Text.Pandoc.Readers.EPUB
> [150 of 165] Compiling Text.Pandoc.Readers.DokuWiki
> [151 of 165] Compiling Text.Pandoc.Readers.Creole
> [152 of 165] Compiling Text.Pandoc.Readers
> [153 of 165] Compiling Text.Pandoc.Lua.Module.Pandoc
> [154 of 165] Compiling Text.Pandoc.Lua.Packages
> [155 of 165] Compiling Text.Pandoc.Lua.Init
> [156 of 165] Compiling Text.Pandoc.Lua
> [157 of 165] Compiling Text.Pandoc.Writers.Custom
> [158 of 165] Compiling Text.Pandoc.Writers
> [159 of 165] Compiling Text.Pandoc.Filter.Lua
> [160 of 165] Compiling Text.Pandoc.Filter
> [161 of 165] Compiling Text.Pandoc.App.Opt
> [162 of 165] Compiling Text.Pandoc
> [163 of 165] Compiling Text.Pandoc.App.CommandLineOptions
> [164 of 165] Compiling Text.Pandoc.App.OutputSettings
> [165 of 165] Compiling Text.Pandoc.App
> Preprocessing executable 'pandoc' for pandoc-2.9.2.1..
> Building executable 'pandoc' for pandoc-2.9.2.1..
> [1 of 2] Compiling Main
> [2 of 2] Compiling Paths_pandoc
> Linking dist-ghc/build/pandoc/pandoc ...
> Running dh_listpackages
> pandoc
> pandoc-data
> libghc-pandoc-dev
> libghc-pandoc-doc
> libghc-pandoc-prof
> Running debian/hlibrary.setup test --builddir=dist-ghc --show-details=direct
> Non-zero exit code 1.
> hlibrary.setup: No test suites enabled. Did you remember to configure with
> '--enable-tests'?
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 107.
> 	Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("debian/hlibrary.setup", "test", "--builddir=dist-ghc", "--show-details=direct") called at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 131
> 	Debian::Debhelper::Buildsystem::Haskell::Recipes::run("debian/hlibrary.setup", "test", "--builddir=dist-ghc", "--show-details=direct") called at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 676
> 	Debian::Debhelper::Buildsystem::Haskell::Recipes::check_recipe() called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: build-ghc-stamp] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/05/25/pandoc_2.9.2.1-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Version: 2.10-1

Quoting Lucas Nussbaum (2022-05-26 21:17:38)
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
[...]
> > Running debian/hlibrary.setup test --builddir=dist-ghc --show-details=direct
> > Non-zero exit code 1.
> > hlibrary.setup: No test suites enabled. Did you remember to configure with
> > '--enable-tests'?

This bug was fixd with release 2.10-1.

Thanks,

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature


--- End Message ---

Reply to: