Data/BitArray/IO.hs:49:5: warning: [-Wname-shadowing] This binding for ‘words’ shadows the existing binding imported from ‘Prelude’ at Data/BitArray/IO.hs:4:8-23 (and originally defined in ‘base-4.14.1.0:Data.OldList’) | 49 | words <- newArray (0,k-1) w | ^^^^^ Data/BitArray/ST.hs:51:5: warning: [-Wname-shadowing] This binding for ‘words’ shadows the existing binding imported from ‘Prelude’ at Data/BitArray/ST.hs:4:8-23 (and originally defined in ‘base-4.14.1.0:Data.OldList’) | 51 | words <- newArray (0,k-1) w | ^^^^^ Data/BitArray.hs:28:1: warning: [-Wunused-imports] The import of ‘Data.Word’ is redundant except perhaps to import instances from ‘Data.Word’ To import instances alone, use: import Data.Word() | 28 | import Data.Word | ^^^^^^^^^^^^^^^^ Data/BitArray.hs:37:1: warning: [-Worphans] Orphan instance: instance Eq BitArray To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. | 37 | instance Eq BitArray where | ^^^^^^^^^^^^^^^^^^^^^^^^^^... Data/BitArray.hs:40:1: warning: [-Worphans] Orphan instance: instance Ord BitArray To avoid this move the instance declaration to the module of the class or of the type, or [1 of 4] Compiling Data.BitArray.Immutable ( Data/BitArray/Immutable.hs, dist/build/Data/BitArray/Immutable.p_o ) [2 of 4] Compiling Data.BitArray.IO ( Data/BitArray/IO.hs, dist/build/Data/BitArray/IO.p_o ) [3 of 4] Compiling Data.BitArray.ST ( Data/BitArray/ST.hs, dist/build/Data/BitArray/ST.p_o ) [4 of 4] Compiling Data.BitArray ( Data/BitArray.hs, dist/build/Data/BitArray.p_o ) Preprocessing library for bitarray-0.0.1.1.. Running Haddock on library for bitarray-0.0.1.1.. Haddock coverage: 14% ( 2 / 14) in 'Data.BitArray.IO' Missing documentation for: IOBitArray (Data/BitArray/IO.hs:34) getBitArrayBounds (Data/BitArray/IO.hs:42) newBitArray (Data/BitArray/IO.hs:45) readBit (Data/BitArray/IO.hs:58) writeBit (Data/BitArray/IO.hs:69) unsafeReadBit (Data/BitArray/IO.hs:63) unsafeWriteBit (Data/BitArray/IO.hs:74) unsafeFlipBit (Data/BitArray/IO.hs:89) thawBitArray (Data/BitArray/IO.hs:101) unsafeThawBitArray (Data/BitArray/IO.hs:105) freezeBitArray (Data/BitArray/IO.hs:109) unsafeFreezeBitArray (Data/BitArray/IO.hs:113) 14% ( 2 / 14) in 'Data.BitArray.ST' Missing documentation for: STBitArray (Data/BitArray/ST.hs:36) getBitArrayBounds (Data/BitArray/ST.hs:44) newBitArray (Data/BitArray/ST.hs:47) readBit (Data/BitArray/ST.hs:60) writeBit (Data/BitArray/ST.hs:71) unsafeReadBit (Data/BitArray/ST.hs:65) unsafeWriteBit (Data/BitArray/ST.hs:76) unsafeFlipBit (Data/BitArray/ST.hs:91) thawBitArray (Data/BitArray/ST.hs:103) unsafeThawBitArray (Data/BitArray/ST.hs:107) freezeBitArray (Data/BitArray/ST.hs:111) unsafeFreezeBitArray (Data/BitArray/ST.hs:115) 50% ( 7 / 14) in 'Data.BitArray' Missing documentation for: bitArrayBounds (Data/BitArray.hs:48) lookupBit (Data/BitArray.hs:51) unsafeLookupBit (Data/BitArray.hs:56) accumBitArray (Data/BitArray.hs:72) bits (Data/BitArray.hs:90) bits01 (Data/BitArray.hs:100) listBitArray01 (Data/BitArray.hs:97) Documentation created: dist/doc/html/bitarray/index.html Installing library in /usr/src/slapt-src/haskell/haskell-bitarray/package-haskell-bitarray/usr/lib/ghc-8.10.4/bitarray-0.0.1.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-bitarray/haskell-bitarray-0.0.1.1-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/haskell/haskell-bitarray/haskell-bitarray-0.0.1.1-i586-1salix15.0.txz created. Installing package haskell-bitarray-0.0.1.1-i586-1salix15.0... | haskell-bitarray (Mutable and immutable bit arrays) | | Mutable and immutable bit arrays. | | | | | | | | | | ^^^^^^^^... Data/BitArray.hs:71:1: warning: SPECIALISE pragma for non-overloaded function ‘accumBitArray’ | 71 | {-# SPECIALIZE accumBitArray :: (Bool -> Bool -> Bool) -> Bool -> (Int,Int) -> [(Int,Bool)] -> BitArray #-} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Data/BitArray.hs:86:10: warning: [-Wname-shadowing] This binding for ‘bs’ shadows the existing binding bound at Data/BitArray.hs:82:20 | 86 | worker bs = convert (take 64 bs) : worker (drop 64 bs) | ^^ Data/BitArray.hs:87:11: warning: [-Wname-shadowing] This binding for ‘bs’ shadows the existing binding bound at Data/BitArray.hs:82:20 | 87 | convert bs = fst $ foldl f (0,1) bs | ^^ Data/BitArray/IO.hs:49:5: warning: [-Wname-shadowing] This binding for ‘words’ shadows the existing binding imported from ‘Prelude’ at Data/BitArray/IO.hs:4:8-23 (and originally defined in ‘base-4.14.1.0:Data.OldList’) | 49 | words <- newArray (0,k-1) w | ^^^^^ Data/BitArray/ST.hs:51:5: warning: [-Wname-shadowing] This binding for ‘words’ shadows the existing binding imported from ‘Prelude’ at Data/BitArray/ST.hs:4:8-23 (and originally defined in ‘base-4.14.1.0:Data.OldList’) | 51 | words <- newArray (0,k-1) w | ^^^^^ Data/BitArray.hs:28:1: warning: [-Wunused-imports] The import of ‘Data.Word’ is redundant except perhaps to import instances from ‘Data.Word’ To import instances alone, use: import Data.Word() | 28 | import Data.Word | ^^^^^^^^^^^^^^^^ Data/BitArray.hs:37:1: warning: [-Worphans] Orphan instance: instance Eq BitArray To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. | 37 | instance Eq BitArray where | ^^^^^^^^^^^^^^^^^^^^^^^^^^... Data/BitArray.hs:40:1: warning: [-Worphans] Orphan instance: instance Ord BitArray To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. | 40 | instance Ord BitArray where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^... Data/BitArray.hs:43:1: warning: [-Worphans] Orphan instance: instance Show BitArray To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. | 43 | instance Show BitArray where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... Data/BitArray.hs:71:1: warning: SPECIALISE pragma for non-overloaded function ‘accumBitArray’ | 71 | {-# SPECIALIZE accumBitArray :: (Bool -> Bool -> Bool) -> Bool -> (Int,Int) -> [(Int,Bool)] -> BitArray #-} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Data/BitArray.hs:86:10: warning: [-Wname-shadowing] This binding for ‘bs’ shadows the existing binding bound at Data/BitArray.hs:82:20 | 86 | worker bs = convert (take 64 bs) : worker (drop 64 bs) | ^^ Data/BitArray.hs:87:11: warning: [-Wname-shadowing] This binding for ‘bs’ shadows the existing binding bound at Data/BitArray.hs:82:20 | 87 | convert bs = fst $ foldl f (0,1) bs | ^^ ./ install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/haskell-bitarray-0.0.1.1/ usr/doc/haskell-bitarray-0.0.1.1/LICENSE usr/doc/haskell-bitarray-0.0.1.1/haskell-bitarray.SlackBuild usr/doc/haskell-bitarray-0.0.1.1/html/ usr/doc/haskell-bitarray-0.0.1.1/html/Data-BitArray-IO.html usr/doc/haskell-bitarray-0.0.1.1/html/Data-BitArray-ST.html usr/doc/haskell-bitarray-0.0.1.1/html/Data-BitArray.html usr/doc/haskell-bitarray-0.0.1.1/html/bitarray.haddock usr/doc/haskell-bitarray-0.0.1.1/html/doc-index.html usr/doc/haskell-bitarray-0.0.1.1/html/haddock-bundle.min.js usr/doc/haskell-bitarray-0.0.1.1/html/index.html usr/doc/haskell-bitarray-0.0.1.1/html/linuwial.css usr/doc/haskell-bitarray-0.0.1.1/html/meta.json usr/doc/haskell-bitarray-0.0.1.1/html/quick-jump.css usr/doc/haskell-bitarray-0.0.1.1/html/synopsis.png usr/lib/ usr/lib/ghc-8.10.4/ usr/lib/ghc-8.10.4/bitarray-0.0.1.1/ usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/ usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray/ usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray.dyn_hi usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray.hi usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray.p_hi usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray/IO.dyn_hi usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray/IO.hi usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray/IO.p_hi usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray/Immutable.dyn_hi usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray/Immutable.hi usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray/Immutable.p_hi usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray/ST.dyn_hi usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray/ST.hi usr/lib/ghc-8.10.4/bitarray-0.0.1.1/Data/BitArray/ST.p_hi usr/lib/ghc-8.10.4/bitarray-0.0.1.1/libHSbitarray-0.0.1.1-15YhOCVoBkgKWem9dTztO8.a usr/lib/ghc-8.10.4/bitarray-0.0.1.1/libHSbitarray-0.0.1.1-15YhOCVoBkgKWem9dTztO8_p.a usr/lib/ghc-8.10.4/package.conf.d/ usr/lib/ghc-8.10.4/package.conf.d/bitarray-0.0.1.1-15YhOCVoBkgKWem9dTztO8.conf usr/lib/i386-linux-ghc-8.10.4/ usr/lib/i386-linux-ghc-8.10.4/libHSbitarray-0.0.1.1-15YhOCVoBkgKWem9dTztO8-ghc8.10.4.so