CMarkGFM.hsc:50: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()
   |
50 | import Control.Applicative ((<$>), (<*>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

CMarkGFM.hsc:50: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()
   |
50 | import Control.Applicative ((<$>), (<*>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

CMarkGFM.hsc:50: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()
   |
50 | import Control.Applicative ((<$>), (<*>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./
install/
install/doinst.sh
install/slack-desc
usr/
usr/doc/
usr/doc/haskell-cmark-gfm-0.1.6/
usr/doc/haskell-cmark-gfm-0.1.6/LICENSE
usr/doc/haskell-cmark-gfm-0.1.6/README.md
usr/doc/haskell-cmark-gfm-0.1.6/changelog
usr/doc/haskell-cmark-gfm-0.1.6/haskell-cmark-gfm.SlackBuild
usr/doc/haskell-cmark-gfm-0.1.6/html/
usr/doc/haskell-cmark-gfm-0.1.6/html/CMarkGFM.html
usr/doc/haskell-cmark-gfm-0.1.6/html/cmark-gfm.haddock
usr/doc/haskell-cmark-gfm-0.1.6/html/doc-index.html
usr/doc/haskell-cmark-gfm-0.1.6/html/haddock-bundle.min.js
usr/doc/haskell-cmark-gfm-0.1.6/html/index.html
usr/doc/haskell-cmark-gfm-0.1.6/html/linuwial.css
usr/doc/haskell-cmark-gfm-0.1.6/html/meta.json
usr/doc/haskell-cmark-gfm-0.1.6/html/quick-jump.css
usr/doc/haskell-cmark-gfm-0.1.6/html/synopsis.png
usr/lib64/
usr/lib64/ghc-8.10.4/
usr/lib64/ghc-8.10.4/cmark-gfm-0.1.6/
usr/lib64/ghc-8.10.4/cmark-gfm-0.1.6/CMarkGFM.dyn_hi
usr/lib64/ghc-8.10.4/cmark-gfm-0.1.6/CMarkGFM.hi
usr/lib64/ghc-8.10.4/cmark-gfm-0.1.6/CMarkGFM.p_hi
usr/lib64/ghc-8.10.4/cmark-gfm-0.1.6/libHScmark-gfm-0.1.6-LoSjmNkK7O717oxLPoFxLe.a
usr/lib64/ghc-8.10.4/cmark-gfm-0.1.6/libHScmark-gfm-0.1.6-LoSjmNkK7O717oxLPoFxLe_p.a
usr/lib64/ghc-8.10.4/package.conf.d/
usr/lib64/ghc-8.10.4/package.conf.d/cmark-gfm-0.1.6-LoSjmNkK7O717oxLPoFxLe.conf
usr/lib64/x86_64-linux-ghc-8.10.4/
usr/lib64/x86_64-linux-ghc-8.10.4/libHScmark-gfm-0.1.6-LoSjmNkK7O717oxLPoFxLe-ghc8.10.4.so
cbits/scanners.h
cmark-gfm-0.1.6/cbits/case_fold_switch.inc
cmark-gfm-0.1.6/cbits/entities.inc
cmark-gfm-0.1.6/cbits/cmark-gfm-extension_api.h
cmark-gfm-0.1.6/cbits/html.h
cmark-gfm-0.1.6/cbits/plugin.h
cmark-gfm-0.1.6/cbits/registry.h
cmark-gfm-0.1.6/cbits/syntax_extension.h
cmark-gfm-0.1.6/cbits/autolink.h
cmark-gfm-0.1.6/cbits/cmark-gfm-core-extensions.h
cmark-gfm-0.1.6/cbits/ext_scanners.h
cmark-gfm-0.1.6/cbits/strikethrough.h
cmark-gfm-0.1.6/cbits/table.h
cmark-gfm-0.1.6/cbits/tagfilter.h
cmark-gfm-0.1.6/cbits/cmark-gfm-extensions_export.h
cmark-gfm-0.1.6/cbits/map.h
cmark-gfm-0.1.6/cbits/footnotes.h
cmark-gfm-0.1.6/bench/sample.md
cmark-gfm-0.1.6/bench/full-sample.md
Configuring cmark-gfm-0.1.6...
Preprocessing library for cmark-gfm-0.1.6..
Building library for cmark-gfm-0.1.6..
[1 of 1] Compiling CMarkGFM         ( dist/build/CMarkGFM.hs, dist/build/CMarkGFM.o, dist/build/CMarkGFM.dyn_o )
[1 of 1] Compiling CMarkGFM         ( dist/build/CMarkGFM.hs, dist/build/CMarkGFM.p_o )
Preprocessing library for cmark-gfm-0.1.6..
Running Haddock on library for cmark-gfm-0.1.6..
Haddock coverage:
  28% (  9 / 32) in 'CMarkGFM'
  Missing documentation for:
    Module header
    nodeToHtml (CMarkGFM.hsc:125)
    nodeToXml (CMarkGFM.hsc:135)
    nodeToMan (CMarkGFM.hsc:139)
    nodeToLaTeX (CMarkGFM.hsc:142)
    nodeToCommonmark (CMarkGFM.hsc:145)
    extStrikethrough (CMarkGFM.hsc:288)
    extTable (CMarkGFM.hsc:291)
    extAutolink (CMarkGFM.hsc:294)
    extTagfilter (CMarkGFM.hsc:297)
    Node (CMarkGFM.hsc:194)
    NodeType (CMarkGFM.hsc:229)
    PosInfo (CMarkGFM.hsc:256)
    DelimType (CMarkGFM.hsc:197)
    ListType (CMarkGFM.hsc:202)
    ListAttributes (CMarkGFM.hsc:207)
    Url (CMarkGFM.hsc:214)
    Title (CMarkGFM.hsc:216)
    Level (CMarkGFM.hsc:218)
    Info (CMarkGFM.hsc:220)
    TableCellAlignment (CMarkGFM.hsc:226)
    CMarkOption (CMarkGFM.hsc:263)
    CMarkExtension (CMarkGFM.hsc:286)
Warning: CMarkGFM: could not find link destinations for:
    OnEnter OnExit
Documentation created: dist/doc/html/cmark-gfm/index.html
Installing library in /usr/src/slapt-src/haskell/haskell-cmark-gfm/package-haskell-cmark-gfm/usr/lib64/ghc-8.10.4/cmark-gfm-0.1.6

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-cmark-gfm/haskell-cmark-gfm-0.1.6-x86_64-1salix15.0.txz


Slackware package /usr/src/slapt-src/haskell/haskell-cmark-gfm/haskell-cmark-gfm-0.1.6-x86_64-1salix15.0.txz created.

Installing package haskell-cmark-gfm-0.1.6-x86_64-1salix15.0...
| haskell-cmark-gfm (GitHub Flavored Markdown parser and renderer)
| 
| This package provides Haskell bindings for libcmark-gfm, the
| reference parser for GitHub Flavored Markdown, a fully specified
| variant of Markdown. It includes sources for libcmark-gfm (0.28.0)
| and does not require prior installation of the C library.
| 
| 
| 
| 
| 
| 
|