Resolving dependencies... Configuring ansi-terminal-0.6.2.1... Building ansi-terminal-0.6.2.1... Preprocessing library ansi-terminal-0.6.2.1... [1 of 3] Compiling System.Console.ANSI.Common ( System/Console/ANSI/Common.hs, dist/build/System/Console/ANSI/Common.o ) [2 of 3] Compiling System.Console.ANSI.Unix ( System/Console/ANSI/Unix.hs, dist/build/System/Console/ANSI/Unix.o ) [3 of 3] Compiling System.Console.ANSI ( System/Console/ANSI.hs, dist/build/System/Console/ANSI.o ) In-place registering ansi-terminal-0.6.2.1... Running Haddock for ansi-terminal-0.6.2.1... Running hscolour for ansi-terminal-0.6.2.1... Preprocessing library ansi-terminal-0.6.2.1... Preprocessing library ansi-terminal-0.6.2.1... Haddock coverage: 88% ( 7 / 8) in 'System.Console.ANSI.Common' 38% ( 30 / 79) in 'System.Console.ANSI.Unix' 39% ( 31 / 79) in 'System.Console.ANSI' Documentation created: dist/doc/html/ansi-terminal/index.html, dist/doc/html/ansi-terminal/ansi-terminal.txt Creating package registration file: /tmp/pkgConf-ansi-terminal-0.6.231478.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/ansi-terminal-0.6.2.1 Registering ansi-terminal-0.6.2.1... Installed ansi-terminal-0.6.2.1 Configuring haskell-lexer-1.0... Building haskell-lexer-1.0... Preprocessing library haskell-lexer-1.0... [1 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, dist/build/Language/Haskell/Lexer/Tokens.o ) [2 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, dist/build/Language/Haskell/Lexer/Utils.o ) [3 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, dist/build/Language/Haskell/Lexer/Lex.o ) [4 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, dist/build/Language/Haskell/Lexer/Position.o ) Language/Haskell/Lexer/Position.hs:25:5: Warning: Pattern match(es) are overlapped In a case alternative: '\n' -> ... [5 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, dist/build/Language/Haskell/Lexer/Layout.o ) [6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, dist/build/Language/Haskell/Lexer.o ) In-place registering haskell-lexer-1.0... Running Haddock for haskell-lexer-1.0... Running hscolour for haskell-lexer-1.0... Preprocessing library haskell-lexer-1.0... Preprocessing library haskell-lexer-1.0... Haddock coverage: 50% ( 1 / 2) in 'Language.Haskell.Lexer.Tokens' 17% ( 1 / 6) in 'Language.Haskell.Lexer.Utils' 0% ( 0 / 2) in 'Language.Haskell.Lexer.Lex' 62% ( 5 / 8) in 'Language.Haskell.Lexer.Position' 33% ( 1 / 3) in 'Language.Haskell.Lexer.Layout' 73% ( 11 / 15) in 'Language.Haskell.Lexer' Documentation created: dist/doc/html/haskell-lexer/index.html, dist/doc/html/haskell-lexer/haskell-lexer.txt Creating package registration file: /tmp/pkgConf-haskell-lexer-131478.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/haskell-lexer-1.0 Registering haskell-lexer-1.0... Installed haskell-lexer-1.0 Configuring split-0.2.2... Building split-0.2.2... Preprocessing library split-0.2.2... [1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o ) [2 of 2] Compiling Data.List.Split ( src/Data/List/Split.hs, dist/build/Data/List/Split.o ) In-place registering split-0.2.2... Running Haddock for split-0.2.2... Running hscolour for split-0.2.2... Preprocessing library split-0.2.2... Preprocessing library split-0.2.2... Haddock coverage: 91% ( 61 / 67) in 'Data.List.Split.Internals' 90% ( 44 / 49) in 'Data.List.Split' Documentation created: dist/doc/html/split/index.html, dist/doc/html/split/split.txt Creating package registration file: /tmp/pkgConf-split-0.231478.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/split-0.2.2 Registering split-0.2.2... Installed split-0.2.2 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.331478.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 ansi-wl-pprint-0.6.7.2... Building ansi-wl-pprint-0.6.7.2... Preprocessing library ansi-wl-pprint-0.6.7.2... [1 of 1] Compiling Text.PrettyPrint.ANSI.Leijen ( Text/PrettyPrint/ANSI/Leijen.hs, dist/build/Text/PrettyPrint/ANSI/Leijen.o ) In-place registering ansi-wl-pprint-0.6.7.2... Running Haddock for ansi-wl-pprint-0.6.7.2... Running hscolour for ansi-wl-pprint-0.6.7.2... Preprocessing library ansi-wl-pprint-0.6.7.2... Preprocessing library ansi-wl-pprint-0.6.7.2... Haddock coverage: 96% (129 /134) in 'Text.PrettyPrint.ANSI.Leijen' Documentation created: dist/doc/html/ansi-wl-pprint/index.html, dist/doc/html/ansi-wl-pprint/ansi-wl-pprint.txt Creating package registration file: /tmp/pkgConf-ansi-wl-pprint-0.6.731478.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/ansi-wl-pprint-0.6.7.2 Registering ansi-wl-pprint-0.6.7.2... Installed ansi-wl-pprint-0.6.7.2 Configuring pretty-show-1.6.8.2... Building pretty-show-1.6.8.2... Preprocessing library pretty-show-1.6.8.2... [1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, dist/build/Paths_pretty_show.o ) [2 of 6] Compiling Text.Show.Value ( Text/Show/Value.hs, dist/build/Text/Show/Value.o ) [3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, dist/build/Text/Show/PrettyVal.o ) [4 of 6] Compiling Text.Show.Html ( Text/Show/Html.hs, dist/build/Text/Show/Html.o ) Text/Show/Html.hs:106:1: Warning: Defined but not used: ‘tallTuple’ [5 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, dist/build/Text/Show/Parser.o ) [6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, dist/build/Text/Show/Pretty.o ) In-place registering pretty-show-1.6.8.2... Preprocessing executable 'ppsh' for pretty-show-1.6.8.2... [1 of 1] Compiling Main ( bin/ppsh.hs, dist/build/ppsh/ppsh-tmp/Main.o ) Linking dist/build/ppsh/ppsh ... Running Haddock for pretty-show-1.6.8.2... Running hscolour for pretty-show-1.6.8.2... Preprocessing library pretty-show-1.6.8.2... Preprocessing executable 'ppsh' for pretty-show-1.6.8.2... Preprocessing library pretty-show-1.6.8.2... Text/Show/Html.hs:106:1: Warning: Defined but not used: ‘tallTuple’ Haddock coverage: 0% ( 0 / 8) in 'Paths_pretty_show' 100% ( 3 / 3) in 'Text.Show.Value' 50% ( 1 / 2) in 'Text.Show.PrettyVal' 71% ( 5 / 7) in 'Text.Show.Html' 0% ( 0 / 2) in 'Text.Show.Parser' 81% ( 21 / 26) in 'Text.Show.Pretty' Documentation created: dist/doc/html/pretty-show/index.html, dist/doc/html/pretty-show/pretty-show.txt Preprocessing executable 'ppsh' for pretty-show-1.6.8.2... Creating package registration file: /tmp/pkgConf-pretty-show-1.6.831478.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/pretty-show-1.6.8.2 Installing executable(s) in /home/builder/hackage-server/build-cache/tmp-install/bin Warning: The directory /home/builder/hackage-server/build-cache/tmp-install/bin is not in the system search path. Registering pretty-show-1.6.8.2... Installed pretty-show-1.6.8.2 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.231478.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 transformers-compat-0.4.0.4... Building transformers-compat-0.4.0.4... Preprocessing library transformers-compat-0.4.0.4... [1 of 1] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o ) In-place registering transformers-compat-0.4.0.4... Running Haddock for transformers-compat-0.4.0.4... Running hscolour for transformers-compat-0.4.0.4... Preprocessing library transformers-compat-0.4.0.4... Preprocessing library transformers-compat-0.4.0.4... Haddock coverage: 0% ( 0 / 8) in 'Paths_transformers_compat' Documentation created: dist/doc/html/transformers-compat/index.html, dist/doc/html/transformers-compat/transformers-compat.txt Creating package registration file: /tmp/pkgConf-transformers-compat-0.4.031478.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/transformers-compat-0.4.0.4 Registering transformers-compat-0.4.0.4... Installed transformers-compat-0.4.0.4 Configuring geniplate-mirror-0.7.1... Building geniplate-mirror-0.7.1... Preprocessing library geniplate-mirror-0.7.1... [1 of 1] Compiling Data.Generics.Geniplate ( Data/Generics/Geniplate.hs, dist/build/Data/Generics/Geniplate.o ) In-place registering geniplate-mirror-0.7.1... Running Haddock for geniplate-mirror-0.7.1... Running hscolour for geniplate-mirror-0.7.1... Preprocessing library geniplate-mirror-0.7.1... Preprocessing library geniplate-mirror-0.7.1... Haddock coverage: 59% ( 19 / 32) in 'Data.Generics.Geniplate' Documentation created: dist/doc/html/geniplate-mirror/index.html, dist/doc/html/geniplate-mirror/geniplate-mirror.txt Creating package registration file: /tmp/pkgConf-geniplate-mirror-0.731478.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/geniplate-mirror-0.7.1 Registering geniplate-mirror-0.7.1... Installed geniplate-mirror-0.7.1 Configuring optparse-applicative-0.11.0.2... Building optparse-applicative-0.11.0.2... Preprocessing library optparse-applicative-0.11.0.2... [ 1 of 15] Compiling Options.Applicative.Help.Pretty ( Options/Applicative/Help/Pretty.hs, dist/build/Options/Applicative/Help/Pretty.o ) [ 2 of 15] Compiling Options.Applicative.Help.Chunk ( Options/Applicative/Help/Chunk.hs, dist/build/Options/Applicative/Help/Chunk.o ) [ 3 of 15] Compiling Options.Applicative.Help.Types ( Options/Applicative/Help/Types.hs, dist/build/Options/Applicative/Help/Types.o ) [ 4 of 15] Compiling Options.Applicative.Types ( Options/Applicative/Types.hs, dist/build/Options/Applicative/Types.o ) [ 5 of 15] Compiling Options.Applicative.Internal ( Options/Applicative/Internal.hs, dist/build/Options/Applicative/Internal.o ) [ 6 of 15] Compiling Options.Applicative.Builder.Completer ( Options/Applicative/Builder/Completer.hs, dist/build/Options/Applicative/Builder/Completer.o ) [ 7 of 15] Compiling Options.Applicative.Common ( Options/Applicative/Common.hs, dist/build/Options/Applicative/Common.o ) [ 8 of 15] Compiling Options.Applicative.Builder.Internal ( Options/Applicative/Builder/Internal.hs, dist/build/Options/Applicative/Builder/Internal.o ) [ 9 of 15] Compiling Options.Applicative.Builder ( Options/Applicative/Builder.hs, dist/build/Options/Applicative/Builder.o ) [10 of 15] Compiling Options.Applicative.BashCompletion ( Options/Applicative/BashCompletion.hs, dist/build/Options/Applicative/BashCompletion.o ) [11 of 15] Compiling Options.Applicative.Help.Core ( Options/Applicative/Help/Core.hs, dist/build/Options/Applicative/Help/Core.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 transformers-compat-0.4.0.4 ... linking ... done. Loading package array-0.5.0.0 ... linking ... done. Loading package deepseq-1.3.0.2 ... linking ... done. Loading package filepath-1.3.0.2 ... linking ... done. Loading package old-locale-1.0.0.6 ... linking ... done. Loading package time-1.4.2 ... linking ... done. Loading package bytestring-0.10.4.0 ... linking ... done. Loading package unix-2.7.0.1 ... linking ... done. Loading package directory-1.2.1.0 ... linking ... done. Loading package process-1.2.0.0 ... linking ... done. Loading package ansi-terminal-0.6.2.1 ... linking ... done. Loading package ansi-wl-pprint-0.6.7.2 ... linking ... done. [12 of 15] Compiling Options.Applicative.Help ( Options/Applicative/Help.hs, dist/build/Options/Applicative/Help.o ) [13 of 15] Compiling Options.Applicative.Extra ( Options/Applicative/Extra.hs, dist/build/Options/Applicative/Extra.o ) [14 of 15] Compiling Options.Applicative ( Options/Applicative.hs, dist/build/Options/Applicative.o ) [15 of 15] Compiling Options.Applicative.Arrows ( Options/Applicative/Arrows.hs, dist/build/Options/Applicative/Arrows.o ) In-place registering optparse-applicative-0.11.0.2... Running Haddock for optparse-applicative-0.11.0.2... Running hscolour for optparse-applicative-0.11.0.2... Preprocessing library optparse-applicative-0.11.0.2... Preprocessing library optparse-applicative-0.11.0.2... Haddock coverage: 33% ( 1 / 3) in 'Options.Applicative.Help.Pretty' 86% ( 12 / 14) in 'Options.Applicative.Help.Chunk' 33% ( 1 / 3) in 'Options.Applicative.Help.Types' 34% ( 12 / 35) in 'Options.Applicative.Types' 0% ( 0 / 22) in 'Options.Applicative.Internal' 0% ( 0 / 6) in 'Options.Applicative.Builder.Completer' 72% ( 13 / 18) in 'Options.Applicative.Common' 20% ( 4 / 20) in 'Options.Applicative.Builder.Internal' 81% ( 57 / 70) in 'Options.Applicative.Builder' 50% ( 1 / 2) in 'Options.Applicative.BashCompletion' 42% ( 5 / 12) in 'Options.Applicative.Help.Core' Warning: optparse-applicative-0.11.0.2:Options.Applicative.Help: Could not find documentation for exported module: X 0% ( 0 / 1) in 'Options.Applicative.Help' 68% ( 13 / 19) in 'Options.Applicative.Extra' 93% ( 13 / 14) in 'Options.Applicative' 100% ( 6 / 6) in 'Options.Applicative.Arrows' Warning: Options.Applicative.Builder.Internal: could not find link destinations for: Options.Applicative.Builder.Internal.hasValueDummy Options.Applicative.Builder.Internal.hasMetavarDummy Documentation created: dist/doc/html/optparse-applicative/index.html, dist/doc/html/optparse-applicative/optparse-applicative.txt Creating package registration file: /tmp/pkgConf-optparse-applicative-0.11.031478.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/optparse-applicative-0.11.0.2 Registering optparse-applicative-0.11.0.2... Installed optparse-applicative-0.11.0.2 Configuring tip-lib-0.1.2... Building tip-lib-0.1.2... Preprocessing library tip-lib-0.1.2... [ 1 of 41] Compiling Tip.Parser.LexTIP ( dist/build/Tip/Parser/LexTIP.hs, dist/build/Tip/Parser/LexTIP.o ) [ 2 of 41] Compiling Tip.Parser.ErrM ( src/Tip/Parser/ErrM.hs, dist/build/Tip/Parser/ErrM.o ) [ 3 of 41] Compiling Tip.Parser.AbsTIP ( src/Tip/Parser/AbsTIP.hs, dist/build/Tip/Parser/AbsTIP.o ) [ 4 of 41] Compiling Tip.Parser.ParTIP ( dist/build/Tip/Parser/ParTIP.hs, dist/build/Tip/Parser/ParTIP.o ) [ 5 of 41] Compiling Tip.Haskell.Repr ( src/Tip/Haskell/Repr.hs, dist/build/Tip/Haskell/Repr.o ) [ 6 of 41] Compiling Tip.Utils.Rename ( src/Tip/Utils/Rename.hs, dist/build/Tip/Utils/Rename.o ) [ 7 of 41] Compiling Tip.Writer ( src/Tip/Writer.hs, dist/build/Tip/Writer.o ) [ 8 of 41] Compiling Tip.Utils ( src/Tip/Utils.hs, dist/build/Tip/Utils.o ) [ 9 of 41] Compiling Tip.Types ( src/Tip/Types.hs, dist/build/Tip/Types.o ) Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Loading package split-0.2.2 ... linking ... done. Loading package array-0.5.0.0 ... linking ... done. Loading package deepseq-1.3.0.2 ... linking ... done. Loading package bytestring-0.10.4.0 ... linking ... done. Loading package old-locale-1.0.0.6 ... linking ... done. Loading package time-1.4.2 ... linking ... done. Loading package unix-2.7.0.1 ... linking ... done. Loading package ansi-terminal-0.6.2.1 ... linking ... done. Loading package ansi-wl-pprint-0.6.7.2 ... linking ... done. Loading package filepath-1.3.0.2 ... linking ... done. Loading package directory-1.2.1.0 ... linking ... done. Loading package process-1.2.0.0 ... linking ... done. Loading package transformers-0.4.3.0 ... linking ... done. Loading package transformers-compat-0.4.0.4 ... linking ... done. Loading package optparse-applicative-0.11.0.2 ... linking ... done. Loading package mtl-2.2.1 ... linking ... done. Loading package containers-0.5.5.1 ... linking ... done. Loading package pretty-1.1.1.1 ... linking ... done. Loading package template-haskell ... linking ... done. Loading package geniplate-mirror-0.7.1 ... linking ... done. [10 of 41] Compiling Tip.Pretty ( src/Tip/Pretty.hs, dist/build/Tip/Pretty.o ) [11 of 41] Compiling Tip.Fresh ( src/Tip/Fresh.hs, dist/build/Tip/Fresh.o ) [12 of 41] Compiling Tip.Core ( src/Tip/Core.hs, dist/build/Tip/Core.o ) [13 of 41] Compiling Tip.Scope ( src/Tip/Scope.hs, dist/build/Tip/Scope.o ) [14 of 41] Compiling Tip.Rename ( src/Tip/Rename.hs, dist/build/Tip/Rename.o ) [15 of 41] Compiling Tip.Pretty.SMT ( src/Tip/Pretty/SMT.hs, dist/build/Tip/Pretty/SMT.o ) [16 of 41] Compiling Tip.Lint ( src/Tip/Lint.hs, dist/build/Tip/Lint.o ) [17 of 41] Compiling Tip.Pass.Pipeline ( src/Tip/Pass/Pipeline.hs, dist/build/Tip/Pass/Pipeline.o ) [18 of 41] Compiling Tip.Simplify ( src/Tip/Simplify.hs, dist/build/Tip/Simplify.o ) [19 of 41] Compiling Tip.WorkerWrapper ( src/Tip/WorkerWrapper.hs, dist/build/Tip/WorkerWrapper.o ) [20 of 41] Compiling Tip.Pass.AddMatch ( src/Tip/Pass/AddMatch.hs, dist/build/Tip/Pass/AddMatch.o ) [21 of 41] Compiling Tip.Pass.CommuteMatch ( src/Tip/Pass/CommuteMatch.hs, dist/build/Tip/Pass/CommuteMatch.o ) [22 of 41] Compiling Tip.Pass.RemoveMatch ( src/Tip/Pass/RemoveMatch.hs, dist/build/Tip/Pass/RemoveMatch.o ) [23 of 41] Compiling Tip.Pass.CSEMatch ( src/Tip/Pass/CSEMatch.hs, dist/build/Tip/Pass/CSEMatch.o ) [24 of 41] Compiling Tip.Pass.Uncurry ( src/Tip/Pass/Uncurry.hs, dist/build/Tip/Pass/Uncurry.o ) [25 of 41] Compiling Tip.Pass.RemoveNewtype ( src/Tip/Pass/RemoveNewtype.hs, dist/build/Tip/Pass/RemoveNewtype.o ) [26 of 41] Compiling Tip.Pass.NegateConjecture ( src/Tip/Pass/NegateConjecture.hs, dist/build/Tip/Pass/NegateConjecture.o ) [27 of 41] Compiling Tip.Pass.EqualFunctions ( src/Tip/Pass/EqualFunctions.hs, dist/build/Tip/Pass/EqualFunctions.o ) [28 of 41] Compiling Tip.Pass.Lift ( src/Tip/Pass/Lift.hs, dist/build/Tip/Pass/Lift.o ) [29 of 41] Compiling Tip.Pass.Booleans ( src/Tip/Pass/Booleans.hs, dist/build/Tip/Pass/Booleans.o ) [30 of 41] Compiling Tip.Pass.EliminateDeadCode ( src/Tip/Pass/EliminateDeadCode.hs, dist/build/Tip/Pass/EliminateDeadCode.o ) [31 of 41] Compiling Tip.Pass.FillInCases ( src/Tip/Pass/FillInCases.hs, dist/build/Tip/Pass/FillInCases.o ) [32 of 41] Compiling Tip.Passes ( src/Tip/Passes.hs, dist/build/Tip/Passes.o ) [33 of 41] Compiling Tip.Pretty.Why3 ( src/Tip/Pretty/Why3.hs, dist/build/Tip/Pretty/Why3.o ) [34 of 41] Compiling Tip.Pretty.Isabelle ( src/Tip/Pretty/Isabelle.hs, dist/build/Tip/Pretty/Isabelle.o ) [35 of 41] Compiling Tip.Parser.Convert ( src/Tip/Parser/Convert.hs, dist/build/Tip/Parser/Convert.o ) [36 of 41] Compiling Tip.Parser ( src/Tip/Parser.hs, dist/build/Tip/Parser.o ) [37 of 41] Compiling Tip.CallGraph ( src/Tip/CallGraph.hs, dist/build/Tip/CallGraph.o ) [38 of 41] Compiling Tip.Haskell.Translate ( src/Tip/Haskell/Translate.hs, dist/build/Tip/Haskell/Translate.o ) [39 of 41] Compiling Tip.Haskell.Rename ( src/Tip/Haskell/Rename.hs, dist/build/Tip/Haskell/Rename.o ) [40 of 41] Compiling Tip.Pretty.Haskell ( src/Tip/Pretty/Haskell.hs, dist/build/Tip/Pretty/Haskell.o ) [41 of 41] Compiling Tip.Pass.AxiomatizeFuncdefs ( src/Tip/Pass/AxiomatizeFuncdefs.hs, dist/build/Tip/Pass/AxiomatizeFuncdefs.o ) In-place registering tip-lib-0.1.2... Preprocessing executable 'tip' for tip-lib-0.1.2... [1 of 1] Compiling Main ( executable/Main.hs, dist/build/tip/tip-tmp/Main.o ) Linking dist/build/tip/tip ... Running Haddock for tip-lib-0.1.2... Running hscolour for tip-lib-0.1.2... Preprocessing library tip-lib-0.1.2... Preprocessing executable 'tip' for tip-lib-0.1.2... Preprocessing library tip-lib-0.1.2... Haddock coverage: 2% ( 1 / 45) in 'Tip.Parser.LexTIP' 0% ( 0 / 7) in 'Tip.Parser.ErrM' 0% ( 0 / 19) in 'Tip.Parser.AbsTIP' 0% ( 0 /300) in 'Tip.Parser.ParTIP' 7% ( 1 / 14) in 'Tip.Haskell.Repr' 0% ( 0 / 13) in 'Tip.Utils.Rename' 0% ( 0 / 9) in 'Tip.Writer' 100% ( 6 / 6) in 'Tip.Utils' 10% ( 7 / 70) in 'Tip.Types' 73% ( 8 / 11) in 'Tip.Pretty' 88% ( 7 / 8) in 'Tip.Fresh' 23% ( 18 / 79) in 'Tip.Core' 12% ( 6 / 49) in 'Tip.Scope' 67% ( 2 / 3) in 'Tip.Rename' 0% ( 0 / 42) in 'Tip.Pretty.SMT' 100% ( 4 / 4) in 'Tip.Lint' 22% ( 2 / 9) in 'Tip.Pass.Pipeline' 75% ( 6 / 8) in 'Tip.Simplify' 0% ( 0 / 5) in 'Tip.WorkerWrapper' 50% ( 1 / 2) in 'Tip.Pass.AddMatch' 50% ( 1 / 2) in 'Tip.Pass.CommuteMatch' 50% ( 1 / 2) in 'Tip.Pass.RemoveMatch' 20% ( 1 / 5) in 'Tip.Pass.CSEMatch' 50% ( 1 / 2) in 'Tip.Pass.Uncurry' 50% ( 1 / 2) in 'Tip.Pass.RemoveNewtype' 50% ( 1 / 2) in 'Tip.Pass.NegateConjecture' 67% ( 2 / 3) in 'Tip.Pass.EqualFunctions' 75% ( 3 / 4) in 'Tip.Pass.Lift' 50% ( 3 / 6) in 'Tip.Pass.Booleans' 0% ( 0 / 3) in 'Tip.Pass.EliminateDeadCode' 0% ( 0 / 2) in 'Tip.Pass.FillInCases' 78% ( 31 / 40) in 'Tip.Passes' 0% ( 0 / 35) in 'Tip.Pretty.Why3' 0% ( 0 / 37) in 'Tip.Pretty.Isabelle' 3% ( 1 / 30) in 'Tip.Parser.Convert' 100% ( 4 / 4) in 'Tip.Parser' 12% ( 1 / 8) in 'Tip.CallGraph' 7% ( 2 / 29) in 'Tip.Haskell.Translate' 0% ( 0 / 4) in 'Tip.Haskell.Rename' 9% ( 2 / 22) in 'Tip.Pretty.Haskell' 0% ( 0 / 4) in 'Tip.Pass.AxiomatizeFuncdefs' Warning: Tip.Passes: could not find link destinations for: Tip.Pass.CSEMatch.CSEMatchOpts Documentation created: dist/doc/html/tip-lib/index.html, dist/doc/html/tip-lib/tip-lib.txt Preprocessing executable 'tip' for tip-lib-0.1.2... Creating package registration file: /tmp/pkgConf-tip-lib-0.131478.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/tip-lib-0.1.2 Installing executable(s) in /home/builder/hackage-server/build-cache/tmp-install/bin Warning: The directory /home/builder/hackage-server/build-cache/tmp-install/bin is not in the system search path. Registering tip-lib-0.1.2... Installed tip-lib-0.1.2