Resolving dependencies... Configuring graph-wrapper-0.2.4.4... Building graph-wrapper-0.2.4.4... Preprocessing library graph-wrapper-0.2.4.4... [1 of 2] Compiling Data.Graph.Wrapper.Internal ( Data/Graph/Wrapper/Internal.hs, dist/build/Data/Graph/Wrapper/Internal.o ) [2 of 2] Compiling Data.Graph.Wrapper ( Data/Graph/Wrapper.hs, dist/build/Data/Graph/Wrapper.o ) In-place registering graph-wrapper-0.2.4.4... Running Haddock for graph-wrapper-0.2.4.4... Running hscolour for graph-wrapper-0.2.4.4... Preprocessing library graph-wrapper-0.2.4.4... Preprocessing library graph-wrapper-0.2.4.4... Haddock coverage: 38% ( 6 / 16) in 'Data.Graph.Wrapper.Internal' 92% ( 22 / 24) in 'Data.Graph.Wrapper' Documentation created: dist/doc/html/graph-wrapper/index.html, dist/doc/html/graph-wrapper/graph-wrapper.txt Creating package registration file: /tmp/pkgConf-graph-wrapper-0.2.42192.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/graph-wrapper-0.2.4.4 Registering graph-wrapper-0.2.4.4... Installed graph-wrapper-0.2.4.4 Configuring text-0.11.3.1... Building text-0.11.3.1... Preprocessing library text-0.11.3.1... [ 1 of 41] Compiling Data.Text.Encoding.Utf32 ( Data/Text/Encoding/Utf32.hs, dist/build/Data/Text/Encoding/Utf32.o ) [ 2 of 41] Compiling Data.Text.Fusion.Size ( Data/Text/Fusion/Size.hs, dist/build/Data/Text/Fusion/Size.o ) [ 3 of 41] Compiling Data.Text.Lazy.Builder.RealFloat.Functions ( Data/Text/Lazy/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Lazy/Builder/RealFloat/Functions.o ) [ 4 of 41] Compiling Data.Text.Lazy.Builder.Int.Digits ( Data/Text/Lazy/Builder/Int/Digits.hs, dist/build/Data/Text/Lazy/Builder/Int/Digits.o ) [ 5 of 41] Compiling Data.Text.Fusion.Internal ( Data/Text/Fusion/Internal.hs, dist/build/Data/Text/Fusion/Internal.o ) [ 6 of 41] Compiling Data.Text.Fusion.CaseMapping ( Data/Text/Fusion/CaseMapping.hs, dist/build/Data/Text/Fusion/CaseMapping.o ) [ 7 of 41] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o ) [ 8 of 41] Compiling Data.Text.UnsafeShift ( Data/Text/UnsafeShift.hs, dist/build/Data/Text/UnsafeShift.o ) [ 9 of 41] Compiling Data.Text.Unsafe.Base ( Data/Text/Unsafe/Base.hs, dist/build/Data/Text/Unsafe/Base.o ) [10 of 41] Compiling Data.Text.Encoding.Utf16 ( Data/Text/Encoding/Utf16.hs, dist/build/Data/Text/Encoding/Utf16.o ) [11 of 41] Compiling Data.Text.Util ( Data/Text/Util.hs, dist/build/Data/Text/Util.o ) [12 of 41] Compiling Data.Text.Fusion.Common ( Data/Text/Fusion/Common.hs, dist/build/Data/Text/Fusion/Common.o ) [13 of 41] Compiling Data.Text.Array ( Data/Text/Array.hs, dist/build/Data/Text/Array.o ) [14 of 41] Compiling Data.Text.UnsafeChar ( Data/Text/UnsafeChar.hs, dist/build/Data/Text/UnsafeChar.o ) [15 of 41] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o ) [16 of 41] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o ) [17 of 41] Compiling Data.Text.Private ( Data/Text/Private.hs, dist/build/Data/Text/Private.o ) [18 of 41] Compiling Data.Text.Fusion ( Data/Text/Fusion.hs, dist/build/Data/Text/Fusion.o ) [19 of 41] Compiling Data.Text.Encoding.Fusion.Common ( Data/Text/Encoding/Fusion/Common.hs, dist/build/Data/Text/Encoding/Fusion/Common.o ) [20 of 41] Compiling Data.Text.Encoding.Utf8 ( Data/Text/Encoding/Utf8.hs, dist/build/Data/Text/Encoding/Utf8.o ) [21 of 41] Compiling Data.Text.Encoding.Fusion ( Data/Text/Encoding/Fusion.hs, dist/build/Data/Text/Encoding/Fusion.o ) [22 of 41] Compiling Data.Text.Lazy.Encoding.Fusion ( Data/Text/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Lazy/Encoding/Fusion.o ) [23 of 41] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o ) [24 of 41] Compiling Data.Text.Search ( Data/Text/Search.hs, dist/build/Data/Text/Search.o ) [25 of 41] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o ) [26 of 41] Compiling Data.Text ( Data/Text.hs, dist/build/Data/Text.o ) Data/Text.hs:444:1: Warning: Rule "TEXT append -> fused" may never fire because ‘append’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘append’ [27 of 41] Compiling Data.Text.IO.Internal ( Data/Text/IO/Internal.hs, dist/build/Data/Text/IO/Internal.o ) [28 of 41] Compiling Data.Text.IO ( Data/Text/IO.hs, dist/build/Data/Text/IO.o ) [29 of 41] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o ) [30 of 41] Compiling Data.Text.Lazy.Fusion ( Data/Text/Lazy/Fusion.hs, dist/build/Data/Text/Lazy/Fusion.o ) [31 of 41] Compiling Data.Text.Lazy.Search ( Data/Text/Lazy/Search.hs, dist/build/Data/Text/Lazy/Search.o ) [32 of 41] Compiling Data.Text.Lazy ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o ) Data/Text/Lazy.hs:872:1: Warning: Rule "LAZY TEXT replicate/singleton -> replicateChar" may never fire because ‘replicate’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘replicate’ [33 of 41] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o ) Data/Text/Lazy/Read.hs:176:10: Warning: ‘Parser’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. [34 of 41] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o ) [35 of 41] Compiling Data.Text.Lazy.Builder.Internal ( Data/Text/Lazy/Builder/Internal.hs, dist/build/Data/Text/Lazy/Builder/Internal.o ) [36 of 41] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o ) [37 of 41] Compiling Data.Text.Lazy.Builder.Functions ( Data/Text/Lazy/Builder/Functions.hs, dist/build/Data/Text/Lazy/Builder/Functions.o ) [38 of 41] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o ) Data/Text/Lazy/Builder/Int.hs:52:11: Warning: Rule "decimal/Int" may never fire because ‘decimal’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’ Data/Text/Lazy/Builder/Int.hs:53:11: Warning: Rule "decimal/Int16" may never fire because ‘decimal’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’ Data/Text/Lazy/Builder/Int.hs:54:11: Warning: Rule "decimal/Int32" may never fire because ‘decimal’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’ Data/Text/Lazy/Builder/Int.hs:55:11: Warning: Rule "decimal/Int64" may never fire because ‘decimal’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’ Data/Text/Lazy/Builder/Int.hs:56:11: Warning: Rule "decimal/Word" may never fire because ‘decimal’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’ Data/Text/Lazy/Builder/Int.hs:57:11: Warning: Rule "decimal/Word8" may never fire because ‘decimal’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’ Data/Text/Lazy/Builder/Int.hs:58:11: Warning: Rule "decimal/Word16" may never fire because ‘decimal’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’ Data/Text/Lazy/Builder/Int.hs:59:11: Warning: Rule "decimal/Word32" may never fire because ‘decimal’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’ Data/Text/Lazy/Builder/Int.hs:60:11: Warning: Rule "decimal/Word64" may never fire because ‘decimal’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’ Data/Text/Lazy/Builder/Int.hs:61:11: Warning: Rule "decimal/Integer" may never fire because ‘decimal’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’ Data/Text/Lazy/Builder/Int.hs:163:11: Warning: Rule "hexadecimal/Integer" may never fire because ‘hexadecimal’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘hexadecimal’ [39 of 41] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o ) [40 of 41] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o ) [41 of 41] Compiling Data.Text.Read ( Data/Text/Read.hs, dist/build/Data/Text/Read.o ) Data/Text/Read.hs:186:10: Warning: ‘Parser’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. In-place registering text-0.11.3.1... Running Haddock for text-0.11.3.1... Running hscolour for text-0.11.3.1... Preprocessing library text-0.11.3.1... Preprocessing library text-0.11.3.1... Data/Text/Lazy/Read.hs:176:10: Warning: ‘Parser’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. Data/Text/Read.hs:186:10: Warning: ‘Parser’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. Haddock coverage: 50% ( 1 / 2) in 'Data.Text.Encoding.Utf32' 40% ( 4 / 10) in 'Data.Text.Fusion.Size' 50% ( 1 / 2) in 'Data.Text.Lazy.Builder.RealFloat.Functions' 0% ( 0 / 2) in 'Data.Text.Lazy.Builder.Int.Digits' 50% ( 5 / 10) in 'Data.Text.Fusion.Internal' 0% ( 0 / 4) in 'Data.Text.Fusion.CaseMapping' 100% ( 12 / 12) in 'Data.Text.Encoding.Error' 100% ( 2 / 2) in 'Data.Text.UnsafeShift' 100% ( 3 / 3) in 'Data.Text.Unsafe.Base' 25% ( 1 / 4) in 'Data.Text.Encoding.Utf16' 100% ( 2 / 2) in 'Data.Text.Util' 89% ( 63 / 71) in 'Data.Text.Fusion.Common' 100% ( 16 / 16) in 'Data.Text.Array' 33% ( 2 / 6) in 'Data.Text.UnsafeChar' 100% ( 15 / 15) in 'Data.Text.Internal' 92% ( 12 / 13) in 'Data.Text.Unsafe' 33% ( 1 / 3) in 'Data.Text.Private' 86% ( 19 / 22) in 'Data.Text.Fusion' 33% ( 2 / 6) in 'Data.Text.Encoding.Fusion.Common' 17% ( 2 / 12) in 'Data.Text.Encoding.Utf8' 67% ( 10 / 15) in 'Data.Text.Encoding.Fusion' 71% ( 10 / 14) in 'Data.Text.Lazy.Encoding.Fusion' 100% ( 24 / 24) in 'Data.Text.Encoding' 100% ( 2 / 2) in 'Data.Text.Search' 100% ( 15 / 15) in 'Data.Text.Foreign' 100% (122 /122) in 'Data.Text' 100% ( 3 / 3) in 'Data.Text.IO.Internal' 100% ( 20 / 20) in 'Data.Text.IO' 93% ( 14 / 15) in 'Data.Text.Lazy.Internal' 100% ( 8 / 8) in 'Data.Text.Lazy.Fusion' 100% ( 2 / 2) in 'Data.Text.Lazy.Search' 99% (121 /122) in 'Data.Text.Lazy' 100% ( 7 / 7) in 'Data.Text.Lazy.Read' 100% ( 19 / 19) in 'Data.Text.Lazy.IO' 94% ( 16 / 17) in 'Data.Text.Lazy.Builder.Internal' 100% ( 12 / 12) in 'Data.Text.Lazy.Builder' 100% ( 3 / 3) in 'Data.Text.Lazy.Builder.Functions' 0% ( 0 / 3) in 'Data.Text.Lazy.Builder.Int' 75% ( 3 / 4) in 'Data.Text.Lazy.Builder.RealFloat' 96% ( 23 / 24) in 'Data.Text.Lazy.Encoding' 100% ( 7 / 7) in 'Data.Text.Read' Warning: Data.Text.Unsafe: could not find link destinations for: GHC.IO.bracket Warning: Data.Text: could not find link destinations for: Data.Text.replicateChar Data.Text.countChar Warning: Data.Text.Lazy: could not find link destinations for: Data.Text.Lazy.replicateChar Data.Text.Lazy.dropWords Data.Text.Lazy.splitAtWord Data.Text.Lazy.countChar Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for: Data.Text.Lazy.Builder.RealFloat.floatToDigits Documentation created: dist/doc/html/text/index.html, dist/doc/html/text/text.txt Creating package registration file: /tmp/pkgConf-text-0.11.32192.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/text-0.11.3.1 Registering text-0.11.3.1... Installed text-0.11.3.1 Configuring transformers-0.4.3.0... Building transformers-0.4.3.0... Preprocessing library transformers-0.4.3.0... [ 1 of 28] Compiling Data.Functor.Identity ( oldsrc/Data/Functor/Identity.hs, dist/build/Data/Functor/Identity.o ) [ 2 of 28] Compiling Control.Monad.Trans.Class ( Control/Monad/Trans/Class.hs, dist/build/Control/Monad/Trans/Class.o ) [ 3 of 28] Compiling Control.Monad.Signatures ( Control/Monad/Signatures.hs, dist/build/Control/Monad/Signatures.o ) [ 4 of 28] Compiling Control.Monad.IO.Class ( Control/Monad/IO/Class.hs, dist/build/Control/Monad/IO/Class.o ) [ 5 of 28] Compiling Control.Monad.Trans.Cont ( Control/Monad/Trans/Cont.hs, dist/build/Control/Monad/Trans/Cont.o ) [ 6 of 28] Compiling Control.Monad.Trans.Reader ( Control/Monad/Trans/Reader.hs, dist/build/Control/Monad/Trans/Reader.o ) [ 7 of 28] Compiling Control.Monad.Trans.RWS.Lazy ( Control/Monad/Trans/RWS/Lazy.hs, dist/build/Control/Monad/Trans/RWS/Lazy.o ) [ 8 of 28] Compiling Control.Monad.Trans.RWS ( Control/Monad/Trans/RWS.hs, dist/build/Control/Monad/Trans/RWS.o ) [ 9 of 28] Compiling Control.Monad.Trans.RWS.Strict ( Control/Monad/Trans/RWS/Strict.hs, dist/build/Control/Monad/Trans/RWS/Strict.o ) [10 of 28] Compiling Control.Monad.Trans.State.Lazy ( Control/Monad/Trans/State/Lazy.hs, dist/build/Control/Monad/Trans/State/Lazy.o ) [11 of 28] Compiling Control.Monad.Trans.State ( Control/Monad/Trans/State.hs, dist/build/Control/Monad/Trans/State.o ) [12 of 28] Compiling Control.Monad.Trans.State.Strict ( Control/Monad/Trans/State/Strict.hs, dist/build/Control/Monad/Trans/State/Strict.o ) [13 of 28] Compiling Data.Functor.Classes ( Data/Functor/Classes.hs, dist/build/Data/Functor/Classes.o ) [14 of 28] Compiling Data.Functor.Constant ( Data/Functor/Constant.hs, dist/build/Data/Functor/Constant.o ) [15 of 28] Compiling Control.Applicative.Lift ( Control/Applicative/Lift.hs, dist/build/Control/Applicative/Lift.o ) [16 of 28] Compiling Control.Monad.Trans.Except ( Control/Monad/Trans/Except.hs, dist/build/Control/Monad/Trans/Except.o ) [17 of 28] Compiling Control.Monad.Trans.Error ( Control/Monad/Trans/Error.hs, dist/build/Control/Monad/Trans/Error.o ) [18 of 28] Compiling Control.Monad.Trans.Identity ( Control/Monad/Trans/Identity.hs, dist/build/Control/Monad/Trans/Identity.o ) [19 of 28] Compiling Control.Monad.Trans.List ( Control/Monad/Trans/List.hs, dist/build/Control/Monad/Trans/List.o ) [20 of 28] Compiling Control.Monad.Trans.Maybe ( Control/Monad/Trans/Maybe.hs, dist/build/Control/Monad/Trans/Maybe.o ) [21 of 28] Compiling Control.Monad.Trans.Writer.Lazy ( Control/Monad/Trans/Writer/Lazy.hs, dist/build/Control/Monad/Trans/Writer/Lazy.o ) [22 of 28] Compiling Control.Monad.Trans.Writer ( Control/Monad/Trans/Writer.hs, dist/build/Control/Monad/Trans/Writer.o ) [23 of 28] Compiling Control.Monad.Trans.Writer.Strict ( Control/Monad/Trans/Writer/Strict.hs, dist/build/Control/Monad/Trans/Writer/Strict.o ) [24 of 28] Compiling Data.Functor.Compose ( Data/Functor/Compose.hs, dist/build/Data/Functor/Compose.o ) [25 of 28] Compiling Data.Functor.Product ( Data/Functor/Product.hs, dist/build/Data/Functor/Product.o ) [26 of 28] Compiling Data.Functor.Sum ( Data/Functor/Sum.hs, dist/build/Data/Functor/Sum.o ) [27 of 28] Compiling Control.Applicative.Backwards ( Control/Applicative/Backwards.hs, dist/build/Control/Applicative/Backwards.o ) [28 of 28] Compiling Data.Functor.Reverse ( Data/Functor/Reverse.hs, dist/build/Data/Functor/Reverse.o ) In-place registering transformers-0.4.3.0... Running Haddock for transformers-0.4.3.0... Running hscolour for transformers-0.4.3.0... Preprocessing library transformers-0.4.3.0... Preprocessing library transformers-0.4.3.0... Haddock coverage: 100% ( 2 / 2) in 'Data.Functor.Identity' 100% ( 14 / 14) in 'Control.Monad.Trans.Class' 100% ( 5 / 5) in 'Control.Monad.Signatures' 100% ( 2 / 2) in 'Control.Monad.IO.Class' 100% ( 22 / 22) in 'Control.Monad.Trans.Cont' 100% ( 18 / 18) in 'Control.Monad.Trans.Reader' 100% ( 37 / 37) in 'Control.Monad.Trans.RWS.Lazy' 100% ( 2 / 2) in 'Control.Monad.Trans.RWS' 100% ( 37 / 37) in 'Control.Monad.Trans.RWS.Strict' 100% ( 34 / 34) in 'Control.Monad.Trans.State.Lazy' 100% ( 2 / 2) in 'Control.Monad.Trans.State' 100% ( 34 / 34) in 'Control.Monad.Trans.State.Strict' 100% ( 15 / 15) in 'Data.Functor.Classes' 100% ( 2 / 2) in 'Data.Functor.Constant' 100% ( 9 / 9) in 'Control.Applicative.Lift' 100% ( 19 / 19) in 'Control.Monad.Trans.Except' 100% ( 15 / 15) in 'Control.Monad.Trans.Error' 100% ( 7 / 7) in 'Control.Monad.Trans.Identity' 100% ( 7 / 7) in 'Control.Monad.Trans.List' 100% ( 12 / 12) in 'Control.Monad.Trans.Maybe' 100% ( 20 / 20) in 'Control.Monad.Trans.Writer.Lazy' 100% ( 2 / 2) in 'Control.Monad.Trans.Writer' 100% ( 20 / 20) in 'Control.Monad.Trans.Writer.Strict' 100% ( 2 / 2) in 'Data.Functor.Compose' 100% ( 2 / 2) in 'Data.Functor.Product' 100% ( 2 / 2) in 'Data.Functor.Sum' 100% ( 2 / 2) in 'Control.Applicative.Backwards' 100% ( 2 / 2) in 'Data.Functor.Reverse' Documentation created: dist/doc/html/transformers/index.html, dist/doc/html/transformers/transformers.txt Creating package registration file: /tmp/pkgConf-transformers-0.4.32192.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/transformers-0.4.3.0 Registering transformers-0.4.3.0... Installed transformers-0.4.3.0 Configuring value-supply-0.6... Building value-supply-0.6... Preprocessing library value-supply-0.6... [1 of 1] Compiling Data.Supply ( Data/Supply.hs, dist/build/Data/Supply.o ) In-place registering value-supply-0.6... Running Haddock for value-supply-0.6... Running hscolour for value-supply-0.6... Preprocessing library value-supply-0.6... Preprocessing library value-supply-0.6... Haddock coverage: 100% ( 17 / 17) in 'Data.Supply' Documentation created: dist/doc/html/value-supply/index.html, dist/doc/html/value-supply/value-supply.txt Creating package registration file: /tmp/pkgConf-value-supply-02192.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/value-supply-0.6 Registering value-supply-0.6... Installed value-supply-0.6 Configuring hashable-1.1.2.5... Building hashable-1.1.2.5... Preprocessing library hashable-1.1.2.5... [1 of 1] Compiling Data.Hashable ( Data/Hashable.hs, dist/build/Data/Hashable.o ) Data/Hashable.hs:164:11: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Data/Hashable.hs:174:11: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" In-place registering hashable-1.1.2.5... Running Haddock for hashable-1.1.2.5... Running hscolour for hashable-1.1.2.5... Preprocessing library hashable-1.1.2.5... Preprocessing library hashable-1.1.2.5... Data/Hashable.hs:164:11: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Data/Hashable.hs:174:11: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Haddock coverage: 100% ( 10 / 10) in 'Data.Hashable' Documentation created: dist/doc/html/hashable/index.html, dist/doc/html/hashable/hashable.txt Creating package registration file: /tmp/pkgConf-hashable-1.1.22192.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/hashable-1.1.2.5 Registering hashable-1.1.2.5... Installed hashable-1.1.2.5 Configuring mtl-2.2.1... Building mtl-2.2.1... Preprocessing library mtl-2.2.1... [ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o ) [ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o ) [ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o ) [ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o ) [ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o ) [ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o ) [ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o ) [ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o ) [ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o ) [10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o ) [11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o ) [12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o ) [13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o ) [14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o ) [15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o ) [16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o ) [17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o ) [18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o ) [19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o ) [20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o ) [21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o ) [22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o ) In-place registering mtl-2.2.1... Running Haddock for mtl-2.2.1... Running hscolour for mtl-2.2.1... Preprocessing library mtl-2.2.1... Preprocessing library mtl-2.2.1... Haddock coverage: 75% ( 3 / 4) in 'Control.Monad.Writer.Class' 100% ( 5 / 5) in 'Control.Monad.State.Class' 100% ( 3 / 3) in 'Control.Monad.Reader.Class' 80% ( 4 / 5) in 'Control.Monad.RWS.Class' 100% ( 4 / 4) in 'Control.Monad.Identity' 100% ( 3 / 3) in 'Control.Monad.Error.Class' 50% ( 1 / 2) in 'Control.Monad.Cont.Class' 100% ( 3 / 3) in 'Control.Monad.Trans' 93% ( 14 / 15) in 'Control.Monad.Error' 100% ( 19 / 19) in 'Control.Monad.Except' 100% ( 5 / 5) in 'Control.Monad.List' 95% ( 21 / 22) in 'Control.Monad.RWS.Lazy' 100% ( 2 / 2) in 'Control.Monad.RWS' 96% ( 22 / 23) in 'Control.Monad.Reader' 95% ( 21 / 22) in 'Control.Monad.RWS.Strict' 96% ( 24 / 25) in 'Control.Monad.State.Lazy' 100% ( 2 / 2) in 'Control.Monad.State' 96% ( 24 / 25) in 'Control.Monad.State.Strict' 89% ( 17 / 19) in 'Control.Monad.Writer.Lazy' 100% ( 2 / 2) in 'Control.Monad.Writer' 94% ( 17 / 18) in 'Control.Monad.Writer.Strict' 91% ( 20 / 22) in 'Control.Monad.Cont' Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt Creating package registration file: /tmp/pkgConf-mtl-2.22192.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/mtl-2.2.1 Registering mtl-2.2.1... Installed mtl-2.2.1 Configuring primitive-0.6... Building primitive-0.6... Preprocessing library primitive-0.6... [ 1 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o ) [ 2 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o ) [ 3 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o ) [ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o ) Control/Monad/Primitive.hs:39:1: Warning: Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Primitive.hs:98:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:98:47: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:99:19: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o ) [ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o ) [ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o ) [ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o ) [ 9 of 10] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o ) [10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o ) In-place registering primitive-0.6... Running Haddock for primitive-0.6... Running hscolour for primitive-0.6... Preprocessing library primitive-0.6... Preprocessing library primitive-0.6... Control/Monad/Primitive.hs:39:1: Warning: Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Primitive.hs:98:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:98:47: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:99:19: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Haddock coverage: 100% ( 3 / 3) in 'Data.Primitive.Internal.Compat' 3% ( 1 / 35) in 'Data.Primitive.MachDeps' 3% ( 1 / 29) in 'Data.Primitive.Internal.Operations' 75% ( 12 / 16) in 'Control.Monad.Primitive' 100% ( 3 / 3) in 'Data.Primitive.Types' 100% ( 15 / 15) in 'Data.Primitive.Array' 93% ( 27 / 29) in 'Data.Primitive.ByteArray' 100% ( 16 / 16) in 'Data.Primitive.Addr' 100% ( 7 / 7) in 'Data.Primitive' 100% ( 9 / 9) in 'Data.Primitive.MutVar' Documentation created: dist/doc/html/primitive/index.html, dist/doc/html/primitive/primitive.txt Creating package registration file: /tmp/pkgConf-primitive-02192.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/primitive-0.6 Registering primitive-0.6... Installed primitive-0.6 Configuring vector-0.10.12.3... Building vector-0.10.12.3... Preprocessing library vector-0.10.12.3... [ 1 of 19] Compiling Data.Vector.Storable.Internal ( Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o ) [ 2 of 19] Compiling Data.Vector.Fusion.Util ( Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o ) [ 3 of 19] Compiling Data.Vector.Fusion.Stream.Size ( Data/Vector/Fusion/Stream/Size.hs, dist/build/Data/Vector/Fusion/Stream/Size.o ) Data/Vector/Fusion/Stream/Size.hs:25:10: Warning: No explicit implementation for ‘*’, ‘abs’, and ‘signum’ In the instance declaration for ‘Num Size’ [ 4 of 19] Compiling Data.Vector.Internal.Check ( Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o ) [ 5 of 19] Compiling Data.Vector.Fusion.Stream.Monadic ( Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o ) Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Loading package transformers-0.4.3.0 ... linking ... done. Loading package primitive-0.6 ... linking ... done. Loading package array-0.5.0.0 ... linking ... done. Loading package deepseq-1.3.0.2 ... linking ... done. [ 6 of 19] Compiling Data.Vector.Fusion.Stream ( Data/Vector/Fusion/Stream.hs, dist/build/Data/Vector/Fusion/Stream.o ) [ 7 of 19] Compiling Data.Vector.Generic.Mutable ( Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o ) [ 8 of 19] Compiling Data.Vector.Generic.Base ( Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o ) [ 9 of 19] Compiling Data.Vector.Generic.New ( Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o ) [10 of 19] Compiling Data.Vector.Generic ( Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o ) [11 of 19] Compiling Data.Vector.Primitive.Mutable ( Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o ) [12 of 19] Compiling Data.Vector.Primitive ( Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o ) [13 of 19] Compiling Data.Vector.Storable.Mutable ( Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o ) Data/Vector/Storable/Mutable.hs:450:1: Warning: Rule "unsafeFromForeignPtr fp 0 n -> unsafeFromForeignPtr0 fp n " may never fire because ‘unsafeFromForeignPtr’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘unsafeFromForeignPtr’ [14 of 19] Compiling Data.Vector.Storable ( Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o ) Data/Vector/Storable.hs:1398:1: Warning: Rule "unsafeFromForeignPtr fp 0 n -> unsafeFromForeignPtr0 fp n " may never fire because ‘unsafeFromForeignPtr’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘unsafeFromForeignPtr’ [15 of 19] Compiling Data.Vector.Unboxed.Base ( Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o ) [16 of 19] Compiling Data.Vector.Unboxed ( Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o ) [17 of 19] Compiling Data.Vector.Unboxed.Mutable ( Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o ) [18 of 19] Compiling Data.Vector.Mutable ( Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o ) [19 of 19] Compiling Data.Vector ( Data/Vector.hs, dist/build/Data/Vector.o ) In-place registering vector-0.10.12.3... Running Haddock for vector-0.10.12.3... Running hscolour for vector-0.10.12.3... Preprocessing library vector-0.10.12.3... Preprocessing library vector-0.10.12.3... Data/Vector/Fusion/Stream/Size.hs:25:10: Warning: No explicit implementation for ‘*’, ‘abs’, and ‘signum’ In the instance declaration for ‘Num Size’ Haddock coverage: 25% ( 1 / 4) in 'Data.Vector.Storable.Internal' 100% ( 5 / 5) in 'Data.Vector.Fusion.Util' 100% ( 6 / 6) in 'Data.Vector.Fusion.Stream.Size' 11% ( 1 / 9) in 'Data.Vector.Internal.Check' 83% (104 /126) in 'Data.Vector.Fusion.Stream.Monadic' 85% ( 88 /104) in 'Data.Vector.Fusion.Stream' 64% ( 42 / 66) in 'Data.Vector.Generic.Mutable' 100% ( 3 / 3) in 'Data.Vector.Generic.Base' 5% ( 1 / 20) in 'Data.Vector.Generic.New' 93% (215 /232) in 'Data.Vector.Generic' 76% ( 38 / 50) in 'Data.Vector.Primitive.Mutable' 97% (185 /191) in 'Data.Vector.Primitive' 79% ( 46 / 58) in 'Data.Vector.Storable.Mutable' 97% (194 /200) in 'Data.Vector.Storable' 17% ( 1 / 6) in 'Data.Vector.Unboxed.Base' 96% (201 /210) in 'Data.Vector.Unboxed' 77% ( 47 / 61) in 'Data.Vector.Unboxed.Mutable' 76% ( 37 / 49) in 'Data.Vector.Mutable' 94% (199 /212) in 'Data.Vector' Warning: Data.Vector.Unboxed: could not find link destinations for: Data.Vector.Unboxed.Base.TFCo:R:VectorBool Data.Vector.Unboxed.Base.V_Bool Data.Vector.Unboxed.Base.TFCo:R:VectorChar Data.Vector.Unboxed.Base.V_Char Data.Vector.Unboxed.Base.TFCo:R:VectorDouble Data.Vector.Unboxed.Base.V_Double Data.Vector.Unboxed.Base.TFCo:R:VectorFloat Data.Vector.Unboxed.Base.V_Float Data.Vector.Unboxed.Base.TFCo:R:VectorInt Data.Vector.Unboxed.Base.V_Int Data.Vector.Unboxed.Base.TFCo:R:VectorInt8 Data.Vector.Unboxed.Base.V_Int8 Data.Vector.Unboxed.Base.TFCo:R:VectorInt16 Data.Vector.Unboxed.Base.V_Int16 Data.Vector.Unboxed.Base.TFCo:R:VectorInt32 Data.Vector.Unboxed.Base.V_Int32 Data.Vector.Unboxed.Base.TFCo:R:VectorInt64 Data.Vector.Unboxed.Base.V_Int64 Data.Vector.Unboxed.Base.TFCo:R:VectorWord Data.Vector.Unboxed.Base.V_Word Data.Vector.Unboxed.Base.TFCo:R:VectorWord8 Data.Vector.Unboxed.Base.V_Word8 Data.Vector.Unboxed.Base.TFCo:R:VectorWord16 Data.Vector.Unboxed.Base.V_Word16 Data.Vector.Unboxed.Base.TFCo:R:VectorWord32 Data.Vector.Unboxed.Base.V_Word32 Data.Vector.Unboxed.Base.TFCo:R:VectorWord64 Data.Vector.Unboxed.Base.V_Word64 Data.Vector.Unboxed.Base.TFCo:R:Vector() Data.Vector.Unboxed.Base.V_Unit Data.Vector.Unboxed.Base.TFCo:R:VectorComplex Data.Vector.Unboxed.Base.V_Complex Data.Vector.Unboxed.Base.TFCo:R:Vector(,) Data.Vector.Unboxed.Base.V_2 Data.Vector.Unboxed.Base.TFCo:R:Vector(,,) Data.Vector.Unboxed.Base.V_3 Data.Vector.Unboxed.Base.TFCo:R:Vector(,,,) Data.Vector.Unboxed.Base.V_4 Data.Vector.Unboxed.Base.TFCo:R:Vector(,,,,) Data.Vector.Unboxed.Base.V_5 Data.Vector.Unboxed.Base.TFCo:R:Vector(,,,,,) Data.Vector.Unboxed.Base.V_6 Data.Vector.Unboxed.Base.TFCo:R:MVectorsBool Data.Vector.Unboxed.Base.MV_Bool Data.Vector.Unboxed.Base.TFCo:R:MVectorsChar Data.Vector.Unboxed.Base.MV_Char Data.Vector.Unboxed.Base.TFCo:R:MVectorsDouble Data.Vector.Unboxed.Base.MV_Double Data.Vector.Unboxed.Base.TFCo:R:MVectorsFloat Data.Vector.Unboxed.Base.MV_Float Data.Vector.Unboxed.Base.TFCo:R:MVectorsWord64 Data.Vector.Unboxed.Base.MV_Word64 Data.Vector.Unboxed.Base.TFCo:R:MVectorsWord32 Data.Vector.Unboxed.Base.MV_Word32 Data.Vector.Unboxed.Base.TFCo:R:MVectorsWord16 Data.Vector.Unboxed.Base.MV_Word16 Data.Vector.Unboxed.Base.TFCo:R:MVectorsWord8 Data.Vector.Unboxed.Base.MV_Word8 Data.Vector.Unboxed.Base.TFCo:R:MVectorsWord Data.Vector.Unboxed.Base.MV_Word Data.Vector.Unboxed.Base.TFCo:R:MVectorsInt64 Data.Vector.Unboxed.Base.MV_Int64 Data.Vector.Unboxed.Base.TFCo:R:MVectorsInt32 Data.Vector.Unboxed.Base.MV_Int32 Data.Vector.Unboxed.Base.TFCo:R:MVectorsInt16 Data.Vector.Unboxed.Base.MV_Int16 Data.Vector.Unboxed.Base.TFCo:R:MVectorsInt8 Data.Vector.Unboxed.Base.MV_Int8 Data.Vector.Unboxed.Base.TFCo:R:MVectorsInt Data.Vector.Unboxed.Base.MV_Int Data.Vector.Unboxed.Base.TFCo:R:MVectors() Data.Vector.Unboxed.Base.MV_Unit Data.Vector.Unboxed.Base.TFCo:R:MVectorsComplex Data.Vector.Unboxed.Base.MV_Complex Data.Vector.Unboxed.Base.TFCo:R:MVectors(,) Data.Vector.Unboxed.Base.MV_2 Data.Vector.Unboxed.Base.TFCo:R:MVectors(,,) Data.Vector.Unboxed.Base.MV_3 Data.Vector.Unboxed.Base.TFCo:R:MVectors(,,,) Data.Vector.Unboxed.Base.MV_4 Data.Vector.Unboxed.Base.TFCo:R:MVectors(,,,,) Data.Vector.Unboxed.Base.MV_5 Data.Vector.Unboxed.Base.TFCo:R:MVectors(,,,,,) Data.Vector.Unboxed.Base.MV_6 Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for: Data.Vector.Unboxed.Base.TFCo:R:MVectorsBool Data.Vector.Unboxed.Base.MV_Bool Data.Vector.Unboxed.Base.TFCo:R:MVectorsChar Data.Vector.Unboxed.Base.MV_Char Data.Vector.Unboxed.Base.TFCo:R:MVectorsDouble Data.Vector.Unboxed.Base.MV_Double Data.Vector.Unboxed.Base.TFCo:R:MVectorsFloat Data.Vector.Unboxed.Base.MV_Float Data.Vector.Unboxed.Base.TFCo:R:MVectorsWord64 Data.Vector.Unboxed.Base.MV_Word64 Data.Vector.Unboxed.Base.TFCo:R:MVectorsWord32 Data.Vector.Unboxed.Base.MV_Word32 Data.Vector.Unboxed.Base.TFCo:R:MVectorsWord16 Data.Vector.Unboxed.Base.MV_Word16 Data.Vector.Unboxed.Base.TFCo:R:MVectorsWord8 Data.Vector.Unboxed.Base.MV_Word8 Data.Vector.Unboxed.Base.TFCo:R:MVectorsWord Data.Vector.Unboxed.Base.MV_Word Data.Vector.Unboxed.Base.TFCo:R:MVectorsInt64 Data.Vector.Unboxed.Base.MV_Int64 Data.Vector.Unboxed.Base.TFCo:R:MVectorsInt32 Data.Vector.Unboxed.Base.MV_Int32 Data.Vector.Unboxed.Base.TFCo:R:MVectorsInt16 Data.Vector.Unboxed.Base.MV_Int16 Data.Vector.Unboxed.Base.TFCo:R:MVectorsInt8 Data.Vector.Unboxed.Base.MV_Int8 Data.Vector.Unboxed.Base.TFCo:R:MVectorsInt Data.Vector.Unboxed.Base.MV_Int Data.Vector.Unboxed.Base.TFCo:R:MVectors() Data.Vector.Unboxed.Base.MV_Unit Data.Vector.Unboxed.Base.TFCo:R:MVectorsComplex Data.Vector.Unboxed.Base.MV_Complex Data.Vector.Unboxed.Base.TFCo:R:MVectors(,) Data.Vector.Unboxed.Base.MV_2 Data.Vector.Unboxed.Base.TFCo:R:MVectors(,,) Data.Vector.Unboxed.Base.MV_3 Data.Vector.Unboxed.Base.TFCo:R:MVectors(,,,) Data.Vector.Unboxed.Base.MV_4 Data.Vector.Unboxed.Base.TFCo:R:MVectors(,,,,) Data.Vector.Unboxed.Base.MV_5 Data.Vector.Unboxed.Base.TFCo:R:MVectors(,,,,,) Data.Vector.Unboxed.Base.MV_6 Documentation created: dist/doc/html/vector/index.html, dist/doc/html/vector/vector.txt Creating package registration file: /tmp/pkgConf-vector-0.10.122192.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/vector-0.10.12.3 Registering vector-0.10.12.3... Installed vector-0.10.12.3 Configuring hashtables-1.2.0.2... Building hashtables-1.2.0.2... Preprocessing library hashtables-1.2.0.2... [ 1 of 12] Compiling Data.HashTable.Internal.UnsafeTricks ( src/Data/HashTable/Internal/UnsafeTricks.hs, dist/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/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/build/Data/HashTable/Internal/Array.o ) [ 4 of 12] Compiling Data.HashTable.Internal.Linear.Bucket ( src/Data/HashTable/Internal/Linear/Bucket.hs, dist/build/Data/HashTable/Internal/Linear/Bucket.o ) [ 5 of 12] Compiling Data.HashTable.Internal.Utils ( src/Data/HashTable/Internal/Utils.hs, dist/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/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/build/Data/HashTable/Internal/CheapPseudoRandomBitStream.o ) [ 8 of 12] Compiling Data.HashTable.Class ( src/Data/HashTable/Class.hs, dist/build/Data/HashTable/Class.o ) [ 9 of 12] Compiling Data.HashTable.ST.Basic ( src/Data/HashTable/ST/Basic.hs, dist/build/Data/HashTable/ST/Basic.o ) src/Data/HashTable/ST/Basic.hs:125:10: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" src/Data/HashTable/ST/Basic.hs:368: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/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/build/Data/HashTable/ST/Linear.o ) [12 of 12] Compiling Data.HashTable.IO ( src/Data/HashTable/IO.hs, dist/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.2... Running Haddock for hashtables-1.2.0.2... Running hscolour for hashtables-1.2.0.2... Preprocessing library hashtables-1.2.0.2... Preprocessing library hashtables-1.2.0.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:125:10: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" src/Data/HashTable/ST/Basic.hs:368: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' 20% ( 1 / 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' Documentation created: dist/doc/html/hashtables/index.html, dist/doc/html/hashtables/hashtables.txt Creating package registration file: /tmp/pkgConf-hashtables-1.2.02192.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/hashtables-1.2.0.2 Registering hashtables-1.2.0.2... Installed hashtables-1.2.0.2 Configuring libcspm-1.0.0... Building libcspm-1.0.0... Preprocessing library libcspm-1.0.0... src/CSPM/Parser/Lexer.x:2:16: Warning: -fno-warn-lazy-unlifted-bindings is deprecated: it has no effect, and will be removed in GHC 7.10 [ 1 of 68] Compiling Util.MonadicPrettyPrintInternal ( src/Util/MonadicPrettyPrintInternal.hs, dist/build/Util/MonadicPrettyPrintInternal.o ) [ 2 of 68] Compiling Data.Set.MutableBit ( src/Data/Set/MutableBit.hs, dist/build/Data/Set/MutableBit.o ) src/Data/Set/MutableBit.hs:24:1: Warning: The qualified import of ‘Prelude’ is redundant except perhaps to import instances from ‘Prelude’ To import instances alone, use: import Prelude() src/Data/Set/MutableBit.hs:30:18: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" [ 3 of 68] Compiling Util.FuzzyLookup ( src/Util/FuzzyLookup.hs, dist/build/Util/FuzzyLookup.o ) [ 4 of 68] Compiling Util.List ( src/Util/List.hs, dist/build/Util/List.o ) [ 5 of 68] Compiling Data.Graph.ST ( src/Data/Graph/ST.hs, dist/build/Data/Graph/ST.o ) [ 6 of 68] Compiling CSPM.Evaluator.Profiler[boot] ( src/CSPM/Evaluator/Profiler.hs-boot, dist/build/CSPM/Evaluator/Profiler.o-boot ) [ 7 of 68] Compiling Util.Monad ( src/Util/Monad.hs, dist/build/Util/Monad.o ) [ 8 of 68] Compiling Util.Prelude ( src/Util/Prelude.hs, dist/build/Util/Prelude.o ) [ 9 of 68] Compiling Util.Precedence ( src/Util/Precedence.hs, dist/build/Util/Precedence.o ) [10 of 68] Compiling Util.MonadicPrettyPrint ( src/Util/MonadicPrettyPrint.hs, dist/build/Util/MonadicPrettyPrint.o ) [11 of 68] Compiling Util.PrettyPrint ( src/Util/PrettyPrint.hs, dist/build/Util/PrettyPrint.o ) [12 of 68] Compiling Util.Annotated[boot] ( src/Util/Annotated.hs-boot, dist/build/Util/Annotated.o-boot ) [13 of 68] Compiling CSPM.DataStructures.Literals ( src/CSPM/DataStructures/Literals.hs, dist/build/CSPM/DataStructures/Literals.o ) [14 of 68] Compiling Util.Exception ( src/Util/Exception.hs, dist/build/Util/Exception.o ) [15 of 68] Compiling Util.Annotated ( src/Util/Annotated.hs, dist/build/Util/Annotated.o ) [16 of 68] Compiling Util.PartialFunctions ( src/Util/PartialFunctions.hs, dist/build/Util/PartialFunctions.o ) [17 of 68] Compiling Util.HierarchicalMap ( src/Util/HierarchicalMap.hs, dist/build/Util/HierarchicalMap.o ) [18 of 68] Compiling Paths_libcspm ( dist/build/autogen/Paths_libcspm.hs, dist/build/Paths_libcspm.o ) [19 of 68] Compiling CSPM.Evaluator.Values[boot] ( src/CSPM/Evaluator/Values.hs-boot, dist/build/CSPM/Evaluator/Values.o-boot ) [20 of 68] Compiling CSPM.Evaluator.ProcessValues ( src/CSPM/Evaluator/ProcessValues.hs, dist/build/CSPM/Evaluator/ProcessValues.o ) [21 of 68] Compiling CSPM.Evaluator.ValueSet[boot] ( src/CSPM/Evaluator/ValueSet.hs-boot, dist/build/CSPM/Evaluator/ValueSet.o-boot ) [22 of 68] Compiling CSPM.DataStructures.Names ( src/CSPM/DataStructures/Names.hs, dist/build/CSPM/DataStructures/Names.o ) [23 of 68] Compiling CSPM.DataStructures.Types ( src/CSPM/DataStructures/Types.hs, dist/build/CSPM/DataStructures/Types.o ) [24 of 68] Compiling CSPM.DataStructures.Syntax ( src/CSPM/DataStructures/Syntax.hs, dist/build/CSPM/DataStructures/Syntax.o ) [25 of 68] Compiling CSPM.PrettyPrinter ( src/CSPM/PrettyPrinter.hs, dist/build/CSPM/PrettyPrinter.o ) [26 of 68] Compiling CSPM.Parser.Tokens ( src/CSPM/Parser/Tokens.hs, dist/build/CSPM/Parser/Tokens.o ) [27 of 68] Compiling CSPM.TypeChecker.Exceptions ( src/CSPM/TypeChecker/Exceptions.hs, dist/build/CSPM/TypeChecker/Exceptions.o ) [28 of 68] Compiling CSPM.DataStructures.FreeVars ( src/CSPM/DataStructures/FreeVars.hs, dist/build/CSPM/DataStructures/FreeVars.o ) [29 of 68] Compiling CSPM.Prelude ( src/CSPM/Prelude.hs, dist/build/CSPM/Prelude.o ) [30 of 68] Compiling CSPM.Renamer ( src/CSPM/Renamer.hs, dist/build/CSPM/Renamer.o ) [31 of 68] Compiling CSPM.Desugar ( src/CSPM/Desugar.hs, dist/build/CSPM/Desugar.o ) [32 of 68] Compiling CSPM.Evaluator.Environment ( src/CSPM/Evaluator/Environment.hs, dist/build/CSPM/Evaluator/Environment.o ) [33 of 68] Compiling CSPM.Evaluator.Monad ( src/CSPM/Evaluator/Monad.hs, dist/build/CSPM/Evaluator/Monad.o ) [34 of 68] Compiling CSPM.Evaluator.Values ( src/CSPM/Evaluator/Values.hs, dist/build/CSPM/Evaluator/Values.o ) [35 of 68] Compiling CSPM.Evaluator.Expr[boot] ( src/CSPM/Evaluator/Expr.hs-boot, dist/build/CSPM/Evaluator/Expr.o-boot ) [36 of 68] Compiling CSPM.Evaluator.Profiler ( src/CSPM/Evaluator/Profiler.hs, dist/build/CSPM/Evaluator/Profiler.o ) [37 of 68] Compiling CSPM.Evaluator.Exceptions[boot] ( src/CSPM/Evaluator/Exceptions.hs-boot, dist/build/CSPM/Evaluator/Exceptions.o-boot ) [38 of 68] Compiling CSPM.Evaluator.ValueSet ( src/CSPM/Evaluator/ValueSet.hs, dist/build/CSPM/Evaluator/ValueSet.o ) [39 of 68] Compiling CSPM.Evaluator.DeepSeq ( src/CSPM/Evaluator/DeepSeq.hs, dist/build/CSPM/Evaluator/DeepSeq.o ) [40 of 68] Compiling CSPM.Evaluator.Dot ( src/CSPM/Evaluator/Dot.hs, dist/build/CSPM/Evaluator/Dot.o ) [41 of 68] Compiling CSPM.Evaluator.PatBind ( src/CSPM/Evaluator/PatBind.hs, dist/build/CSPM/Evaluator/PatBind.o ) [42 of 68] Compiling CSPM.Evaluator.ValuePrettyPrinter ( src/CSPM/Evaluator/ValuePrettyPrinter.hs, dist/build/CSPM/Evaluator/ValuePrettyPrinter.o ) [43 of 68] Compiling CSPM.Evaluator.Exceptions ( src/CSPM/Evaluator/Exceptions.hs, dist/build/CSPM/Evaluator/Exceptions.o ) [44 of 68] Compiling CSPM.Evaluator.BuiltInFunctions ( src/CSPM/Evaluator/BuiltInFunctions.hs, dist/build/CSPM/Evaluator/BuiltInFunctions.o ) [45 of 68] Compiling CSPM.Evaluator.DeclBind ( src/CSPM/Evaluator/DeclBind.hs, dist/build/CSPM/Evaluator/DeclBind.o ) [46 of 68] Compiling CSPM.Evaluator.File ( src/CSPM/Evaluator/File.hs, dist/build/CSPM/Evaluator/File.o ) [47 of 68] Compiling CSPM.Evaluator.Expr ( src/CSPM/Evaluator/Expr.hs, dist/build/CSPM/Evaluator/Expr.o ) [48 of 68] Compiling CSPM.Evaluator ( src/CSPM/Evaluator.hs, dist/build/CSPM/Evaluator.o ) [49 of 68] Compiling CSPM.Parser.Exceptions ( src/CSPM/Parser/Exceptions.hs, dist/build/CSPM/Parser/Exceptions.o ) [50 of 68] Compiling CSPM.Parser.Monad ( src/CSPM/Parser/Monad.hs, dist/build/CSPM/Parser/Monad.o ) [51 of 68] Compiling CSPM.Parser.Lexer ( dist/build/CSPM/Parser/Lexer.hs, dist/build/CSPM/Parser/Lexer.o ) [52 of 68] Compiling CSPM.Parser.Parser ( src/CSPM/Parser/Parser.hs, dist/build/CSPM/Parser/Parser.o ) templates/GenericTemplate.hs:104:22: Couldn't match expected type ‘Bool’ with actual type ‘Happy_GHC_Exts.Int#’ In the expression: (n Happy_GHC_Exts.<# (0# :: Happy_GHC_Exts.Int#)) In a stmt of a pattern guard for a case alternative: (n Happy_GHC_Exts.<# (0# :: Happy_GHC_Exts.Int#)) In a case alternative: n | (n Happy_GHC_Exts.<# (0# :: Happy_GHC_Exts.Int#)) -> (happyReduceArr Happy_Data_Array.! rule) i tk st where rule = (Happy_GHC_Exts.I# ((Happy_GHC_Exts.negateInt# ((n Happy_GHC_Exts.+# (1# :: Happy_GHC_Exts.Int#)))))) templates/GenericTemplate.hs:115:23: Couldn't match expected type ‘Bool’ with actual type ‘Happy_GHC_Exts.Int#’ In the expression: (off_i Happy_GHC_Exts.>=# (0# :: Happy_GHC_Exts.Int#)) In the expression: if (off_i Happy_GHC_Exts.>=# (0# :: Happy_GHC_Exts.Int#)) then (indexShortOffAddr happyCheck off_i Happy_GHC_Exts.==# i) else False In an equation for ‘check’: check = if (off_i Happy_GHC_Exts.>=# (0# :: Happy_GHC_Exts.Int#)) then (indexShortOffAddr happyCheck off_i Happy_GHC_Exts.==# i) else False templates/GenericTemplate.hs:117:30: Couldn't match expected type ‘Happy_GHC_Exts.Int#’ with actual type ‘Bool’ In the expression: False In the expression: if (off_i Happy_GHC_Exts.>=# (0# :: Happy_GHC_Exts.Int#)) then (indexShortOffAddr happyCheck off_i Happy_GHC_Exts.==# i) else False templates/GenericTemplate.hs:119:13: Couldn't match expected type ‘Bool’ with actual type ‘Happy_GHC_Exts.Int#’ In the expression: check In a stmt of a pattern guard for a pattern binding: check templates/GenericTemplate.hs:212:14: Pattern bindings containing unlifted types should use an outermost bang pattern: (sts1@((HappyCons (st1@(action)) (_)))) = happyDrop k (HappyCons (st) (sts)) In an equation for ‘happyMonadReduce’: happyMonadReduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyGoto nt j tk st1 sts1 (r `HappyStk` drop_stk)) where (sts1@((HappyCons (st1@(action)) (_)))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk templates/GenericTemplate.hs:219:14: Pattern bindings containing unlifted types should use an outermost bang pattern: (sts1@((HappyCons (st1@(action)) (_)))) = happyDrop k (HappyCons (st) (sts)) In an equation for ‘happyMonad2Reduce’: happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where (sts1@((HappyCons (st1@(action)) (_)))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk (off) = indexShortOffAddr happyGotoOffsets st1 (off_i) = (off Happy_GHC_Exts.+# nt) .... Failed to install libcspm-1.0.0 cabal: Error: some packages failed to install: cspmchecker-0.1 depends on libcspm-1.0.0 which failed to install. libcspm-1.0.0 failed during the building phase. The exception was: ExitFailure 1