System/FilePath/GlobPattern.hs:149:22: warning: [-Wname-shadowing]
    This binding for ‘g’ shadows the existing binding
      bound at System/FilePath/GlobPattern.hs:148:24
    |
149 |     where matchGroup g = matchTerms (MatchLiteral g : ts) cs
    |                      ^

System/FilePath/Find.hs:227:20: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
227 |   where visit path depth st =
    |                    ^^^^^

System/FilePath/Find.hs:231:9: warning: [-Wname-shadowing]
    This binding for ‘traverse’ shadows the existing binding
      imported from ‘Prelude’ at System/FilePath/Find.hs:39:8-27
      (and originally defined in ‘Data.Traversable’)
    |
231 |         traverse dir depth dirSt = do
    |         ^^^^^^^^

System/FilePath/Find.hs:231:22: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
231 |         traverse dir depth dirSt = do
    |                      ^^^^^

System/FilePath/Find.hs:238:25: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
238 |         filterPath path depth st result =
    |                         ^^^^^

System/FilePath/Find.hs:274:15: warning: [-Wname-sha[4 of 4] Compiling System.FilePath.Manip ( System/FilePath/Manip.hs, dist/build/System/FilePath/Manip.o, dist/build/System/FilePath/Manip.dyn_o )
[1 of 4] Compiling System.FilePath.GlobPattern ( System/FilePath/GlobPattern.hs, dist/build/System/FilePath/GlobPattern.p_o )
[2 of 4] Compiling System.FilePath.Glob ( System/FilePath/Glob.hs, dist/build/System/FilePath/Glob.p_o )
[3 of 4] Compiling System.FilePath.Find ( System/FilePath/Find.hs, dist/build/System/FilePath/Find.p_o )
[4 of 4] Compiling System.FilePath.Manip ( System/FilePath/Manip.hs, dist/build/System/FilePath/Manip.p_o )
Preprocessing library for filemanip-0.3.6.3..
Running Haddock on library for filemanip-0.3.6.3..
Haddock coverage:
 100% (  7 /  7) in 'System.FilePath.GlobPattern'
 100% (  2 /  2) in 'System.FilePath.Glob'
Warning: 'put' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'isSuffixOf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  65% ( 41 / 63) in 'System.FilePath.Find'
  Missing documentation for:
    FileType (System/FilePath/Find.hs:394)
    FilterPredicate (System/FilePath/Find.hs:202)
    RecursionPredicate (System/FilePath/Find.hs:203)
    deviceID (System/FilePath/Find.hs:439)
    fileID (System/FilePath/Find.hs:442)
    fileOwner (System/FilePath/Find.hs:445)
    fileGroup (System/FilePath/Find.hs:448)
    fileSize (System/FilePath/Find.hs:451)
    linkCount (System/FilePath/Find.hs:454)
    specialDeviceID (System/FilePath/Find.hs:457)
    fileMode (System/FilePath/Find.hs:460)
    accessTime (System/FilePath/Find.hs:478)
    modificationTime (System/FilePath/Find.hs:481)
    statusChangeTime (System/FilePath/Find.hs:484)
    ==? (System/FilePath/Find.hs:527)
    /=? (System/FilePath/Find.hs:531)
    >? (System/FilePath/Find.hs:535)
    <? (System/FilePath/Find.hs:539)
    >=? (System/FilePath/Find.hs:543)
    <=? (System/FilePath/Find.hs:547)
    &&? (System/FilePath/Find.hs:557)
    ||? (System/FilePath/Find.hs:561)
 100% (  6 /  6) in 'System.FilePath.Manip'
Documentation created: dist/doc/html/filemanip/index.html
Installing library in /usr/src/slapt-src/haskell/haskell-filemanip/package-haskell-filemanip/usr/lib64/ghc-8.10.4/filemanip-0.3.6.3

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-filemanip/haskell-filemanip-0.3.6.3-x86_64-1salix15.0.txz


Slackware package /usr/src/slapt-src/haskell/haskell-filemanip/haskell-filemanip-0.3.6.3-x86_64-1salix15.0.txz created.

Installing package haskell-filemanip-0.3.6.3-x86_64-1salix15.0...
| haskell-filemanip (expressive file manipulation)
| 
| This package provides functions and combinators for searching,
| matching, and manipulating files.
| 
| 
| 
| 
| 
| 
| 
| 
| 
Find.hs:238:25: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
238 |         filterPath path depth st result =
    |                         ^^^^^

System/FilePath/Find.hs:274:15: warning: [-Wname-shadowing]
    This binding for ‘state’ shadows the existing binding
      bound at System/FilePath/Find.hs:271:38
    |
274 |   where visit state path depth st =
    |               ^^^^^

System/FilePath/Find.hs:274:21: warning: [-Wname-shadowing]
    This binding for ‘path’ shadows the existing binding
      bound at System/FilePath/Find.hs:271:44
    |
274 |   where visit state path depth st =
    |                     ^^^^

System/FilePath/Find.hs:274:26: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
274 |   where visit state path depth st =
    |                          ^^^^^

System/FilePath/Find.hs:279:9: warning: [-Wname-shadowing]
    This binding for ‘traverse’ shadows the existing binding
      imported from ‘Prelude’ at System/FilePath/Find.hs:39:8-27
      (and originally defined in ‘Data.Traversable’)
    |
279 |         traverse state dir depth dirSt = handle (errHandler dir state) $
    |         ^^^^^^^^

System/FilePath/Find.hs:279:18: warning: [-Wname-shadowing]
    This binding for ‘state’ shadows the existing binding
      bound at System/FilePath/Find.hs:271:38
    |
279 |         traverse state dir depth dirSt = handle (errHandler dir state) $
    |                  ^^^^^

System/FilePath/Find.hs:279:28: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
279 |         traverse state dir depth dirSt = handle (errHandler dir state) $
    |                            ^^^^^

System/FilePath/Find.hs:282:53: warning: [-Wname-shadowing]
    This binding for ‘state’ shadows the existing binding
      bound at System/FilePath/Find.hs:279:18
    |
282 |                 in state' `seq` flip foldM state' (\state name ->
    |                                                     ^^^^^

System/FilePath/Find.hs:284:25: warning: [-Wname-shadowing]
    This binding for ‘path’ shadows the existing binding
      bound at System/FilePath/Find.hs:271:44
    |
284 |                     let path = dir </> name
    |                         ^^^^

System/FilePath/GlobPattern.hs:149:22: warning: [-Wname-shadowing]
    This binding for ‘g’ shadows the existing binding
      bound at System/FilePath/GlobPattern.hs:148:24
    |
149 |     where matchGroup g = matchTerms (MatchLiteral g : ts) cs
    |                      ^

System/FilePath/Find.hs:227:20: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
227 |   where visit path depth st =
    |                    ^^^^^

System/FilePath/Find.hs:231:9: warning: [-Wname-shadowing]
    This binding for ‘traverse’ shadows the existing binding
      imported from ‘Prelude’ at System/FilePath/Find.hs:39:8-27
      (and originally defined in ‘Data.Traversable’)
    |
231 |         traverse dir depth dirSt = do
    |         ^^^^^^^^

System/FilePath/Find.hs:231:22: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
231 |         traverse dir depth dirSt = do
    |                      ^^^^^

System/FilePath/Find.hs:238:25: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
238 |         filterPath path depth st result =
    |                         ^^^^^

System/FilePath/Find.hs:274:15: warning: [-Wname-shadowing]
    This binding for ‘state’ shadows the existing binding
      bound at System/FilePath/Find.hs:271:38
    |
274 |   where visit state path depth st =
    |               ^^^^^

System/FilePath/Find.hs:274:21: warning: [-Wname-shadowing]
    This binding for ‘path’ shadows the existing binding
      bound at System/FilePath/Find.hs:271:44
    |
274 |   where visit state path depth st =
    |                     ^^^^

System/FilePath/Find.hs:274:26: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
274 |   where visit state path depth st =
    |                          ^^^^^

System/FilePath/Find.hs:279:9: warning: [-Wname-shadowing]
    This binding for ‘traverse’ shadows the existing binding
      imported from ‘Prelude’ at System/FilePath/Find.hs:39:8-27
      (and originally defined in ‘Data.Traversable’)
    |
279 |         traverse state dir depth dirSt = handle (errHandler dir state) $
    |         ^^^^^^^^

System/FilePath/Find.hs:279:18: warning: [-Wname-shadowing]
    This binding for ‘state’ shadows the existing binding
      bound at System/FilePath/Find.hs:271:38
    |
279 |         traverse state dir depth dirSt = handle (errHandler dir state) $
    |                  ^^^^^

System/FilePath/Find.hs:279:28: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      defined at System/FilePath/Find.hs:195:1
    |
279 |         traverse state dir depth dirSt = handle (errHandler dir state) $
    |                            ^^^^^

System/FilePath/Find.hs:282:53: warning: [-Wname-shadowing]
    This binding for ‘state’ shadows the existing binding
      bound at System/FilePath/Find.hs:279:18
    |
282 |                 in state' `seq` flip foldM state' (\state name ->
    |                                                     ^^^^^

System/FilePath/Find.hs:284:25: warning: [-Wname-shadowing]
    This binding for ‘path’ shadows the existing binding
      bound at System/FilePath/Find.hs:271:44
    |
284 |                     let path = dir </> name
    |                         ^^^^
./
install/
install/doinst.sh
install/slack-desc
usr/
usr/doc/
usr/doc/haskell-filemanip-0.3.6.3/
usr/doc/haskell-filemanip-0.3.6.3/LICENSE
usr/doc/haskell-filemanip-0.3.6.3/README.markdown
usr/doc/haskell-filemanip-0.3.6.3/haskell-filemanip.SlackBuild
usr/doc/haskell-filemanip-0.3.6.3/html/
usr/doc/haskell-filemanip-0.3.6.3/html/System-FilePath-Find.html
usr/doc/haskell-filemanip-0.3.6.3/html/System-FilePath-Glob.html
usr/doc/haskell-filemanip-0.3.6.3/html/System-FilePath-GlobPattern.html
usr/doc/haskell-filemanip-0.3.6.3/html/System-FilePath-Manip.html
usr/doc/haskell-filemanip-0.3.6.3/html/doc-index.html
usr/doc/haskell-filemanip-0.3.6.3/html/filemanip.haddock
usr/doc/haskell-filemanip-0.3.6.3/html/haddock-bundle.min.js
usr/doc/haskell-filemanip-0.3.6.3/html/index.html
usr/doc/haskell-filemanip-0.3.6.3/html/linuwial.css
usr/doc/haskell-filemanip-0.3.6.3/html/meta.json
usr/doc/haskell-filemanip-0.3.6.3/html/quick-jump.css
usr/doc/haskell-filemanip-0.3.6.3/html/synopsis.png
usr/lib64/
usr/lib64/ghc-8.10.4/
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/Find.dyn_hi
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/Find.hi
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/Find.p_hi
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/Glob.dyn_hi
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/Glob.hi
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/Glob.p_hi
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/GlobPattern.dyn_hi
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/GlobPattern.hi
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/GlobPattern.p_hi
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/Manip.dyn_hi
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/Manip.hi
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/System/FilePath/Manip.p_hi
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/libHSfilemanip-0.3.6.3-AEXsMZStWPc2ROVfQQUIEI.a
usr/lib64/ghc-8.10.4/filemanip-0.3.6.3/libHSfilemanip-0.3.6.3-AEXsMZStWPc2ROVfQQUIEI_p.a
usr/lib64/ghc-8.10.4/package.conf.d/
usr/lib64/ghc-8.10.4/package.conf.d/filemanip-0.3.6.3-AEXsMZStWPc2ROVfQQUIEI.conf
usr/lib64/x86_64-linux-ghc-8.10.4/
usr/lib64/x86_64-linux-ghc-8.10.4/libHSfilemanip-0.3.6.3-AEXsMZStWPc2ROVfQQUIEI-ghc8.10.4.so