Resolving dependencies... Configuring bytestring-lexing-0.4.3... Building bytestring-lexing-0.4.3... Preprocessing library bytestring-lexing-0.4.3... [1 of 4] Compiling Data.ByteString.Lex.Internal ( src/Data/ByteString/Lex/Internal.hs, dist/build/Data/ByteString/Lex/Internal.o ) [2 of 4] Compiling Data.ByteString.Lex.Lazy.Double ( dist/build/Data/ByteString/Lex/Lazy/Double.hs, dist/build/Data/ByteString/Lex/Lazy/Double.o ) dist/build/Data/ByteString/Lex/Lazy/Double.hs:339:17: Warning: Pattern bindings containing unlifted types should use an outermost bang pattern: ((I# (ord_c))) = ord c In the expression: let (base) = alexIndexInt32OffAddr alex_base s ((I# (ord_c))) = ord c (offset) = (base +# ord_c) .... in case new_s of { -1# -> (new_acc, input) _ -> alex_scan_tkn user orig_input (len +# 1#) new_input new_s new_acc } In a case alternative: Just (c, new_input) -> let (base) = alexIndexInt32OffAddr alex_base s ((I# (ord_c))) = ord c .... in case new_s of { -1# -> (new_acc, input) _ -> alex_scan_tkn user orig_input (len +# 1#) new_input new_s new_acc } In the second argument of `seq', namely `case alexGetChar input of { Nothing -> (new_acc, input) Just (c, new_input) -> let (base) = ... .... in case new_s of { -1# -> ... _ -> alex_scan_tkn user orig_input (len +# 1#) new_input new_s new_acc } }' [3 of 4] Compiling Data.ByteString.Lex.Double ( dist/build/Data/ByteString/Lex/Double.hs, dist/build/Data/ByteString/Lex/Double.o ) dist/build/Data/ByteString/Lex/Double.hs:374:17: Warning: Pattern bindings containing unlifted types should use an outermost bang pattern: ((I# (ord_c))) = ord c In the expression: let (base) = alexIndexInt32OffAddr alex_base s ((I# (ord_c))) = ord c (offset) = (base +# ord_c) .... in case new_s of { -1# -> (new_acc, input) _ -> alex_scan_tkn user orig_input (len +# 1#) new_input new_s new_acc } In a case alternative: Just (c, new_input) -> let (base) = alexIndexInt32OffAddr alex_base s ((I# (ord_c))) = ord c .... in case new_s of { -1# -> (new_acc, input) _ -> alex_scan_tkn user orig_input (len +# 1#) new_input new_s new_acc } In the second argument of `seq', namely `case alexGetChar input of { Nothing -> (new_acc, input) Just (c, new_input) -> let (base) = ... .... in case new_s of { -1# -> ... _ -> alex_scan_tkn user orig_input (len +# 1#) new_input new_s new_acc } }' [4 of 4] Compiling Data.ByteString.Lex.Integral ( src/Data/ByteString/Lex/Integral.hs, dist/build/Data/ByteString/Lex/Integral.o ) In-place registering bytestring-lexing-0.4.3... Running Haddock for bytestring-lexing-0.4.3... Running hscolour for bytestring-lexing-0.4.3... Preprocessing library bytestring-lexing-0.4.3... Preprocessing library bytestring-lexing-0.4.3... dist/build/tmp-19225/dist/build/Data/ByteString/Lex/Lazy/Double.hs:339:17: Warning: Pattern bindings containing unlifted types should use an outermost bang pattern: ((I# (ord_c))) = ord c In the expression: let (base) = alexIndexInt32OffAddr alex_base s ((I# (ord_c))) = ord c (offset) = (base +# ord_c) .... in case new_s of { -1# -> (new_acc, input) _ -> alex_scan_tkn user orig_input (len +# 1#) new_input new_s new_acc } In a case alternative: Just (c, new_input) -> let (base) = alexIndexInt32OffAddr alex_base s ((I# (ord_c))) = ord c .... in case new_s of { -1# -> (new_acc, input) _ -> alex_scan_tkn user orig_input (len +# 1#) new_input new_s new_acc } In the second argument of `seq', namely `case alexGetChar input of { Nothing -> (new_acc, input) Just (c, new_input) -> let (base) = ... .... in case new_s of { -1# -> ... _ -> alex_scan_tkn user orig_input (len +# 1#) new_input new_s new_acc } }' dist/build/tmp-19225/dist/build/Data/ByteString/Lex/Double.hs:374:17: Warning: Pattern bindings containing unlifted types should use an outermost bang pattern: ((I# (ord_c))) = ord c In the expression: let (base) = alexIndexInt32OffAddr alex_base s ((I# (ord_c))) = ord c (offset) = (base +# ord_c) .... in case new_s of { -1# -> (new_acc, input) _ -> alex_scan_tkn user orig_input (len +# 1#) new_input new_s new_acc } In a case alternative: Just (c, new_input) -> let (base) = alexIndexInt32OffAddr alex_base s ((I# (ord_c))) = ord c .... in case new_s of { -1# -> (new_acc, input) _ -> alex_scan_tkn user orig_input (len +# 1#) new_input new_s new_acc } In the second argument of `seq', namely `case alexGetChar input of { Nothing -> (new_acc, input) Just (c, new_input) -> let (base) = ... .... in case new_s of { -1# -> ... _ -> alex_scan_tkn user orig_input (len +# 1#) new_input new_s new_acc } }' Haddock coverage: 67% ( 2 / 3) in 'Data.ByteString.Lex.Internal' 100% ( 2 / 2) in 'Data.ByteString.Lex.Lazy.Double' 100% ( 3 / 3) in 'Data.ByteString.Lex.Double' 100% ( 14 / 14) in 'Data.ByteString.Lex.Integral' Warning: Data.ByteString.Lex.Integral: could not find link destinations for: Data.ByteString.Lex.Integral.numTwoPowerDigits Data.ByteString.Lex.Integral.numDigits Documentation created: dist/doc/html/bytestring-lexing/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/bytestring-lexing-0.4.3 Registering bytestring-lexing-0.4.3... Installed bytestring-lexing-0.4.3 Configuring colour-2.3.3... Building colour-2.3.3... Preprocessing library colour-2.3.3... [ 1 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o ) [ 2 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o ) [ 3 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o ) [ 4 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o ) [ 5 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o ) [ 6 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o ) [ 7 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o ) [ 8 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o ) [ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o ) [10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o ) [11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o ) [12 of 14] Compiling Data.Colour ( Data/Colour.hs, dist/build/Data/Colour.o ) [13 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o ) [14 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o ) In-place registering colour-2.3.3... Running Haddock for colour-2.3.3... Running hscolour for colour-2.3.3... Preprocessing library colour-2.3.3... Preprocessing library colour-2.3.3... Haddock coverage: 0% ( 0 / 5) in 'Data.Colour.Matrix' 0% ( 0 / 10) in 'Data.Colour.Chan' 60% ( 6 / 10) in 'Data.Colour.CIE.Chromaticity' 50% ( 6 / 12) in 'Data.Colour.RGB' 86% ( 6 / 7) in 'Data.Colour.RGBSpace.HSL' 86% ( 6 / 7) in 'Data.Colour.RGBSpace.HSV' 100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant' 59% ( 13 / 22) in 'Data.Colour.Internal' 100% ( 6 / 6) in 'Data.Colour.SRGB.Linear' 83% ( 20 / 24) in 'Data.Colour.RGBSpace' 100% ( 14 / 14) in 'Data.Colour.SRGB' 85% ( 17 / 20) in 'Data.Colour' 88% ( 15 / 17) in 'Data.Colour.CIE' 1% ( 1 /149) in 'Data.Colour.Names' Documentation created: dist/doc/html/colour/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/colour-2.3.3 Registering colour-2.3.3... Installed colour-2.3.3 Configuring data-accessor-0.2.2.3... Building data-accessor-0.2.2.3... Preprocessing library data-accessor-0.2.2.3... [ 1 of 10] Compiling Data.Accessor.Private ( src-4/Data/Accessor/Private.hs, dist/build/Data/Accessor/Private.o ) [ 2 of 10] Compiling Data.Accessor.Basic ( src/Data/Accessor/Basic.hs, dist/build/Data/Accessor/Basic.o ) [ 3 of 10] Compiling Data.Accessor.MonadStatePrivate ( src/Data/Accessor/MonadStatePrivate.hs, dist/build/Data/Accessor/MonadStatePrivate.o ) [ 4 of 10] Compiling Data.Accessor.MonadState ( src/Data/Accessor/MonadState.hs, dist/build/Data/Accessor/MonadState.o ) [ 5 of 10] Compiling Data.Accessor.Container ( src/Data/Accessor/Container.hs, dist/build/Data/Accessor/Container.o ) [ 6 of 10] Compiling Data.Accessor.Show ( src/Data/Accessor/Show.hs, dist/build/Data/Accessor/Show.o ) [ 7 of 10] Compiling Data.Accessor.Tuple ( src/Data/Accessor/Tuple.hs, dist/build/Data/Accessor/Tuple.o ) [ 8 of 10] Compiling Data.Accessor.BinaryRead ( src/Data/Accessor/BinaryRead.hs, dist/build/Data/Accessor/BinaryRead.o ) [ 9 of 10] Compiling Data.Accessor.Example ( src/Data/Accessor/Example.hs, dist/build/Data/Accessor/Example.o ) [10 of 10] Compiling Data.Accessor ( src/Data/Accessor.hs, dist/build/Data/Accessor.o ) In-place registering data-accessor-0.2.2.3... Running Haddock for data-accessor-0.2.2.3... Running hscolour for data-accessor-0.2.2.3... Preprocessing library data-accessor-0.2.2.3... Preprocessing library data-accessor-0.2.2.3... Haddock coverage: 25% ( 1 / 4) in 'Data.Accessor.Private' 89% ( 17 / 19) in 'Data.Accessor.Basic' 50% ( 6 / 12) in 'Data.Accessor.MonadStatePrivate' 58% ( 7 / 12) in 'Data.Accessor.MonadState' 57% ( 4 / 7) in 'Data.Accessor.Container' 33% ( 1 / 3) in 'Data.Accessor.Show' 86% ( 6 / 7) in 'Data.Accessor.Tuple' 11% ( 1 / 9) in 'Data.Accessor.BinaryRead' 16% ( 4 / 25) in 'Data.Accessor.Example' 100% ( 16 / 16) in 'Data.Accessor' Documentation created: dist/doc/html/data-accessor/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/data-accessor-0.2.2.3 Registering data-accessor-0.2.2.3... Installed data-accessor-0.2.2.3 Configuring regex-base-0.93.2... Building regex-base-0.93.2... Preprocessing library regex-base-0.93.2... [1 of 4] Compiling Text.Regex.Base.RegexLike ( Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o ) [2 of 4] Compiling Text.Regex.Base.Context ( Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o ) [3 of 4] Compiling Text.Regex.Base ( Text/Regex/Base.hs, dist/build/Text/Regex/Base.o ) [4 of 4] Compiling Text.Regex.Base.Impl ( Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o ) In-place registering regex-base-0.93.2... Running Haddock for regex-base-0.93.2... Running hscolour for regex-base-0.93.2... Preprocessing library regex-base-0.93.2... Preprocessing library regex-base-0.93.2... Haddock coverage: 94% ( 17 / 18) in 'Text.Regex.Base.RegexLike' 100% ( 1 / 1) in 'Text.Regex.Base.Context' 75% ( 3 / 4) in 'Text.Regex.Base' 33% ( 1 / 3) in 'Text.Regex.Base.Impl' Documentation created: dist/doc/html/regex-base/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/regex-base-0.93.2 Registering regex-base-0.93.2... Installed regex-base-0.93.2 Configuring strptime-1.0.10... Building strptime-1.0.10... Preprocessing library strptime-1.0.10... [1 of 1] Compiling Data.Time.Parse ( dist/build/Data/Time/Parse.hs, dist/build/Data/Time/Parse.o ) In-place registering strptime-1.0.10... Running Haddock for strptime-1.0.10... Running hscolour for strptime-1.0.10... Preprocessing library strptime-1.0.10... Preprocessing library strptime-1.0.10... Haddock coverage: 100% ( 2 / 2) in 'Data.Time.Parse' Documentation created: dist/doc/html/strptime/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/strptime-1.0.10 Registering strptime-1.0.10... Installed strptime-1.0.10 Configuring utf8-string-0.3.7... Building utf8-string-0.3.7... Preprocessing library utf8-string-0.3.7... [1 of 7] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o ) [2 of 7] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o ) [3 of 7] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o ) [4 of 7] Compiling System.IO.UTF8 ( System/IO/UTF8.hs, dist/build/System/IO/UTF8.o ) [5 of 7] Compiling System.Environment.UTF8 ( System/Environment/UTF8.hs, dist/build/System/Environment/UTF8.o ) [6 of 7] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o ) [7 of 7] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o ) In-place registering utf8-string-0.3.7... Running Haddock for utf8-string-0.3.7... Running hscolour for utf8-string-0.3.7... Preprocessing library utf8-string-0.3.7... Preprocessing library utf8-string-0.3.7... Haddock coverage: 100% ( 8 / 8) in 'Codec.Binary.UTF8.String' 94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic' 89% ( 24 / 27) in 'Data.String.UTF8' 82% ( 14 / 17) in 'System.IO.UTF8' 14% ( 1 / 7) in 'System.Environment.UTF8' 100% ( 17 / 17) in 'Data.ByteString.UTF8' 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8' Documentation created: dist/doc/html/utf8-string/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/utf8-string-0.3.7 Registering utf8-string-0.3.7... Installed utf8-string-0.3.7 Configuring utility-ht-0.0.9... Building utility-ht-0.0.9... Preprocessing library utility-ht-0.0.9... [ 1 of 24] Compiling Text.Show.HT ( src/Text/Show/HT.hs, dist/build/Text/Show/HT.o ) [ 2 of 24] Compiling Text.Read.HT ( src/Text/Read/HT.hs, dist/build/Text/Read/HT.o ) [ 3 of 24] Compiling Data.Strictness.HT ( src/Data/Strictness/HT.hs, dist/build/Data/Strictness/HT.o ) [ 4 of 24] Compiling Control.Functor.HT ( src/Control/Functor/HT.hs, dist/build/Control/Functor/HT.o ) [ 5 of 24] Compiling Control.Monad.HT ( src/Control/Monad/HT.hs, dist/build/Control/Monad/HT.o ) [ 6 of 24] Compiling Data.Tuple.HT ( src/Data/Tuple/HT.hs, dist/build/Data/Tuple/HT.o ) [ 7 of 24] Compiling Data.Monoid.HT ( src/Data/Monoid/HT.hs, dist/build/Data/Monoid/HT.o ) [ 8 of 24] Compiling Data.Maybe.HT ( src/Data/Maybe/HT.hs, dist/build/Data/Maybe/HT.o ) [ 9 of 24] Compiling Data.Ix.Enum ( src/Data/Ix/Enum.hs, dist/build/Data/Ix/Enum.o ) [10 of 24] Compiling Data.Function.HT.Private ( src/Data/Function/HT/Private.hs, dist/build/Data/Function/HT/Private.o ) [11 of 24] Compiling Data.Function.HT ( src/Data/Function/HT.hs, dist/build/Data/Function/HT.o ) [12 of 24] Compiling Data.List.Key.Private ( src/Data/List/Key/Private.hs, dist/build/Data/List/Key/Private.o ) [13 of 24] Compiling Data.List.Key ( src/Data/List/Key.hs, dist/build/Data/List/Key.o ) [14 of 24] Compiling Data.Ord.HT ( src/Data/Ord/HT.hs, dist/build/Data/Ord/HT.o ) [15 of 24] Compiling Data.Eq.HT ( src/Data/Eq/HT.hs, dist/build/Data/Eq/HT.o ) [16 of 24] Compiling Data.Bool.HT.Private ( src/Data/Bool/HT/Private.hs, dist/build/Data/Bool/HT/Private.o ) [17 of 24] Compiling Data.Bool.HT ( src/Data/Bool/HT.hs, dist/build/Data/Bool/HT.o ) [18 of 24] Compiling Data.List.Match.Private ( src/Data/List/Match/Private.hs, dist/build/Data/List/Match/Private.o ) [19 of 24] Compiling Data.List.HT.Private ( src/Data/List/HT/Private.hs, dist/build/Data/List/HT/Private.o ) [20 of 24] Compiling Data.List.HT ( src/Data/List/HT.hs, dist/build/Data/List/HT.o ) [21 of 24] Compiling Data.Record.HT.Private ( src/Data/Record/HT/Private.hs, dist/build/Data/Record/HT/Private.o ) [22 of 24] Compiling Data.Record.HT ( src/Data/Record/HT.hs, dist/build/Data/Record/HT.o ) [23 of 24] Compiling Data.String.HT ( src/Data/String/HT.hs, dist/build/Data/String/HT.o ) [24 of 24] Compiling Data.List.Match ( src/Data/List/Match.hs, dist/build/Data/List/Match.o ) In-place registering utility-ht-0.0.9... Running Haddock for utility-ht-0.0.9... Running hscolour for utility-ht-0.0.9... Preprocessing library utility-ht-0.0.9... Preprocessing library utility-ht-0.0.9... Haddock coverage: 33% ( 1 / 3) in 'Text.Show.HT' 40% ( 2 / 5) in 'Text.Read.HT' 0% ( 0 / 6) in 'Data.Strictness.HT' 0% ( 0 / 2) in 'Control.Functor.HT' 80% ( 8 / 10) in 'Control.Monad.HT' 29% ( 5 / 17) in 'Data.Tuple.HT' 67% ( 2 / 3) in 'Data.Monoid.HT' 50% ( 2 / 4) in 'Data.Maybe.HT' 14% ( 1 / 7) in 'Data.Ix.Enum' 75% ( 6 / 8) in 'Data.Function.HT.Private' 75% ( 3 / 4) in 'Data.Function.HT' 29% ( 5 / 17) in 'Data.List.Key.Private' 57% ( 4 / 7) in 'Data.List.Key' 50% ( 2 / 4) in 'Data.Ord.HT' 0% ( 0 / 2) in 'Data.Eq.HT' 78% ( 7 / 9) in 'Data.Bool.HT.Private' 83% ( 5 / 6) in 'Data.Bool.HT' 56% ( 10 / 18) in 'Data.List.Match.Private' 46% ( 56 /121) in 'Data.List.HT.Private' 73% ( 41 / 56) in 'Data.List.HT' 40% ( 2 / 5) in 'Data.Record.HT.Private' 67% ( 2 / 3) in 'Data.Record.HT' 50% ( 1 / 2) in 'Data.String.HT' 67% ( 6 / 9) in 'Data.List.Match' Documentation created: dist/doc/html/utility-ht/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/utility-ht-0.0.9 Registering utility-ht-0.0.9... Installed utility-ht-0.0.9 Configuring vcs-revision-0.0.1... Building vcs-revision-0.0.1... Preprocessing library vcs-revision-0.0.1... [1 of 4] Compiling Distribution.VcsRevision.Svn ( Distribution/VcsRevision/Svn.hs, dist/build/Distribution/VcsRevision/Svn.o ) [2 of 4] Compiling Distribution.VcsRevision.Mercurial ( Distribution/VcsRevision/Mercurial.hs, dist/build/Distribution/VcsRevision/Mercurial.o ) [3 of 4] Compiling Distribution.VcsRevision.Git ( Distribution/VcsRevision/Git.hs, dist/build/Distribution/VcsRevision/Git.o ) [4 of 4] Compiling Distribution.VcsRevision ( Distribution/VcsRevision.hs, dist/build/Distribution/VcsRevision.o ) In-place registering vcs-revision-0.0.1... Running Haddock for vcs-revision-0.0.1... Running hscolour for vcs-revision-0.0.1... Preprocessing library vcs-revision-0.0.1... Preprocessing library vcs-revision-0.0.1... Haddock coverage: 50% ( 1 / 2) in 'Distribution.VcsRevision.Svn' 50% ( 1 / 2) in 'Distribution.VcsRevision.Mercurial' 50% ( 1 / 2) in 'Distribution.VcsRevision.Git' 100% ( 1 / 1) in 'Distribution.VcsRevision' Documentation created: dist/doc/html/vcs-revision/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/vcs-revision-0.0.1 Registering vcs-revision-0.0.1... Installed vcs-revision-0.0.1 Configuring regex-tdfa-1.1.8... Building regex-tdfa-1.1.8... Preprocessing library regex-tdfa-1.1.8... [ 1 of 23] Compiling Text.Regex.TDFA.NewDFA.Uncons ( Text/Regex/TDFA/NewDFA/Uncons.hs, dist/build/Text/Regex/TDFA/NewDFA/Uncons.o ) [ 2 of 23] Compiling Text.Regex.TDFA.IntArrTrieSet ( Text/Regex/TDFA/IntArrTrieSet.hs, dist/build/Text/Regex/TDFA/IntArrTrieSet.o ) [ 3 of 23] Compiling Paths_regex_tdfa ( dist/build/autogen/Paths_regex_tdfa.hs, dist/build/Paths_regex_tdfa.o ) [ 4 of 23] Compiling Data.IntSet.EnumSet2 ( Data/IntSet/EnumSet2.hs, dist/build/Data/IntSet/EnumSet2.o ) [ 5 of 23] Compiling Data.IntMap.EnumMap2 ( Data/IntMap/EnumMap2.hs, dist/build/Data/IntMap/EnumMap2.o ) [ 6 of 23] Compiling Data.IntMap.CharMap2 ( Data/IntMap/CharMap2.hs, dist/build/Data/IntMap/CharMap2.o ) [ 7 of 23] Compiling Text.Regex.TDFA.Common ( Text/Regex/TDFA/Common.hs, dist/build/Text/Regex/TDFA/Common.o ) [ 8 of 23] Compiling Text.Regex.TDFA.Pattern ( Text/Regex/TDFA/Pattern.hs, dist/build/Text/Regex/TDFA/Pattern.o ) [ 9 of 23] Compiling Text.Regex.TDFA.ReadRegex ( Text/Regex/TDFA/ReadRegex.hs, dist/build/Text/Regex/TDFA/ReadRegex.o ) [10 of 23] Compiling Text.Regex.TDFA.CorePattern ( Text/Regex/TDFA/CorePattern.hs, dist/build/Text/Regex/TDFA/CorePattern.o ) [11 of 23] Compiling Text.Regex.TDFA.NewDFA.MakeTest ( Text/Regex/TDFA/NewDFA/MakeTest.hs, dist/build/Text/Regex/TDFA/NewDFA/MakeTest.o ) [12 of 23] Compiling Text.Regex.TDFA.NewDFA.Tester ( Text/Regex/TDFA/NewDFA/Tester.hs, dist/build/Text/Regex/TDFA/NewDFA/Tester.o ) [13 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_FA ( Text/Regex/TDFA/NewDFA/Engine_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_FA.o ) Text/Regex/TDFA/NewDFA/Engine_FA.hs:517:3: Warning: In the use of `unsafeFreeze' (imported from Data.Array.MArray): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" [14 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_NC ( Text/Regex/TDFA/NewDFA/Engine_NC.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC.o ) Text/Regex/TDFA/NewDFA/Engine_NC.hs:250:3: Warning: In the use of `unsafeFreeze' (imported from Data.Array.MArray): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" [15 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_NC_FA ( Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC_FA.o ) Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs:75:3: Warning: In the use of `unsafeFreeze' (imported from Data.Array.MArray): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" [16 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine ( Text/Regex/TDFA/NewDFA/Engine.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine.o ) Text/Regex/TDFA/NewDFA/Engine.hs:657:3: Warning: In the use of `unsafeFreeze' (imported from Data.Array.MArray): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" [17 of 23] Compiling Text.Regex.TDFA.TNFA ( Text/Regex/TDFA/TNFA.hs, dist/build/Text/Regex/TDFA/TNFA.o ) [18 of 23] Compiling Text.Regex.TDFA.TDFA ( Text/Regex/TDFA/TDFA.hs, dist/build/Text/Regex/TDFA/TDFA.o ) [19 of 23] Compiling Text.Regex.TDFA.String ( Text/Regex/TDFA/String.hs, dist/build/Text/Regex/TDFA/String.o ) [20 of 23] Compiling Text.Regex.TDFA.ByteString ( Text/Regex/TDFA/ByteString.hs, dist/build/Text/Regex/TDFA/ByteString.o ) [21 of 23] Compiling Text.Regex.TDFA.ByteString.Lazy ( Text/Regex/TDFA/ByteString/Lazy.hs, dist/build/Text/Regex/TDFA/ByteString/Lazy.o ) [22 of 23] Compiling Text.Regex.TDFA.Sequence ( Text/Regex/TDFA/Sequence.hs, dist/build/Text/Regex/TDFA/Sequence.o ) [23 of 23] Compiling Text.Regex.TDFA ( Text/Regex/TDFA.hs, dist/build/Text/Regex/TDFA.o ) In-place registering regex-tdfa-1.1.8... Running Haddock for regex-tdfa-1.1.8... Running hscolour for regex-tdfa-1.1.8... Preprocessing library regex-tdfa-1.1.8... Preprocessing library regex-tdfa-1.1.8... dist/build/tmp-19225/Text/Regex/TDFA/NewDFA/Engine_FA.hs:517:3: Warning: In the use of `unsafeFreeze' (imported from Data.Array.MArray): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" dist/build/tmp-19225/Text/Regex/TDFA/NewDFA/Engine_NC.hs:250:3: Warning: In the use of `unsafeFreeze' (imported from Data.Array.MArray): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" dist/build/tmp-19225/Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs:75:3: Warning: In the use of `unsafeFreeze' (imported from Data.Array.MArray): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" dist/build/tmp-19225/Text/Regex/TDFA/NewDFA/Engine.hs:657:3: Warning: In the use of `unsafeFreeze' (imported from Data.Array.MArray): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" Haddock coverage: 0% ( 0 / 2) in 'Text.Regex.TDFA.NewDFA.Uncons' 83% ( 5 / 6) in 'Text.Regex.TDFA.IntArrTrieSet' 0% ( 0 / 8) in 'Paths_regex_tdfa' 0% ( 0 / 31) in 'Data.IntSet.EnumSet2' 0% ( 0 / 68) in 'Data.IntMap.EnumMap2' 0% ( 0 / 69) in 'Data.IntMap.CharMap2' 59% ( 29 / 49) in 'Text.Regex.TDFA.Common' 67% ( 10 / 15) in 'Text.Regex.TDFA.Pattern' 100% ( 2 / 2) in 'Text.Regex.TDFA.ReadRegex' 23% ( 3 / 13) in 'Text.Regex.TDFA.CorePattern' 0% ( 0 / 3) in 'Text.Regex.TDFA.NewDFA.MakeTest' 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Tester' 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_FA' 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_NC' 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_NC_FA' 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine' 83% ( 5 / 6) in 'Text.Regex.TDFA.TNFA' 43% ( 3 / 7) in 'Text.Regex.TDFA.TDFA' 64% ( 7 / 11) in 'Text.Regex.TDFA.String' 43% ( 3 / 7) in 'Text.Regex.TDFA.ByteString' 43% ( 3 / 7) in 'Text.Regex.TDFA.ByteString.Lazy' 43% ( 3 / 7) in 'Text.Regex.TDFA.Sequence' 83% ( 5 / 6) in 'Text.Regex.TDFA' Documentation created: dist/doc/html/regex-tdfa/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/regex-tdfa-1.1.8 Registering regex-tdfa-1.1.8... Installed regex-tdfa-1.1.8 [1 of 2] Compiling SetupWrapper ( /tmp/cairo-0.12.5.0-19225/cairo-0.12.5.0/SetupWrapper.hs, /tmp/cairo-0.12.5.0-19225/cairo-0.12.5.0/dist/setup/SetupWrapper.o ) [2 of 2] Compiling Main ( /tmp/cairo-0.12.5.0-19225/cairo-0.12.5.0/Setup.hs, /tmp/cairo-0.12.5.0-19225/cairo-0.12.5.0/dist/setup/Main.o ) Linking /tmp/cairo-0.12.5.0-19225/cairo-0.12.5.0/dist/setup/setup ... [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o ) [2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o ) Linking dist/setup-wrapper/setup ... Configuring cairo-0.12.5.0... Building cairo-0.12.5.0... Preprocessing library cairo-0.12.5.0... [ 1 of 18] Compiling Graphics.Rendering.Cairo.Matrix ( dist/build/Graphics/Rendering/Cairo/Matrix.hs, dist/build/Graphics/Rendering/Cairo/Matrix.o ) [ 2 of 18] Compiling Graphics.Rendering.Cairo.Types ( dist/build/Graphics/Rendering/Cairo/Types.hs, dist/build/Graphics/Rendering/Cairo/Types.o ) [ 3 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Cairo ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Cairo.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Cairo.o ) [ 4 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Patterns ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Patterns.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Patterns.o ) [ 5 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Transformations ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Transformations.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Transformations.o ) [ 6 of 18] Compiling Graphics.Rendering.Cairo.Internal.Fonts.FontOptions ( dist/build/Graphics/Rendering/Cairo/Internal/Fonts/FontOptions.hs, dist/build/Graphics/Rendering/Cairo/Internal/Fonts/FontOptions.o ) [ 7 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.Image ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/Image.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/Image.o ) [ 8 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.PDF ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PDF.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PDF.o ) [ 9 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.PNG ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PNG.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PNG.o ) [10 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.PS ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PS.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PS.o ) [11 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.SVG ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/SVG.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/SVG.o ) [12 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.Surface ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/Surface.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/Surface.o ) [13 of 18] Compiling Graphics.Rendering.Cairo.Internal.Region ( dist/build/Graphics/Rendering/Cairo/Internal/Region.hs, dist/build/Graphics/Rendering/Cairo/Internal/Region.o ) [14 of 18] Compiling Graphics.Rendering.Cairo.Internal.Utilities ( dist/build/Graphics/Rendering/Cairo/Internal/Utilities.hs, dist/build/Graphics/Rendering/Cairo/Internal/Utilities.o ) Graphics/Rendering/Cairo/Internal/Utilities.chs:32:3: Warning: In the use of `unsafePerformIO' (imported from Foreign): Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release" [15 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Paths ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Paths.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Paths.o ) [16 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Text ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Text.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Text.o ) [17 of 18] Compiling Graphics.Rendering.Cairo.Internal ( Graphics/Rendering/Cairo/Internal.hs, dist/build/Graphics/Rendering/Cairo/Internal.o ) [18 of 18] Compiling Graphics.Rendering.Cairo ( Graphics/Rendering/Cairo.hs, dist/build/Graphics/Rendering/Cairo.o ) In-place registering cairo-0.12.5.0... Running Haddock for cairo-0.12.5.0... Running hscolour for cairo-0.12.5.0... Preprocessing library cairo-0.12.5.0... Preprocessing library cairo-0.12.5.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Graphics/Rendering/Cairo/Internal/Utilities.chs:32:3: Warning: In the use of `unsafePerformIO' (imported from Foreign): Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release" Haddock coverage: 17% ( 2 / 12) in 'Graphics.Rendering.Cairo.Matrix' 42% ( 23 / 55) in 'Graphics.Rendering.Cairo.Types' 1% ( 1 /101) in 'Graphics.Rendering.Cairo.Internal.Drawing.Cairo' 3% ( 1 / 33) in 'Graphics.Rendering.Cairo.Internal.Drawing.Patterns' 4% ( 1 / 23) in 'Graphics.Rendering.Cairo.Internal.Drawing.Transformations' 3% ( 1 / 31) in 'Graphics.Rendering.Cairo.Internal.Fonts.FontOptions' 6% ( 1 / 17) in 'Graphics.Rendering.Cairo.Internal.Surfaces.Image' 20% ( 1 / 5) in 'Graphics.Rendering.Cairo.Internal.Surfaces.PDF' 20% ( 1 / 5) in 'Graphics.Rendering.Cairo.Internal.Surfaces.PNG' 20% ( 1 / 5) in 'Graphics.Rendering.Cairo.Internal.Surfaces.PS' 33% ( 1 / 3) in 'Graphics.Rendering.Cairo.Internal.Surfaces.SVG' 4% ( 1 / 23) in 'Graphics.Rendering.Cairo.Internal.Surfaces.Surface' 2% ( 1 / 47) in 'Graphics.Rendering.Cairo.Internal.Region' 12% ( 1 / 8) in 'Graphics.Rendering.Cairo.Internal.Utilities' 4% ( 1 / 27) in 'Graphics.Rendering.Cairo.Internal.Drawing.Paths' 6% ( 1 / 17) in 'Graphics.Rendering.Cairo.Internal.Drawing.Text' 6% ( 24 /388) in 'Graphics.Rendering.Cairo.Internal' 91% (185 /203) in 'Graphics.Rendering.Cairo' Warning: Graphics.Rendering.Cairo: could not find link destinations for: Graphics.Rendering.Cairo.Types.PixelData Data.Array.Base.unsafeRead Data.Array.Base.unsafeWrite Documentation created: dist/doc/html/cairo/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/cairo-0.12.5.0 Registering cairo-0.12.5.0... Installed cairo-0.12.5.0 Configuring data-accessor-template-0.2.1.10... Building data-accessor-template-0.2.1.10... Preprocessing library data-accessor-template-0.2.1.10... [1 of 2] Compiling Data.Accessor.Template ( src-5/Data/Accessor/Template.hs, dist/build/Data/Accessor/Template.o ) [2 of 2] Compiling Data.Accessor.Template.Example ( src/Data/Accessor/Template/Example.hs, dist/build/Data/Accessor/Template/Example.o ) Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Loading package utility-ht-0.0.9 ... linking ... done. Loading package array-0.4.0.1 ... linking ... done. Loading package deepseq-1.3.0.1 ... linking ... done. Loading package containers-0.5.0.0 ... linking ... done. Loading package pretty-1.1.1.0 ... linking ... done. Loading package template-haskell ... linking ... done. Loading package transformers-0.3.0.0 ... linking ... done. Loading package data-accessor-0.2.2.3 ... linking ... done. In-place registering data-accessor-template-0.2.1.10... Running Haddock for data-accessor-template-0.2.1.10... Running hscolour for data-accessor-template-0.2.1.10... Preprocessing library data-accessor-template-0.2.1.10... Preprocessing library data-accessor-template-0.2.1.10... Haddock coverage: 100% ( 3 / 3) in 'Data.Accessor.Template' 0% ( 0 / 6) in 'Data.Accessor.Template.Example' Documentation created: dist/doc/html/data-accessor-template/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/data-accessor-template-0.2.1.10 Registering data-accessor-template-0.2.1.10... Installed data-accessor-template-0.2.1.10 Downloading Chart-0.16... Configuring Chart-0.16... Building Chart-0.16... Preprocessing library Chart-0.16... [ 1 of 28] Compiling Graphics.Rendering.Chart.Types ( Graphics/Rendering/Chart/Types.hs, dist/build/Graphics/Rendering/Chart/Types.o ) Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Loading package array-0.4.0.1 ... linking ... done. Loading package deepseq-1.3.0.1 ... linking ... done. Loading package old-locale-1.0.0.5 ... linking ... done. Loading package time-1.4.0.1 ... linking ... done. Loading package containers-0.5.0.0 ... linking ... done. Loading package transformers-0.3.0.0 ... linking ... done. Loading package data-accessor-0.2.2.3 ... linking ... done. Loading package pretty-1.1.1.0 ... linking ... done. Loading package template-haskell ... linking ... done. Loading package utility-ht-0.0.9 ... linking ... done. Loading package data-accessor-template-0.2.1.10 ... linking ... done. Loading package colour-2.3.3 ... linking ... done. Loading package bytestring-0.10.0.2 ... linking ... done. Loading package mtl-2.1.2 ... linking ... done. Loading package utf8-string-0.3.7 ... linking ... done. Loading package cairo-0.12.5.0 ... linking ... done. [ 2 of 28] Compiling Graphics.Rendering.Chart.Renderable ( Graphics/Rendering/Chart/Renderable.hs, dist/build/Graphics/Rendering/Chart/Renderable.o ) [ 3 of 28] Compiling Graphics.Rendering.Chart.Axis.Types ( Graphics/Rendering/Chart/Axis/Types.hs, dist/build/Graphics/Rendering/Chart/Axis/Types.o ) [ 4 of 28] Compiling Graphics.Rendering.Chart.Axis.Unit ( Graphics/Rendering/Chart/Axis/Unit.hs, dist/build/Graphics/Rendering/Chart/Axis/Unit.o ) [ 5 of 28] Compiling Graphics.Rendering.Chart.Axis.Indexed ( Graphics/Rendering/Chart/Axis/Indexed.hs, dist/build/Graphics/Rendering/Chart/Axis/Indexed.o ) [ 6 of 28] Compiling Graphics.Rendering.Chart.Axis.Floating ( Graphics/Rendering/Chart/Axis/Floating.hs, dist/build/Graphics/Rendering/Chart/Axis/Floating.o ) [ 7 of 28] Compiling Graphics.Rendering.Chart.Axis.Int ( Graphics/Rendering/Chart/Axis/Int.hs, dist/build/Graphics/Rendering/Chart/Axis/Int.o ) [ 8 of 28] Compiling Graphics.Rendering.Chart.Axis.LocalTime ( Graphics/Rendering/Chart/Axis/LocalTime.hs, dist/build/Graphics/Rendering/Chart/Axis/LocalTime.o ) [ 9 of 28] Compiling Graphics.Rendering.Chart.Axis ( Graphics/Rendering/Chart/Axis.hs, dist/build/Graphics/Rendering/Chart/Axis.o ) [10 of 28] Compiling Graphics.Rendering.Chart.Grid ( Graphics/Rendering/Chart/Grid.hs, dist/build/Graphics/Rendering/Chart/Grid.o ) [11 of 28] Compiling Graphics.Rendering.Chart.Plot.Types ( Graphics/Rendering/Chart/Plot/Types.hs, dist/build/Graphics/Rendering/Chart/Plot/Types.o ) [12 of 28] Compiling Graphics.Rendering.Chart.Legend ( Graphics/Rendering/Chart/Legend.hs, dist/build/Graphics/Rendering/Chart/Legend.o ) [13 of 28] Compiling Graphics.Rendering.Chart.Plot.Lines ( Graphics/Rendering/Chart/Plot/Lines.hs, dist/build/Graphics/Rendering/Chart/Plot/Lines.o ) [14 of 28] Compiling Graphics.Rendering.Chart.Plot.Points ( Graphics/Rendering/Chart/Plot/Points.hs, dist/build/Graphics/Rendering/Chart/Plot/Points.o ) [15 of 28] Compiling Graphics.Rendering.Chart.Plot.FillBetween ( Graphics/Rendering/Chart/Plot/FillBetween.hs, dist/build/Graphics/Rendering/Chart/Plot/FillBetween.o ) [16 of 28] Compiling Graphics.Rendering.Chart.Plot.ErrBars ( Graphics/Rendering/Chart/Plot/ErrBars.hs, dist/build/Graphics/Rendering/Chart/Plot/ErrBars.o ) [17 of 28] Compiling Graphics.Rendering.Chart.Plot.Candle ( Graphics/Rendering/Chart/Plot/Candle.hs, dist/build/Graphics/Rendering/Chart/Plot/Candle.o ) [18 of 28] Compiling Graphics.Rendering.Chart.Plot.Bars ( Graphics/Rendering/Chart/Plot/Bars.hs, dist/build/Graphics/Rendering/Chart/Plot/Bars.o ) [19 of 28] Compiling Graphics.Rendering.Chart.Plot.Hidden ( Graphics/Rendering/Chart/Plot/Hidden.hs, dist/build/Graphics/Rendering/Chart/Plot/Hidden.o ) [20 of 28] Compiling Graphics.Rendering.Chart.Plot.Annotation ( Graphics/Rendering/Chart/Plot/Annotation.hs, dist/build/Graphics/Rendering/Chart/Plot/Annotation.o ) [21 of 28] Compiling Graphics.Rendering.Chart.Plot.AreaSpots ( Graphics/Rendering/Chart/Plot/AreaSpots.hs, dist/build/Graphics/Rendering/Chart/Plot/AreaSpots.o ) [22 of 28] Compiling Graphics.Rendering.Chart.Plot.Pie ( Graphics/Rendering/Chart/Plot/Pie.hs, dist/build/Graphics/Rendering/Chart/Plot/Pie.o ) [23 of 28] Compiling Graphics.Rendering.Chart.Plot ( Graphics/Rendering/Chart/Plot.hs, dist/build/Graphics/Rendering/Chart/Plot.o ) [24 of 28] Compiling Graphics.Rendering.Chart.Layout ( Graphics/Rendering/Chart/Layout.hs, dist/build/Graphics/Rendering/Chart/Layout.o ) [25 of 28] Compiling Graphics.Rendering.Chart.SparkLine ( Graphics/Rendering/Chart/SparkLine.hs, dist/build/Graphics/Rendering/Chart/SparkLine.o ) [26 of 28] Compiling Graphics.Rendering.Chart ( Graphics/Rendering/Chart.hs, dist/build/Graphics/Rendering/Chart.o ) [27 of 28] Compiling Graphics.Rendering.Chart.Simple.Internal ( Graphics/Rendering/Chart/Simple/Internal.hs, dist/build/Graphics/Rendering/Chart/Simple/Internal.o ) [28 of 28] Compiling Graphics.Rendering.Chart.Simple ( Graphics/Rendering/Chart/Simple.hs, dist/build/Graphics/Rendering/Chart/Simple.o ) In-place registering Chart-0.16... Running Haddock for Chart-0.16... Running hscolour for Chart-0.16... Preprocessing library Chart-0.16... Preprocessing library Chart-0.16... Haddock coverage: 37% ( 25 / 68) in 'Graphics.Rendering.Chart.Types' 85% ( 22 / 26) in 'Graphics.Rendering.Chart.Renderable' 62% ( 21 / 34) in 'Graphics.Rendering.Chart.Axis.Types' 50% ( 1 / 2) in 'Graphics.Rendering.Chart.Axis.Unit' 100% ( 4 / 4) in 'Graphics.Rendering.Chart.Axis.Indexed' 47% ( 7 / 15) in 'Graphics.Rendering.Chart.Axis.Floating' 25% ( 1 / 4) in 'Graphics.Rendering.Chart.Axis.Int' 100% ( 6 / 6) in 'Graphics.Rendering.Chart.Axis.LocalTime' 100% ( 7 / 7) in 'Graphics.Rendering.Chart.Axis' 67% ( 16 / 24) in 'Graphics.Rendering.Chart.Grid' 50% ( 4 / 8) in 'Graphics.Rendering.Chart.Plot.Types' 20% ( 2 / 10) in 'Graphics.Rendering.Chart.Legend' 40% ( 4 / 10) in 'Graphics.Rendering.Chart.Plot.Lines' 50% ( 4 / 8) in 'Graphics.Rendering.Chart.Plot.Points' 50% ( 4 / 8) in 'Graphics.Rendering.Chart.Plot.FillBetween' 46% ( 6 / 13) in 'Graphics.Rendering.Chart.Plot.ErrBars' 23% ( 3 / 13) in 'Graphics.Rendering.Chart.Plot.Candle' 19% ( 3 / 16) in 'Graphics.Rendering.Chart.Plot.Bars' 100% ( 2 / 2) in 'Graphics.Rendering.Chart.Plot.Hidden' 25% ( 2 / 8) in 'Graphics.Rendering.Chart.Plot.Annotation' 19% ( 3 / 16) in 'Graphics.Rendering.Chart.Plot.AreaSpots' 5% ( 1 / 20) in 'Graphics.Rendering.Chart.Plot.Pie' 100% ( 12 / 12) in 'Graphics.Rendering.Chart.Plot' 20% ( 7 / 35) in 'Graphics.Rendering.Chart.Layout' 92% ( 12 / 13) in 'Graphics.Rendering.Chart.SparkLine' 100% ( 7 / 7) in 'Graphics.Rendering.Chart' 22% ( 5 / 23) in 'Graphics.Rendering.Chart.Simple.Internal' 67% ( 6 / 9) in 'Graphics.Rendering.Chart.Simple' Warning: Graphics.Rendering.Chart.Renderable: could not find link destinations for: Graphics.Rendering.Chart.Renderable.Rectangle Graphics.Rendering.Chart.Renderable.RectCornerStyle Warning: Graphics.Rendering.Chart.Axis.LocalTime: could not find link destinations for: Graphics.Rendering.Chart.Axis.LocalTime.TimeSeq Graphics.Rendering.Chart.Axis.LocalTime.TimeLabelFn Graphics.Rendering.Chart.Axis.LocalTime.TimeLabelAlignment Graphics.Rendering.Chart.Axis.LocalTime.doubleFromLocalTime Warning: Graphics.Rendering.Chart.Grid: could not find link destinations for: Graphics.Rendering.Chart.Grid.SpaceWeight Documentation created: dist/doc/html/Chart/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/Chart-0.16 Registering Chart-0.16... Installed Chart-0.16 Downloading timeplot-1.0.20... Configuring timeplot-1.0.20... Building timeplot-1.0.20... Preprocessing executable 'tplot' for timeplot-1.0.20... [1 of 9] Compiling Graphics.Rendering.Chart.Event ( Graphics/Rendering/Chart/Event.hs, dist/build/tplot/tplot-tmp/Graphics/Rendering/Chart/Event.o ) Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Loading package array-0.4.0.1 ... linking ... done. Loading package deepseq-1.3.0.1 ... linking ... done. Loading package filepath-1.3.0.1 ... linking ... done. Loading package old-locale-1.0.0.5 ... linking ... done. Loading package time-1.4.0.1 ... linking ... done. Loading package bytestring-0.10.0.2 ... linking ... done. Loading package unix-2.6.0.1 ... linking ... done. Loading package directory-1.2.0.1 ... linking ... done. Loading package process-1.1.0.2 ... linking ... done. Loading package vcs-revision-0.0.1 ... linking ... done. Loading package text-0.11.2.3 ... linking ... done. Loading package strptime-1.0.10 ... linking ... done. Loading package containers-0.5.0.0 ... linking ... done. Loading package transformers-0.3.0.0 ... linking ... done. Loading package mtl-2.1.2 ... linking ... done. Loading package parsec-3.1.3 ... linking ... done. Loading package regex-base-0.93.2 ... linking ... done. Loading package regex-tdfa-1.1.8 ... linking ... done. Loading package bytestring-lexing-0.4.3 ... linking ... done. Loading package utf8-string-0.3.7 ... linking ... done. Loading package cairo-0.12.5.0 ... linking ... done. Loading package colour-2.3.3 ... linking ... done. Loading package data-accessor-0.2.2.3 ... linking ... done. Loading package pretty-1.1.1.0 ... linking ... done. Loading package template-haskell ... linking ... done. Loading package utility-ht-0.0.9 ... linking ... done. Loading package data-accessor-template-0.2.1.10 ... linking ... done. Loading package Chart-0.16 ... linking ... done. [2 of 9] Compiling Tools.TimePlot.Incremental ( Tools/TimePlot/Incremental.hs, dist/build/tplot/tplot-tmp/Tools/TimePlot/Incremental.o ) [3 of 9] Compiling Tools.TimePlot.Types ( Tools/TimePlot/Types.hs, dist/build/tplot/tplot-tmp/Tools/TimePlot/Types.o ) [4 of 9] Compiling Tools.TimePlot.Conf ( Tools/TimePlot/Conf.hs, dist/build/tplot/tplot-tmp/Tools/TimePlot/Conf.o ) [5 of 9] Compiling Tools.TimePlot.Source ( Tools/TimePlot/Source.hs, dist/build/tplot/tplot-tmp/Tools/TimePlot/Source.o ) [6 of 9] Compiling Tools.TimePlot.Plots ( Tools/TimePlot/Plots.hs, dist/build/tplot/tplot-tmp/Tools/TimePlot/Plots.o ) [7 of 9] Compiling Tools.TimePlot.Render ( Tools/TimePlot/Render.hs, dist/build/tplot/tplot-tmp/Tools/TimePlot/Render.o ) [8 of 9] Compiling Paths_timeplot ( dist/build/autogen/Paths_timeplot.hs, dist/build/tplot/tplot-tmp/Paths_timeplot.o ) [9 of 9] Compiling Main ( Tools/TimePlot.hs, dist/build/tplot/tplot-tmp/Main.o ) Linking dist/build/tplot/tplot ... Warning: No documentation was generated as this package does not contain a library. Perhaps you want to use the --executables, --tests or --benchmarks flags. Installing executable(s) in /srv/hackage/var/build/tmp-install/bin Warning: The directory /srv/hackage/var/build/tmp-install/bin is not in the system search path. Installed timeplot-1.0.20