Resolving dependencies... Downloading hashtables-1.2.0.1... Configuring hashtables-1.2.0.1... Building hashtables-1.2.0.1... Preprocessing library hashtables-1.2.0.1... [ 1 of 12] Compiling Data.HashTable.Internal.UnsafeTricks ( src/Data/HashTable/Internal/UnsafeTricks.hs, dist/dist-sandbox-1428821d/build/Data/HashTable/Internal/UnsafeTricks.o ) src/Data/HashTable/Internal/UnsafeTricks.hs:27:1: Warning: The import of ‘GHC.Exts’ is redundant except perhaps to import instances from ‘GHC.Exts’ To import instances alone, use: import GHC.Exts() [ 2 of 12] Compiling Data.HashTable.Internal.IntArray ( src/Data/HashTable/Internal/IntArray.hs, dist/dist-sandbox-1428821d/build/Data/HashTable/Internal/IntArray.o ) src/Data/HashTable/Internal/IntArray.hs:74:19: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" [ 3 of 12] Compiling Data.HashTable.Internal.Array ( src/Data/HashTable/Internal/Array.hs, dist/dist-sandbox-1428821d/build/Data/HashTable/Internal/Array.o ) [ 4 of 12] Compiling Data.HashTable.Internal.Linear.Bucket ( src/Data/HashTable/Internal/Linear/Bucket.hs, dist/dist-sandbox-1428821d/build/Data/HashTable/Internal/Linear/Bucket.o ) [ 5 of 12] Compiling Data.HashTable.Internal.Utils ( src/Data/HashTable/Internal/Utils.hs, dist/dist-sandbox-1428821d/build/Data/HashTable/Internal/Utils.o ) src/Data/HashTable/Internal/Utils.hs:44:12: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" src/Data/HashTable/Internal/Utils.hs:54:31: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" [ 6 of 12] Compiling Data.HashTable.Internal.CacheLine ( src/Data/HashTable/Internal/CacheLine.hs, dist/dist-sandbox-1428821d/build/Data/HashTable/Internal/CacheLine.o ) src/Data/HashTable/Internal/CacheLine.hs:41:1: Warning: The import of ‘GHC.Exts’ is redundant except perhaps to import instances from ‘GHC.Exts’ To import instances alone, use: import GHC.Exts() [ 7 of 12] Compiling Data.HashTable.Internal.CheapPseudoRandomBitStream ( src/Data/HashTable/Internal/CheapPseudoRandomBitStream.hs, dist/dist-sandbox-1428821d/build/Data/HashTable/Internal/CheapPseudoRandomBitStream.o ) [ 8 of 12] Compiling Data.HashTable.Class ( src/Data/HashTable/Class.hs, dist/dist-sandbox-1428821d/build/Data/HashTable/Class.o ) [ 9 of 12] Compiling Data.HashTable.ST.Basic ( src/Data/HashTable/ST/Basic.hs, dist/dist-sandbox-1428821d/build/Data/HashTable/ST/Basic.o ) src/Data/HashTable/ST/Basic.hs:345:30: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" [10 of 12] Compiling Data.HashTable.ST.Cuckoo ( src/Data/HashTable/ST/Cuckoo.hs, dist/dist-sandbox-1428821d/build/Data/HashTable/ST/Cuckoo.o ) src/Data/HashTable/ST/Cuckoo.hs:182:29: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" [11 of 12] Compiling Data.HashTable.ST.Linear ( src/Data/HashTable/ST/Linear.hs, dist/dist-sandbox-1428821d/build/Data/HashTable/ST/Linear.o ) [12 of 12] Compiling Data.HashTable.IO ( src/Data/HashTable/IO.hs, dist/dist-sandbox-1428821d/build/Data/HashTable/IO.o ) src/Data/HashTable/IO.hs:97:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘new’ src/Data/HashTable/IO.hs:98:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘new’ src/Data/HashTable/IO.hs:99:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘new’ src/Data/HashTable/IO.hs:107:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘newSized’ src/Data/HashTable/IO.hs:108:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘newSized’ src/Data/HashTable/IO.hs:109:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘newSized’ src/Data/HashTable/IO.hs:118:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘insert’ src/Data/HashTable/IO.hs:120:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘insert’ src/Data/HashTable/IO.hs:122:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘insert’ src/Data/HashTable/IO.hs:132:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘delete’ src/Data/HashTable/IO.hs:134:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘delete’ src/Data/HashTable/IO.hs:136:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘delete’ src/Data/HashTable/IO.hs:146:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘lookup’ src/Data/HashTable/IO.hs:148:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘lookup’ src/Data/HashTable/IO.hs:150:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘lookup’ src/Data/HashTable/IO.hs:161:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘fromList’ src/Data/HashTable/IO.hs:163:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘fromList’ src/Data/HashTable/IO.hs:165:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘fromList’ src/Data/HashTable/IO.hs:176:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘fromListWithSizeHint’ src/Data/HashTable/IO.hs:178:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘fromListWithSizeHint’ src/Data/HashTable/IO.hs:180:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘fromListWithSizeHint’ src/Data/HashTable/IO.hs:190:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘toList’ src/Data/HashTable/IO.hs:192:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘toList’ src/Data/HashTable/IO.hs:194:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘toList’ src/Data/HashTable/IO.hs:208:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘foldM’ src/Data/HashTable/IO.hs:210:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘foldM’ src/Data/HashTable/IO.hs:212:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘foldM’ src/Data/HashTable/IO.hs:223:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘mapM_’ src/Data/HashTable/IO.hs:225:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘mapM_’ src/Data/HashTable/IO.hs:227:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: ‘mapM_’ In-place registering hashtables-1.2.0.1... Running Haddock for hashtables-1.2.0.1... Running hscolour for hashtables-1.2.0.1... Preprocessing library hashtables-1.2.0.1... Preprocessing library hashtables-1.2.0.1... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: bytestring-0.10.4.1, hashable-1.2.2.0, primitive-0.5.4.0, text-1.2.0.2, vector-0.10.12.2 src/Data/HashTable/Internal/UnsafeTricks.hs:27:1: Warning: The import of ‘GHC.Exts’ is redundant except perhaps to import instances from ‘GHC.Exts’ To import instances alone, use: import GHC.Exts() src/Data/HashTable/Internal/IntArray.hs:74:19: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" src/Data/HashTable/Internal/Utils.hs:44:12: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" src/Data/HashTable/Internal/Utils.hs:54:31: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" src/Data/HashTable/Internal/CacheLine.hs:41:1: Warning: The import of ‘GHC.Exts’ is redundant except perhaps to import instances from ‘GHC.Exts’ To import instances alone, use: import GHC.Exts() src/Data/HashTable/ST/Basic.hs:345:30: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" src/Data/HashTable/ST/Cuckoo.hs:182:29: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Haddock coverage: 0% ( 0 / 10) in 'Data.HashTable.Internal.UnsafeTricks' 0% ( 0 / 12) in 'Data.HashTable.Internal.IntArray' Warning: Couldn't find .haddock for export Data.Primitive.Array.MutableArray 0% ( 0 / 5) in 'Data.HashTable.Internal.Array' 0% ( 0 / 18) in 'Data.HashTable.Internal.Linear.Bucket' 6% ( 1 / 18) in 'Data.HashTable.Internal.Utils' 43% ( 6 / 14) in 'Data.HashTable.Internal.CacheLine' 0% ( 0 / 5) in 'Data.HashTable.Internal.CheapPseudoRandomBitStream' 100% ( 5 / 5) in 'Data.HashTable.Class' 100% ( 10 / 10) in 'Data.HashTable.ST.Basic' 100% ( 9 / 9) in 'Data.HashTable.ST.Cuckoo' 100% ( 10 / 10) in 'Data.HashTable.ST.Linear' 100% ( 16 / 16) in 'Data.HashTable.IO' Warning: Data.HashTable.Class: could not find link destinations for: Data.Hashable.Class.Hashable Warning: Data.HashTable.ST.Basic: could not find link destinations for: Data.Hashable.Class.Hashable Warning: Data.HashTable.ST.Cuckoo: could not find link destinations for: Data.Hashable.Class.Hashable Warning: Data.HashTable.ST.Linear: could not find link destinations for: Data.Hashable.Class.Hashable Warning: Data.HashTable.IO: could not find link destinations for: Control.Monad.Primitive.PrimState Data.Hashable.Class.Hashable Documentation created: dist/dist-sandbox-1428821d/doc/html/hashtables/index.html, dist/dist-sandbox-1428821d/doc/html/hashtables/hashtables.txt Creating package registration file: /tmp/pkgConf-hashtables-1.2.07132.1 Installing library in /root/hackage-server-upstream/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/hashtables-1.2.0.1 Registering hashtables-1.2.0.1... Installed hashtables-1.2.0.1 Updating documentation index /root/hackage-server-upstream/build-cache/tmp-install/share/doc/x86_64-linux-ghc-7.8.3/index.html