src/Text/Pandoc/Definition.hs:102:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 102 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Pandoc/Builder.hs:192:1: warning: [-Wunused-imports] The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() | 192 | import Data.Traversable (Traversable) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Pandoc/Builder.hs:193:1: warning: [-Wunused-imports] The import of ‘Data.Foldable’ is redundant except perhaps to import instances from ‘Data.Foldable’ To import instances alone, use: import Data.Foldable() | 193 | import Data.Foldable (Foldable) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Pandoc/Builder.hs:198:1: warning: [-Wunused-imports] The import of ‘Data.Semigroup’ is redundant except perhaps to import instances from ‘Data.Semigroup’ To import instances alone, use: import Data.Semigroup() | 198 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Pandoc/Arbitrary.hs:7:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 7 | import Control.Applicative (Applicative ((<*>), pure), (<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Pandoc/Walk.hs:115:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 115 | import Control.Applicative (Applicative ((<*>), pure), (<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[7 of 7] Compiling Text.Pandoc.JSON ( src/Text/Pandoc/JSON.hs, dist/build/Text/Pandoc/JSON.o, dist/build/Text/Pandoc/JSON.dyn_o ) [1 of 7] Compiling Paths_pandoc_types ( dist/build/autogen/Paths_pandoc_types.hs, dist/build/Paths_pandoc_types.p_o ) [2 of 7] Compiling Text.Pandoc.Definition ( src/Text/Pandoc/Definition.hs, dist/build/Text/Pandoc/Definition.p_o ) [3 of 7] Compiling Text.Pandoc.Builder ( src/Text/Pandoc/Builder.hs, dist/build/Text/Pandoc/Builder.p_o ) [4 of 7] Compiling Text.Pandoc.Arbitrary ( src/Text/Pandoc/Arbitrary.hs, dist/build/Text/Pandoc/Arbitrary.p_o ) [5 of 7] Compiling Text.Pandoc.Generic ( src/Text/Pandoc/Generic.hs, dist/build/Text/Pandoc/Generic.p_o ) [6 of 7] Compiling Text.Pandoc.Walk ( src/Text/Pandoc/Walk.hs, dist/build/Text/Pandoc/Walk.p_o ) [7 of 7] Compiling Text.Pandoc.JSON ( src/Text/Pandoc/JSON.hs, dist/build/Text/Pandoc/JSON.p_o ) Preprocessing library for pandoc-types-1.22.1.. Running Haddock on library for pandoc-types-1.22.1.. Haddock coverage: 78% ( 30 / 38) in 'Text.Pandoc.Definition' Missing documentation for: Pandoc (src/Text/Pandoc/Definition.hs:105) MetaValue (src/Text/Pandoc/Definition.hs:127) nullMeta (src/Text/Pandoc/Definition.hs:135) isNullMeta (src/Text/Pandoc/Definition.hs:138) nullAttr (src/Text/Pandoc/Definition.hs:202) Citation (src/Text/Pandoc/Definition.hs:371) CitationMode (src/Text/Pandoc/Definition.hs:383) pandocTypesVersion (src/Text/Pandoc/Definition.hs:475) 32% ( 26 / 79) in 'Text.Pandoc.Builder' Missing documentation for: Many (src/Text/Pandoc/Builder.hs:200) Inlines (src/Text/Pandoc/Builder.hs:218) Blocks (src/Text/Pandoc/Builder.hs:219) singleton (src/Text/Pandoc/Builder.hs:208) toList (src/Text/Pandoc/Builder.hs:205) fromList (src/Text/Pandoc/Builder.hs:211) isNull (src/Text/Pandoc/Builder.hs:215) doc (src/Text/Pandoc/Builder.hs:272) ToMetaValue (src/Text/Pandoc/Builder.hs:275) HasMeta (src/Text/Pandoc/Builder.hs:305) setTitle (src/Text/Pandoc/Builder.hs:319) setAuthors (src/Text/Pandoc/Builder.hs:322) setDate (src/Text/Pandoc/Builder.hs:325) str (src/Text/Pandoc/Builder.hs:350) emph (src/Text/Pandoc/Builder.hs:353) underline (src/Text/Pandoc/Builder.hs:356) strong (src/Text/Pandoc/Builder.hs:359) strikeout (src/Text/Pandoc/Builder.hs:362) superscript (src/Text/Pandoc/Builder.hs:365) subscript (src/Text/Pandoc/Builder.hs:368) smallcaps (src/Text/Pandoc/Builder.hs:371) singleQuoted (src/Text/Pandoc/Builder.hs:374) doubleQuoted (src/Text/Pandoc/Builder.hs:377) cite (src/Text/Pandoc/Builder.hs:383) space (src/Text/Pandoc/Builder.hs:394) softbreak (src/Text/Pandoc/Builder.hs:397) linebreak (src/Text/Pandoc/Builder.hs:400) rawInline (src/Text/Pandoc/Builder.hs:411) link (src/Text/Pandoc/Builder.hs:414) linkWith (src/Text/Pandoc/Builder.hs:420) image (src/Text/Pandoc/Builder.hs:427) imageWith (src/Text/Pandoc/Builder.hs:433) note (src/Text/Pandoc/Builder.hs:440) spanWith (src/Text/Pandoc/Builder.hs:443) para (src/Text/Pandoc/Builder.hs:448) plain (src/Text/Pandoc/Builder.hs:451) lineBlock (src/Text/Pandoc/Builder.hs:456) rawBlock (src/Text/Pandoc/Builder.hs:467) blockQuote (src/Text/Pandoc/Builder.hs:470) bulletList (src/Text/Pandoc/Builder.hs:481) definitionList (src/Text/Pandoc/Builder.hs:484) header (src/Text/Pandoc/Builder.hs:487) headerWith (src/Text/Pandoc/Builder.hs:492) horizontalRule (src/Text/Pandoc/Builder.hs:495) cell (src/Text/Pandoc/Builder.hs:506) cellWith (src/Text/Pandoc/Builder.hs:498) tableWith (src/Text/Pandoc/Builder.hs:532) caption (src/Text/Pandoc/Builder.hs:563) simpleCaption (src/Text/Pandoc/Builder.hs:566) emptyCaption (src/Text/Pandoc/Builder.hs:569) simpleFigureWith (src/Text/Pandoc/Builder.hs:572) simpleFigure (src/Text/Pandoc/Builder.hs:576) divWith (src/Text/Pandoc/Builder.hs:579) 0% ( 0 / 1) in 'Text.Pandoc.Arbitrary' Missing documentation for: Module header Warning: 'Pandoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Text.Pandoc.Generic' 95% ( 23 / 24) in 'Text.Pandoc.Walk' Missing documentation for: Walkable (src/Text/Pandoc/Walk.hs:125) 100% ( 3 / 3) in 'Text.Pandoc.JSON' Documentation created: dist/doc/html/pandoc-types/index.html Installing library in /usr/src/slapt-src/haskell/haskell-pandoc-types/package-haskell-pandoc-types/usr/lib/ghc-8.10.4/pandoc-types-1.22.1 Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/haskell/haskell-pandoc-types/haskell-pandoc-types-1.22.1-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/haskell/haskell-pandoc-types/haskell-pandoc-types-1.22.1-i586-1salix15.0.txz created. Installing package haskell-pandoc-types-1.22.1-i586-1salix15.0... | haskell-pandoc-types (type definitions for Pandoc) | | This package contains definitions for the Pandoc data structure, | which is used by pandoc to represent structured documents. | | Homepage: https://hackage.haskell.org/package/pandoc-types | | | | | | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Pandoc/Walk.hs:115:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 115 | import Control.Applicative (Applicative ((<*>), pure), (<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Pandoc/Walk.hs:120:1: warning: [-Wunused-imports] The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() | 120 | import Data.Traversable (Traversable) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Pandoc/Walk.hs:122:1: warning: [-Wunused-imports] The import of ‘Data.Foldable’ is redundant except perhaps to import instances from ‘Data.Foldable’ To import instances alone, use: import Data.Foldable() | 122 | import Data.Foldable (Foldable) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Pandoc/Walk.hs:123:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 123 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ ./ install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/haskell-pandoc-types-1.22.1/ usr/doc/haskell-pandoc-types-1.22.1/LICENSE usr/doc/haskell-pandoc-types-1.22.1/haskell-pandoc-types.SlackBuild usr/doc/haskell-pandoc-types-1.22.1/html/ usr/doc/haskell-pandoc-types-1.22.1/html/Text-Pandoc-Arbitrary.html usr/doc/haskell-pandoc-types-1.22.1/html/Text-Pandoc-Builder.html usr/doc/haskell-pandoc-types-1.22.1/html/Text-Pandoc-Definition.html usr/doc/haskell-pandoc-types-1.22.1/html/Text-Pandoc-Generic.html usr/doc/haskell-pandoc-types-1.22.1/html/Text-Pandoc-JSON.html usr/doc/haskell-pandoc-types-1.22.1/html/Text-Pandoc-Walk.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-60.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-A.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-All.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-B.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-C.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-D.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-E.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-F.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-H.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-I.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-L.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-M.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-N.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-O.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-P.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-Q.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-R.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-S.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-T.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-U.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index-W.html usr/doc/haskell-pandoc-types-1.22.1/html/doc-index.html usr/doc/haskell-pandoc-types-1.22.1/html/haddock-bundle.min.js usr/doc/haskell-pandoc-types-1.22.1/html/index.html usr/doc/haskell-pandoc-types-1.22.1/html/linuwial.css usr/doc/haskell-pandoc-types-1.22.1/html/meta.json usr/doc/haskell-pandoc-types-1.22.1/html/pandoc-types.haddock usr/doc/haskell-pandoc-types-1.22.1/html/quick-jump.css usr/doc/haskell-pandoc-types-1.22.1/html/synopsis.png usr/lib/ usr/lib/ghc-8.10.4/ usr/lib/ghc-8.10.4/package.conf.d/ usr/lib/ghc-8.10.4/package.conf.d/pandoc-types-1.22.1-Gr9njKlSzoBKbnshzAGHEG.conf usr/lib/ghc-8.10.4/pandoc-types-1.22.1/ usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Paths_pandoc_types.dyn_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Paths_pandoc_types.hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Paths_pandoc_types.p_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/ usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/ usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Arbitrary.dyn_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Arbitrary.hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Arbitrary.p_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Builder.dyn_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Builder.hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Builder.p_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Definition.dyn_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Definition.hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Definition.p_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Generic.dyn_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Generic.hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Generic.p_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/JSON.dyn_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/JSON.hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/JSON.p_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Walk.dyn_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Walk.hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/Text/Pandoc/Walk.p_hi usr/lib/ghc-8.10.4/pandoc-types-1.22.1/libHSpandoc-types-1.22.1-Gr9njKlSzoBKbnshzAGHEG.a usr/lib/ghc-8.10.4/pandoc-types-1.22.1/libHSpandoc-types-1.22.1-Gr9njKlSzoBKbnshzAGHEG_p.a usr/lib/i386-linux-ghc-8.10.4/ usr/lib/i386-linux-ghc-8.10.4/libHSpandoc-types-1.22.1-Gr9njKlSzoBKbnshzAGHEG-ghc8.10.4.so