Resolving dependencies... cabal: Entering directory '/tmp/cabal-tmp-30007/Boolean-0.2.3' Configuring Boolean-0.2.3... Building Boolean-0.2.3... Preprocessing library Boolean-0.2.3... [1 of 3] Compiling Data.Boolean ( src/Data/Boolean.hs, dist/build/Data/Boolean.o ) [2 of 3] Compiling Data.Boolean.Overload ( src/Data/Boolean/Overload.hs, dist/build/Data/Boolean/Overload.o ) [3 of 3] Compiling Data.Boolean.Numbers ( src/Data/Boolean/Numbers.hs, dist/build/Data/Boolean/Numbers.o ) src/Data/Boolean/Numbers.hs:159:1: warning: [-Wredundant-constraints] • Redundant constraint: IfB a • In the type signature for: evenB :: (IfB a, EqB a, IntegralB a) => a -> BooleanOf a Running Haddock for Boolean-0.2.3... Running hscolour for Boolean-0.2.3... Preprocessing library Boolean-0.2.3... Preprocessing library Boolean-0.2.3... src/Data/Boolean/Numbers.hs:159:1: warning: [-Wredundant-constraints] • Redundant constraint: IfB a • In the type signature for: evenB :: (IfB a, EqB a, IntegralB a) => a -> BooleanOf a Haddock coverage: 100% ( 14 / 14) in 'Data.Boolean' 14% ( 2 / 14) in 'Data.Boolean.Overload' Missing documentation for: && (src/Data/Boolean/Overload.hs:41) || (src/Data/Boolean/Overload.hs:44) not (src/Data/Boolean/Overload.hs:47) ifThenElse (src/Data/Boolean/Overload.hs:52) == (src/Data/Boolean/Overload.hs:56) /= (src/Data/Boolean/Overload.hs:58) < (src/Data/Boolean/Overload.hs:62) > (src/Data/Boolean/Overload.hs:64) <= (src/Data/Boolean/Overload.hs:66) >= (src/Data/Boolean/Overload.hs:68) min (src/Data/Boolean/Overload.hs:71) max (src/Data/Boolean/Overload.hs:73) 100% ( 8 / 8) in 'Data.Boolean.Numbers' Warning: Data.Boolean: could not find link destinations for: ~ Warning: Data.Boolean.Numbers: could not find link destinations for: ~ Documentation created: dist/doc/html/Boolean/index.html, dist/doc/html/Boolean/Boolean.txt Creating package registration file: /tmp/pkgConf-Boolean-0.22145174067468703135.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/Boolean-0.2.3-JYotQglXhtoJXpADNau8XH Registering Boolean-0.2.3... cabal: Leaving directory '/tmp/cabal-tmp-30007/Boolean-0.2.3' Installed Boolean-0.2.3 cabal: Entering directory '/tmp/cabal-tmp-30007/MemoTrie-0.6.4' Configuring MemoTrie-0.6.4... Warning: 'ghc-options: -prof' is not necessary and will lead to problems when used on a library. Use the configure flag --enable-library-profiling and/or --enable-profiling. Building MemoTrie-0.6.4... Preprocessing library MemoTrie-0.6.4... [1 of 1] Compiling Data.MemoTrie ( src/Data/MemoTrie.hs, dist/build/Data/MemoTrie.o ) src/Data/MemoTrie.hs:67:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Data/MemoTrie.hs:69:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Data/MemoTrie.hs:131:11: warning: [-Winline-rule-shadowing] Rule "trie/untrie" may never fire because rule "Class op untrie" for ‘untrie’ might fire first Probable fix: add phase [n] or [~n] to the competing rule Running Haddock for MemoTrie-0.6.4... Running hscolour for MemoTrie-0.6.4... Preprocessing library MemoTrie-0.6.4... Preprocessing library MemoTrie-0.6.4... src/Data/MemoTrie.hs:45:1: error: parse error on input ‘-- $ cabal configure -fexamples && cabal run generic -- @ -- -- ’ Creating package registration file: /tmp/pkgConf-MemoTrie-0.6402724286593209441.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/MemoTrie-0.6.4-JRaFEpG1Jxo16Ic2ZbfZZ3 Registering MemoTrie-0.6.4... cabal: Leaving directory '/tmp/cabal-tmp-30007/MemoTrie-0.6.4' Installed MemoTrie-0.6.4 cabal: Entering directory '/tmp/cabal-tmp-30007/NumInstances-1.4' Configuring NumInstances-1.4... Warning: 'ghc-options: -prof' is not necessary and will lead to problems when used on a library. Use the configure flag --enable-library-profiling and/or --enable-profiling. Building NumInstances-1.4... Preprocessing library NumInstances-1.4... [1 of 5] Compiling Data.NumInstances.Util ( src/Data/NumInstances/Util.hs, dist/build/Data/NumInstances/Util.o ) [2 of 5] Compiling Data.NumInstances.PreRequisites ( src-relaxed-Num/Data/NumInstances/PreRequisites.hs, dist/build/Data/NumInstances/PreRequisites.o ) [3 of 5] Compiling Data.NumInstances.Tuple ( src/Data/NumInstances/Tuple.hs, dist/build/Data/NumInstances/Tuple.o ) [4 of 5] Compiling Data.NumInstances.Function ( src/Data/NumInstances/Function.hs, dist/build/Data/NumInstances/Function.o ) [5 of 5] Compiling Data.NumInstances ( src/Data/NumInstances.hs, dist/build/Data/NumInstances.o ) Running Haddock for NumInstances-1.4... Running hscolour for NumInstances-1.4... Preprocessing library NumInstances-1.4... Preprocessing library NumInstances-1.4... Haddock coverage: 50% ( 1 / 2) in 'Data.NumInstances.Util' Missing documentation for: noOv (src/Data/NumInstances/Util.hs:16) 0% ( 0 / 1) in 'Data.NumInstances.PreRequisites' Missing documentation for: Module header 100% ( 1 / 1) in 'Data.NumInstances.Tuple' 100% ( 1 / 1) in 'Data.NumInstances.Function' 100% ( 1 / 1) in 'Data.NumInstances' Documentation created: dist/doc/html/NumInstances/index.html, dist/doc/html/NumInstances/NumInstances.txt Creating package registration file: /tmp/pkgConf-NumInstances-11117142618168002245.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/NumInstances-1.4-Czq4MbYtsRc4Q7nfMGQKMs Registering NumInstances-1.4... cabal: Leaving directory '/tmp/cabal-tmp-30007/NumInstances-1.4' Installed NumInstances-1.4 cabal: Entering directory '/tmp/cabal-tmp-30007/auto-update-0.1.4' Configuring auto-update-0.1.4... Building auto-update-0.1.4... Preprocessing library auto-update-0.1.4... [1 of 4] Compiling Control.AutoUpdate.Util ( Control/AutoUpdate/Util.hs, dist/build/Control/AutoUpdate/Util.o ) [2 of 4] Compiling Control.Reaper ( Control/Reaper.hs, dist/build/Control/Reaper.o ) [3 of 4] Compiling Control.Debounce ( Control/Debounce.hs, dist/build/Control/Debounce.o ) [4 of 4] Compiling Control.AutoUpdate ( Control/AutoUpdate.hs, dist/build/Control/AutoUpdate.o ) Running Haddock for auto-update-0.1.4... Running hscolour for auto-update-0.1.4... Preprocessing library auto-update-0.1.4... Preprocessing library auto-update-0.1.4... Haddock coverage: 50% ( 1 / 2) in 'Control.AutoUpdate.Util' Missing documentation for: Module header 100% ( 18 / 18) in 'Control.Reaper' 100% ( 9 / 9) in 'Control.Debounce' 100% ( 11 / 11) in 'Control.AutoUpdate' Documentation created: dist/doc/html/auto-update/index.html, dist/doc/html/auto-update/auto-update.txt Creating package registration file: /tmp/pkgConf-auto-update-0.1745425661396473730.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/auto-update-0.1.4-GAesfFmqoZzBz6e09kRyzb Registering auto-update-0.1.4... cabal: Leaving directory '/tmp/cabal-tmp-30007/auto-update-0.1.4' Installed auto-update-0.1.4 cabal: Entering directory '/tmp/cabal-tmp-30007/base-orphans-0.5.4' Configuring base-orphans-0.5.4... Building base-orphans-0.5.4... Preprocessing library base-orphans-0.5.4... [1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, dist/build/Data/Orphans/Prelude.o ) [2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, dist/build/Data/Orphans.o ) Running Haddock for base-orphans-0.5.4... Running hscolour for base-orphans-0.5.4... Preprocessing library base-orphans-0.5.4... Preprocessing library base-orphans-0.5.4... Haddock coverage: 100% ( 1 / 1) in 'Data.Orphans.Prelude' 100% ( 1 / 1) in 'Data.Orphans' Documentation created: dist/doc/html/base-orphans/index.html, dist/doc/html/base-orphans/base-orphans.txt Creating package registration file: /tmp/pkgConf-base-orphans-0.5780821396619054081.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/base-orphans-0.5.4-5IQvrjd7gNP548VkOOyIq6 Registering base-orphans-0.5.4... cabal: Leaving directory '/tmp/cabal-tmp-30007/base-orphans-0.5.4' Installed base-orphans-0.5.4 cabal: Entering directory '/tmp/cabal-tmp-30007/bytestring-builder-0.10.8.1.0' Configuring bytestring-builder-0.10.8.1.0... Building bytestring-builder-0.10.8.1.0... Preprocessing library bytestring-builder-0.10.8.1.0... Running Haddock for bytestring-builder-0.10.8.1.0... Running hscolour for bytestring-builder-0.10.8.1.0... Preprocessing library bytestring-builder-0.10.8.1.0... Preprocessing library bytestring-builder-0.10.8.1.0... haddock: No input file(s). Creating package registration file: /tmp/pkgConf-bytestring-builder-0.10.8.1150517567212251746.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/bytestring-builder-0.10.8.1.0-3Wvs19ArxK5AsrgrlbKbYR Registering bytestring-builder-0.10.8.1.0... cabal: Leaving directory '/tmp/cabal-tmp-30007/bytestring-builder-0.10.8.1.0' Installed bytestring-builder-0.10.8.1.0 cabal: Entering directory '/tmp/cabal-tmp-30007/bytestring-lexing-0.5.0.2' Configuring bytestring-lexing-0.5.0.2... Building bytestring-lexing-0.5.0.2... Preprocessing library bytestring-lexing-0.5.0.2... [1 of 3] Compiling Data.ByteString.Lex.Internal ( src/Data/ByteString/Lex/Internal.hs, dist/build/Data/ByteString/Lex/Internal.o ) [2 of 3] Compiling Data.ByteString.Lex.Integral ( src/Data/ByteString/Lex/Integral.hs, dist/build/Data/ByteString/Lex/Integral.o ) [3 of 3] Compiling Data.ByteString.Lex.Fractional ( src/Data/ByteString/Lex/Fractional.hs, dist/build/Data/ByteString/Lex/Fractional.o ) Running Haddock for bytestring-lexing-0.5.0.2... Running hscolour for bytestring-lexing-0.5.0.2... Preprocessing library bytestring-lexing-0.5.0.2... Preprocessing library bytestring-lexing-0.5.0.2... Haddock coverage: 100% ( 5 / 5) in 'Data.ByteString.Lex.Internal' 100% ( 14 / 14) in 'Data.ByteString.Lex.Integral' 100% ( 15 / 15) in 'Data.ByteString.Lex.Fractional' Warning: Data.ByteString.Lex.Fractional: could not find link destinations for: scaleDF Documentation created: dist/doc/html/bytestring-lexing/index.html, dist/doc/html/bytestring-lexing/bytestring-lexing.txt Creating package registration file: /tmp/pkgConf-bytestring-lexing-0.5.0496060028828388027.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/bytestring-lexing-0.5.0.2-9iP7CJrh0FUFz9jrfmO73B Registering bytestring-lexing-0.5.0.2... cabal: Leaving directory '/tmp/cabal-tmp-30007/bytestring-lexing-0.5.0.2' Installed bytestring-lexing-0.5.0.2 cabal: Entering directory '/tmp/cabal-tmp-30007/dlist-0.7.1.2' Configuring dlist-0.7.1.2... Building dlist-0.7.1.2... Preprocessing library dlist-0.7.1.2... [1 of 1] Compiling Data.DList ( Data/DList.hs, dist/build/Data/DList.o ) Running Haddock for dlist-0.7.1.2... Running hscolour for dlist-0.7.1.2... Preprocessing library dlist-0.7.1.2... Preprocessing library dlist-0.7.1.2... Haddock coverage: 100% ( 20 / 20) in 'Data.DList' Documentation created: dist/doc/html/dlist/index.html, dist/doc/html/dlist/dlist.txt Creating package registration file: /tmp/pkgConf-dlist-0.7.116652049161707056552.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/dlist-0.7.1.2-LXvO1Bw0RvFzUhQMljfgc Registering dlist-0.7.1.2... cabal: Leaving directory '/tmp/cabal-tmp-30007/dlist-0.7.1.2' Installed dlist-0.7.1.2 cabal: Entering directory '/tmp/cabal-tmp-30007/easy-file-0.2.1' Configuring easy-file-0.2.1... Building easy-file-0.2.1... Preprocessing library easy-file-0.2.1... [1 of 4] Compiling System.EasyFile.Missing ( System/EasyFile/Missing.hs, dist/build/System/EasyFile/Missing.o ) System/EasyFile/Missing.hs:7:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [2 of 4] Compiling System.EasyFile.Directory ( System/EasyFile/Directory.hs, dist/build/System/EasyFile/Directory.o ) System/EasyFile/Directory.hs:37:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [3 of 4] Compiling System.EasyFile.FilePath ( System/EasyFile/FilePath.hs, dist/build/System/EasyFile/FilePath.o ) [4 of 4] Compiling System.EasyFile ( System/EasyFile.hs, dist/build/System/EasyFile.o ) Running Haddock for easy-file-0.2.1... Running hscolour for easy-file-0.2.1... Preprocessing library easy-file-0.2.1... Preprocessing library easy-file-0.2.1... System/EasyFile/Missing.hs:7:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() System/EasyFile/Directory.hs:37:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Haddock coverage: 80% ( 8 / 10) in 'System.EasyFile.Missing' Missing documentation for: Module header epochTimeToUTCTime (System/EasyFile/Missing.hs:151) 80% ( 8 / 10) in 'System.EasyFile.Directory' Missing documentation for: Module header fixPath (System/EasyFile/Directory.hs:186) 98% ( 49 / 50) in 'System.EasyFile.FilePath' Missing documentation for: Module header 99% ( 88 / 89) in 'System.EasyFile' Missing documentation for: Permissions Warning: System.EasyFile: could not find link destinations for: InappropriateType Documentation created: dist/doc/html/easy-file/index.html, dist/doc/html/easy-file/easy-file.txt Creating package registration file: /tmp/pkgConf-easy-file-0.2394633074983631233.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/easy-file-0.2.1-bAUkz2rC2kFhBbPjw2Of5 Registering easy-file-0.2.1... cabal: Leaving directory '/tmp/cabal-tmp-30007/easy-file-0.2.1' Installed easy-file-0.2.1 cabal: Entering directory '/tmp/cabal-tmp-30007/fail-4.9.0.0' Configuring fail-4.9.0.0... Building fail-4.9.0.0... Preprocessing library fail-4.9.0.0... Running Haddock for fail-4.9.0.0... Running hscolour for fail-4.9.0.0... Preprocessing library fail-4.9.0.0... Preprocessing library fail-4.9.0.0... haddock: No input file(s). Creating package registration file: /tmp/pkgConf-fail-4.9.01215828993409544918.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/fail-4.9.0.0-FGE8TmYPyfd2ZUpoMVx9sD Registering fail-4.9.0.0... cabal: Leaving directory '/tmp/cabal-tmp-30007/fail-4.9.0.0' Installed fail-4.9.0.0 cabal: Entering directory '/tmp/cabal-tmp-30007/hostname-1.0' Configuring hostname-1.0... Building hostname-1.0... Preprocessing library hostname-1.0... [1 of 1] Compiling Network.HostName ( Network/HostName.hs, dist/build/Network/HostName.o ) Running Haddock for hostname-1.0... Running hscolour for hostname-1.0... Preprocessing library hostname-1.0... Preprocessing library hostname-1.0... Haddock coverage: 0% ( 0 / 3) in 'Network.HostName' Missing documentation for: Module header HostName (Network/HostName.hs:48) getHostName (Network/HostName.hs:40) Documentation created: dist/doc/html/hostname/index.html, dist/doc/html/hostname/hostname.txt Creating package registration file: /tmp/pkgConf-hostname-1217871137337745691.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/hostname-1.0-42Ipmmd3lMbCN35rV9k5gh Registering hostname-1.0... cabal: Leaving directory '/tmp/cabal-tmp-30007/hostname-1.0' Installed hostname-1.0 cabal: Entering directory '/tmp/cabal-tmp-30007/monad-loops-0.4.3' Configuring monad-loops-0.4.3... Building monad-loops-0.4.3... Preprocessing library monad-loops-0.4.3... [1 of 1] Compiling Control.Monad.Loops ( src/Control/Monad/Loops.hs, dist/build/Control/Monad/Loops.o ) Running Haddock for monad-loops-0.4.3... Running hscolour for monad-loops-0.4.3... Preprocessing library monad-loops-0.4.3... Preprocessing library monad-loops-0.4.3... Haddock coverage: 75% ( 36 / 48) in 'Control.Monad.Loops' Missing documentation for: minimaOnByM (src/Control/Monad/Loops.hs:405) maximaOnByM (src/Control/Monad/Loops.hs:420) minimaByM (src/Control/Monad/Loops.hs:423) maximaByM (src/Control/Monad/Loops.hs:426) minimaOnM (src/Control/Monad/Loops.hs:429) maximaOnM (src/Control/Monad/Loops.hs:432) minimumOnByM (src/Control/Monad/Loops.hs:436) maximumOnByM (src/Control/Monad/Loops.hs:451) minimumByM (src/Control/Monad/Loops.hs:454) maximumByM (src/Control/Monad/Loops.hs:457) minimumOnM (src/Control/Monad/Loops.hs:460) maximumOnM (src/Control/Monad/Loops.hs:463) Documentation created: dist/doc/html/monad-loops/index.html, dist/doc/html/monad-loops/monad-loops.txt Creating package registration file: /tmp/pkgConf-monad-loops-0.46289669501520982030.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/monad-loops-0.4.3-2fzM5iYl9mFG5pm27bHqMF Registering monad-loops-0.4.3... cabal: Leaving directory '/tmp/cabal-tmp-30007/monad-loops-0.4.3' Installed monad-loops-0.4.3 cabal: Entering directory '/tmp/cabal-tmp-30007/mtl-2.2.1' 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 ) 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' Missing documentation for: MonadWriter (Control/Monad/Writer/Class.hs:62) 100% ( 5 / 5) in 'Control.Monad.State.Class' 100% ( 3 / 3) in 'Control.Monad.Reader.Class' 80% ( 4 / 5) in 'Control.Monad.RWS.Class' Missing documentation for: MonadRWS (Control/Monad/RWS/Class.hs:44) 100% ( 4 / 4) in 'Control.Monad.Identity' 100% ( 3 / 3) in 'Control.Monad.Error.Class' 50% ( 1 / 2) in 'Control.Monad.Cont.Class' Missing documentation for: MonadCont (Control/Monad/Cont/Class.hs:73) 100% ( 3 / 3) in 'Control.Monad.Trans' 93% ( 14 / 15) in 'Control.Monad.Error' Missing documentation for: runErrorT 100% ( 19 / 19) in 'Control.Monad.Except' 100% ( 5 / 5) in 'Control.Monad.List' 95% ( 21 / 22) in 'Control.Monad.RWS.Lazy' Missing documentation for: runRWST 100% ( 2 / 2) in 'Control.Monad.RWS' 96% ( 22 / 23) in 'Control.Monad.Reader' Missing documentation for: runReaderT 95% ( 21 / 22) in 'Control.Monad.RWS.Strict' Missing documentation for: runRWST 96% ( 24 / 25) in 'Control.Monad.State.Lazy' Missing documentation for: runStateT 100% ( 2 / 2) in 'Control.Monad.State' 96% ( 24 / 25) in 'Control.Monad.State.Strict' Missing documentation for: runStateT 89% ( 17 / 19) in 'Control.Monad.Writer.Lazy' Missing documentation for: MonadWriter (Control/Monad/Writer/Class.hs:62) runWriterT 100% ( 2 / 2) in 'Control.Monad.Writer' 94% ( 17 / 18) in 'Control.Monad.Writer.Strict' Missing documentation for: MonadWriter (Control/Monad/Writer/Class.hs:62) 91% ( 20 / 22) in 'Control.Monad.Cont' Missing documentation for: MonadCont (Control/Monad/Cont/Class.hs:73) runContT Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt Creating package registration file: /tmp/pkgConf-mtl-2.2821731091105816539.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM Registering mtl-2.2.1... cabal: Leaving directory '/tmp/cabal-tmp-30007/mtl-2.2.1' Installed mtl-2.2.1 cabal: Entering directory '/tmp/cabal-tmp-30007/network-2.6.2.1' Configuring network-2.6.2.1... configure: WARNING: unrecognized options: --with-compiler checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking linux/can.h usability... yes checking linux/can.h presence... yes checking for linux/can.h... yes checking linux/tcp.h usability... yes checking linux/tcp.h presence... yes checking for linux/tcp.h... yes checking net/if.h usability... yes checking net/if.h presence... yes checking for net/if.h... yes checking for readlink... yes checking for symlink... yes checking for if_nametoindex... yes checking for struct msghdr.msg_control... yes checking for struct msghdr.msg_accrights... no checking for struct sockaddr.sa_len... no checking for in_addr_t in netinet/in.h... yes checking for SO_PEERCRED and struct ucred in sys/socket.h... yes checking for getpeereid in unistd.h... checking for getpeereid... no checking for _head_libws2_32_a in -lws2_32... no checking for getaddrinfo... yes checking for gai_strerror... yes checking whether AI_ADDRCONFIG is declared... yes checking whether AI_ALL is declared... yes checking whether AI_NUMERICSERV is declared... yes checking whether AI_V4MAPPED is declared... yes checking whether IPV6_V6ONLY is declared... yes checking whether IPPROTO_IP is declared... yes checking whether IPPROTO_TCP is declared... yes checking whether IPPROTO_IPV6 is declared... yes checking for sendfile in sys/sendfile.h... yes checking for sendfile in sys/socket.h... no checking for gethostent... yes checking for accept4... yes configure: creating ./config.status config.status: creating network.buildinfo config.status: creating include/HsNetworkConfig.h configure: WARNING: unrecognized options: --with-compiler Building network-2.6.2.1... Preprocessing library network-2.6.2.1... [ 1 of 11] Compiling Network.Socket.ByteString.IOVec ( dist/build/Network/Socket/ByteString/IOVec.hs, dist/build/Network/Socket/ByteString/IOVec.o ) [ 2 of 11] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, dist/build/Network/Socket/Types.o ) Network/Socket/Types.hsc:837:3: warning: [-Woverlapping-patterns] Pattern match is redundant In a case alternative: _ -> ... Network/Socket/Types.hsc:869:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘sizeOfSockAddrByFamily’: Patterns not matched: AF_UNSPEC AF_IMPLINK AF_PUP AF_CHAOS ... Network/Socket/Types.hsc:951:3: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: p where p is not one of {29, 10, 2, 1} Network/Socket/Types.hsc:1012:1: warning: [-Worphans] Orphan instance: instance Storable HostAddress6 To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. [ 3 of 11] Compiling Network.Socket.Internal ( dist/build/Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.o ) Network/Socket/Internal.hsc:75:1: warning: [-Wunused-imports] The import of ‘Foreign.C.String’ is redundant except perhaps to import instances from ‘Foreign.C.String’ To import instances alone, use: import Foreign.C.String() Network/Socket/Internal.hsc:77:1: warning: [-Wunused-imports] The import of ‘Foreign.Ptr’ is redundant except perhaps to import instances from ‘Foreign.Ptr’ To import instances alone, use: import Foreign.Ptr() [ 4 of 11] Compiling Network.Socket ( dist/build/Network/Socket.hs, dist/build/Network/Socket.o ) Network/Socket.hsc:177:1: warning: [-Wunused-imports] The import of ‘delete’ from module ‘Data.List’ is redundant Network/Socket.hsc:193:1: warning: [-Wunused-imports] The qualified import of ‘Control.Exception’ is redundant except perhaps to import instances from ‘Control.Exception’ To import instances alone, use: import Control.Exception() Network/Socket.hsc:212:1: warning: [-Wunused-imports] The import of ‘GHC.IO.FD’ is redundant except perhaps to import instances from ‘GHC.IO.FD’ To import instances alone, use: import GHC.IO.FD() Network/Socket.hsc:276:3: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘showsPrec’: Patterns not matched: _ (SockAddrCan _) Network/Socket.hsc:949:13: warning: [-Wtype-defaults] • Defaulting the following constraints to type ‘Integer’ (Integral a0) arising from a use of ‘fromIntegral’ at Network/Socket.hsc:949:13-29 (Num a0) arising from the literal ‘12’ at Network/Socket.hsc:949:27-28 • In the expression: (fromIntegral (12)) In an equation for ‘sz’: sz = (fromIntegral (12)) In the expression: do { let fd = fdSocket sock; let sz = (fromIntegral (12)); with sz $ \ ptr_cr -> alloca $ \ ptr_sz -> ... } Network/Socket.hsc:953:6: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘CInt’ Suppress this warning by saying ‘_ <- ($) throwSocketErrorIfMinus1Retry "getPeerCred" c_getsockopt fd (1) (17) ptr_cr ptr_sz’ Network/Socket.hsc:989:3: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘CInt’ Suppress this warning by saying ‘_ <- ($) throwSocketErrorWaitWrite sock "sendFd" c_sendFd (fdSocket sock) outfd’ Network/Socket.hsc:1571:1: warning: [-Wunused-top-binds] Defined but not used: ‘c_accept’ [ 5 of 11] Compiling Network.Socket.ByteString.MsgHdr ( dist/build/Network/Socket/ByteString/MsgHdr.hs, dist/build/Network/Socket/ByteString/MsgHdr.o ) [ 6 of 11] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.o ) [ 7 of 11] Compiling Network.Socket.ByteString ( dist/build/Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.o ) [ 8 of 11] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.o ) [ 9 of 11] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.o ) [10 of 11] Compiling Network.BSD ( dist/build/Network/BSD.hs, dist/build/Network/BSD.o ) Network/BSD.hsc:166:43: warning: [-Wdeprecations] In the use of data constructor ‘PortNum’ (imported from Network.Socket, but defined in Network.Socket.Types): Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release." Network/BSD.hsc:190:19: warning: [-Wdeprecations] In the use of data constructor ‘PortNum’ (imported from Network.Socket, but defined in Network.Socket.Types): Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release." [11 of 11] Compiling Network ( Network.hs, dist/build/Network.o ) Network.hs:292:16: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: (SockAddrCan _) Network.hs:401:5: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: (SockAddrCan _) Running Haddock for network-2.6.2.1... Running hscolour for network-2.6.2.1... Preprocessing library network-2.6.2.1... Preprocessing library network-2.6.2.1... Network/Socket/Types.hsc:1012:1: warning: [-Worphans] Orphan instance: instance Storable HostAddress6 To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. Network/Socket/Internal.hsc:75:1: warning: [-Wunused-imports] The import of ‘Foreign.C.String’ is redundant except perhaps to import instances from ‘Foreign.C.String’ To import instances alone, use: import Foreign.C.String() Network/Socket/Internal.hsc:77:1: warning: [-Wunused-imports] The import of ‘Foreign.Ptr’ is redundant except perhaps to import instances from ‘Foreign.Ptr’ To import instances alone, use: import Foreign.Ptr() Network/Socket.hsc:177:1: warning: [-Wunused-imports] The import of ‘delete’ from module ‘Data.List’ is redundant Network/Socket.hsc:193:1: warning: [-Wunused-imports] The qualified import of ‘Control.Exception’ is redundant except perhaps to import instances from ‘Control.Exception’ To import instances alone, use: import Control.Exception() Network/Socket.hsc:212:1: warning: [-Wunused-imports] The import of ‘GHC.IO.FD’ is redundant except perhaps to import instances from ‘GHC.IO.FD’ To import instances alone, use: import GHC.IO.FD() Network/Socket.hsc:949:13: warning: [-Wtype-defaults] • Defaulting the following constraints to type ‘Integer’ (Integral a0) arising from a use of ‘fromIntegral’ at Network/Socket.hsc:949:13-29 (Num a0) arising from the literal ‘12’ at Network/Socket.hsc:949:27-28 • In the expression: (fromIntegral (12)) In an equation for ‘sz’: sz = (fromIntegral (12)) In the expression: do { let fd = fdSocket sock; let sz = (fromIntegral (12)); with sz $ \ ptr_cr -> alloca $ \ ptr_sz -> ... } Network/Socket.hsc:1571:1: warning: [-Wunused-top-binds] Defined but not used: ‘c_accept’ Network/BSD.hsc:166:43: warning: [-Wdeprecations] In the use of data constructor ‘PortNum’ (imported from Network.Socket, but defined in Network.Socket.Types): Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release." Network/BSD.hsc:190:19: warning: [-Wdeprecations] In the use of data constructor ‘PortNum’ (imported from Network.Socket, but defined in Network.Socket.Types): Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release." Haddock coverage: 50% ( 1 / 2) in 'Network.Socket.ByteString.IOVec' Missing documentation for: IOVec (Network/Socket/ByteString/IOVec.hsc:15) 68% ( 27 / 40) in 'Network.Socket.Types' Missing documentation for: Module header sockFd (Network/Socket/Types.hsc:90) sockFamily (Network/Socket/Types.hsc:93) sockType (Network/Socket/Types.hsc:96) sockProtocol (Network/Socket/Types.hsc:99) sockStatus (Network/Socket/Types.hsc:102) packSocketType (Network/Socket/Types.hsc:187) unpackSocketType (Network/Socket/Types.hsc:202) packFamily (Network/Socket/Types.hsc:306) unpackFamily (Network/Socket/Types.hsc:522) FlowInfo (Network/Socket/Types.hsc:801) ScopeID (Network/Socket/Types.hsc:802) ProtocolNumber (Network/Socket/Types.hsc:112) 94% ( 30 / 32) in 'Network.Socket.Internal' Missing documentation for: FlowInfo (Network/Socket/Types.hsc:801) ScopeID (Network/Socket/Types.hsc:802) 71% ( 68 / 96) in 'Network.Socket' Missing documentation for: FlowInfo (Network/Socket/Types.hsc:801) ScopeID (Network/Socket/Types.hsc:802) ShutdownCmd (Network/Socket.hsc:1045) ProtocolNumber (Network/Socket/Types.hsc:112) ServiceName (Network/Socket.hsc:221) AddrInfo (Network/Socket.hsc:1233) NameInfoFlag (Network/Socket.hsc:1286) getPeerName (Network/Socket.hsc:752) getSocketName (Network/Socket.hsc:760) socketPort (Network/Socket.hsc:729) recvLen (Network/Socket.hsc:670) inet_addr (Network/Socket.hsc:1128) inet_ntoa (Network/Socket.hsc:1136) isBound (Network/Socket.hsc:1095) isListening (Network/Socket.hsc:1100) isReadable (Network/Socket.hsc:1105) isWritable (Network/Socket.hsc:1110) sendFd (Network/Socket.hsc:987) recvFd (Network/Socket.hsc:995) aNY_PORT (Network/Socket.hsc:1009) sOMAXCONN (Network/Socket.hsc:1026) sOL_SOCKET (Network/Socket.hsc:1029) sCM_RIGHTS (Network/Socket.hsc:1033) fdSocket (Network/Socket.hsc:264) mkSocket (Network/Socket.hsc:252) packFamily (Network/Socket/Types.hsc:306) unpackFamily (Network/Socket/Types.hsc:522) packSocketType (Network/Socket/Types.hsc:187) 50% ( 1 / 2) in 'Network.Socket.ByteString.MsgHdr' Missing documentation for: MsgHdr (Network/Socket/ByteString/MsgHdr.hsc:22) 25% ( 1 / 4) in 'Network.Socket.ByteString.Internal' Missing documentation for: mkInvalidRecvArgError (Network/Socket/ByteString/Internal.hs:34) c_writev (Network/Socket/ByteString/Internal.hs:40) c_sendmsg (Network/Socket/ByteString/Internal.hs:43) 100% ( 15 / 15) in 'Network.Socket.ByteString' 25% ( 1 / 4) in 'Network.Socket.ByteString.Lazy.Posix' Missing documentation for: Module header send (Network/Socket/ByteString/Lazy/Posix.hs:27) sendAll (Network/Socket/ByteString/Lazy/Posix.hs:50) 71% ( 5 / 7) in 'Network.Socket.ByteString.Lazy' Missing documentation for: send (Network/Socket/ByteString/Lazy/Posix.hs:27) sendAll (Network/Socket/ByteString/Lazy/Posix.hs:50) 44% ( 23 / 52) in 'Network.BSD' Missing documentation for: HostEntry (Network/BSD.hsc:329) hostAddress (Network/BSD.hsc:366) getHostEntries (Network/BSD.hsc:419) setHostEntry (Network/BSD.hsc:409) getHostEntry (Network/BSD.hsc:401) endHostEntry (Network/BSD.hsc:414) ServiceEntry (Network/BSD.hsc:139) ServiceName (Network/Socket.hsc:221) getServiceEntries (Network/BSD.hsc:224) getServiceEntry (Network/BSD.hsc:206) setServiceEntry (Network/BSD.hsc:214) endServiceEntry (Network/BSD.hsc:219) ProtocolName (Network/BSD.hsc:123) ProtocolNumber (Network/Socket/Types.hsc:112) ProtocolEntry (Network/BSD.hsc:242) getProtocolByName (Network/BSD.hsc:275) getProtocolByNumber (Network/BSD.hsc:286) getProtocolNumber (Network/BSD.hsc:296) getProtocolEntries (Network/BSD.hsc:320) setProtocolEntry (Network/BSD.hsc:310) getProtocolEntry (Network/BSD.hsc:302) endProtocolEntry (Network/BSD.hsc:315) NetworkName (Network/BSD.hsc:434) NetworkAddr (Network/BSD.hsc:432) NetworkEntry (Network/BSD.hsc:436) getNetworkByName (Network/BSD.hsc:467) getNetworkByAddr (Network/BSD.hsc:477) getNetworkEntry (Network/BSD.hsc:486) ifNameToIndex (Network/BSD.hsc:521) 89% ( 24 / 27) in 'Network' Missing documentation for: PortID (Network.hs:83) sendTo (Network.hs:333) recvFrom (Network.hs:342) Warning: Network.Socket.ByteString: could not find link destinations for: IOVec Documentation created: dist/doc/html/network/index.html, dist/doc/html/network/network.txt Creating package registration file: /tmp/pkgConf-network-2.6.21692713933379366797.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/network-2.6.2.1-Li0aefQhyJzUSpQ0fLiXL Registering network-2.6.2.1... cabal: Leaving directory '/tmp/cabal-tmp-30007/network-2.6.2.1' Installed network-2.6.2.1 cabal: Entering directory '/tmp/cabal-tmp-30007/old-locale-1.0.0.7' Configuring old-locale-1.0.0.7... Building old-locale-1.0.0.7... Preprocessing library old-locale-1.0.0.7... [1 of 1] Compiling System.Locale ( System/Locale.hs, dist/build/System/Locale.o ) Running Haddock for old-locale-1.0.0.7... Running hscolour for old-locale-1.0.0.7... Preprocessing library old-locale-1.0.0.7... Preprocessing library old-locale-1.0.0.7... Haddock coverage: 60% ( 3 / 5) in 'System.Locale' Missing documentation for: TimeLocale (System/Locale.hs:36) defaultTimeLocale (System/Locale.hs:49) Documentation created: dist/doc/html/old-locale/index.html, dist/doc/html/old-locale/old-locale.txt Creating package registration file: /tmp/pkgConf-old-locale-1.0.0156400305099885196.7 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/old-locale-1.0.0.7-6glXNhHF891B41ZfuI8hU8 Registering old-locale-1.0.0.7... cabal: Leaving directory '/tmp/cabal-tmp-30007/old-locale-1.0.0.7' Installed old-locale-1.0.0.7 cabal: Entering directory '/tmp/cabal-tmp-30007/primitive-0.6.1.0' Configuring primitive-0.6.1.0... Building primitive-0.6.1.0... Preprocessing library primitive-0.6.1.0... [ 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:41:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Primitive.hs:100:11: warning: [-Wdeprecations] 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:100:47: warning: [-Wdeprecations] 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:101:19: warning: [-Wdeprecations] 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 ) Running Haddock for primitive-0.6.1.0... Running hscolour for primitive-0.6.1.0... Preprocessing library primitive-0.6.1.0... Preprocessing library primitive-0.6.1.0... Control/Monad/Primitive.hs:41:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Primitive.hs:100:11: warning: [-Wdeprecations] 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:100:47: warning: [-Wdeprecations] 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:101:19: warning: [-Wdeprecations] 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' Missing documentation for: sIZEOF_CHAR (Data/Primitive/MachDeps.hs:19) aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:19) sIZEOF_INT (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:19) sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:19) aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:19) sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:19) aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:19) sIZEOF_PTR (Data/Primitive/MachDeps.hs:19) aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:19) sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:19) aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:19) sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:19) aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:19) sIZEOF_INT8 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:19) sIZEOF_INT16 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:19) sIZEOF_INT32 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:19) sIZEOF_INT64 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:19) Word64_# (Data/Primitive/MachDeps.hs:120) Int64_# (Data/Primitive/MachDeps.hs:121) 3% ( 1 / 29) in 'Data.Primitive.Internal.Operations' Missing documentation for: setWord8Array# (Data/Primitive/Internal/Operations.hs:33) setWord16Array# (Data/Primitive/Internal/Operations.hs:35) setWord32Array# (Data/Primitive/Internal/Operations.hs:37) setWord64Array# (Data/Primitive/Internal/Operations.hs:39) setWordArray# (Data/Primitive/Internal/Operations.hs:41) setInt8Array# (Data/Primitive/Internal/Operations.hs:43) setInt16Array# (Data/Primitive/Internal/Operations.hs:45) setInt32Array# (Data/Primitive/Internal/Operations.hs:47) setInt64Array# (Data/Primitive/Internal/Operations.hs:49) setIntArray# (Data/Primitive/Internal/Operations.hs:51) setAddrArray# (Data/Primitive/Internal/Operations.hs:53) setFloatArray# (Data/Primitive/Internal/Operations.hs:55) setDoubleArray# (Data/Primitive/Internal/Operations.hs:57) setWideCharArray# (Data/Primitive/Internal/Operations.hs:59) setWord8OffAddr# (Data/Primitive/Internal/Operations.hs:62) setWord16OffAddr# (Data/Primitive/Internal/Operations.hs:64) setWord32OffAddr# (Data/Primitive/Internal/Operations.hs:66) setWord64OffAddr# (Data/Primitive/Internal/Operations.hs:68) setWordOffAddr# (Data/Primitive/Internal/Operations.hs:70) setInt8OffAddr# (Data/Primitive/Internal/Operations.hs:72) setInt16OffAddr# (Data/Primitive/Internal/Operations.hs:74) setInt32OffAddr# (Data/Primitive/Internal/Operations.hs:76) setInt64OffAddr# (Data/Primitive/Internal/Operations.hs:78) setIntOffAddr# (Data/Primitive/Internal/Operations.hs:80) setAddrOffAddr# (Data/Primitive/Internal/Operations.hs:82) setFloatOffAddr# (Data/Primitive/Internal/Operations.hs:84) setDoubleOffAddr# (Data/Primitive/Internal/Operations.hs:86) setWideCharOffAddr# (Data/Primitive/Internal/Operations.hs:88) 75% ( 12 / 16) in 'Control.Monad.Primitive' Missing documentation for: unsafeInlinePrim (Control/Monad/Primitive.hs:189) unsafeInlineIO (Control/Monad/Primitive.hs:193) unsafeInlineST (Control/Monad/Primitive.hs:197) touch (Control/Monad/Primitive.hs:201) 100% ( 3 / 3) in 'Data.Primitive.Types' 100% ( 15 / 15) in 'Data.Primitive.Array' 93% ( 27 / 29) in 'Data.Primitive.ByteArray' Missing documentation for: ByteArray# MutableByteArray# 100% ( 16 / 16) in 'Data.Primitive.Addr' 100% ( 7 / 7) in 'Data.Primitive' 100% ( 9 / 9) in 'Data.Primitive.MutVar' Warning: Control.Monad.Primitive: could not find link destinations for: ~ Documentation created: dist/doc/html/primitive/index.html, dist/doc/html/primitive/primitive.txt Creating package registration file: /tmp/pkgConf-primitive-0.6.15623902792025251990.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/primitive-0.6.1.0-Ip44DqhfCp21tTUYbecwa Registering primitive-0.6.1.0... cabal: Leaving directory '/tmp/cabal-tmp-30007/primitive-0.6.1.0' Installed primitive-0.6.1.0 cabal: Entering directory '/tmp/cabal-tmp-30007/random-1.1' Configuring random-1.1... Building random-1.1... Preprocessing library random-1.1... [1 of 1] Compiling System.Random ( System/Random.hs, dist/build/System/Random.o ) System/Random.hs:43:1: warning: [-Wtabs] Tab character found here, and in 74 further locations. Please use spaces instead. Running Haddock for random-1.1... Running hscolour for random-1.1... Preprocessing library random-1.1... Preprocessing library random-1.1... System/Random.hs:43:1: warning: [-Wtabs] Tab character found here, and in 74 further locations. Please use spaces instead. Haddock coverage: Cannot find documentation for: $intro 100% ( 16 / 16) in 'System.Random' Documentation created: dist/doc/html/random/index.html, dist/doc/html/random/random.txt Creating package registration file: /tmp/pkgConf-random-11376941062100603786.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/random-1.1-54KmMHXjttlERYcr1mvsAe Registering random-1.1... cabal: Leaving directory '/tmp/cabal-tmp-30007/random-1.1' Installed random-1.1 cabal: Entering directory '/tmp/cabal-tmp-30007/scanner-0.2' Configuring scanner-0.2... Building scanner-0.2... Preprocessing library scanner-0.2... [1 of 4] Compiling Prelude ( compat/Prelude.hs, dist/build/Prelude.o ) [2 of 4] Compiling Scanner.Internal ( lib/Scanner/Internal.hs, dist/build/Scanner/Internal.o ) [3 of 4] Compiling Scanner ( lib/Scanner.hs, dist/build/Scanner.o ) [4 of 4] Compiling Data.Either ( compat/Data/Either.hs, dist/build/Data/Either.o ) Running Haddock for scanner-0.2... Running hscolour for scanner-0.2... Preprocessing library scanner-0.2... Preprocessing library scanner-0.2... Haddock coverage: Warning: Prelude: Could not find documentation for exported module: P 0% ( 0 / 1) in 'Prelude' Missing documentation for: Module header 79% ( 11 / 14) in 'Scanner.Internal' Missing documentation for: (lib/Scanner/Internal.hs:39) (lib/Scanner/Internal.hs:45) (lib/Scanner/Internal.hs:57) 100% ( 19 / 19) in 'Scanner' Warning: Data.Either: Could not find documentation for exported module: Export 0% ( 0 / 1) in 'Data.Either' Missing documentation for: Module header Documentation created: dist/doc/html/scanner/index.html, dist/doc/html/scanner/scanner.txt Creating package registration file: /tmp/pkgConf-scanner-09404725151891066487.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/scanner-0.2-G7a8rzbfimpIK2ZvMlB3gK Registering scanner-0.2... cabal: Leaving directory '/tmp/cabal-tmp-30007/scanner-0.2' Installed scanner-0.2 cabal: Entering directory '/tmp/cabal-tmp-30007/semigroups-0.18.2' Configuring semigroups-0.18.2... Building semigroups-0.18.2... Preprocessing library semigroups-0.18.2... [1 of 1] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, dist/build/Data/Semigroup/Generic.o ) Running Haddock for semigroups-0.18.2... Running hscolour for semigroups-0.18.2... Preprocessing library semigroups-0.18.2... Preprocessing library semigroups-0.18.2... Haddock coverage: 60% ( 3 / 5) in 'Data.Semigroup.Generic' Missing documentation for: GSemigroup (src/Data/Semigroup/Generic.hs:39) GMonoid (src/Data/Semigroup/Generic.hs:69) Warning: Data.Semigroup.Generic: could not find link destinations for: gmappend' gmempty' Documentation created: dist/doc/html/semigroups/index.html, dist/doc/html/semigroups/semigroups.txt Creating package registration file: /tmp/pkgConf-semigroups-0.181998562957198619204.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/semigroups-0.18.2-Abbk7pV5dwErRVpafzN0b Registering semigroups-0.18.2... cabal: Leaving directory '/tmp/cabal-tmp-30007/semigroups-0.18.2' Installed semigroups-0.18.2 cabal: Entering directory '/tmp/cabal-tmp-30007/stm-2.4.4.1' Configuring stm-2.4.4.1... Building stm-2.4.4.1... Preprocessing library stm-2.4.4.1... [ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o ) [ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o ) [ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o ) [ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o ) [ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o ) [ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o ) [ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o ) [ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o ) [ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o ) [10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o ) Running Haddock for stm-2.4.4.1... Running hscolour for stm-2.4.4.1... Preprocessing library stm-2.4.4.1... Preprocessing library stm-2.4.4.1... Haddock coverage: 0% ( 0 / 11) in 'Control.Sequential.STM' Missing documentation for: Module header STM (Control/Sequential/STM.hs:29) atomically (Control/Sequential/STM.hs:47) throwSTM (Control/Sequential/STM.hs:54) catchSTM (Control/Sequential/STM.hs:57) TVar (Control/Sequential/STM.hs:72) newTVar (Control/Sequential/STM.hs:75) newTVarIO (Control/Sequential/STM.hs:78) readTVar (Control/Sequential/STM.hs:83) readTVarIO (Control/Sequential/STM.hs:86) writeTVar (Control/Sequential/STM.hs:89) 100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue' 100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue' 100% ( 18 / 18) in 'Control.Concurrent.STM.TChan' 100% ( 16 / 16) in 'Control.Concurrent.STM.TMVar' 100% ( 13 / 13) in 'Control.Concurrent.STM.TVar' 100% ( 2 / 2) in 'Control.Concurrent.STM.TArray' 90% ( 9 / 10) in 'Control.Monad.STM' Missing documentation for: check (Control/Monad/STM.hs:81) 100% ( 8 / 8) in 'Control.Concurrent.STM' 40% ( 2 / 5) in 'Control.Concurrent.STM.TSem' Missing documentation for: newTSem (Control/Concurrent/STM/TSem.hs:42) waitTSem (Control/Concurrent/STM/TSem.hs:45) signalTSem (Control/Concurrent/STM/TSem.hs:51) Warning: Control.Concurrent.STM.TArray: could not find link destinations for: getNumElements unsafeNewArray_ unsafeRead unsafeWrite Warning: Control.Monad.STM: could not find link destinations for: getNumElements unsafeNewArray_ unsafeRead unsafeWrite Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt Creating package registration file: /tmp/pkgConf-stm-2.4.43102734131368062958.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/stm-2.4.4.1-4z2NRWnB0NIIUvSJsHW0kF Registering stm-2.4.4.1... cabal: Leaving directory '/tmp/cabal-tmp-30007/stm-2.4.4.1' Installed stm-2.4.4.1 cabal: Entering directory '/tmp/cabal-tmp-30007/syb-0.6' Configuring syb-0.6... Building syb-0.6... Preprocessing library syb-0.6... [ 1 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o ) [ 2 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o ) [ 3 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o ) [ 4 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o ) [ 5 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o ) src/Data/Generics/Aliases.hs:181:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: extM :: (Monad m, Typeable a, Typeable b) => (a -> m a) -> (b -> m b) -> a -> m a src/Data/Generics/Aliases.hs:207:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: extR :: (Monad m, Typeable a, Typeable b) => m a -> m b -> m a src/Data/Generics/Aliases.hs:338:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: ext1M :: (Monad m, Data d, Typeable t) => (forall e. Data e => e -> m e) -> (forall f. Data f => t f -> m (t f)) -> d -> m d src/Data/Generics/Aliases.hs:354:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: ext1R :: (Monad m, Data d, Typeable t) => m d -> (forall e. Data e => m (t e)) -> m d src/Data/Generics/Aliases.hs:389:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: ext2M :: (Monad m, Data d, Typeable t) => (forall e. Data e => e -> m e) -> (forall d1 d2. (Data d1, Data d2) => t d1 d2 -> m (t d1 d2)) -> d -> m d src/Data/Generics/Aliases.hs:405:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: ext2R :: (Monad m, Data d, Typeable t) => m d -> (forall d1 d2. (Data d1, Data d2) => m (t d1 d2)) -> m d [ 6 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o ) [ 7 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o ) [ 8 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o ) [ 9 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o ) [10 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o ) [11 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o ) [12 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o ) src/Data/Generics/Builders.hs:33:3: warning: [-Wredundant-constraints] • Redundant constraint: Data a • In the type signature for: general :: Data a => a In an equation for ‘empty’: empty = general `extB` char `extB` int `extB` integer `extB` float `extB` double where general :: Data a => a general = fromConstrB empty (indexConstr (dataTypeOf general) 1) char = '\NUL' int = 0 :: Int .... [13 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o ) [14 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o ) [15 of 16] Compiling Data.Generics ( src/Data/Generics.hs, dist/build/Data/Generics.o ) [16 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, dist/build/Generics/SYB.o ) Running Haddock for syb-0.6... Running hscolour for syb-0.6... Preprocessing library syb-0.6... Preprocessing library syb-0.6... src/Data/Generics/Aliases.hs:181:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: extM :: (Monad m, Typeable a, Typeable b) => (a -> m a) -> (b -> m b) -> a -> m a src/Data/Generics/Aliases.hs:207:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: extR :: (Monad m, Typeable a, Typeable b) => m a -> m b -> m a src/Data/Generics/Aliases.hs:338:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: ext1M :: (Monad m, Data d, Typeable t) => (forall e. Data e => e -> m e) -> (forall f. Data f => t f -> m (t f)) -> d -> m d src/Data/Generics/Aliases.hs:354:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: ext1R :: (Monad m, Data d, Typeable t) => m d -> (forall e. Data e => m (t e)) -> m d src/Data/Generics/Aliases.hs:389:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: ext2M :: (Monad m, Data d, Typeable t) => (forall e. Data e => e -> m e) -> (forall d1 d2. (Data d1, Data d2) => t d1 d2 -> m (t d1 d2)) -> d -> m d src/Data/Generics/Aliases.hs:405:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: ext2R :: (Monad m, Data d, Typeable t) => m d -> (forall d1 d2. (Data d1, Data d2) => m (t d1 d2)) -> m d src/Data/Generics/Builders.hs:33:3: warning: [-Wredundant-constraints] • Redundant constraint: Data a • In the type signature for: general :: Data a => a In an equation for ‘empty’: empty = general `extB` char `extB` int `extB` integer `extB` float `extB` double where general :: Data a => a general = fromConstrB empty (indexConstr (dataTypeOf general) 1) char = '\NUL' int = 0 :: Int .... Haddock coverage: 100% ( 2 / 2) in 'Data.Generics.Basics' 100% ( 2 / 2) in 'Generics.SYB.Basics' 100% ( 1 / 1) in 'Data.Generics.Instances' 100% ( 1 / 1) in 'Generics.SYB.Instances' 96% ( 43 / 45) in 'Data.Generics.Aliases' Missing documentation for: GenericQ' (src/Data/Generics/Aliases.hs:268) GenericM' (src/Data/Generics/Aliases.hs:269) 100% ( 19 / 19) in 'Data.Generics.Schemes' 100% ( 2 / 2) in 'Generics.SYB.Schemes' 100% ( 6 / 6) in 'Data.Generics.Text' 100% ( 2 / 2) in 'Generics.SYB.Text' 100% ( 17 / 17) in 'Data.Generics.Twins' 100% ( 2 / 2) in 'Generics.SYB.Twins' 100% ( 3 / 3) in 'Data.Generics.Builders' 100% ( 2 / 2) in 'Generics.SYB.Builders' 100% ( 2 / 2) in 'Generics.SYB.Aliases' 100% ( 8 / 8) in 'Data.Generics' 100% ( 2 / 2) in 'Generics.SYB' Documentation created: dist/doc/html/syb/index.html, dist/doc/html/syb/syb.txt Creating package registration file: /tmp/pkgConf-syb-09574265761401262337.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/syb-0.6-C65vWCsht6A8uLstpQIXyj Registering syb-0.6... cabal: Leaving directory '/tmp/cabal-tmp-30007/syb-0.6' Installed syb-0.6 cabal: Entering directory '/tmp/cabal-tmp-30007/tagged-0.8.4' Configuring tagged-0.8.4... Building tagged-0.8.4... Preprocessing library tagged-0.8.4... [1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o ) [2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o ) Running Haddock for tagged-0.8.4... Running hscolour for tagged-0.8.4... Preprocessing library tagged-0.8.4... Preprocessing library tagged-0.8.4... Haddock coverage: 67% ( 2 / 3) in 'Data.Proxy.TH' Missing documentation for: Module header 93% ( 14 / 15) in 'Data.Tagged' Missing documentation for: witness (src/Data/Tagged.hs:383) Warning: Data.Tagged: could not find link destinations for: unsafeIndex unsafeRangeSize Documentation created: dist/doc/html/tagged/index.html, dist/doc/html/tagged/tagged.txt Creating package registration file: /tmp/pkgConf-tagged-0.82138328364910450857.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/tagged-0.8.4-9gtrXrOYlY5BIFTjUM7KTh Registering tagged-0.8.4... cabal: Leaving directory '/tmp/cabal-tmp-30007/tagged-0.8.4' Installed tagged-0.8.4 cabal: Entering directory '/tmp/cabal-tmp-30007/text-1.2.2.1' Configuring text-1.2.2.1... Building text-1.2.2.1... Preprocessing library text-1.2.2.1... [ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o ) [ 2 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o ) [ 3 of 44] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o ) [ 4 of 44] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o ) [ 5 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o ) [ 6 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o ) [ 7 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o ) [ 8 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o ) [ 9 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o ) [10 of 44] Compiling Data.Text.Array ( Data/Text/Array.hs, dist/build/Data/Text/Array.o ) [11 of 44] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o ) [12 of 44] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o ) [13 of 44] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o ) [14 of 44] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o ) [15 of 44] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o ) [16 of 44] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o ) [17 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o ) [18 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o ) [19 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o ) [20 of 44] Compiling Data.Text.Show ( Data/Text/Show.hs, dist/build/Data/Text/Show.o ) [21 of 44] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o ) [22 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o ) [23 of 44] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o ) [24 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o ) [25 of 44] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o ) [26 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o ) [27 of 44] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o ) [28 of 44] Compiling Data.Text ( Data/Text.hs, dist/build/Data/Text.o ) Data/Text.hs:587:1: warning: [-Winline-rule-shadowing] Rule "TEXT compareN/length -> compareLength" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:592:1: warning: [-Winline-rule-shadowing] Rule "TEXT ==N/length -> compareLength/==EQ" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:597:1: warning: [-Winline-rule-shadowing] Rule "TEXT /=N/length -> compareLength//=EQ" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:602:1: warning: [-Winline-rule-shadowing] Rule "TEXT compareLength/==LT" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:607:1: warning: [-Winline-rule-shadowing] Rule "TEXT <=N/length -> compareLength//=GT" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:612:1: warning: [-Winline-rule-shadowing] Rule "TEXT >N/length -> compareLength/==GT" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:617:1: warning: [-Winline-rule-shadowing] Rule "TEXT >=N/length -> compareLength//=LT" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ [29 of 44] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o ) [30 of 44] Compiling Data.Text.IO ( Data/Text/IO.hs, dist/build/Data/Text/IO.o ) [31 of 44] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o ) [32 of 44] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o ) [33 of 44] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o ) [34 of 44] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o ) [35 of 44] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o ) [36 of 44] Compiling Data.Text.Lazy ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o ) [37 of 44] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o ) Data/Text/Internal/Builder.hs:324:1: warning: [-Winline-rule-shadowing] Rule "flush/flush" may never fire because ‘flush’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘flush’ [38 of 44] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o ) [39 of 44] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o ) [40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o ) [41 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o ) [42 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o ) [43 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o ) [44 of 44] Compiling Data.Text.Read ( Data/Text/Read.hs, dist/build/Data/Text/Read.o ) Running Haddock for text-1.2.2.1... Running hscolour for text-1.2.2.1... Preprocessing library text-1.2.2.1... Preprocessing library text-1.2.2.1... Haddock coverage: 14% ( 1 / 7) in 'Data.Text.Internal.Read' Missing documentation for: IReader (Data/Text/Internal/Read.hs:26) IParser (Data/Text/Internal/Read.hs:28) T (Data/Text/Internal/Read.hs:48) digitToInt (Data/Text/Internal/Read.hs:61) hexDigitToInt (Data/Text/Internal/Read.hs:55) perhaps (Data/Text/Internal/Read.hs:50) 50% ( 1 / 2) in 'Data.Text.Internal.Encoding.Utf32' Missing documentation for: validate (Data/Text/Internal/Encoding/Utf32.hs:24) 50% ( 1 / 2) in 'Data.Text.Internal.Builder.RealFloat.Functions' Missing documentation for: roundTo (Data/Text/Internal/Builder/RealFloat/Functions.hs:17) 0% ( 0 / 2) in 'Data.Text.Internal.Builder.Int.Digits' Missing documentation for: Module header digits (Data/Text/Internal/Builder/Int/Digits.hs:21) 100% ( 12 / 12) in 'Data.Text.Encoding.Error' 100% ( 2 / 2) in 'Data.Text.Internal.Unsafe.Shift' 25% ( 1 / 4) in 'Data.Text.Internal.Encoding.Utf16' Missing documentation for: chr2 (Data/Text/Internal/Encoding/Utf16.hs:29) validate1 (Data/Text/Internal/Encoding/Utf16.hs:38) validate2 (Data/Text/Internal/Encoding/Utf16.hs:42) 100% ( 2 / 2) in 'Data.Text.Internal.Functions' 100% ( 3 / 3) in 'Data.Text.Internal.Unsafe' 100% ( 16 / 16) in 'Data.Text.Array' 33% ( 2 / 6) in 'Data.Text.Internal.Unsafe.Char' Missing documentation for: ord (Data/Text/Internal/Unsafe/Char.hs:39) unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43) unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47) unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51) 95% ( 19 / 20) in 'Data.Text.Internal' Missing documentation for: textP (Data/Text/Internal.hs:97) 38% ( 5 / 13) in 'Data.Text.Internal.Fusion.Size' Missing documentation for: Size (Data/Text/Internal/Fusion/Size.hs:40) exactly (Data/Text/Internal/Fusion/Size.hs:44) exactSize (Data/Text/Internal/Fusion/Size.hs:49) maxSize (Data/Text/Internal/Fusion/Size.hs:57) betweenSize (Data/Text/Internal/Fusion/Size.hs:65) unknownSize (Data/Text/Internal/Fusion/Size.hs:74) compareSize (Data/Text/Internal/Fusion/Size.hs:143) isEmpty (Data/Text/Internal/Fusion/Size.hs:151) 88% ( 7 / 8) in 'Data.Text.Internal.Fusion.Types' Missing documentation for: Stream (Data/Text/Internal/Fusion/Types.hs:83) 0% ( 0 / 5) in 'Data.Text.Internal.Fusion.CaseMapping' Missing documentation for: Module header upperMapping (Data/Text/Internal/Fusion/CaseMapping.hs:13) lowerMapping (Data/Text/Internal/Fusion/CaseMapping.hs:220) titleMapping (Data/Text/Internal/Fusion/CaseMapping.hs:225) foldMapping (Data/Text/Internal/Fusion/CaseMapping.hs:324) 89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common' Missing documentation for: singleton (Data/Text/Internal/Fusion/Common.hs:119) streamList (Data/Text/Internal/Fusion/Common.hs:125) unstreamList (Data/Text/Internal/Fusion/Common.hs:131) intercalate (Data/Text/Internal/Fusion/Common.hs:577) justifyLeftI (Data/Text/Internal/Fusion/Common.hs:479) scanl (Data/Text/Internal/Fusion/Common.hs:656) replicateCharI (Data/Text/Internal/Fusion/Common.hs:671) replicateI (Data/Text/Internal/Fusion/Common.hs:682) 93% ( 13 / 14) in 'Data.Text.Unsafe' Missing documentation for: Iter (Data/Text/Unsafe.hs:62) 33% ( 1 / 3) in 'Data.Text.Internal.Private' Missing documentation for: runText (Data/Text/Internal/Private.hs:33) span_ (Data/Text/Internal/Private.hs:23) 91% ( 20 / 22) in 'Data.Text.Internal.Fusion' Missing documentation for: Stream (Data/Text/Internal/Fusion/Types.hs:83) length (Data/Text/Internal/Fusion.hs:127) 100% ( 4 / 4) in 'Data.Text.Show' 33% ( 2 / 6) in 'Data.Text.Internal.Encoding.Fusion.Common' Missing documentation for: restreamUtf16LE (Data/Text/Internal/Encoding/Fusion/Common.hs:63) restreamUtf16BE (Data/Text/Internal/Encoding/Fusion/Common.hs:39) restreamUtf32LE (Data/Text/Internal/Encoding/Fusion/Common.hs:106) restreamUtf32BE (Data/Text/Internal/Encoding/Fusion/Common.hs:87) 17% ( 2 / 12) in 'Data.Text.Internal.Encoding.Utf8' Missing documentation for: ord2 (Data/Text/Internal/Encoding/Utf8.hs:58) ord3 (Data/Text/Internal/Encoding/Utf8.hs:69) ord4 (Data/Text/Internal/Encoding/Utf8.hs:81) chr2 (Data/Text/Internal/Encoding/Utf8.hs:94) chr3 (Data/Text/Internal/Encoding/Utf8.hs:103) chr4 (Data/Text/Internal/Encoding/Utf8.hs:114) validate1 (Data/Text/Internal/Encoding/Utf8.hs:128) validate2 (Data/Text/Internal/Encoding/Utf8.hs:132) validate3 (Data/Text/Internal/Encoding/Utf8.hs:136) validate4 (Data/Text/Internal/Encoding/Utf8.hs:153) 91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion' Missing documentation for: streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57) 100% ( 33 / 33) in 'Data.Text.Encoding' 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion' 100% ( 2 / 2) in 'Data.Text.Internal.Search' 100% ( 18 / 18) in 'Data.Text.Foreign' 100% (127 /127) in 'Data.Text' 100% ( 3 / 3) in 'Data.Text.Internal.IO' 100% ( 20 / 20) in 'Data.Text.IO' 93% ( 14 / 15) in 'Data.Text.Internal.Lazy' Missing documentation for: Text (Data/Text/Internal/Lazy.hs:47) 100% ( 8 / 8) in 'Data.Text.Internal.Lazy.Fusion' 100% ( 2 / 2) in 'Data.Text.Internal.Lazy.Search' 100% ( 2 / 2) in 'Data.Text.Lazy.Internal' 89% ( 24 / 27) in 'Data.Text.Lazy.Encoding' Missing documentation for: encodeUtf8 (Data/Text/Lazy/Encoding.hs:148) encodeUtf8Builder (Data/Text/Lazy/Encoding.hs:162) encodeUtf8BuilderEscaped (Data/Text/Lazy/Encoding.hs:167) 99% (128 /129) in 'Data.Text.Lazy' Missing documentation for: Text (Data/Text/Internal/Lazy.hs:47) 94% ( 16 / 17) in 'Data.Text.Internal.Builder' Missing documentation for: append' (Data/Text/Internal/Builder.hs:301) 100% ( 12 / 12) in 'Data.Text.Lazy.Builder' 100% ( 3 / 3) in 'Data.Text.Internal.Builder.Functions' 0% ( 0 / 3) in 'Data.Text.Lazy.Builder.Int' Missing documentation for: Module header decimal (Data/Text/Lazy/Builder/Int.hs:52) hexadecimal (Data/Text/Lazy/Builder/Int.hs:162) 100% ( 19 / 19) in 'Data.Text.Lazy.IO' 100% ( 7 / 7) in 'Data.Text.Lazy.Read' 75% ( 3 / 4) in 'Data.Text.Lazy.Builder.RealFloat' Missing documentation for: formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46) 100% ( 7 / 7) in 'Data.Text.Read' Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for: findIndicesI Warning: Data.Text: could not find link destinations for: replicateChar countChar Warning: Data.Text.Internal.IO: could not find link destinations for: Handle__ Warning: Data.Text.Lazy: could not find link destinations for: replicateChar dropWords splitAtWord countChar Warning: Data.Text.Internal.Builder: could not find link destinations for: empty append Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for: floatToDigits Documentation created: dist/doc/html/text/index.html, dist/doc/html/text/text.txt Creating package registration file: /tmp/pkgConf-text-1.2.25604136401171142496.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/text-1.2.2.1-9Yh8rJoh8fO2JMLWffT3Qs Registering text-1.2.2.1... cabal: Leaving directory '/tmp/cabal-tmp-30007/text-1.2.2.1' Installed text-1.2.2.1 cabal: Entering directory '/tmp/cabal-tmp-30007/transformers-compat-0.5.1.4' Configuring transformers-compat-0.5.1.4... Building transformers-compat-0.5.1.4... Preprocessing library transformers-compat-0.5.1.4... [1 of 2] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o ) [2 of 2] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o ) Running Haddock for transformers-compat-0.5.1.4... Running hscolour for transformers-compat-0.5.1.4... Preprocessing library transformers-compat-0.5.1.4... Preprocessing library transformers-compat-0.5.1.4... Haddock coverage: 0% ( 0 / 8) in 'Paths_transformers_compat' Missing documentation for: Module header version (dist/build/autogen/Paths_transformers_compat.hs:28) getBinDir (dist/build/autogen/Paths_transformers_compat.hs:38) getLibDir (dist/build/autogen/Paths_transformers_compat.hs:38) getDataDir (dist/build/autogen/Paths_transformers_compat.hs:38) getLibexecDir (dist/build/autogen/Paths_transformers_compat.hs:38) getDataFileName (dist/build/autogen/Paths_transformers_compat.hs:45) getSysconfDir (dist/build/autogen/Paths_transformers_compat.hs:38) 100% ( 1 / 1) in 'Control.Monad.Trans.Instances' 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.5.1212528560474960250.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/transformers-compat-0.5.1.4-G5tKvPrwhggJRvSwXNMs1N Registering transformers-compat-0.5.1.4... cabal: Leaving directory '/tmp/cabal-tmp-30007/transformers-compat-0.5.1.4' Installed transformers-compat-0.5.1.4 cabal: Entering directory '/tmp/cabal-tmp-30007/zlib-0.6.1.1' Configuring zlib-0.6.1.1... Building zlib-0.6.1.1... Preprocessing library zlib-0.6.1.1... [1 of 5] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, dist/build/Codec/Compression/Zlib/Stream.o ) [2 of 5] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, dist/build/Codec/Compression/Zlib/Internal.o ) [3 of 5] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, dist/build/Codec/Compression/Zlib/Raw.o ) [4 of 5] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, dist/build/Codec/Compression/Zlib.o ) [5 of 5] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, dist/build/Codec/Compression/GZip.o ) Running Haddock for zlib-0.6.1.1... Running hscolour for zlib-0.6.1.1... Preprocessing library zlib-0.6.1.1... Preprocessing library zlib-0.6.1.1... Haddock coverage: 62% ( 40 / 64) in 'Codec.Compression.Zlib.Stream' Missing documentation for: Stream (Codec/Compression/Zlib/Stream.hsc:351) State (Codec/Compression/Zlib/Stream.hsc:399) mkState (Codec/Compression/Zlib/Stream.hsc:405) runStream (Codec/Compression/Zlib/Stream.hsc:419) unsafeLiftIO (Codec/Compression/Zlib/Stream.hsc:428) deflateInit (Codec/Compression/Zlib/Stream.hsc:936) inflateInit (Codec/Compression/Zlib/Stream.hsc:928) formatSupportsDictionary (Codec/Compression/Zlib/Stream.hsc:624) deflate (Codec/Compression/Zlib/Stream.hsc:250) inflate (Codec/Compression/Zlib/Stream.hsc:270) Status (Codec/Compression/Zlib/Stream.hsc:518) Flush (Codec/Compression/Zlib/Stream.hsc:564) ErrorCode (Codec/Compression/Zlib/Stream.hsc:523) inflateReset (Codec/Compression/Zlib/Stream.hsc:290) pushInputBuffer (Codec/Compression/Zlib/Stream.hsc:147) inputBufferEmpty (Codec/Compression/Zlib/Stream.hsc:169) popRemainingInputBuffer (Codec/Compression/Zlib/Stream.hsc:173) pushOutputBuffer (Codec/Compression/Zlib/Stream.hsc:187) popOutputBuffer (Codec/Compression/Zlib/Stream.hsc:213) outputBufferBytesAvailable (Codec/Compression/Zlib/Stream.hsc:230) outputBufferSpaceRemaining (Codec/Compression/Zlib/Stream.hsc:236) outputBufferFull (Codec/Compression/Zlib/Stream.hsc:242) deflateSetDictionary (Codec/Compression/Zlib/Stream.hsc:306) inflateSetDictionary (Codec/Compression/Zlib/Stream.hsc:313) 100% ( 51 / 51) in 'Codec.Compression.Zlib.Internal' 88% ( 28 / 32) in 'Codec.Compression.Zlib.Raw' Missing documentation for: compress (Codec/Compression/Zlib/Raw.hs:64) decompress (Codec/Compression/Zlib/Raw.hs:58) compressWith (Codec/Compression/Zlib/Raw.hs:67) decompressWith (Codec/Compression/Zlib/Raw.hs:61) 100% ( 33 / 33) in 'Codec.Compression.Zlib' 100% ( 33 / 33) in 'Codec.Compression.GZip' Documentation created: dist/doc/html/zlib/index.html, dist/doc/html/zlib/zlib.txt Creating package registration file: /tmp/pkgConf-zlib-0.6.119262311091616757669.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/zlib-0.6.1.1-4cYT5jyS3jw6zZyCUZMz3T Registering zlib-0.6.1.1... cabal: Leaving directory '/tmp/cabal-tmp-30007/zlib-0.6.1.1' Installed zlib-0.6.1.1 cabal: Entering directory '/tmp/cabal-tmp-30007/vector-space-0.10.3' Configuring vector-space-0.10.3... Building vector-space-0.10.3... Preprocessing library vector-space-0.10.3... [1 of 8] Compiling Data.AdditiveGroup ( src/Data/AdditiveGroup.hs, dist/build/Data/AdditiveGroup.o ) [2 of 8] Compiling Data.VectorSpace ( src/Data/VectorSpace.hs, dist/build/Data/VectorSpace.o ) [3 of 8] Compiling Data.Basis ( src/Data/Basis.hs, dist/build/Data/Basis.o ) [4 of 8] Compiling Data.AffineSpace ( src/Data/AffineSpace.hs, dist/build/Data/AffineSpace.o ) [5 of 8] Compiling Data.LinearMap ( src/Data/LinearMap.hs, dist/build/Data/LinearMap.o ) src/Data/LinearMap.hs:140:1: warning: [-Wredundant-constraints] • Redundant constraint: HasBasis u • In the type signature for: (*.*) :: (HasBasis u, HasTrie (Basis u), HasBasis v, HasTrie (Basis v), VectorSpace w, Scalar v ~ Scalar w) => v :-* w -> u :-* v -> u :-* w src/Data/LinearMap.hs:185:1: warning: [-Wredundant-constraints] • Redundant constraint: AdditiveGroup a • In the type signature for: liftMS :: AdditiveGroup a => (a -> b) -> MSum a -> MSum b [6 of 8] Compiling Data.Maclaurin ( src/Data/Maclaurin.hs, dist/build/Data/Maclaurin.o ) src/Data/Maclaurin.hs:114:1: warning: [-Wredundant-constraints] • Redundant constraints: (s ~ Scalar u, VectorSpace (u :> u), VectorSpace s) • In the type signature for: idD :: (VectorSpace u, s ~ Scalar u, VectorSpace (u :> u), VectorSpace s, HasBasis u, HasTrie (Basis u)) => u :~> u src/Data/Maclaurin.hs:193:10: warning: [-Wredundant-constraints] • Redundant constraint: Eq b • In the instance declaration for ‘Eq (a :> b)’ src/Data/Maclaurin.hs:201:10: warning: [-Wredundant-constraints] • Redundant constraints: (AdditiveGroup v, HasBasis u, HasTrie (Basis u)) • In the instance declaration for ‘OrdB (u :> v)’ src/Data/Maclaurin.hs:301:1: warning: [-Wredundant-constraints] • Redundant constraint: Scalar b ~ Scalar c • In the type signature for: pairD :: (HasBasis a, HasTrie (Basis a), VectorSpace b, VectorSpace c, Scalar b ~ Scalar c) => (a :> b, a :> c) -> a :> (b, c) src/Data/Maclaurin.hs:308:1: warning: [-Wredundant-constraints] • Redundant constraints: (VectorSpace a, Scalar b ~ Scalar c) • In the type signature for: unpairD :: (HasBasis a, HasTrie (Basis a), VectorSpace a, VectorSpace b, VectorSpace c, Scalar b ~ Scalar c) => a :> (b, c) -> (a :> b, a :> c) src/Data/Maclaurin.hs:315:1: warning: [-Wredundant-constraints] • Redundant constraints: (Scalar b ~ Scalar c, Scalar c ~ Scalar d) • In the type signature for: tripleD :: (HasBasis a, HasTrie (Basis a), VectorSpace b, VectorSpace c, VectorSpace d, Scalar b ~ Scalar c, Scalar c ~ Scalar d) => (a :> b, a :> c, a :> d) -> a :> (b, c, d) src/Data/Maclaurin.hs:321:1: warning: [-Wredundant-constraints] • Redundant constraints: (VectorSpace a, Scalar b ~ Scalar c, Scalar c ~ Scalar d) • In the type signature for: untripleD :: (HasBasis a, HasTrie (Basis a), VectorSpace a, VectorSpace b, VectorSpace c, VectorSpace d, Scalar b ~ Scalar c, Scalar c ~ Scalar d) => a :> (b, c, d) -> (a :> b, a :> c, a :> d) [7 of 8] Compiling Data.Derivative ( src/Data/Derivative.hs, dist/build/Data/Derivative.o ) [8 of 8] Compiling Data.Cross ( src/Data/Cross.hs, dist/build/Data/Cross.o ) src/Data/Cross.hs:76:10: warning: [-Wredundant-constraints] • Redundant constraint: Num s • In the instance declaration for ‘HasNormal (Two (One s :> s))’ src/Data/Cross.hs:104:10: warning: [-Wredundant-constraints] • Redundant constraint: Num s • In the instance declaration for ‘HasNormal (Three (Two s :> s))’ Running Haddock for vector-space-0.10.3... Running hscolour for vector-space-0.10.3... Preprocessing library vector-space-0.10.3... Preprocessing library vector-space-0.10.3... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: MemoTrie-0.6.4 src/Data/LinearMap.hs:140:1: warning: [-Wredundant-constraints] • Redundant constraint: HasBasis u • In the type signature for: (*.*) :: (HasBasis u, HasTrie (Basis u), HasBasis v, HasTrie (Basis v), VectorSpace w, Scalar v ~ Scalar w) => v :-* w -> u :-* v -> u :-* w src/Data/LinearMap.hs:185:1: warning: [-Wredundant-constraints] • Redundant constraint: AdditiveGroup a • In the type signature for: liftMS :: AdditiveGroup a => (a -> b) -> MSum a -> MSum b src/Data/Maclaurin.hs:114:1: warning: [-Wredundant-constraints] • Redundant constraints: (s ~ Scalar u, VectorSpace (u :> u), VectorSpace s) • In the type signature for: idD :: (VectorSpace u, s ~ Scalar u, VectorSpace (u :> u), VectorSpace s, HasBasis u, HasTrie (Basis u)) => u :~> u src/Data/Maclaurin.hs:193:10: warning: [-Wredundant-constraints] • Redundant constraint: Eq b • In the instance declaration for ‘Eq (a :> b)’ src/Data/Maclaurin.hs:201:10: warning: [-Wredundant-constraints] • Redundant constraints: (AdditiveGroup v, HasBasis u, HasTrie (Basis u)) • In the instance declaration for ‘OrdB (u :> v)’ src/Data/Maclaurin.hs:301:1: warning: [-Wredundant-constraints] • Redundant constraint: Scalar b ~ Scalar c • In the type signature for: pairD :: (HasBasis a, HasTrie (Basis a), VectorSpace b, VectorSpace c, Scalar b ~ Scalar c) => (a :> b, a :> c) -> a :> (b, c) src/Data/Maclaurin.hs:308:1: warning: [-Wredundant-constraints] • Redundant constraints: (VectorSpace a, Scalar b ~ Scalar c) • In the type signature for: unpairD :: (HasBasis a, HasTrie (Basis a), VectorSpace a, VectorSpace b, VectorSpace c, Scalar b ~ Scalar c) => a :> (b, c) -> (a :> b, a :> c) src/Data/Maclaurin.hs:315:1: warning: [-Wredundant-constraints] • Redundant constraints: (Scalar b ~ Scalar c, Scalar c ~ Scalar d) • In the type signature for: tripleD :: (HasBasis a, HasTrie (Basis a), VectorSpace b, VectorSpace c, VectorSpace d, Scalar b ~ Scalar c, Scalar c ~ Scalar d) => (a :> b, a :> c, a :> d) -> a :> (b, c, d) src/Data/Maclaurin.hs:321:1: warning: [-Wredundant-constraints] • Redundant constraints: (VectorSpace a, Scalar b ~ Scalar c, Scalar c ~ Scalar d) • In the type signature for: untripleD :: (HasBasis a, HasTrie (Basis a), VectorSpace a, VectorSpace b, VectorSpace c, VectorSpace d, Scalar b ~ Scalar c, Scalar c ~ Scalar d) => a :> (b, c, d) -> (a :> b, a :> c, a :> d) src/Data/Cross.hs:76:10: warning: [-Wredundant-constraints] • Redundant constraint: Num s • In the instance declaration for ‘HasNormal (Two (One s :> s))’ src/Data/Cross.hs:104:10: warning: [-Wredundant-constraints] • Redundant constraint: Num s • In the instance declaration for ‘HasNormal (Three (Two s :> s))’ Haddock coverage: 100% ( 6 / 6) in 'Data.AdditiveGroup' 100% ( 12 / 12) in 'Data.VectorSpace' 50% ( 2 / 4) in 'Data.Basis' Missing documentation for: HasBasis (src/Data/Basis.hs:30) recompose (src/Data/Basis.hs:44) 86% ( 6 / 7) in 'Data.AffineSpace' Missing documentation for: AffineSpace (src/Data/AffineSpace.hs:40) 59% ( 10 / 17) in 'Data.LinearMap' Missing documentation for: inLMap (src/Data/LinearMap.hs:104) inLMap2 (src/Data/LinearMap.hs:107) inLMap3 (src/Data/LinearMap.hs:111) liftMS (src/Data/LinearMap.hs:185) liftMS2 (src/Data/LinearMap.hs:193) liftMS3 (src/Data/LinearMap.hs:199) firstL (src/Data/LinearMap.hs:64) Warning: Data.Maclaurin: powVal is exported separately but will be documented under D. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Maclaurin: derivative is exported separately but will be documented under D. Consider exporting it together with its parent(s) for code clarity. 80% ( 16 / 20) in 'Data.Maclaurin' Missing documentation for: pairD (src/Data/Maclaurin.hs:301) unpairD (src/Data/Maclaurin.hs:308) tripleD (src/Data/Maclaurin.hs:315) untripleD (src/Data/Maclaurin.hs:321) 100% ( 2 / 2) in 'Data.Derivative' 100% ( 8 / 8) in 'Data.Cross' Warning: Data.AdditiveGroup: could not find link destinations for: :->: HasTrie Warning: Data.VectorSpace: could not find link destinations for: ~ :->: HasTrie Warning: Data.Basis: could not find link destinations for: ~ Warning: Data.AffineSpace: could not find link destinations for: ~ Warning: Data.LinearMap: could not find link destinations for: HasTrie ~ LMap' MSum Warning: Data.Maclaurin: could not find link destinations for: HasTrie ~ Warning: Data.Cross: could not find link destinations for: HasTrie ~ Documentation created: dist/doc/html/vector-space/index.html, dist/doc/html/vector-space/vector-space.txt Creating package registration file: /tmp/pkgConf-vector-space-0.1012429075711149677717.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/vector-space-0.10.3-KPlG9C0OG6hFMAX2h2Sdyl Registering vector-space-0.10.3... cabal: Leaving directory '/tmp/cabal-tmp-30007/vector-space-0.10.3' Installed vector-space-0.10.3 cabal: Entering directory '/tmp/cabal-tmp-30007/old-time-1.1.0.3' Configuring old-time-1.1.0.3... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for ftime... yes checking for gmtime_r... yes checking for localtime_r... yes checking for gettimeofday... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/time.h... (cached) yes checking whether altzone is declared... no configure: creating ./config.status config.status: creating include/HsTimeConfig.h configure: WARNING: unrecognized options: --with-compiler Building old-time-1.1.0.3... Preprocessing library old-time-1.1.0.3... [1 of 1] Compiling System.Time ( dist/build/System/Time.hs, dist/build/System/Time.o ) Running Haddock for old-time-1.1.0.3... Running hscolour for old-time-1.1.0.3... Preprocessing library old-time-1.1.0.3... Preprocessing library old-time-1.1.0.3... Haddock coverage: 95% ( 20 / 21) in 'System.Time' Missing documentation for: getClockTime (System/Time.hsc:232) Warning: System.Time: could not find link destinations for: unsafeIndex unsafeRangeSize Documentation created: dist/doc/html/old-time/index.html, dist/doc/html/old-time/old-time.txt Creating package registration file: /tmp/pkgConf-old-time-1.1.04159222561730441138.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/old-time-1.1.0.3-IcvdkJUsE9M8t3io8peAEp Registering old-time-1.1.0.3... cabal: Leaving directory '/tmp/cabal-tmp-30007/old-time-1.1.0.3' Installed old-time-1.1.0.3 cabal: Entering directory '/tmp/cabal-tmp-30007/vector-0.11.0.0' Configuring vector-0.11.0.0... Building vector-0.11.0.0... Preprocessing library vector-0.11.0.0... [ 1 of 21] Compiling Data.Vector.Storable.Internal ( Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o ) Data/Vector/Storable/Internal.hs:17:1: warning: [-Wunused-imports] The import of ‘Foreign.ForeignPtr’ is redundant except perhaps to import instances from ‘Foreign.ForeignPtr’ To import instances alone, use: import Foreign.ForeignPtr() Data/Vector/Storable/Internal.hs:18:1: warning: [-Wunused-imports] The import of ‘Foreign.Ptr’ is redundant except perhaps to import instances from ‘Foreign.Ptr’ To import instances alone, use: import Foreign.Ptr() [ 2 of 21] Compiling Data.Vector.Generic.Mutable.Base ( Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o ) [ 3 of 21] Compiling Data.Vector.Generic.Base ( Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o ) [ 4 of 21] Compiling Data.Vector.Fusion.Util ( Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o ) [ 5 of 21] Compiling Data.Vector.Fusion.Bundle.Size ( Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o ) [ 6 of 21] Compiling Data.Vector.Internal.Check ( Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o ) [ 7 of 21] Compiling Data.Vector.Fusion.Stream.Monadic ( Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o ) Data/Vector/Fusion/Stream/Monadic.hs:431:1: warning: [-Wredundant-constraints] • Redundant constraints: (Monad m, Monad m') • In the type signature for: trans :: (Monad m, Monad m') => (forall z. m z -> m' z) -> Stream m a -> Stream m' a Data/Vector/Fusion/Stream/Monadic.hs:1449:1: warning: [-Wredundant-constraints] • Redundant constraint: Ord a • In the type signature for: enumFromTo_double :: (Monad m, Ord a, RealFrac a) => a -> a -> Stream m a [ 8 of 21] Compiling Data.Vector.Fusion.Bundle.Monadic ( Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o ) Data/Vector/Fusion/Bundle/Monadic.hs:945:1: warning: [-Wredundant-constraints] • Redundant constraint: Ord a • In the type signature for: enumFromTo_double :: (Monad m, Ord a, RealFrac a) => a -> a -> Bundle m v a [ 9 of 21] Compiling Data.Vector.Fusion.Bundle ( Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o ) Data/Vector/Fusion/Bundle.hs:114:1: warning: [-Wtabs] Tab character found here. Please use spaces instead. [10 of 21] Compiling Data.Vector.Generic.Mutable ( Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o ) [11 of 21] Compiling Data.Vector.Generic.New ( Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o ) [12 of 21] Compiling Data.Vector.Generic ( Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o ) Data/Vector/Generic.hs:2080:1: warning: [-Wredundant-constraints] • Redundant constraint: Vector v a • In the type signature for: dataCast :: (Vector v a, Data a, Typeable v, Typeable t) => (forall d. Data d => c (t d)) -> Maybe (c (v a)) [13 of 21] Compiling Data.Vector.Primitive.Mutable ( Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o ) [14 of 21] Compiling Data.Vector.Primitive ( Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o ) [15 of 21] Compiling Data.Vector.Storable.Mutable ( Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o ) Data/Vector/Storable/Mutable.hs:72:1: warning: [-Wunused-imports] The import of ‘Foreign.Ptr’ is redundant except perhaps to import instances from ‘Foreign.Ptr’ To import instances alone, use: import Foreign.Ptr() Data/Vector/Storable/Mutable.hs:491:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeFromForeignPtr0 :: Storable a => ForeignPtr a -> Int -> MVector s a Data/Vector/Storable/Mutable.hs:501:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr :: Storable a => MVector s a -> (ForeignPtr a, Int, Int) Data/Vector/Storable/Mutable.hs:511:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr0 :: Storable a => MVector s a -> (ForeignPtr a, Int) Data/Vector/Storable/Mutable.hs:518:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeWith :: Storable a => IOVector a -> (Ptr a -> IO b) -> IO b [16 of 21] Compiling Data.Vector.Storable ( Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o ) Data/Vector/Storable.hs:1408:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeFromForeignPtr0 :: Storable a => ForeignPtr a -> Int -> Vector a Data/Vector/Storable.hs:1417:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr :: Storable a => Vector a -> (ForeignPtr a, Int, Int) Data/Vector/Storable.hs:1426:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr0 :: Storable a => Vector a -> (ForeignPtr a, Int) Data/Vector/Storable.hs:1432:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeWith :: Storable a => Vector a -> (Ptr a -> IO b) -> IO b [17 of 21] Compiling Data.Vector.Unboxed.Base ( Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o ) Data/Vector/Unboxed/Base.hs:362:10: warning: [-Wredundant-constraints] • Redundant constraint: RealFloat a • In the instance declaration for ‘M.MVector MVector (Complex a)’ [18 of 21] Compiling Data.Vector.Unboxed ( Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o ) internal/unbox-tuple-instances:133:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b) • In the type signature for: unzip :: (Unbox a, Unbox b) => Vector (a, b) -> (Vector a, Vector b) internal/unbox-tuple-instances:307:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c) • In the type signature for: unzip3 :: (Unbox a, Unbox b, Unbox c) => Vector (a, b, c) -> (Vector a, Vector b, Vector c) internal/unbox-tuple-instances:526:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d) • In the type signature for: unzip4 :: (Unbox a, Unbox b, Unbox c, Unbox d) => Vector (a, b, c, d) -> (Vector a, Vector b, Vector c, Vector d) internal/unbox-tuple-instances:803:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) • In the type signature for: unzip5 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) => Vector (a, b, c, d, e) -> (Vector a, Vector b, Vector c, Vector d, Vector e) internal/unbox-tuple-instances:1121:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) • In the type signature for: unzip6 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) => Vector (a, b, c, d, e, f) -> (Vector a, Vector b, Vector c, Vector d, Vector e, Vector f) [19 of 21] Compiling Data.Vector.Unboxed.Mutable ( Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o ) internal/unbox-tuple-instances:117:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b) • In the type signature for: unzip :: (Unbox a, Unbox b) => MVector s (a, b) -> (MVector s a, MVector s b) internal/unbox-tuple-instances:282:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c) • In the type signature for: unzip3 :: (Unbox a, Unbox b, Unbox c) => MVector s (a, b, c) -> (MVector s a, MVector s b, MVector s c) internal/unbox-tuple-instances:493:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d) • In the type signature for: unzip4 :: (Unbox a, Unbox b, Unbox c, Unbox d) => MVector s (a, b, c, d) -> (MVector s a, MVector s b, MVector s c, MVector s d) internal/unbox-tuple-instances:756:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) • In the type signature for: unzip5 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) => MVector s (a, b, c, d, e) -> (MVector s a, MVector s b, MVector s c, MVector s d, MVector s e) internal/unbox-tuple-instances:1066:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) • In the type signature for: unzip6 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) => MVector s (a, b, c, d, e, f) -> (MVector s a, MVector s b, MVector s c, MVector s d, MVector s e, MVector s f) [20 of 21] Compiling Data.Vector.Mutable ( Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o ) [21 of 21] Compiling Data.Vector ( Data/Vector.hs, dist/build/Data/Vector.o ) Running Haddock for vector-0.11.0.0... Running hscolour for vector-0.11.0.0... Preprocessing library vector-0.11.0.0... Preprocessing library vector-0.11.0.0... Data/Vector/Storable/Internal.hs:17:1: warning: [-Wunused-imports] The import of ‘Foreign.ForeignPtr’ is redundant except perhaps to import instances from ‘Foreign.ForeignPtr’ To import instances alone, use: import Foreign.ForeignPtr() Data/Vector/Storable/Internal.hs:18:1: warning: [-Wunused-imports] The import of ‘Foreign.Ptr’ is redundant except perhaps to import instances from ‘Foreign.Ptr’ To import instances alone, use: import Foreign.Ptr() Data/Vector/Fusion/Stream/Monadic.hs:431:1: warning: [-Wredundant-constraints] • Redundant constraints: (Monad m, Monad m') • In the type signature for: trans :: (Monad m, Monad m') => (forall z. m z -> m' z) -> Stream m a -> Stream m' a Data/Vector/Fusion/Stream/Monadic.hs:1449:1: warning: [-Wredundant-constraints] • Redundant constraint: Ord a • In the type signature for: enumFromTo_double :: (Monad m, Ord a, RealFrac a) => a -> a -> Stream m a Data/Vector/Fusion/Bundle/Monadic.hs:945:1: warning: [-Wredundant-constraints] • Redundant constraint: Ord a • In the type signature for: enumFromTo_double :: (Monad m, Ord a, RealFrac a) => a -> a -> Bundle m v a Data/Vector/Fusion/Bundle.hs:114:1: warning: [-Wtabs] Tab character found here. Please use spaces instead. Data/Vector/Generic.hs:2080:1: warning: [-Wredundant-constraints] • Redundant constraint: Vector v a • In the type signature for: dataCast :: (Vector v a, Data a, Typeable v, Typeable t) => (forall d. Data d => c (t d)) -> Maybe (c (v a)) Haddock coverage: 25% ( 1 / 4) in 'Data.Vector.Storable.Internal' Missing documentation for: getPtr (Data/Vector/Storable/Internal.hs:22) setPtr (Data/Vector/Storable/Internal.hs:26) updPtr (Data/Vector/Storable/Internal.hs:30) 100% ( 2 / 2) in 'Data.Vector.Generic.Mutable.Base' 100% ( 3 / 3) in 'Data.Vector.Generic.Base' 100% ( 5 / 5) in 'Data.Vector.Fusion.Util' 100% ( 8 / 8) in 'Data.Vector.Fusion.Bundle.Size' 11% ( 1 / 9) in 'Data.Vector.Internal.Check' Missing documentation for: Checks (Data/Vector/Internal/Check.hs:51) doChecks (Data/Vector/Internal/Check.hs:75) error (Data/Vector/Internal/Check.hs:84) internalError (Data/Vector/Internal/Check.hs:89) check (Data/Vector/Internal/Check.hs:105) checkIndex (Data/Vector/Internal/Check.hs:119) checkLength (Data/Vector/Internal/Check.hs:133) checkSlice (Data/Vector/Internal/Check.hs:147) 82% (103 /125) in 'Data.Vector.Fusion.Stream.Monadic' Missing documentation for: generate (Data/Vector/Fusion/Stream/Monadic.hs:184) unbox (Data/Vector/Fusion/Stream/Monadic.hs:436) concatMap (Data/Vector/Fusion/Stream/Monadic.hs:996) zipWithM_ (Data/Vector/Fusion/Stream/Monadic.hs:512) zipWith3M (Data/Vector/Fusion/Stream/Monadic.hs:516) zipWith4M (Data/Vector/Fusion/Stream/Monadic.hs:544) zipWith5M (Data/Vector/Fusion/Stream/Monadic.hs:551) zipWith6M (Data/Vector/Fusion/Stream/Monadic.hs:558) zipWith (Data/Vector/Fusion/Stream/Monadic.hs:566) zipWith3 (Data/Vector/Fusion/Stream/Monadic.hs:570) zipWith4 (Data/Vector/Fusion/Stream/Monadic.hs:575) zipWith5 (Data/Vector/Fusion/Stream/Monadic.hs:581) zipWith6 (Data/Vector/Fusion/Stream/Monadic.hs:587) zip (Data/Vector/Fusion/Stream/Monadic.hs:593) zip3 (Data/Vector/Fusion/Stream/Monadic.hs:597) zip4 (Data/Vector/Fusion/Stream/Monadic.hs:601) zip5 (Data/Vector/Fusion/Stream/Monadic.hs:606) zip6 (Data/Vector/Fusion/Stream/Monadic.hs:611) and (Data/Vector/Fusion/Stream/Monadic.hs:970) or (Data/Vector/Fusion/Stream/Monadic.hs:983) concatMapM (Data/Vector/Fusion/Stream/Monadic.hs:1000) unfoldrN (Data/Vector/Fusion/Stream/Monadic.hs:1062) 79% (106 /135) in 'Data.Vector.Fusion.Bundle.Monadic' Missing documentation for: Chunk (Data/Vector/Fusion/Bundle/Monadic.hs:110) generate (Data/Vector/Fusion/Bundle/Monadic.hs:190) unbox (Data/Vector/Fusion/Bundle/Monadic.hs:301) concatMap (Data/Vector/Fusion/Bundle/Monadic.hs:595) zipWithM_ (Data/Vector/Fusion/Bundle/Monadic.hs:332) zipWith3M (Data/Vector/Fusion/Bundle/Monadic.hs:336) zipWith4M (Data/Vector/Fusion/Bundle/Monadic.hs:343) zipWith5M (Data/Vector/Fusion/Bundle/Monadic.hs:350) zipWith6M (Data/Vector/Fusion/Bundle/Monadic.hs:357) zipWith (Data/Vector/Fusion/Bundle/Monadic.hs:365) zipWith3 (Data/Vector/Fusion/Bundle/Monadic.hs:369) zipWith4 (Data/Vector/Fusion/Bundle/Monadic.hs:374) zipWith5 (Data/Vector/Fusion/Bundle/Monadic.hs:380) zipWith6 (Data/Vector/Fusion/Bundle/Monadic.hs:386) zip (Data/Vector/Fusion/Bundle/Monadic.hs:392) zip3 (Data/Vector/Fusion/Bundle/Monadic.hs:396) zip4 (Data/Vector/Fusion/Bundle/Monadic.hs:400) zip5 (Data/Vector/Fusion/Bundle/Monadic.hs:405) zip6 (Data/Vector/Fusion/Bundle/Monadic.hs:410) and (Data/Vector/Fusion/Bundle/Monadic.hs:587) or (Data/Vector/Fusion/Bundle/Monadic.hs:591) concatMapM (Data/Vector/Fusion/Bundle/Monadic.hs:599) fromVector (Data/Vector/Fusion/Bundle/Monadic.hs:1009) reVector (Data/Vector/Fusion/Bundle/Monadic.hs:1085) fromVectors (Data/Vector/Fusion/Bundle/Monadic.hs:1028) concatVectors (Data/Vector/Fusion/Bundle/Monadic.hs:1054) fromStream (Data/Vector/Fusion/Bundle/Monadic.hs:119) chunks (Data/Vector/Fusion/Bundle/Monadic.hs:126) elements (Data/Vector/Fusion/Bundle/Monadic.hs:130) 81% ( 88 /109) in 'Data.Vector.Fusion.Bundle' Missing documentation for: Chunk (Data/Vector/Fusion/Bundle/Monadic.hs:110) inplace (Data/Vector/Fusion/Bundle.hs:113) concatMap (Data/Vector/Fusion/Bundle.hs:265) unbox (Data/Vector/Fusion/Bundle.hs:261) zipWith4 (Data/Vector/Fusion/Bundle.hs:293) zipWith5 (Data/Vector/Fusion/Bundle.hs:299) zipWith6 (Data/Vector/Fusion/Bundle.hs:305) zip (Data/Vector/Fusion/Bundle.hs:311) zip3 (Data/Vector/Fusion/Bundle.hs:315) zip4 (Data/Vector/Fusion/Bundle.hs:319) zip5 (Data/Vector/Fusion/Bundle.hs:324) zip6 (Data/Vector/Fusion/Bundle.hs:329) and (Data/Vector/Fusion/Bundle.hs:415) or (Data/Vector/Fusion/Bundle.hs:419) unsafeFromList (Data/Vector/Fusion/Bundle.hs:609) fromVector (Data/Vector/Fusion/Bundle.hs:613) reVector (Data/Vector/Fusion/Bundle.hs:617) fromVectors (Data/Vector/Fusion/Bundle.hs:621) concatVectors (Data/Vector/Fusion/Bundle.hs:625) zipWithM (Data/Vector/Fusion/Bundle.hs:520) zipWithM_ (Data/Vector/Fusion/Bundle.hs:524) 66% ( 48 / 73) in 'Data.Vector.Generic.Mutable' Missing documentation for: init (Data/Vector/Generic/Mutable.hs:536) tail (Data/Vector/Generic/Mutable.hs:540) take (Data/Vector/Generic/Mutable.hs:515) drop (Data/Vector/Generic/Mutable.hs:519) splitAt (Data/Vector/Generic/Mutable.hs:527) unsafeInit (Data/Vector/Generic/Mutable.hs:554) unsafeTail (Data/Vector/Generic/Mutable.hs:558) unsafeTake (Data/Vector/Generic/Mutable.hs:562) unsafeDrop (Data/Vector/Generic/Mutable.hs:566) growFront (Data/Vector/Generic/Mutable.hs:626) unsafeGrowFront (Data/Vector/Generic/Mutable.hs:665) mstream (Data/Vector/Generic/Mutable.hs:244) mstreamR (Data/Vector/Generic/Mutable.hs:274) transform (Data/Vector/Generic/Mutable.hs:268) transformR (Data/Vector/Generic/Mutable.hs:303) fill (Data/Vector/Generic/Mutable.hs:255) fillR (Data/Vector/Generic/Mutable.hs:287) unsafeAccum (Data/Vector/Generic/Mutable.hs:848) accum (Data/Vector/Generic/Mutable.hs:824) unsafeUpdate (Data/Vector/Generic/Mutable.hs:861) update (Data/Vector/Generic/Mutable.hs:837) reverse (Data/Vector/Generic/Mutable.hs:872) unstablePartition (Data/Vector/Generic/Mutable.hs:881) unstablePartitionBundle (Data/Vector/Generic/Mutable.hs:910) partitionBundle (Data/Vector/Generic/Mutable.hs:938) 5% ( 1 / 20) in 'Data.Vector.Generic.New' Missing documentation for: New (Data/Vector/Generic/New.hs:40) create (Data/Vector/Generic/New.hs:42) run (Data/Vector/Generic/New.hs:46) runPrim (Data/Vector/Generic/New.hs:50) apply (Data/Vector/Generic/New.hs:54) modify (Data/Vector/Generic/New.hs:58) modifyWithBundle (Data/Vector/Generic/New.hs:62) unstream (Data/Vector/Generic/New.hs:67) transform (Data/Vector/Generic/New.hs:71) unstreamR (Data/Vector/Generic/New.hs:93) transformR (Data/Vector/Generic/New.hs:97) slice (Data/Vector/Generic/New.hs:119) init (Data/Vector/Generic/New.hs:123) tail (Data/Vector/Generic/New.hs:127) take (Data/Vector/Generic/New.hs:131) drop (Data/Vector/Generic/New.hs:135) unsafeSlice (Data/Vector/Generic/New.hs:139) unsafeInit (Data/Vector/Generic/New.hs:143) unsafeTail (Data/Vector/Generic/New.hs:147) 93% (223 /240) in 'Data.Vector.Generic' Missing documentation for: zipWith4 (Data/Vector/Generic.hs:1069) zipWith5 (Data/Vector/Generic.hs:1078) zipWith6 (Data/Vector/Generic.hs:1090) izipWith3 (Data/Vector/Generic.hs:1112) izipWith4 (Data/Vector/Generic.hs:1120) izipWith5 (Data/Vector/Generic.hs:1129) izipWith6 (Data/Vector/Generic.hs:1141) zip3 (Data/Vector/Generic.hs:1159) zip4 (Data/Vector/Generic.hs:1164) zip5 (Data/Vector/Generic.hs:1169) zip6 (Data/Vector/Generic.hs:1175) unzip3 (Data/Vector/Generic.hs:1225) unzip4 (Data/Vector/Generic.hs:1232) unzip5 (Data/Vector/Generic.hs:1241) unzip6 (Data/Vector/Generic.hs:1251) dataCast (Data/Vector/Generic.hs:2080) mkType (Data/Vector/Generic.hs:2075) 79% ( 41 / 52) in 'Data.Vector.Primitive.Mutable' Missing documen Data/Vector/Storable/Mutable.hs:72:1: warning: [-Wunused-imports] The import of ‘Foreign.Ptr’ is redundant except perhaps to import instances from ‘Foreign.Ptr’ To import instances alone, use: import Foreign.Ptr() Data/Vector/Storable/Mutable.hs:491:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeFromForeignPtr0 :: Storable a => ForeignPtr a -> Int -> MVector s a Data/Vector/Storable/Mutable.hs:501:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr :: Storable a => MVector s a -> (ForeignPtr a, Int, Int) Data/Vector/Storable/Mutable.hs:511:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr0 :: Storable a => MVector s a -> (ForeignPtr a, Int) Data/Vector/Storable/Mutable.hs:518:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeWith :: Storable a => IOVector a -> (Ptr a -> IO b) -> IO b Data/Vector/Storable.hs:1408:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeFromForeignPtr0 :: Storable a => ForeignPtr a -> Int -> Vector a Data/Vector/Storable.hs:1417:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr :: Storable a => Vector a -> (ForeignPtr a, Int, Int) Data/Vector/Storable.hs:1426:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr0 :: Storable a => Vector a -> (ForeignPtr a, Int) Data/Vector/Storable.hs:1432:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeWith :: Storable a => Vector a -> (Ptr a -> IO b) -> IO b Data/Vector/Unboxed/Base.hs:362:10: warning: [-Wredundant-constraints] • Redundant constraint: RealFloat a • In the instance declaration for ‘M.MVector MVector (Complex a)’ internal/unbox-tuple-instances:133:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b) • In the type signature for: unzip :: (Unbox a, Unbox b) => Vector (a, b) -> (Vector a, Vector b) internal/unbox-tuple-instances:307:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c) • In the type signature for: unzip3 :: (Unbox a, Unbox b, Unbox c) => Vector (a, b, c) -> (Vector a, Vector b, Vector c) internal/unbox-tuple-instances:526:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d) • In the type signature for: unzip4 :: (Unbox a, Unbox b, Unbox c, Unbox d) => Vector (a, b, c, d) -> (Vector a, Vector b, Vector c, Vector d) internal/unbox-tuple-instances:803:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) • In the type signature for: unzip5 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) => Vector (a, b, c, d, e) -> (Vector a, Vector b, Vector c, Vector d, Vector e) internal/unbox-tuple-instances:1121:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) • In the type signature for: unzip6 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) => Vector (a, b, c, d, e, f) -> (Vector a, Vector b, Vector c, Vector d, Vector e, Vector f) internal/unbox-tuple-instances:117:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b) • In the type signature for: unzip :: (Unbox a, Unbox b) => MVector s (a, b) -> (MVector s a, MVector s b) internal/unbox-tuple-instances:282:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c) • In the type signature for: unzip3 :: (Unbox a, Unbox b, Unbox c) => MVector s (a, b, c) -> (MVector s a, MVector s b, MVector s c) internal/unbox-tuple-instances:493:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d) • In the type signature for: unzip4 :: (Unbox a, Unbox b, Unbox c, Unbox d) => MVector s (a, b, c, d) -> (MVector s a, MVector s b, MVector s c, MVector s d) internal/unbox-tuple-instances:756:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) • In the type signature for: unzip5 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) => MVector s (a, b, c, d, e) -> (MVector s a, MVector s b, MVector s c, MVector s d, MVector s e) internal/unbox-tuple-instances:1066:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) • In the type signature for: unzip6 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) => MVector s (a, b, c, d, e, f) -> (MVector s a, MVector s b, MVector s c, MVector s d, MVector s e, MVector s f) tation for: IOVector (Data/Vector/Primitive/Mutable.hs:76) STVector (Data/Vector/Primitive/Mutable.hs:77) init (Data/Vector/Primitive/Mutable.hs:164) tail (Data/Vector/Primitive/Mutable.hs:168) take (Data/Vector/Primitive/Mutable.hs:152) drop (Data/Vector/Primitive/Mutable.hs:156) splitAt (Data/Vector/Primitive/Mutable.hs:160) unsafeInit (Data/Vector/Primitive/Mutable.hs:190) unsafeTail (Data/Vector/Primitive/Mutable.hs:194) unsafeTake (Data/Vector/Primitive/Mutable.hs:182) unsafeDrop (Data/Vector/Primitive/Mutable.hs:186) 97% (185 /191) in 'Data.Vector.Primitive' Missing documentation for: zipWith4 (Data/Vector/Primitive.hs:802) zipWith5 (Data/Vector/Primitive.hs:808) zipWith6 (Data/Vector/Primitive.hs:816) izipWith4 (Data/Vector/Primitive.hs:838) izipWith5 (Data/Vector/Primitive.hs:844) izipWith6 (Data/Vector/Primitive.hs:852) 82% ( 49 / 60) in 'Data.Vector.Storable.Mutable' Missing documentation for: IOVector (Data/Vector/Storable/Mutable.hs:96) STVector (Data/Vector/Storable/Mutable.hs:97) init (Data/Vector/Storable/Mutable.hs:246) tail (Data/Vector/Storable/Mutable.hs:250) take (Data/Vector/Storable/Mutable.hs:234) drop (Data/Vector/Storable/Mutable.hs:238) splitAt (Data/Vector/Storable/Mutable.hs:242) unsafeInit (Data/Vector/Storable/Mutable.hs:272) unsafeTail (Data/Vector/Storable/Mutable.hs:276) unsafeTake (Data/Vector/Storable/Mutable.hs:264) unsafeDrop (Data/Vector/Storable/Mutable.hs:268) 97% (194 /200) in 'Data.Vector.Storable' Missing documentation for: zipWith4 (Data/Vector/Storable.hs:812) zipWith5 (Data/Vector/Storable.hs:818) zipWith6 (Data/Vector/Storable.hs:826) izipWith4 (Data/Vector/Storable.hs:848) izipWith5 (Data/Vector/Storable.hs:854) izipWith6 (Data/Vector/Storable.hs:862) 17% ( 1 / 6) in 'Data.Vector.Unboxed.Base' Missing documentation for: MVector (Data/Vector/Unboxed/Base.hs:55) IOVector (Data/Vector/Unboxed/Base.hs:58) STVector (Data/Vector/Unboxed/Base.hs:59) Vector (Data/Vector/Unboxed/Base.hs:56) Unbox (Data/Vector/Unboxed/Base.hs:63) 96% (209 /218) in 'Data.Vector.Unboxed' Missing documentation for: Vector (Data/Vector/Unboxed/Base.hs:56) MVector (Data/Vector/Unboxed/Base.hs:55) Unbox (Data/Vector/Unboxed/Base.hs:63) zipWith4 (Data/Vector/Unboxed.hs:849) zipWith5 (Data/Vector/Unboxed.hs:855) zipWith6 (Data/Vector/Unboxed.hs:862) izipWith4 (Data/Vector/Unboxed.hs:883) izipWith5 (Data/Vector/Unboxed.hs:889) izipWith6 (Data/Vector/Unboxed.hs:896) 79% ( 50 / 63) in 'Data.Vector.Unboxed.Mutable' Missing documentation for: MVector (Data/Vector/Unboxed/Base.hs:55) IOVector (Data/Vector/Unboxed/Base.hs:58) STVector (Data/Vector/Unboxed/Base.hs:59) Unbox (Data/Vector/Unboxed/Base.hs:63) init (Data/Vector/Unboxed/Mutable.hs:102) tail (Data/Vector/Unboxed/Mutable.hs:106) take (Data/Vector/Unboxed/Mutable.hs:90) drop (Data/Vector/Unboxed/Mutable.hs:94) splitAt (Data/Vector/Unboxed/Mutable.hs:98) unsafeInit (Data/Vector/Unboxed/Mutable.hs:128) unsafeTail (Data/Vector/Unboxed/Mutable.hs:132) unsafeTake (Data/Vector/Unboxed/Mutable.hs:120) unsafeDrop (Data/Vector/Unboxed/Mutable.hs:124) 78% ( 40 / 51) in 'Data.Vector.Mutable' Missing documentation for: IOVector (Data/Vector/Mutable.hs:70) STVector (Data/Vector/Mutable.hs:71) init (Data/Vector/Mutable.hs:222) tail (Data/Vector/Mutable.hs:226) take (Data/Vector/Mutable.hs:210) drop (Data/Vector/Mutable.hs:214) splitAt (Data/Vector/Mutable.hs:219) unsafeInit (Data/Vector/Mutable.hs:247) unsafeTail (Data/Vector/Mutable.hs:251) unsafeTake (Data/Vector/Mutable.hs:239) unsafeDrop (Data/Vector/Mutable.hs:243) 94% (207 /220) in 'Data.Vector' Missing documentation for: zipWith4 (Data/Vector.hs:944) zipWith5 (Data/Vector.hs:949) zipWith6 (Data/Vector.hs:955) izipWith4 (Data/Vector.hs:973) izipWith5 (Data/Vector.hs:978) izipWith6 (Data/Vector.hs:984) zip4 (Data/Vector.hs:1000) zip5 (Data/Vector.hs:1005) zip6 (Data/Vector.hs:1010) unzip3 (Data/Vector.hs:1023) unzip4 (Data/Vector.hs:1027) unzip5 (Data/Vector.hs:1031) unzip6 (Data/Vector.hs:1036) Warning: Data.Vector.Unboxed: could not find link destinations for: D:R:VectorBool0 V_Bool D:R:VectorChar0 V_Char D:R:VectorDouble0 V_Double D:R:VectorFloat0 V_Float D:R:VectorInt0 V_Int D:R:VectorInt80 V_Int8 D:R:VectorInt160 V_Int16 D:R:VectorInt320 V_Int32 D:R:VectorInt640 V_Int64 D:R:VectorWord0 V_Word D:R:VectorWord80 V_Word8 D:R:VectorWord160 V_Word16 D:R:VectorWord320 V_Word32 D:R:VectorWord640 V_Word64 D:R:Vector()0 V_Unit D:R:VectorComplex0 V_Complex D:R:Vector(,)0 V_2 D:R:Vector(,,)0 V_3 D:R:Vector(,,,)0 V_4 D:R:Vector(,,,,)0 V_5 D:R:Vector(,,,,,)0 V_6 D:R:MVectorsBool0 MV_Bool D:R:MVectorsChar0 MV_Char D:R:MVectorsDouble0 MV_Double D:R:MVectorsFloat0 MV_Float D:R:MVectorsWord640 MV_Word64 D:R:MVectorsWord320 MV_Word32 D:R:MVectorsWord160 MV_Word16 D:R:MVectorsWord80 MV_Word8 D:R:MVectorsWord0 MV_Word D:R:MVectorsInt640 MV_Int64 D:R:MVectorsInt320 MV_Int32 D:R:MVectorsInt160 MV_Int16 D:R:MVectorsInt80 MV_Int8 D:R:MVectorsInt0 MV_Int D:R:MVectors()0 MV_Unit D:R:MVectorsComplex0 MV_Complex D:R:MVectors(,)0 MV_2 D:R:MVectors(,,)0 MV_3 D:R:MVectors(,,,)0 MV_4 D:R:MVectors(,,,,)0 MV_5 D:R:MVectors(,,,,,)0 MV_6 Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for: D:R:MVectorsBool0 MV_Bool D:R:MVectorsChar0 MV_Char D:R:MVectorsDouble0 MV_Double D:R:MVectorsFloat0 MV_Float D:R:MVectorsWord640 MV_Word64 D:R:MVectorsWord320 MV_Word32 D:R:MVectorsWord160 MV_Word16 D:R:MVectorsWord80 MV_Word8 D:R:MVectorsWord0 MV_Word D:R:MVectorsInt640 MV_Int64 D:R:MVectorsInt320 MV_Int32 D:R:MVectorsInt160 MV_Int16 D:R:MVectorsInt80 MV_Int8 D:R:MVectorsInt0 MV_Int D:R:MVectors()0 MV_Unit D:R:MVectorsComplex0 MV_Complex D:R:MVectors(,)0 MV_2 D:R:MVectors(,,)0 MV_3 D:R:MVectors(,,,)0 MV_4 D:R:MVectors(,,,,)0 MV_5 D:R:MVectors(,,,,,)0 MV_6 Documentation created: dist/doc/html/vector/index.html, dist/doc/html/vector/vector.txt Creating package registration file: /tmp/pkgConf-vector-0.11.02018462069371704852.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/vector-0.11.0.0-6uB77qGCxR6GPLxI2sqsX3 Registering vector-0.11.0.0... cabal: Leaving directory '/tmp/cabal-tmp-30007/vector-0.11.0.0' Installed vector-0.11.0.0 cabal: Entering directory '/tmp/cabal-tmp-30007/tf-random-0.5' Configuring tf-random-0.5... Building tf-random-0.5... Preprocessing library tf-random-0.5... [1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, dist/build/System/Random/TF/Gen.o ) [2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, dist/build/System/Random/TF/Init.o ) src/System/Random/TF/Init.hs:94:5: warning: [-Wdeprecations] In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" [3 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, dist/build/System/Random/TF/Instances.o ) [4 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, dist/build/System/Random/TF.o ) Running Haddock for tf-random-0.5... Running hscolour for tf-random-0.5... Preprocessing library tf-random-0.5... Preprocessing library tf-random-0.5... src/System/Random/TF/Init.hs:94:5: warning: [-Wdeprecations] In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Haddock coverage: 100% ( 4 / 4) in 'System.Random.TF.Gen' 83% ( 5 / 6) in 'System.Random.TF.Init' Missing documentation for: Module header 33% ( 1 / 3) in 'System.Random.TF.Instances' Missing documentation for: Random (src/System/Random/TF/Instances.hs:37) randomEnum (src/System/Random/TF/Instances.hs:205) 100% ( 3 / 3) in 'System.Random.TF' Documentation created: dist/doc/html/tf-random/index.html, dist/doc/html/tf-random/tf-random.txt Creating package registration file: /tmp/pkgConf-tf-random-020661481511176924347.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/tf-random-0.5-4z8OJUaXC1FRNfrLPFWAD Registering tf-random-0.5... cabal: Leaving directory '/tmp/cabal-tmp-30007/tf-random-0.5' Installed tf-random-0.5 cabal: Entering directory '/tmp/cabal-tmp-30007/StateVar-1.1.0.4' Configuring StateVar-1.1.0.4... Building StateVar-1.1.0.4... Preprocessing library StateVar-1.1.0.4... [1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, dist/build/Data/StateVar.o ) Running Haddock for StateVar-1.1.0.4... Running hscolour for StateVar-1.1.0.4... Preprocessing library StateVar-1.1.0.4... Preprocessing library StateVar-1.1.0.4... Haddock coverage: 100% ( 15 / 15) in 'Data.StateVar' Warning: Data.StateVar: could not find link destinations for: ~ Documentation created: dist/doc/html/StateVar/index.html, dist/doc/html/StateVar/StateVar.txt Creating package registration file: /tmp/pkgConf-StateVar-1.1.0732853814250198952.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/StateVar-1.1.0.4-CJpWsiXJdd89SnV9dZtTwc Registering StateVar-1.1.0.4... cabal: Leaving directory '/tmp/cabal-tmp-30007/StateVar-1.1.0.4' Installed StateVar-1.1.0.4 cabal: Entering directory '/tmp/cabal-tmp-30007/async-2.1.0' Configuring async-2.1.0... Building async-2.1.0... Preprocessing library async-2.1.0... [1 of 1] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o ) Running Haddock for async-2.1.0... Running hscolour for async-2.1.0... Preprocessing library async-2.1.0... Preprocessing library async-2.1.0... Haddock coverage: 100% ( 54 / 54) in 'Control.Concurrent.Async' Documentation created: dist/doc/html/async/index.html, dist/doc/html/async/async.txt Creating package registration file: /tmp/pkgConf-async-2.1787086305459541652.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/async-2.1.0-J6Pl8k3L4PKGEpjYdgwiIf Registering async-2.1.0... cabal: Leaving directory '/tmp/cabal-tmp-30007/async-2.1.0' Installed async-2.1.0 cabal: Entering directory '/tmp/cabal-tmp-30007/stm-chans-3.0.0.4' [1 of 1] Compiling Main ( /tmp/cabal-tmp-30007/stm-chans-3.0.0.4/dist/setup/setup.hs, /tmp/cabal-tmp-30007/stm-chans-3.0.0.4/dist/setup/Main.o ) Linking /tmp/cabal-tmp-30007/stm-chans-3.0.0.4/dist/setup/setup ... Configuring stm-chans-3.0.0.4... Building stm-chans-3.0.0.4... Preprocessing library stm-chans-3.0.0.4... [1 of 5] Compiling Control.Concurrent.STM.TMQueue ( src/Control/Concurrent/STM/TMQueue.hs, dist/build/Control/Concurrent/STM/TMQueue.o ) [2 of 5] Compiling Control.Concurrent.STM.TBMQueue ( src/Control/Concurrent/STM/TBMQueue.hs, dist/build/Control/Concurrent/STM/TBMQueue.o ) [3 of 5] Compiling Control.Concurrent.STM.TMChan ( src/Control/Concurrent/STM/TMChan.hs, dist/build/Control/Concurrent/STM/TMChan.o ) [4 of 5] Compiling Control.Concurrent.STM.TBMChan ( src/Control/Concurrent/STM/TBMChan.hs, dist/build/Control/Concurrent/STM/TBMChan.o ) [5 of 5] Compiling Control.Concurrent.STM.TBChan ( src/Control/Concurrent/STM/TBChan.hs, dist/build/Control/Concurrent/STM/TBChan.o ) Running Haddock for stm-chans-3.0.0.4... Running hscolour for stm-chans-3.0.0.4... Preprocessing library stm-chans-3.0.0.4... Preprocessing library stm-chans-3.0.0.4... Haddock coverage: 100% ( 19 / 19) in 'Control.Concurrent.STM.TMQueue' 100% ( 24 / 24) in 'Control.Concurrent.STM.TBMQueue' 100% ( 22 / 22) in 'Control.Concurrent.STM.TMChan' 100% ( 24 / 24) in 'Control.Concurrent.STM.TBMChan' 100% ( 21 / 21) in 'Control.Concurrent.STM.TBChan' Documentation created: dist/doc/html/stm-chans/index.html, dist/doc/html/stm-chans/stm-chans.txt Creating package registration file: /tmp/pkgConf-stm-chans-3.0.06587874541521322667.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/stm-chans-3.0.0.4-4lLWE8CZnvmDZJW5bKkus1 Registering stm-chans-3.0.0.4... cabal: Leaving directory '/tmp/cabal-tmp-30007/stm-chans-3.0.0.4' Installed stm-chans-3.0.0.4 cabal: Entering directory '/tmp/cabal-tmp-30007/blaze-builder-0.4.0.2' Configuring blaze-builder-0.4.0.2... Building blaze-builder-0.4.0.2... Preprocessing library blaze-builder-0.4.0.2... [ 1 of 10] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/build/Blaze/ByteString/Builder/Internal/Write.o ) [ 2 of 10] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, dist/build/Blaze/ByteString/Builder/Compat/Write.o ) [ 3 of 10] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist/build/Blaze/ByteString/Builder/Char/Utf8.o ) [ 4 of 10] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist/build/Blaze/ByteString/Builder/Char8.o ) [ 5 of 10] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist/build/Blaze/ByteString/Builder/Html/Utf8.o ) [ 6 of 10] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist/build/Blaze/ByteString/Builder/ByteString.o ) [ 7 of 10] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/build/Blaze/ByteString/Builder/HTTP.o ) [ 8 of 10] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist/build/Blaze/ByteString/Builder/Word.o ) [ 9 of 10] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/build/Blaze/ByteString/Builder/Int.o ) [10 of 10] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist/build/Blaze/ByteString/Builder.o ) Running Haddock for blaze-builder-0.4.0.2... Running hscolour for blaze-builder-0.4.0.2... Preprocessing library blaze-builder-0.4.0.2... Preprocessing library blaze-builder-0.4.0.2... Haddock coverage: 96% ( 24 / 25) in 'Blaze.ByteString.Builder.Internal.Write' Missing documentation for: fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:229) 50% ( 2 / 4) in 'Blaze.ByteString.Builder.Compat.Write' Missing documentation for: writePrimFixed (Blaze/ByteString/Builder/Compat/Write.hs:24) writePrimBounded (Blaze/ByteString/Builder/Compat/Write.hs:28) 100% ( 9 / 9) in 'Blaze.ByteString.Builder.Char.Utf8' 100% ( 9 / 9) in 'Blaze.ByteString.Builder.Char8' 100% ( 10 / 10) in 'Blaze.ByteString.Builder.Html.Utf8' 100% ( 12 / 12) in 'Blaze.ByteString.Builder.ByteString' 100% ( 4 / 4) in 'Blaze.ByteString.Builder.HTTP' 100% ( 43 / 43) in 'Blaze.ByteString.Builder.Word' 100% ( 43 / 43) in 'Blaze.ByteString.Builder.Int' 92% ( 22 / 24) in 'Blaze.ByteString.Builder' Missing documentation for: toByteStringIOWith (Blaze/ByteString/Builder.hs:175) fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:229) Documentation created: dist/doc/html/blaze-builder/index.html, dist/doc/html/blaze-builder/blaze-builder.txt Creating package registration file: /tmp/pkgConf-blaze-builder-0.4.01006777125939288131.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/blaze-builder-0.4.0.2-6Lw6V3wDhf3KDMasjNOEeG Registering blaze-builder-0.4.0.2... cabal: Leaving directory '/tmp/cabal-tmp-30007/blaze-builder-0.4.0.2' Installed blaze-builder-0.4.0.2 cabal: Entering directory '/tmp/cabal-tmp-30007/hashable-1.2.4.0' Configuring hashable-1.2.4.0... Building hashable-1.2.4.0... Preprocessing library hashable-1.2.4.0... [1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o ) Data/Hashable/Class.hs:460:28: warning: [-Wdeprecations] In the use of ‘inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." [2 of 3] Compiling Data.Hashable.Generic ( Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o ) [3 of 3] Compiling Data.Hashable ( Data/Hashable.hs, dist/build/Data/Hashable.o ) Running Haddock for hashable-1.2.4.0... Running hscolour for hashable-1.2.4.0... Preprocessing library hashable-1.2.4.0... Preprocessing library hashable-1.2.4.0... Data/Hashable/Class.hs:460:28: warning: [-Wdeprecations] In the use of ‘inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." Haddock coverage: 100% ( 11 / 11) in 'Data.Hashable.Class' 100% ( 1 / 1) in 'Data.Hashable.Generic' 100% ( 22 / 22) in 'Data.Hashable' Warning: Data.Hashable: could not find link destinations for: GHashable Documentation created: dist/doc/html/hashable/index.html, dist/doc/html/hashable/hashable.txt Creating package registration file: /tmp/pkgConf-hashable-1.2.4902863873523437329.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/hashable-1.2.4.0-Ctl752zbguF6QanxurLOm2 Registering hashable-1.2.4.0... cabal: Leaving directory '/tmp/cabal-tmp-30007/hashable-1.2.4.0' Installed hashable-1.2.4.0 cabal: Entering directory '/tmp/cabal-tmp-30007/distributive-0.5.0.2' [1 of 1] Compiling Main ( /tmp/cabal-tmp-30007/distributive-0.5.0.2/dist/setup/setup.hs, /tmp/cabal-tmp-30007/distributive-0.5.0.2/dist/setup/Main.o ) /tmp/cabal-tmp-30007/distributive-0.5.0.2/dist/setup/setup.hs:45:69: warning: [-Wdeprecations] In the use of type constructor or class ‘InstalledPackageId’ (imported from Distribution.Package): Deprecated: "Use UnitId instead" Linking /tmp/cabal-tmp-30007/distributive-0.5.0.2/dist/setup/setup ... Configuring distributive-0.5.0.2... Building distributive-0.5.0.2... Preprocessing library distributive-0.5.0.2... [1 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o ) [2 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o ) Running Haddock for distributive-0.5.0.2... Running hscolour for distributive-0.5.0.2... Preprocessing library distributive-0.5.0.2... Preprocessing library distributive-0.5.0.2... Haddock coverage: 67% ( 2 / 3) in 'Data.Distributive.Generic' Missing documentation for: GDistributive (src/Data/Distributive/Generic.hs:35) 100% ( 4 / 4) in 'Data.Distributive' Documentation created: dist/doc/html/distributive/index.html, dist/doc/html/distributive/distributive.txt Creating package registration file: /tmp/pkgConf-distributive-0.5.0468431721635725327.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/distributive-0.5.0.2-E14dZcOhBfq90OikekTjuO Registering distributive-0.5.0.2... cabal: Leaving directory '/tmp/cabal-tmp-30007/distributive-0.5.0.2' Installed distributive-0.5.0.2 cabal: Entering directory '/tmp/cabal-tmp-30007/exceptions-0.8.2.1' Configuring exceptions-0.8.2.1... Building exceptions-0.8.2.1... Preprocessing library exceptions-0.8.2.1... [1 of 2] Compiling Control.Monad.Catch ( src/Control/Monad/Catch.hs, dist/build/Control/Monad/Catch.o ) [2 of 2] Compiling Control.Monad.Catch.Pure ( src/Control/Monad/Catch/Pure.hs, dist/build/Control/Monad/Catch/Pure.o ) Running Haddock for exceptions-0.8.2.1... Running hscolour for exceptions-0.8.2.1... Preprocessing library exceptions-0.8.2.1... Preprocessing library exceptions-0.8.2.1... Haddock coverage: 100% ( 31 / 31) in 'Control.Monad.Catch' 80% ( 8 / 10) in 'Control.Monad.Catch.Pure' Missing documentation for: Catch (src/Control/Monad/Catch/Pure.hs:95) runCatch (src/Control/Monad/Catch/Pure.hs:97) Warning: Control.Monad.Catch: could not find link destinations for: ~ Documentation created: dist/doc/html/exceptions/index.html, dist/doc/html/exceptions/exceptions.txt Creating package registration file: /tmp/pkgConf-exceptions-0.8.22975985141611416945.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/exceptions-0.8.2.1-JBQJzRdlubk7otWf6cOKjr Registering exceptions-0.8.2.1... cabal: Leaving directory '/tmp/cabal-tmp-30007/exceptions-0.8.2.1' Installed exceptions-0.8.2.1 cabal: Entering directory '/tmp/cabal-tmp-30007/mmorph-1.0.6' Configuring mmorph-1.0.6... Building mmorph-1.0.6... Preprocessing library mmorph-1.0.6... [1 of 2] Compiling Control.Monad.Morph ( src/Control/Monad/Morph.hs, dist/build/Control/Monad/Morph.o ) src/Control/Monad/Morph.hs:76:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead src/Control/Monad/Morph.hs:112:20: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:113:19: warning: [-Wdeprecations] In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:113:34: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:233:11: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:233:33: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:234:17: warning: [-Wdeprecations] In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:235:14: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:235:30: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, dist/build/Control/Monad/Trans/Compose.o ) Running Haddock for mmorph-1.0.6... Running hscolour for mmorph-1.0.6... Preprocessing library mmorph-1.0.6... Preprocessing library mmorph-1.0.6... src/Control/Monad/Morph.hs:76:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead src/Control/Monad/Morph.hs:112:20: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:113:19: warning: [-Wdeprecations] In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:113:34: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:233:11: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:233:33: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:234:17: warning: [-Wdeprecations] In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:235:14: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Morph.hs:235:30: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Haddock coverage: 100% ( 22 / 22) in 'Control.Monad.Morph' 100% ( 4 / 4) in 'Control.Monad.Trans.Compose' Documentation created: dist/doc/html/mmorph/index.html, dist/doc/html/mmorph/mmorph.txt Creating package registration file: /tmp/pkgConf-mmorph-1.030874969914453810.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/mmorph-1.0.6-I6fWQohILlqH1gvA6UibXU Registering mmorph-1.0.6... cabal: Leaving directory '/tmp/cabal-tmp-30007/mmorph-1.0.6' Installed mmorph-1.0.6 cabal: Entering directory '/tmp/cabal-tmp-30007/transformers-base-0.4.4' Configuring transformers-base-0.4.4... Building transformers-base-0.4.4... Preprocessing library transformers-base-0.4.4... [1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o ) src/Control/Monad/Base.hs:22:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Running Haddock for transformers-base-0.4.4... Running hscolour for transformers-base-0.4.4... Preprocessing library transformers-base-0.4.4... Preprocessing library transformers-base-0.4.4... src/Control/Monad/Base.hs:22:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Haddock coverage: 33% ( 1 / 3) in 'Control.Monad.Base' Missing documentation for: Module header MonadBase (src/Control/Monad/Base.hs:50) Documentation created: dist/doc/html/transformers-base/index.html, dist/doc/html/transformers-base/transformers-base.txt Creating package registration file: /tmp/pkgConf-transformers-base-0.41778818446146266066.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/transformers-base-0.4.4-FMTbgPqmqMsCiOz3biyAGx Registering transformers-base-0.4.4... cabal: Leaving directory '/tmp/cabal-tmp-30007/transformers-base-0.4.4' Installed transformers-base-0.4.4 cabal: Entering directory '/tmp/cabal-tmp-30007/unix-time-0.3.6' Configuring unix-time-0.3.6... checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for strptime_l... yes checking for timegm... yes configure: creating ./config.status config.status: creating cbits/config.h Building unix-time-0.3.6... Preprocessing library unix-time-0.3.6... [1 of 5] Compiling Data.UnixTime.Types ( dist/build/Data/UnixTime/Types.hs, dist/build/Data/UnixTime/Types.o ) [2 of 5] Compiling Data.UnixTime.Diff ( Data/UnixTime/Diff.hs, dist/build/Data/UnixTime/Diff.o ) [3 of 5] Compiling Data.UnixTime.Sys ( dist/build/Data/UnixTime/Sys.hs, dist/build/Data/UnixTime/Sys.o ) [4 of 5] Compiling Data.UnixTime.Conv ( Data/UnixTime/Conv.hs, dist/build/Data/UnixTime/Conv.o ) Data/UnixTime/Conv.hs:11:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [5 of 5] Compiling Data.UnixTime ( Data/UnixTime.hs, dist/build/Data/UnixTime.o ) Running Haddock for unix-time-0.3.6... Running hscolour for unix-time-0.3.6... Preprocessing library unix-time-0.3.6... Preprocessing library unix-time-0.3.6... Data/UnixTime/Conv.hs:11:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Haddock coverage: 50% ( 3 / 6) in 'Data.UnixTime.Types' Missing documentation for: Module header (Data/UnixTime/Types.hsc:34) (Data/UnixTime/Types.hsc:45) 80% ( 4 / 5) in 'Data.UnixTime.Diff' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.UnixTime.Sys' Missing documentation for: Module header 91% ( 10 / 11) in 'Data.UnixTime.Conv' Missing documentation for: Module header 96% ( 24 / 25) in 'Data.UnixTime' Missing documentation for: Module header Documentation created: dist/doc/html/unix-time/index.html, dist/doc/html/unix-time/unix-time.txt Creating package registration file: /tmp/pkgConf-unix-time-0.316150802621168535013.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/unix-time-0.3.6-6bZ4vlHgZbL8E5DKeI2fRH Registering unix-time-0.3.6... cabal: Leaving directory '/tmp/cabal-tmp-30007/unix-time-0.3.6' Installed unix-time-0.3.6 cabal: Entering directory '/tmp/cabal-tmp-30007/vector-th-unbox-0.2.1.6' Configuring vector-th-unbox-0.2.1.6... Building vector-th-unbox-0.2.1.6... Preprocessing library vector-th-unbox-0.2.1.6... [1 of 1] Compiling Data.Vector.Unboxed.Deriving ( Data/Vector/Unboxed/Deriving.hs, dist/build/Data/Vector/Unboxed/Deriving.o ) Running Haddock for vector-th-unbox-0.2.1.6... Running hscolour for vector-th-unbox-0.2.1.6... Preprocessing library vector-th-unbox-0.2.1.6... Preprocessing library vector-th-unbox-0.2.1.6... Haddock coverage: 100% ( 3 / 3) in 'Data.Vector.Unboxed.Deriving' Documentation created: dist/doc/html/vector-th-unbox/index.html, dist/doc/html/vector-th-unbox/vector-th-unbox.txt Creating package registration file: /tmp/pkgConf-vector-th-unbox-0.2.1638162201279176737.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/vector-th-unbox-0.2.1.6-2vMSMXrX0zVDu97btq6bNf Registering vector-th-unbox-0.2.1.6... cabal: Leaving directory '/tmp/cabal-tmp-30007/vector-th-unbox-0.2.1.6' Installed vector-th-unbox-0.2.1.6 cabal: Entering directory '/tmp/cabal-tmp-30007/QuickCheck-2.8.2' Configuring QuickCheck-2.8.2... Building QuickCheck-2.8.2... Preprocessing library QuickCheck-2.8.2... [ 1 of 15] Compiling Test.QuickCheck.Random ( Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o ) [ 2 of 15] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o ) [ 3 of 15] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o ) [ 4 of 15] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o ) [ 5 of 15] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o ) [ 6 of 15] Compiling Test.QuickCheck.Gen.Unsafe ( Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o ) [ 7 of 15] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o ) [ 8 of 15] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o ) [ 9 of 15] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o ) [10 of 15] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o ) [11 of 15] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o ) [12 of 15] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o ) [13 of 15] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o ) [14 of 15] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o ) [15 of 15] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o ) Running Haddock for QuickCheck-2.8.2... Running hscolour for QuickCheck-2.8.2... Preprocessing library QuickCheck-2.8.2... Preprocessing library QuickCheck-2.8.2... Haddock coverage: 10% ( 2 / 20) in 'Test.QuickCheck.Random' Missing documentation for: newTheGen (Test/QuickCheck/Random.hs:17) bits (Test/QuickCheck/Random.hs:20) mask (Test/QuickCheck/Random.hs:20) doneBit (Test/QuickCheck/Random.hs:20) chip (Test/QuickCheck/Random.hs:25) chop (Test/QuickCheck/Random.hs:30) stop (Test/QuickCheck/Random.hs:33) mkTheGen (Test/QuickCheck/Random.hs:36) (Test/QuickCheck/Random.hs:65) (Test/QuickCheck/Random.hs:67) (Test/QuickCheck/Random.hs:70) newQCGen (Test/QuickCheck/Random.hs:79) mkQCGen (Test/QuickCheck/Random.hs:82) bigNatVariant (Test/QuickCheck/Random.hs:85) natVariant (Test/QuickCheck/Random.hs:91) variantTheGen (Test/QuickCheck/Random.hs:97) boolVariant (Test/QuickCheck/Random.hs:103) variantQCGen (Test/QuickCheck/Random.hs:107) 33% ( 3 / 9) in 'Test.QuickCheck.Exception' Missing documentation for: AnException (Test/QuickCheck/Exception.hs:47) tryEvaluate (Test/QuickCheck/Exception.hs:79) tryEvaluateIO (Test/QuickCheck/Exception.hs:82) evaluate (Test/QuickCheck/Exception.hs:86) isDiscard (Test/QuickCheck/Exception.hs:114) finally (Test/QuickCheck/Exception.hs:129) 6% ( 1 / 18) in 'Test.QuickCheck.Text' Missing documentation for: Str (Test/QuickCheck/Text.hs:47) ranges (Test/QuickCheck/Text.hs:52) number (Test/QuickCheck/Text.hs:60) short (Test/QuickCheck/Text.hs:63) showErr (Test/QuickCheck/Text.hs:71) oneLine (Test/QuickCheck/Text.hs:74) isOneLine (Test/QuickCheck/Text.hs:77) bold (Test/QuickCheck/Text.hs:80) newTerminal (Test/QuickCheck/Text.hs:91) withStdioTerminal (Test/QuickCheck/Text.hs:105) withNullTerminal (Test/QuickCheck/Text.hs:111) terminalOutput (Test/QuickCheck/Text.hs:115) handle (Test/QuickCheck/Text.hs:118) Terminal (Test/QuickCheck/Text.hs:88) putTemp (Test/QuickCheck/Text.hs:129) putPart (Test/QuickCheck/Text.hs:129) putLine (Test/QuickCheck/Text.hs:129) 100% ( 2 / 2) in 'Test.QuickCheck.State' 89% ( 25 / 28) in 'Test.QuickCheck.Gen' Missing documentation for: (Test/QuickCheck/Gen.hs:48) (Test/QuickCheck/Gen.hs:52) (Test/QuickCheck/Gen.hs:56) 80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe' Missing documentation for: Capture (Test/QuickCheck/Gen/Unsafe.hs:50) 100% ( 32 / 32) in 'Test.QuickCheck.Arbitrary' 93% ( 14 / 15) in 'Test.QuickCheck.Modifiers' Missing documentation for: ShrinkState (Test/QuickCheck/Modifiers.hs:323) 14% ( 1 / 7) in 'Test.QuickCheck.Poly' Missing documentation for: A (Test/QuickCheck/Poly.hs:29) B (Test/QuickCheck/Poly.hs:44) C (Test/QuickCheck/Poly.hs:59) OrdA (Test/QuickCheck/Poly.hs:77) OrdB (Test/QuickCheck/Poly.hs:96) OrdC (Test/QuickCheck/Poly.hs:115) 38% ( 3 / 8) in 'Test.QuickCheck.Function' Missing documentation for: Fun (Test/QuickCheck/Function.hs:275) apply (Test/QuickCheck/Function.hs:289) Function (Test/QuickCheck/Function.hs:106) functionMap (Test/QuickCheck/Function.hs:142) functionShow (Test/QuickCheck/Function.hs:145) 62% ( 44 / 71) in 'Test.QuickCheck.Property' Missing documentation for: (Test/QuickCheck/Property.hs:95) (Test/QuickCheck/Property.hs:99) (Test/QuickCheck/Property.hs:103) (Test/QuickCheck/Property.hs:107) (Test/QuickCheck/Property.hs:111) (Test/QuickCheck/Property.hs:114) (Test/QuickCheck/Property.hs:131) protect (Test/QuickCheck/Property.hs:135) Prop (Test/QuickCheck/Property.hs:141) Rose (Test/QuickCheck/Property.hs:145) ioRose (Test/QuickCheck/Property.hs:148) joinRose (Test/QuickCheck/Property.hs:151) (Test/QuickCheck/Property.hs:160) (Test/QuickCheck/Property.hs:165) (Test/QuickCheck/Property.hs:170) CallbackKind (Test/QuickCheck/Property.hs:204) exception (Test/QuickCheck/Property.hs:220) formatException (Test/QuickCheck/Property.hs:226) protectResult (Test/QuickCheck/Property.hs:231) succeeded (Test/QuickCheck/Property.hs:234) failed (Test/QuickCheck/Property.hs:234) rejected (Test/QuickCheck/Property.hs:234) liftBool (Test/QuickCheck/Property.hs:255) mapResult (Test/QuickCheck/Property.hs:259) mapTotalResult (Test/QuickCheck/Property.hs:262) mapRoseResult (Test/QuickCheck/Property.hs:266) mapProp (Test/QuickCheck/Property.hs:269) 50% ( 14 / 28) in 'Test.QuickCheck.Test' Missing documentation for: test (Test/QuickCheck/Test.hs:188) doneTesting (Test/QuickCheck/Test.hs:194) giveUp (Test/QuickCheck/Test.hs:224) runATest (Test/QuickCheck/Test.hs:240) summary (Test/QuickCheck/Test.hs:306) success (Test/QuickCheck/Test.hs:317) labelPercentage (Test/QuickCheck/Test.hs:347) insufficientCoverage (Test/QuickCheck/Test.hs:355) foundFailure (Test/QuickCheck/Test.hs:362) localMin (Test/QuickCheck/Test.hs:366) localMin' (Test/QuickCheck/Test.hs:396) localMinFound (Test/QuickCheck/Test.hs:408) callbackPostTest (Test/QuickCheck/Test.hs:433) callbackPostFinalFailure (Test/QuickCheck/Test.hs:438) 100% ( 9 / 9) in 'Test.QuickCheck.All' 78% ( 14 / 18) in 'Test.QuickCheck.Monadic' Missing documentation for: stop (Test/QuickCheck/Monadic.hs:118) monadic (Test/QuickCheck/Monadic.hs:204) monadic' (Test/QuickCheck/Monadic.hs:207) runSTGen (Test/QuickCheck/Monadic.hs:246) 99% (127 /128) in 'Test.QuickCheck' Missing documentation for: ShrinkState (Test/QuickCheck/Modifiers.hs:323) Warning: Test.QuickCheck.Arbitrary: could not find link destinations for: GCoArbitrary RecursivelyShrink GSubterms gSubterms gSubtermsIncl Warning: Test.QuickCheck: could not find link destinations for: GCoArbitrary RecursivelyShrink GSubterms Documentation created: dist/doc/html/QuickCheck/index.html, dist/doc/html/QuickCheck/QuickCheck.txt Creating package registration file: /tmp/pkgConf-QuickCheck-2.893170294417091749.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/QuickCheck-2.8.2-KPm3V9n9OMa9urRrdeE4gm Registering QuickCheck-2.8.2... cabal: Leaving directory '/tmp/cabal-tmp-30007/QuickCheck-2.8.2' Installed QuickCheck-2.8.2 cabal: Entering directory '/tmp/cabal-tmp-30007/streaming-commons-0.1.15.5' Configuring streaming-commons-0.1.15.5... Building streaming-commons-0.1.15.5... Preprocessing library streaming-commons-0.1.15.5... [ 1 of 18] Compiling Data.Streaming.Zlib.Lowlevel ( Data/Streaming/Zlib/Lowlevel.hs, dist/build/Data/Streaming/Zlib/Lowlevel.o ) [ 2 of 18] Compiling Data.Streaming.Zlib ( Data/Streaming/Zlib.hs, dist/build/Data/Streaming/Zlib.o ) [ 3 of 18] Compiling Data.Streaming.Process.Internal ( Data/Streaming/Process/Internal.hs, dist/build/Data/Streaming/Process/Internal.o ) [ 4 of 18] Compiling Data.Streaming.Process ( Data/Streaming/Process.hs, dist/build/Data/Streaming/Process.o ) [ 5 of 18] Compiling Data.Streaming.Network.Internal ( Data/Streaming/Network/Internal.hs, dist/build/Data/Streaming/Network/Internal.o ) [ 6 of 18] Compiling Data.Streaming.Network ( Data/Streaming/Network.hs, dist/build/Data/Streaming/Network.o ) [ 7 of 18] Compiling Data.Streaming.Filesystem ( Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.o ) [ 8 of 18] Compiling Data.Streaming.FileRead ( Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.o ) [ 9 of 18] Compiling Data.Streaming.ByteString.Builder.Buffer ( Data/Streaming/ByteString/Builder/Buffer.hs, dist/build/Data/Streaming/ByteString/Builder/Buffer.o ) [10 of 18] Compiling Data.Streaming.ByteString.Builder ( Data/Streaming/ByteString/Builder.hs, dist/build/Data/Streaming/ByteString/Builder.o ) [11 of 18] Compiling Data.Streaming.ByteString.Builder.Class ( Data/Streaming/ByteString/Builder/Class.hs, dist/build/Data/Streaming/ByteString/Builder/Class.o ) [12 of 18] Compiling Data.Streaming.Blaze ( Data/Streaming/Blaze.hs, dist/build/Data/Streaming/Blaze.o ) [13 of 18] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o ) [14 of 18] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o ) [15 of 18] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o ) [16 of 18] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o ) [17 of 18] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o ) [18 of 18] Compiling Data.Streaming.Text ( Data/Streaming/Text.hs, dist/build/Data/Streaming/Text.o ) Running Haddock for streaming-commons-0.1.15.5... Running hscolour for streaming-commons-0.1.15.5... Preprocessing library streaming-commons-0.1.15.5... Preprocessing library streaming-commons-0.1.15.5... Haddock coverage: 0% ( 0 / 21) in 'Data.Streaming.Zlib.Lowlevel' Missing documentation for: Module header ZStreamStruct (Data/Streaming/Zlib/Lowlevel.hs:30) ZStream' (Data/Streaming/Zlib/Lowlevel.hs:31) zstreamNew (Data/Streaming/Zlib/Lowlevel.hs:41) Strategy (Data/Streaming/Zlib/Lowlevel.hs:33) deflateInit2 (Data/Streaming/Zlib/Lowlevel.hs:48) inflateInit2 (Data/Streaming/Zlib/Lowlevel.hs:57) c_free_z_stream_inflate (Data/Streaming/Zlib/Lowlevel.hs:60) c_free_z_stream_deflate (Data/Streaming/Zlib/Lowlevel.hs:63) c_set_avail_in (Data/Streaming/Zlib/Lowlevel.hs:66) c_set_avail_out (Data/Streaming/Zlib/Lowlevel.hs:69) c_get_avail_out (Data/Streaming/Zlib/Lowlevel.hs:72) c_get_avail_in (Data/Streaming/Zlib/Lowlevel.hs:75) c_get_next_in (Data/Streaming/Zlib/Lowlevel.hs:78) c_call_inflate_noflush (Data/Streaming/Zlib/Lowlevel.hs:81) c_call_deflate_noflush (Data/Streaming/Zlib/Lowlevel.hs:84) c_call_deflate_finish (Data/Streaming/Zlib/Lowlevel.hs:87) c_call_deflate_flush (Data/Streaming/Zlib/Lowlevel.hs:90) c_call_deflate_full_flush (Data/Streaming/Zlib/Lowlevel.hs:93) c_call_deflate_set_dictionary (Data/Streaming/Zlib/Lowlevel.hs:96) c_call_inflate_set_dictionary (Data/Streaming/Zlib/Lowlevel.hs:99) 96% ( 22 / 23) in 'Data.Streaming.Zlib' Missing documentation for: PopperRes (Data/Streaming/Zlib.hs:208) 75% ( 3 / 4) in 'Data.Streaming.Process.Internal' Missing documentation for: Module header 100% ( 23 / 23) in 'Data.Streaming.Process' 89% ( 8 / 9) in 'Data.Streaming.Network.Internal' Missing documentation for: Module header 68% ( 51 / 75) in 'Data.Streaming.Network' Missing documentation for: Module header message (Data/Streaming/Network.hs:482) HasPort (Data/Streaming/Network.hs:485) HasAfterBind (Data/Streaming/Network.hs:537) HasReadWrite (Data/Streaming/Network.hs:655) HasPath (Data/Streaming/Network.hs:517) setPort (Data/Streaming/Network.hs:495) setHost (Data/Streaming/Network.hs:498) setAfterBind (Data/Streaming/Network.hs:549) setNeedLocalAddr (Data/Streaming/Network.hs:531) setPath (Data/Streaming/Network.hs:527) getPort (Data/Streaming/Network.hs:492) getHost (Data/Streaming/Network.hs:501) getAfterBind (Data/Streaming/Network.hs:546) getNeedLocalAddr (Data/Streaming/Network.hs:534) getPath (Data/Streaming/Network.hs:524) appRead (Data/Streaming/Network.hs:667) appWrite (Data/Streaming/Network.hs:670) appSockAddr (Data/Streaming/Network.hs:639) appLocalAddr (Data/Streaming/Network.hs:636) unassignedPorts (Data/Streaming/Network.hs:234) safeRecv (Data/Streaming/Network.hs:347) ConnectionHandle (Data/Streaming/Network.hs:582) runTCPServerWithHandle (Data/Streaming/Network.hs:584) 43% ( 3 / 7) in 'Data.Streaming.Filesystem' Missing documentation for: DirStream readDirStream (Data/Streaming/Filesystem.hs:66) FileType (Data/Streaming/Filesystem.hs:94) getFileType (Data/Streaming/Filesystem.hs:75) 20% ( 1 / 5) in 'Data.Streaming.FileRead' Missing documentation for: ReadHandle (Data/Streaming/FileRead.hs:26) openFile (Data/Streaming/FileRead.hs:28) closeFile (Data/Streaming/FileRead.hs:31) readChunk (Data/Streaming/FileRead.hs:34) 95% ( 19 / 20) in 'Data.Streaming.ByteString.Builder.Buffer' Missing documentation for: defaultStrategy (Data/Streaming/ByteString/Builder/Buffer.hs:207) 85% ( 23 / 27) in 'Data.Streaming.ByteString.Builder' Missing documentation for: BuilderRecv (Data/Streaming/ByteString/Builder.hs:74) BuilderFinish (Data/Streaming/ByteString/Builder.hs:76) newByteStringBuilderRecv (Data/Streaming/ByteString/Builder.hs:78) defaultStrategy (Data/Streaming/ByteString/Builder/Buffer.hs:207) 100% ( 3 / 3) in 'Data.Streaming.ByteString.Builder.Class' 83% ( 19 / 23) in 'Data.Streaming.Blaze' Missing documentation for: BlazeRecv (Data/Streaming/Blaze.hs:148) BlazeFinish (Data/Streaming/Blaze.hs:150) newBlazeRecv (Data/Streaming/Blaze.hs:51) defaultStrategy (Data/Streaming/ByteString/Builder/Buffer.hs:207) 100% ( 2 / 2) in 'Data.Text.Internal.Unsafe.Shift' 33% ( 2 / 6) in 'Data.Text.Internal.Unsafe.Char' Missing documentation for: ord (Data/Text/Internal/Unsafe/Char.hs:39) unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43) unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47) unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51) 17% ( 2 / 12) in 'Data.Text.Internal.Encoding.Utf8' Missing documentation for: ord2 (Data/Text/Internal/Encoding/Utf8.hs:58) ord3 (Data/Text/Internal/Encoding/Utf8.hs:69) ord4 (Data/Text/Internal/Encoding/Utf8.hs:81) chr2 (Data/Text/Internal/Encoding/Utf8.hs:94) chr3 (Data/Text/Internal/Encoding/Utf8.hs:103) chr4 (Data/Text/Internal/Encoding/Utf8.hs:114) validate1 (Data/Text/Internal/Encoding/Utf8.hs:128) validate2 (Data/Text/Internal/Encoding/Utf8.hs:132) validate3 (Data/Text/Internal/Encoding/Utf8.hs:136) validate4 (Data/Text/Internal/Encoding/Utf8.hs:153) 50% ( 1 / 2) in 'Data.Text.Internal.Encoding.Utf32' Missing documentation for: validate (Data/Text/Internal/Encoding/Utf32.hs:24) 25% ( 1 / 4) in 'Data.Text.Internal.Encoding.Utf16' Missing documentation for: chr2 (Data/Text/Internal/Encoding/Utf16.hs:29) validate1 (Data/Text/Internal/Encoding/Utf16.hs:38) validate2 (Data/Text/Internal/Encoding/Utf16.hs:42) 90% ( 9 / 10) in 'Data.Streaming.Text' Missing documentation for: DecodeResult (Data/Streaming/Text.hs:81) Documentation created: dist/doc/html/streaming-commons/index.html, dist/doc/html/streaming-commons/streaming-commons.txt Creating package registration file: /tmp/pkgConf-streaming-commons-0.1.151320232381581339349.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/streaming-commons-0.1.15.5-29mhelCgcm9BZRBqJINMVr Registering streaming-commons-0.1.15.5... cabal: Leaving directory '/tmp/cabal-tmp-30007/streaming-commons-0.1.15.5' Installed streaming-commons-0.1.15.5 cabal: Entering directory '/tmp/cabal-tmp-30007/scientific-0.3.4.8' Configuring scientific-0.3.4.8... Building scientific-0.3.4.8... Preprocessing library scientific-0.3.4.8... [1 of 7] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.o ) [2 of 7] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, dist/build/GHC/Integer/Compat.o ) [3 of 7] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o ) [4 of 7] Compiling Utils ( src/Utils.hs, dist/build/Utils.o ) [5 of 7] Compiling Data.Scientific ( src/Data/Scientific.hs, dist/build/Data/Scientific.o ) [6 of 7] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, dist/build/Data/Text/Lazy/Builder/Scientific.o ) [7 of 7] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, dist/build/Data/ByteString/Builder/Scientific.o ) Running Haddock for scientific-0.3.4.8... Running hscolour for scientific-0.3.4.8... Preprocessing library scientific-0.3.4.8... Preprocessing library scientific-0.3.4.8... Haddock coverage: 67% ( 2 / 3) in 'GHC.Integer.Logarithms.Compat' Missing documentation for: Module header 0% ( 0 / 2) in 'GHC.Integer.Compat' Missing documentation for: Module header divInteger 100% ( 2 / 2) in 'Math.NumberTheory.Logarithms' 33% ( 1 / 3) in 'Utils' Missing documentation for: Module header roundTo (src/Utils.hs:12) 100% ( 24 / 24) in 'Data.Scientific' 75% ( 3 / 4) in 'Data.Text.Lazy.Builder.Scientific' Missing documentation for: Module header 75% ( 3 / 4) in 'Data.ByteString.Builder.Scientific' Missing documentation for: Module header Warning: Data.Scientific: could not find link destinations for: whenFloating Documentation created: dist/doc/html/scientific/index.html, dist/doc/html/scientific/scientific.txt Creating package registration file: /tmp/pkgConf-scientific-0.3.492244623256825559.8 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/scientific-0.3.4.8-KQsa4BEnVKXIHSm6K6CxUB Registering scientific-0.3.4.8... cabal: Leaving directory '/tmp/cabal-tmp-30007/scientific-0.3.4.8' Installed scientific-0.3.4.8 cabal: Entering directory '/tmp/cabal-tmp-30007/unordered-containers-0.2.7.1' Configuring unordered-containers-0.2.7.1... Building unordered-containers-0.2.7.1... Preprocessing library unordered-containers-0.2.7.1... [1 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, dist/build/Data/HashMap/UnsafeShift.o ) [2 of 8] Compiling Data.HashMap.PopCount ( Data/HashMap/PopCount.hs, dist/build/Data/HashMap/PopCount.o ) [3 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.o ) [4 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/build/Data/HashMap/Array.o ) [5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, dist/build/Data/HashMap/Base.o ) [6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o ) [7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o ) [8 of 8] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o ) Running Haddock for unordered-containers-0.2.7.1... Running hscolour for unordered-containers-0.2.7.1... Preprocessing library unordered-containers-0.2.7.1... Preprocessing library unordered-containers-0.2.7.1... Haddock coverage: 0% ( 0 / 3) in 'Data.HashMap.UnsafeShift' Missing documentation for: Module header unsafeShiftL (Data/HashMap/UnsafeShift.hs:10) unsafeShiftR (Data/HashMap/UnsafeShift.hs:14) 50% ( 1 / 2) in 'Data.HashMap.PopCount' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.HashMap.Unsafe' 38% ( 14 / 37) in 'Data.HashMap.Array' Missing documentation for: Array (Data/HashMap/Array.hs:101) MArray (Data/HashMap/Array.hs:126) new_ (Data/HashMap/Array.hs:173) singleton (Data/HashMap/Array.hs:176) singletonM (Data/HashMap/Array.hs:180) pair (Data/HashMap/Array.hs:184) length (Data/HashMap/Array.hs:112) lengthM (Data/HashMap/Array.hs:134) read (Data/HashMap/Array.hs:191) write (Data/HashMap/Array.hs:197) index (Data/HashMap/Array.hs:204) indexM (Data/HashMap/Array.hs:210) unsafeFreeze (Data/HashMap/Array.hs:216) unsafeThaw (Data/HashMap/Array.hs:222) run (Data/HashMap/Array.hs:228) run2 (Data/HashMap/Array.hs:232) foldl' (Data/HashMap/Array.hs:334) foldr (Data/HashMap/Array.hs:342) thaw (Data/HashMap/Array.hs:354) map (Data/HashMap/Array.hs:387) traverse (Data/HashMap/Array.hs:430) filter (Data/HashMap/Array.hs:435) toList (Data/HashMap/Array.hs:427) 87% ( 61 / 70) in 'Data.HashMap.Base' Missing documentation for: Module header Leaf (Data/HashMap/Base.hs:135) Hash (Data/HashMap/Base.hs:202) Bitmap (Data/HashMap/Base.hs:203) mask (Data/HashMap/Base.hs:1226) bitsPerSubkey (Data/HashMap/Base.hs:1214) sparseIndex (Data/HashMap/Base.hs:1223) updateOrConcatWith (Data/HashMap/Base.hs:1131) updateOrConcatWithKey (Data/HashMap/Base.hs:1135) 100% ( 52 / 52) in 'Data.HashMap.Strict' 100% ( 52 / 52) in 'Data.HashMap.Lazy' 100% ( 31 / 31) in 'Data.HashSet' Documentation created: dist/doc/html/unordered-containers/index.html, dist/doc/html/unordered-containers/unordered-containers.txt Creating package registration file: /tmp/pkgConf-unordered-containers-0.2.716589332131659861792.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/unordered-containers-0.2.7.1-5INwdG7O5Jdakf1CqKoOB Registering unordered-containers-0.2.7.1... cabal: Leaving directory '/tmp/cabal-tmp-30007/unordered-containers-0.2.7.1' Installed unordered-containers-0.2.7.1 cabal: Entering directory '/tmp/cabal-tmp-30007/void-0.7.1' Configuring void-0.7.1... Building void-0.7.1... Preprocessing library void-0.7.1... [1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, dist/build/Data/Void/Unsafe.o ) src/Data/Void/Unsafe.hs:31:1: warning: [-Wredundant-constraints] • Redundant constraint: Functor f • In the type signature for: unsafeVacuous :: Functor f => f Void -> f a src/Data/Void/Unsafe.hs:42:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: unsafeVacuousM :: Monad m => m Void -> m a Running Haddock for void-0.7.1... Running hscolour for void-0.7.1... Preprocessing library void-0.7.1... Preprocessing library void-0.7.1... src/Data/Void/Unsafe.hs:31:1: warning: [-Wredundant-constraints] • Redundant constraint: Functor f • In the type signature for: unsafeVacuous :: Functor f => f Void -> f a src/Data/Void/Unsafe.hs:42:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: unsafeVacuousM :: Monad m => m Void -> m a Haddock coverage: 100% ( 3 / 3) in 'Data.Void.Unsafe' Documentation created: dist/doc/html/void/index.html, dist/doc/html/void/void.txt Creating package registration file: /tmp/pkgConf-void-0.717739632882029020468.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/void-0.7.1-6M5lJJScsPq7tf0u22sAj1 Registering void-0.7.1... cabal: Leaving directory '/tmp/cabal-tmp-30007/void-0.7.1' Installed void-0.7.1 cabal: Entering directory '/tmp/cabal-tmp-30007/monad-control-1.0.1.0' Configuring monad-control-1.0.1.0... Building monad-control-1.0.1.0... Preprocessing library monad-control-1.0.1.0... [1 of 1] Compiling Control.Monad.Trans.Control ( Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o ) Control/Monad/Trans/Control.hs:208:10: warning: [-Wredundant-constraints] • Redundant constraint: Error e • In the instance declaration for ‘MonadTransControl (ErrorT e)’ Running Haddock for monad-control-1.0.1.0... Running hscolour for monad-control-1.0.1.0... Preprocessing library monad-control-1.0.1.0... Preprocessing library monad-control-1.0.1.0... Control/Monad/Trans/Control.hs:208:10: warning: [-Wredundant-constraints] • Redundant constraint: Error e • In the instance declaration for ‘MonadTransControl (ErrorT e)’ Haddock coverage: 93% ( 27 / 29) in 'Control.Monad.Trans.Control' Missing documentation for: MonadTransControl (Control/Monad/Trans/Control.hs:110) MonadBaseControl (Control/Monad/Trans/Control.hs:292) Documentation created: dist/doc/html/monad-control/index.html, dist/doc/html/monad-control/monad-control.txt Creating package registration file: /tmp/pkgConf-monad-control-1.0.110632852871758225205.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/monad-control-1.0.1.0-1xoC3YihUKYHLar1SsWtYe Registering monad-control-1.0.1.0... cabal: Leaving directory '/tmp/cabal-tmp-30007/monad-control-1.0.1.0' Installed monad-control-1.0.1.0 cabal: Entering directory '/tmp/cabal-tmp-30007/fast-logger-2.4.6' Configuring fast-logger-2.4.6... Building fast-logger-2.4.6... Preprocessing library fast-logger-2.4.6... [1 of 8] Compiling System.Log.FastLogger.LogStr ( System/Log/FastLogger/LogStr.hs, dist/build/System/Log/FastLogger/LogStr.o ) [2 of 8] Compiling System.Log.FastLogger.IORef ( System/Log/FastLogger/IORef.hs, dist/build/System/Log/FastLogger/IORef.o ) [3 of 8] Compiling System.Log.FastLogger.FileIO ( System/Log/FastLogger/FileIO.hs, dist/build/System/Log/FastLogger/FileIO.o ) [4 of 8] Compiling System.Log.FastLogger.IO ( System/Log/FastLogger/IO.hs, dist/build/System/Log/FastLogger/IO.o ) [5 of 8] Compiling System.Log.FastLogger.Logger ( System/Log/FastLogger/Logger.hs, dist/build/System/Log/FastLogger/Logger.o ) [6 of 8] Compiling System.Log.FastLogger.File ( System/Log/FastLogger/File.hs, dist/build/System/Log/FastLogger/File.o ) [7 of 8] Compiling System.Log.FastLogger.Date ( System/Log/FastLogger/Date.hs, dist/build/System/Log/FastLogger/Date.o ) [8 of 8] Compiling System.Log.FastLogger ( System/Log/FastLogger.hs, dist/build/System/Log/FastLogger.o ) Running Haddock for fast-logger-2.4.6... Running hscolour for fast-logger-2.4.6... Preprocessing library fast-logger-2.4.6... Preprocessing library fast-logger-2.4.6... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: bytestring-builder-0.10.8.1.0 Haddock coverage: 75% ( 6 / 8) in 'System.Log.FastLogger.LogStr' Missing documentation for: Module header ToLogStr (System/Log/FastLogger/LogStr.hs:62) 83% ( 5 / 6) in 'System.Log.FastLogger.IORef' Missing documentation for: Module header 0% ( 0 / 7) in 'System.Log.FastLogger.FileIO' Missing documentation for: Module header FD (System/Log/FastLogger/FileIO.hs:48) closeFD (System/Log/FastLogger/FileIO.hs:50) openFileFD (System/Log/FastLogger/FileIO.hs:53) getStderrFD (System/Log/FastLogger/FileIO.hs:56) getStdoutFD (System/Log/FastLogger/FileIO.hs:59) writeRawBufferPtr2FD (System/Log/FastLogger/FileIO.hs:62) 29% ( 2 / 7) in 'System.Log.FastLogger.IO' Missing documentation for: Module header Buffer (System/Log/FastLogger/IO.hs:15) getBuffer (System/Log/FastLogger/IO.hs:24) freeBuffer (System/Log/FastLogger/IO.hs:27) toBufIOWith (System/Log/FastLogger/IO.hs:30) 0% ( 0 / 5) in 'System.Log.FastLogger.Logger' Missing documentation for: Module header Logger (System/Log/FastLogger/Logger.hs:21) newLogger (System/Log/FastLogger/Logger.hs:25) pushLog (System/Log/FastLogger/Logger.hs:34) flushLog (System/Log/FastLogger/Logger.hs:51) 75% ( 3 / 4) in 'System.Log.FastLogger.File' Missing documentation for: Module header 88% ( 7 / 8) in 'System.Log.FastLogger.Date' Missing documentation for: TimeFormat (System/Log/FastLogger/Date.hs:36) 97% ( 34 / 35) in 'System.Log.FastLogger' Missing documentation for: ToLogStr (System/Log/FastLogger/LogStr.hs:62) Documentation created: dist/doc/html/fast-logger/index.html, dist/doc/html/fast-logger/fast-logger.txt Creating package registration file: /tmp/pkgConf-fast-logger-2.48230102721395264453.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/fast-logger-2.4.6-IB3ml095wCm3yldIGmcIwT Registering fast-logger-2.4.6... cabal: Leaving directory '/tmp/cabal-tmp-30007/fast-logger-2.4.6' Installed fast-logger-2.4.6 cabal: Entering directory '/tmp/cabal-tmp-30007/attoparsec-0.13.0.2' Configuring attoparsec-0.13.0.2... Building attoparsec-0.13.0.2... Preprocessing library attoparsec-0.13.0.2... [ 1 of 21] Compiling Data.Attoparsec.Text.FastSet ( Data/Attoparsec/Text/FastSet.hs, dist/build/Data/Attoparsec/Text/FastSet.o ) [ 2 of 21] Compiling Data.Attoparsec.Internal.Fhthagn ( Data/Attoparsec/Internal/Fhthagn.hs, dist/build/Data/Attoparsec/Internal/Fhthagn.o ) [ 3 of 21] Compiling Data.Attoparsec.Text.Buffer ( Data/Attoparsec/Text/Buffer.hs, dist/build/Data/Attoparsec/Text/Buffer.o ) [ 4 of 21] Compiling Data.Attoparsec.ByteString.Buffer ( Data/Attoparsec/ByteString/Buffer.hs, dist/build/Data/Attoparsec/ByteString/Buffer.o ) [ 5 of 21] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o ) [ 6 of 21] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o ) [ 7 of 21] Compiling Data.Attoparsec.ByteString.FastSet ( Data/Attoparsec/ByteString/FastSet.hs, dist/build/Data/Attoparsec/ByteString/FastSet.o ) [ 8 of 21] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o ) [ 9 of 21] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.o ) [10 of 21] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o ) [11 of 21] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o ) [12 of 21] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.o ) [13 of 21] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.o ) [14 of 21] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.o ) [15 of 21] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.o ) [16 of 21] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.o ) [17 of 21] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.o ) [18 of 21] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o ) [19 of 21] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.o ) [20 of 21] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o ) [21 of 21] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o ) Running Haddock for attoparsec-0.13.0.2... Running hscolour for attoparsec-0.13.0.2... Preprocessing library attoparsec-0.13.0.2... Preprocessing library attoparsec-0.13.0.2... Haddock coverage: 60% ( 6 / 10) in 'Data.Attoparsec.Text.FastSet' Missing documentation for: FastSet (Data/Attoparsec/Text/FastSet.hs:40) fromList (Data/Attoparsec/Text/FastSet.hs:82) set (Data/Attoparsec/Text/FastSet.hs:104) charClass (Data/Attoparsec/Text/FastSet.hs:117) 50% ( 1 / 2) in 'Data.Attoparsec.Internal.Fhthagn' Missing documentation for: Module header 36% ( 4 / 11) in 'Data.Attoparsec.Text.Buffer' Missing documentation for: Buffer (Data/Attoparsec/Text/Buffer.hs:58) unbuffer (Data/Attoparsec/Text/Buffer.hs:75) unbufferAt (Data/Attoparsec/Text/Buffer.hs:78) length (Data/Attoparsec/Text/Buffer.hs:122) pappend (Data/Attoparsec/Text/Buffer.hs:95) substring (Data/Attoparsec/Text/Buffer.hs:126) dropWord16 (Data/Attoparsec/Text/Buffer.hs:133) 22% ( 2 / 9) in 'Data.Attoparsec.ByteString.Buffer' Missing documentation for: Buffer (Data/Attoparsec/ByteString/Buffer.hs:71) unbuffer (Data/Attoparsec/ByteString/Buffer.hs:88) pappend (Data/Attoparsec/ByteString/Buffer.hs:101) length (Data/Attoparsec/ByteString/Buffer.hs:134) unsafeIndex (Data/Attoparsec/ByteString/Buffer.hs:138) substring (Data/Attoparsec/ByteString/Buffer.hs:143) unsafeDrop (Data/Attoparsec/ByteString/Buffer.hs:150) 89% ( 8 / 9) in 'Data.Attoparsec.Zepto' Missing documentation for: Parser (Data/Attoparsec/Zepto.hs:69) 100% ( 2 / 2) in 'Data.Attoparsec.Number' 69% ( 9 / 13) in 'Data.Attoparsec.ByteString.FastSet' Missing documentation for: FastSet (Data/Attoparsec/ByteString/FastSet.hs:44) fromList (Data/Attoparsec/ByteString/FastSet.hs:62) fromSet (Data/Attoparsec/ByteString/FastSet.hs:44) charClass (Data/Attoparsec/ByteString/FastSet.hs:111) 50% ( 5 / 10) in 'Data.Attoparsec.Internal.Types' Missing documentation for: State (Data/Attoparsec/Internal/Types.hs:118) Failure (Data/Attoparsec/Internal/Types.hs:122) Success (Data/Attoparsec/Internal/Types.hs:124) Pos (Data/Attoparsec/Internal/Types.hs:46) <> (Data/Attoparsec/Internal/Types.hs:209) 100% ( 4 / 4) in 'Data.Attoparsec.Types' 100% ( 10 / 10) in 'Data.Attoparsec.Internal' 100% ( 24 / 24) in 'Data.Attoparsec.Combinator' 93% ( 39 / 42) in 'Data.Attoparsec.ByteString.Internal' Missing documentation for: Parser (Data/Attoparsec/ByteString/Internal.hs:95) Result (Data/Attoparsec/ByteString/Internal.hs:96) storable (Data/Attoparsec/ByteString/Internal.hs:138) 95% ( 39 / 41) in 'Data.Attoparsec.Text.Internal' Missing documentation for: Parser (Data/Attoparsec/Text/Internal.hs:89) Result (Data/Attoparsec/Text/Internal.hs:90) 98% ( 90 / 92) in 'Data.Attoparsec.Text' Missing documentation for: Parser (Data/Attoparsec/Text/Internal.hs:89) Result (Data/Attoparsec/Text/Internal.hs:90) 100% ( 9 / 9) in 'Data.Attoparsec.Text.Lazy' 97% ( 66 / 68) in 'Data.Attoparsec.ByteString' Missing documentation for: Parser (Data/Attoparsec/ByteString/Internal.hs:95) Result (Data/Attoparsec/ByteString/Internal.hs:96) 98% ( 91 / 93) in 'Data.Attoparsec.ByteString.Char8' Missing documentation for: Parser (Data/Attoparsec/ByteString/Internal.hs:95) Result (Data/Attoparsec/ByteString/Internal.hs:96) 100% ( 2 / 2) in 'Data.Attoparsec.Char8' 100% ( 9 / 9) in 'Data.Attoparsec.ByteString.Lazy' 100% ( 2 / 2) in 'Data.Attoparsec.Lazy' 100% ( 2 / 2) in 'Data.Attoparsec' Warning: Data.Attoparsec.ByteString.Char8: could not find link destinations for: ~ Documentation created: dist/doc/html/attoparsec/index.html, dist/doc/html/attoparsec/attoparsec.txt Creating package registration file: /tmp/pkgConf-attoparsec-0.13.019137026501218398759.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/attoparsec-0.13.0.2-6InixQP5EgXEUCHKoIbnZp Registering attoparsec-0.13.0.2... cabal: Leaving directory '/tmp/cabal-tmp-30007/attoparsec-0.13.0.2' Installed attoparsec-0.13.0.2 cabal: Entering directory '/tmp/cabal-tmp-30007/contravariant-1.4' Configuring contravariant-1.4... Building contravariant-1.4... Preprocessing library contravariant-1.4... [1 of 4] Compiling Data.Functor.Contravariant ( src/Data/Functor/Contravariant.hs, dist/build/Data/Functor/Contravariant.o ) [2 of 4] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, dist/build/Data/Functor/Contravariant/Divisible.o ) [3 of 4] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, dist/build/Data/Functor/Contravariant/Compose.o ) [4 of 4] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, dist/build/Data/Functor/Contravariant/Generic.o ) Running Haddock for contravariant-1.4... Running hscolour for contravariant-1.4... Preprocessing library contravariant-1.4... Preprocessing library contravariant-1.4... Haddock coverage: 89% ( 17 / 19) in 'Data.Functor.Contravariant' Missing documentation for: Predicate (src/Data/Functor/Contravariant.hs:278) comparisonEquivalence (src/Data/Functor/Contravariant.hs:362) 100% ( 10 / 10) in 'Data.Functor.Contravariant.Divisible' 100% ( 4 / 4) in 'Data.Functor.Contravariant.Compose' 100% ( 3 / 3) in 'Data.Functor.Contravariant.Generic' Warning: Data.Functor.Contravariant.Generic: could not find link destinations for: GDeciding GDeciding1 Documentation created: dist/doc/html/contravariant/index.html, dist/doc/html/contravariant/contravariant.txt Creating package registration file: /tmp/pkgConf-contravariant-1350091751546500941.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/contravariant-1.4-DzaLxukcYo81MHO5zSdeeP Registering contravariant-1.4... cabal: Leaving directory '/tmp/cabal-tmp-30007/contravariant-1.4' Installed contravariant-1.4 cabal: Entering directory '/tmp/cabal-tmp-30007/lifted-base-0.2.3.6' Configuring lifted-base-0.2.3.6... Building lifted-base-0.2.3.6... Preprocessing library lifted-base-0.2.3.6... [1 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.o ) System/Timeout/Lifted.hs:4:14: warning: [-Wtrustworthy-safe] ‘System.Timeout.Lifted’ is marked as Trustworthy but has been inferred as safe! [2 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.o ) Foreign/Marshal/Utils/Lifted.hs:6:14: warning: [-Wtrustworthy-safe] ‘Foreign.Marshal.Utils.Lifted’ is marked as Trustworthy but has been inferred as safe! [3 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.o ) Data/IORef/Lifted.hs:6:14: warning: [-Wtrustworthy-safe] ‘Data.IORef.Lifted’ is marked as Trustworthy but has been inferred as safe! [4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.o ) Control/Concurrent/QSemN/Lifted.hs:7:14: warning: [-Wtrustworthy-safe] ‘Control.Concurrent.QSemN.Lifted’ is marked as Trustworthy but has been inferred as safe! [5 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.o ) Control/Concurrent/QSem/Lifted.hs:7:14: warning: [-Wtrustworthy-safe] ‘Control.Concurrent.QSem.Lifted’ is marked as Trustworthy but has been inferred as safe! [6 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.o ) Control/Concurrent/Chan/Lifted.hs:6:14: warning: [-Wtrustworthy-safe] ‘Control.Concurrent.Chan.Lifted’ is marked as Trustworthy but has been inferred as safe! [7 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.o ) Control/Concurrent/MVar/Lifted.hs:7:14: warning: [-Wtrustworthy-safe] ‘Control.Concurrent.MVar.Lifted’ is marked as Trustworthy but has been inferred as safe! [8 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.o ) Control/Exception/Lifted.hs:11:14: warning: [-Wtrustworthy-safe] ‘Control.Exception.Lifted’ is marked as Trustworthy but has been inferred as safe! [9 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.o ) Control/Concurrent/Lifted.hs:4:14: warning: [-Wtrustworthy-safe] ‘Control.Concurrent.Lifted’ is marked as Trustworthy but has been inferred as safe! Running Haddock for lifted-base-0.2.3.6... Running hscolour for lifted-base-0.2.3.6... Preprocessing library lifted-base-0.2.3.6... Preprocessing library lifted-base-0.2.3.6... System/Timeout/Lifted.hs:4:14: warning: [-Wtrustworthy-safe] ‘System.Timeout.Lifted’ is marked as Trustworthy but has been inferred as safe! Foreign/Marshal/Utils/Lifted.hs:6:14: warning: [-Wtrustworthy-safe] ‘Foreign.Marshal.Utils.Lifted’ is marked as Trustworthy but has been inferred as safe! Data/IORef/Lifted.hs:6:14: warning: [-Wtrustworthy-safe] ‘Data.IORef.Lifted’ is marked as Trustworthy but has been inferred as safe! Control/Concurrent/QSemN/Lifted.hs:7:14: warning: [-Wtrustworthy-safe] ‘Control.Concurrent.QSemN.Lifted’ is marked as Trustworthy but has been inferred as safe! Control/Concurrent/QSem/Lifted.hs:7:14: warning: [-Wtrustworthy-safe] ‘Control.Concurrent.QSem.Lifted’ is marked as Trustworthy but has been inferred as safe! Control/Concurrent/Chan/Lifted.hs:6:14: warning: [-Wtrustworthy-safe] ‘Control.Concurrent.Chan.Lifted’ is marked as Trustworthy but has been inferred as safe! Control/Concurrent/MVar/Lifted.hs:7:14: warning: [-Wtrustworthy-safe] ‘Control.Concurrent.MVar.Lifted’ is marked as Trustworthy but has been inferred as safe! Control/Exception/Lifted.hs:11:14: warning: [-Wtrustworthy-safe] ‘Control.Exception.Lifted’ is marked as Trustworthy but has been inferred as safe! Control/Concurrent/Lifted.hs:4:14: warning: [-Wtrustworthy-safe] ‘Control.Concurrent.Lifted’ is marked as Trustworthy but has been inferred as safe! Haddock coverage: 100% ( 2 / 2) in 'System.Timeout.Lifted' 100% ( 2 / 2) in 'Foreign.Marshal.Utils.Lifted' 100% ( 11 / 11) in 'Data.IORef.Lifted' 100% ( 5 / 5) in 'Control.Concurrent.QSemN.Lifted' 100% ( 5 / 5) in 'Control.Concurrent.QSem.Lifted' 100% ( 8 / 8) in 'Control.Concurrent.Chan.Lifted' 100% ( 19 / 19) in 'Control.Concurrent.MVar.Lifted' 100% ( 36 / 36) in 'Control.Exception.Lifted' 100% ( 36 / 36) in 'Control.Concurrent.Lifted' Documentation created: dist/doc/html/lifted-base/index.html, dist/doc/html/lifted-base/lifted-base.txt Creating package registration file: /tmp/pkgConf-lifted-base-0.2.35801497762040718861.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/lifted-base-0.2.3.6-G0aReckQITxDDhhKYmTW5H Registering lifted-base-0.2.3.6... cabal: Leaving directory '/tmp/cabal-tmp-30007/lifted-base-0.2.3.6' Installed lifted-base-0.2.3.6 cabal: Entering directory '/tmp/cabal-tmp-30007/resource-pool-0.2.3.2' Configuring resource-pool-0.2.3.2... Building resource-pool-0.2.3.2... Preprocessing library resource-pool-0.2.3.2... [1 of 1] Compiling Data.Pool ( Data/Pool.hs, dist/build/Data/Pool.o ) Running Haddock for resource-pool-0.2.3.2... Running hscolour for resource-pool-0.2.3.2... Preprocessing library resource-pool-0.2.3.2... Preprocessing library resource-pool-0.2.3.2... Haddock coverage: 91% ( 10 / 11) in 'Data.Pool' Missing documentation for: Pool (Data/Pool.hs:93) Documentation created: dist/doc/html/resource-pool/index.html, dist/doc/html/resource-pool/resource-pool.txt Creating package registration file: /tmp/pkgConf-resource-pool-0.2.314296961741065261921.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/resource-pool-0.2.3.2-DrDbnKAVr4d6lusOB4rlhA Registering resource-pool-0.2.3.2... cabal: Leaving directory '/tmp/cabal-tmp-30007/resource-pool-0.2.3.2' Installed resource-pool-0.2.3.2 cabal: Entering directory '/tmp/cabal-tmp-30007/aeson-0.11.2.0' Configuring aeson-0.11.2.0... Building aeson-0.11.2.0... Preprocessing library aeson-0.11.2.0... [ 1 of 16] Compiling Data.Aeson.Functions ( Data/Aeson/Functions.hs, dist/build/Data/Aeson/Functions.o ) [ 2 of 16] Compiling Data.Aeson.Internal.Time ( Data/Aeson/Internal/Time.hs, dist/build/Data/Aeson/Internal/Time.o ) [ 3 of 16] Compiling Data.Aeson.Types.Internal ( Data/Aeson/Types/Internal.hs, dist/build/Data/Aeson/Types/Internal.o ) [ 4 of 16] Compiling Data.Aeson.Encode.Builder ( Data/Aeson/Encode/Builder.hs, dist/build/Data/Aeson/Encode/Builder.o ) [ 5 of 16] Compiling Data.Aeson.Types.Class ( Data/Aeson/Types/Class.hs, dist/build/Data/Aeson/Types/Class.o ) [ 6 of 16] Compiling Data.Aeson.Encode.Functions ( Data/Aeson/Encode/Functions.hs, dist/build/Data/Aeson/Encode/Functions.o ) [ 7 of 16] Compiling Data.Aeson.Parser.Time ( Data/Aeson/Parser/Time.hs, dist/build/Data/Aeson/Parser/Time.o ) [ 8 of 16] Compiling Data.Aeson.Types.Instances ( Data/Aeson/Types/Instances.hs, dist/build/Data/Aeson/Types/Instances.o ) [ 9 of 16] Compiling Data.Aeson.Internal ( Data/Aeson/Internal.hs, dist/build/Data/Aeson/Internal.o ) [10 of 16] Compiling Data.Aeson.Types.Generic ( Data/Aeson/Types/Generic.hs, dist/build/Data/Aeson/Types/Generic.o ) Data/Aeson/Types/Generic.hs:81:10: warning: [-Wredundant-constraints] • Redundant constraint: AllNullary (a :+: b) allNullary • In the instance declaration for ‘GToJSON (a :+: b)’ Data/Aeson/Types/Generic.hs:116:10: warning: [-Wredundant-constraints] • Redundant constraint: AllNullary (a :+: b) allNullary • In the instance declaration for ‘GToEncoding (a :+: b)’ Data/Aeson/Types/Generic.hs:510:10: warning: [-Wredundant-constraints] • Redundant constraint: AllNullary (a :+: b) allNullary • In the instance declaration for ‘GFromJSON (a :+: b)’ Data/Aeson/Types/Generic.hs:616:10: warning: [-Wredundant-constraints] • Redundant constraint: IsRecord f isRecord • In the instance declaration for ‘FromTaggedObject' f’ Data/Aeson/Types/Generic.hs:739:10: warning: [-Wredundant-constraints] • Redundant constraint: IsRecord f isRecord • In the instance declaration for ‘IsRecord (f :*: g) isRecord’ Data/Aeson/Types/Generic.hs:746:10: warning: [-Wredundant-constraints] • Redundant constraint: IsRecord f isRecord • In the instance declaration for ‘IsRecord (M1 S c f) isRecord’ Data/Aeson/Types/Generic.hs:755:10: warning: [-Wredundant-constraints] • Redundant constraints: (AllNullary a allNullaryL, AllNullary b allNullaryR, And allNullaryL allNullaryR allNullary) • In the instance declaration for ‘AllNullary (a :+: b) allNullary’ Data/Aeson/Types/Generic.hs:759:10: warning: [-Wredundant-constraints] • Redundant constraint: AllNullary a allNullary • In the instance declaration for ‘AllNullary (M1 i c a) allNullary’ [11 of 16] Compiling Data.Aeson.Types ( Data/Aeson/Types.hs, dist/build/Data/Aeson/Types.o ) [12 of 16] Compiling Data.Aeson.Parser.Internal ( Data/Aeson/Parser/Internal.hs, dist/build/Data/Aeson/Parser/Internal.o ) [13 of 16] Compiling Data.Aeson.Parser ( Data/Aeson/Parser.hs, dist/build/Data/Aeson/Parser.o ) [14 of 16] Compiling Data.Aeson.Encode ( Data/Aeson/Encode.hs, dist/build/Data/Aeson/Encode.o ) [15 of 16] Compiling Data.Aeson ( Data/Aeson.hs, dist/build/Data/Aeson.o ) [16 of 16] Compiling Data.Aeson.TH ( Data/Aeson/TH.hs, dist/build/Data/Aeson/TH.o ) Running Haddock for aeson-0.11.2.0... Running hscolour for aeson-0.11.2.0... Preprocessing library aeson-0.11.2.0... Preprocessing library aeson-0.11.2.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: fail-4.9.0.0 Data/Aeson/Types/Generic.hs:81:10: warning: [-Wredundant-constraints] • Redundant constraint: AllNullary (a :+: b) allNullary • In the instance declaration for ‘GToJSON (a :+: b)’ Data/Aeson/Types/Generic.hs:116:10: warning: [-Wredundant-constraints] • Redundant constraint: AllNullary (a :+: b) allNullary • In the instance declaration for ‘GToEncoding (a :+: b)’ Data/Aeson/Types/Generic.hs:510:10: warning: [-Wredundant-constraints] • Redundant constraint: AllNullary (a :+: b) allNullary • In the instance declaration for ‘GFromJSON (a :+: b)’ Data/Aeson/Types/Generic.hs:616:10: warning: [-Wredundant-constraints] • Redundant constraint: IsRecord f isRecord • In the instance declaration for ‘FromTaggedObject' f’ Data/Aeson/Types/Generic.hs:739:10: warning: [-Wredundant-constraints] • Redundant constraint: IsRecord f isRecord • In the instance declaration for ‘IsRecord (f :*: g) isRecord’ Data/Aeson/Types/Generic.hs:746:10: warning: [-Wredundant-constraints] • Redundant constraint: IsRecord f isRecord • In the instance declaration for ‘IsRecord (M1 S c f) isRecord’ Data/Aeson/Types/Generic.hs:755:10: warning: [-Wredundant-constraints] • Redundant constraints: (AllNullary a allNullaryL, AllNullary b allNullaryR, And allNullaryL allNullaryR allNullary) • In the instance declaration for ‘AllNullary (a :+: b) allNullary’ Data/Aeson/Types/Generic.hs:759:10: warning: [-Wredundant-constraints] • Redundant constraint: AllNullary a allNullary • In the instance declaration for ‘AllNullary (M1 i c a) allNullary’ Haddock coverage: 100% ( 5 / 5) in 'Data.Aeson.Functions' 33% ( 2 / 6) in 'Data.Aeson.Internal.Time' Missing documentation for: fromPico (Data/Aeson/Internal/Time.hs:32) toPico (Data/Aeson/Internal/Time.hs:29) diffTimeOfDay64 (Data/Aeson/Internal/Time.hs:50) toTimeOfDay64 (Data/Aeson/Internal/Time.hs:56) 97% ( 36 / 37) in 'Data.Aeson.Types.Internal' Missing documentation for: JSONPath (Data/Aeson/Types/Internal.hs:108) 48% ( 10 / 21) in 'Data.Aeson.Encode.Builder' Missing documentation for: emptyArray_ (Data/Aeson/Encode/Builder.hs:138) emptyObject_ (Data/Aeson/Encode/Builder.hs:144) object (Data/Aeson/Encode/Builder.hs:87) day (Data/Aeson/Encode/Builder.hs:176) localTime (Data/Aeson/Encode/Builder.hs:244) utcTime (Data/Aeson/Encode/Builder.hs:240) timeOfDay (Data/Aeson/Encode/Builder.hs:192) zonedTime (Data/Aeson/Encode/Builder.hs:248) ascii2 (Data/Aeson/Encode/Builder.hs:150) ascii4 (Data/Aeson/Encode/Builder.hs:154) ascii5 (Data/Aeson/Encode/Builder.hs:159) 100% ( 15 / 15) in 'Data.Aeson.Types.Class' 50% ( 4 / 8) in 'Data.Aeson.Encode.Functions' Missing documentation for: Module header brackets (Data/Aeson/Encode/Functions.hs:51) builder (Data/Aeson/Encode/Functions.hs:28) list (Data/Aeson/Encode/Functions.hs:44) 100% ( 8 / 8) in 'Data.Aeson.Parser.Time' 94% ( 30 / 32) in 'Data.Aeson.Types.Instances' Missing documentation for: tuple (Data/Aeson/Types/Instances.hs:849) >*< (Data/Aeson/Types/Instances.hs:853) 88% ( 7 / 8) in 'Data.Aeson.Internal' Missing documentation for: JSONPath (Data/Aeson/Types/Internal.hs:108) 100% ( 1 / 1) in 'Data.Aeson.Types.Generic' 100% ( 54 / 54) in 'Data.Aeson.Types' 73% ( 11 / 15) in 'Data.Aeson.Parser.Internal' Missing documentation for: decodeWith (Data/Aeson/Parser/Internal.hs:313) decodeStrictWith (Data/Aeson/Parser/Internal.hs:322) eitherDecodeWith (Data/Aeson/Parser/Internal.hs:330) eitherDecodeStrictWith (Data/Aeson/Parser/Internal.hs:340) 100% ( 10 / 10) in 'Data.Aeson.Parser' 86% ( 6 / 7) in 'Data.Aeson.Encode' Missing documentation for: fromValue (Data/Aeson/Encode.hs:71) 100% ( 66 / 66) in 'Data.Aeson' 100% ( 13 / 13) in 'Data.Aeson.TH' Documentation created: dist/doc/html/aeson/index.html, dist/doc/html/aeson/aeson.txt Creating package registration file: /tmp/pkgConf-aeson-0.11.217685801501125670350.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/aeson-0.11.2.0-3X9fosglKxPExrq4VGxdu Registering aeson-0.11.2.0... cabal: Leaving directory '/tmp/cabal-tmp-30007/aeson-0.11.2.0' Installed aeson-0.11.2.0 cabal: Entering directory '/tmp/cabal-tmp-30007/comonad-5' [1 of 1] Compiling Main ( /tmp/cabal-tmp-30007/comonad-5/dist/setup/setup.hs, /tmp/cabal-tmp-30007/comonad-5/dist/setup/Main.o ) /tmp/cabal-tmp-30007/comonad-5/dist/setup/setup.hs:52:69: warning: [-Wdeprecations] In the use of type constructor or class ‘InstalledPackageId’ (imported from Distribution.Package): Deprecated: "Use UnitId instead" Linking /tmp/cabal-tmp-30007/comonad-5/dist/setup/setup ... Configuring comonad-5... Building comonad-5... Preprocessing library comonad-5... [ 1 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o ) [ 2 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o ) [ 3 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.o ) [ 4 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o ) [ 5 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o ) [ 6 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o ) [ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o ) [ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o ) [ 9 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o ) [10 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o ) [11 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o ) [12 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o ) [13 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o ) [14 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o ) [15 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o ) Running Haddock for comonad-5... Running hscolour for comonad-5... Preprocessing library comonad-5... Preprocessing library comonad-5... Haddock coverage: 50% ( 1 / 2) in 'Data.Functor.Composition' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Comonad.Trans.Identity' 100% ( 22 / 22) in 'Control.Comonad' 50% ( 1 / 2) in 'Control.Comonad.Trans.Class' Missing documentation for: ComonadTrans (src/Control/Comonad/Trans/Class.hs:23) 50% ( 1 / 2) in 'Control.Comonad.Hoist.Class' Missing documentation for: ComonadHoist (src/Control/Comonad/Hoist/Class.hs:19) 69% ( 9 / 13) in 'Control.Comonad.Trans.Env' Missing documentation for: Env (src/Control/Comonad/Trans/Env.hs:133) runEnv (src/Control/Comonad/Trans/Env.hs:140) EnvT (src/Control/Comonad/Trans/Env.hs:134) runEnvT (src/Control/Comonad/Trans/Env.hs:143) 73% ( 11 / 15) in 'Control.Comonad.Trans.Store' Missing documentation for: Store (src/Control/Comonad/Trans/Store.hs:118) runStore (src/Control/Comonad/Trans/Store.hs:124) StoreT (src/Control/Comonad/Trans/Store.hs:127) runStoreT (src/Control/Comonad/Trans/Store.hs:129) 33% ( 4 / 12) in 'Control.Comonad.Trans.Traced' Missing documentation for: Traced (src/Control/Comonad/Trans/Traced.hs:65) traced (src/Control/Comonad/Trans/Traced.hs:67) runTraced (src/Control/Comonad/Trans/Traced.hs:70) TracedT (src/Control/Comonad/Trans/Traced.hs:73) trace (src/Control/Comonad/Trans/Traced.hs:100) listen (src/Control/Comonad/Trans/Traced.hs:103) listens (src/Control/Comonad/Trans/Traced.hs:106) censor (src/Control/Comonad/Trans/Traced.hs:109) 33% ( 1 / 3) in 'Control.Comonad.Env.Class' Missing documentation for: ComonadEnv (src/Control/Comonad/Env/Class.hs:34) asks (src/Control/Comonad/Env/Class.hs:37) 60% ( 9 / 15) in 'Control.Comonad.Env' Missing documentation for: ComonadEnv (src/Control/Comonad/Env/Class.hs:34) asks (src/Control/Comonad/Env/Class.hs:37) Env (src/Control/Comonad/Trans/Env.hs:133) runEnv (src/Control/Comonad/Trans/Env.hs:140) EnvT (src/Control/Comonad/Trans/Env.hs:134) runEnvT (src/Control/Comonad/Trans/Env.hs:143) 100% ( 4 / 4) in 'Control.Comonad.Identity' 25% ( 1 / 4) in 'Control.Comonad.Store.Class' Missing documentation for: ComonadStore (src/Control/Comonad/Store/Class.hs:35) lowerPos (src/Control/Comonad/Store/Class.hs:59) lowerPeek (src/Control/Comonad/Store/Class.hs:63) 62% ( 8 / 13) in 'Control.Comonad.Store' Missing documentation for: ComonadStore (src/Control/Comonad/Store/Class.hs:35) Store (src/Control/Comonad/Trans/Store.hs:118) runStore (src/Control/Comonad/Trans/Store.hs:124) StoreT (src/Control/Comonad/Trans/Store.hs:127) runStoreT (src/Control/Comonad/Trans/Store.hs:129) 33% ( 1 / 3) in 'Control.Comonad.Traced.Class' Missing documentation for: ComonadTraced (src/Control/Comonad/Traced/Class.hs:34) traces (src/Control/Comonad/Traced/Class.hs:37) 57% ( 8 / 14) in 'Control.Comonad.Traced' Missing documentation for: ComonadTraced (src/Control/Comonad/Traced/Class.hs:34) traces (src/Control/Comonad/Traced/Class.hs:37) Traced (src/Control/Comonad/Trans/Traced.hs:65) traced (src/Control/Comonad/Trans/Traced.hs:67) runTraced (src/Control/Comonad/Trans/Traced.hs:70) TracedT (src/Control/Comonad/Trans/Traced.hs:73) Warning: Control.Comonad: could not find link destinations for: Id Digit Node Elem FingerTree StateL StateR State Documentation created: dist/doc/html/comonad/index.html, dist/doc/html/comonad/comonad.txt Creating package registration file: /tmp/pkgConf-comonad-5863855284574027320 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/comonad-5-D4OfCscNX7vGdhDagIJJlz Registering comonad-5... cabal: Leaving directory '/tmp/cabal-tmp-30007/comonad-5' Installed comonad-5 cabal: Entering directory '/tmp/cabal-tmp-30007/resourcet-1.1.7.4' Configuring resourcet-1.1.7.4... Building resourcet-1.1.7.4... Preprocessing library resourcet-1.1.7.4... [1 of 4] Compiling Data.Acquire.Internal ( Data/Acquire/Internal.hs, dist/build/Data/Acquire/Internal.o ) [2 of 4] Compiling Control.Monad.Trans.Resource.Internal ( Control/Monad/Trans/Resource/Internal.hs, dist/build/Control/Monad/Trans/Resource/Internal.o ) Control/Monad/Trans/Resource/Internal.hs:49:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Trans/Resource/Internal.hs:76:1: warning: [-Wdodgy-imports] Module ‘Prelude’ does not export ‘catch’ Control/Monad/Trans/Resource/Internal.hs:292:11: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Trans/Resource/Internal.hs:292:56: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [3 of 4] Compiling Control.Monad.Trans.Resource ( Control/Monad/Trans/Resource.hs, dist/build/Control/Monad/Trans/Resource.o ) Control/Monad/Trans/Resource.hs:54:7: warning: [-Wdodgy-exports] The export item ‘ExceptionT(..)’ suggests that ‘ExceptionT’ has (in-scope) constructors or class methods, but it has none Control/Monad/Trans/Resource.hs:64:1: warning: [-Wunused-imports] The import of ‘throw’ from module ‘Control.Exception’ is redundant Control/Monad/Trans/Resource.hs:73:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Control/Monad/Trans/Resource.hs:206:1: warning: [-Wunused-top-binds] Defined but not used: ‘finally’ [4 of 4] Compiling Data.Acquire ( Data/Acquire.hs, dist/build/Data/Acquire.o ) Data/Acquire.hs:16:1: warning: [-Wunused-imports] The import of ‘Control.Monad.Trans.Resource’ is redundant except perhaps to import instances from ‘Control.Monad.Trans.Resource’ To import instances alone, use: import Control.Monad.Trans.Resource() Data/Acquire.hs:18:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Data/Acquire.hs:19:1: warning: [-Wunused-imports] The import of ‘Control.Monad.Base’ is redundant except perhaps to import instances from ‘Control.Monad.Base’ To import instances alone, use: import Control.Monad.Base() Data/Acquire.hs:21:1: warning: [-Wunused-imports] The import of ‘Control.Monad.Trans.Control’ is redundant except perhaps to import instances from ‘Control.Monad.Trans.Control’ To import instances alone, use: import Control.Monad.Trans.Control() Data/Acquire.hs:23:1: warning: [-Wunused-imports] The import of ‘Data.Typeable’ is redundant except perhaps to import instances from ‘Data.Typeable’ To import instances alone, use: import Data.Typeable() Data/Acquire.hs:24:1: warning: [-Wunused-imports] The import of ‘Control.Monad’ is redundant except perhaps to import instances from ‘Control.Monad’ To import instances alone, use: import Control.Monad() Running Haddock for resourcet-1.1.7.4... Running hscolour for resourcet-1.1.7.4... Preprocessing library resourcet-1.1.7.4... Preprocessing library resourcet-1.1.7.4... Control/Monad/Trans/Resource/Internal.hs:49:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Trans/Resource/Internal.hs:76:1: warning: [-Wdodgy-imports] Module ‘Prelude’ does not export ‘catch’ Control/Monad/Trans/Resource/Internal.hs:292:11: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Trans/Resource/Internal.hs:292:56: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Trans/Resource.hs:54:7: warning: [-Wdodgy-exports] The export item ‘ExceptionT(..)’ suggests that ‘ExceptionT’ has (in-scope) constructors or class methods, but it has none Control/Monad/Trans/Resource.hs:64:1: warning: [-Wunused-imports] The import of ‘throw’ from module ‘Control.Exception’ is redundant Control/Monad/Trans/Resource.hs:73:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Control/Monad/Trans/Resource.hs:206:1: warning: [-Wunused-top-binds] Defined but not used: ‘finally’ Data/Acquire.hs:16:1: warning: [-Wunused-imports] The import of ‘Control.Monad.Trans.Resource’ is redundant except perhaps to import instances from ‘Control.Monad.Trans.Resource’ To import instances alone, use: import Control.Monad.Trans.Resource() Data/Acquire.hs:18:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Data/Acquire.hs:19:1: warning: [-Wunused-imports] The import of ‘Control.Monad.Base’ is redundant except perhaps to import instances from ‘Control.Monad.Base’ To import instances alone, use: import Control.Monad.Base() Data/Acquire.hs:21:1: warning: [-Wunused-imports] The import of ‘Control.Monad.Trans.Control’ is redundant except perhaps to import instances from ‘Control.Monad.Trans.Control’ To import instances alone, use: import Control.Monad.Trans.Control() Data/Acquire.hs:23:1: warning: [-Wunused-imports] The import of ‘Data.Typeable’ is redundant except perhaps to import instances from ‘Data.Typeable’ To import instances alone, use: import Data.Typeable() Data/Acquire.hs:24:1: warning: [-Wunused-imports] The import of ‘Control.Monad’ is redundant except perhaps to import instances from ‘Control.Monad’ To import instances alone, use: import Control.Monad() Haddock coverage: 75% ( 6 / 8) in 'Data.Acquire.Internal' Missing documentation for: Module header Allocated (Data/Acquire/Internal.hs:36) 58% ( 7 / 12) in 'Control.Monad.Trans.Resource.Internal' Missing documentation for: Module header ReleaseMap (Control/Monad/Trans/Resource/Internal.hs:109) stateAlloc (Control/Monad/Trans/Resource/Internal.hs:307) stateCleanup (Control/Monad/Trans/Resource/Internal.hs:315) register' (Control/Monad/Trans/Resource/Internal.hs:333) 98% ( 40 / 41) in 'Control.Monad.Trans.Resource' Missing documentation for: MonadBaseControl 100% ( 8 / 8) in 'Data.Acquire' Warning: Control.Monad.Trans.Resource.Internal: could not find link destinations for: NextKey RefCount Warning: Control.Monad.Trans.Resource: could not find link destinations for: ~ Documentation created: dist/doc/html/resourcet/index.html, dist/doc/html/resourcet/resourcet.txt Creating package registration file: /tmp/pkgConf-resourcet-1.1.7973130968708956831.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/resourcet-1.1.7.4-EPw5Ucp5s8AERJojCCz0nc Registering resourcet-1.1.7.4... cabal: Leaving directory '/tmp/cabal-tmp-30007/resourcet-1.1.7.4' Installed resourcet-1.1.7.4 cabal: Entering directory '/tmp/cabal-tmp-30007/hedis-0.9.1' Configuring hedis-0.9.1... Building hedis-0.9.1... Preprocessing library hedis-0.9.1... [1 of 9] Compiling Database.Redis.Protocol ( src/Database/Redis/Protocol.hs, dist/build/Database/Redis/Protocol.o ) [2 of 9] Compiling Database.Redis.ProtocolPipelining ( src/Database/Redis/ProtocolPipelining.hs, dist/build/Database/Redis/ProtocolPipelining.o ) [3 of 9] Compiling Database.Redis.Types ( src/Database/Redis/Types.hs, dist/build/Database/Redis/Types.o ) [4 of 9] Compiling Database.Redis.Core ( src/Database/Redis/Core.hs, dist/build/Database/Redis/Core.o ) [5 of 9] Compiling Database.Redis.ManualCommands ( src/Database/Redis/ManualCommands.hs, dist/build/Database/Redis/ManualCommands.o ) [6 of 9] Compiling Database.Redis.PubSub ( src/Database/Redis/PubSub.hs, dist/build/Database/Redis/PubSub.o ) [7 of 9] Compiling Database.Redis.Transactions ( src/Database/Redis/Transactions.hs, dist/build/Database/Redis/Transactions.o ) [8 of 9] Compiling Database.Redis.Commands ( src/Database/Redis/Commands.hs, dist/build/Database/Redis/Commands.o ) [9 of 9] Compiling Database.Redis ( src/Database/Redis.hs, dist/build/Database/Redis.o ) Running Haddock for hedis-0.9.1... Running hscolour for hedis-0.9.1... Preprocessing library hedis-0.9.1... Preprocessing library hedis-0.9.1... Haddock coverage: 25% ( 1 / 4) in 'Database.Redis.Protocol' Missing documentation for: Module header reply (src/Database/Redis/Protocol.hs:55) renderRequest (src/Database/Redis/Protocol.hs:34) 50% ( 5 / 10) in 'Database.Redis.ProtocolPipelining' Missing documentation for: Connection (src/Database/Redis/ProtocolPipelining.hs:38) connect (src/Database/Redis/ProtocolPipelining.hs:55) disconnect (src/Database/Redis/ProtocolPipelining.hs:68) ConnectionLostException (src/Database/Redis/ProtocolPipelining.hs:50) PortID 0% ( 0 / 20) in 'Database.Redis.Types' Missing documentation for: Module header RedisArg (src/Database/Redis/Types.hs:26) RedisResult (src/Database/Redis/Types.hs:29) (src/Database/Redis/Types.hs:35) (src/Database/Redis/Types.hs:38) (src/Database/Redis/Types.hs:41) Status (src/Database/Redis/Types.hs:47) (src/Database/Redis/Types.hs:50) RedisType (src/Database/Redis/Types.hs:52) (src/Database/Redis/Types.hs:55) (src/Database/Redis/Types.hs:58) (src/Database/Redis/Types.hs:63) (src/Database/Redis/Types.hs:68) (src/Database/Redis/Types.hs:71) (src/Database/Redis/Types.hs:78) (src/Database/Redis/Types.hs:89) (src/Database/Redis/Types.hs:95) (src/Database/Redis/Types.hs:100) (src/Database/Redis/Types.hs:108) (src/Database/Redis/Types.hs:112) 62% ( 10 / 16) in 'Database.Redis.Core' Missing documentation for: Module header MonadRedis (src/Database/Redis/Core.hs:55) send (src/Database/Redis/Core.hs:107) recv (src/Database/Redis/Core.hs:100) auth (src/Database/Redis/Core.hs:213) select (src/Database/Redis/Core.hs:219) 8% ( 7 / 91) in 'Database.Redis.ManualCommands' Missing documentation for: Module header objectRefcount (src/Database/Redis/ManualCommands.hs:13) objectIdletime (src/Database/Redis/ManualCommands.hs:19) objectEncoding (src/Database/Redis/ManualCommands.hs:25) linsertBefore (src/Database/Redis/ManualCommands.hs:31) linsertAfter (src/Database/Redis/ManualCommands.hs:40) getType (src/Database/Redis/ManualCommands.hs:49) (src/Database/Redis/ManualCommands.hs:67) slowlogGet (src/Database/Redis/ManualCommands.hs:76) slowlogLen (src/Database/Redis/ManualCommands.hs:82) slowlogReset (src/Database/Redis/ManualCommands.hs:85) zrange (src/Database/Redis/ManualCommands.hs:88) zrangeWithscores (src/Database/Redis/ManualCommands.hs:97) zrevrange (src/Database/Redis/ManualCommands.hs:106) zrevrangeWithscores (src/Database/Redis/ManualCommands.hs:115) zrangebyscore (src/Database/Redis/ManualCommands.hs:125) zrangebyscoreWithscores (src/Database/Redis/ManualCommands.hs:134) zrangebyscoreLimit (src/Database/Redis/ManualCommands.hs:144) zrangebyscoreWithscoresLimit (src/Database/Redis/ManualCommands.hs:156) zrevrangebyscore (src/Database/Redis/ManualCommands.hs:168) zrevrangebyscoreWithscores (src/Database/Redis/ManualCommands.hs:177) zrevrangebyscoreLimit (src/Database/Redis/ManualCommands.hs:187) zrevrangebyscoreWithscoresLimit (src/Database/Redis/ManualCommands.hs:199) SortOrder (src/Database/Redis/ManualCommands.hs:241) sortStore (src/Database/Redis/ManualCommands.hs:243) sort (src/Database/Redis/ManualCommands.hs:251) sortInternal (src/Database/Redis/ManualCommands.hs:258) Aggregate (src/Database/Redis/ManualCommands.hs:275) zunionstore (src/Database/Redis/ManualCommands.hs:277) zunionstoreWeights (src/Database/Redis/ManualCommands.hs:286) zinterstore (src/Database/Redis/ManualCommands.hs:296) zinterstoreWeights (src/Database/Redis/ManualCommands.hs:305) zstoreInternal (src/Database/Redis/ManualCommands.hs:315) eval (src/Database/Redis/ManualCommands.hs:334) evalsha (src/Database/Redis/ManualCommands.hs:345) bitcount (src/Database/Redis/ManualCommands.hs:356) bitcountRange (src/Database/Redis/ManualCommands.hs:362) bitopAnd (src/Database/Redis/ManualCommands.hs:371) bitopOr (src/Database/Redis/ManualCommands.hs:378) bitopXor (src/Database/Redis/ManualCommands.hs:385) bitopNot (src/Database/Redis/ManualCommands.hs:392) bitop (src/Database/Redis/ManualCommands.hs:399) migrate (src/Database/Redis/ManualCommands.hs:410) migrateMultiple (src/Database/Redis/ManualCommands.hs:443) restore (src/Database/Redis/ManualCommands.hs:461) restoreReplace (src/Database/Redis/ManualCommands.hs:471) set (src/Database/Redis/ManualCommands.hs:481) Condition (src/Database/Redis/ManualCommands.hs:489) (src/Database/Redis/ManualCommands.hs:492) SetOpts (src/Database/Redis/ManualCommands.hs:497) setOpts (src/Database/Redis/ManualCommands.hs:504) DebugMode (src/Database/Redis/ManualCommands.hs:518) (src/Database/Redis/ManualCommands.hs:521) scriptDebug (src/Database/Redis/ManualCommands.hs:527) zadd (src/Database/Redis/ManualCommands.hs:535) ZaddOpts (src/Database/Redis/ManualCommands.hs:544) zaddOpts (src/Database/Redis/ManualCommands.hs:569) ReplyMode (src/Database/Redis/ManualCommands.hs:584) (src/Database/Redis/ManualCommands.hs:587) clientReply (src/Database/Redis/ManualCommands.hs:593) srandmember (src/Database/Redis/ManualCommands.hs:601) srandmemberN (src/Database/Redis/ManualCommands.hs:608) spop (src/Database/Redis/ManualCommands.hs:616) info (src/Database/Redis/ManualCommands.hs:623) infoSection (src/Database/Redis/ManualCommands.hs:629) exists (src/Database/Redis/ManualCommands.hs:636) Cursor (src/Database/Redis/ManualCommands.hs:642) (src/Database/Redis/ManualCommands.hs:645) (src/Database/Redis/ManualCommands.hs:649) cursor0 (src/Database/Redis/ManualCommands.hs:654) scan (src/Database/Redis/ManualCommands.hs:658) ScanOpts (src/Database/Redis/ManualCommands.hs:665) scanOpts (src/Database/Redis/ManualCommands.hs:687) addScanOpts (src/Database/Redis/ManualCommands.hs:695) sscan (src/Database/Redis/ManualCommands.hs:706) sscanOpts (src/Database/Redis/ManualCommands.hs:714) hscan (src/Database/Redis/ManualCommands.hs:723) hscanOpts (src/Database/Redis/ManualCommands.hs:731) zscan (src/Database/Redis/ManualCommands.hs:740) zscanOpts (src/Database/Redis/ManualCommands.hs:748) RangeLex (src/Database/Redis/ManualCommands.hs:756) (src/Database/Redis/ManualCommands.hs:758) zrangebylex (src/Database/Redis/ManualCommands.hs:764) zrangebylexLimit (src/Database/Redis/ManualCommands.hs:772) 78% ( 7 / 9) in 'Database.Redis.PubSub' Missing documentation for: Module header Message (src/Database/Redis/PubSub.hs:107) 86% ( 6 / 7) in 'Database.Redis.Transactions' Missing documentation for: Module header 51% (199 /393) in 'Database.Redis.Commands' Missing documentation for: Module header auth (src/Database/Redis/Core.hs:213) echo (src/Database/Redis/Commands.hs:1037) ping (src/Database/Redis/Commands.hs:540) quit (src/Database/Redis/Commands.hs:1018) select (src/Database/Redis/Core.hs:219) del (src/Database/Redis/Commands.hs:830) dump (src/Database/Redis/Commands.hs:696) exists (src/Database/Redis/ManualCommands.hs:636) expire (src/Database/Redis/Commands.hs:587) expireat (src/Database/Redis/Commands.hs:980) keys (src/Database/Redis/Commands.hs:702) migrate (src/Database/Redis/ManualCommands.hs:410) migrateMultiple (src/Database/Redis/ManualCommands.hs:443) move (src/Database/Redis/Commands.hs:992) objectRefcount (src/Database/Redis/ManualCommands.hs:13) objectEncoding (src/Database/Redis/ManualCommands.hs:25) objectIdletime (src/Database/Redis/ManualCommands.hs:19) persist (src/Database/Redis/Commands.hs:775) pexpire (src/Database/Redis/Commands.hs:614) pexpireat (src/Database/Redis/Commands.hs:951) pttl (src/Database/Redis/Commands.hs:285) randomkey (src/Database/Redis/Commands.hs:721) rename (src/Database/Redis/Commands.hs:866) renamenx (src/Database/Redis/Commands.hs:626) restore (src/Database/Redis/ManualCommands.hs:461) restoreReplace (src/Database/Redis/ManualCommands.hs:471) Cursor (src/Database/Redis/ManualCommands.hs:642) cursor0 (src/Database/Redis/ManualCommands.hs:654) ScanOpts (src/Database/Redis/ManualCommands.hs:665) scan (src/Database/Redis/ManualCommands.hs:658) scanOpts (src/Database/Redis/ManualCommands.hs:687) SortOrder (src/Database/Redis/ManualCommands.hs:241) sort (src/Database/Redis/ManualCommands.hs:251) sortStore (src/Database/Redis/ManualCommands.hs:243) ttl (src/Database/Redis/Commands.hs:272) RedisType (src/Database/Redis/Types.hs:52) getType (src/Database/Redis/ManualCommands.hs:49) wait (src/Database/Redis/Commands.hs:568) hdel (src/Database/Redis/Commands.hs:474) hexists (src/Database/Redis/Commands.hs:880) hget (src/Database/Redis/Commands.hs:944) hgetall (src/Database/Redis/Commands.hs:381) hincrby (src/Database/Redis/Commands.hs:844) hincrbyfloat (src/Database/Redis/Commands.hs:836) hkeys (src/Database/Redis/Commands.hs:317) hlen (src/Database/Redis/Commands.hs:348) hmget (src/Database/Redis/Commands.hs:903) hmset (src/Database/Redis/Commands.hs:387) hscan (src/Database/Redis/ManualCommands.hs:723) hscanOpts (src/Database/Redis/ManualCommands.hs:731) hset (src/Database/Redis/Commands.hs:794) hsetnx (src/Database/Redis/Commands.hs:726) hstrlen (src/Database/Redis/Commands.hs:441) hvals (src/Database/Redis/Commands.hs:545) pfadd (src/Database/Redis/Commands.hs:400) pfcount (src/Database/Redis/Commands.hs:468) pfmerge (src/Database/Redis/Commands.hs:633) blpop (src/Database/Redis/Commands.hs:1023) brpop (src/Database/Redis/Commands.hs:361) brpoplpush (src/Database/Redis/Commands.hs:802) lindex (src/Database/Redis/Commands.hs:427) linsertBefore (src/Database/Redis/ManualCommands.hs:31) linsertAfter (src/Database/Redis/ManualCommands.hs:40) llen (src/Database/Redis/Commands.hs:925) lpop (src/Database/Redis/Commands.hs:575) lpush (src/Database/Redis/Commands.hs:434) lpushx (src/Database/Redis/Commands.hs:787) lrange (src/Database/Redis/Commands.hs:910) lrem (src/Database/Redis/Commands.hs:640) lset (src/Database/Redis/Commands.hs:972) ltrim (src/Database/Redis/Commands.hs:958) rpop (src/Database/Redis/Commands.hs:860) rpoplpush (src/Database/Redis/Commands.hs:354) rpush (src/Database/Redis/Commands.hs:714) rpushx (src/Database/Redis/Commands.hs:330) eval (src/Database/Redis/ManualCommands.hs:334) evalsha (src/Database/Redis/ManualCommands.hs:345) DebugMode (src/Database/Redis/ManualCommands.hs:518) scriptDebug (src/Database/Redis/ManualCommands.hs:527) scriptExists (src/Database/Redis/Commands.hs:762) scriptFlush (src/Database/Redis/Commands.hs:558) scriptKill (src/Database/Redis/Commands.hs:817) scriptLoad (src/Database/Redis/Commands.hs:683) bgrewriteaof (src/Database/Redis/Commands.hs:368) bgsave (src/Database/Redis/Commands.hs:343) clientGetname (src/Database/Redis/Commands.hs:887) clientList (src/Database/Redis/Commands.hs:621) clientPause (src/Database/Redis/Commands.hs:581) ReplyMode (src/Database/Redis/ManualCommands.hs:584) clientReply (src/Database/Redis/ManualCommands.hs:593) clientSetname (src/Database/Redis/Commands.hs:296) commandCount (src/Database/Redis/Commands.hs:291) commandInfo (src/Database/Redis/Commands.hs:1012) configGet (src/Database/Redis/Commands.hs:708) configResetstat (src/Database/Redis/Commands.hs:463) configRewrite (src/Database/Redis/Commands.hs:892) configSet (src/Database/Redis/Commands.hs:551) dbsize (src/Database/Redis/Commands.hs:563) debugObject (src/Database/Redis/Commands.hs:337) flushall (src/Database/Redis/Commands.hs:496) flushdb (src/Database/Redis/Commands.hs:415) info (src/Database/Redis/ManualCommands.hs:623) infoSection (src/Database/Redis/ManualCommands.hs:629) lastsave (src/Database/Redis/Commands.hs:609) save (src/Database/Redis/Commands.hs:987) slaveof (src/Database/Redis/Commands.hs:323) slowlogGet (src/Database/Redis/ManualCommands.hs:76) slowlogLen (src/Database/Redis/ManualCommands.hs:82) slowlogReset (src/Database/Redis/ManualCommands.hs:85) time (src/Database/Redis/Commands.hs:508) sadd (src/Database/Redis/Commands.hs:420) scard (src/Database/Redis/Commands.hs:756) sdiff (src/Database/Redis/Commands.hs:648) sdiffstore (src/Database/Redis/Commands.hs:668) sinter (src/Database/Redis/Commands.hs:394) sinterstore (src/Database/Redis/Commands.hs:533) sismember (src/Database/Redis/Commands.hs:1043) smembers (src/Database/Redis/Commands.hs:513) smove (src/Database/Redis/Commands.hs:448) spop (src/Database/Redis/ManualCommands.hs:616) srandmember (src/Database/Redis/ManualCommands.hs:601) srandmemberN (src/Database/Redis/ManualCommands.hs:608) srem (src/Database/Redis/Commands.hs:1030) sscan (src/Database/Redis/ManualCommands.hs:706) sscanOpts (src/Database/Redis/ManualCommands.hs:714) sunion (src/Database/Redis/Commands.hs:527) sunionstore (src/Database/Redis/Commands.hs:768) ZaddOpts (src/Database/Redis/ManualCommands.hs:544) zadd (src/Database/Redis/ManualCommands.hs:535) zaddOpts (src/Database/Redis/ManualCommands.hs:569) zcard (src/Database/Redis/Commands.hs:966) zcount (src/Database/Redis/Commands.hs:675) zincrby (src/Database/Redis/Commands.hs:373) Aggregate (src/Database/Redis/ManualCommands.hs:275) zinterstore (src/Database/Redis/ManualCommands.hs:296) zinterstoreWeights (src/Database/Redis/ManualCommands.hs:305) zlexcount (src/Database/Redis/Commands.hs:519) zrange (src/Database/Redis/ManualCommands.hs:88) zrangeWithscores (src/Database/Redis/ManualCommands.hs:97) RangeLex (src/Database/Redis/ManualCommands.hs:756) zrangebylex (src/Database/Redis/ManualCommands.hs:764) zrangebylexLimit (src/Database/Redis/ManualCommands.hs:772) zrangebyscore (src/Database/Redis/ManualCommands.hs:125) zrangebyscoreWithscores (src/Database/Redis/ManualCommands.hs:134) zrangebyscoreLimit (src/Database/Redis/ManualCommands.hs:144) zrangebyscoreWithscoresLimit (src/Database/Redis/ManualCommands.hs:156) zrank (src/Database/Redis/Commands.hs:302) zrem (src/Database/Redis/Commands.hs:873) zremrangebylex (src/Database/Redis/Commands.hs:852) zremrangebyrank (src/Database/Redis/Commands.hs:407) zremrangebyscore (src/Database/Redis/Commands.hs:309) zrevrange (src/Database/Redis/ManualCommands.hs:106) zrevrangeWithscores (src/Database/Redis/ManualCommands.hs:115) zrevrangebyscore (src/Database/Redis/ManualCommands.hs:168) zrevrangebyscoreWithscores (src/Database/Redis/ManualCommands.hs:177) zrevrangebyscoreLimit (src/Database/Redis/ManualCommands.hs:187) zrevrangebyscoreWithscoresLimit (src/Database/Redis/ManualCommands.hs:199) zrevrank (src/Database/Redis/Commands.hs:810) zscan (src/Database/Redis/ManualCommands.hs:740) zscanOpts (src/Database/Redis/ManualCommands.hs:748) zscore (src/Database/Redis/Commands.hs:456) zunionstore (src/Database/Redis/ManualCommands.hs:277) zunionstoreWeights (src/Database/Redis/ManualCommands.hs:286) append (src/Database/Redis/Commands.hs:931) bitcount (src/Database/Redis/ManualCommands.hs:356) bitcountRange (src/Database/Redis/ManualCommands.hs:362) bitopAnd (src/Database/Redis/ManualCommands.hs:371) bitopOr (src/Database/Redis/ManualCommands.hs:378) bitopXor (src/Database/Redis/ManualCommands.hs:385) bitopNot (src/Database/Redis/ManualCommands.hs:392) bitpos (src/Database/Redis/Commands.hs:600) decr (src/Database/Redis/Commands.hs:897) decrby (src/Database/Redis/Commands.hs:918) get (src/Database/Redis/Commands.hs:654) getbit (src/Database/Redis/Commands.hs:999) getrange (src/Database/Redis/Commands.hs:660) getset (src/Database/Redis/Commands.hs:689) incr (src/Database/Redis/Commands.hs:938) incrby (src/Database/Redis/Commands.hs:501) incrbyfloat (src/Database/Redis/Commands.hs:481) mget (src/Database/Redis/Commands.hs:594) mset (src/Database/Redis/Commands.hs:734) msetnx (src/Database/Redis/Commands.hs:1006) psetex (src/Database/Redis/Commands.hs:748) Condition (src/Database/Redis/ManualCommands.hs:489) SetOpts (src/Database/Redis/ManualCommands.hs:497) set (src/Database/Redis/ManualCommands.hs:481) setOpts (src/Database/Redis/ManualCommands.hs:504) setbit (src/Database/Redis/Commands.hs:488) setex (src/Database/Redis/Commands.hs:740) setnx (src/Database/Redis/Commands.hs:278) setrange (src/Database/Redis/Commands.hs:822) strlen (src/Database/Redis/Commands.hs:781) 55% (241 /441) in 'Database.Redis' Missing documentation for: Module header MonadRedis (src/Database/Redis/Core.hs:55) PortID auth (src/Database/Redis/Core.hs:213) echo (src/Database/Redis/Commands.hs:1037) ping (src/Database/Redis/Commands.hs:540) quit (src/Database/Redis/Commands.hs:1018) select (src/Database/Redis/Core.hs:219) del (src/Database/Redis/Commands.hs:830) dump (src/Database/Redis/Commands.hs:696) exists (src/Database/Redis/ManualCommands.hs:636) expire (src/Database/Redis/Commands.hs:587) expireat (src/Database/Redis/Commands.hs:980) keys (src/Database/Redis/Commands.hs:702) migrate (src/Database/Redis/ManualCommands.hs:410) migrateMultiple (src/Database/Redis/ManualCommands.hs:443) move (src/Database/Redis/Commands.hs:992) objectRefcount (src/Database/Redis/ManualCommands.hs:13) objectEncoding (src/Database/Redis/ManualCommands.hs:25) objectIdletime (src/Database/Redis/ManualCommands.hs:19) persist (src/Database/Redis/Commands.hs:775) pexpire (src/Database/Redis/Commands.hs:614) pexpireat (src/Database/Redis/Commands.hs:951) pttl (src/Database/Redis/Commands.hs:285) randomkey (src/Database/Redis/Commands.hs:721) rename (src/Database/Redis/Commands.hs:866) renamenx (src/Database/Redis/Commands.hs:626) restore (src/Database/Redis/ManualCommands.hs:461) restoreReplace (src/Database/Redis/ManualCommands.hs:471) Cursor (src/Database/Redis/ManualCommands.hs:642) cursor0 (src/Database/Redis/ManualCommands.hs:654) ScanOpts (src/Database/Redis/ManualCommands.hs:665) scan (src/Database/Redis/ManualCommands.hs:658) scanOpts (src/Database/Redis/ManualCommands.hs:687) SortOrder (src/Database/Redis/ManualCommands.hs:241) sort (src/Database/Redis/ManualCommands.hs:251) sortStore (src/Database/Redis/ManualCommands.hs:243) ttl (src/Database/Redis/Commands.hs:272) RedisType (src/Database/Redis/Types.hs:52) getType (src/Database/Redis/ManualCommands.hs:49) wait (src/Database/Redis/Commands.hs:568) hdel (src/Database/Redis/Commands.hs:474) hexists (src/Database/Redis/Commands.hs:880) hget (src/Database/Redis/Commands.hs:944) hgetall (src/Database/Redis/Commands.hs:381) hincrby (src/Database/Redis/Commands.hs:844) hincrbyfloat (src/Database/Redis/Commands.hs:836) hkeys (src/Database/Redis/Commands.hs:317) hlen (src/Database/Redis/Commands.hs:348) hmget (src/Database/Redis/Commands.hs:903) hmset (src/Database/Redis/Commands.hs:387) hscan (src/Database/Redis/ManualCommands.hs:723) hscanOpts (src/Database/Redis/ManualCommands.hs:731) hset (src/Database/Redis/Commands.hs:794) hsetnx (src/Database/Redis/Commands.hs:726) hstrlen (src/Database/Redis/Commands.hs:441) hvals (src/Database/Redis/Commands.hs:545) pfadd (src/Database/Redis/Commands.hs:400) pfcount (src/Database/Redis/Commands.hs:468) pfmerge (src/Database/Redis/Commands.hs:633) blpop (src/Database/Redis/Commands.hs:1023) brpop (src/Database/Redis/Commands.hs:361) brpoplpush (src/Database/Redis/Commands.hs:802) lindex (src/Database/Redis/Commands.hs:427) linsertBefore (src/Database/Redis/ManualCommands.hs:31) linsertAfter (src/Database/Redis/ManualCommands.hs:40) llen (src/Database/Redis/Commands.hs:925) lpop (src/Database/Redis/Commands.hs:575) lpush (src/Database/Redis/Commands.hs:434) lpushx (src/Database/Redis/Commands.hs:787) lrange (src/Database/Redis/Commands.hs:910) lrem (src/Database/Redis/Commands.hs:640) lset (src/Database/Redis/Commands.hs:972) ltrim (src/Database/Redis/Commands.hs:958) rpop (src/Database/Redis/Commands.hs:860) rpoplpush (src/Database/Redis/Commands.hs:354) rpush (src/Database/Redis/Commands.hs:714) rpushx (src/Database/Redis/Commands.hs:330) eval (src/Database/Redis/ManualCommands.hs:334) evalsha (src/Database/Redis/ManualCommands.hs:345) DebugMode (src/Database/Redis/ManualCommands.hs:518) scriptDebug (src/Database/Redis/ManualCommands.hs:527) scriptExists (src/Database/Redis/Commands.hs:762) scriptFlush (src/Database/Redis/Commands.hs:558) scriptKill (src/Database/Redis/Commands.hs:817) scriptLoad (src/Database/Redis/Commands.hs:683) bgrewriteaof (src/Database/Redis/Commands.hs:368) bgsave (src/Database/Redis/Commands.hs:343) clientGetname (src/Database/Redis/Commands.hs:887) clientList (src/Database/Redis/Commands.hs:621) clientPause (src/Database/Redis/Commands.hs:581) ReplyMode (src/Database/Redis/ManualCommands.hs:584) clientReply (src/Database/Redis/ManualCommands.hs:593) clientSetname (src/Database/Redis/Commands.hs:296) commandCount (src/Database/Redis/Commands.hs:291) commandInfo (src/Database/Redis/Commands.hs:1012) configGet (src/Database/Redis/Commands.hs:708) configResetstat (src/Database/Redis/Commands.hs:463) configRewrite (src/Database/Redis/Commands.hs:892) configSet (src/Database/Redis/Commands.hs:551) dbsize (src/Database/Redis/Commands.hs:563) debugObject (src/Database/Redis/Commands.hs:337) flushall (src/Database/Redis/Commands.hs:496) flushdb (src/Database/Redis/Commands.hs:415) info (src/Database/Redis/ManualCommands.hs:623) infoSection (src/Database/Redis/ManualCommands.hs:629) lastsave (src/Database/Redis/Commands.hs:609) save (src/Database/Redis/Commands.hs:987) slaveof (src/Database/Redis/Commands.hs:323) slowlogGet (src/Database/Redis/ManualCommands.hs:76) slowlogLen (src/Database/Redis/ManualCommands.hs:82) slowlogReset (src/Database/Redis/ManualCommands.hs:85) time (src/Database/Redis/Commands.hs:508) sadd (src/Database/Redis/Commands.hs:420) scard (src/Database/Redis/Commands.hs:756) sdiff (src/Database/Redis/Commands.hs:648) sdiffstore (src/Database/Redis/Commands.hs:668) sinter (src/Database/Redis/Commands.hs:394) sinterstore (src/Database/Redis/Commands.hs:533) sismember (src/Database/Redis/Commands.hs:1043) smembers (src/Database/Redis/Commands.hs:513) smove (src/Database/Redis/Commands.hs:448) spop (src/Database/Redis/ManualCommands.hs:616) srandmember (src/Database/Redis/ManualCommands.hs:601) srandmemberN (src/Database/Redis/ManualCommands.hs:608) srem (src/Database/Redis/Commands.hs:1030) sscan (src/Database/Redis/ManualCommands.hs:706) sscanOpts (src/Database/Redis/ManualCommands.hs:714) sunion (src/Database/Redis/Commands.hs:527) sunionstore (src/Database/Redis/Commands.hs:768) ZaddOpts (src/Database/Redis/ManualCommands.hs:544) zadd (src/Database/Redis/ManualCommands.hs:535) zaddOpts (src/Database/Redis/ManualCommands.hs:569) zcard (src/Database/Redis/Commands.hs:966) zcount (src/Database/Redis/Commands.hs:675) zincrby (src/Database/Redis/Commands.hs:373) Aggregate (src/Database/Redis/ManualCommands.hs:275) zinterstore (src/Database/Redis/ManualCommands.hs:296) zinterstoreWeights (src/Database/Redis/ManualCommands.hs:305) zlexcount (src/Database/Redis/Commands.hs:519) zrange (src/Database/Redis/ManualCommands.hs:88) zrangeWithscores (src/Database/Redis/ManualCommands.hs:97) RangeLex (src/Database/Redis/ManualCommands.hs:756) zrangebylex (src/Database/Redis/ManualCommands.hs:764) zrangebylexLimit (src/Database/Redis/ManualCommands.hs:772) zrangebyscore (src/Database/Redis/ManualCommands.hs:125) zrangebyscoreWithscores (src/Database/Redis/ManualCommands.hs:134) zrangebyscoreLimit (src/Database/Redis/ManualCommands.hs:144) zrangebyscoreWithscoresLimit (src/Database/Redis/ManualCommands.hs:156) zrank (src/Database/Redis/Commands.hs:302) zrem (src/Database/Redis/Commands.hs:873) zremrangebylex (src/Database/Redis/Commands.hs:852) zremrangebyrank (src/Database/Redis/Commands.hs:407) zremrangebyscore (src/Database/Redis/Commands.hs:309) zrevrange (src/Database/Redis/ManualCommands.hs:106) zrevrangeWithscores (src/Database/Redis/ManualCommands.hs:115) zrevrangebyscore (src/Database/Redis/ManualCommands.hs:168) zrevrangebyscoreWithscores (src/Database/Redis/ManualCommands.hs:177) zrevrangebyscoreLimit (src/Database/Redis/ManualCommands.hs:187) zrevrangebyscoreWithscoresLimit (src/Database/Redis/ManualCommands.hs:199) zrevrank (src/Database/Redis/Commands.hs:810) zscan (src/Database/Redis/ManualCommands.hs:740) zscanOpts (src/Database/Redis/ManualCommands.hs:748) zscore (src/Database/Redis/Commands.hs:456) zunionstore (src/Database/Redis/ManualCommands.hs:277) zunionstoreWeights (src/Database/Redis/ManualCommands.hs:286) append (src/Database/Redis/Commands.hs:931) bitcount (src/Database/Redis/ManualCommands.hs:356) bitcountRange (src/Database/Redis/ManualCommands.hs:362) bitopAnd (src/Database/Redis/ManualCommands.hs:371) bitopOr (src/Database/Redis/ManualCommands.hs:378) bitopXor (src/Database/Redis/ManualCommands.hs:385) bitopNot (src/Database/Redis/ManualCommands.hs:392) bitpos (src/Database/Redis/Commands.hs:600) decr (src/Database/Redis/Commands.hs:897) decrby (src/Database/Redis/Commands.hs:918) get (src/Database/Redis/Commands.hs:654) getbit (src/Database/Redis/Commands.hs:999) getrange (src/Database/Redis/Commands.hs:660) getset (src/Database/Redis/Commands.hs:689) incr (src/Database/Redis/Commands.hs:938) incrby (src/Database/Redis/Commands.hs:501) incrbyfloat (src/Database/Redis/Commands.hs:481) mget (src/Database/Redis/Commands.hs:594) mset (src/Database/Redis/Commands.hs:734) msetnx (src/Database/Redis/Commands.hs:1006) psetex (src/Database/Redis/Commands.hs:748) Condition (src/Database/Redis/ManualCommands.hs:489) SetOpts (src/Database/Redis/ManualCommands.hs:497) set (src/Database/Redis/ManualCommands.hs:481) setOpts (src/Database/Redis/ManualCommands.hs:504) setbit (src/Database/Redis/Commands.hs:488) setex (src/Database/Redis/Commands.hs:740) setnx (src/Database/Redis/Commands.hs:278) setrange (src/Database/Redis/Commands.hs:822) strlen (src/Database/Redis/Commands.hs:781) Message (src/Database/Redis/PubSub.hs:107) Status (src/Database/Redis/Types.hs:47) RedisResult (src/Database/Redis/Types.hs:29) ConnectionLostException (src/Database/Redis/ProtocolPipelining.hs:50) Warning: Database.Redis: could not find link destinations for: returnDecode RedisEnv Documentation created: dist/doc/html/hedis/index.html, dist/doc/html/hedis/hedis.txt Creating package registration file: /tmp/pkgConf-hedis-0.921184092171060789305.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/hedis-0.9.1-HsCAki2q4e49C1e3c4JrIi Registering hedis-0.9.1... cabal: Leaving directory '/tmp/cabal-tmp-30007/hedis-0.9.1' Installed hedis-0.9.1 cabal: Entering directory '/tmp/cabal-tmp-30007/bifunctors-5.3' Configuring bifunctors-5.3... Building bifunctors-5.3... Preprocessing library bifunctors-5.3... [ 1 of 17] Compiling Paths_bifunctors ( dist/build/autogen/Paths_bifunctors.hs, dist/build/Paths_bifunctors.o ) [ 2 of 17] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o ) [ 3 of 17] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o ) [ 4 of 17] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o ) [ 5 of 17] Compiling Data.Bifoldable ( src/Data/Bifoldable.hs, dist/build/Data/Bifoldable.o ) [ 6 of 17] Compiling Data.Bitraversable ( src/Data/Bitraversable.hs, dist/build/Data/Bitraversable.o ) [ 7 of 17] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o ) [ 8 of 17] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o ) [ 9 of 17] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o ) [10 of 17] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o ) [11 of 17] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o ) [12 of 17] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o ) [13 of 17] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o ) [14 of 17] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o ) [15 of 17] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o ) [16 of 17] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o ) [17 of 17] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o ) Running Haddock for bifunctors-5.3... Running hscolour for bifunctors-5.3... Preprocessing library bifunctors-5.3... Preprocessing library bifunctors-5.3... Haddock coverage: 0% ( 0 / 8) in 'Paths_bifunctors' Missing documentation for: Module header version (dist/build/autogen/Paths_bifunctors.hs:28) getBinDir (dist/build/autogen/Paths_bifunctors.hs:38) getLibDir (dist/build/autogen/Paths_bifunctors.hs:38) getDataDir (dist/build/autogen/Paths_bifunctors.hs:38) getLibexecDir (dist/build/autogen/Paths_bifunctors.hs:38) getDataFileName (dist/build/autogen/Paths_bifunctors.hs:45) getSysconfDir (dist/build/autogen/Paths_bifunctors.hs:38) 44% ( 39 / 89) in 'Data.Bifunctor.TH.Internal' Missing documentation for: expandSynKind (src/Data/Bifunctor/TH/Internal.hs:48) expandSynApp (src/Data/Bifunctor/TH/Internal.hs:55) TypeSubst (src/Data/Bifunctor/TH/Internal.hs:73) KindSubst (src/Data/Bifunctor/TH/Internal.hs:74) mkSubst (src/Data/Bifunctor/TH/Internal.hs:76) substType (src/Data/Bifunctor/TH/Internal.hs:83) substKind (src/Data/Bifunctor/TH/Internal.hs:95) substNameWithKind (src/Data/Bifunctor/TH/Internal.hs:102) substNamesWithKindStar (src/Data/Bifunctor/TH/Internal.hs:105) bimapConst (src/Data/Bifunctor/TH/Internal.hs:112) bifoldrConst (src/Data/Bifunctor/TH/Internal.hs:116) bifoldMapConst (src/Data/Bifunctor/TH/Internal.hs:120) bitraverseConst (src/Data/Bifunctor/TH/Internal.hs:124) isStarOrVar (src/Data/Bifunctor/TH/Internal.hs:239) thd3 (src/Data/Bifunctor/TH/Internal.hs:299) bifunctorsPackageKey (src/Data/Bifunctor/TH/Internal.hs:492) mkBifunctorsName_tc (src/Data/Bifunctor/TH/Internal.hs:499) mkBifunctorsName_v (src/Data/Bifunctor/TH/Internal.hs:502) bifoldableTypeName (src/Data/Bifunctor/TH/Internal.hs:505) bitraversableTypeName (src/Data/Bifunctor/TH/Internal.hs:508) bifoldrValName (src/Data/Bifunctor/TH/Internal.hs:511) bifoldMapValName (src/Data/Bifunctor/TH/Internal.hs:514) bitraverseValName (src/Data/Bifunctor/TH/Internal.hs:517) bimapConstValName (src/Data/Bifunctor/TH/Internal.hs:520) bifoldrConstValName (src/Data/Bifunctor/TH/Internal.hs:523) bifoldMapConstValName (src/Data/Bifunctor/TH/Internal.hs:526) bitraverseConstValName (src/Data/Bifunctor/TH/Internal.hs:529) dualDataName (src/Data/Bifunctor/TH/Internal.hs:532) endoDataName (src/Data/Bifunctor/TH/Internal.hs:535) wrapMonadDataName (src/Data/Bifunctor/TH/Internal.hs:538) functorTypeName (src/Data/Bifunctor/TH/Internal.hs:541) foldableTypeName (src/Data/Bifunctor/TH/Internal.hs:544) traversableTypeName (src/Data/Bifunctor/TH/Internal.hs:547) appEndoValName (src/Data/Bifunctor/TH/Internal.hs:550) composeValName (src/Data/Bifunctor/TH/Internal.hs:553) idValName (src/Data/Bifunctor/TH/Internal.hs:556) errorValName (src/Data/Bifunctor/TH/Internal.hs:559) flipValName (src/Data/Bifunctor/TH/Internal.hs:562) fmapValName (src/Data/Bifunctor/TH/Internal.hs:565) foldrValName (src/Data/Bifunctor/TH/Internal.hs:568) foldMapValName (src/Data/Bifunctor/TH/Internal.hs:571) getDualValName (src/Data/Bifunctor/TH/Internal.hs:574) traverseValName (src/Data/Bifunctor/TH/Internal.hs:577) unwrapMonadValName (src/Data/Bifunctor/TH/Internal.hs:580) bifunctorTypeName (src/Data/Bifunctor/TH/Internal.hs:589) bimapValName (src/Data/Bifunctor/TH/Internal.hs:592) pureValName (src/Data/Bifunctor/TH/Internal.hs:595) apValName (src/Data/Bifunctor/TH/Internal.hs:598) mappendValName (src/Data/Bifunctor/TH/Internal.hs:601) memptyValName (src/Data/Bifunctor/TH/Internal.hs:604) 100% ( 18 / 18) in 'Data.Bifunctor.TH' 14% ( 1 / 7) in 'Data.Bifunctor.Functor' Missing documentation for: Module header BifunctorFunctor (src/Data/Bifunctor/Functor.hs:22) BifunctorMonad (src/Data/Bifunctor/Functor.hs:25) biliftM (src/Data/Bifunctor/Functor.hs:35) BifunctorComonad (src/Data/Bifunctor/Functor.hs:39) biliftW (src/Data/Bifunctor/Functor.hs:49) 100% ( 34 / 34) in 'Data.Bifoldable' 100% ( 11 / 11) in 'Data.Bitraversable' 0% ( 0 / 7) in 'Data.Bifunctor.Sum' Missing documentation for: Module header Sum (src/Data/Bifunctor/Sum.hs:30) (src/Data/Bifunctor/Sum.hs:66) (src/Data/Bifunctor/Sum.hs:74) (src/Data/Bifunctor/Sum.hs:78) (src/Data/Bifunctor/Sum.hs:82) (src/Data/Bifunctor/Sum.hs:86) 62% ( 5 / 8) in 'Data.Biapplicative' Missing documentation for: Biapplicative (src/Data/Biapplicative.hs:46) <<$>> (src/Data/Biapplicative.hs:42) <<**>> (src/Data/Biapplicative.hs:67) 100% ( 2 / 2) in 'Data.Bifunctor.Biff' 100% ( 2 / 2) in 'Data.Bifunctor.Clown' 100% ( 2 / 2) in 'Data.Bifunctor.Fix' 100% ( 2 / 2) in 'Data.Bifunctor.Flip' 100% ( 2 / 2) in 'Data.Bifunctor.Join' 100% ( 2 / 2) in 'Data.Bifunctor.Joker' 100% ( 2 / 2) in 'Data.Bifunctor.Product' 100% ( 2 / 2) in 'Data.Bifunctor.Tannen' 100% ( 2 / 2) in 'Data.Bifunctor.Wrapped' Warning: Data.Bifunctor.TH: could not find link destinations for: Bifunctor Bifoldable Bitraversable Documentation created: dist/doc/html/bifunctors/index.html, dist/doc/html/bifunctors/bifunctors.txt Creating package registration file: /tmp/pkgConf-bifunctors-51839677468212849265.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/bifunctors-5.3-3cre0UxqFXjJjuCekfyKSn Registering bifunctors-5.3... cabal: Leaving directory '/tmp/cabal-tmp-30007/bifunctors-5.3' Installed bifunctors-5.3 cabal: Entering directory '/tmp/cabal-tmp-30007/conduit-1.2.6.6' Configuring conduit-1.2.6.6... Building conduit-1.2.6.6... Preprocessing library conduit-1.2.6.6... [1 of 8] Compiling Data.Conduit.Internal.Pipe ( Data/Conduit/Internal/Pipe.hs, dist/build/Data/Conduit/Internal/Pipe.o ) Data/Conduit/Internal/Pipe.hs:263:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: yieldOr :: Monad m => o -> m () -> Pipe l i o u m () Data/Conduit/Internal/Pipe.hs:273:5: warning: [-Winline-rule-shadowing] Rule "lift m >>= CI.yield" may never fire because ‘lift’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘lift’ Data/Conduit/Internal/Pipe.hs:634:11: warning: [-Winline-rule-shadowing] Rule "conduit: Pipe: lift x >>= f" may never fire because ‘lift’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘lift’ Data/Conduit/Internal/Pipe.hs:635:11: warning: [-Winline-rule-shadowing] Rule "conduit: Pipe: lift x >> f" may never fire because ‘lift’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘lift’ [2 of 8] Compiling Data.Conduit.Internal.Conduit ( Data/Conduit/Internal/Conduit.hs, dist/build/Data/Conduit/Internal/Conduit.o ) Data/Conduit/Internal/Conduit.hs:88:1: warning: [-Wdodgy-imports] Module ‘Prelude’ does not export ‘catch’ Data/Conduit/Internal/Conduit.hs:248:10: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the instance declaration for ‘Monoid (ConduitM i o m ())’ Data/Conduit/Internal/Conduit.hs:820:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: await :: Monad m => Consumer i m (Maybe i) Data/Conduit/Internal/Conduit.hs:824:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: await' :: Monad m => ConduitM i o m r -> (i -> ConduitM i o m r) -> ConduitM i o m r Data/Conduit/Internal/Conduit.hs:923:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: yieldOr :: Monad m => o -> m () -> ConduitM i o m () Data/Conduit/Internal/Conduit.hs:937:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: awaitForever :: Monad m => (i -> ConduitM i o m r) -> ConduitM i o m () Data/Conduit/Internal/Conduit.hs:1107:10: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the instance declaration for ‘Functor (ZipSink i m)’ [3 of 8] Compiling Data.Conduit.Internal.Fusion ( Data/Conduit/Internal/Fusion.hs, dist/build/Data/Conduit/Internal/Fusion.o ) [4 of 8] Compiling Data.Conduit.Internal.List.Stream ( Data/Conduit/Internal/List/Stream.hs, dist/build/Data/Conduit/Internal/List/Stream.o ) [5 of 8] Compiling Data.Conduit.Internal ( Data/Conduit/Internal.hs, dist/build/Data/Conduit/Internal.o ) [6 of 8] Compiling Data.Conduit ( Data/Conduit.hs, dist/build/Data/Conduit.o ) [7 of 8] Compiling Data.Conduit.List ( Data/Conduit/List.hs, dist/build/Data/Conduit/List.o ) Data/Conduit/List.hs:761:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: sourceNullC :: Monad m => Producer m a [8 of 8] Compiling Data.Conduit.Lift ( Data/Conduit/Lift.hs, dist/build/Data/Conduit/Lift.o ) Data/Conduit/Lift.hs:78:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Data/Conduit/Lift.hs:129:26: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:129:56: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:131:29: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:134:12: warning: [-Wdeprecations] In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:139:1: warning: [-Wredundant-constraints] • Redundant constraint: E.Error e • In the type signature for: runErrorC :: (Monad m, E.Error e) => ConduitM i o (E.ErrorT e m) r -> ConduitM i o m (Either e r) Data/Conduit/Lift.hs:140:16: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:141:20: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:146:25: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:151:56: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:160:16: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:161:20: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:162:29: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:163:23: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:168:32: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Running Haddock for conduit-1.2.6.6... Running hscolour for conduit-1.2.6.6... Preprocessing library conduit-1.2.6.6... Preprocessing library conduit-1.2.6.6... Data/Conduit/Internal/Pipe.hs:263:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: yieldOr :: Monad m => o -> m () -> Pipe l i o u m () Data/Conduit/Internal/Conduit.hs:88:1: warning: [-Wdodgy-imports] Module ‘Prelude’ does not export ‘catch’ Data/Conduit/Internal/Conduit.hs:248:10: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the instance declaration for ‘Monoid (ConduitM i o m ())’ Data/Conduit/Internal/Conduit.hs:820:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: await :: Monad m => Consumer i m (Maybe i) Data/Conduit/Internal/Conduit.hs:824:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: await' :: Monad m => ConduitM i o m r -> (i -> ConduitM i o m r) -> ConduitM i o m r Data/Conduit/Internal/Conduit.hs:923:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: yieldOr :: Monad m => o -> m () -> ConduitM i o m () Data/Conduit/Internal/Conduit.hs:937:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: awaitForever :: Monad m => (i -> ConduitM i o m r) -> ConduitM i o m () Data/Conduit/Internal/Conduit.hs:1107:10: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the instance declaration for ‘Functor (ZipSink i m)’ Data/Conduit/List.hs:761:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: sourceNullC :: Monad m => Producer m a Data/Conduit/Lift.hs:78:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Data/Conduit/Lift.hs:129:26: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:129:56: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:131:29: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:134:12: warning: [-Wdeprecations] In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:139:1: warning: [-Wredundant-constraints] • Redundant constraint: E.Error e • In the type signature for: runErrorC :: (Monad m, E.Error e) => ConduitM i o (E.ErrorT e m) r -> ConduitM i o m (Either e r) Data/Conduit/Lift.hs:140:16: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:141:20: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:146:25: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:151:56: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:160:16: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:161:20: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:162:29: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:163:23: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Data/Conduit/Lift.hs:168:32: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Haddock coverage: 91% ( 32 / 35) in 'Data.Conduit.Internal.Pipe' Missing documentation for: Module header yieldM (Data/Conduit/Internal/Pipe.hs:255) enumFromTo (Data/Conduit/Internal/Pipe.hs:504) 93% ( 70 / 75) in 'Data.Conduit.Internal.Conduit' Missing documentation for: Module header yieldM (Data/Conduit/Internal/Conduit.hs:845) sourceToPipe (Data/Conduit/Internal/Conduit.hs:332) sinkToPipe (Data/Conduit/Internal/Conduit.hs:342) conduitToPipe (Data/Conduit/Internal/Conduit.hs:352) 19% ( 3 / 16) in 'Data.Conduit.Internal.Fusion' Missing documentation for: Module header Stream (Data/Conduit/Internal/Fusion.hs:37) ConduitWithStream (Data/Conduit/Internal/Fusion.hs:41) StreamConduitM (Data/Conduit/Internal/Fusion.hs:45) StreamConduit (Data/Conduit/Internal/Fusion.hs:47) StreamSource (Data/Conduit/Internal/Fusion.hs:49) StreamProducer (Data/Conduit/Internal/Fusion.hs:51) StreamSink (Data/Conduit/Internal/Fusion.hs:53) StreamConsumer (Data/Conduit/Internal/Fusion.hs:55) streamConduit (Data/Conduit/Internal/Fusion.hs:174) streamSource (Data/Conduit/Internal/Fusion.hs:180) streamSourcePure (Data/Conduit/Internal/Fusion.hs:198) unstream (Data/Conduit/Internal/Fusion.hs:57) 0% ( 0 / 39) in 'Data.Conduit.Internal.List.Stream' Missing documentation for: Module header unfoldS (Data/Conduit/Internal/List/Stream.hs:13) unfoldMS (Data/Conduit/Internal/List/Stream.hs:26) sourceListS (Data/Conduit/Internal/List/Stream.hs:40) enumFromToS (Data/Conduit/Internal/List/Stream.hs:48) enumFromToS_int (Data/Conduit/Internal/List/Stream.hs:60) iterateS (Data/Conduit/Internal/List/Stream.hs:74) replicateS (Data/Conduit/Internal/List/Stream.hs:83) replicateMS (Data/Conduit/Internal/List/Stream.hs:92) foldS (Data/Conduit/Internal/List/Stream.hs:101) foldMS (Data/Conduit/Internal/List/Stream.hs:113) mapM_S (Data/Conduit/Internal/List/Stream.hs:127) dropS (Data/Conduit/Internal/List/Stream.hs:141) takeS (Data/Conduit/Internal/List/Stream.hs:156) headS (Data/Conduit/Internal/List/Stream.hs:171) mapS (Data/Conduit/Internal/List/Stream.hs:183) mapMS (Data/Conduit/Internal/List/Stream.hs:195) iterMS (Data/Conduit/Internal/List/Stream.hs:207) mapMaybeS (Data/Conduit/Internal/List/Stream.hs:219) mapMaybeMS (Data/Conduit/Internal/List/Stream.hs:234) catMaybesS (Data/Conduit/Internal/List/Stream.hs:250) concatS (Data/Conduit/Internal/List/Stream.hs:263) concatMapS (Data/Conduit/Internal/List/Stream.hs:276) concatMapMS (Data/Conduit/Internal/List/Stream.hs:289) concatMapAccumS (Data/Conduit/Internal/List/Stream.hs:304) mapAccumS (Data/Conduit/Internal/List/Stream.hs:319) mapAccumMS (Data/Conduit/Internal/List/Stream.hs:333) concatMapAccumMS (Data/Conduit/Internal/List/Stream.hs:347) mapFoldableS (Data/Conduit/Internal/List/Stream.hs:362) mapFoldableMS (Data/Conduit/Internal/List/Stream.hs:375) consumeS (Data/Conduit/Internal/List/Stream.hs:390) groupByS (Data/Conduit/Internal/List/Stream.hs:402) groupOn1S (Data/Conduit/Internal/List/Stream.hs:406) GroupByState (Data/Conduit/Internal/List/Stream.hs:410) groupBy1S (Data/Conduit/Internal/List/Stream.hs:415) isolateS (Data/Conduit/Internal/List/Stream.hs:436) filterS (Data/Conduit/Internal/List/Stream.hs:449) sinkNullS (Data/Conduit/Internal/List/Stream.hs:462) sourceNullS (Data/Conduit/Internal/List/Stream.hs:474) 94% (106 /113) in 'Data.Conduit.Internal' Missing documentation for: Module header yieldM (Data/Conduit/Internal/Pipe.hs:255) enumFromTo (Data/Conduit/Internal/Pipe.hs:504) yieldM (Data/Conduit/Internal/Conduit.hs:845) sourceToPipe (Data/Conduit/Internal/Conduit.hs:332) sinkToPipe (Data/Conduit/Internal/Conduit.hs:342) conduitToPipe (Data/Conduit/Internal/Conduit.hs:352) 100% ( 76 / 76) in 'Data.Conduit' 100% ( 52 / 52) in 'Data.Conduit.List' 98% ( 43 / 44) in 'Data.Conduit.Lift' Missing documentation for: distribute (Data/Conduit/Lift.hs:119) Documentation created: dist/doc/html/conduit/index.html, dist/doc/html/conduit/conduit.txt Creating package registration file: /tmp/pkgConf-conduit-1.2.6212213112555423542.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/conduit-1.2.6.6-HkJSccJTkv4I9x8FiXXznB Registering conduit-1.2.6.6... cabal: Leaving directory '/tmp/cabal-tmp-30007/conduit-1.2.6.6' Installed conduit-1.2.6.6 cabal: Entering directory '/tmp/cabal-tmp-30007/profunctors-5.2' Configuring profunctors-5.2... Building profunctors-5.2... Preprocessing library profunctors-5.2... [ 1 of 15] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.o ) [ 2 of 15] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.o ) [ 3 of 15] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.o ) [ 4 of 15] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.o ) [ 5 of 15] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.o ) [ 6 of 15] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.o ) [ 7 of 15] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.o ) [ 8 of 15] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.o ) [ 9 of 15] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.o ) [10 of 15] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o ) [11 of 15] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.o ) [12 of 15] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.o ) [13 of 15] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.o ) [14 of 15] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.o ) [15 of 15] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.o ) Running Haddock for profunctors-5.2... Running hscolour for profunctors-5.2... Preprocessing library profunctors-5.2... Preprocessing library profunctors-5.2... Haddock coverage: 100% ( 3 / 3) in 'Data.Profunctor.Unsafe' 71% ( 5 / 7) in 'Data.Profunctor.Types' Missing documentation for: Forget (src/Data/Profunctor/Types.hs:209) :-> (src/Data/Profunctor/Types.hs:57) 9% ( 1 / 11) in 'Data.Profunctor.Monad' Missing documentation for: ProfunctorFunctor (src/Data/Profunctor/Monad.hs:22) (src/Data/Profunctor/Monad.hs:25) (src/Data/Profunctor/Monad.hs:28) (src/Data/Profunctor/Monad.hs:31) ProfunctorMonad (src/Data/Profunctor/Monad.hs:35) (src/Data/Profunctor/Monad.hs:42) (src/Data/Profunctor/Monad.hs:47) ProfunctorComonad (src/Data/Profunctor/Monad.hs:52) (src/Data/Profunctor/Monad.hs:56) (src/Data/Profunctor/Monad.hs:60) 50% ( 1 / 2) in 'Data.Profunctor.Adjunction' Missing documentation for: ProfunctorAdjunction (src/Data/Profunctor/Adjunction.hs:20) 93% ( 13 / 14) in 'Data.Profunctor.Strong' Missing documentation for: uncurry' (src/Data/Profunctor/Strong.hs:78) 71% ( 5 / 7) in 'Data.Profunctor.Closed' Missing documentation for: Environment (src/Data/Profunctor/Closed.hs:175) curry' (src/Data/Profunctor/Closed.hs:84) 92% ( 12 / 13) in 'Data.Profunctor.Choice' Missing documentation for: Cochoice (src/Data/Profunctor/Choice.hs:260) 40% ( 4 / 10) in 'Data.Profunctor.Traversing' Missing documentation for: Module header CofreeTraversing (src/Data/Profunctor/Traversing.hs:108) firstTraversing (src/Data/Profunctor/Traversing.hs:35) secondTraversing (src/Data/Profunctor/Traversing.hs:38) leftTraversing (src/Data/Profunctor/Traversing.hs:44) rightTraversing (src/Data/Profunctor/Traversing.hs:47) 29% ( 2 / 7) in 'Data.Profunctor.Mapping' Missing documentation for: Module header Mapping (src/Data/Profunctor/Mapping.hs:28) CofreeMapping (src/Data/Profunctor/Mapping.hs:47) traverseMapping (src/Data/Profunctor/Mapping.hs:41) closedMapping (src/Data/Profunctor/Mapping.hs:44) 70% ( 14 / 20) in 'Data.Profunctor' Missing documentation for: uncurry' (src/Data/Profunctor/Strong.hs:78) curry' (src/Data/Profunctor/Closed.hs:84) Mapping (src/Data/Profunctor/Mapping.hs:28) Cochoice (src/Data/Profunctor/Choice.hs:260) Forget (src/Data/Profunctor/Types.hs:209) :-> (src/Data/Profunctor/Types.hs:57) 21% ( 3 / 14) in 'Data.Profunctor.Cayley' Missing documentation for: Cayley (src/Data/Profunctor/Cayley.hs:28) (src/Data/Profunctor/Cayley.hs:30) (src/Data/Profunctor/Cayley.hs:43) (src/Data/Profunctor/Cayley.hs:50) (src/Data/Profunctor/Cayley.hs:54) (src/Data/Profunctor/Cayley.hs:58) (src/Data/Profunctor/Cayley.hs:62) (src/Data/Profunctor/Cayley.hs:69) (src/Data/Profunctor/Cayley.hs:75) (src/Data/Profunctor/Cayley.hs:78) (src/Data/Profunctor/Cayley.hs:81) 100% ( 3 / 3) in 'Data.Profunctor.Sieve' 67% ( 16 / 24) in 'Data.Profunctor.Rep' Missing documentation for: prepAdj (src/Data/Profunctor/Rep.hs:187) unprepAdj (src/Data/Profunctor/Rep.hs:190) prepUnit (src/Data/Profunctor/Rep.hs:193) prepCounit (src/Data/Profunctor/Rep.hs:196) Coprep (src/Data/Profunctor/Rep.hs:203) uncoprepAdj (src/Data/Profunctor/Rep.hs:218) coprepUnit (src/Data/Profunctor/Rep.hs:221) coprepCounit (src/Data/Profunctor/Rep.hs:224) 89% ( 17 / 19) in 'Data.Profunctor.Composition' Missing documentation for: procomposed (src/Data/Profunctor/Composition.hs:76) mu (src/Data/Profunctor/Composition.hs:289) 50% ( 4 / 8) in 'Data.Profunctor.Ran' Missing documentation for: precomposeRan (src/Data/Profunctor/Ran.hs:79) curryRan (src/Data/Profunctor/Ran.hs:83) uncurryRan (src/Data/Profunctor/Ran.hs:87) decomposeCodensity (src/Data/Profunctor/Ran.hs:120) Warning: Data.Profunctor.Rep: could not find link destinations for: Iso Warning: Data.Profunctor.Composition: could not find link destinations for: Iso ~ Warning: Data.Profunctor.Ran: could not find link destinations for: ~ Documentation created: dist/doc/html/profunctors/index.html, dist/doc/html/profunctors/profunctors.txt Creating package registration file: /tmp/pkgConf-profunctors-514543066811213223780.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/profunctors-5.2-LKNUVgHZrZeF6OSV63bAZX Registering profunctors-5.2... cabal: Leaving directory '/tmp/cabal-tmp-30007/profunctors-5.2' Installed profunctors-5.2 cabal: Entering directory '/tmp/cabal-tmp-30007/conduit-extra-1.1.13.2' Configuring conduit-extra-1.1.13.2... Building conduit-extra-1.1.13.2... Preprocessing library conduit-extra-1.1.13.2... [ 1 of 12] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.o ) Data/Conduit/Zlib.hs:36:1: warning: [-Wredundant-constraints] • Redundant constraint: MonadThrow m • In the type signature for: unsafeLiftIO :: (MonadBase base m, PrimMonad base, MonadThrow m) => IO a -> m a [ 2 of 12] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.o ) [ 3 of 12] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, dist/build/Data/Conduit/Network/UDP.o ) [ 4 of 12] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.o ) [ 5 of 12] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, dist/build/Data/Conduit/Network/Unix.o ) [ 6 of 12] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.o ) [ 7 of 12] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.o ) [ 8 of 12] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, dist/build/Data/Conduit/ByteString/Builder.o ) [ 9 of 12] Compiling Data.Conduit.Blaze ( Data/Conduit/Blaze.hs, dist/build/Data/Conduit/Blaze.o ) [10 of 12] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.o ) Data/Conduit/Binary.hs:440:28: warning: [-Wdeprecations] In the use of ‘inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." Data/Conduit/Binary.hs:442:20: warning: [-Wdeprecations] In the use of ‘inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." Data/Conduit/Binary.hs:493:33: warning: [-Wname-shadowing] This binding for ‘bs’ shadows the existing binding bound at Data/Conduit/Binary.hs:485:18 Data/Conduit/Binary.hs:507:36: warning: [-Wdeprecations] In the use of ‘inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." [11 of 12] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.o ) [12 of 12] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.o ) Data/Conduit/Attoparsec.hs:77:5: warning: [-Wunused-top-binds] Defined but not used: ‘notEmpty’ Running Haddock for conduit-extra-1.1.13.2... Running hscolour for conduit-extra-1.1.13.2... Preprocessing library conduit-extra-1.1.13.2... Preprocessing library conduit-extra-1.1.13.2... Data/Conduit/Zlib.hs:36:1: warning: [-Wredundant-constraints] • Redundant constraint: MonadThrow m • In the type signature for: unsafeLiftIO :: (MonadBase base m, PrimMonad base, MonadThrow m) => IO a -> m a Data/Conduit/Binary.hs:440:28: warning: [-Wdeprecations] In the use of ‘inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." Data/Conduit/Binary.hs:442:20: warning: [-Wdeprecations] In the use of ‘inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." Data/Conduit/Binary.hs:493:33: warning: [-Wname-shadowing] This binding for ‘bs’ shadows the existing binding bound at Data/Conduit/Binary.hs:485:18 Data/Conduit/Binary.hs:507:36: warning: [-Wdeprecations] In the use of ‘inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." Data/Conduit/Attoparsec.hs:77:5: warning: [-Wunused-top-binds] Defined but not used: ‘notEmpty’ Haddock coverage: 100% ( 14 / 14) in 'Data.Conduit.Zlib' 100% ( 25 / 25) in 'Data.Conduit.Text' 91% ( 10 / 11) in 'Data.Conduit.Network.UDP' Missing documentation for: Module header 53% ( 18 / 34) in 'Data.Conduit.Network' Missing documentation for: Module header appSource (Data/Conduit/Network.hs:87) appSink (Data/Conduit/Network.hs:98) appSockAddr appLocalAddr serverSettings (Data/Conduit/Network.hs:81) runTCPServerWithHandle clientSettings (Data/Conduit/Network.hs:84) getPort getHost getAfterBind getNeedLocalAddr setPort setHost setAfterBind setNeedLocalAddr 59% ( 13 / 22) in 'Data.Conduit.Network.Unix' Missing documentation for: Module header appSource (Data/Conduit/Network.hs:87) appSink (Data/Conduit/Network.hs:98) serverSettings (Data/Conduit/Network/Unix.hs:35) clientSettings (Data/Conduit/Network/Unix.hs:32) getPath getAfterBind setPath setAfterBind 100% ( 3 / 3) in 'Data.Conduit.Lazy' 67% ( 2 / 3) in 'Data.Conduit.Filesystem' Missing documentation for: Module header 100% ( 25 / 25) in 'Data.Conduit.ByteString.Builder' 100% ( 25 / 25) in 'Data.Conduit.Blaze' 100% ( 36 / 36) in 'Data.Conduit.Binary' 100% ( 9 / 9) in 'Data.Conduit.Process' 85% ( 11 / 13) in 'Data.Conduit.Attoparsec' Missing documentation for: Position (Data/Conduit/Attoparsec.hs:53) PositionRange (Data/Conduit/Attoparsec.hs:62) Warning: Data.Conduit.Binary: could not find link destinations for: SinkStorableInsufficientBytes Warning: Data.Conduit.Process: could not find link destinations for: ~ Warning: Data.Conduit.Attoparsec: could not find link destinations for: parseA feedA empty isNull notEmpty getLinesCols stripFromEnd Documentation created: dist/doc/html/conduit-extra/index.html, dist/doc/html/conduit-extra/conduit-extra.txt Creating package registration file: /tmp/pkgConf-conduit-extra-1.1.131718053801788186480.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/conduit-extra-1.1.13.2-7dekOmbEQnvB0biVCfXgfD Registering conduit-extra-1.1.13.2... cabal: Leaving directory '/tmp/cabal-tmp-30007/conduit-extra-1.1.13.2' Installed conduit-extra-1.1.13.2 cabal: Entering directory '/tmp/cabal-tmp-30007/thyme-0.3.5.5' Configuring thyme-0.3.5.5... Building thyme-0.3.5.5... Preprocessing library thyme-0.3.5.5... [ 1 of 20] Compiling Data.Thyme.Format.Internal ( src/Data/Thyme/Format/Internal.hs, dist/build/Data/Thyme/Format/Internal.o ) [ 2 of 20] Compiling Data.Thyme.Internal.Micro ( src/Data/Thyme/Internal/Micro.hs, dist/build/Data/Thyme/Internal/Micro.o ) [ 3 of 20] Compiling Control.Lens ( lens/Control/Lens.hs, dist/build/Control/Lens.o ) [ 4 of 20] Compiling Data.Thyme.Calendar.Internal ( src/Data/Thyme/Calendar/Internal.hs, dist/build/Data/Thyme/Calendar/Internal.o ) src/Data/Thyme/Calendar/Internal.hs:21:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [ 5 of 20] Compiling Data.Thyme.Clock.Internal ( src/Data/Thyme/Clock/Internal.hs, dist/build/Data/Thyme/Clock/Internal.o ) [ 6 of 20] Compiling Data.Thyme.Calendar.MonthDay ( src/Data/Thyme/Calendar/MonthDay.hs, dist/build/Data/Thyme/Calendar/MonthDay.o ) [ 7 of 20] Compiling Data.Thyme.Clock.POSIX ( dist/build/Data/Thyme/Clock/POSIX.hs, dist/build/Data/Thyme/Clock/POSIX.o ) [ 8 of 20] Compiling Data.Thyme.Format.Human ( src/Data/Thyme/Format/Human.hs, dist/build/Data/Thyme/Format/Human.o ) src/Data/Thyme/Format/Human.hs:15:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [ 9 of 20] Compiling Data.Thyme.Clock ( src/Data/Thyme/Clock.hs, dist/build/Data/Thyme/Clock.o ) [10 of 20] Compiling Data.Thyme.Calendar ( src/Data/Thyme/Calendar.hs, dist/build/Data/Thyme/Calendar.o ) src/Data/Thyme/Calendar.hs:24:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [11 of 20] Compiling Data.Thyme.LocalTime ( src/Data/Thyme/LocalTime.hs, dist/build/Data/Thyme/LocalTime.o ) src/Data/Thyme/LocalTime.hs:18:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [12 of 20] Compiling Data.Thyme.Calendar.OrdinalDate ( src/Data/Thyme/Calendar/OrdinalDate.hs, dist/build/Data/Thyme/Calendar/OrdinalDate.o ) src/Data/Thyme/Calendar/OrdinalDate.hs:14:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [13 of 20] Compiling Data.Thyme.Calendar.WeekDate ( src/Data/Thyme/Calendar/WeekDate.hs, dist/build/Data/Thyme/Calendar/WeekDate.o ) src/Data/Thyme/Calendar/WeekDate.hs:22:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [14 of 20] Compiling Data.Thyme.Calendar.WeekdayOfMonth ( src/Data/Thyme/Calendar/WeekdayOfMonth.hs, dist/build/Data/Thyme/Calendar/WeekdayOfMonth.o ) src/Data/Thyme/Calendar/WeekdayOfMonth.hs:18:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [15 of 20] Compiling Data.Thyme.Clock.TAI ( src/Data/Thyme/Clock/TAI.hs, dist/build/Data/Thyme/Clock/TAI.o ) src/Data/Thyme/Clock/TAI.hs:27:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [16 of 20] Compiling Data.Thyme.Format ( src/Data/Thyme/Format.hs, dist/build/Data/Thyme/Format.o ) [17 of 20] Compiling Data.Thyme ( src/Data/Thyme.hs, dist/build/Data/Thyme.o ) [18 of 20] Compiling Data.Thyme.Format.Aeson ( src/Data/Thyme/Format/Aeson.hs, dist/build/Data/Thyme/Format/Aeson.o ) src/Data/Thyme/Format/Aeson.hs:17:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [19 of 20] Compiling Data.Thyme.Time.Core ( src/Data/Thyme/Time/Core.hs, dist/build/Data/Thyme/Time/Core.o ) [20 of 20] Compiling Data.Thyme.Time ( src/Data/Thyme/Time.hs, dist/build/Data/Thyme/Time.o ) Running Haddock for thyme-0.3.5.5... Running hscolour for thyme-0.3.5.5... Preprocessing library thyme-0.3.5.5... Preprocessing library thyme-0.3.5.5... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: MemoTrie-0.6.4, fail-4.9.0.0 src/Data/Thyme/Calendar/Internal.hs:21:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Haddock coverage: 28% ( 5 / 18) in 'Data.Thyme.Format.Internal' Missing documentation for: Module header utf8Char (src/Data/Thyme/Format/Internal.hs:32) utf8String (src/Data/Thyme/Format/Internal.hs:33) shows02 (src/Data/Thyme/Format/Internal.hs:45) shows_2 (src/Data/Thyme/Format/Internal.hs:50) shows03 (src/Data/Thyme/Format/Internal.hs:54) showsYear (src/Data/Thyme/Format/Internal.hs:61) fills06 (src/Data/Thyme/Format/Internal.hs:70) drops0 (src/Data/Thyme/Format/Internal.hs:80) parserToReadS (src/Data/Thyme/Format/Internal.hs:88) indexOf (src/Data/Thyme/Format/Internal.hs:104) indexOfCI (src/Data/Thyme/Format/Internal.hs:108) charU8 (src/Data/Thyme/Format/Internal.hs:129) 7% ( 1 / 14) in 'Data.Thyme.Internal.Micro' Missing documentation for: Micro (src/Data/Thyme/Internal/Micro.hs:43) (src/Data/Thyme/Internal/Micro.hs:45) (src/Data/Thyme/Internal/Micro.hs:45) (src/Data/Thyme/Internal/Micro.hs:45) (src/Data/Thyme/Internal/Micro.hs:45) (src/Data/Thyme/Internal/Micro.hs:45) (src/Data/Thyme/Internal/Micro.hs:52) (src/Data/Thyme/Internal/Micro.hs:59) microQuotRem (src/Data/Thyme/Internal/Micro.hs:74) microDivMod (src/Data/Thyme/Internal/Micro.hs:74) (src/Data/Thyme/Internal/Micro.hs:78) (src/Data/Thyme/Internal/Micro.hs:86) (src/Data/Thyme/Internal/Micro.hs:98) 6% ( 1 / 16) in 'Control.Lens' Missing documentation for: & (lens/Control/Lens.hs:22) Iso (lens/Control/Lens.hs:30) Iso' (lens/Control/Lens.hs:31) iso (lens/Control/Lens.hs:33) from (lens/Control/Lens.hs:55) review (lens/Control/Lens.hs:80) # (lens/Control/Lens.hs:85) Lens (lens/Control/Lens.hs:91) Lens' (lens/Control/Lens.hs:92) lens (lens/Control/Lens.hs:94) view (lens/Control/Lens.hs:102) ^. (lens/Control/Lens.hs:107) set (lens/Control/Lens.hs:115) assign (lens/Control/Lens.hs:119) .= (lens/Control/Lens.hs:124) 8% ( 7 / 91) in 'Data.Thyme.Calendar.Internal' Missing documentation for: Module header Years (src/Data/Thyme/Calendar/Internal.hs:42) Months (src/Data/Thyme/Calendar/Internal.hs:43) Days (src/Data/Thyme/Calendar/Internal.hs:44) (src/Data/Thyme/Calendar/Internal.hs:52) modifiedJulianDay (src/Data/Thyme/Calendar/Internal.hs:60) yearMonthDay (src/Data/Thyme/Calendar/Internal.hs:64) gregorian (src/Data/Thyme/Calendar/Internal.hs:78) gregorianValid (src/Data/Thyme/Calendar/Internal.hs:82) showGregorian (src/Data/Thyme/Calendar/Internal.hs:87) (src/Data/Thyme/Calendar/Internal.hs:94) Year (src/Data/Thyme/Calendar/Internal.hs:99) Month (src/Data/Thyme/Calendar/Internal.hs:100) DayOfMonth (src/Data/Thyme/Calendar/Internal.hs:101) YearMonthDay (src/Data/Thyme/Calendar/Internal.hs:103) (src/Data/Thyme/Calendar/Internal.hs:109) DayOfYear (src/Data/Thyme/Calendar/Internal.hs:118) OrdinalDate (src/Data/Thyme/Calendar/Internal.hs:119) (src/Data/Thyme/Calendar/Internal.hs:124) ordinalDate (src/Data/Thyme/Calendar/Internal.hs:159) monthLengths (src/Data/Thyme/Calendar/Internal.hs:208) monthLengthsLeap (src/Data/Thyme/Calendar/Internal.hs:208) monthDays (src/Data/Thyme/Calendar/Internal.hs:215) monthDaysLeap (src/Data/Thyme/Calendar/Internal.hs:224) MonthDay (src/Data/Thyme/Calendar/Internal.hs:238) (src/Data/Thyme/Calendar/Internal.hs:243) (src/Data/Thyme/Calendar/Internal.hs:245) (src/Data/Thyme/Calendar/Internal.hs:249) (src/Data/Thyme/Calendar/Internal.hs:254) (src/Data/Thyme/Calendar/Internal.hs:258) monthDayValid (src/Data/Thyme/Calendar/Internal.hs:284) monthLength (src/Data/Thyme/Calendar/Internal.hs:289) WeekOfYear (src/Data/Thyme/Calendar/Internal.hs:295) DayOfWeek (src/Data/Thyme/Calendar/Internal.hs:296) (src/Data/Thyme/Calendar/Internal.hs:307) weekDate (src/Data/Thyme/Calendar/Internal.hs:310) toWeekOrdinal (src/Data/Thyme/Calendar/Internal.hs:322) lastWeekOfYear (src/Data/Thyme/Calendar/Internal.hs:339) fromWeekLast (src/Data/Thyme/Calendar/Internal.hs:344) weekDateValid (src/Data/Thyme/Calendar/Internal.hs:352) showWeekDate (src/Data/Thyme/Calendar/Internal.hs:357) (src/Data/Thyme/Calendar/Internal.hs:373) sundayWeek (src/Data/Thyme/Calendar/Internal.hs:376) toSundayOrdinal (src/Data/Thyme/Calendar/Internal.hs:392) sundayWeekValid (src/Data/Thyme/Calendar/Internal.hs:400) (src/Data/Thyme/Calendar/Internal.hs:421) mondayWeek (src/Data/Thyme/Calendar/Internal.hs:424) toMondayOrdinal (src/Data/Thyme/Calendar/Internal.hs:440) mondayWeekValid (src/Data/Thyme/Calendar/Internal.hs:448) (src/Data/Thyme/Calendar/Internal.hs:460) (src/Data/Thyme/Calendar/Internal.hs:460) (src/Data/Thyme/Calendar/Internal.hs:460) (src/Data/Thyme/Calendar/Internal.hs:460) (src/Data/Thyme/Calendar/Internal.hs:460) (src/Data/Thyme/Calendar/Internal.hs:463) (src/Data/Thyme/Calendar/Internal.hs:463) (src/Data/Thyme/Calendar/Internal.hs:463) (src/Data/Thyme/Calendar/Internal.hs:463) (src/Data/Thyme/Calendar/Internal.hs:463) (src/Data/Thyme/Calendar/Internal.hs:467) (src/Data/Thyme/Calendar/Internal.hs:467) (src/Data/Thyme/Calendar/Internal.hs:467) (src/Data/Thyme/Calendar/Internal.hs:467) (src/Data/Thyme/Calendar/Internal.hs:467) (src/Data/Thyme/Calendar/Internal.hs:471) (src/Data/Thyme/Calendar/Internal.hs:471) (src/Data/Thyme/Calendar/Internal.hs:471) (src/Data/Thyme/Calendar/Internal.hs:471) (src/Data/Thyme/Calendar/Internal.hs:471) (src/Data/Thyme/Calendar/Internal.hs:475) (src/Data/Thyme/Calendar/Internal.hs:475) (src/Data/Thyme/Calendar/Internal.hs:475) (src/Data/Thyme/Calendar/Internal.hs:475) (src/Data/Thyme/Calendar/Internal.hs:475) (src/Data/Thyme/Calendar/Internal.hs:479) (src/Data/Thyme/Calendar/Internal.hs:479) (src/Data/Thyme/Calendar/Internal.hs:479) (src/Data/Thyme/Calendar/Internal.hs:479) (src/Data/Thyme/Calendar/Internal.hs:479) (src/Data/Thyme/Calendar/Internal.hs:483) (src/Data/Thyme/Calendar/Internal.hs:483) (src/Data/Thyme/Calendar/Internal.hs:483) (src/Data/Thyme/Calendar/Internal.hs:483) (src/Data/Thyme/Calendar/Internal.hs:483) 27% ( 15 / 56) in 'Data.Thyme.Clock.Internal' Missing documentation for: Module header picoseconds (src/Data/Thyme/Clock/Internal.hs:78) fromSecondsRealFrac (src/Data/Thyme/Clock/Internal.hs:86) fromSecondsIntegral (src/Data/Thyme/Clock/Internal.hs:90) (src/Data/Thyme/Clock/Internal.hs:116) (src/Data/Thyme/Clock/Internal.hs:116) (src/Data/Thyme/Clock/Internal.hs:116) (src/Data/Thyme/Clock/Internal.hs:116) (src/Data/Thyme/Clock/Internal.hs:116) (src/Data/Thyme/Clock/Internal.hs:123) (src/Data/Thyme/Clock/Internal.hs:126) (src/Data/Thyme/Clock/Internal.hs:131) (src/Data/Thyme/Clock/Internal.hs:136) (src/Data/Thyme/Clock/Internal.hs:145) (src/Data/Thyme/Clock/Internal.hs:167) (src/Data/Thyme/Clock/Internal.hs:167) (src/Data/Thyme/Clock/Internal.hs:167) (src/Data/Thyme/Clock/Internal.hs:167) (src/Data/Thyme/Clock/Internal.hs:167) (src/Data/Thyme/Clock/Internal.hs:174) (src/Data/Thyme/Clock/Internal.hs:177) (src/Data/Thyme/Clock/Internal.hs:182) (src/Data/Thyme/Clock/Internal.hs:187) (src/Data/Thyme/Clock/Internal.hs:196) (src/Data/Thyme/Clock/Internal.hs:218) (src/Data/Thyme/Clock/Internal.hs:218) (src/Data/Thyme/Clock/Internal.hs:218) (src/Data/Thyme/Clock/Internal.hs:218) (src/Data/Thyme/Clock/Internal.hs:218) (src/Data/Thyme/Clock/Internal.hs:253) (src/Data/Thyme/Clock/Internal.hs:253) (src/Data/Thyme/Clock/Internal.hs:253) (src/Data/Thyme/Clock/Internal.hs:253) (src/Data/Thyme/Clock/Internal.hs:253) (src/Data/Thyme/Clock/Internal.hs:262) (src/Data/Thyme/Clock/Internal.hs:262) (src/Data/Thyme/Clock/Internal.hs:26 src/Data/Thyme/Format/Human.hs:15:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Data/Thyme/Calendar.hs:24:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Data/Thyme/LocalTime.hs:18:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Data/Thyme/Calendar/OrdinalDate.hs:14:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Data/Thyme/Calendar/WeekDate.hs:22:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Data/Thyme/Calendar/WeekdayOfMonth.hs:18:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() 2) (src/Data/Thyme/Clock/Internal.hs:262) (src/Data/Thyme/Clock/Internal.hs:262) (src/Data/Thyme/Clock/Internal.hs:266) (src/Data/Thyme/Clock/Internal.hs:276) 30% ( 3 / 10) in 'Data.Thyme.Calendar.MonthDay' Missing documentation for: Month (src/Data/Thyme/Calendar/Internal.hs:100) DayOfMonth (src/Data/Thyme/Calendar/Internal.hs:101) MonthDay (src/Data/Thyme/Calendar/Internal.hs:238) monthDayValid (src/Data/Thyme/Calendar/Internal.hs:284) monthLength (src/Data/Thyme/Calendar/Internal.hs:289) _mdMonth (src/Data/Thyme/Calendar/MonthDay.hs:17) _mdDay (src/Data/Thyme/Calendar/MonthDay.hs:18) 20% ( 1 / 5) in 'Data.Thyme.Clock.POSIX' Missing documentation for: Module header POSIXTime (src/Data/Thyme/Clock/POSIX.hsc:30) posixTime (src/Data/Thyme/Clock/POSIX.hsc:33) getPOSIXTime (src/Data/Thyme/Clock/POSIX.hsc:40) 80% ( 4 / 5) in 'Data.Thyme.Format.Human' Missing documentation for: Module header 100% ( 21 / 21) in 'Data.Thyme.Clock' 18% ( 6 / 33) in 'Data.Thyme.Calendar' Missing documentation for: Years (src/Data/Thyme/Calendar/Internal.hs:42) Months (src/Data/Thyme/Calendar/Internal.hs:43) Days (src/Data/Thyme/Calendar/Internal.hs:44) modifiedJulianDay (src/Data/Thyme/Calendar/Internal.hs:60) Year (src/Data/Thyme/Calendar/Internal.hs:99) Month (src/Data/Thyme/Calendar/Internal.hs:100) DayOfMonth (src/Data/Thyme/Calendar/Internal.hs:101) YearMonthDay (src/Data/Thyme/Calendar/Internal.hs:103) yearMonthDay (src/Data/Thyme/Calendar/Internal.hs:64) gregorian (src/Data/Thyme/Calendar/Internal.hs:78) gregorianValid (src/Data/Thyme/Calendar/Internal.hs:82) showGregorian (src/Data/Thyme/Calendar/Internal.hs:87) (src/Data/Thyme/Calendar.hs:37) (src/Data/Thyme/Calendar.hs:41) (src/Data/Thyme/Calendar.hs:45) (src/Data/Thyme/Calendar.hs:52) (src/Data/Thyme/Calendar.hs:56) (src/Data/Thyme/Calendar.hs:61) (src/Data/Thyme/Calendar.hs:65) gregorianMonthLength (src/Data/Thyme/Calendar.hs:72) gregorianMonthsClip (src/Data/Thyme/Calendar.hs:76) gregorianMonthsRollover (src/Data/Thyme/Calendar.hs:83) gregorianYearsClip (src/Data/Thyme/Calendar.hs:94) gregorianYearsRollover (src/Data/Thyme/Calendar.hs:100) _ymdYear (src/Data/Thyme/Calendar.hs:106) _ymdMonth (src/Data/Thyme/Calendar.hs:107) _ymdDay (src/Data/Thyme/Calendar.hs:108) 14% ( 11 / 77) in 'Data.Thyme.LocalTime' Missing documentation for: Module header Minutes (src/Data/Thyme/LocalTime.hs:45) Hours (src/Data/Thyme/LocalTime.hs:46) TimeZone (src/Data/Thyme/LocalTime.hs:51) (src/Data/Thyme/LocalTime.hs:57) (src/Data/Thyme/LocalTime.hs:62) (src/Data/Thyme/LocalTime.hs:67) (src/Data/Thyme/LocalTime.hs:71) (src/Data/Thyme/LocalTime.hs:81) (src/Data/Thyme/LocalTime.hs:88) utc (src/Data/Thyme/LocalTime.hs:109) getTimeZone (src/Data/Thyme/LocalTime.hs:113) getCurrentTimeZone (src/Data/Thyme/LocalTime.hs:120) Hour (src/Data/Thyme/LocalTime.hs:126) Minute (src/Data/Thyme/LocalTime.hs:127) TimeOfDay (src/Data/Thyme/LocalTime.hs:128) (src/Data/Thyme/LocalTime.hs:134) (src/Data/Thyme/LocalTime.hs:134) (src/Data/Thyme/LocalTime.hs:134) (src/Data/Thyme/LocalTime.hs:134) (src/Data/Thyme/LocalTime.hs:134) (src/Data/Thyme/LocalTime.hs:140) (src/Data/Thyme/LocalTime.hs:145) (src/Data/Thyme/LocalTime.hs:153) (src/Data/Thyme/LocalTime.hs:157) (src/Data/Thyme/LocalTime.hs:161) (src/Data/Thyme/LocalTime.hs:171) minuteLength (src/Data/Thyme/LocalTime.hs:176) makeTimeOfDayValid (src/Data/Thyme/LocalTime.hs:188) timeOfDay (src/Data/Thyme/LocalTime.hs:194) dayFraction (src/Data/Thyme/LocalTime.hs:218) LocalTime (src/Data/Thyme/LocalTime.hs:232) (src/Data/Thyme/LocalTime.hs:237) (src/Data/Thyme/LocalTime.hs:237) (src/Data/Thyme/LocalTime.hs:237) (src/Data/Thyme/LocalTime.hs:237) (src/Data/Thyme/LocalTime.hs:237) (src/Data/Thyme/LocalTime.hs:241) (src/Data/Thyme/LocalTime.hs:246) (src/Data/Thyme/LocalTime.hs:250) (src/Data/Thyme/LocalTime.hs:254) (src/Data/Thyme/LocalTime.hs:258) (src/Data/Thyme/LocalTime.hs:264) utcLocalTime (src/Data/Thyme/LocalTime.hs:268) ut1LocalTime (src/Data/Thyme/LocalTime.hs:283) ZonedTime (src/Data/Thyme/LocalTime.hs:304) (src/Data/Thyme/LocalTime.hs:309) (src/Data/Thyme/LocalTime.hs:312) (src/Data/Thyme/LocalTime.hs:316) (src/Data/Thyme/LocalTime.hs:324) (src/Data/Thyme/LocalTime.hs:330) zonedTime (src/Data/Thyme/LocalTime.hs:334) (src/Data/Thyme/LocalTime.hs:350) (src/Data/Thyme/LocalTime.hs:352) getZonedTime (src/Data/Thyme/LocalTime.hs:357) utcToLocalZonedTime (src/Data/Thyme/LocalTime.hs:361) _timeZoneMinutes (src/Data/Thyme/LocalTime.hs:368) _timeZoneSummerOnly (src/Data/Thyme/LocalTime.hs:369) _timeZoneName (src/Data/Thyme/LocalTime.hs:370) _todHour (src/Data/Thyme/LocalTime.hs:372) _todMin (src/Data/Thyme/LocalTime.hs:373) _todSec (src/Data/Thyme/LocalTime.hs:374) _localDay (src/Data/Thyme/LocalTime.hs:376) _localTimeOfDay (src/Data/Thyme/LocalTime.hs:377) _zonedTimeToLocalTime (src/Data/Thyme/LocalTime.hs:379) _zonedTimeZone (src/Data/Thyme/LocalTime.hs:380) 21% ( 3 / 14) in 'Data.Thyme.Calendar.OrdinalDate' Missing documentation for: Year (src/Data/Thyme/Calendar/Internal.hs:99) DayOfYear (src/Data/Thyme/Calendar/Internal.hs:118) OrdinalDate (src/Data/Thyme/Calendar/Internal.hs:119) ordinalDate (src/Data/Thyme/Calendar/Internal.hs:159) (src/Data/Thyme/Calendar/OrdinalDate.hs:23) (src/Data/Thyme/Calendar/OrdinalDate.hs:27) (src/Data/Thyme/Calendar/OrdinalDate.hs:31) (src/Data/Thyme/Calendar/OrdinalDate.hs:35) ordinalDateValid (src/Data/Thyme/Calendar/OrdinalDate.hs:39) _odYear (src/Data/Thyme/Calendar/OrdinalDate.hs:44) _odDay (src/Data/Thyme/Calendar/OrdinalDate.hs:45) 21% ( 8 / 39) in 'Data.Thyme.Calendar.WeekDate' Missing documentation for: Year (src/Data/Thyme/Calendar/Internal.hs:99) WeekOfYear (src/Data/Thyme/Calendar/Internal.hs:295) DayOfWeek (src/Data/Thyme/Calendar/Internal.hs:296) weekDate (src/Data/Thyme/Calendar/Internal.hs:310) weekDateValid (src/Data/Thyme/Calendar/Internal.hs:352) showWeekDate (src/Data/Thyme/Calendar/Internal.hs:357) sundayWeek (src/Data/Thyme/Calendar/Internal.hs:376) sundayWeekValid (src/Data/Thyme/Calendar/Internal.hs:400) mondayWeek (src/Data/Thyme/Calendar/Internal.hs:424) mondayWeekValid (src/Data/Thyme/Calendar/Internal.hs:448) (src/Data/Thyme/Calendar/WeekDate.hs:30) (src/Data/Thyme/Calendar/WeekDate.hs:34) (src/Data/Thyme/Calendar/WeekDate.hs:38) (src/Data/Thyme/Calendar/WeekDate.hs:42) (src/Data/Thyme/Calendar/WeekDate.hs:46) (src/Data/Thyme/Calendar/WeekDate.hs:50) (src/Data/Thyme/Calendar/WeekDate.hs:54) (src/Data/Thyme/Calendar/WeekDate.hs:58) (src/Data/Thyme/Calendar/WeekDate.hs:62) (src/Data/Thyme/Calendar/WeekDate.hs:66) (src/Data/Thyme/Calendar/WeekDate.hs:70) (src/Data/Thyme/Calendar/WeekDate.hs:74) _wdYear (src/Data/Thyme/Calendar/WeekDate.hs:80) _wdWeek (src/Data/Thyme/Calendar/WeekDate.hs:81) _wdDay (src/Data/Thyme/Calendar/WeekDate.hs:82) _swYear (src/Data/Thyme/Calendar/WeekDate.hs:84) _swWeek (src/Data/Thyme/Calendar/WeekDate.hs:85) _swDay (src/Data/Thyme/Calendar/WeekDate.hs:86) _mwYear (src/Data/Thyme/Calendar/WeekDate.hs:88) _mwWeek (src/Data/Thyme/Calendar/WeekDate.hs:89) _mwDay (src/Data/Thyme/Calendar/WeekDate.hs:90) 5% ( 1 / 22) in 'Data.Thyme.Calendar.WeekdayOfMonth' Missing documentation for: Module header Year (src/Data/Thyme/Calendar/Internal.hs:99) Month (src/Data/Thyme/Calendar/Internal.hs:100) DayOfWeek (src/Data/Thyme/Calendar/Internal.hs:296) WeekdayOfMonth (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:37) (src/Data/T src/Data/Thyme/Clock/TAI.hs:27:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Data/Thyme/Format/Aeson.hs:17:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() hyme/Calendar/WeekdayOfMonth.hs:44) (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:44) (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:44) (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:44) (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:44) (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:51) (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:53) (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:57) (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:61) (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:65) weekdayOfMonth (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:71) weekdayOfMonthValid (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:93) _womYear (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:105) _womMonth (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:106) _womNth (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:107) _womDayOfWeek (src/Data/Thyme/Calendar/WeekdayOfMonth.hs:108) 29% ( 2 / 7) in 'Data.Thyme.Clock.TAI' Missing documentation for: Module header AbsoluteTime (src/Data/Thyme/Clock/TAI.hs:60) LeapSecondTable (src/Data/Thyme/Clock/TAI.hs:82) utcDayLength (src/Data/Thyme/Clock/TAI.hs:84) absoluteTime (src/Data/Thyme/Clock/TAI.hs:91) 11% ( 1 / 9) in 'Data.Thyme.Format' Missing documentation for: Module header FormatTime (src/Data/Thyme/Format.hs:45) formatTime (src/Data/Thyme/Format.hs:49) ParseTime (src/Data/Thyme/Format.hs:528) parseTime (src/Data/Thyme/Format.hs:470) readTime (src/Data/Thyme/Format.hs:477) readsTime (src/Data/Thyme/Format.hs:483) TimeParse (src/Data/Thyme/Format.hs:265) 100% ( 5 / 5) in 'Data.Thyme' 100% ( 2 / 2) in 'Data.Thyme.Format.Aeson' 16% ( 12 / 77) in 'Data.Thyme.Time.Core' Missing documentation for: Thyme (src/Data/Thyme/Time/Core.hs:37) (src/Data/Thyme/Time/Core.hs:40) (src/Data/Thyme/Time/Core.hs:46) (src/Data/Thyme/Time/Core.hs:50) (src/Data/Thyme/Time/Core.hs:54) (src/Data/Thyme/Time/Core.hs:58) (src/Data/Thyme/Time/Core.hs:64) (src/Data/Thyme/Time/Core.hs:68) (src/Data/Thyme/Time/Core.hs:74) (src/Data/Thyme/Time/Core.hs:79) (src/Data/Thyme/Time/Core.hs:86) (src/Data/Thyme/Time/Core.hs:92) toThyme (src/Data/Thyme/Time/Core.hs:99) fromThyme (src/Data/Thyme/Time/Core.hs:103) addDays (src/Data/Thyme/Time/Core.hs:110) diffDays (src/Data/Thyme/Time/Core.hs:114) toGregorian (src/Data/Thyme/Time/Core.hs:118) fromGregorian (src/Data/Thyme/Time/Core.hs:122) fromGregorianValid (src/Data/Thyme/Time/Core.hs:126) addGregorianMonthsClip (src/Data/Thyme/Time/Core.hs:130) addGregorianMonthsRollover (src/Data/Thyme/Time/Core.hs:135) addGregorianYearsClip (src/Data/Thyme/Time/Core.hs:140) addGregorianYearsRollover (src/Data/Thyme/Time/Core.hs:145) dayOfYearToMonthAndDay (src/Data/Thyme/Time/Core.hs:153) monthAndDayToDayOfYear (src/Data/Thyme/Time/Core.hs:157) monthAndDayToDayOfYearValid (src/Data/Thyme/Time/Core.hs:161) toOrdinalDate (src/Data/Thyme/Time/Core.hs:168) fromOrdinalDate (src/Data/Thyme/Time/Core.hs:172) fromOrdinalDateValid (src/Data/Thyme/Time/Core.hs:176) sundayStartWeek (src/Data/Thyme/Time/Core.hs:180) fromSundayStartWeek (src/Data/Thyme/Time/Core.hs:184) fromSundayStartWeekValid (src/Data/Thyme/Time/Core.hs:188) mondayStartWeek (src/Data/Thyme/Time/Core.hs:192) fromMondayStartWeek (src/Data/Thyme/Time/Core.hs:196) fromMondayStartWeekValid (src/Data/Thyme/Time/Core.hs:200) toWeekDate (src/Data/Thyme/Time/Core.hs:207) fromWeekDate (src/Data/Thyme/Time/Core.hs:211) fromWeekDateValid (src/Data/Thyme/Time/Core.hs:215) getModJulianDate (src/Data/Thyme/Time/Core.hs:222) secondsToDiffTime (src/Data/Thyme/Time/Core.hs:231) picosecondsToDiffTime (src/Data/Thyme/Time/Core.hs:235) mkUTCTime (src/Data/Thyme/Time/Core.hs:240) unUTCTime (src/Data/Thyme/Time/Core.hs:244) addUTCTime (src/Data/Thyme/Time/Core.hs:248) diffUTCTime (src/Data/Thyme/Time/Core.hs:252) toMicroseconds (src/Data/Thyme/Time/Core.hs:256) fromMicroseconds (src/Data/Thyme/Time/Core.hs:260) posixSecondsToUTCTime (src/Data/Thyme/Time/Core.hs:267) utcTimeToPOSIXSeconds (src/Data/Thyme/Time/Core.hs:271) addAbsoluteTime (src/Data/Thyme/Time/Core.hs:278) diffAbsoluteTime (src/Data/Thyme/Time/Core.hs:282) utcToTAITime (src/Data/Thyme/Time/Core.hs:286) taiToUTCTime (src/Data/Thyme/Time/Core.hs:290) utcToLocalTimeOfDay (src/Data/Thyme/Time/Core.hs:297) localToUTCTimeOfDay (src/Data/Thyme/Time/Core.hs:301) timeToTimeOfDay (src/Data/Thyme/Time/Core.hs:305) timeOfDayToTime (src/Data/Thyme/Time/Core.hs:309) dayFractionToTimeOfDay (src/Data/Thyme/Time/Core.hs:313) timeOfDayToDayFraction (src/Data/Thyme/Time/Core.hs:317) utcToLocalTime (src/Data/Thyme/Time/Core.hs:321) localTimeToUTC (src/Data/Thyme/Time/Core.hs:325) ut1ToLocalTime (src/Data/Thyme/Time/Core.hs:329) localTimeToUT1 (src/Data/Thyme/Time/Core.hs:333) utcToZonedTime (src/Data/Thyme/Time/Core.hs:337) zonedTimeToUTC (src/Data/Thyme/Time/Core.hs:341) 100% ( 2 / 2) in 'Data.Thyme.Time' Warning: Data.Thyme.Internal.Micro: could not find link destinations for: unsafeIndex unsafeRangeSize D:R:MVectorsMicro0 Warning: Data.Thyme.Calendar.MonthDay: could not find link destinations for: D:R:VectorMonthDay0 V_MonthDay D:R:MVectorsMonthDay0 MV_MonthDay Iso' Lens' Warning: Data.Thyme.Clock.POSIX: could not find link destinations for: Iso' Warning: Data.Thyme.Clock: could not find link destinations for: unsafeIndex unsafeRangeSize Iso' D:R:VectorUniversalTime0 V_UniversalTime D:R:MVectorsUniversalTime0 MV_UniversalTime D:R:VectorDiffTime0 V_DiffTime D:R:MVectorsDiffTime0 MV_DiffTime D:R:VectorUTCTime0 V_UTCTime D:R:MVectorsUTCTime0 MV_UTCTime D:R:VectorUTCView0 V_UTCView D:R:MVectorsUTCView0 MV_UTCView D:R:VectorNominalDiffTime0 V_NominalDiffTime D:R:MVectorsNominalDiffTime0 MV_NominalDiffTime ~ Lens' view from Warning: Data.Thyme.Calendar: could not find link destinations for: unsafeIndex unsafeRangeSize Iso' D:R:VectorDay0 V_Day D:R:MVectorsDay0 MV_Day D:R:VectorYearMonthDay0 V_YearMonthDay D:R:MVectorsYearMonthDay0 MV_YearMonthDay Lens' Warning: Data.Thyme.LocalTime: could not find link destinations for: Iso' D:R:MVectorsTimeOfDay0 D:R:MVectorsLocalTime0 Lens' Warning: Data.Thyme.Calendar.OrdinalDate: could not find link destinations for: D:R:VectorOrdinalDate0 V_OrdinalDate D:R:MVectorsOrdinalDate0 MV_OrdinalDate Iso' Lens' Warning: Data.Thyme.Calendar.WeekDate: could not find link destinations for: D:R:VectorWeekDate0 V_WeekDate D:R:MVectorsWeekDate0 MV_WeekDate Iso' D:R:VectorSundayWeek0 V_SundayWeek D:R:MVectorsSundayWeek0 MV_SundayWeek D:R:VectorMondayWeek0 V_MondayWeek D:R:MVectorsMondayWeek0 MV_MondayWeek Lens' Warning: Data.Thyme.Calendar.WeekdayOfMonth: could not find link destinations for: D:R:MVectorsWeekdayOfMonth0 Iso' Lens' Warning: Data.Thyme.Clock.TAI: could not find link destinations for: unsafeIndex unsafeRangeSize Iso' D:R:VectorAbsoluteTime0 V_AbsoluteTime D:R:MVectorsAbsoluteTime0 MV_AbsoluteTime Warning: Data.Thyme.Time.Core: could not find link destinations for: Iso' Documentation created: dist/doc/html/thyme/index.html, dist/doc/html/thyme/thyme.txt Creating package registration file: /tmp/pkgConf-thyme-0.3.521275318811101333222.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/thyme-0.3.5.5-GxtPjb4TCQ0AliAfK59Jnw Registering thyme-0.3.5.5... cabal: Leaving directory '/tmp/cabal-tmp-30007/thyme-0.3.5.5' Installed thyme-0.3.5.5 cabal: Entering directory '/tmp/cabal-tmp-30007/monad-logger-0.3.19' Configuring monad-logger-0.3.19... Building monad-logger-0.3.19... Preprocessing library monad-logger-0.3.19... [1 of 2] Compiling Control.Monad.Logger ( Control/Monad/Logger.hs, dist/build/Control/Monad/Logger.o ) Control/Monad/Logger.hs:125:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Logger.hs:234:26: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Logger.hs:234:51: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Logger.hs:252:28: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Logger.hs:252:55: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [2 of 2] Compiling Control.Monad.Logger.CallStack ( Control/Monad/Logger/CallStack.hs, dist/build/Control/Monad/Logger/CallStack.o ) Running Haddock for monad-logger-0.3.19... Running hscolour for monad-logger-0.3.19... Preprocessing library monad-logger-0.3.19... Preprocessing library monad-logger-0.3.19... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: bytestring-builder-0.10.8.1.0 Control/Monad/Logger.hs:125:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Logger.hs:234:26: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Logger.hs:234:51: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Logger.hs:252:28: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Logger.hs:252:55: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Haddock coverage: 75% ( 44 / 59) in 'Control.Monad.Logger' Missing documentation for: LogLevel (Control/Monad/Logger.hs:174) LogSource (Control/Monad/Logger.hs:177) ToLogStr logDebugN (Control/Monad/Logger.hs:746) logInfoN (Control/Monad/Logger.hs:749) logWarnN (Control/Monad/Logger.hs:752) logErrorN (Control/Monad/Logger.hs:755) logOtherN (Control/Monad/Logger.hs:758) logDebugNS (Control/Monad/Logger.hs:761) logInfoNS (Control/Monad/Logger.hs:764) logWarnNS (Control/Monad/Logger.hs:767) logErrorNS (Control/Monad/Logger.hs:770) logOtherNS (Control/Monad/Logger.hs:773) defaultLogStr (Control/Monad/Logger.hs:564) Loc Warning: Control.Monad.Logger.CallStack: Could not find documentation for exported module: Log 100% ( 5 / 5) in 'Control.Monad.Logger.CallStack' Warning: Control.Monad.Logger.CallStack: could not find link destinations for: logDebugSH Documentation created: dist/doc/html/monad-logger/index.html, dist/doc/html/monad-logger/monad-logger.txt Creating package registration file: /tmp/pkgConf-monad-logger-0.31649210979768193721.19 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/monad-logger-0.3.19-JtGSLF03CX6LlT5SbVwBQh Registering monad-logger-0.3.19... cabal: Leaving directory '/tmp/cabal-tmp-30007/monad-logger-0.3.19' Installed monad-logger-0.3.19 Downloading keenser-0.1.0.0... cabal: Entering directory '/tmp/cabal-tmp-30007/keenser-0.1.0.0' Configuring keenser-0.1.0.0... Building keenser-0.1.0.0... Preprocessing library keenser-0.1.0.0... [1 of 7] Compiling Keenser.Import ( src/Keenser/Import.hs, dist/build/Keenser/Import.o ) [2 of 7] Compiling Keenser.Types ( src/Keenser/Types.hs, dist/build/Keenser/Types.o ) src/Keenser/Types.hs:138:1: warning: [-Worphans] Orphan instance: instance ToJSON WorkerName To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. src/Keenser/Types.hs:141:1: warning: [-Worphans] Orphan instance: instance FromJSON WorkerName To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. [3 of 7] Compiling Keenser.Util ( src/Keenser/Util.hs, dist/build/Keenser/Util.o ) [4 of 7] Compiling Keenser.Middleware.Retry ( src/Keenser/Middleware/Retry.hs, dist/build/Keenser/Middleware/Retry.o ) src/Keenser/Middleware/Retry.hs:29:10: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- zadd "dead" [(timeToDouble now, ($) LBS.toStrict encode job)]’ src/Keenser/Middleware/Retry.hs:36:19: warning: [-Wtype-defaults] • Defaulting the following constraints to type ‘Integer’ (Integral b0) arising from a use of ‘^’ at src/Keenser/Middleware/Retry.hs:36:19-27 (Num b0) arising from the literal ‘4’ at src/Keenser/Middleware/Retry.hs:36:27 • In the first argument of ‘(+)’, namely ‘(count ^ 4)’ In the expression: (count ^ 4) + 15 In an equation for ‘offset’: offset = (count ^ 4) + 15 [5 of 7] Compiling Keenser.Middleware.Stats ( src/Keenser/Middleware/Stats.hs, dist/build/Keenser/Middleware/Stats.o ) [6 of 7] Compiling Keenser.Middleware ( src/Keenser/Middleware.hs, dist/build/Keenser/Middleware.o ) [7 of 7] Compiling Keenser ( src/Keenser.hs, dist/build/Keenser.o ) src/Keenser.hs:46:1: warning: [-Wunused-imports] The import of ‘Debug.Trace’ is redundant except perhaps to import instances from ‘Debug.Trace’ To import instances alone, use: import Debug.Trace() src/Keenser.hs:77:1: warning: [-Wredundant-constraints] • Redundant constraint: MonadIO m • In the type signature for: register :: (MonadLogger m, MonadIO m, FromJSON a) => Worker m a -> Configurator m src/Keenser.hs:149:3: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘ThreadId’ Suppress this warning by saying ‘_ <- startBeat m’ src/Keenser.hs:173:5: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- lpush q2 [payload]’ src/Keenser.hs:174:5: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- zrem q [payload]’ src/Keenser.hs:197:5: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- srem "processes" [managerIdentity]’ src/Keenser.hs:204:3: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Handler’ Suppress this warning by saying ‘_ <- ($) liftIO installHandler keyboardSignal (($) System.Posix.Signals.CatchOnce clearRedis m ghc-prim-0.5.0.0:GHC.Types.True) (GHC.Base.Nothing)’ src/Keenser.hs:220:3: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- ($) runRedis managerRedis do { _ <- del ["queues"]; sadd "processes" [managerIdentity]; sadd "queues" managerQueues }’ src/Keenser.hs:222:5: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- sadd "processes" [managerIdentity]’ src/Keenser.hs:233:5: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Bool’ Suppress this warning by saying ‘_ <- ($) runRedis managerRedis do { hmset managerIdentity [("beat", timestamp now), ("info", ($) LBS.toStrict encode m), ....]; _ <- del [(<>) managerIdentity ":workers"]; ($) hmset ((<>) managerIdentity ":workers") map workToRedis working; incrby "stat:processed" dones; .... }’ src/Keenser.hs:234:7: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Status’ Suppress this warning by saying ‘_ <- hmset managerIdentity [("beat", timestamp now), ("info", ($) LBS.toStrict encode m), ("busy", ($) (.) BSC.pack show length working), ("quiet", boolToRedis stopping)]’ src/Keenser.hs:241:7: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Status’ Suppress this warning by saying ‘_ <- ($) hmset ((<>) managerIdentity ":workers") map workToRedis working’ src/Keenser.hs:242:7: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- incrby "stat:processed" dones’ src/Keenser.hs:243:7: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- incrby ((<>) "stat:complete:" daystamp now) dones’ src/Keenser.hs:244:7: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- incrby "stat:failed" fails’ src/Keenser.hs:245:7: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- incrby ((<>) "stat:failed:" daystamp now) dones’ src/Keenser.hs:252:3: warning: [-Wname-shadowing] This binding for ‘info’ shadows the existing binding imported from ‘Database.Redis’ at src/Keenser.hs:40:1-60 (and originally defined in ‘hedis-0.9.1:Database.Redis.ManualCommands’) Preprocessing executable 'keenser-exe' for keenser-0.1.0.0... [1 of 1] Compiling Main ( app/Main.hs, dist/build/keenser-exe/keenser-exe-tmp/Main.o ) Linking dist/build/keenser-exe/keenser-exe ... Running Haddock for keenser-0.1.0.0... Running hscolour for keenser-0.1.0.0... Preprocessing library keenser-0.1.0.0... Preprocessing executable 'keenser-exe' for keenser-0.1.0.0... Preprocessing library keenser-0.1.0.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: MemoTrie-0.6.4, bytestring-builder-0.10.8.1.0, fail-4.9.0.0 src/Keenser/Types.hs:138:1: warning: [-Worphans] Orphan instance: instance ToJSON WorkerName To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. src/Keenser/Types.hs:141:1: warning: [-Worphans] Orphan instance: instance FromJSON WorkerName To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. src/Keenser/Middleware/Retry.hs:36:19: warning: [-Wtype-defaults] • Defaulting the following constraints to type ‘Integer’ (Integral b0) arising from a use of ‘^’ at src/Keenser/Middleware/Retry.hs:36:19-27 (Num b0) arising from the literal ‘4’ at src/Keenser/Middleware/Retry.hs:36:27 • In the first argument of ‘(+)’, namely ‘(count ^ 4)’ In the expression: (count ^ 4) + 15 In an equation for ‘offset’: offset = (count ^ 4) + 15 src/Keenser/Middleware/Retry.hs:29:10: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- zadd "dead" [(timeToDouble now, ($) LBS.toStrict encode job)]’ src/Keenser.hs:46:1: warning: [-Wunused-imports] The import of ‘Debug.Trace’ is redundant except perhaps to import instances from ‘Debug.Trace’ To import instances alone, use: import Debug.Trace() src/Keenser.hs:77:1: warning: [-Wredundant-constraints] • Redundant constraint: MonadIO m • In the type signature for: register :: (MonadLogger m, MonadIO m, FromJSON a) => Worker m a -> Configurator m src/Keenser.hs:252:3: warning: [-Wname-shadowing] This binding for ‘info’ shadows the existing binding imported from ‘Database.Redis’ at src/Keenser.hs:40:1-60 (and originally defined in ‘hedis-0.9.1:Database.Redis.ManualCommands’) src/Keenser.hs:149:3: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘ThreadId’ Suppress this warning by saying ‘_ <- startBeat m’ src/Keenser.hs:173:5: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- lpush q2 [payload]’ src/Keenser.hs:174:5: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- zrem q [payload]’ src/Keenser.hs:197:5: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- srem "processes" [managerIdentity]’ src/Keenser.hs:204:3: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Handler’ Suppress this warning by saying ‘_ <- ($) liftIO installHandler keyboardSignal (($) System.Posix.Signals.CatchOnce clearRedis m ghc-prim-0.5.0.0:GHC.Types.True) (GHC.Base.Nothing)’ src/Keenser.hs:220:3: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- ($) runRedis managerRedis do { _ <- del ["queues"]; sadd "processes" [managerIdentity]; sadd "queues" managerQueues }’ src/Keenser.hs:222:5: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- sadd "processes" [managerIdentity]’ src/Keenser.hs:233:5: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Bool’ Suppress this warning by saying ‘_ <- ($) runRedis managerRedis do { hmset managerIdentity [("beat", timestamp now), ("info", ($) LBS.toStrict encode m), ....]; _ <- del [(<>) managerIdentity ":workers"]; ($) hmset ((<>) managerIdentity ":workers") map workToRedis working; incrby "stat:processed" dones; .... }’ src/Keenser.hs:234:7: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Status’ Suppress this warning by saying ‘_ <- hmset managerIdentity [("beat", timestamp now), ("info", ($) LBS.toStrict encode m), ("busy", ($) (.) BSC.pack show length working), ("quiet", boolToRedis stopping)]’ src/Keenser.hs:241:7: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Status’ Suppress this warning by saying ‘_ <- ($) hmset ((<>) managerIdentity ":workers") map workToRedis working’ src/Keenser.hs:242:7: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- incrby "stat:processed" dones’ src/Keenser.hs:243:7: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- incrby ((<>) "stat:complete:" daystamp now) dones’ src/Keenser.hs:244:7: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- incrby "stat:failed" fails’ src/Keenser.hs:245:7: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Either Reply Integer’ Suppress this warning by saying ‘_ <- incrby ((<>) "stat:failed:" daystamp now) dones’ Haddock coverage: 0% ( 0 / 7) in 'Keenser.Import' Missing documentation for: Module header timestamp (src/Keenser/Import.hs:25) daystamp (src/Keenser/Import.hs:28) timeToJson (src/Keenser/Import.hs:31) jsonToTime (src/Keenser/Import.hs:34) timeToDouble (src/Keenser/Import.hs:37) secondsFrom (src/Keenser/Import.hs:40) 0% ( 0 / 13) in 'Keenser.Types' Missing documentation for: Module header Config (src/Keenser/Types.hs:30) Configurator (src/Keenser/Types.hs:38) Job (src/Keenser/Types.hs:41) JobId (src/Keenser/Types.hs:40) Manager (src/Keenser/Types.hs:50) ManagerStatus (src/Keenser/Types.hs:66) Middleware (src/Keenser/Types.hs:74) Queue (src/Keenser/Types.hs:76) RunningJob (src/Keenser/Types.hs:78) Signal (src/Keenser/Types.hs:85) Worker (src/Keenser/Types.hs:88) WorkerName (src/Keenser/Types.hs:87) 0% ( 0 / 11) in 'Keenser.Util' Missing documentation for: Module header queue (src/Keenser/Util.hs:14) randomHex (src/Keenser/Util.hs:17) digits (src/Keenser/Util.hs:20) mkJob (src/Keenser/Util.hs:23) asJSON (src/Keenser/Util.hs:29) repeatUntil (src/Keenser/Util.hs:34) rightToMaybe (src/Keenser/Util.hs:41) trim (src/Keenser/Util.hs:45) parseMaybe (src/Keenser/Util.hs:48) boolToRedis (src/Keenser/Util.hs:51) 0% ( 0 / 2) in 'Keenser.Middleware.Retry' Missing documentation for: Module header retry (src/Keenser/Middleware/Retry.hs:19) 0% ( 0 / 2) in 'Keenser.Middleware.Stats' Missing documentation for: Module header record (src/Keenser/Middleware/Stats.hs:15) 0% ( 0 / 5) in 'Keenser.Middleware' Missing documentation for: Module header middleware (src/Keenser/Middleware.hs:18) record (src/Keenser/Middleware/Stats.hs:15) retry (src/Keenser/Middleware/Retry.hs:19) runMiddleware (src/Keenser/Middleware.hs:21) 0% ( 0 / 21) in 'Keenser' Missing documentation for: Module header Config (src/Keenser/Types.hs:30) Configurator (src/Keenser/Types.hs:38) Manager (src/Keenser/Types.hs:50) ManagerStatus (src/Keenser/Types.hs:66) Middleware (src/Keenser/Types.hs:74) Worker (src/Keenser/Types.hs:88) await (src/Keenser.hs:282) checkStatus (src/Keenser.hs:249) concurrency (src/Keenser.hs:71) halt (src/Keenser.hs:291) enqueue (src/Keenser.hs:86) enqueueAt (src/Keenser.hs:91) enqueueIn (src/Keenser.hs:96) mkConf (src/Keenser.hs:62) middleware (src/Keenser/Middleware.hs:18) record (src/Keenser/Middleware/Stats.hs:15) register (src/Keenser.hs:77) retry (src/Keenser/Middleware/Retry.hs:19) sleep (src/Keenser.hs:288) startProcess (src/Keenser.hs:146) Documentation created: dist/doc/html/keenser/index.html, dist/doc/html/keenser/keenser.txt Preprocessing executable 'keenser-exe' for keenser-0.1.0.0... Creating package registration file: /tmp/pkgConf-keenser-0.1.011549982141394191742.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/keenser-0.1.0.0-DFeel4BymgD1PE3nRRaUDz 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 keenser-0.1.0.0... cabal: Leaving directory '/tmp/cabal-tmp-30007/keenser-0.1.0.0' Installed keenser-0.1.0.0