Resolving dependencies... Configuring base64-bytestring-1.0.0.1... Building base64-bytestring-1.0.0.1... Preprocessing library base64-bytestring-1.0.0.1... [1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, dist/build/Data/ByteString/Base64/Internal.o ) [2 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, dist/build/Data/ByteString/Base64/URL.o ) [3 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, dist/build/Data/ByteString/Base64/URL/Lazy.o ) [4 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, dist/build/Data/ByteString/Base64.o ) [5 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, dist/build/Data/ByteString/Base64/Lazy.o ) In-place registering base64-bytestring-1.0.0.1... Running Haddock for base64-bytestring-1.0.0.1... Running hscolour for base64-bytestring-1.0.0.1... Preprocessing library base64-bytestring-1.0.0.1... Preprocessing library base64-bytestring-1.0.0.1... Haddock coverage: 45% ( 5 / 11) in 'Data.ByteString.Base64.Internal' Missing documentation for: mkEncodeTable (Data/ByteString/Base64/Internal.hs:100) done (Data/ByteString/Base64/Internal.hs:260) peek8 (Data/ByteString/Base64/Internal.hs:36) poke8 (Data/ByteString/Base64/Internal.hs:39) peek8_32 (Data/ByteString/Base64/Internal.hs:42) reChunkIn (Data/ByteString/Base64/Internal.hs:266) 100% ( 5 / 5) in 'Data.ByteString.Base64.URL' 100% ( 4 / 4) in 'Data.ByteString.Base64.URL.Lazy' 100% ( 5 / 5) in 'Data.ByteString.Base64' 100% ( 4 / 4) in 'Data.ByteString.Base64.Lazy' Documentation created: dist/doc/html/base64-bytestring/index.html, dist/doc/html/base64-bytestring/base64-bytestring.txt Creating package registration file: /tmp/pkgConf-base64-bytestring-1.0.0278722862233665123.1 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/base64-bytestring-1.0.0.1-5ombtuUXex39dVe2nth8cH Registering base64-bytestring-1.0.0.1... Installed base64-bytestring-1.0.0.1 Configuring explicit-exception-0.1.7.3... Building explicit-exception-0.1.7.3... Preprocessing library explicit-exception-0.1.7.3... [ 1 of 11] Compiling Control.Monad.Label ( src/Control/Monad/Label.hs, dist/build/Control/Monad/Label.o ) src/Control/Monad/Label.hs:17:1: Warning: The import of ‘<*>, pure, Applicative’ from module ‘Control.Applicative’ is redundant [ 2 of 11] Compiling Control.Monad.Exception.Synchronous ( src/Control/Monad/Exception/Synchronous.hs, dist/build/Control/Monad/Exception/Synchronous.o ) src/Control/Monad/Exception/Synchronous.hs:71:1: Warning: Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead src/Control/Monad/Exception/Synchronous.hs:291:26: Warning: 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/Exception/Synchronous.hs:292:30: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Synchronous.hs:294:46: Warning: 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/Exception/Synchronous.hs:295:14: Warning: In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [ 3 of 11] Compiling Control.Monad.Exception.Asynchronous.Strict ( src/Control/Monad/Exception/Asynchronous/Strict.hs, dist/build/Control/Monad/Exception/Asynchronous/Strict.o ) [ 4 of 11] Compiling Control.Monad.Exception.Warning ( src/Control/Monad/Exception/Warning.hs, dist/build/Control/Monad/Exception/Warning.o ) src/Control/Monad/Exception/Warning.hs:14:1: Warning: 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 11] Compiling Control.Monad.Exception.Label ( src/Control/Monad/Exception/Label.hs, dist/build/Control/Monad/Exception/Label.o ) src/Control/Monad/Exception/Label.hs:15:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [ 6 of 11] Compiling System.IO.Straight ( src/System/IO/Straight.hs, dist/build/System/IO/Straight.o ) src/System/IO/Straight.hs:20:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/System/IO/Straight.hs:68:10: Warning: Orphan instance: instance (MonadSIO m, ContainsIOException e) => MonadIO (ExceptionalT e m) 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. [ 7 of 11] Compiling System.IO.Exception.File ( src/System/IO/Exception/File.hs, dist/build/System/IO/Exception/File.o ) [ 8 of 11] Compiling System.IO.Exception.BinaryFile ( src/System/IO/Exception/BinaryFile.hs, dist/build/System/IO/Exception/BinaryFile.o ) [ 9 of 11] Compiling Control.Monad.Exception.Asynchronous.Lazy ( src/Control/Monad/Exception/Asynchronous/Lazy.hs, dist/build/Control/Monad/Exception/Asynchronous/Lazy.o ) [10 of 11] Compiling Control.Monad.Exception.Asynchronous ( src/Control/Monad/Exception/Asynchronous.hs, dist/build/Control/Monad/Exception/Asynchronous.o ) [11 of 11] Compiling System.IO.Exception.TextFile ( src/System/IO/Exception/TextFile.hs, dist/build/System/IO/Exception/TextFile.o ) src/System/IO/Exception/TextFile.hs:47:4: Warning: In the use of ‘Async.manySynchronousT’ (imported from Control.Monad.Exception.Asynchronous, but defined in Control.Monad.Exception.Asynchronous.Lazy): Deprecated: "use manyMonoidT with appropriate Monad like LazyIO and result Monoid like Endo instead" In-place registering explicit-exception-0.1.7.3... Running Haddock for explicit-exception-0.1.7.3... Running hscolour for explicit-exception-0.1.7.3... Preprocessing library explicit-exception-0.1.7.3... Preprocessing library explicit-exception-0.1.7.3... src/Control/Monad/Label.hs:17:1: Warning: The import of ‘<*>, pure, Applicative’ from module ‘Control.Applicative’ is redundant src/Control/Monad/Exception/Synchronous.hs:71:1: Warning: Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead src/Control/Monad/Exception/Synchronous.hs:291:26: Warning: 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/Exception/Synchronous.hs:292:30: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Synchronous.hs:294:46: Warning: 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/Exception/Synchronous.hs:295:14: Warning: In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Warning.hs:14:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Monad/Exception/Label.hs:15:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/System/IO/Straight.hs:20:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/System/IO/Straight.hs:68:10: Warning: Orphan instance: instance (MonadSIO m, ContainsIOException e) => MonadIO (ExceptionalT e m) 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. Haddock coverage: 18% ( 3 / 17) in 'Control.Monad.Label' Missing documentation for: Label (src/Control/Monad/Label.hs:29) (src/Control/Monad/Label.hs:45) runLabel (src/Control/Monad/Label.hs:50) ask (src/Control/Monad/Label.hs:53) local (src/Control/Monad/Label.hs:57) LabelT (src/Control/Monad/Label.hs:67) fmapReaderT (src/Control/Monad/Label.hs:105) (src/Control/Monad/Label.hs:109) pureReaderT (src/Control/Monad/Label.hs:113) apReaderT (src/Control/Monad/Label.hs:117) (src/Control/Monad/Label.hs:123) runLabelT (src/Control/Monad/Label.hs:128) askT (src/Control/Monad/Label.hs:131) localT (src/Control/Monad/Label.hs:134) 28% ( 11 / 40) in 'Control.Monad.Exception.Synchronous' Missing documentation for: fromMaybe (src/Control/Monad/Exception/Synchronous.hs:101) toMaybe (src/Control/Monad/Exception/Synchronous.hs:107) fromEither (src/Control/Monad/Exception/Synchronous.hs:104) toEither (src/Control/Monad/Exception/Synchronous.hs:110) fromExitCode (src/Control/Monad/Exception/Synchronous.hs:123) toExitCode (src/Control/Monad/Exception/Synchronous.hs:117) mapException (src/Control/Monad/Exception/Synchronous.hs:157) mapExceptional (src/Control/Monad/Exception/Synchronous.hs:163) throw (src/Control/Monad/Exception/Synchronous.hs:169) assert (src/Control/Monad/Exception/Synchronous.hs:172) catch (src/Control/Monad/Exception/Synchronous.hs:176) resolve (src/Control/Monad/Exception/Synchronous.hs:193) fromMaybeT (src/Control/Monad/Exception/Synchronous.hs:285) toMaybeT (src/Control/Monad/Exception/Synchronous.hs:288) fromErrorT (src/Control/Monad/Exception/Synchronous.hs:291) toErrorT (src/Control/Monad/Exception/Synchronous.hs:294) fromEitherT (src/Control/Monad/Exception/Synchronous.hs:297) toEitherT (src/Control/Monad/Exception/Synchronous.hs:300) fromExitCodeT (src/Control/Monad/Exception/Synchronous.hs:309) toExitCodeT (src/Control/Monad/Exception/Synchronous.hs:303) switchT (src/Control/Monad/Exception/Synchronous.hs:316) mapExceptionT (src/Control/Monad/Exception/Synchronous.hs:331) mapExceptionalT (src/Control/Monad/Exception/Synchronous.hs:338) throwT (src/Control/Monad/Exception/Synchronous.hs:344) assertT (src/Control/Monad/Exception/Synchronous.hs:348) catchT (src/Control/Monad/Exception/Synchronous.hs:352) resolveT (src/Control/Monad/Exception/Synchronous.hs:380) tryT (src/Control/Monad/Exception/Synchronous.hs:386) manyMonoidT (src/Control/Monad/Exception/Synchronous.hs:409) 44% ( 18 / 41) in 'Control.Monad.Exception.Asynchronous.Strict' Missing documentation for: Module header fromSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:100) fromSynchronousNull (src/Control/Monad/Exception/Asynchronous/Strict.hs:107) fromSynchronousMonoid (src/Control/Monad/Exception/Asynchronous/Strict.hs:110) toSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:115) throwMonoid (src/Control/Monad/Exception/Asynchronous/Strict.hs:127) continue (src/Control/Monad/Exception/Asynchronous/Strict.hs:185) maybeAbort (src/Control/Monad/Exception/Asynchronous/Strict.hs:194) mapException (src/Control/Monad/Exception/Asynchronous/Strict.hs:216) mapExceptional (src/Control/Monad/Exception/Asynchronous/Strict.hs:219) simultaneousBindM (src/Control/Monad/Exception/Asynchronous/Strict.hs:252) sequenceA (src/Control/Monad/Exception/Asynchronous/Strict.hs:280) mapM (src/Control/Monad/Exception/Asynchronous/Strict.hs:285) sequence (src/Control/Monad/Exception/Asynchronous/Strict.hs:289) swapToAsynchronousSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:335) fromSynchronousT (src/Control/Monad/Exception/Asynchronous/Strict.hs:354) fromSynchronousMonoidT (src/Control/Monad/Exception/Asynchronous/Strict.hs:361) mapExceptionT (src/Control/Monad/Exception/Asynchronous/Strict.hs:400) mapExceptionalT (src/Control/Monad/Exception/Asynchronous/Strict.hs:407) throwMonoidT (src/Control/Monad/Exception/Asynchronous/Strict.hs:414) eatNothingT (src/Control/Monad/Exception/Asynchronous/Strict.hs:419) appendM (src/Control/Monad/Exception/Asynchronous/Strict.hs:456) continueM (src/Control/Monad/Exception/Asynchronous/Strict.hs:463) 29% ( 5 / 17) in 'Control.Monad.Exception.Warning' Missing documentation for: fromExceptionNull (src/Control/Monad/Exception/Warning.hs:45) toException (src/Control/Monad/Exception/Warning.hs:48) warn (src/Control/Monad/Exception/Warning.hs:58) (src/Control/Monad/Exception/Warning.hs:63) (src/Control/Monad/Exception/Warning.hs:68) (src/Control/Monad/Exception/Warning.hs:76) WarnableT (src/Control/Monad/Exception/Warning.hs:91) fromSynchronousT (src/Control/Monad/Exception/Warning.hs:95) warnT (src/Control/Monad/Exception/Warning.hs:102) (src/Control/Monad/Exception/Warning.hs:108) (src/Control/Monad/Exception/Warning.hs:112) (src/Control/Monad/Exception/Warning.hs:117) 25% ( 3 / 12) in 'Control.Monad.Exception.Label' Missing documentation for: LabeledException (src/Control/Monad/Exception/Label.hs:22) LabeledExceptionalT (src/Control/Monad/Exception/Label.hs:25) runLabelT (src/Control/Monad/Exception/Label.hs:31) labelT (src/Control/Monad/Exception/Label.hs:38) stripLabelT (src/Control/Monad/Exception/Label.hs:45) decorateLabelT (src/Control/Monad/Exception/Label.hs:50) getLabels (src/Control/Monad/Exception/Label.hs:55) throwT (src/Control/Monad/Exception/Label.hs:60) (src/Control/Monad/Exception/Label.hs:105) 57% ( 4 / 7) in 'System.IO.Straight' Missing documentation for: sioToIO (src/System/IO/Straight.hs:34) ioToExceptionalSIO (src/System/IO/Straight.hs:37) unsafeInterleaveSIO (src/System/IO/Straight.hs:42) 0% ( 0 / 3) in 'System.IO.Exception.File' Missing documentation for: Module header EIO (src/System/IO/Exception/File.hs:8) close (src/System/IO/Exception/File.hs:10) 20% ( 1 / 5) in 'System.IO.Exception.BinaryFile' Missing documentation for: open (src/System/IO/Exception/BinaryFile.hs:15) with (src/System/IO/Exception/BinaryFile.hs:19) getByte (src/System/IO/Exception/BinaryFile.hs:24) putByte (src/System/IO/Exception/BinaryFile.hs:28) 44% ( 18 / 41) in 'Control.Monad.Exception.Asynchronous.Lazy' Missing documentation for: Module header fromSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:105) fromSynchronousNull (src/Control/Monad/Exception/Asynchronous/Lazy.hs:112) fromSynchronousMonoid (src/Control/Monad/Exception/Asynchronous/Lazy.hs:115) toSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:120) throwMonoid (src/Control/Monad/Exception/Asynchronous/Lazy.hs:132) continue (src/Control/Monad/Exception/Asynchronous/Lazy.hs:190) maybeAbort (src/Control/Monad/Exception/Asynchronous/Lazy.hs:200) mapException (src/Control/Monad/Exception/Asynchronous/Lazy.hs:222) mapExceptional (src/Control/Monad/Exception/Asynchronous/Lazy.hs:225) simultaneousBindM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:271) sequenceA (src/Control/Monad/Exception/Asynchronous/Lazy.hs:299) mapM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:304) sequence (src/Control/Monad/Exception/Asynchronous/Lazy.hs:308) swapToAsynchronousSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:354) fromSynchronousT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:374) fromSynchronousMonoidT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:381) mapExceptionT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:420) mapExceptionalT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:427) throwMonoidT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:434) eatNothingT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:439) appendM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:476) continueM (src/Contro src/System/IO/Exception/TextFile.hs:47:4: Warning: In the use of ‘Async.manySynchronousT’ (imported from Control.Monad.Exception.Asynchronous, but defined in Control.Monad.Exception.Asynchronous.Lazy): Deprecated: "use manyMonoidT with appropriate Monad like LazyIO and result Monoid like Endo instead" l/Monad/Exception/Asynchronous/Lazy.hs:483) 100% ( 2 / 2) in 'Control.Monad.Exception.Asynchronous' 29% ( 2 / 7) in 'System.IO.Exception.TextFile' Missing documentation for: open (src/System/IO/Exception/TextFile.hs:20) with (src/System/IO/Exception/TextFile.hs:24) getChar (src/System/IO/Exception/TextFile.hs:29) getContentsSynchronous (src/System/IO/Exception/TextFile.hs:33) putChar (src/System/IO/Exception/TextFile.hs:49) Documentation created: dist/doc/html/explicit-exception/index.html, dist/doc/html/explicit-exception/explicit-exception.txt Creating package registration file: /tmp/pkgConf-explicit-exception-0.1.71469834481822890675.3 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/explicit-exception-0.1.7.3-FVF7Pwyg6KX8WqqQm9hog0 Registering explicit-exception-0.1.7.3... Installed explicit-exception-0.1.7.3 Configuring extensible-exceptions-0.1.1.4... Building extensible-exceptions-0.1.1.4... Preprocessing library extensible-exceptions-0.1.1.4... [1 of 1] Compiling Control.Exception.Extensible ( Control/Exception/Extensible.hs, dist/build/Control/Exception/Extensible.o ) In-place registering extensible-exceptions-0.1.1.4... Running Haddock for extensible-exceptions-0.1.1.4... Running hscolour for extensible-exceptions-0.1.1.4... Preprocessing library extensible-exceptions-0.1.1.4... Preprocessing library extensible-exceptions-0.1.1.4... Haddock coverage: 100% ( 2 / 2) in 'Control.Exception.Extensible' Documentation created: dist/doc/html/extensible-exceptions/index.html, dist/doc/html/extensible-exceptions/extensible-exceptions.txt Creating package registration file: /tmp/pkgConf-extensible-exceptions-0.1.11402586708552473416.4 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/extensible-exceptions-0.1.1.4-CmaSmA8CMpz45lfrjKH2bq Registering extensible-exceptions-0.1.1.4... Installed extensible-exceptions-0.1.1.4 Configuring html-1.0.1.2... Building html-1.0.1.2... Preprocessing library html-1.0.1.2... [1 of 2] Compiling Text.Html.BlockTable ( Text/Html/BlockTable.hs, dist/build/Text/Html/BlockTable.o ) [2 of 2] Compiling Text.Html ( Text/Html.hs, dist/build/Text/Html.o ) In-place registering html-1.0.1.2... Running Haddock for html-1.0.1.2... Running hscolour for html-1.0.1.2... Preprocessing library html-1.0.1.2... Preprocessing library html-1.0.1.2... Haddock coverage: 11% ( 1 / 9) in 'Text.Html.BlockTable' Missing documentation for: BlockTable (Text/Html/BlockTable.hs:104) single (Text/Html/BlockTable.hs:109) empty (Text/Html/BlockTable.hs:112) above (Text/Html/BlockTable.hs:118) beside (Text/Html/BlockTable.hs:119) getMatrix (Text/Html/BlockTable.hs:166) showsTable (Text/Html/BlockTable.hs:171) showTable (Text/Html/BlockTable.hs:174) 0% ( 1 /235) in 'Text.Html' Missing documentation for: HtmlElement (Text/Html.hs:32) HtmlAttr (Text/Html.hs:52) Html (Text/Html.hs:55) HTML (Text/Html.hs:61) (Text/Html.hs:67) (Text/Html.hs:70) (Text/Html.hs:75) ADDATTRS (Text/Html.hs:78) (Text/Html.hs:81) (Text/Html.hs:84) << (Text/Html.hs:92) concatHtml (Text/Html.hs:96) +++ (Text/Html.hs:99) noHtml (Text/Html.hs:102) isNoHtml (Text/Html.hs:106) tag (Text/Html.hs:109) itag (Text/Html.hs:116) emptyAttr (Text/Html.hs:119) intAttr (Text/Html.hs:122) strAttr (Text/Html.hs:125) stringToHtmlString (Text/Html.hs:142) (Text/Html.hs:154) (Text/Html.hs:158) URL (Text/Html.hs:168) primHtml (Text/Html.hs:177) stringToHtml (Text/Html.hs:183) lineToHtml (Text/Html.hs:188) address (Text/Html.hs:199) anchor (Text/Html.hs:200) applet (Text/Html.hs:201) area (Text/Html.hs:202) basefont (Text/Html.hs:203) big (Text/Html.hs:204) blockquote (Text/Html.hs:205) body (Text/Html.hs:206) bold (Text/Html.hs:207) br (Text/Html.hs:208) caption (Text/Html.hs:209) center (Text/Html.hs:210) cite (Text/Html.hs:211) ddef (Text/Html.hs:212) define (Text/Html.hs:213) dlist (Text/Html.hs:214) dterm (Text/Html.hs:215) emphasize (Text/Html.hs:216) fieldset (Text/Html.hs:217) font (Text/Html.hs:218) form (Text/Html.hs:219) frame (Text/Html.hs:220) frameset (Text/Html.hs:221) h1 (Text/Html.hs:222) h2 (Text/Html.hs:223) h3 (Text/Html.hs:224) h4 (Text/Html.hs:225) h5 (Text/Html.hs:226) h6 (Text/Html.hs:227) header (Text/Html.hs:228) hr (Text/Html.hs:229) image (Text/Html.hs:230) input (Text/Html.hs:231) italics (Text/Html.hs:232) keyboard (Text/Html.hs:233) legend (Text/Html.hs:234) li (Text/Html.hs:235) meta (Text/Html.hs:236) noframes (Text/Html.hs:237) olist (Text/Html.hs:238) option (Text/Html.hs:239) paragraph (Text/Html.hs:240) param (Text/Html.hs:241) pre (Text/Html.hs:242) sample (Text/Html.hs:243) select (Text/Html.hs:244) small (Text/Html.hs:245) strong (Text/Html.hs:246) style (Text/Html.hs:247) sub (Text/Html.hs:248) sup (Text/Html.hs:249) table (Text/Html.hs:250) td (Text/Html.hs:251) textarea (Text/Html.hs:252) th (Text/Html.hs:253) thebase (Text/Html.hs:254) thecode (Text/Html.hs:255) thediv (Text/Html.hs:256) thehtml (Text/Html.hs:257) thelink (Text/Html.hs:258) themap (Text/Html.hs:259) thespan (Text/Html.hs:260) thetitle (Text/Html.hs:261) tr (Text/Html.hs:262) tt (Text/Html.hs:263) ulist (Text/Html.hs:264) underline (Text/Html.hs:265) variable (Text/Html.hs:266) action (Text/Html.hs:342) align (Text/Html.hs:343) alink (Text/Html.hs:344) alt (Text/Html.hs:345) altcode (Text/Html.hs:346) archive (Text/Html.hs:347) background (Text/Html.hs:348) base (Text/Html.hs:349) bgcolor (Text/Html.hs:350) border (Text/Html.hs:351) bordercolor (Text/Html.hs:352) cellpadding (Text/Html.hs:353) cellspacing (Text/Html.hs:354) checked (Text/Html.hs:355) clear (Text/Html.hs:356) code (Text/Html.hs:357) codebase (Text/Html.hs:358) color (Text/Html.hs:359) cols (Text/Html.hs:360) colspan (Text/Html.hs:361) compact (Text/Html.hs:362) content (Text/Html.hs:363) coords (Text/Html.hs:364) enctype (Text/Html.hs:365) face (Text/Html.hs:366) frameborder (Text/Html.hs:367) height (Text/Html.hs:368) href (Text/Html.hs:369) hspace (Text/Html.hs:370) httpequiv (Text/Html.hs:371) identifier (Text/Html.hs:372) ismap (Text/Html.hs:373) lang (Text/Html.hs:374) link (Text/Html.hs:375) marginheight (Text/Html.hs:376) marginwidth (Text/Html.hs:377) maxlength (Text/Html.hs:378) method (Text/Html.hs:379) multiple (Text/Html.hs:380) name (Text/Html.hs:381) nohref (Text/Html.hs:382) noresize (Text/Html.hs:383) noshade (Text/Html.hs:384) nowrap (Text/Html.hs:385) rel (Text/Html.hs:386) rev (Text/Html.hs:387) rows (Text/Html.hs:388) rowspan (Text/Html.hs:389) rules (Text/Html.hs:390) scrolling (Text/Html.hs:391) selected (Text/Html.hs:392) shape (Text/Html.hs:393) size (Text/Html.hs:394) src (Text/Html.hs:395) start (Text/Html.hs:396) target (Text/Html.hs:397) text (Text/Html.hs:398) theclass (Text/Html.hs:399) thestyle (Text/Html.hs:400) thetype (Text/Html.hs:401) title (Text/Html.hs:402) usemap (Text/Html.hs:403) valign (Text/Html.hs:404) value (Text/Html.hs:405) version (Text/Html.hs:406) vlink (Text/Html.hs:407) vspace (Text/Html.hs:408) width (Text/Html.hs:409) validHtmlTags (Text/Html.hs:485) validHtmlITags (Text/Html.hs:546) validHtmlAttrs (Text/Html.hs:558) aqua (Text/Html.hs:632) black (Text/Html.hs:633) blue (Text/Html.hs:634) fuchsia (Text/Html.hs:635) gray (Text/Html.hs:636) green (Text/Html.hs:637) lime (Text/Html.hs:638) maroon (Text/Html.hs:639) navy (Text/Html.hs:640) olive (Text/Html.hs:641) purple (Text/Html.hs:642) red (Text/Html.hs:643) silver (Text/Html.hs:644) teal (Text/Html.hs:645) yellow (Text/Html.hs:646) white (Text/Html.hs:647) linesToHtml (Text/Html.hs:669) primHtmlChar (Text/Html.hs:679) copyright (Text/Html.hs:680) spaceHtml (Text/Html.hs:681) bullet (Text/Html.hs:682) p (Text/Html.hs:683) HTMLTABLE (Text/Html.hs:695) (Text/Html.hs:698) (Text/Html.hs:701) HtmlTable (Text/Html.hs:720) (Text/Html.hs:724) above (Text/Html.hs:724) <-> (Text/Html.hs:724) beside (Text/Html.hs:724) aboves (Text/Html.hs:726) besides (Text/Html.hs:726) simpleTable (Text/Html.hs:727) mkHtmlTable (Text/Html.hs:730) combine (Text/Html.hs:743) renderTable (Text/Html.hs:757) (Text/Html.hs:763) (Text/Html.hs:766) HtmlTree (Text/Html.hs:797) treeHtml (Text/Html.hs:801) (Text/Html.hs:837) treeColors (Text/Html.hs:841) debugHtml (Text/Html.hs:851) HotLink (Text/Html.hs:884) (Text/Html.hs:890) hotlink (Text/Html.hs:894) ordList (Text/Html.hs:906) unordList (Text/Html.hs:909) defList (Text/Html.hs:912) widget (Text/Html.hs:917) checkbox (Text/Html.hs:920) hidden (Text/Html.hs:921) radio (Text/Html.hs:922) reset (Text/Html.hs:923) submit (Text/Html.hs:924) password (Text/Html.hs:925) textfield (Text/Html.hs:926) afile (Text/Html.hs:927) clickmap (Text/Html.hs:928) menu (Text/Html.hs:940) gui (Text/Html.hs:944) renderHtml (Text/Html.hs:954) renderMessage (Text/Html.hs:960) prettyHtml (Text/Html.hs:969) renderHtml' (Text/Html.hs:977) prettyHtml' (Text/Html.hs:989) rmNL (Text/Html.hs:1004) renderTag (Text/Html.hs:1009) Documentation created: dist/doc/html/html/index.html, dist/doc/html/html/html.txt Creating package registration file: /tmp/pkgConf-html-1.0.1296864819774044599.2 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/html-1.0.1.2-1FwXbITnw8ZAk5tvImflP3 Registering html-1.0.1.2... Installed html-1.0.1.2 Configuring mtl-2.2.1... Building mtl-2.2.1... Preprocessing library mtl-2.2.1... [ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o ) [ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o ) [ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o ) [ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o ) [ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o ) [ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o ) [ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o ) [ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o ) [ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o ) [10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o ) [11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o ) [12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o ) [13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o ) [14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o ) [15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o ) [16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o ) [17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o ) [18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o ) [19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o ) [20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o ) [21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o ) [22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o ) In-place registering mtl-2.2.1... Running Haddock for mtl-2.2.1... Running hscolour for mtl-2.2.1... Preprocessing library mtl-2.2.1... Preprocessing library mtl-2.2.1... Haddock coverage: 75% ( 3 / 4) in 'Control.Monad.Writer.Class' 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.2816504794820697697.1 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU Registering mtl-2.2.1... Installed mtl-2.2.1 Configuring network-2.6.2.1... configure: WARNING: unrecognized options: --with-compiler, --with-gcc checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... 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, --with-gcc 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:826:28: Warning: Pattern match(es) are overlapped In a case alternative: _ -> ... Network/Socket/Types.hsc:869:1: Warning: 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: Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: #x with #x `notElem` [1#, 2#, 10#, 29#] Network/Socket/Types.hsc:1012:10: Warning: 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: 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: 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: The import of ‘delete’ from module ‘Data.List’ is redundant Network/Socket.hsc:193:1: Warning: 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: 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: Defaulting the following constraint(s) to type ‘Integer’ (Integral a0) arising from a use of ‘fromIntegral’ at Network/Socket.hsc:949:13-24 (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: Defined but not used: ‘c_accept’ Network/Socket.hsc:276:3: Warning: Pattern match(es) are non-exhaustive In an equation for ‘showsPrec’: Patterns not matched: _ (SockAddrCan _) Network/Socket.hsc:953:6: Warning: 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’ or by using the flag -fno-warn-unused-do-bind Network/Socket.hsc:989:3: Warning: A do-notation statement discarded a result of type ‘CInt’ Suppress this warning by saying ‘_ <- ($) throwSocketErrorWaitWrite sock "sendFd" c_sendFd (fdSocket sock) outfd’ or by using the flag -fno-warn-unused-do-bind [ 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 ) Network/Socket/ByteString.hsc:54:1: Warning: The import of ‘SockAddr, Socket’ from module ‘Network.Socket’ is redundant [ 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: 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: 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: Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: SockAddrCan _ Network.hs:401:5: Warning: Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: SockAddrCan _ In-place registering network-2.6.2.1... 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:10: Warning: 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: 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: 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: The import of ‘delete’ from module ‘Data.List’ is redundant Network/Socket.hsc:193:1: Warning: 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: 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: Defaulting the following constraint(s) to type ‘Integer’ (Integral a0) arising from a use of ‘fromIntegral’ at Network/Socket.hsc:949:13-24 (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: Defined but not used: ‘c_accept’ Network/Socket/ByteString.hsc:54:1: Warning: The import of ‘SockAddr, Socket’ from module ‘Network.Socket’ is redundant Network/BSD.hsc:166:43: Warning: 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: 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.2109010631046370347.1 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/network-2.6.2.1-F6mK9sCIw3M5SbZMt2lUQE Registering network-2.6.2.1... Installed network-2.6.2.1 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 ) In-place registering old-locale-1.0.0.7... 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.016094169311031126087.7 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/old-locale-1.0.0.7-D6X1KPq5Sui5XjrHMwvFwK Registering old-locale-1.0.0.7... Installed old-locale-1.0.0.7 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: Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Primitive.hs:100:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:100:47: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:101:19: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o ) [ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o ) [ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o ) [ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o ) [ 9 of 10] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o ) [10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o ) In-place registering primitive-0.6.1.0... 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: Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Primitive.hs:100:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:100:47: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:101:19: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Haddock coverage: 100% ( 3 / 3) in 'Data.Primitive.Internal.Compat' 3% ( 1 / 35) in 'Data.Primitive.MachDeps' 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' Documentation created: dist/doc/html/primitive/index.html, dist/doc/html/primitive/primitive.txt Creating package registration file: /tmp/pkgConf-primitive-0.6.114669424911688323172.0 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/primitive-0.6.1.0-5Jnw7oEuYtM9dmKXelGXVb Registering primitive-0.6.1.0... Installed primitive-0.6.1.0 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: Tab character System/Random.hs:45:1: Warning: Tab character System/Random.hs:47:1: Warning: Tab character System/Random.hs:53:1: Warning: Tab character System/Random.hs:55:1: Warning: Tab character System/Random.hs:56:1: Warning: Tab character System/Random.hs:57:1: Warning: Tab character System/Random.hs:59:1: Warning: Tab character System/Random.hs:61:1: Warning: Tab character System/Random.hs:63:1: Warning: Tab character System/Random.hs:64:1: Warning: Tab character System/Random.hs:65:1: Warning: Tab character System/Random.hs:66:1: Warning: Tab character System/Random.hs:68:1: Warning: Tab character System/Random.hs:69:1: Warning: Tab character System/Random.hs:70:1: Warning: Tab character System/Random.hs:71:1: Warning: Tab character System/Random.hs:73:1: Warning: Tab character System/Random.hs:74:1: Warning: Tab character System/Random.hs:76:1: Warning: Tab character System/Random.hs:90:22: Warning: Tab character System/Random.hs:91:17: Warning: Tab character System/Random.hs:94:17: Warning: Tab character System/Random.hs:102:15: Warning: Tab character System/Random.hs:240:1: Warning: Tab character System/Random.hs:241:1: Warning: Tab character System/Random.hs:249:1: Warning: Tab character System/Random.hs:269:1: Warning: Tab character System/Random.hs:270:1: Warning: Tab character System/Random.hs:271:1: Warning: Tab character System/Random.hs:272:1: Warning: Tab character System/Random.hs:273:1: Warning: Tab character System/Random.hs:326:11: Warning: Tab character System/Random.hs:343:11: Warning: Tab character System/Random.hs:384:11: Warning: Tab character System/Random.hs:395:1: Warning: Tab character System/Random.hs:396:1: Warning: Tab character System/Random.hs:396:20: Warning: Tab character System/Random.hs:397:1: Warning: Tab character System/Random.hs:397:20: Warning: Tab character System/Random.hs:399:11: Warning: Tab character System/Random.hs:406:1: Warning: Tab character System/Random.hs:415:1: Warning: Tab character System/Random.hs:428:1: Warning: Tab character System/Random.hs:429:1: Warning: Tab character System/Random.hs:430:1: Warning: Tab character System/Random.hs:440:3: Warning: Tab character System/Random.hs:502:1: Warning: Tab character System/Random.hs:503:1: Warning: Tab character System/Random.hs:504:1: Warning: Tab character System/Random.hs:506:1: Warning: Tab character System/Random.hs:507:1: Warning: Tab character System/Random.hs:508:1: Warning: Tab character System/Random.hs:519:1: Warning: Tab character System/Random.hs:519:14: Warning: Tab character System/Random.hs:520:1: Warning: Tab character System/Random.hs:522:1: Warning: Tab character System/Random.hs:523:1: Warning: Tab character System/Random.hs:524:1: Warning: Tab character System/Random.hs:526:1: Warning: Tab character System/Random.hs:527:1: Warning: Tab character System/Random.hs:528:1: Warning: Tab character In-place registering random-1.1... 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: Tab character System/Random.hs:45:1: Warning: Tab character System/Random.hs:47:1: Warning: Tab character System/Random.hs:53:1: Warning: Tab character System/Random.hs:55:1: Warning: Tab character System/Random.hs:56:1: Warning: Tab character System/Random.hs:57:1: Warning: Tab character System/Random.hs:59:1: Warning: Tab character System/Random.hs:61:1: Warning: Tab character System/Random.hs:63:1: Warning: Tab character System/Random.hs:64:1: Warning: Tab character System/Random.hs:65:1: Warning: Tab character System/Random.hs:66:1: Warning: Tab character System/Random.hs:68:1: Warning: Tab character System/Random.hs:69:1: Warning: Tab character System/Random.hs:70:1: Warning: Tab character System/Random.hs:71:1: Warning: Tab character System/Random.hs:73:1: Warning: Tab character System/Random.hs:74:1: Warning: Tab character System/Random.hs:76:1: Warning: Tab character System/Random.hs:90:22: Warning: Tab character System/Random.hs:91:17: Warning: Tab character System/Random.hs:94:17: Warning: Tab character System/Random.hs:102:15: Warning: Tab character System/Random.hs:240:1: Warning: Tab character System/Random.hs:241:1: Warning: Tab character System/Random.hs:249:1: Warning: Tab character System/Random.hs:269:1: Warning: Tab character System/Random.hs:270:1: Warning: Tab character System/Random.hs:271:1: Warning: Tab character System/Random.hs:272:1: Warning: Tab character System/Random.hs:273:1: Warning: Tab character System/Random.hs:326:11: Warning: Tab character System/Random.hs:343:11: Warning: Tab character System/Random.hs:384:11: Warning: Tab character System/Random.hs:395:1: Warning: Tab character System/Random.hs:396:1: Warning: Tab character System/Random.hs:396:20: Warning: Tab character System/Random.hs:397:1: Warning: Tab character System/Random.hs:397:20: Warning: Tab character System/Random.hs:399:11: Warning: Tab character System/Random.hs:406:1: Warning: Tab character System/Random.hs:415:1: Warning: Tab character System/Random.hs:428:1: Warning: Tab character System/Random.hs:429:1: Warning: Tab character System/Random.hs:430:1: Warning: Tab character System/Random.hs:440:3: Warning: Tab character System/Random.hs:502:1: Warning: Tab character System/Random.hs:503:1: Warning: Tab character System/Random.hs:504:1: Warning: Tab character System/Random.hs:506:1: Warning: Tab character System/Random.hs:507:1: Warning: Tab character System/Random.hs:508:1: Warning: Tab character System/Random.hs:519:1: Warning: Tab character System/Random.hs:519:14: Warning: Tab character System/Random.hs:520:1: Warning: Tab character System/Random.hs:522:1: Warning: Tab character System/Random.hs:523:1: Warning: Tab character System/Random.hs:524:1: Warning: Tab character System/Random.hs:526:1: Warning: Tab character System/Random.hs:527:1: Warning: Tab character System/Random.hs:528:1: Warning: Tab character 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-116002068981139352160.1 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/random-1.1-1z8Ujelqc6aKgvPnbRUKkP Registering random-1.1... Installed random-1.1 Configuring stm-2.4.4... Building stm-2.4.4... Preprocessing library stm-2.4.4... [ 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 ) In-place registering stm-2.4.4... Running Haddock for stm-2.4.4... Running hscolour for stm-2.4.4... Preprocessing library stm-2.4.4... Preprocessing library stm-2.4.4... 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) Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt Creating package registration file: /tmp/pkgConf-stm-2.4532495011415675634.4 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/stm-2.4.4-C1kFMnPqFjvDhFjgMZGUpr Registering stm-2.4.4... Installed stm-2.4.4 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 ) [ 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 ) [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 ) In-place registering syb-0.6... Running Haddock for syb-0.6... Running hscolour for syb-0.6... Preprocessing library syb-0.6... Preprocessing library syb-0.6... 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-09561341581390865725.6 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/syb-0.6-2wX6OHAY1mu1En8Oic6xKR Registering syb-0.6... Installed syb-0.6 Configuring text-1.2.1.3... Building text-1.2.1.3... Preprocessing library text-1.2.1.3... [ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o ) Data/Text/Internal/Read.hs:21:1: Warning: 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 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 ) Data/Text/Encoding/Error.hs:3:14: Warning: ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe! [ 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 ) [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 ) Data/Text/Lazy/Encoding.hs:65:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [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:61:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [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 ) Data/Text/Internal/Builder/Functions.hs:24:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o ) Data/Text/Lazy/Builder/Int.hs:24:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Data/Text/Lazy/Builder/Int.hs:30:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant Data/Text/Lazy/Builder/Int.hs:32:1: Warning: The import of ‘GHC.Num’ is redundant except perhaps to import instances from ‘GHC.Num’ To import instances alone, use: import GHC.Num() [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 ) Data/Text/Lazy/Read.hs:3:14: Warning: ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe! Data/Text/Lazy/Read.hs:32:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant [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 ) Data/Text/Read.hs:33:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant In-place registering text-1.2.1.3... Running Haddock for text-1.2.1.3... Running hscolour for text-1.2.1.3... Preprocessing library text-1.2.1.3... Preprocessing library text-1.2.1.3... Data/Text/Internal/Read.hs:21:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Data/Text/Encoding/Error.hs:3:14: Warning: ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe! Data/Text/Lazy/Encoding.hs:65:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Data/Text/Internal/Builder.hs:61:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Data/Text/Internal/Builder/Functions.hs:24:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Data/Text/Lazy/Builder/Int.hs:24:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Data/Text/Lazy/Builder/Int.hs:30:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant Data/Text/Lazy/Builder/Int.hs:32:1: Warning: The import of ‘GHC.Num’ is redundant except perhaps to import instances from ‘GHC.Num’ To import instances alone, use: import GHC.Num() Data/Text/Lazy/Read.hs:3:14: Warning: ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe! Data/Text/Lazy/Read.hs:32:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant Data/Text/Read.hs:33:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant 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% (126 /126) 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% (127 /128) 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:288) 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.Unsafe: could not find link destinations for: bracket 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.15746822901851445950.3 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/text-1.2.1.3-1l1AN4I48k37RaQ6fm6CEh Registering text-1.2.1.3... Installed text-1.2.1.3 Configuring transformers-compat-0.4.0.4... Building transformers-compat-0.4.0.4... Preprocessing library transformers-compat-0.4.0.4... [1 of 1] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o ) In-place registering transformers-compat-0.4.0.4... Running Haddock for transformers-compat-0.4.0.4... Running hscolour for transformers-compat-0.4.0.4... Preprocessing library transformers-compat-0.4.0.4... Preprocessing library transformers-compat-0.4.0.4... Haddock coverage: 0% ( 0 / 8) in 'Paths_transformers_compat' Missing documentation for: Module header version (dist/build/autogen/Paths_transformers_compat.hs:15) getBinDir (dist/build/autogen/Paths_transformers_compat.hs:25) getLibDir (dist/build/autogen/Paths_transformers_compat.hs:25) getDataDir (dist/build/autogen/Paths_transformers_compat.hs:25) getLibexecDir (dist/build/autogen/Paths_transformers_compat.hs:25) getDataFileName (dist/build/autogen/Paths_transformers_compat.hs:32) getSysconfDir (dist/build/autogen/Paths_transformers_compat.hs:25) Documentation created: dist/doc/html/transformers-compat/index.html, dist/doc/html/transformers-compat/transformers-compat.txt Creating package registration file: /tmp/pkgConf-transformers-compat-0.4.017505478891409907854.4 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/transformers-compat-0.4.0.4-DCQioW2d4vYEa3T0AmFBPv Registering transformers-compat-0.4.0.4... Installed transformers-compat-0.4.0.4 Configuring utf8-string-1.0.1.1... Building utf8-string-1.0.1.1... Preprocessing library utf8-string-1.0.1.1... [1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o ) [2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o ) [3 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o ) [4 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o ) [5 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o ) In-place registering utf8-string-1.0.1.1... Running Haddock for utf8-string-1.0.1.1... Running hscolour for utf8-string-1.0.1.1... Preprocessing library utf8-string-1.0.1.1... Preprocessing library utf8-string-1.0.1.1... Haddock coverage: 100% ( 8 / 8) in 'Codec.Binary.UTF8.String' 94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic' Missing documentation for: UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48) 89% ( 24 / 27) in 'Data.String.UTF8' Missing documentation for: UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48) fromRep (Data/String/UTF8.hs:59) toRep (Data/String/UTF8.hs:62) 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8' 100% ( 17 / 17) in 'Data.ByteString.UTF8' Documentation created: dist/doc/html/utf8-string/index.html, dist/doc/html/utf8-string/utf8-string.txt Creating package registration file: /tmp/pkgConf-utf8-string-1.0.121283491441045069410.1 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/utf8-string-1.0.1.1-HWC8Qen5AZrArJxFQJuE72 Registering utf8-string-1.0.1.1... Installed utf8-string-1.0.1.1 Configuring utility-ht-0.0.11... Building utility-ht-0.0.11... Preprocessing library utility-ht-0.0.11... [ 1 of 27] Compiling Text.Show.HT ( src/Text/Show/HT.hs, dist/build/Text/Show/HT.o ) [ 2 of 27] Compiling Text.Read.HT ( src/Text/Read/HT.hs, dist/build/Text/Read/HT.o ) [ 3 of 27] Compiling Data.Strictness.HT ( src/Data/Strictness/HT.hs, dist/build/Data/Strictness/HT.o ) [ 4 of 27] Compiling Control.Monad.HT ( src/Control/Monad/HT.hs, dist/build/Control/Monad/HT.o ) [ 5 of 27] Compiling Data.Tuple.Strict ( src/Data/Tuple/Strict.hs, dist/build/Data/Tuple/Strict.o ) [ 6 of 27] Compiling Data.Tuple.Lazy ( src/Data/Tuple/Lazy.hs, dist/build/Data/Tuple/Lazy.o ) [ 7 of 27] Compiling Data.Tuple.HT ( src/Data/Tuple/HT.hs, dist/build/Data/Tuple/HT.o ) [ 8 of 27] Compiling Control.Functor.HT ( src/Control/Functor/HT.hs, dist/build/Control/Functor/HT.o ) [ 9 of 27] Compiling Data.Monoid.HT ( src/Data/Monoid/HT.hs, dist/build/Data/Monoid/HT.o ) [10 of 27] Compiling Data.Maybe.HT ( src/Data/Maybe/HT.hs, dist/build/Data/Maybe/HT.o ) [11 of 27] Compiling Data.Ix.Enum ( src/Data/Ix/Enum.hs, dist/build/Data/Ix/Enum.o ) [12 of 27] Compiling Data.Function.HT.Private ( src/Data/Function/HT/Private.hs, dist/build/Data/Function/HT/Private.o ) [13 of 27] Compiling Data.Function.HT ( src/Data/Function/HT.hs, dist/build/Data/Function/HT.o ) [14 of 27] Compiling Data.List.Key.Private ( src/Data/List/Key/Private.hs, dist/build/Data/List/Key/Private.o ) [15 of 27] Compiling Data.List.Key ( src/Data/List/Key.hs, dist/build/Data/List/Key.o ) [16 of 27] Compiling Data.Ord.HT ( src/Data/Ord/HT.hs, dist/build/Data/Ord/HT.o ) [17 of 27] Compiling Data.Eq.HT ( src/Data/Eq/HT.hs, dist/build/Data/Eq/HT.o ) [18 of 27] Compiling Data.Bool.HT.Private ( src/Data/Bool/HT/Private.hs, dist/build/Data/Bool/HT/Private.o ) [19 of 27] Compiling Data.Bool.HT ( src/Data/Bool/HT.hs, dist/build/Data/Bool/HT.o ) [20 of 27] Compiling Data.List.Match.Private ( src/Data/List/Match/Private.hs, dist/build/Data/List/Match/Private.o ) [21 of 27] Compiling Data.List.HT.Private ( src/Data/List/HT/Private.hs, dist/build/Data/List/HT/Private.o ) [22 of 27] Compiling Data.List.HT ( src/Data/List/HT.hs, dist/build/Data/List/HT.o ) [23 of 27] Compiling Data.Record.HT.Private ( src/Data/Record/HT/Private.hs, dist/build/Data/Record/HT/Private.o ) src/Data/Record/HT/Private.hs:3:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [24 of 27] Compiling Data.Record.HT ( src/Data/Record/HT.hs, dist/build/Data/Record/HT.o ) [25 of 27] Compiling Data.String.HT ( src/Data/String/HT.hs, dist/build/Data/String/HT.o ) [26 of 27] Compiling Data.Tuple.Example ( src/Data/Tuple/Example.hs, dist/build/Data/Tuple/Example.o ) [27 of 27] Compiling Data.List.Match ( src/Data/List/Match.hs, dist/build/Data/List/Match.o ) In-place registering utility-ht-0.0.11... Running Haddock for utility-ht-0.0.11... Running hscolour for utility-ht-0.0.11... Preprocessing library utility-ht-0.0.11... Preprocessing library utility-ht-0.0.11... Haddock coverage: 33% ( 1 / 3) in 'Text.Show.HT' Missing documentation for: Module header concatS (src/Text/Show/HT.hs:15) 40% ( 2 / 5) in 'Text.Read.HT' Missing documentation for: Module header readMany (src/Text/Read/HT.hs:22) maybeRead (src/Text/Read/HT.hs:29) 0% ( 0 / 6) in 'Data.Strictness.HT' Missing documentation for: Module header arguments1 (src/Data/Strictness/HT.hs:4) arguments2 (src/Data/Strictness/HT.hs:8) arguments3 (src/Data/Strictness/HT.hs:12) arguments4 (src/Data/Strictness/HT.hs:16) arguments5 (src/Data/Strictness/HT.hs:20) 32% ( 8 / 25) in 'Control.Monad.HT' Missing documentation for: Module header void (src/Control/Monad/HT.hs:72) for (src/Control/Monad/HT.hs:75) map (src/Control/Monad/HT.hs:78) zipWith (src/Control/Monad/HT.hs:81) chain (src/Control/Monad/HT.hs:84) filter (src/Control/Monad/HT.hs:87) replicate (src/Control/Monad/HT.hs:90) lift (src/Control/Monad/HT.hs:93) lift2 (src/Control/Monad/HT.hs:96) lift3 (src/Control/Monad/HT.hs:100) lift4 (src/Control/Monad/HT.hs:104) lift5 (src/Control/Monad/HT.hs:109) liftJoin2 (src/Control/Monad/HT.hs:124) liftJoin3 (src/Control/Monad/HT.hs:128) liftJoin4 (src/Control/Monad/HT.hs:132) liftJoin5 (src/Control/Monad/HT.hs:139) 17% ( 2 / 12) in 'Data.Tuple.Strict' Missing documentation for: Module header mapPair (src/Data/Tuple/Strict.hs:6) mapFst (src/Data/Tuple/Strict.hs:10) mapSnd (src/Data/Tuple/Strict.hs:14) swap (src/Data/Tuple/Strict.hs:19) mapTriple (src/Data/Tuple/Strict.hs:26) mapFst3 (src/Data/Tuple/Strict.hs:30) mapSnd3 (src/Data/Tuple/Strict.hs:34) mapThd3 (src/Data/Tuple/Strict.hs:38) uncurry3 (src/Data/Tuple/Strict.hs:42) 38% ( 5 / 13) in 'Data.Tuple.Lazy' Missing documentation for: Module header swap (src/Data/Tuple/Lazy.hs:37) forcePair (src/Data/Tuple/Lazy.hs:41) mapTriple (src/Data/Tuple/Lazy.hs:48) mapFst3 (src/Data/Tuple/Lazy.hs:52) mapSnd3 (src/Data/Tuple/Lazy.hs:56) mapThd3 (src/Data/Tuple/Lazy.hs:60) uncurry3 (src/Data/Tuple/Lazy.hs:64) 29% ( 5 / 17) in 'Data.Tuple.HT' Missing documentation for: Module header swap (src/Data/Tuple/Lazy.hs:37) forcePair (src/Data/Tuple/Lazy.hs:41) fst3 (src/Data/Tuple/HT.hs:25) snd3 (src/Data/Tuple/HT.hs:29) thd3 (src/Data/Tuple/HT.hs:33) mapTriple (src/Data/Tuple/Lazy.hs:48) mapFst3 (src/Data/Tuple/Lazy.hs:52) mapSnd3 (src/Data/Tuple/Lazy.hs:56) mapThd3 (src/Data/Tuple/Lazy.hs:60) curry3 (src/Data/Tuple/HT.hs:37) uncurry3 (src/Data/Tuple/Lazy.hs:64) 43% ( 3 / 7) in 'Control.Functor.HT' Missing documentation for: Module header void (src/Control/Functor/HT.hs:6) map (src/Control/Functor/HT.hs:9) for (src/Control/Functor/HT.hs:12) 50% ( 2 / 4) in 'Data.Monoid.HT' Missing documentation for: Module header when (src/Data/Monoid/HT.hs:26) 50% ( 2 / 4) in 'Data.Maybe.HT' Missing documentation for: Module header alternatives (src/Data/Maybe/HT.hs:46) 14% ( 1 / 7) in 'Data.Ix.Enum' Missing documentation for: range (src/Data/Ix/Enum.hs:27) index (src/Data/Ix/Enum.hs:28) unsafeIndex (src/Data/Ix/Enum.hs:29) inRange (src/Data/Ix/Enum.hs:30) rangeSize (src/Data/Ix/Enum.hs:31) unsafeRangeSize (src/Data/Ix/Enum.hs:32) 75% ( 6 / 8) in 'Data.Function.HT.Private' Missing documentation for: Module header propNest (src/Data/Function/HT/Private.hs:19) 75% ( 3 / 4) in 'Data.Function.HT' Missing documentation for: Module header 29% ( 5 / 17) in 'Data.List.Key.Private' Missing documentation for: Module header attach (src/Data/List/Key/Private.hs:10) aux (src/Data/List/Key/Private.hs:14) aux' (src/Data/List/Key/Private.hs:21) propGroup (src/Data/List/Key/Private.hs:47) sort (src/Data/List/Key/Private.hs:59) merge (src/Data/List/Key/Private.hs:62) nub (src/Data/List/Key/Private.hs:69) groupBy (src/Data/List/Key/Private.hs:75) groupByNonEmpty (src/Data/List/Key/Private.hs:78) groupByEmpty (src/Data/List/Key/Private.hs:92) mergeBy (src/Data/List/Key/Private.hs:102) 57% ( 4 / 7) in 'Data.List.Key' Missing documentation for: nub (src/Data/List/Key/Private.hs:69) sort (src/Data/List/Key/Private.hs:59) merge (src/Data/List/Key/Private.hs:62) 50% ( 2 / 4) in 'Data.Ord.HT' Missing documentation for: Module header comparing (src/Data/Ord/HT.hs:6) 0% ( 0 / 2) in 'Data.Eq.HT' Missing documentation for: Module header equating (src/Data/Eq/HT.hs:6) 78% ( 7 / 9) in 'Data.Bool.HT.Private' Missing documentation for: Module header zipIf (src/Data/Bool/HT/Private.hs:47) 83% ( 5 / 6) in 'Data.Bool.HT' Missing documentation for: Module header 55% ( 11 / 20) in 'Data.List.Match.Private' Missing documentation for: Module header dropRec (src/Data/List/Match/Private.hs:33) drop0 (src/Data/List/Match/Private.hs:37) drop1 (src/Data/List/Match/Private.hs:43) drop2 (src/Data/List/Match/Private.hs:47) laxTail0 (src/Data/List/Match/Private.hs:60) splitAt (src/Data/List/Match/Private.hs:63) takeRev (src/Data/List/Match/Private.hs:71) dropRev (src/Data/List/Match/Private.hs:74) 48% ( 62 /128) in 'Data.List.HT.Private' Missing documentation for: Module header inits98' (src/Data/List/HT/Private.hs:48) tails' (src/Data/List/HT/Private.hs:65) tails98 (src/Data/List/HT/Private.hs:68) group (src/Data/List/HT/Private.hs:94) chop' (src/Data/List/HT/Private.hs:174) chopAtRun (src/Data/List/HT/Private.hs:183) segmentAfter' (src/Data/List/HT/Private.hs:222) propSegmentAfterConcat (src/Data/List/HT/Private.hs:226) propSegmentAfterNumSeps (src/Data/List/HT/Private.hs:230) propSegmentAfterLasts (src/Data/List/HT/Private.hs:234) propSegmentAfterInits (src/Data/List/HT/Private.hs:238) propSegmentAfterInfinite (src/Data/List/HT/Private.hs:245) segmentBefore' (src/Data/List/HT/Private.hs:266) segmentBefore'' (src/Data/List/HT/Private.hs:276) propSegmentBeforeConcat (src/Data/List/HT/Private.hs:286) propSegmentBeforeNumSeps (src/Data/List/HT/Private.hs:290) propSegmentBeforeHeads (src/Data/List/HT/Private.hs:294) propSegmentBeforeTails (src/Data/List/HT/Private.hs:298) propSegmentBeforeInfinite (src/Data/List/HT/Private.hs:302) propSegmentBeforeGroupBy0 (src/Data/List/HT/Private.hs:306) propSegmentBeforeGroupBy1 (src/Data/List/HT/Private.hs:310) splitEverywhere (src/Data/List/HT/Private.hs:361) propSplitLast (src/Data/List/HT/Private.hs:387) propViewR (src/Data/List/HT/Private.hs:407) switchL' (src/Data/List/HT/Private.hs:421) propSwitchR (src/Data/List/HT/Private.hs:433) dropWhileRev' (src/Data/List/HT/Private.hs:465) unzipEithers (src/Data/List/HT/Private.hs:532) propSieve (src/Data/List/HT/Private.hs:551) sliceHorizontal (src/Data/List/HT/Private.hs:560) sliceHorizontal' (src/Data/List/HT/Private.hs:560) sliceHorizontal'' (src/Data/List/HT/Private.hs:560) sliceHorizontal''' (src/Data/List/HT/Private.hs:560) propSliceHorizontal (src/Data/List/HT/Private.hs:574) sliceVertical (src/Data/List/HT/Private.hs:581) sliceVertical' (src/Data/List/HT/Private.hs:581) propSliceVertical (src/Data/List/HT/Private.hs:590) propSlice (src/Data/List/HT/Private.hs:594) search (src/Data/List/HT/Private.hs:604) replace (src/Data/List/HT/Private.hs:607) markSublists (src/Data/List/HT/Private.hs:617) replace' (src/Data/List/HT/Private.hs:627) propReplaceId (src/Data/List/HT/Private.hs:631) propReplaceCycle (src/Data/List/HT/Private.hs:635) multiReplace (src/Data/List/HT/Private.hs:650) multiReplace' (src/Data/List/HT/Private.hs:662) propMultiReplaceSingle (src/Data/List/HT/Private.hs:672) transposeFill (src/Data/List/HT/Private.hs:698) unzipCons (src/Data/List/HT/Private.hs:704) shear' (s src/Data/Record/HT/Private.hs:3:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() rc/Data/List/HT/Private.hs:729) zipConsSkew (src/Data/List/HT/Private.hs:756) takeWhileMulti' (src/Data/List/HT/Private.hs:807) propTakeWhileMulti (src/Data/List/HT/Private.hs:812) propFoldl'r (src/Data/List/HT/Private.hs:840) lengthAtLeast (src/Data/List/HT/Private.hs:862) iterateUntilCycle (src/Data/List/HT/Private.hs:874) iterateUntilCycleP (src/Data/List/HT/Private.hs:890) pairs (src/Data/List/HT/Private.hs:897) propRotate (src/Data/List/HT/Private.hs:916) allEqual (src/Data/List/HT/Private.hs:933) isAscending (src/Data/List/HT/Private.hs:936) isAscendingLazy (src/Data/List/HT/Private.hs:939) padLeft (src/Data/List/HT/Private.hs:968) padRight (src/Data/List/HT/Private.hs:973) padRight1 (src/Data/List/HT/Private.hs:973) 75% ( 46 / 61) in 'Data.List.HT' Missing documentation for: Module header group (src/Data/List/HT/Private.hs:94) splitEverywhere (src/Data/List/HT/Private.hs:361) unzipEithers (src/Data/List/HT/Private.hs:532) sliceHorizontal (src/Data/List/HT/Private.hs:560) sliceVertical (src/Data/List/HT/Private.hs:581) search (src/Data/List/HT/Private.hs:604) replace (src/Data/List/HT/Private.hs:607) multiReplace (src/Data/List/HT/Private.hs:650) allEqual (src/Data/List/HT/Private.hs:933) isAscending (src/Data/List/HT/Private.hs:936) isAscendingLazy (src/Data/List/HT/Private.hs:939) padLeft (src/Data/List/HT/Private.hs:968) padRight (src/Data/List/HT/Private.hs:973) lengthAtLeast (src/Data/List/HT/Private.hs:862) 40% ( 2 / 5) in 'Data.Record.HT.Private' Missing documentation for: Module header compare1 (src/Data/Record/HT/Private.hs:19) compare2 (src/Data/Record/HT/Private.hs:24) 67% ( 2 / 3) in 'Data.Record.HT' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.String.HT' Missing documentation for: Module header 0% ( 0 / 8) in 'Data.Tuple.Example' Missing documentation for: Module header partitionLazy (src/Data/Tuple/Example.hs:9) partitionStrict (src/Data/Tuple/Example.hs:15) mainPartitionRuns (src/Data/Tuple/Example.hs:22) mainPartitionBlocks (src/Data/Tuple/Example.hs:26) printSomeChars (src/Data/Tuple/Example.hs:32) mainMemoryOk (src/Data/Tuple/Example.hs:35) mainMemoryLeak (src/Data/Tuple/Example.hs:39) 64% ( 7 / 11) in 'Data.List.Match' Missing documentation for: Module header splitAt (src/Data/List/Match/Private.hs:63) takeRev (src/Data/List/Match/Private.hs:71) dropRev (src/Data/List/Match/Private.hs:74) Documentation created: dist/doc/html/utility-ht/index.html, dist/doc/html/utility-ht/utility-ht.txt Creating package registration file: /tmp/pkgConf-utility-ht-0.03204013921201162069.11 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/utility-ht-0.0.11-2TDzwuUXV1L537S7AEMkBP Registering utility-ht-0.0.11... Installed utility-ht-0.0.11 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 ) In-place registering zlib-0.6.1.1... 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.13669130641030121288.1 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/zlib-0.6.1.1-IYDcUciccRK7uPRFSGbDhG Registering zlib-0.6.1.1... Installed zlib-0.6.1.1 Configuring sendfile-0.7.9... Building sendfile-0.7.9... Preprocessing library sendfile-0.7.9... :0:20: warning: missing whitespace after the macro name [enabled by default] :0:20: warning: missing whitespace after the macro name [enabled by default] [1 of 7] Compiling Network.Socket.SendFile.Util ( src/Network/Socket/SendFile/Util.hs, dist/build/Network/Socket/SendFile/Util.o ) [2 of 7] Compiling Network.Socket.SendFile.Iter ( src/Network/Socket/SendFile/Iter.hs, dist/build/Network/Socket/SendFile/Iter.o ) [3 of 7] Compiling Network.Socket.SendFile.Portable ( src/Network/Socket/SendFile/Portable.hs, dist/build/Network/Socket/SendFile/Portable.o ) [4 of 7] Compiling Network.Socket.SendFile.Linux ( dist/build/Network/Socket/SendFile/Linux.hs, dist/build/Network/Socket/SendFile/Linux.o ) src/Network/Socket/SendFile/Linux.hsc:5:1: Warning: The import of ‘Int32’ from module ‘Data.Int’ is redundant src/Network/Socket/SendFile/Linux.hsc:6:1: Warning: The import of ‘Word32’ from module ‘Data.Word’ is redundant [5 of 7] Compiling Network.Socket.SendFile.Internal ( src/Network/Socket/SendFile/Internal.hs, dist/build/Network/Socket/SendFile/Internal.o ) [6 of 7] Compiling Network.Socket.SendFile ( src/Network/Socket/SendFile.hs, dist/build/Network/Socket/SendFile.o ) [7 of 7] Compiling Network.Socket.SendFile.Handle ( src/Network/Socket/SendFile/Handle.hs, dist/build/Network/Socket/SendFile/Handle.o ) In-place registering sendfile-0.7.9... Running Haddock for sendfile-0.7.9... Running hscolour for sendfile-0.7.9... Preprocessing library sendfile-0.7.9... Preprocessing library sendfile-0.7.9... src/Network/Socket/SendFile/Linux.hsc:5:1: Warning: The import of ‘Int32’ from module ‘Data.Int’ is redundant src/Network/Socket/SendFile/Linux.hsc:6:1: Warning: The import of ‘Word32’ from module ‘Data.Word’ is redundant Haddock coverage: 50% ( 1 / 2) in 'Network.Socket.SendFile.Util' Missing documentation for: Module header 67% ( 2 / 3) in 'Network.Socket.SendFile.Iter' Missing documentation for: Module header 0% ( 0 / 14) in 'Network.Socket.SendFile.Portable' Missing documentation for: Module header sendFile (src/Network/Socket/SendFile/Portable.hs:131) sendFileIterWith (src/Network/Socket/SendFile/Portable.hs:137) sendFile' (src/Network/Socket/SendFile/Portable.hs:143) sendFileIterWith' (src/Network/Socket/SendFile/Portable.hs:148) sendFile'' (src/Network/Socket/SendFile/Portable.hs:44) sendFileIterWith'' (src/Network/Socket/SendFile/Portable.hs:38) unsafeSendFile (src/Network/Socket/SendFile/Portable.hs:153) unsafeSendFileIterWith (src/Network/Socket/SendFile/Portable.hs:159) unsafeSendFile' (src/Network/Socket/SendFile/Portable.hs:166) unsafeSendFile'' (src/Network/Socket/SendFile/Portable.hs:57) unsafeSendFileIterWith' (src/Network/Socket/SendFile/Portable.hs:176) unsafeSendFileIterWith'' (src/Network/Socket/SendFile/Portable.hs:49) sendFileMode (src/Network/Socket/SendFile/Portable.hs:35) 100% ( 4 / 4) in 'Network.Socket.SendFile.Linux' 0% ( 0 / 12) in 'Network.Socket.SendFile.Internal' Missing documentation for: Module header sendFile (src/Network/Socket/SendFile/Internal.hs:130) sendFileIterWith (src/Network/Socket/SendFile/Internal.hs:136) sendFile' (src/Network/Socket/SendFile/Internal.hs:142) sendFileIterWith' (src/Network/Socket/SendFile/Internal.hs:147) sendFile'' (src/Network/Socket/SendFile/Internal.hs:78) sendFileIterWith'' (src/Network/Socket/SendFile/Internal.hs:85) unsafeSendFile (src/Network/Socket/SendFile/Internal.hs:152) unsafeSendFileIterWith (src/Network/Socket/SendFile/Internal.hs:158) unsafeSendFile' (src/Network/Socket/SendFile/Internal.hs:165) unsafeSendFileIterWith' (src/Network/Socket/SendFile/Internal.hs:175) sendFileMode (src/Network/Socket/SendFile/Internal.hs:57) 100% ( 18 / 18) in 'Network.Socket.SendFile' 100% ( 10 / 10) in 'Network.Socket.SendFile.Handle' Documentation created: dist/doc/html/sendfile/index.html, dist/doc/html/sendfile/sendfile.txt Creating package registration file: /tmp/pkgConf-sendfile-0.71875242061118941728.9 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/sendfile-0.7.9-2WmvcnMGuedJ4q1qHejSwL Registering sendfile-0.7.9... Installed sendfile-0.7.9 Configuring hslogger-1.2.9... Building hslogger-1.2.9... Preprocessing library hslogger-1.2.9... [1 of 8] Compiling System.Log ( src/System/Log.hs, dist/build/System/Log.o ) [2 of 8] Compiling System.Log.Formatter ( src/System/Log/Formatter.hs, dist/build/System/Log/Formatter.o ) [3 of 8] Compiling System.Log.Handler ( src/System/Log/Handler.hs, dist/build/System/Log/Handler.o ) [4 of 8] Compiling System.Log.Handler.Simple ( src/System/Log/Handler/Simple.hs, dist/build/System/Log/Handler/Simple.o ) [5 of 8] Compiling System.Log.Handler.Syslog ( src/System/Log/Handler/Syslog.hs, dist/build/System/Log/Handler/Syslog.o ) [6 of 8] Compiling System.Log.Handler.Growl ( src/System/Log/Handler/Growl.hs, dist/build/System/Log/Handler/Growl.o ) src/System/Log/Handler/Growl.hs:42:1: Warning: Tab character src/System/Log/Handler/Growl.hs:45:1: Warning: Tab character src/System/Log/Handler/Growl.hs:47:1: Warning: Tab character src/System/Log/Handler/Growl.hs:97:1: Warning: Tab character src/System/Log/Handler/Growl.hs:128:1: Warning: Tab character src/System/Log/Handler/Growl.hs:130:1: Warning: Tab character [7 of 8] Compiling System.Log.Handler.Log4jXML ( src/System/Log/Handler/Log4jXML.hs, dist/build/System/Log/Handler/Log4jXML.o ) [8 of 8] Compiling System.Log.Logger ( src/System/Log/Logger.hs, dist/build/System/Log/Logger.o ) src/System/Log/Logger.hs:201:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead In-place registering hslogger-1.2.9... Running Haddock for hslogger-1.2.9... Running hscolour for hslogger-1.2.9... Preprocessing library hslogger-1.2.9... Preprocessing library hslogger-1.2.9... src/System/Log/Handler/Growl.hs:42:1: Warning: Tab character src/System/Log/Handler/Growl.hs:45:1: Warning: Tab character src/System/Log/Handler/Growl.hs:47:1: Warning: Tab character src/System/Log/Handler/Growl.hs:97:1: Warning: Tab character src/System/Log/Handler/Growl.hs:128:1: Warning: Tab character src/System/Log/Handler/Growl.hs:130:1: Warning: Tab character src/System/Log/Logger.hs:201:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead Haddock coverage: 100% ( 4 / 4) in 'System.Log' 100% ( 6 / 6) in 'System.Log.Formatter' 100% ( 3 / 3) in 'System.Log.Handler' 100% ( 5 / 5) in 'System.Log.Handler.Simple' 100% ( 10 / 10) in 'System.Log.Handler.Syslog' 100% ( 3 / 3) in 'System.Log.Handler.Growl' 100% ( 17 / 17) in 'System.Log.Handler.Log4jXML' 97% ( 38 / 39) in 'System.Log.Logger' Missing documentation for: Logger (src/System/Log/Logger.hs:207) Warning: System.Log.Handler.Syslog: could not find link destinations for: SyslogHandler Warning: System.Log.Handler.Growl: could not find link destinations for: GrowlHandler Documentation created: dist/doc/html/hslogger/index.html, dist/doc/html/hslogger/hslogger.txt Creating package registration file: /tmp/pkgConf-hslogger-1.212062669941420599300.9 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hslogger-1.2.9-0fQKi4VBOqw57Av2quY42D Registering hslogger-1.2.9... Installed hslogger-1.2.9 Configuring old-time-1.1.0.3... configure: WARNING: unrecognized options: --with-compiler, --with-gcc checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... 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, --with-gcc 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 ) In-place registering old-time-1.1.0.3... 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) 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.012429075711149677717.3 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/old-time-1.1.0.3-FBWJJDS5FKr7UKFScBcUW2 Registering old-time-1.1.0.3... Installed old-time-1.1.0.3 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: 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 ) In-place registering tf-random-0.5... 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: 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-011468103361246447757.5 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/tf-random-0.5-28prfR75qTK8HkPsc02Mdm Registering tf-random-0.5... Installed tf-random-0.5 [1 of 1] Compiling Main ( /tmp/cabal-tmp-12911/threads-0.5.1.3/dist/setup/setup.hs, /tmp/cabal-tmp-12911/threads-0.5.1.3/dist/setup/Main.o ) Linking /tmp/cabal-tmp-12911/threads-0.5.1.3/dist/setup/setup ... Configuring threads-0.5.1.3... Building threads-0.5.1.3... Preprocessing library threads-0.5.1.3... [1 of 3] Compiling Control.Concurrent.Raw ( Control/Concurrent/Raw.hs, dist/build/Control/Concurrent/Raw.o ) [2 of 3] Compiling Control.Concurrent.Thread ( Control/Concurrent/Thread.hs, dist/build/Control/Concurrent/Thread.o ) [3 of 3] Compiling Control.Concurrent.Thread.Group ( Control/Concurrent/Thread/Group.hs, dist/build/Control/Concurrent/Thread/Group.o ) In-place registering threads-0.5.1.3... Running Haddock for threads-0.5.1.3... Running hscolour for threads-0.5.1.3... Preprocessing library threads-0.5.1.3... Preprocessing library threads-0.5.1.3... Control/Concurrent/Thread/Group.hs:79:1: Warning: The qualified import of ‘Control.Concurrent.Thread’ is redundant except perhaps to import instances from ‘Control.Concurrent.Thread’ To import instances alone, use: import Control.Concurrent.Thread() Haddock coverage: 0% ( 0 / 3) in 'Control.Concurrent.Raw' Missing documentation for: Module header rawForkIO (Control/Concurrent/Raw.hs:14) rawForkOn (Control/Concurrent/Raw.hs:19) 100% ( 10 / 10) in 'Control.Concurrent.Thread' 100% ( 12 / 12) in 'Control.Concurrent.Thread.Group' Documentation created: dist/doc/html/threads/index.html, dist/doc/html/threads/threads.txt Creating package registration file: /tmp/pkgConf-threads-0.5.11979629507351748718.3 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/threads-0.5.1.3-Ix9qqtSzJHeH9s5qOMBSyF Registering threads-0.5.1.3... Installed threads-0.5.1.3 Configuring blaze-builder-0.4.0.1... Building blaze-builder-0.4.0.1... Preprocessing library blaze-builder-0.4.0.1... Blaze/ByteString/Builder/HTTP.hs:1:63: Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect Blaze/ByteString/Builder/Internal/Write.hs:1:33: Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect [ 1 of 10] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/build/Blaze/ByteString/Builder/Internal/Write.o ) Blaze/ByteString/Builder/Internal/Write.hs:52:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [ 2 of 10] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, dist/build/Blaze/ByteString/Builder/Compat/Write.o ) Blaze/ByteString/Builder/Compat/Write.hs:19:1: Warning: The import of ‘Foreign’ is redundant except perhaps to import instances from ‘Foreign’ To import instances alone, use: import Foreign() [ 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 ) Blaze/ByteString/Builder/HTTP.hs:33:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [ 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 ) In-place registering blaze-builder-0.4.0.1... Running Haddock for blaze-builder-0.4.0.1... Running hscolour for blaze-builder-0.4.0.1... Preprocessing library blaze-builder-0.4.0.1... Preprocessing library blaze-builder-0.4.0.1... Blaze/ByteString/Builder/HTTP.hs:1:63: Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect Blaze/ByteString/Builder/Internal/Write.hs:1:33: Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect Blaze/ByteString/Builder/Internal/Write.hs:52:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Blaze/ByteString/Builder/Compat/Write.hs:19:1: Warning: The import of ‘Foreign’ is redundant except perhaps to import instances from ‘Foreign’ To import instances alone, use: import Foreign() Blaze/ByteString/Builder/HTTP.hs:33:1: Warning: 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: 96% ( 24 / 25) in 'Blaze.ByteString.Builder.Internal.Write' Missing documentation for: fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:227) 50% ( 2 / 4) in 'Blaze.ByteString.Builder.Compat.Write' Missing documentation for: writePrimFixed (Blaze/ByteString/Builder/Compat/Write.hs:23) writePrimBounded (Blaze/ByteString/Builder/Compat/Write.hs:27) 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:227) 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.02481858891550692118.1 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/blaze-builder-0.4.0.1-6BKEupqZliOD9r4rLG9ckJ Registering blaze-builder-0.4.0.1... Installed blaze-builder-0.4.0.1 Downloading digestive-functors-0.8.0.1... Configuring digestive-functors-0.8.0.1... Building digestive-functors-0.8.0.1... Preprocessing library digestive-functors-0.8.0.1... [ 1 of 10] Compiling Text.Digestive.Util ( src/Text/Digestive/Util.hs, dist/build/Text/Digestive/Util.o ) [ 2 of 10] Compiling Text.Digestive.Form.List ( src/Text/Digestive/Form/List.hs, dist/build/Text/Digestive/Form/List.o ) src/Text/Digestive/Form/List.hs:14:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Text/Digestive/Form/List.hs:19:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() [ 3 of 10] Compiling Text.Digestive.Types ( src/Text/Digestive/Types.hs, dist/build/Text/Digestive/Types.o ) src/Text/Digestive/Types.hs:19:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Text/Digestive/Types.hs:20:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [ 4 of 10] Compiling Text.Digestive.Form.Internal.Field ( src/Text/Digestive/Form/Internal/Field.hs, dist/build/Text/Digestive/Form/Internal/Field.o ) [ 5 of 10] Compiling Text.Digestive.Form.Internal ( src/Text/Digestive/Form/Internal.hs, dist/build/Text/Digestive/Form/Internal.o ) src/Text/Digestive/Form/Internal.hs:36:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Text/Digestive/Form/Internal.hs:39:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Text/Digestive/Form/Internal.hs:40:1: Warning: The import of ‘sequenceA’ from module ‘Data.Traversable’ is redundant [ 6 of 10] Compiling Text.Digestive.Ref ( src/Text/Digestive/Ref.hs, dist/build/Text/Digestive/Ref.o ) [ 7 of 10] Compiling Text.Digestive.Form.Encoding ( src/Text/Digestive/Form/Encoding.hs, dist/build/Text/Digestive/Form/Encoding.o ) src/Text/Digestive/Form/Encoding.hs:15:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [ 8 of 10] Compiling Text.Digestive.View ( src/Text/Digestive/View.hs, dist/build/Text/Digestive/View.o ) src/Text/Digestive/View.hs:60:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [ 9 of 10] Compiling Text.Digestive.Form ( src/Text/Digestive/Form.hs, dist/build/Text/Digestive/Form.o ) src/Text/Digestive/Form.hs:64:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Text/Digestive/Form.hs:68:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [10 of 10] Compiling Text.Digestive ( src/Text/Digestive.hs, dist/build/Text/Digestive.o ) In-place registering digestive-functors-0.8.0.1... Running Haddock for digestive-functors-0.8.0.1... Running hscolour for digestive-functors-0.8.0.1... Preprocessing library digestive-functors-0.8.0.1... Preprocessing library digestive-functors-0.8.0.1... src/Text/Digestive/Form/List.hs:14:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Text/Digestive/Form/List.hs:19:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() src/Text/Digestive/Types.hs:19:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Text/Digestive/Types.hs:20:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Text/Digestive/Form/Internal.hs:36:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Text/Digestive/Form/Internal.hs:39:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Text/Digestive/Form/Internal.hs:40:1: Warning: The import of ‘sequenceA’ from module ‘Data.Traversable’ is redundant src/Text/Digestive/Form/Encoding.hs:15:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Text/Digestive/View.hs:60:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Text/Digestive/Form.hs:64:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Text/Digestive/Form.hs:68:1: Warning: 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: 100% ( 2 / 2) in 'Text.Digestive.Util' 100% ( 6 / 6) in 'Text.Digestive.Form.List' 100% ( 9 / 9) in 'Text.Digestive.Types' 100% ( 5 / 5) in 'Text.Digestive.Form.Internal.Field' 95% ( 21 / 22) in 'Text.Digestive.Form.Internal' Missing documentation for: Metadata (src/Text/Digestive/Form/Internal.hs:131) 100% ( 3 / 3) in 'Text.Digestive.Ref' 100% ( 3 / 3) in 'Text.Digestive.Form.Encoding' 97% ( 29 / 30) in 'Text.Digestive.View' Missing documentation for: viewDisabled (src/Text/Digestive/View.hs:328) 82% ( 36 / 44) in 'Text.Digestive.Form' Missing documentation for: utcTimeFormlet (src/Text/Digestive/Form.hs:416) localTimeFormlet (src/Text/Digestive/Form.hs:427) dateFormlet (src/Text/Digestive/Form.hs:438) timeFormlet (src/Text/Digestive/Form.hs:446) optionalUtcTimeFormlet (src/Text/Digestive/Form.hs:454) optionalLocalTimeFormlet (src/Text/Digestive/Form.hs:466) optionalDateFormlet (src/Text/Digestive/Form.hs:478) optionalTimeFormlet (src/Text/Digestive/Form.hs:487) 100% ( 11 / 11) in 'Text.Digestive' Documentation created: dist/doc/html/digestive-functors/index.html, dist/doc/html/digestive-functors/digestive-functors.txt Creating package registration file: /tmp/pkgConf-digestive-functors-0.8.067966707248574635.1 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/digestive-functors-0.8.0.1-4aAJEAbzs5nE5dox36DW0W Registering digestive-functors-0.8.0.1... Installed digestive-functors-0.8.0.1 Configuring parsec-3.1.9... Building parsec-3.1.9... Preprocessing library parsec-3.1.9... [ 1 of 25] Compiling Text.Parsec.Pos ( Text/Parsec/Pos.hs, dist/build/Text/Parsec/Pos.o ) [ 2 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs, dist/build/Text/Parsec/Error.o ) [ 3 of 25] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist/build/Text/ParserCombinators/Parsec/Error.o ) [ 4 of 25] Compiling Text.Parsec.Prim ( Text/Parsec/Prim.hs, dist/build/Text/Parsec/Prim.o ) [ 5 of 25] Compiling Text.Parsec.Combinator ( Text/Parsec/Combinator.hs, dist/build/Text/Parsec/Combinator.o ) [ 6 of 25] Compiling Text.ParserCombinators.Parsec.Combinator ( Text/ParserCombinators/Parsec/Combinator.hs, dist/build/Text/ParserCombinators/Parsec/Combinator.o ) [ 7 of 25] Compiling Text.Parsec.String ( Text/Parsec/String.hs, dist/build/Text/Parsec/String.o ) [ 8 of 25] Compiling Text.Parsec.ByteString ( Text/Parsec/ByteString.hs, dist/build/Text/Parsec/ByteString.o ) [ 9 of 25] Compiling Text.Parsec.ByteString.Lazy ( Text/Parsec/ByteString/Lazy.hs, dist/build/Text/Parsec/ByteString/Lazy.o ) [10 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs, dist/build/Text/Parsec/Text.o ) [11 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs, dist/build/Text/Parsec/Text/Lazy.o ) [12 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs, dist/build/Text/Parsec/Expr.o ) [13 of 25] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist/build/Text/ParserCombinators/Parsec/Prim.o ) [14 of 25] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist/build/Text/ParserCombinators/Parsec/Pos.o ) [15 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs, dist/build/Text/Parsec/Char.o ) [16 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs, dist/build/Text/Parsec/Token.o ) [17 of 25] Compiling Text.ParserCombinators.Parsec.Token ( Text/ParserCombinators/Parsec/Token.hs, dist/build/Text/ParserCombinators/Parsec/Token.o ) [18 of 25] Compiling Text.ParserCombinators.Parsec.Char ( Text/ParserCombinators/Parsec/Char.hs, dist/build/Text/ParserCombinators/Parsec/Char.o ) [19 of 25] Compiling Text.ParserCombinators.Parsec ( Text/ParserCombinators/Parsec.hs, dist/build/Text/ParserCombinators/Parsec.o ) [20 of 25] Compiling Text.ParserCombinators.Parsec.Expr ( Text/ParserCombinators/Parsec/Expr.hs, dist/build/Text/ParserCombinators/Parsec/Expr.o ) [21 of 25] Compiling Text.Parsec ( Text/Parsec.hs, dist/build/Text/Parsec.o ) [22 of 25] Compiling Text.Parsec.Language ( Text/Parsec/Language.hs, dist/build/Text/Parsec/Language.o ) Text/Parsec/Language.hs:44:30: Warning: Tab character Text/Parsec/Language.hs:45:26: Warning: Tab character Text/Parsec/Language.hs:46:27: Warning: Tab character Text/Parsec/Language.hs:58:1: Warning: Tab character Text/Parsec/Language.hs:58:31: Warning: Tab character Text/Parsec/Language.hs:59:1: Warning: Tab character Text/Parsec/Language.hs:59:29: Warning: Tab character Text/Parsec/Language.hs:60:1: Warning: Tab character Text/Parsec/Language.hs:60:30: Warning: Tab character Text/Parsec/Language.hs:61:1: Warning: Tab character Text/Parsec/Language.hs:62:1: Warning: Tab character Text/Parsec/Language.hs:62:29: Warning: Tab character Text/Parsec/Language.hs:63:1: Warning: Tab character Text/Parsec/Language.hs:63:30: Warning: Tab character Text/Parsec/Language.hs:64:1: Warning: Tab character Text/Parsec/Language.hs:65:1: Warning: Tab character Text/Parsec/Language.hs:67:1: Warning: Tab character Text/Parsec/Language.hs:109:1: Warning: Tab character Text/Parsec/Language.hs:109:30: Warning: Tab character Text/Parsec/Language.hs:110:1: Warning: Tab character Text/Parsec/Language.hs:110:32: Warning: Tab character Text/Parsec/Language.hs:111:5: Warning: Tab character Text/Parsec/Language.hs:112:5: Warning: Tab character Text/Parsec/Language.hs:113:5: Warning: Tab character Text/Parsec/Language.hs:114:5: Warning: Tab character Text/Parsec/Language.hs:146:1: Warning: Tab character Text/Parsec/Language.hs:147:1: Warning: Tab character Text/Parsec/Language.hs:148:1: Warning: Tab character Text/Parsec/Language.hs:150:1: Warning: Tab character [23 of 25] Compiling Text.ParserCombinators.Parsec.Language ( Text/ParserCombinators/Parsec/Language.hs, dist/build/Text/ParserCombinators/Parsec/Language.o ) [24 of 25] Compiling Text.Parsec.Perm ( Text/Parsec/Perm.hs, dist/build/Text/Parsec/Perm.o ) [25 of 25] Compiling Text.ParserCombinators.Parsec.Perm ( Text/ParserCombinators/Parsec/Perm.hs, dist/build/Text/ParserCombinators/Parsec/Perm.o ) In-place registering parsec-3.1.9... Running Haddock for parsec-3.1.9... Running hscolour for parsec-3.1.9... Preprocessing library parsec-3.1.9... Preprocessing library parsec-3.1.9... Text/Parsec/Language.hs:44:30: Warning: Tab character Text/Parsec/Language.hs:45:26: Warning: Tab character Text/Parsec/Language.hs:46:27: Warning: Tab character Text/Parsec/Language.hs:58:1: Warning: Tab character Text/Parsec/Language.hs:58:31: Warning: Tab character Text/Parsec/Language.hs:59:1: Warning: Tab character Text/Parsec/Language.hs:59:29: Warning: Tab character Text/Parsec/Language.hs:60:1: Warning: Tab character Text/Parsec/Language.hs:60:30: Warning: Tab character Text/Parsec/Language.hs:61:1: Warning: Tab character Text/Parsec/Language.hs:62:1: Warning: Tab character Text/Parsec/Language.hs:62:29: Warning: Tab character Text/Parsec/Language.hs:63:1: Warning: Tab character Text/Parsec/Language.hs:63:30: Warning: Tab character Text/Parsec/Language.hs:64:1: Warning: Tab character Text/Parsec/Language.hs:65:1: Warning: Tab character Text/Parsec/Language.hs:67:1: Warning: Tab character Text/Parsec/Language.hs:109:1: Warning: Tab character Text/Parsec/Language.hs:109:30: Warning: Tab character Text/Parsec/Language.hs:110:1: Warning: Tab character Text/Parsec/Language.hs:110:32: Warning: Tab character Text/Parsec/Language.hs:111:5: Warning: Tab character Text/Parsec/Language.hs:112:5: Warning: Tab character Text/Parsec/Language.hs:113:5: Warning: Tab character Text/Parsec/Language.hs:114:5: Warning: Tab character Text/Parsec/Language.hs:146:1: Warning: Tab character Text/Parsec/Language.hs:147:1: Warning: Tab character Text/Parsec/Language.hs:148:1: Warning: Tab character Text/Parsec/Language.hs:150:1: Warning: Tab character Haddock coverage: 82% ( 14 / 17) in 'Text.Parsec.Pos' Missing documentation for: SourceName (Text/Parsec/Pos.hs:35) Line (Text/Parsec/Pos.hs:36) Column (Text/Parsec/Pos.hs:37) 43% ( 6 / 14) in 'Text.Parsec.Error' Missing documentation for: errorIsUnknown (Text/Parsec/Error.hs:110) showErrorMessages (Text/Parsec/Error.hs:173) newErrorMessage (Text/Parsec/Error.hs:120) newErrorUnknown (Text/Parsec/Error.hs:116) addErrorMessage (Text/Parsec/Error.hs:124) setErrorPos (Text/Parsec/Error.hs:128) setErrorMessage (Text/Parsec/Error.hs:132) mergeError (Text/Parsec/Error.hs:136) 38% ( 6 / 16) in 'Text.ParserCombinators.Parsec.Error' Missing documentation for: messageCompare (Text/ParserCombinators/Parsec/Error.hs:36) messageEq (Text/ParserCombinators/Parsec/Error.hs:39) errorIsUnknown (Text/Parsec/Error.hs:110) showErrorMessages (Text/Parsec/Error.hs:173) newErrorMessage (Text/Parsec/Error.hs:120) newErrorUnknown (Text/Parsec/Error.hs:116) addErrorMessage (Text/Parsec/Error.hs:124) setErrorPos (Text/Parsec/Error.hs:128) setErrorMessage (Text/Parsec/Error.hs:132) mergeError (Text/Parsec/Error.hs:136) 64% ( 32 / 50) in 'Text.Parsec.Prim' Missing documentation for: unknownError (Text/Parsec/Prim.hs:91) sysUnExpectError (Text/Parsec/Prim.hs:94) Parsec (Text/Parsec/Prim.hs:152) Consumed (Text/Parsec/Prim.hs:154) Reply (Text/Parsec/Prim.hs:157) State (Text/Parsec/Prim.hs:160) parsecMap (Text/Parsec/Prim.hs:177) parserReturn (Text/Parsec/Prim.hs:221) parserBind (Text/Parsec/Prim.hs:226) mergeErrorReply (Text/Parsec/Prim.hs:266) parserFail (Text/Parsec/Prim.hs:272) parserPlus (Text/Parsec/Prim.hs:290) labels (Text/Parsec/Prim.hs:345) tokens (Text/Parsec/Prim.hs:396) tokenPrimEx (Text/Parsec/Prim.hs:533) manyAccum (Text/Parsec/Prim.hs:592) runPT (Text/Parsec/Prim.hs:610) runP (Text/Parsec/Prim.hs:624) 100% ( 24 / 24) in 'Text.Parsec.Combinator' 100% ( 24 / 24) in 'Text.ParserCombinators.Parsec.Combinator' 50% ( 2 / 4) in 'Text.Parsec.String' Missing documentation for: Parser (Text/Parsec/String.hs:22) GenParser (Text/Parsec/String.hs:23) 50% ( 2 / 4) in 'Text.Parsec.ByteString' Missing documentation for: Parser (Text/Parsec/ByteString.hs:24) GenParser (Text/Parsec/ByteString.hs:25) 50% ( 2 / 4) in 'Text.Parsec.ByteString.Lazy' Missing documentation for: Parser (Text/Parsec/ByteString/Lazy.hs:24) GenParser (Text/Parsec/ByteString/Lazy.hs:25) 33% ( 1 / 3) in 'Text.Parsec.Text' Missing documentation for: Parser (Text/Parsec/Text.hs:23) GenParser (Text/Parsec/Text.hs:24) 33% ( 1 / 3) in 'Text.Parsec.Text.Lazy' Missing documentation for: Parser (Text/Parsec/Text/Lazy.hs:23) GenParser (Text/Parsec/Text/Lazy.hs:24) 100% ( 5 / 5) in 'Text.Parsec.Expr' 70% ( 21 / 30) in 'Text.ParserCombinators.Parsec.Prim' Missing documentation for: Parser (Text/Parsec/String.hs:22) GenParser (Text/Parsec/String.hs:23) runParser (Text/ParserCombinators/Parsec/Prim.hs:57) tokens (Text/Parsec/Prim.hs:396) tokenPrimEx (Text/Parsec/Prim.hs:533) try (Text/ParserCombinators/Parsec/Prim.hs:64) labels (Text/Parsec/Prim.hs:345) pzero (Text/ParserCombinators/Parsec/Prim.hs:54) State (Text/Parsec/Prim.hs:160) 82% ( 14 / 17) in 'Text.ParserCombinators.Parsec.Pos' Missing documentation for: SourceName (Text/Parsec/Pos.hs:35) Line (Text/Parsec/Pos.hs:36) Column (Text/Parsec/Pos.hs:37) 100% ( 20 / 20) in 'Text.Parsec.Char' 67% ( 4 / 6) in 'Text.Parsec.Token' Missing documentation for: LanguageDef (Text/Parsec/Token.hs:38) TokenParser (Text/Parsec/Token.hs:106) 67% ( 4 / 6) in 'Text.ParserCombinators.Parsec.Token' Missing documentation for: LanguageDef (Text/Parsec/Token.hs:38) TokenParser (Text/Parsec/Token.hs:106) 95% ( 18 / 19) in 'Text.ParserCombinators.Parsec.Char' Missing documentation for: CharParser (Text/ParserCombinators/Parsec/Char.hs:40) 83% ( 15 / 18) in 'Text.ParserCombinators.Parsec' Missing documentation for: SourceName (Text/Parsec/Pos.hs:35) Line (Text/Parsec/Pos.hs:36) Column (Text/Parsec/Pos.hs:37) 40% ( 2 / 5) in 'Text.ParserCombinators.Parsec.Expr' Missing documentation for: Operator (Text/ParserCombinators/Parsec/Expr.hs:28) OperatorTable (Text/ParserCombinators/Parsec/Expr.hs:32) buildExpressionParser (Text/ParserCombinators/Parsec/Expr.hs:39) 78% ( 73 / 94) in 'Text.Parsec' Missing documentation for: Parsec (Text/Parsec/Prim.hs:152) tokens (Text/Parsec/Prim.hs:396) labels (Text/Parsec/Prim.hs:345) SourceName (Text/Parsec/Pos.hs:35) Line (Text/Parsec/Pos.hs:36) Column (Text/Parsec/Pos.hs:37) manyAccum (Text/Parsec/Prim.hs:592) tokenPrimEx (Text/Parsec/Prim.hs:533) runPT (Text/Parsec/Prim.hs:610) unknownError (Text/Parsec/Prim.hs:91) sysUnExpectError (Text/Parsec/Prim.hs:94) mergeErrorReply (Text/Parsec/Prim.hs:266) runP (Text/Parsec/Prim.hs:624) Consumed (Text/Parsec/Prim.hs:154) Reply (Text/Parsec/Prim.hs:157) State (Text/Parsec/Prim.hs:160) parsecMap (Text/Parsec/Prim.hs:177) parserReturn (Text/Parsec/Prim.hs:221) parserBind (Text/Parsec/Prim.hs:226) parserFail (Text/Parsec/Prim.hs:272) parserPlus (Text/Parsec/Prim.hs:290) 80% ( 8 / 10) in 'Text.Parsec.Language' Missing documentation for: emptyDef (Text/Parsec/Language.hs:79) LanguageDef (Text/Parsec/Token.hs:38) 80% ( 8 / 10) in 'Text.ParserCombinators.Parsec.Language' Missing documentation for: emptyDef (Text/Parsec/Language.hs:79) LanguageDef (Text/Parsec/Token.hs:38) 100% ( 8 / 8) in 'Text.Parsec.Perm' 100% ( 7 / 7) in 'Text.ParserCombinators.Parsec.Perm' Documentation created: dist/doc/html/parsec/index.html, dist/doc/html/parsec/parsec.txt Creating package registration file: /tmp/pkgConf-parsec-3.1837277950643520498.9 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/parsec-3.1.9-8fSmqig53hOL2SEu1k9Tv0 Registering parsec-3.1.9... Installed parsec-3.1.9 [1 of 1] Compiling Main ( /tmp/cabal-tmp-12911/system-filepath-0.4.13.4/dist/setup/setup.hs, /tmp/cabal-tmp-12911/system-filepath-0.4.13.4/dist/setup/Main.o ) /tmp/cabal-tmp-12911/system-filepath-0.4.13.4/dist/setup/setup.hs:7:1: Warning: Tab character /tmp/cabal-tmp-12911/system-filepath-0.4.13.4/dist/setup/setup.hs:8:1: Warning: Tab character /tmp/cabal-tmp-12911/system-filepath-0.4.13.4/dist/setup/setup.hs:9:1: Warning: Tab character /tmp/cabal-tmp-12911/system-filepath-0.4.13.4/dist/setup/setup.hs:10:1: Warning: Tab character /tmp/cabal-tmp-12911/system-filepath-0.4.13.4/dist/setup/setup.hs:11:1: Warning: Tab character /tmp/cabal-tmp-12911/system-filepath-0.4.13.4/dist/setup/setup.hs:12:1: Warning: Tab character Linking /tmp/cabal-tmp-12911/system-filepath-0.4.13.4/dist/setup/setup ... Configuring system-filepath-0.4.13.4... Building system-filepath-0.4.13.4... Preprocessing library system-filepath-0.4.13.4... [1 of 4] Compiling Filesystem.Path.Internal ( lib/Filesystem/Path/Internal.hs, dist/build/Filesystem/Path/Internal.o ) lib/Filesystem/Path/Internal.hs:17:1: Warning: The qualified import of ‘Control.Exception’ is redundant except perhaps to import instances from ‘Control.Exception’ To import instances alone, use: import Control.Exception() lib/Filesystem/Path/Internal.hs:26:1: Warning: The import of ‘Data.Text.Encoding.Error’ is redundant except perhaps to import instances from ‘Data.Text.Encoding.Error’ To import instances alone, use: import Data.Text.Encoding.Error() lib/Filesystem/Path/Internal.hs:39:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:40:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:41:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:42:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:43:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:44:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:47:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:48:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:49:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:50:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:51:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:52:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:55:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:58:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:59:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:60:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:61:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:62:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:63:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:66:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:67:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:68:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:71:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:85:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:86:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:87:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:88:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:92:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:93:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:94:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:95:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:96:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:97:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:98:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:121:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:122:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:123:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:124:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:125:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:126:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:127:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:128:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:129:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:130:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:131:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:132:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:133:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:134:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:135:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:136:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:137:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:138:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:139:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:140:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:141:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:142:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:143:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:144:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:145:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:146:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:147:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:148:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:149:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:150:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:151:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:152:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:153:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:154:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:155:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:156:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:157:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:158:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:159:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:160:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:161:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:162:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:163:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:164:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:165:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:166:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:167:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:168:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:169:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:170:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:171:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:172:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:173:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:174:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:175:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:177:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:178:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:179:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:180:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:181:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:182:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:183:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:184:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:185:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:187:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:188:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:189:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:190:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:191:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:192:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:193:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:194:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:195:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:196:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:197:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:198:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:199:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:200:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:201:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:202:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:203:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:204:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:205:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:206:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:207:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:210:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:211:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:218:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:219:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:220:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:221:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:228:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:229:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:230:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:231:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:235:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:236:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:237:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:238:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:249:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:250:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:251:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:252:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:253:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:254:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:255:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:256:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:257:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:261:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:262:1: Warning: Tab character [2 of 4] Compiling Filesystem.Path ( lib/Filesystem/Path.hs, dist/build/Filesystem/Path.o ) lib/Filesystem/Path.hs:17:1: Warning: Tab character lib/Filesystem/Path.hs:18:1: Warning: Tab character lib/Filesystem/Path.hs:19:1: Warning: Tab character lib/Filesystem/Path.hs:20:1: Warning: Tab character lib/Filesystem/Path.hs:21:1: Warning: Tab character lib/Filesystem/Path.hs:22:1: Warning: Tab character lib/Filesystem/Path.hs:23:1: Warning: Tab character lib/Filesystem/Path.hs:24:1: Warning: Tab character lib/Filesystem/Path.hs:25:1: Warning: Tab character lib/Filesystem/Path.hs:26:1: Warning: Tab character lib/Filesystem/Path.hs:27:1: Warning: Tab character lib/Filesystem/Path.hs:28:1: Warning: Tab character lib/Filesystem/Path.hs:29:1: Warning: Tab character lib/Filesystem/Path.hs:30:1: Warning: Tab character lib/Filesystem/Path.hs:31:1: Warning: Tab character lib/Filesystem/Path.hs:32:1: Warning: Tab character lib/Filesystem/Path.hs:33:1: Warning: Tab character lib/Filesystem/Path.hs:34:1: Warning: Tab character lib/Filesystem/Path.hs:35:1: Warning: Tab character lib/Filesystem/Path.hs:36:1: Warning: Tab character lib/Filesystem/Path.hs:37:1: Warning: Tab character lib/Filesystem/Path.hs:38:1: Warning: Tab character lib/Filesystem/Path.hs:39:1: Warning: Tab character lib/Filesystem/Path.hs:40:1: Warning: Tab character lib/Filesystem/Path.hs:41:1: Warning: Tab character lib/Filesystem/Path.hs:42:1: Warning: Tab character lib/Filesystem/Path.hs:43:1: Warning: Tab character lib/Filesystem/Path.hs:44:1: Warning: Tab character lib/Filesystem/Path.hs:45:1: Warning: Tab character lib/Filesystem/Path.hs:46:1: Warning: Tab character lib/Filesystem/Path.hs:47:1: Warning: Tab character lib/Filesystem/Path.hs:48:1: Warning: Tab character lib/Filesystem/Path.hs:49:1: Warning: Tab character lib/Filesystem/Path.hs:50:1: Warning: Tab character lib/Filesystem/Path.hs:51:1: Warning: Tab character lib/Filesystem/Path.hs:52:1: Warning: Tab character lib/Filesystem/Path.hs:53:1: Warning: Tab character lib/Filesystem/Path.hs:54:1: Warning: Tab character lib/Filesystem/Path.hs:55:1: Warning: Tab character lib/Filesystem/Path.hs:56:1: Warning: Tab character lib/Filesystem/Path.hs:69:1: Warning: Tab character lib/Filesystem/Path.hs:70:1: Warning: Tab character lib/Filesystem/Path.hs:71:1: Warning: Tab character lib/Filesystem/Path.hs:89:1: Warning: Tab character lib/Filesystem/Path.hs:90:1: Warning: Tab character lib/Filesystem/Path.hs:91:1: Warning: Tab character lib/Filesystem/Path.hs:92:1: Warning: Tab character lib/Filesystem/Path.hs:93:1: Warning: Tab character lib/Filesystem/Path.hs:94:1: Warning: Tab character lib/Filesystem/Path.hs:95:1: Warning: Tab character lib/Filesystem/Path.hs:100:1: Warning: Tab character lib/Filesystem/Path.hs:101:1: Warning: Tab character lib/Filesystem/Path.hs:102:1: Warning: Tab character lib/Filesystem/Path.hs:103:1: Warning: Tab character lib/Filesystem/Path.hs:104:1: Warning: Tab character lib/Filesystem/Path.hs:105:1: Warning: Tab character lib/Filesystem/Path.hs:106:1: Warning: Tab character lib/Filesystem/Path.hs:107:1: Warning: Tab character lib/Filesystem/Path.hs:108:1: Warning: Tab character lib/Filesystem/Path.hs:109:1: Warning: Tab character lib/Filesystem/Path.hs:110:1: Warning: Tab character lib/Filesystem/Path.hs:111:1: Warning: Tab character lib/Filesystem/Path.hs:120:1: Warning: Tab character lib/Filesystem/Path.hs:121:1: Warning: Tab character lib/Filesystem/Path.hs:122:1: Warning: Tab character lib/Filesystem/Path.hs:135:1: Warning: Tab character lib/Filesystem/Path.hs:136:1: Warning: Tab character lib/Filesystem/Path.hs:137:1: Warning: Tab character lib/Filesystem/Path.hs:146:1: Warning: Tab character lib/Filesystem/Path.hs:147:1: Warning: Tab character lib/Filesystem/Path.hs:152:1: Warning: Tab character lib/Filesystem/Path.hs:153:1: Warning: Tab character lib/Filesystem/Path.hs:154:1: Warning: Tab character lib/Filesystem/Path.hs:155:1: Warning: Tab character lib/Filesystem/Path.hs:156:1: Warning: Tab character lib/Filesystem/Path.hs:157:1: Warning: Tab character lib/Filesystem/Path.hs:162:1: Warning: Tab character lib/Filesystem/Path.hs:163:1: Warning: Tab character lib/Filesystem/Path.hs:173:1: Warning: Tab character lib/Filesystem/Path.hs:174:1: Warning: Tab character lib/Filesystem/Path.hs:175:1: Warning: Tab character lib/Filesystem/Path.hs:176:1: Warning: Tab character lib/Filesystem/Path.hs:177:1: Warning: Tab character lib/Filesystem/Path.hs:178:1: Warning: Tab character lib/Filesystem/Path.hs:179:1: Warning: Tab character lib/Filesystem/Path.hs:180:1: Warning: Tab character lib/Filesystem/Path.hs:181:1: Warning: Tab character lib/Filesystem/Path.hs:182:1: Warning: Tab character lib/Filesystem/Path.hs:183:1: Warning: Tab character lib/Filesystem/Path.hs:184:1: Warning: Tab character lib/Filesystem/Path.hs:185:1: Warning: Tab character lib/Filesystem/Path.hs:186:1: Warning: Tab character lib/Filesystem/Path.hs:187:1: Warning: Tab character lib/Filesystem/Path.hs:188:1: Warning: Tab character lib/Filesystem/Path.hs:189:1: Warning: Tab character lib/Filesystem/Path.hs:204:1: Warning: Tab character lib/Filesystem/Path.hs:205:1: Warning: Tab character lib/Filesystem/Path.hs:206:1: Warning: Tab character lib/Filesystem/Path.hs:207:1: Warning: Tab character lib/Filesystem/Path.hs:208:1: Warning: Tab character lib/Filesystem/Path.hs:209:1: Warning: Tab character lib/Filesystem/Path.hs:210:1: Warning: Tab character lib/Filesystem/Path.hs:211:1: Warning: Tab character lib/Filesystem/Path.hs:212:1: Warning: Tab character lib/Filesystem/Path.hs:213:1: Warning: Tab character lib/Filesystem/Path.hs:214:1: Warning: Tab character lib/Filesystem/Path.hs:215:1: Warning: Tab character lib/Filesystem/Path.hs:216:1: Warning: Tab character lib/Filesystem/Path.hs:217:1: Warning: Tab character lib/Filesystem/Path.hs:218:1: Warning: Tab character lib/Filesystem/Path.hs:219:1: Warning: Tab character lib/Filesystem/Path.hs:240:1: Warning: Tab character lib/Filesystem/Path.hs:241:1: Warning: Tab character lib/Filesystem/Path.hs:242:1: Warning: Tab character lib/Filesystem/Path.hs:243:1: Warning: Tab character lib/Filesystem/Path.hs:244:1: Warning: Tab character lib/Filesystem/Path.hs:245:1: Warning: Tab character lib/Filesystem/Path.hs:246:1: Warning: Tab character lib/Filesystem/Path.hs:247:1: Warning: Tab character lib/Filesystem/Path.hs:248:1: Warning: Tab character lib/Filesystem/Path.hs:249:1: Warning: Tab character lib/Filesystem/Path.hs:250:1: Warning: Tab character lib/Filesystem/Path.hs:251:1: Warning: Tab character lib/Filesystem/Path.hs:252:1: Warning: Tab character lib/Filesystem/Path.hs:253:1: Warning: Tab character lib/Filesystem/Path.hs:254:1: Warning: Tab character lib/Filesystem/Path.hs:255:1: Warning: Tab character lib/Filesystem/Path.hs:256:1: Warning: Tab character lib/Filesystem/Path.hs:257:1: Warning: Tab character lib/Filesystem/Path.hs:258:1: Warning: Tab character lib/Filesystem/Path.hs:259:1: Warning: Tab character lib/Filesystem/Path.hs:265:1: Warning: Tab character lib/Filesystem/Path.hs:266:1: Warning: Tab character lib/Filesystem/Path.hs:283:1: Warning: Tab character lib/Filesystem/Path.hs:284:1: Warning: Tab character lib/Filesystem/Path.hs:285:1: Warning: Tab character lib/Filesystem/Path.hs:286:1: Warning: Tab character lib/Filesystem/Path.hs:287:1: Warning: Tab character lib/Filesystem/Path.hs:288:1: Warning: Tab character lib/Filesystem/Path.hs:289:1: Warning: Tab character lib/Filesystem/Path.hs:290:1: Warning: Tab character lib/Filesystem/Path.hs:291:1: Warning: Tab character lib/Filesystem/Path.hs:292:1: Warning: Tab character lib/Filesystem/Path.hs:293:1: Warning: Tab character lib/Filesystem/Path.hs:294:1: Warning: Tab character lib/Filesystem/Path.hs:295:1: Warning: Tab character lib/Filesystem/Path.hs:302:1: Warning: Tab character lib/Filesystem/Path.hs:303:1: Warning: Tab character lib/Filesystem/Path.hs:304:1: Warning: Tab character lib/Filesystem/Path.hs:305:1: Warning: Tab character lib/Filesystem/Path.hs:306:1: Warning: Tab character lib/Filesystem/Path.hs:307:1: Warning: Tab character lib/Filesystem/Path.hs:308:1: Warning: Tab character lib/Filesystem/Path.hs:318:1: Warning: Tab character lib/Filesystem/Path.hs:319:1: Warning: Tab character lib/Filesystem/Path.hs:337:1: Warning: Tab character lib/Filesystem/Path.hs:374:1: Warning: Tab character lib/Filesystem/Path.hs:375:1: Warning: Tab character [3 of 4] Compiling Filesystem.Path.Rules ( lib/Filesystem/Path/Rules.hs, dist/build/Filesystem/Path/Rules.o ) lib/Filesystem/Path/Rules.hs:10:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:11:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:12:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:13:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:14:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:15:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:16:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:17:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:18:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:19:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:20:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:21:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:22:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:23:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:24:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:25:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:26:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:27:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:28:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:29:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:30:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:53:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:54:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:55:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:56:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:57:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:58:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:59:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:60:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:61:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:62:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:63:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:73:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:74:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:75:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:76:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:77:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:87:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:88:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:89:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:90:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:91:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:95:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:96:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:97:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:98:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:99:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:103:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:104:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:105:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:106:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:107:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:108:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:109:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:110:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:111:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:112:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:113:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:114:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:115:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:116:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:120:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:121:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:125:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:126:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:127:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:131:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:132:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:133:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:134:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:138:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:139:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:140:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:141:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:142:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:143:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:144:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:148:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:149:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:153:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:154:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:158:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:159:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:163:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:164:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:165:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:166:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:170:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:171:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:175:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:176:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:180:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:181:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:182:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:183:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:184:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:185:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:189:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:193:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:207:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:208:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:209:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:210:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:211:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:212:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:213:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:214:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:215:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:216:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:217:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:227:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:228:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:229:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:230:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:231:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:235:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:236:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:246:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:255:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:256:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:257:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:258:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:259:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:260:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:261:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:262:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:263:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:264:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:265:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:269:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:270:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:274:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:275:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:279:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:280:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:281:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:282:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:286:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:287:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:288:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:289:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:290:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:291:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:292:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:293:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:294:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:295:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:296:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:297:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:298:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:299:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:300:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:301:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:302:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:303:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:304:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:305:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:306:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:307:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:308:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:309:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:310:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:311:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:312:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:313:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:314:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:315:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:316:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:317:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:318:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:319:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:320:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:321:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:322:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:323:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:327:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:328:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:332:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:333:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:334:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:335:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:336:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:337:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:338:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:339:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:340:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:341:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:342:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:346:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:350:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:351:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:352:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:353:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:354:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:355:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:359:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:360:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:361:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:362:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:363:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:364:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:365:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:369:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:370:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:371:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:372:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:373:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:374:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:375:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:376:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:377:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:378:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:379:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:380:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:381:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:382:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:388:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:389:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:390:1: Warning: Tab character [4 of 4] Compiling Filesystem.Path.CurrentOS ( lib/Filesystem/Path/CurrentOS.hs, dist/build/Filesystem/Path/CurrentOS.o ) lib/Filesystem/Path/CurrentOS.hs:18:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:19:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:20:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:21:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:22:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:23:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:24:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:25:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:26:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:27:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:28:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:29:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:30:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:31:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:32:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:33:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:75:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:78:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:79:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:80:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:81:1: Warning: Tab character In-place registering system-filepath-0.4.13.4... Running Haddock for system-filepath-0.4.13.4... Running hscolour for system-filepath-0.4.13.4... Preprocessing library system-filepath-0.4.13.4... Preprocessing library system-filepath-0.4.13.4... lib/Filesystem/Path/Internal.hs:39:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:40:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:41:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:42:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:43:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:44:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:47:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:48:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:49:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:50:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:51:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:52:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:55:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:58:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:59:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:60:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:61:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:62:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:63:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:66:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:67:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:68:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:71:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:85:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:86:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:87:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:88:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:92:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:93:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:94:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:95:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:96:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:97:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:98:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:121:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:122:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:123:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:126:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:127:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:128:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:134:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:135:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:136:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:138:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:139:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:140:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:158:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:159:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:160:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:168:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:169:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:170:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:178:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:179:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:180:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:188:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:189:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:190:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:197:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:198:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:199:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:206:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:207:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:210:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:211:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:218:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:219:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:220:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:221:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:228:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:229:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:230:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:231:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:235:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:236:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:237:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:238:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:249:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:250:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:251:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:252:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:253:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:254:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:255:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:256:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:257:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:261:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:262:1: Warning: Tab character lib/Filesystem/Path/Internal.hs:17:1: Warning: The qualified import of ‘Control.Exception’ is redundant except perhaps to import instances from ‘Control.Exception’ To import instances alone, use: import Control.Exception() lib/Filesystem/Path/Internal.hs:26:1: Warning: The import of ‘Data.Text.Encoding.Error’ is redundant except perhaps to import instances from ‘Data.Text.Encoding.Error’ To import instances alone, use: import Data.Text.Encoding.Error() lib/Filesystem/Path.hs:17:1: Warning: Tab character lib/Filesystem/Path.hs:18:1: Warning: Tab character lib/Filesystem/Path.hs:19:1: Warning: Tab character lib/Filesystem/Path.hs:20:1: Warning: Tab character lib/Filesystem/Path.hs:21:1: Warning: Tab character lib/Filesystem/Path.hs:22:1: Warning: Tab character lib/Filesystem/Path.hs:23:1: Warning: Tab character lib/Filesystem/Path.hs:24:1: Warning: Tab character lib/Filesystem/Path.hs:25:1: Warning: Tab character lib/Filesystem/Path.hs:26:1: Warning: Tab character lib/Filesystem/Path.hs:27:1: Warning: Tab character lib/Filesystem/Path.hs:28:1: Warning: Tab character lib/Filesystem/Path.hs:29:1: Warning: Tab character lib/Filesystem/Path.hs:30:1: Warning: Tab character lib/Filesystem/Path.hs:31:1: Warning: Tab character lib/Filesystem/Path.hs:32:1: Warning: Tab character lib/Filesystem/Path.hs:33:1: Warning: Tab character lib/Filesystem/Path.hs:34:1: Warning: Tab character lib/Filesystem/Path.hs:35:1: Warning: Tab character lib/Filesystem/Path.hs:36:1: Warning: Tab character lib/Filesystem/Path.hs:37:1: Warning: Tab character lib/Filesystem/Path.hs:38:1: Warning: Tab character lib/Filesystem/Path.hs:39:1: Warning: Tab character lib/Filesystem/Path.hs:40:1: Warning: Tab character lib/Filesystem/Path.hs:41:1: Warning: Tab character lib/Filesystem/Path.hs:42:1: Warning: Tab character lib/Filesystem/Path.hs:43:1: Warning: Tab character lib/Filesystem/Path.hs:44:1: Warning: Tab character lib/Filesystem/Path.hs:45:1: Warning: Tab character lib/Filesystem/Path.hs:46:1: Warning: Tab character lib/Filesystem/Path.hs:47:1: Warning: Tab character lib/Filesystem/Path.hs:48:1: Warning: Tab character lib/Filesystem/Path.hs:49:1: Warning: Tab character lib/Filesystem/Path.hs:50:1: Warning: Tab character lib/Filesystem/Path.hs:51:1: Warning: Tab character lib/Filesystem/Path.hs:52:1: Warning: Tab character lib/Filesystem/Path.hs:53:1: Warning: Tab character lib/Filesystem/Path.hs:54:1: Warning: Tab character lib/Filesystem/Path.hs:55:1: Warning: Tab character lib/Filesystem/Path.hs:56:1: Warning: Tab character lib/Filesystem/Path.hs:69:1: Warning: Tab character lib/Filesystem/Path.hs:70:1: Warning: Tab character lib/Filesystem/Path.hs:71:1: Warning: Tab character lib/Filesystem/Path.hs:89:1: Warning: Tab character lib/Filesystem/Path.hs:90:1: Warning: Tab character lib/Filesystem/Path.hs:91:1: Warning: Tab character lib/Filesystem/Path.hs:92:1: Warning: Tab character lib/Filesystem/Path.hs:93:1: Warning: Tab character lib/Filesystem/Path.hs:94:1: Warning: Tab character lib/Filesystem/Path.hs:95:1: Warning: Tab character lib/Filesystem/Path.hs:100:1: Warning: Tab character lib/Filesystem/Path.hs:101:1: Warning: Tab character lib/Filesystem/Path.hs:102:1: Warning: Tab character lib/Filesystem/Path.hs:103:1: Warning: Tab character lib/Filesystem/Path.hs:104:1: Warning: Tab character lib/Filesystem/Path.hs:105:1: Warning: Tab character lib/Filesystem/Path.hs:106:1: Warning: Tab character lib/Filesystem/Path.hs:107:1: Warning: Tab character lib/Filesystem/Path.hs:108:1: Warning: Tab character lib/Filesystem/Path.hs:109:1: Warning: Tab character lib/Filesystem/Path.hs:110:1: Warning: Tab character lib/Filesystem/Path.hs:111:1: Warning: Tab character lib/Filesystem/Path.hs:120:1: Warning: Tab character lib/Filesystem/Path.hs:121:1: Warning: Tab character lib/Filesystem/Path.hs:122:1: Warning: Tab character lib/Filesystem/Path.hs:135:1: Warning: Tab character lib/Filesystem/Path.hs:136:1: Warning: Tab character lib/Filesystem/Path.hs:137:1: Warning: Tab character lib/Filesystem/Path.hs:146:1: Warning: Tab character lib/Filesystem/Path.hs:147:1: Warning: Tab character lib/Filesystem/Path.hs:152:1: Warning: Tab character lib/Filesystem/Path.hs:153:1: Warning: Tab character lib/Filesystem/Path.hs:154:1: Warning: Tab character lib/Filesystem/Path.hs:155:1: Warning: Tab character lib/Filesystem/Path.hs:156:1: Warning: Tab character lib/Filesystem/Path.hs:157:1: Warning: Tab character lib/Filesystem/Path.hs:162:1: Warning: Tab character lib/Filesystem/Path.hs:163:1: Warning: Tab character lib/Filesystem/Path.hs:173:1: Warning: Tab character lib/Filesystem/Path.hs:174:1: Warning: Tab character lib/Filesystem/Path.hs:175:1: Warning: Tab character lib/Filesystem/Path.hs:176:1: Warning: Tab character lib/Filesystem/Path.hs:177:1: Warning: Tab character lib/Filesystem/Path.hs:178:1: Warning: Tab character lib/Filesystem/Path.hs:179:1: Warning: Tab character lib/Filesystem/Path.hs:180:1: Warning: Tab character lib/Filesystem/Path.hs:181:1: Warning: Tab character lib/Filesystem/Path.hs:182:1: Warning: Tab character lib/Filesystem/Path.hs:183:1: Warning: Tab character lib/Filesystem/Path.hs:184:1: Warning: Tab character lib/Filesystem/Path.hs:185:1: Warning: Tab character lib/Filesystem/Path.hs:186:1: Warning: Tab character lib/Filesystem/Path.hs:187:1: Warning: Tab character lib/Filesystem/Path.hs:188:1: Warning: Tab character lib/Filesystem/Path.hs:189:1: Warning: Tab character lib/Filesystem/Path.hs:204:1: Warning: Tab character lib/Filesystem/Path.hs:205:1: Warning: Tab character lib/Filesystem/Path.hs:206:1: Warning: Tab character lib/Filesystem/Path.hs:207:1: Warning: Tab character lib/Filesystem/Path.hs:208:1: Warning: Tab character lib/Filesystem/Path.hs:209:1: Warning: Tab character lib/Filesystem/Path.hs:210:1: Warning: Tab character lib/Filesystem/Path.hs:211:1: Warning: Tab character lib/Filesystem/Path.hs:212:1: Warning: Tab character lib/Filesystem/Path.hs:213:1: Warning: Tab character lib/Filesystem/Path.hs:214:1: Warning: Tab character lib/Filesystem/Path.hs:215:1: Warning: Tab character lib/Filesystem/Path.hs:216:1: Warning: Tab character lib/Filesystem/Path.hs:217:1: Warning: Tab character lib/Filesystem/Path.hs:218:1: Warning: Tab character lib/Filesystem/Path.hs:219:1: Warning: Tab character lib/Filesystem/Path.hs:240:1: Warning: Tab character lib/Filesystem/Path.hs:241:1: Warning: Tab character lib/Filesystem/Path.hs:242:1: Warning: Tab character lib/Filesystem/Path.hs:243:1: Warning: Tab character lib/Filesystem/Path.hs:244:1: Warning: Tab character lib/Filesystem/Path.hs:245:1: Warning: Tab character lib/Filesystem/Path.hs:246:1: Warning: Tab character lib/Filesystem/Path.hs:247:1: Warning: Tab character lib/Filesystem/Path.hs:248:1: Warning: Tab character lib/Filesystem/Path.hs:249:1: Warning: Tab character lib/Filesystem/Path.hs:250:1: Warning: Tab character lib/Filesystem/Path.hs:251:1: Warning: Tab character lib/Filesystem/Path.hs:252:1: Warning: Tab character lib/Filesystem/Path.hs:253:1: Warning: Tab character lib/Filesystem/Path.hs:254:1: Warning: Tab character lib/Filesystem/Path.hs:255:1: Warning: Tab character lib/Filesystem/Path.hs:256:1: Warning: Tab character lib/Filesystem/Path.hs:257:1: Warning: Tab character lib/Filesystem/Path.hs:258:1: Warning: Tab character lib/Filesystem/Path.hs:259:1: Warning: Tab character lib/Filesystem/Path.hs:265:1: Warning: Tab character lib/Filesystem/Path.hs:266:1: Warning: Tab character lib/Filesystem/Path.hs:283:1: Warning: Tab character lib/Filesystem/Path.hs:284:1: Warning: Tab character lib/Filesystem/Path.hs:285:1: Warning: Tab character lib/Filesystem/Path.hs:286:1: Warning: Tab character lib/Filesystem/Path.hs:287:1: Warning: Tab character lib/Filesystem/Path.hs:288:1: Warning: Tab character lib/Filesystem/Path.hs:289:1: Warning: Tab character lib/Filesystem/Path.hs:290:1: Warning: Tab character lib/Filesystem/Path.hs:291:1: Warning: Tab character lib/Filesystem/Path.hs:292:1: Warning: Tab character lib/Filesystem/Path.hs:293:1: Warning: Tab character lib/Filesystem/Path.hs:294:1: Warning: Tab character lib/Filesystem/Path.hs:295:1: Warning: Tab character lib/Filesystem/Path.hs:302:1: Warning: Tab character lib/Filesystem/Path.hs:303:1: Warning: Tab character lib/Filesystem/Path.hs:304:1: Warning: Tab character lib/Filesystem/Path.hs:305:1: Warning: Tab character lib/Filesystem/Path.hs:306:1: Warning: Tab character lib/Filesystem/Path.hs:307:1: Warning: Tab character lib/Filesystem/Path.hs:308:1: Warning: Tab character lib/Filesystem/Path.hs:318:1: Warning: Tab character lib/Filesystem/Path.hs:319:1: Warning: Tab character lib/Filesystem/Path.hs:337:1: Warning: Tab character lib/Filesystem/Path.hs:374:1: Warning: Tab character lib/Filesystem/Path.hs:375:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:10:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:11:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:12:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:13:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:14:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:15:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:16:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:17:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:18:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:19:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:20:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:21:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:22:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:23:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:24:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:25:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:26:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:27:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:28:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:29:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:30:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:53:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:54:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:55:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:56:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:57:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:58:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:59:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:60:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:61:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:62:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:63:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:73:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:74:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:75:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:76:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:77:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:87:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:88:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:89:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:90:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:91:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:95:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:96:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:97:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:98:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:99:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:103:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:104:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:105:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:106:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:107:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:108:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:109:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:110:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:111:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:112:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:113:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:114:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:115:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:116:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:120:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:121:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:125:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:126:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:127:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:131:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:132:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:133:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:134:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:138:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:139:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:140:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:141:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:142:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:143:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:144:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:148:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:149:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:153:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:154:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:158:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:159:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:163:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:164:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:165:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:166:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:170:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:171:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:175:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:176:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:180:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:181:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:182:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:183:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:184:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:185:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:189:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:193:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:207:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:208:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:209:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:210:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:211:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:212:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:213:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:214:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:215:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:216:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:217:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:227:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:228:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:229:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:230:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:231:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:235:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:236:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:246:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:255:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:256:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:257:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:258:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:259:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:260:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:261:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:262:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:263:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:264:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:265:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:269:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:270:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:274:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:275:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:279:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:280:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:281:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:282:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:286:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:287:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:288:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:289:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:290:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:291:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:292:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:293:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:294:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:295:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:296:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:297:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:298:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:299:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:300:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:301:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:302:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:303:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:304:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:305:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:306:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:307:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:308:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:309:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:310:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:311:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:312:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:313:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:314:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:315:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:316:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:317:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:318:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:319:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:320:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:321:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:322:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:323:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:327:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:328:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:332:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:333:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:334:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:335:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:336:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:337:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:338:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:339:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:340:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:341:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:342:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:346:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:350:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:351:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:352:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:353:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:354:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:355:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:359:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:360:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:361:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:362:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:363:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:364:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:365:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:369:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:370:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:371:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:372:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:373:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:374:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:375:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:376:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:377:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:378:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:379:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:380:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:381:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:382:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:388:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:389:1: Warning: Tab character lib/Filesystem/Path/Rules.hs:390:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:18:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:19:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:20:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:21:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:22:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:23:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:24:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:25:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:26:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:27:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:28:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:29:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:30:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:31:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:32:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:33:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:75:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:78:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:79:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:80:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:81:1: Warning: Tab character lib/Filesystem/Path/CurrentOS.hs:37:1: Warning: The qualified import of ‘Data.ByteString’ is redundant except perhaps to import instances from ‘Data.ByteString’ To import instances alone, use: import Data.ByteString() Haddock coverage: 11% ( 3 / 28) in 'Filesystem.Path.Internal' Missing documentation for: Chunk (lib/Filesystem/Path/Internal.hs:33) Directory (lib/Filesystem/Path/Internal.hs:34) Basename (lib/Filesystem/Path/Internal.hs:35) Extension (lib/Filesystem/Path/Internal.hs:36) Root (lib/Filesystem/Path/Internal.hs:38) FilePath (lib/Filesystem/Path/Internal.hs:46) (lib/Filesystem/Path/Internal.hs:54) (lib/Filesystem/Path/Internal.hs:57) (lib/Filesystem/Path/Internal.hs:65) (lib/Filesystem/Path/Internal.hs:70) dot (lib/Filesystem/Path/Internal.hs:77) dots (lib/Filesystem/Path/Internal.hs:80) filenameChunk (lib/Filesystem/Path/Internal.hs:83) rootChunk (lib/Filesystem/Path/Internal.hs:90) rootText (lib/Filesystem/Path/Internal.hs:100) directoryChunks (lib/Filesystem/Path/Internal.hs:103) (lib/Filesystem/Path/Internal.hs:209) escape (lib/Filesystem/Path/Internal.hs:213) unescape (lib/Filesystem/Path/Internal.hs:216) unescape' (lib/Filesystem/Path/Internal.hs:223) unescapeBytes' (lib/Filesystem/Path/Internal.hs:226) splitBy (lib/Filesystem/Path/Internal.hs:233) textSplitBy (lib/Filesystem/Path/Internal.hs:240) parseFilename (lib/Filesystem/Path/Internal.hs:247) maybeDecodeUtf8 (lib/Filesystem/Path/Internal.hs:259) 97% ( 33 / 34) in 'Filesystem.Path' Missing documentation for: FilePath (lib/Filesystem/Path/Internal.hs:46) 100% ( 19 / 19) in 'Filesystem.Path.Rules' 93% ( 13 / 14) in 'Filesystem.Path.CurrentOS' Missing documentation for: currentOS (lib/Filesystem/Path/CurrentOS.hs:53) Documentation created: dist/doc/html/system-filepath/index.html, dist/doc/html/system-filepath/system-filepath.txt Creating package registration file: /tmp/pkgConf-system-filepath-0.4.131381639126827592008.4 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/system-filepath-0.4.13.4-2SzVkwMcB0z2zba4qxCrKf Registering system-filepath-0.4.13.4... Installed system-filepath-0.4.13.4 Configuring exceptions-0.8.0.2... Building exceptions-0.8.0.2... Preprocessing library exceptions-0.8.0.2... [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 ) In-place registering exceptions-0.8.0.2... Running Haddock for exceptions-0.8.0.2... Running hscolour for exceptions-0.8.0.2... Preprocessing library exceptions-0.8.0.2... Preprocessing library exceptions-0.8.0.2... 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) Documentation created: dist/doc/html/exceptions/index.html, dist/doc/html/exceptions/exceptions.txt Creating package registration file: /tmp/pkgConf-exceptions-0.8.018752189671627051477.2 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/exceptions-0.8.0.2-8GsEeHgaIks3pVGk6GaELJ Registering exceptions-0.8.0.2... Installed exceptions-0.8.0.2 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: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Control/Monad/Base.hs:24:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() In-place registering transformers-base-0.4.4... 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: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Control/Monad/Base.hs:24:1: Warning: 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: 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.47181527601065042992.4 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/transformers-base-0.4.4-88TAFm21vtn2NrYUppy50c Registering transformers-base-0.4.4... Installed transformers-base-0.4.4 Downloading spreadsheet-0.1.3.3... Configuring spreadsheet-0.1.3.3... Building spreadsheet-0.1.3.3... Preprocessing library spreadsheet-0.1.3.3... [1 of 3] Compiling Data.Spreadsheet.CharSource ( src/Data/Spreadsheet/CharSource.hs, dist/build/Data/Spreadsheet/CharSource.o ) src/Data/Spreadsheet/CharSource.hs:5:1: Warning: 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 3] Compiling Data.Spreadsheet.Parser ( src/Data/Spreadsheet/Parser.hs, dist/build/Data/Spreadsheet/Parser.o ) [3 of 3] Compiling Data.Spreadsheet ( src/Data/Spreadsheet.hs, dist/build/Data/Spreadsheet.o ) In-place registering spreadsheet-0.1.3.3... Running Haddock for spreadsheet-0.1.3.3... Running hscolour for spreadsheet-0.1.3.3... Preprocessing library spreadsheet-0.1.3.3... Preprocessing library spreadsheet-0.1.3.3... src/Data/Spreadsheet/CharSource.hs:5:1: Warning: 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: 0% ( 0 / 4) in 'Data.Spreadsheet.CharSource' Missing documentation for: Module header C (src/Data/Spreadsheet/CharSource.hs:15) String (src/Data/Spreadsheet/CharSource.hs:28) (src/Data/Spreadsheet/CharSource.hs:32) 0% ( 0 / 20) in 'Data.Spreadsheet.Parser' Missing documentation for: Module header T (src/Data/Spreadsheet/Parser.hs:13) Straight (src/Data/Spreadsheet/Parser.hs:15) Fallible (src/Data/Spreadsheet/Parser.hs:16) Partial (src/Data/Spreadsheet/Parser.hs:17) PartialFallible (src/Data/Spreadsheet/Parser.hs:18) PossiblyIncomplete (src/Data/Spreadsheet/Parser.hs:20) UserMessage (src/Data/Spreadsheet/Parser.hs:22) satisfy (src/Data/Spreadsheet/Parser.hs:25) char (src/Data/Spreadsheet/Parser.hs:34) string (src/Data/Spreadsheet/Parser.hs:38) many (src/Data/Spreadsheet/Parser.hs:42) appendIncomplete (src/Data/Spreadsheet/Parser.hs:51) absorbException (src/Data/Spreadsheet/Parser.hs:61) manyIncomplete (src/Data/Spreadsheet/Parser.hs:69) sepByIncomplete (src/Data/Spreadsheet/Parser.hs:75) between (src/Data/Spreadsheet/Parser.hs:82) terminated (src/Data/Spreadsheet/Parser.hs:90) eitherOr (src/Data/Spreadsheet/Parser.hs:102) deflt (src/Data/Spreadsheet/Parser.hs:107) 60% ( 6 / 10) in 'Data.Spreadsheet' Missing documentation for: Module header UserMessage (src/Data/Spreadsheet/Parser.hs:22) toString (src/Data/Spreadsheet.hs:113) toStringSimple (src/Data/Spreadsheet.hs:133) Documentation created: dist/doc/html/spreadsheet/index.html, dist/doc/html/spreadsheet/spreadsheet.txt Creating package registration file: /tmp/pkgConf-spreadsheet-0.1.38488576751825039875.3 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/spreadsheet-0.1.3.3-9BQhoFUmS2nF2mXnyJyuqJ Registering spreadsheet-0.1.3.3... Installed spreadsheet-0.1.3.3 Configuring time-compat-0.1.0.3... Building time-compat-0.1.0.3... Preprocessing library time-compat-0.1.0.3... [1 of 1] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, dist/build/Data/Time/Compat.o ) In-place registering time-compat-0.1.0.3... Running Haddock for time-compat-0.1.0.3... Running hscolour for time-compat-0.1.0.3... Preprocessing library time-compat-0.1.0.3... Preprocessing library time-compat-0.1.0.3... Haddock coverage: 67% ( 2 / 3) in 'Data.Time.Compat' Missing documentation for: ToUTCTime (src/Data/Time/Compat.hs:36) Documentation created: dist/doc/html/time-compat/index.html, dist/doc/html/time-compat/time-compat.txt Creating package registration file: /tmp/pkgConf-time-compat-0.1.01989792451775428484.3 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/time-compat-0.1.0.3-BeIS18QpcceGOj7nTRmTsz Registering time-compat-0.1.0.3... Installed time-compat-0.1.0.3 Configuring QuickCheck-2.8.1... Building QuickCheck-2.8.1... Preprocessing library QuickCheck-2.8.1... Test/QuickCheck/Arbitrary.hs:6:37: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS [ 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 ) In-place registering QuickCheck-2.8.1... Running Haddock for QuickCheck-2.8.1... Running hscolour for QuickCheck-2.8.1... Preprocessing library QuickCheck-2.8.1... Preprocessing library QuickCheck-2.8.1... Test/QuickCheck/Arbitrary.hs:6:37: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS 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:46) ranges (Test/QuickCheck/Text.hs:51) number (Test/QuickCheck/Text.hs:59) short (Test/QuickCheck/Text.hs:62) showErr (Test/QuickCheck/Text.hs:70) oneLine (Test/QuickCheck/Text.hs:73) isOneLine (Test/QuickCheck/Text.hs:76) bold (Test/QuickCheck/Text.hs:79) newTerminal (Test/QuickCheck/Text.hs:90) withStdioTerminal (Test/QuickCheck/Text.hs:104) withNullTerminal (Test/QuickCheck/Text.hs:108) terminalOutput (Test/QuickCheck/Text.hs:112) handle (Test/QuickCheck/Text.hs:115) Terminal (Test/QuickCheck/Text.hs:87) putTemp (Test/QuickCheck/Text.hs:126) putPart (Test/QuickCheck/Text.hs:126) putLine (Test/QuickCheck/Text.hs:126) 100% ( 2 / 2) in 'Test.QuickCheck.State' 89% ( 25 / 28) in 'Test.QuickCheck.Gen' Missing documentation for: (Test/QuickCheck/Gen.hs:46) (Test/QuickCheck/Gen.hs:50) (Test/QuickCheck/Gen.hs:54) 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:179) doneTesting (Test/QuickCheck/Test.hs:185) giveUp (Test/QuickCheck/Test.hs:215) runATest (Test/QuickCheck/Test.hs:231) summary (Test/QuickCheck/Test.hs:297) success (Test/QuickCheck/Test.hs:308) labelPercentage (Test/QuickCheck/Test.hs:338) insufficientCoverage (Test/QuickCheck/Test.hs:346) foundFailure (Test/QuickCheck/Test.hs:353) localMin (Test/QuickCheck/Test.hs:357) localMin' (Test/QuickCheck/Test.hs:387) localMinFound (Test/QuickCheck/Test.hs:399) callbackPostTest (Test/QuickCheck/Test.hs:424) callbackPostFinalFailure (Test/QuickCheck/Test.hs:429) 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: RecursivelyShrink GSubterms GCoArbitrary 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.8597703301189852888.1 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/QuickCheck-2.8.1-BnZKeqxVf7FCbnejbqAnPL Registering QuickCheck-2.8.1... Installed QuickCheck-2.8.1 Configuring blaze-markup-0.7.0.3... Building blaze-markup-0.7.0.3... Preprocessing library blaze-markup-0.7.0.3... [1 of 6] Compiling Text.Blaze.Internal ( src/Text/Blaze/Internal.hs, dist/build/Text/Blaze/Internal.o ) src/Text/Blaze/Internal.hs:74:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Text/Blaze/Internal.hs:75:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [2 of 6] Compiling Text.Blaze.Renderer.String ( src/Text/Blaze/Renderer/String.hs, dist/build/Text/Blaze/Renderer/String.o ) [3 of 6] Compiling Text.Blaze.Renderer.Pretty ( src/Text/Blaze/Renderer/Pretty.hs, dist/build/Text/Blaze/Renderer/Pretty.o ) [4 of 6] Compiling Text.Blaze.Renderer.Text ( src/Text/Blaze/Renderer/Text.hs, dist/build/Text/Blaze/Renderer/Text.o ) src/Text/Blaze/Renderer/Text.hs:15:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [5 of 6] Compiling Text.Blaze.Renderer.Utf8 ( src/Text/Blaze/Renderer/Utf8.hs, dist/build/Text/Blaze/Renderer/Utf8.o ) src/Text/Blaze/Renderer/Utf8.hs:11:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [6 of 6] Compiling Text.Blaze ( src/Text/Blaze.hs, dist/build/Text/Blaze.o ) src/Text/Blaze.hs:91:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Text/Blaze.hs:92:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant In-place registering blaze-markup-0.7.0.3... Running Haddock for blaze-markup-0.7.0.3... Running hscolour for blaze-markup-0.7.0.3... Preprocessing library blaze-markup-0.7.0.3... Preprocessing library blaze-markup-0.7.0.3... src/Text/Blaze/Internal.hs:74:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Text/Blaze/Internal.hs:75:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Text/Blaze/Renderer/Text.hs:15:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Text/Blaze/Renderer/Utf8.hs:11:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Text/Blaze.hs:91:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Text/Blaze.hs:92:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant Haddock coverage: Warning: Text.Blaze.Internal: ! is exported separately but will be documented under Attributable. Consider exporting it together with its parent(s) for code clarity. 100% ( 50 / 50) in 'Text.Blaze.Internal' 75% ( 3 / 4) in 'Text.Blaze.Renderer.String' Missing documentation for: renderHtml (src/Text/Blaze/Renderer/String.hs:93) 67% ( 2 / 3) in 'Text.Blaze.Renderer.Pretty' Missing documentation for: renderHtml (src/Text/Blaze/Renderer/Pretty.hs:56) 56% ( 5 / 9) in 'Text.Blaze.Renderer.Text' Missing documentation for: renderHtmlBuilder (src/Text/Blaze/Renderer/Text.hs:73) renderHtmlBuilderWith (src/Text/Blaze/Renderer/Text.hs:133) renderHtml (src/Text/Blaze/Renderer/Text.hs:149) renderHtmlWith (src/Text/Blaze/Renderer/Text.hs:164) 86% ( 6 / 7) in 'Text.Blaze.Renderer.Utf8' Missing documentation for: Module header 100% ( 43 / 43) in 'Text.Blaze' Documentation created: dist/doc/html/blaze-markup/index.html, dist/doc/html/blaze-markup/blaze-markup.txt Creating package registration file: /tmp/pkgConf-blaze-markup-0.7.0252692819200996683.3 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/blaze-markup-0.7.0.3-FhrnjaI7C1I5CvgGhchX3R Registering blaze-markup-0.7.0.3... Installed blaze-markup-0.7.0.3 Configuring network-uri-2.6.0.3... Building network-uri-2.6.0.3... Preprocessing library network-uri-2.6.0.3... [1 of 1] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o ) Network/URI.hs:129:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() In-place registering network-uri-2.6.0.3... Running Haddock for network-uri-2.6.0.3... Running hscolour for network-uri-2.6.0.3... Preprocessing library network-uri-2.6.0.3... Preprocessing library network-uri-2.6.0.3... Network/URI.hs:129:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() Haddock coverage: 78% ( 38 / 49) in 'Network.URI' Missing documentation for: uriIsAbsolute (Network/URI.hs:316) uriIsRelative (Network/URI.hs:319) parseabsoluteURI (Network/URI.hs:1258) escapeString (Network/URI.hs:1262) reserved (Network/URI.hs:1266) unreserved (Network/URI.hs:1270) scheme (Network/URI.hs:1276) authority (Network/URI.hs:1280) path (Network/URI.hs:1288) query (Network/URI.hs:1292) fragment (Network/URI.hs:1296) Documentation created: dist/doc/html/network-uri/index.html, dist/doc/html/network-uri/network-uri.txt Creating package registration file: /tmp/pkgConf-network-uri-2.6.07652687801888520737.3 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/network-uri-2.6.0.3-LFMzacKIfjmC6gRt5N3aSz Registering network-uri-2.6.0.3... Installed network-uri-2.6.0.3 Configuring monad-control-1.0.0.4... Building monad-control-1.0.0.4... Preprocessing library monad-control-1.0.0.4... [1 of 1] Compiling Control.Monad.Trans.Control ( Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o ) In-place registering monad-control-1.0.0.4... Running Haddock for monad-control-1.0.0.4... Running hscolour for monad-control-1.0.0.4... Preprocessing library monad-control-1.0.0.4... Preprocessing library monad-control-1.0.0.4... Haddock coverage: 92% ( 24 / 26) in 'Control.Monad.Trans.Control' Missing documentation for: MonadTransControl (Control/Monad/Trans/Control.hs:108) MonadBaseControl (Control/Monad/Trans/Control.hs:290) 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.08817591951761153.4 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/monad-control-1.0.0.4-3XCDr1mqlERGZgaxuwJF6b Registering monad-control-1.0.0.4... Installed monad-control-1.0.0.4 Downloading non-empty-0.2.1... Configuring non-empty-0.2.1... Building non-empty-0.2.1... Preprocessing library non-empty-0.2.1... [ 1 of 12] Compiling Data.Append ( src/Data/Append.hs, dist/build/Data/Append.o ) src/Data/Append.hs:4:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() src/Data/Append.hs:5:1: Warning: The import of ‘Data.Foldable’ is redundant except perhaps to import instances from ‘Data.Foldable’ To import instances alone, use: import Data.Foldable() src/Data/Append.hs:6:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [ 2 of 12] Compiling Data.NonEmpty.Class ( src/Data/NonEmpty/Class.hs, dist/build/Data/NonEmpty/Class.o ) src/Data/NonEmpty/Class.hs:9:1: Warning: The import of ‘Traversable’ from module ‘Data.Traversable’ is redundant [ 3 of 12] Compiling Data.Empty ( src/Data/Empty.hs, dist/build/Data/Empty.o ) src/Data/Empty.hs:7:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [ 4 of 12] Compiling Data.NonEmpty.Match ( src/Data/NonEmpty/Match.hs, dist/build/Data/NonEmpty/Match.o ) [ 5 of 12] Compiling Data.Zip ( src/Data/Zip.hs, dist/build/Data/Zip.o ) src/Data/Zip.hs:6:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() src/Data/Zip.hs:7:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [ 6 of 12] Compiling Data.NonEmptyPrivate ( src/Data/NonEmptyPrivate.hs, dist/build/Data/NonEmptyPrivate.o ) [ 7 of 12] Compiling Data.NonEmpty ( src/Data/NonEmpty.hs, dist/build/Data/NonEmpty.o ) [ 8 of 12] Compiling Data.NonEmpty.Mixed ( src/Data/NonEmpty/Mixed.hs, dist/build/Data/NonEmpty/Mixed.o ) src/Data/NonEmpty/Mixed.hs:15:1: Warning: The import of ‘Traversable, sequenceA’ from module ‘Data.Traversable’ is redundant src/Data/NonEmpty/Mixed.hs:16:1: Warning: The import of ‘Foldable’ from module ‘Data.Foldable’ is redundant [ 9 of 12] Compiling Data.NonEmptyTest ( src/Data/NonEmptyTest.hs, dist/build/Data/NonEmptyTest.o ) [10 of 12] Compiling Data.NonEmpty.Set ( src/Data/NonEmpty/Set.hs, dist/build/Data/NonEmpty/Set.o ) [11 of 12] Compiling Data.NonEmpty.Map ( src/Data/NonEmpty/Map.hs, dist/build/Data/NonEmpty/Map.o ) src/Data/NonEmpty/Map.hs:30:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() src/Data/NonEmpty/Map.hs:31:1: Warning: The import of ‘Data.Foldable’ is redundant except perhaps to import instances from ‘Data.Foldable’ To import instances alone, use: import Data.Foldable() src/Data/NonEmpty/Map.hs:32:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [12 of 12] Compiling Data.Optional ( src/Data/Optional.hs, dist/build/Data/Optional.o ) In-place registering non-empty-0.2.1... Running Haddock for non-empty-0.2.1... Running hscolour for non-empty-0.2.1... Preprocessing library non-empty-0.2.1... Preprocessing library non-empty-0.2.1... src/Data/Append.hs:4:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() src/Data/Append.hs:5:1: Warning: The import of ‘Data.Foldable’ is redundant except perhaps to import instances from ‘Data.Foldable’ To import instances alone, use: import Data.Foldable() src/Data/Append.hs:6:1: Warning: 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/NonEmpty/Class.hs:9:1: Warning: The import of ‘Traversable’ from module ‘Data.Traversable’ is redundant src/Data/Empty.hs:7:1: Warning: 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/Zip.hs:6:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() src/Data/Zip.hs:7:1: Warning: 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: 0% ( 0 / 5) in 'Data.Append' Missing documentation for: Module header T (src/Data/Append.hs:11) (src/Data/Append.hs:17) (src/Data/Append.hs:20) (src/Data/Append.hs:23) 4% ( 3 / 69) in 'Data.NonEmpty.Class' Missing documentation for: Module header Empty (src/Data/NonEmpty/Class.hs:19) (src/Data/NonEmpty/Class.hs:22) (src/Data/NonEmpty/Class.hs:25) (src/Data/NonEmpty/Class.hs:28) (src/Data/NonEmpty/Class.hs:31) Cons (src/Data/NonEmpty/Class.hs:35) (src/Data/NonEmpty/Class.hs:38) (src/Data/NonEmpty/Class.hs:41) Snoc (src/Data/NonEmpty/Class.hs:45) (src/Data/NonEmpty/Class.hs:48) (src/Data/NonEmpty/Class.hs:51) snocDefault (src/Data/NonEmpty/Class.hs:54) ViewL (src/Data/NonEmpty/Class.hs:59) (src/Data/NonEmpty/Class.hs:62) (src/Data/NonEmpty/Class.hs:65) (src/Data/NonEmpty/Class.hs:68) (src/Data/NonEmpty/Class.hs:71) ViewR (src/Data/NonEmpty/Class.hs:79) (src/Data/NonEmpty/Class.hs:82) (src/Data/NonEmpty/Class.hs:85) (src/Data/NonEmpty/Class.hs:88) (src/Data/NonEmpty/Class.hs:91) View (src/Data/NonEmpty/Class.hs:98) (src/Data/NonEmpty/Class.hs:99) (src/Data/NonEmpty/Class.hs:100) (src/Data/NonEmpty/Class.hs:101) (src/Data/NonEmpty/Class.hs:102) viewRDefault (src/Data/NonEmpty/Class.hs:108) Singleton (src/Data/NonEmpty/Class.hs:113) (src/Data/NonEmpty/Class.hs:116) (src/Data/NonEmpty/Class.hs:119) (src/Data/NonEmpty/Class.hs:122) (src/Data/NonEmpty/Class.hs:125) Append (src/Data/NonEmpty/Class.hs:129) (src/Data/NonEmpty/Class.hs:132) (src/Data/NonEmpty/Class.hs:135) (src/Data/NonEmpty/Class.hs:151) (src/Data/NonEmpty/Class.hs:154) (src/Data/NonEmpty/Class.hs:157) zipWith3 (src/Data/NonEmpty/Class.hs:160) zipWith4 (src/Data/NonEmpty/Class.hs:163) zip (src/Data/NonEmpty/Class.hs:166) zip3 (src/Data/NonEmpty/Class.hs:169) zip4 (src/Data/NonEmpty/Class.hs:172) Repeat (src/Data/NonEmpty/Class.hs:176) (src/Data/NonEmpty/Class.hs:184) Iterate (src/Data/NonEmpty/Class.hs:189) (src/Data/NonEmpty/Class.hs:192) (src/Data/NonEmpty/Class.hs:204) (src/Data/NonEmpty/Class.hs:207) (src/Data/NonEmpty/Class.hs:210) (src/Data/NonEmpty/Class.hs:213) SortBy (src/Data/NonEmpty/Class.hs:223) (src/Data/NonEmpty/Class.hs:226) (src/Data/NonEmpty/Class.hs:229) (src/Data/NonEmpty/Class.hs:232) Reverse (src/Data/NonEmpty/Class.hs:236) (src/Data/NonEmpty/Class.hs:239) (src/Data/NonEmpty/Class.hs:240) (src/Data/NonEmpty/Class.hs:241) Show (src/Data/NonEmpty/Class.hs:244) (src/Data/NonEmpty/Class.hs:247) (src/Data/NonEmpty/Class.hs:255) Arbitrary (src/Data/NonEmpty/Class.hs:259) (src/Data/NonEmpty/Class.hs:263) 0% ( 0 / 18) in 'Data.Empty' Missing documentation for: Module header T (src/Data/Empty.hs:12) (src/Data/Empty.hs:15) (src/Data/Empty.hs:18) (src/Data/Empty.hs:21) (src/Data/Empty.hs:24) (src/Data/Empty.hs:27) (src/Data/Empty.hs:30) (src/Data/Empty.hs:33) (src/Data/Empty.hs:36) (src/Data/Empty.hs:38) (src/Data/Empty.hs:42) (src/Data/Empty.hs:45) (src/Data/Empty.hs:48) (src/Data/Empty.hs:50) (src/Data/Empty.hs:53) (src/Data/Empty.hs:59) (src/Data/Empty.hs:65) 100% ( 3 / 3) in 'Data.NonEmpty.Match' 40% ( 2 / 5) in 'Data.Zip' Missing documentation for: Module header (src/Data/Zip.hs:15) (src/Data/Zip.hs:18) 22% ( 22 /101) in 'Data.NonEmptyPrivate' Missing documentation for: Module header (src/Data/NonEmptyPrivate.hs:70) (src/Data/NonEmptyPrivate.hs:73) !: (src/Data/NonEmptyPrivate.hs:81) (src/Data/NonEmptyPrivate.hs:92) (src/Data/NonEmptyPrivate.hs:95) (src/Data/NonEmptyPrivate.hs:109) (src/Data/NonEmptyPrivate.hs:112) (src/Data/NonEmptyPrivate.hs:118) (src/Data/NonEmptyPrivate.hs:124) (src/Data/NonEmptyPrivate.hs:128) arbitrary (src/Data/NonEmptyPrivate.hs:132) shrink (src/Data/NonEmptyPrivate.hs:135) Aux (src/Data/NonEmptyPrivate.hs:138) (src/Data/NonEmptyPrivate.hs:140) toList (src/Data/NonEmptyPrivate.hs:165) flatten (src/Data/NonEmptyPrivate.hs:168) fetch (src/Data/NonEmptyPrivate.hs:171) (src/Data/NonEmptyPrivate.hs:185) (src/Data/NonEmptyPrivate.hs:188) snoc (src/Data/NonEmptyPrivate.hs:199) snocAlt (src/Data/NonEmptyPrivate.hs:203) (src/Data/NonEmptyPrivate.hs:207) singleton (src/Data/NonEmptyPrivate.hs:210) viewL (src/Data/NonEmptyPrivate.hs:214) viewR (src/Data/NonEmptyPrivate.hs:217) mapHead (src/Data/NonEmptyPrivate.hs:221) mapTail (src/Data/NonEmptyPrivate.hs:224) init (src/Data/NonEmptyPrivate.hs:227) last (src/Data/NonEmptyPrivate.hs:230) foldl1 (src/Data/NonEmptyPrivate.hs:233) attachKey (src/Data/NonEmptyPrivate.hs:329) (src/Data/NonEmptyPrivate.hs:341) append (src/Data/NonEmptyPrivate.hs:344) appendRight (src/Data/NonEmptyPrivate.hs:348) appendLeft (src/Data/NonEmptyPrivate.hs:351) (src/Data/NonEmptyPrivate.hs:368) zipWith (src/Data/NonEmptyPrivate.hs:371) (src/Data/NonEmptyPrivate.hs:375) (src/Data/NonEmptyPrivate.hs:378) reverse (src/Data/NonEmptyPrivate.hs:388) (src/Data/NonEmptyPrivate.hs:391) (src/Data/NonEmptyPrivate.hs:403) Insert (src/Data/NonEmptyPrivate.hs:407) (src/Data/NonEmptyPrivate.hs:413) (src/Data/NonEmptyPrivate.hs:420) (src/Data/NonEmptyPrivate.hs:423) (src/Data/NonEmptyPrivate.hs:426) (src/Data/NonEmptyPrivate.hs:429) InsertBy (src/Data/NonEmptyPrivate.hs:459) (src/Data/NonEmptyPrivate.hs:462) (src/Data/NonEmptyPrivate.hs:469) (src/Data/NonEmptyPrivate.hs:472) (src/Data/NonEmptyPrivate.hs:482) (src/Data/NonEmptyPrivate.hs:493) insertByTraversable (src/Data/NonEmptyPrivate.hs:510) RemoveEach (src/Data/NonEmptyPrivate.hs:523) (src/Data/NonEmptyPrivate.hs:526) (src/Data/NonEmptyPrivate.hs:530) (src/Data/NonEmptyPrivate.hs:533) (src/Data/NonEmptyPrivate.hs:537) Tails (src/Data/NonEmptyPrivate.hs:549) (src/Data/NonEmptyPrivate.hs:552) (src/Data/NonEmptyPrivate.hs:555) (src/Data/NonEmptyPrivate.hs:558) (src/Data/NonEmptyPrivate.hs:563) (src/Data/NonEmptyPrivate.hs:570) tailsTraversable (src/Data/NonEmptyPrivate.hs:573) initsRev (src/Data/NonEmptyPrivate.hs:592) TransposeOuter (src/Data/NonEmptyPrivate.hs:601) (src/Data/NonEmptyPrivate.hs:604) TransposeInner (src/Data/NonEmptyPrivate.hs:620) (src/Data/NonEmptyPrivate.hs:624) transposePrelude (src/Data/NonEmptyPrivate.hs:656) propTranspose (src/Data/NonEmptyPrivate.hs:665) propTransposePrelude (src/Data/NonEmptyPrivate.hs:669) scanl (src/Data/NonEmptyPrivate.hs:675) scanr (src/Data/NonEmptyPrivate.hs:680) mapAdjacent (src/Data/NonEmptyPrivate.hs:685) 40% ( 18 / 45) in 'Data.NonEmpty' Missing documentation for: Module header !: (src/Data/NonEmptyPrivate.hs:81) toList (src/Data/NonEmptyPrivate.hs:165) flatten (src/Data/NonEmptyPrivate.hs:168) fetch (src/Data/NonEmptyPrivate.hs:171) snoc (src/Data/NonEmptyPrivate.hs:199) singleton (src/Data/NonEmptyPrivate.hs:210) reverse (src/Data/NonEmptyPrivate.hs:388) mapHead (src/Data/NonEmptyPrivate.hs:221) mapTail (src/Data/NonEmptyPrivate.hs:224) viewL (src/Data/NonEmptyPrivate.hs:214) viewR (src/Data/NonEmptyPrivate.hs:217) init (src/Data/NonEmptyPrivate.hs:227) last (src/Data/NonEmptyPrivate.hs:230) foldl1 (src/Data/NonEmptyPrivate.hs:233) append (src/Data/NonEmptyPrivate.hs:344) appendLeft (src/Data/NonEmptyPrivate.hs:351) appendRight (src/Data/NonEmptyPrivate.hs:348) zipWith (src/Data/NonEmptyPrivate.hs:371) mapAdjacent (src/Data/NonEmptyPrivate.hs:685) Insert (src/Data/NonEmptyPrivate.hs:407) InsertBy (src/Data/NonEmptyPrivate.hs:459) src/Data/NonEmpty/Mixed.hs:15:1: Warning: The import of ‘Traversable, sequenceA’ from module ‘Data.Traversable’ is redundant src/Data/NonEmpty/Mixed.hs:16:1: Warning: The import of ‘Foldable’ from module ‘Data.Foldable’ is redundant src/Data/NonEmpty/Map.hs:30:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() src/Data/NonEmpty/Map.hs:31:1: Warning: The import of ‘Data.Foldable’ is redundant except perhaps to import instances from ‘Data.Foldable’ To import instances alone, use: import Data.Foldable() src/Data/NonEmpty/Map.hs:32:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() scanl (src/Data/NonEmptyPrivate.hs:675) scanr (src/Data/NonEmptyPrivate.hs:680) Tails (src/Data/NonEmptyPrivate.hs:549) initsRev (src/Data/NonEmptyPrivate.hs:592) RemoveEach (src/Data/NonEmptyPrivate.hs:523) 10% ( 2 / 20) in 'Data.NonEmpty.Mixed' Missing documentation for: groupBy (src/Data/NonEmpty/Mixed.hs:22) segmentAfter (src/Data/NonEmpty/Mixed.hs:38) segmentBefore (src/Data/NonEmpty/Mixed.hs:52) filterToInfixes (src/Data/NonEmpty/Mixed.hs:63) mapAdjacent (src/Data/NonEmpty/Mixed.hs:76) take (src/Data/NonEmpty/Mixed.hs:82) splitAt (src/Data/NonEmpty/Mixed.hs:87) sliceVertical (src/Data/NonEmpty/Mixed.hs:100) init (src/Data/NonEmpty/Mixed.hs:121) last (src/Data/NonEmpty/Mixed.hs:124) tails (src/Data/NonEmpty/Mixed.hs:131) inits (src/Data/NonEmpty/Mixed.hs:140) appendLeft (src/Data/NonEmpty/Mixed.hs:150) iterate (src/Data/NonEmpty/Mixed.hs:154) Choose (src/Data/NonEmpty/Mixed.hs:159) (src/Data/NonEmpty/Mixed.hs:166) (src/Data/NonEmpty/Mixed.hs:169) (src/Data/NonEmpty/Mixed.hs:174) 0% ( 0 / 4) in 'Data.NonEmptyTest' Missing documentation for: Module header foldBalanced (src/Data/NonEmptyTest.hs:12) filterToInfixesAlt (src/Data/NonEmptyTest.hs:18) filterToInfixes (src/Data/NonEmptyTest.hs:34) 7% ( 1 / 14) in 'Data.NonEmpty.Set' Missing documentation for: Module header T (src/Data/NonEmpty/Set.hs:33) singleton (src/Data/NonEmpty/Set.hs:73) member (src/Data/NonEmpty/Set.hs:76) size (src/Data/NonEmpty/Set.hs:80) minView (src/Data/NonEmpty/Set.hs:83) maxView (src/Data/NonEmpty/Set.hs:86) fromList (src/Data/NonEmpty/Set.hs:93) toAscList (src/Data/NonEmpty/Set.hs:96) flatten (src/Data/NonEmpty/Set.hs:99) union (src/Data/NonEmpty/Set.hs:102) unionLeft (src/Data/NonEmpty/Set.hs:112) unionRight (src/Data/NonEmpty/Set.hs:116) 0% ( 0 / 19) in 'Data.NonEmpty.Map' Missing documentation for: Module header T (src/Data/NonEmpty/Map.hs:43) insert (src/Data/NonEmpty/Map.hs:63) singleton (src/Data/NonEmpty/Map.hs:76) member (src/Data/NonEmpty/Map.hs:79) size (src/Data/NonEmpty/Map.hs:83) elems (src/Data/NonEmpty/Map.hs:86) keys (src/Data/NonEmpty/Map.hs:89) keysSet (src/Data/NonEmpty/Map.hs:93) lookup (src/Data/NonEmpty/Map.hs:96) minViewWithKey (src/Data/NonEmpty/Map.hs:102) maxViewWithKey (src/Data/NonEmpty/Map.hs:105) fromList (src/Data/NonEmpty/Map.hs:112) toAscList (src/Data/NonEmpty/Map.hs:115) fetch (src/Data/NonEmpty/Map.hs:118) flatten (src/Data/NonEmpty/Map.hs:121) union (src/Data/NonEmpty/Map.hs:124) unionLeft (src/Data/NonEmpty/Map.hs:134) unionRight (src/Data/NonEmpty/Map.hs:138) 0% ( 0 / 5) in 'Data.Optional' Missing documentation for: Module header T (src/Data/Optional.hs:28) ?: (src/Data/Optional.hs:50) fromEmpty (src/Data/Optional.hs:31) fromNonEmpty (src/Data/Optional.hs:34) Documentation created: dist/doc/html/non-empty/index.html, dist/doc/html/non-empty/non-empty.txt Creating package registration file: /tmp/pkgConf-non-empty-0.21962845746607165449.1 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/non-empty-0.2.1-1H41rtAGEYL7VZ0CgsxbHD Registering non-empty-0.2.1... Installed non-empty-0.2.1 Configuring blaze-html-0.8.1.1... Building blaze-html-0.8.1.1... Preprocessing library blaze-html-0.8.1.1... [ 1 of 21] Compiling Text.Blaze.XHtml5.Attributes ( src/Text/Blaze/XHtml5/Attributes.hs, dist/build/Text/Blaze/XHtml5/Attributes.o ) [ 2 of 21] Compiling Text.Blaze.XHtml1.Transitional.Attributes ( src/Text/Blaze/XHtml1/Transitional/Attributes.hs, dist/build/Text/Blaze/XHtml1/Transitional/Attributes.o ) [ 3 of 21] Compiling Text.Blaze.XHtml1.Strict.Attributes ( src/Text/Blaze/XHtml1/Strict/Attributes.hs, dist/build/Text/Blaze/XHtml1/Strict/Attributes.o ) [ 4 of 21] Compiling Text.Blaze.XHtml1.FrameSet.Attributes ( src/Text/Blaze/XHtml1/FrameSet/Attributes.hs, dist/build/Text/Blaze/XHtml1/FrameSet/Attributes.o ) [ 5 of 21] Compiling Text.Blaze.Html5.Attributes ( src/Text/Blaze/Html5/Attributes.hs, dist/build/Text/Blaze/Html5/Attributes.o ) [ 6 of 21] Compiling Text.Blaze.Html4.Transitional.Attributes ( src/Text/Blaze/Html4/Transitional/Attributes.hs, dist/build/Text/Blaze/Html4/Transitional/Attributes.o ) [ 7 of 21] Compiling Text.Blaze.Html4.Strict.Attributes ( src/Text/Blaze/Html4/Strict/Attributes.hs, dist/build/Text/Blaze/Html4/Strict/Attributes.o ) [ 8 of 21] Compiling Text.Blaze.Html4.FrameSet.Attributes ( src/Text/Blaze/Html4/FrameSet/Attributes.hs, dist/build/Text/Blaze/Html4/FrameSet/Attributes.o ) [ 9 of 21] Compiling Text.Blaze.Html ( src/Text/Blaze/Html.hs, dist/build/Text/Blaze/Html.o ) [10 of 21] Compiling Text.Blaze.Html.Renderer.Pretty ( src/Text/Blaze/Html/Renderer/Pretty.hs, dist/build/Text/Blaze/Html/Renderer/Pretty.o ) [11 of 21] Compiling Text.Blaze.Html.Renderer.String ( src/Text/Blaze/Html/Renderer/String.hs, dist/build/Text/Blaze/Html/Renderer/String.o ) [12 of 21] Compiling Text.Blaze.Html.Renderer.Text ( src/Text/Blaze/Html/Renderer/Text.hs, dist/build/Text/Blaze/Html/Renderer/Text.o ) [13 of 21] Compiling Text.Blaze.Html.Renderer.Utf8 ( src/Text/Blaze/Html/Renderer/Utf8.hs, dist/build/Text/Blaze/Html/Renderer/Utf8.o ) [14 of 21] Compiling Text.Blaze.Html4.FrameSet ( src/Text/Blaze/Html4/FrameSet.hs, dist/build/Text/Blaze/Html4/FrameSet.o ) [15 of 21] Compiling Text.Blaze.Html4.Strict ( src/Text/Blaze/Html4/Strict.hs, dist/build/Text/Blaze/Html4/Strict.o ) [16 of 21] Compiling Text.Blaze.Html4.Transitional ( src/Text/Blaze/Html4/Transitional.hs, dist/build/Text/Blaze/Html4/Transitional.o ) [17 of 21] Compiling Text.Blaze.Html5 ( src/Text/Blaze/Html5.hs, dist/build/Text/Blaze/Html5.o ) [18 of 21] Compiling Text.Blaze.XHtml1.FrameSet ( src/Text/Blaze/XHtml1/FrameSet.hs, dist/build/Text/Blaze/XHtml1/FrameSet.o ) [19 of 21] Compiling Text.Blaze.XHtml1.Strict ( src/Text/Blaze/XHtml1/Strict.hs, dist/build/Text/Blaze/XHtml1/Strict.o ) [20 of 21] Compiling Text.Blaze.XHtml1.Transitional ( src/Text/Blaze/XHtml1/Transitional.hs, dist/build/Text/Blaze/XHtml1/Transitional.o ) [21 of 21] Compiling Text.Blaze.XHtml5 ( src/Text/Blaze/XHtml5.hs, dist/build/Text/Blaze/XHtml5.o ) In-place registering blaze-html-0.8.1.1... Running Haddock for blaze-html-0.8.1.1... Running hscolour for blaze-html-0.8.1.1... Preprocessing library blaze-html-0.8.1.1... Preprocessing library blaze-html-0.8.1.1... Haddock coverage: 100% (169 /169) in 'Text.Blaze.XHtml5.Attributes' 100% (103 /103) in 'Text.Blaze.XHtml1.Transitional.Attributes' 100% ( 92 / 92) in 'Text.Blaze.XHtml1.Strict.Attributes' 100% (105 /105) in 'Text.Blaze.XHtml1.FrameSet.Attributes' 100% (169 /169) in 'Text.Blaze.Html5.Attributes' 100% (103 /103) in 'Text.Blaze.Html4.Transitional.Attributes' 100% ( 92 / 92) in 'Text.Blaze.Html4.Strict.Attributes' 100% (105 /105) in 'Text.Blaze.Html4.FrameSet.Attributes' 20% ( 1 / 5) in 'Text.Blaze.Html' Missing documentation for: Module header Html (src/Text/Blaze/Html.hs:10) toHtml (src/Text/Blaze/Html.hs:12) preEscapedToHtml (src/Text/Blaze/Html.hs:15) 0% ( 0 / 2) in 'Text.Blaze.Html.Renderer.Pretty' Missing documentation for: Module header renderHtml (src/Text/Blaze/Html/Renderer/Pretty.hs:8) 0% ( 0 / 2) in 'Text.Blaze.Html.Renderer.String' Missing documentation for: Module header renderHtml (src/Text/Blaze/Html/Renderer/String.hs:8) 0% ( 0 / 5) in 'Text.Blaze.Html.Renderer.Text' Missing documentation for: Module header renderHtmlBuilder (src/Text/Blaze/Html/Renderer/Text.hs:15) renderHtmlBuilderWith (src/Text/Blaze/Html/Renderer/Text.hs:18) renderHtml (src/Text/Blaze/Html/Renderer/Text.hs:21) renderHtmlWith (src/Text/Blaze/Html/Renderer/Text.hs:24) 0% ( 0 / 4) in 'Text.Blaze.Html.Renderer.Utf8' Missing documentation for: Module header renderHtmlBuilder (src/Text/Blaze/Html/Renderer/Utf8.hs:13) renderHtml (src/Text/Blaze/Html/Renderer/Utf8.hs:16) renderHtmlToByteStringIO (src/Text/Blaze/Html/Renderer/Utf8.hs:19) 100% ( 93 / 93) in 'Text.Blaze.Html4.FrameSet' 100% ( 80 / 80) in 'Text.Blaze.Html4.Strict' 100% ( 91 / 91) in 'Text.Blaze.Html4.Transitional' 100% (111 /111) in 'Text.Blaze.Html5' 100% ( 93 / 93) in 'Text.Blaze.XHtml1.FrameSet' 100% ( 80 / 80) in 'Text.Blaze.XHtml1.Strict' 100% ( 91 / 91) in 'Text.Blaze.XHtml1.Transitional' 100% (111 /111) in 'Text.Blaze.XHtml5' Documentation created: dist/doc/html/blaze-html/index.html, dist/doc/html/blaze-html/blaze-html.txt Creating package registration file: /tmp/pkgConf-blaze-html-0.8.1777374883734948415.1 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/blaze-html-0.8.1.1-1zXVsYxJvNk7KmCYUCIuBj Registering blaze-html-0.8.1.1... Installed blaze-html-0.8.1.1 Downloading digestive-functors-blaze-0.6.0.6... Configuring digestive-functors-blaze-0.6.0.6... Building digestive-functors-blaze-0.6.0.6... Preprocessing library digestive-functors-blaze-0.6.0.6... [1 of 1] Compiling Text.Digestive.Blaze.Html5 ( src/Text/Digestive/Blaze/Html5.hs, dist/build/Text/Digestive/Blaze/Html5.o ) src/Text/Digestive/Blaze/Html5.hs:24:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() In-place registering digestive-functors-blaze-0.6.0.6... Running Haddock for digestive-functors-blaze-0.6.0.6... Running hscolour for digestive-functors-blaze-0.6.0.6... Preprocessing library digestive-functors-blaze-0.6.0.6... Preprocessing library digestive-functors-blaze-0.6.0.6... src/Text/Digestive/Blaze/Html5.hs:24:1: Warning: 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: 0% ( 0 / 14) in 'Text.Digestive.Blaze.Html5' Missing documentation for: Module header inputText (src/Text/Digestive/Blaze/Html5.hs:43) inputTextArea (src/Text/Digestive/Blaze/Html5.hs:54) inputPassword (src/Text/Digestive/Blaze/Html5.hs:72) inputHidden (src/Text/Digestive/Blaze/Html5.hs:83) inputSelect (src/Text/Digestive/Blaze/Html5.hs:94) inputRadio (src/Text/Digestive/Blaze/Html5.hs:109) inputCheckbox (src/Text/Digestive/Blaze/Html5.hs:126) inputFile (src/Text/Digestive/Blaze/Html5.hs:138) inputSubmit (src/Text/Digestive/Blaze/Html5.hs:150) label (src/Text/Digestive/Blaze/Html5.hs:157) form (src/Text/Digestive/Blaze/Html5.hs:166) errorList (src/Text/Digestive/Blaze/Html5.hs:174) childErrorList (src/Text/Digestive/Blaze/Html5.hs:182) Documentation created: dist/doc/html/digestive-functors-blaze/index.html, dist/doc/html/digestive-functors-blaze/digestive-functors-blaze.txt Creating package registration file: /tmp/pkgConf-digestive-functors-blaze-0.6.015355475972078549373.6 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/digestive-functors-blaze-0.6.0.6-AnwLEU5hnyG9k3VZLmjEo0 Registering digestive-functors-blaze-0.6.0.6... Installed digestive-functors-blaze-0.6.0.6 Configuring happstack-server-7.4.5... Building happstack-server-7.4.5... Preprocessing library happstack-server-7.4.5... on the commandline: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS src/Happstack/Server/SimpleHTTP.hs:3:14: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS [ 1 of 38] Compiling Happstack.Server.Internal.LazyLiner ( src/Happstack/Server/Internal/LazyLiner.hs, dist/build/Happstack/Server/Internal/LazyLiner.o ) [ 2 of 38] Compiling Happstack.Server.Internal.SocketTH ( src/Happstack/Server/Internal/SocketTH.hs, dist/build/Happstack/Server/Internal/SocketTH.o ) [ 3 of 38] Compiling Happstack.Server.Internal.Socket ( src/Happstack/Server/Internal/Socket.hs, dist/build/Happstack/Server/Internal/Socket.o ) src/Happstack/Server/Internal/Socket.hs:39:1: Warning: Defined but not used: ‘showHostAddress6’ [ 4 of 38] Compiling Happstack.Server.Internal.LogFormat ( src/Happstack/Server/Internal/LogFormat.hs, dist/build/Happstack/Server/Internal/LogFormat.o ) [ 5 of 38] Compiling Happstack.Server.Internal.TimeoutManager ( src/Happstack/Server/Internal/TimeoutManager.hs, dist/build/Happstack/Server/Internal/TimeoutManager.o ) [ 6 of 38] Compiling Happstack.Server.Internal.TimeoutIO ( src/Happstack/Server/Internal/TimeoutIO.hs, dist/build/Happstack/Server/Internal/TimeoutIO.o ) [ 7 of 38] Compiling Happstack.Server.Internal.TimeoutSocket ( src/Happstack/Server/Internal/TimeoutSocket.hs, dist/build/Happstack/Server/Internal/TimeoutSocket.o ) [ 8 of 38] Compiling Happstack.Server.SURI.ParseURI ( src/Happstack/Server/SURI/ParseURI.hs, dist/build/Happstack/Server/SURI/ParseURI.o ) [ 9 of 38] Compiling Happstack.Server.SURI ( src/Happstack/Server/SURI.hs, dist/build/Happstack/Server/SURI.o ) [10 of 38] Compiling Happstack.Server.Internal.RFC822Headers ( src/Happstack/Server/Internal/RFC822Headers.hs, dist/build/Happstack/Server/Internal/RFC822Headers.o ) [11 of 38] Compiling Paths_happstack_server ( dist/build/autogen/Paths_happstack_server.hs, dist/build/Paths_happstack_server.o ) [12 of 38] Compiling Happstack.Server.Internal.Clock ( src/Happstack/Server/Internal/Clock.hs, dist/build/Happstack/Server/Internal/Clock.o ) src/Happstack/Server/Internal/Clock.hs:9:1: Warning: 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 38] Compiling Happstack.Server.Internal.Cookie ( src/Happstack/Server/Internal/Cookie.hs, dist/build/Happstack/Server/Internal/Cookie.o ) [14 of 38] Compiling Happstack.Server.Internal.Types ( src/Happstack/Server/Internal/Types.hs, dist/build/Happstack/Server/Internal/Types.o ) src/Happstack/Server/Internal/Types.hs:21:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead src/Happstack/Server/Internal/Types.hs:37:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant src/Happstack/Server/Internal/Types.hs:231:10: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Types.hs:231:10: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [15 of 38] Compiling Happstack.Server.Internal.Multipart ( src/Happstack/Server/Internal/Multipart.hs, dist/build/Happstack/Server/Internal/Multipart.o ) [16 of 38] Compiling Happstack.Server.Internal.MessageWrap ( src/Happstack/Server/Internal/MessageWrap.hs, dist/build/Happstack/Server/Internal/MessageWrap.o ) [17 of 38] Compiling Happstack.Server.Types ( src/Happstack/Server/Types.hs, dist/build/Happstack/Server/Types.o ) [18 of 38] Compiling Happstack.Server.Internal.Monads ( src/Happstack/Server/Internal/Monads.hs, dist/build/Happstack/Server/Internal/Monads.o ) src/Happstack/Server/Internal/Monads.hs:14:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead src/Happstack/Server/Internal/Monads.hs:54:1: Warning: The import item ‘IO(..)’ suggests that ‘IO’ has (in-scope) constructors or class methods, but it has none src/Happstack/Server/Internal/Monads.hs:383:37: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:403:31: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:536:25: Warning: In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:537:36: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:542:30: Warning: In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:542:62: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:554:54: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:558:17: Warning: In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:776:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:776:51: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:778:17: Warning: In the use of ‘mapErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:780:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:780:55: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:783:19: Warning: In the use of ‘mapErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:790:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:790:49: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [19 of 38] Compiling Happstack.Server.Internal.Handler ( src/Happstack/Server/Internal/Handler.hs, dist/build/Happstack/Server/Internal/Handler.o ) [20 of 38] Compiling Happstack.Server.Client ( src/Happstack/Server/Client.hs, dist/build/Happstack/Server/Client.o ) [21 of 38] Compiling Happstack.Server.Internal.Listen ( src/Happstack/Server/Internal/Listen.hs, dist/build/Happstack/Server/Internal/Listen.o ) src/Happstack/Server/Internal/Listen.hs:15:1: Warning: The import of ‘SockAddr’ from module ‘Network.Socket’ is redundant [22 of 38] Compiling Happstack.Server.Internal.LowLevel ( src/Happstack/Server/Internal/LowLevel.hs, dist/build/Happstack/Server/Internal/LowLevel.o ) [23 of 38] Compiling Happstack.Server.Cookie ( src/Happstack/Server/Cookie.hs, dist/build/Happstack/Server/Cookie.o ) [24 of 38] Compiling Happstack.Server.Response ( src/Happstack/Server/Response.hs, dist/build/Happstack/Server/Response.o ) [25 of 38] Compiling Happstack.Server.RqData ( src/Happstack/Server/RqData.hs, dist/build/Happstack/Server/RqData.o ) src/Happstack/Server/RqData.hs:61:1: Warning: The import of ‘<*>, pure, Applicative, <$>’ from module ‘Control.Applicative’ is redundant src/Happstack/Server/RqData.hs:70:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead src/Happstack/Server/RqData.hs:73:1: Warning: The qualified import of ‘Data.ByteString.Char8’ is redundant except perhaps to import instances from ‘Data.ByteString.Char8’ To import instances alone, use: import Data.ByteString.Char8() src/Happstack/Server/RqData.hs:80:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Happstack/Server/RqData.hs:93:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:97:21: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:102:21: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:121:10: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:121:10: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:202:20: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:202:56: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:204:21: Warning: In the use of ‘mapErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:282:36: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:291:36: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:339:36: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:361:39: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:374:35: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:449:37: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:510:38: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [26 of 38] Compiling Happstack.Server.Monads ( src/Happstack/Server/Monads.hs, dist/build/Happstack/Server/Monads.o ) src/Happstack/Server/Monads.hs:40:1: Warning: The import of ‘Applicative’ from module ‘Control.Applicative’ is redundant src/Happstack/Server/Monads.hs:42:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead src/Happstack/Server/Monads.hs:53:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Happstack/Server/Monads.hs:72:24: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Monads.hs:72:48: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [27 of 38] Compiling Happstack.Server.Auth ( src/Happstack/Server/Auth.hs, dist/build/Happstack/Server/Auth.o ) [28 of 38] Compiling Happstack.Server.Error ( src/Happstack/Server/Error.hs, dist/build/Happstack/Server/Error.o ) src/Happstack/Server/Error.hs:4:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead src/Happstack/Server/Error.hs:25:26: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Error.hs:28:12: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Error.hs:51:29: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Error.hs:51:84: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Error.hs:53:32: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [29 of 38] Compiling Happstack.Server.Proxy ( src/Happstack/Server/Proxy.hs, dist/build/Happstack/Server/Proxy.o ) [30 of 38] Compiling Happstack.Server.Validation ( src/Happstack/Server/Validation.hs, dist/build/Happstack/Server/Validation.o ) [31 of 38] Compiling Happstack.Server.FileServe.BuildingBlocks ( src/Happstack/Server/FileServe/BuildingBlocks.hs, dist/build/Happstack/Server/FileServe/BuildingBlocks.o ) src/Happstack/Server/FileServe/BuildingBlocks.hs:57:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [32 of 38] Compiling Happstack.Server.FileServe ( src/Happstack/Server/FileServe.hs, dist/build/Happstack/Server/FileServe.o ) [33 of 38] Compiling Happstack.Server.Routing ( src/Happstack/Server/Routing.hs, dist/build/Happstack/Server/Routing.o ) [34 of 38] Compiling Happstack.Server.SimpleHTTP ( src/Happstack/Server/SimpleHTTP.hs, dist/build/Happstack/Server/SimpleHTTP.o ) [35 of 38] Compiling Happstack.Server.Internal.Compression ( src/Happstack/Server/Internal/Compression.hs, dist/build/Happstack/Server/Internal/Compression.o ) [36 of 38] Compiling Happstack.Server.I18N ( src/Happstack/Server/I18N.hs, dist/build/Happstack/Server/I18N.o ) src/Happstack/Server/I18N.hs:6:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [37 of 38] Compiling Happstack.Server.Compression ( src/Happstack/Server/Compression.hs, dist/build/Happstack/Server/Compression.o ) [38 of 38] Compiling Happstack.Server ( src/Happstack/Server.hs, dist/build/Happstack/Server.o ) In-place registering happstack-server-7.4.5... Running Haddock for happstack-server-7.4.5... Running hscolour for happstack-server-7.4.5... Preprocessing library happstack-server-7.4.5... Preprocessing library happstack-server-7.4.5... src/Happstack/Server/SimpleHTTP.hs:3:14: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS src/Happstack/Server/Internal/Socket.hs:39:1: Warning: Defined but not used: ‘showHostAddress6’ src/Happstack/Server/Internal/Clock.hs:9:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Happstack/Server/Internal/Types.hs:21:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead src/Happstack/Server/Internal/Types.hs:37:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant src/Happstack/Server/Internal/Types.hs:231:10: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Types.hs:231:10: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:14:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead src/Happstack/Server/Internal/Monads.hs:54:1: Warning: The import item ‘IO(..)’ suggests that ‘IO’ has (in-scope) constructors or class methods, but it has none src/Happstack/Server/Internal/Monads.hs:383:37: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:403:31: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:536:25: Warning: In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:537:36: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:542:30: Warning: In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:542:62: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:554:54: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:558:17: Warning: In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:776:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:776:51: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:778:17: Warning: In the use of ‘mapErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:780:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:780:55: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:783:19: Warning: In the use of ‘mapErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:790:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Internal/Monads.hs:790:49: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Haddock coverage: 12% ( 1 / 8) in 'Happstack.Server.Internal.LazyLiner' Missing documentation for: Module header Lazy (src/Happstack/Server/Internal/LazyLiner.hs:11) newLinerHandle (src/Happstack/Server/Internal/LazyLiner.hs:13) headerLines (src/Happstack/Server/Internal/LazyLiner.hs:16) getBytes (src/Happstack/Server/Internal/LazyLiner.hs:32) getBytesStrict (src/Happstack/Server/Internal/LazyLiner.hs:27) getRest (src/Happstack/Server/Internal/LazyLiner.hs:37) 0% ( 0 / 2) in 'Happstack.Server.Internal.SocketTH' Missing documentation for: Module header supportsIPv6 (src/Happstack/Server/Internal/SocketTH.hs:14) 33% ( 1 / 3) in 'Happstack.Server.Internal.Socket' Missing documentation for: Module header sockAddrToPeer (src/Happstack/Server/Internal/Socket.hs:58) 67% ( 2 / 3) in 'Happstack.Server.Internal.LogFormat' Missing documentation for: Module header 17% ( 2 / 12) in 'Happstack.Server.Internal.TimeoutManager' Missing documentation for: Module header Handle (src/Happstack/Server/Internal/TimeoutManager.hs:24) initialize (src/Happstack/Server/Internal/TimeoutManager.hs:27) register (src/Happstack/Server/Internal/TimeoutManager.hs:53) registerKillThread (src/Happstack/Server/Internal/TimeoutManager.hs:61) tickle (src/Happstack/Server/Internal/TimeoutManager.hs:66) pause (src/Happstack/Server/Internal/TimeoutManager.hs:66) resume (src/Happstack/Server/Internal/TimeoutManager.hs:66) cancel (src/Happstack/Server/Internal/TimeoutManager.hs:66) forceTimeout (src/Happstack/Server/Internal/TimeoutManager.hs:74) 50% ( 1 / 2) in 'Happstack.Server.Internal.TimeoutIO' Missing documentation for: Module header 14% ( 1 / 7) in 'Happstack.Server.Internal.TimeoutSocket' Missing documentation for: sPutLazyTickle (src/Happstack/Server/Internal/TimeoutSocket.hs:25) sPutTickle (src/Happstack/Server/Internal/TimeoutSocket.hs:30) sGetContents (src/Happstack/Server/Internal/TimeoutSocket.hs:37) sendFileTickle (src/Happstack/Server/Internal/TimeoutSocket.hs:56) iterTickle (src/Happstack/Server/Internal/TimeoutSocket.hs:60) timeoutSocketIO (src/Happstack/Server/Internal/TimeoutSocket.hs:77) 0% ( 0 / 2) in 'Happstack.Server.SURI.ParseURI' Missing documentation for: Module header parseURIRef (src/Happstack/Server/SURI/ParseURI.hs:12) 76% ( 13 / 17) in 'Happstack.Server.SURI' Missing documentation for: unEscape (src/Happstack/Server/SURI.hs:68) unEscapeQS (src/Happstack/Server/SURI.hs:68) SURI (src/Happstack/Server/SURI.hs:77) FromPath (src/Happstack/Server/SURI.hs:108) 43% ( 9 / 21) in 'Happstack.Server.Internal.RFC822Headers' Missing documentation for: Header (src/Happstack/Server/Internal/RFC822Headers.hs:51) pHeader (src/Happstack/Server/Internal/RFC822Headers.hs:59) pHeaders (src/Happstack/Server/Internal/RFC822Headers.hs:53) parseHeaders (src/Happstack/Server/Internal/RFC822Headers.hs:56) getContentType (src/Happstack/Server/Internal/RFC822Headers.hs:151) ContentTransferEncoding (src/Happstack/Server/Internal/RFC822Headers.hs:158) getContentTransferEncoding (src/Happstack/Server/Internal/RFC822Headers.hs:172) parseContentTransferEncoding (src/Happstack/Server/Internal/RFC822Headers.hs:168) ContentDisposition (src/Happstack/Server/Internal/RFC822Headers.hs:180) getContentDisposition (src/Happstack/Server/Internal/RFC822Headers.hs:194) parseContentDisposition (src/Happstack/Server/Internal/RFC822Headers.hs:191) parseM (src/Happstack/Server/Internal/RFC822Headers.hs:202) 0% ( 0 / 8) in 'Paths_happstack_server' Missing documentation for: Module header version (dist/build/autogen/Paths_happstack_server.hs:15) getBinDir (dist/build/autogen/Paths_happstack_server.hs:25) getLibDir (dist/build/autogen/Paths_happstack_server.hs:25) getDataDir (dist/build/autogen/Paths_happstack_server.hs:25) getLibexecDir (dist/build/autogen/Paths_happstack_server.hs:25) getDataFileName (dist/build/autogen/Paths_happstack_server.hs:32) getSysconfDir (dist/build/autogen/Paths_happstack_server.hs:25) 0% ( 0 / 5) in 'Happstack.Server.Internal.Clock' Missing documentation for: Module header getApproximateTime (src/Happstack/Server/Internal/Clock.hs:58) getApproximatePOSIXTime (src/Happstack/Server/Internal/Clock.hs:61) getApproximateUTCTime (src/Happstack/Server/Internal/Clock.hs:64) formatHttpDate (src/Happstack/Server/Internal/Clock.hs:31) 67% ( 8 / 12) in 'Happstack.Server.Internal.Cookie' Missing documentation for: Module header calcLife (src/Happstack/Server/Internal/Cookie.hs:62) getCookies' (src/Happstack/Server/Internal/Cookie.hs:181) getCookie' (src/Happstack/Server/Internal/Cookie.hs:185) 96% ( 46 / 48) in 'Happstack.Server.Internal.Types' Missing documentation for: Module header readDec' (src/Happstack/Server/Internal/Types.hs:443) 19% ( 6 / 32) in 'Happstack.Server.Internal.Multipart' Missing documentation for: Module header takeWhileS (src/Happstack/Server/Internal/Multipart.hs:30) crlf (src/Happstack/Server/Internal/Multipart.hs:38) crlfcrlf (src/Happstack/Server/Internal/Multipart.hs:41) blankLine (src/Happstack/Server/Internal/Multipart.hs:44) dropWhileS (src/Happstack/Server/Internal/Multipart.hs:47) BodyPart (src/Happstack/Server/Internal/Multipart.hs:54) Work (src/Happstack/Server/Internal/Multipart.hs:57) InputWorker (src/Happstack/Server/Internal/Multipart.hs:61) InputIter (src/Happstack/Server/Internal/Multipart.hs:63) FileSaver (src/Happstack/Server/Internal/Multipart.hs:68) defaultFileSaver (src/Happstack/Server/Internal/Multipart.hs:74) defaultInputIter (src/Happstack/Server/Internal/Multipart.hs:81) hPutLimit (src/Happstack/Server/Internal/Multipart.hs:119) hPutLimit' (src/Happstack/Server/Internal/Multipart.hs:123) bodyPartToInput (src/Happstack/Server/Internal/Multipart.hs:135) bodyPartsToInputs (src/Happstack/Server/Internal/Multipart.hs:167) multipartBody (src/Happstack/Server/Internal/Multipart.hs:183) parseMultipartBody (src/Happstack/Server/Internal/Multipart.hs:201) dropPreamble (src/Happstack/Server/Internal/Multipart.hs:207) dropLine (src/Happstack/Server/Internal/Multipart.hs:212) splitParts (src/Happstack/Server/Internal/Multipart.hs:226) splitPart (src/Happstack/Server/Internal/Multipart.hs:238) splitBlank (src/Happstack/Server/Internal/Multipart.hs:247) splitBoundary (src/Happstack/Server/Internal/Multipart.hs:252) splitAtEmptyLine (src/Happstack/Server/Internal/Multipart.hs:260) 64% ( 9 / 14) in 'Happstack.Server.Internal.MessageWrap' Missing documentation for: Module header queryInput (src/Happstack/Server/Internal/MessageWrap.hs:19) bodyInput (src/Happstack/Server/Internal/MessageWrap.hs:45) decodeBody (src/Happstack/Server/Internal/MessageWrap.hs:99) defaultInputIter (src/Happstack/Server/Internal/Multipart.hs:81) 96% ( 45 / 47) in 'Happstack.Server.Types' Missing documentation for: Module header readDec' (src/Happstack/Server/Internal/Types.hs:443) 27% ( 29 /107) in 'Happstack.Server.Internal.Monads' Missing documentation for: (src/Happstack/Server/Internal/Monads.hs:71) (src/Happstack/Server/Internal/Monads.hs:74) (src/Happstack/Server/Internal/Monads.hs:77) (src/Happstack/Server/Internal/Monads.hs:80) (src/Happstack/Server/Internal/Monads.hs:85) (src/Happstack/Server/Internal/Monads.hs:92) (src/Happstack/Server/Internal/Monads.hs:181) (src/Happstack/Server/Internal/Monads.hs:184) (src/Happstack/Server/Internal/Monads.hs:188) (src/Happstack/Server/Internal/Monads.hs:192) (src/Happstack/Server/Internal/Monads.hs:196) (src/Happstack/Server/Internal/Monads.hs:201) (src/Happstack/Server/Internal/Monads.hs:205) (src/Happstack/Server/Internal/Monads.hs:209) (src/Happstack/Server/Internal/Monads.hs src/Happstack/Server/Internal/Listen.hs:15:1: Warning: The import of ‘SockAddr’ from module ‘Network.Socket’ is redundant src/Happstack/Server/RqData.hs:61:1: Warning: The import of ‘<*>, pure, Applicative, <$>’ from module ‘Control.Applicative’ is redundant src/Happstack/Server/RqData.hs:70:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead src/Happstack/Server/RqData.hs:73:1: Warning: The qualified import of ‘Data.ByteString.Char8’ is redundant except perhaps to import instances from ‘Data.ByteString.Char8’ To import instances alone, use: import Data.ByteString.Char8() src/Happstack/Server/RqData.hs:80:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Happstack/Server/RqData.hs:93:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:97:21: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:102:21: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:121:10: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:121:10: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:202:20: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:202:56: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:204:21: Warning: In the use of ‘mapErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:282:36: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:291:36: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:339:36: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:361:39: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:374:35: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:449:37: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/RqData.hs:510:38: Warning: In the use of ‘strMsg’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Monads.hs:40:1: Warning: The import of ‘Applicative’ from module ‘Control.Applicative’ is redundant src/Happstack/Server/Monads.hs:42:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead src/Happstack/Server/Monads.hs:53:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Happstack/Server/Monads.hs:72:24: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Monads.hs:72:48: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Error.hs:4:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead src/Happstack/Server/Error.hs:25:26: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Error.hs:28:12: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Error.hs:51:29: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Error.hs:51:84: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/Error.hs:53:32: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Happstack/Server/FileServe/BuildingBlocks.hs:57:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Happstack/Server/I18N.hs:6:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() :213) (src/Happstack/Server/Internal/Monads.hs:218) (src/Happstack/Server/Internal/Monads.hs:230) (src/Happstack/Server/Internal/Monads.hs:282) (src/Happstack/Server/Internal/Monads.hs:297) unFilterFun (src/Happstack/Server/Internal/Monads.hs:305) FilterT (src/Happstack/Server/Internal/Monads.hs:312) (src/Happstack/Server/Internal/Monads.hs:315) (src/Happstack/Server/Internal/Monads.hs:318) (src/Happstack/Server/Internal/Monads.hs:321) (src/Happstack/Server/Internal/Monads.hs:324) (src/Happstack/Server/Internal/Monads.hs:329) (src/Happstack/Server/Internal/Monads.hs:334) (src/Happstack/Server/Internal/Monads.hs:377) (src/Happstack/Server/Internal/Monads.hs:386) (src/Happstack/Server/Internal/Monads.hs:389) (src/Happstack/Server/Internal/Monads.hs:392) (src/Happstack/Server/Internal/Monads.hs:395) (src/Happstack/Server/Internal/Monads.hs:400) (src/Happstack/Server/Internal/Monads.hs:412) (src/Happstack/Server/Internal/Monads.hs:487) (src/Happstack/Server/Internal/Monads.hs:522) (src/Happstack/Server/Internal/Monads.hs:525) (src/Happstack/Server/Internal/Monads.hs:528) (src/Happstack/Server/Internal/Monads.hs:539) (src/Happstack/Server/Internal/Monads.hs:547) (src/Happstack/Server/Internal/Monads.hs:571) (src/Happstack/Server/Internal/Monads.hs:575) (src/Happstack/Server/Internal/Monads.hs:579) (src/Happstack/Server/Internal/Monads.hs:583) (src/Happstack/Server/Internal/Monads.hs:587) (src/Happstack/Server/Internal/Monads.hs:591) outputTraceMessage (src/Happstack/Server/Internal/Monads.hs:623) mkFailMessage (src/Happstack/Server/Internal/Monads.hs:631) failResponse (src/Happstack/Server/Internal/Monads.hs:636) failHtml (src/Happstack/Server/Internal/Monads.hs:641) escapeString (src/Happstack/Server/Internal/Monads.hs:653) (src/Happstack/Server/Internal/Monads.hs:672) (src/Happstack/Server/Internal/Monads.hs:676) (src/Happstack/Server/Internal/Monads.hs:681) (src/Happstack/Server/Internal/Monads.hs:686) (src/Happstack/Server/Internal/Monads.hs:690) (src/Happstack/Server/Internal/Monads.hs:694) (src/Happstack/Server/Internal/Monads.hs:701) (src/Happstack/Server/Internal/Monads.hs:708) (src/Happstack/Server/Internal/Monads.hs:711) (src/Happstack/Server/Internal/Monads.hs:716) (src/Happstack/Server/Internal/Monads.hs:720) (src/Happstack/Server/Internal/Monads.hs:724) (src/Happstack/Server/Internal/Monads.hs:731) (src/Happstack/Server/Internal/Monads.hs:738) (src/Happstack/Server/Internal/Monads.hs:741) (src/Happstack/Server/Internal/Monads.hs:746) (src/Happstack/Server/Internal/Monads.hs:750) (src/Happstack/Server/Internal/Monads.hs:754) (src/Happstack/Server/Internal/Monads.hs:761) (src/Happstack/Server/Internal/Monads.hs:768) (src/Happstack/Server/Internal/Monads.hs:771) (src/Happstack/Server/Internal/Monads.hs:776) (src/Happstack/Server/Internal/Monads.hs:780) (src/Happstack/Server/Internal/Monads.hs:790) (src/Happstack/Server/Internal/Monads.hs:795) (src/Happstack/Server/Internal/Monads.hs:799) (src/Happstack/Server/Internal/Monads.hs:809) 50% ( 2 / 4) in 'Happstack.Server.Internal.Handler' Missing documentation for: Module header request (src/Happstack/Server/Internal/Handler.hs:42) 100% ( 2 / 2) in 'Happstack.Server.Client' 40% ( 2 / 5) in 'Happstack.Server.Internal.Listen' Missing documentation for: Module header listenOn (src/Happstack/Server/Internal/Listen.hs:40) listenOnIPv4 (src/Happstack/Server/Internal/Listen.hs:53) 89% ( 8 / 9) in 'Happstack.Server.Internal.LowLevel' Missing documentation for: Module header 100% ( 7 / 7) in 'Happstack.Server.Cookie' 100% ( 24 / 24) in 'Happstack.Server.Response' 100% ( 50 / 50) in 'Happstack.Server.RqData' 100% ( 26 / 26) in 'Happstack.Server.Monads' 100% ( 2 / 2) in 'Happstack.Server.Auth' 100% ( 4 / 4) in 'Happstack.Server.Error' 67% ( 4 / 6) in 'Happstack.Server.Proxy' Missing documentation for: unproxify (src/Happstack/Server/Proxy.hs:69) unrproxify (src/Happstack/Server/Proxy.hs:85) 100% ( 8 / 8) in 'Happstack.Server.Validation' 86% ( 38 / 44) in 'Happstack.Server.FileServe.BuildingBlocks' Missing documentation for: EntryKind (src/Happstack/Server/FileServe/BuildingBlocks.hs:534) browseIndex (src/Happstack/Server/FileServe/BuildingBlocks.hs:522) isSafePath (src/Happstack/Server/FileServe/BuildingBlocks.hs:398) doIndex' (src/Happstack/Server/FileServe/BuildingBlocks.hs:494) doIndexLazy (src/Happstack/Server/FileServe/BuildingBlocks.hs:480) doIndexStrict (src/Happstack/Server/FileServe/BuildingBlocks.hs:487) 100% ( 15 / 15) in 'Happstack.Server.FileServe' 100% ( 24 / 24) in 'Happstack.Server.Routing' 100% ( 31 / 31) in 'Happstack.Server.SimpleHTTP' 100% ( 6 / 6) in 'Happstack.Server.Internal.Compression' 67% ( 2 / 3) in 'Happstack.Server.I18N' Missing documentation for: Module header 100% ( 2 / 2) in 'Happstack.Server.Compression' 100% ( 29 / 29) in 'Happstack.Server' Warning: Happstack.Server.Internal.Types: could not find link destinations for: HasHeaders showContentType Warning: Happstack.Server.Internal.Multipart: could not find link destinations for: Header Warning: Happstack.Server.Types: could not find link destinations for: HasHeaders showContentType Warning: Happstack.Server.FileServe.BuildingBlocks: could not find link destinations for: getMetaData Documentation created: dist/doc/html/happstack-server/index.html, dist/doc/html/happstack-server/happstack-server.txt Creating package registration file: /tmp/pkgConf-happstack-server-7.49834596721075563677.5 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/happstack-server-7.4.5-CJPw46vVqY7ASIOat8kXUV Registering happstack-server-7.4.5... Installed happstack-server-7.4.5 Downloading digestive-functors-happstack-0.6.1.1... Configuring digestive-functors-happstack-0.6.1.1... Building digestive-functors-happstack-0.6.1.1... Preprocessing library digestive-functors-happstack-0.6.1.1... [1 of 1] Compiling Text.Digestive.Happstack ( src/Text/Digestive/Happstack.hs, dist/build/Text/Digestive/Happstack.o ) In-place registering digestive-functors-happstack-0.6.1.1... Running Haddock for digestive-functors-happstack-0.6.1.1... Running hscolour for digestive-functors-happstack-0.6.1.1... Preprocessing library digestive-functors-happstack-0.6.1.1... Preprocessing library digestive-functors-happstack-0.6.1.1... Haddock coverage: 100% ( 2 / 2) in 'Text.Digestive.Happstack' Documentation created: dist/doc/html/digestive-functors-happstack/index.html, dist/doc/html/digestive-functors-happstack/digestive-functors-happstack.txt Creating package registration file: /tmp/pkgConf-digestive-functors-happstack-0.6.12132885249402263674.1 Installing library in /home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/digestive-functors-happstack-0.6.1.1-2CCf0fuAgj0BkVPcVrTicm Registering digestive-functors-happstack-0.6.1.1... Installed digestive-functors-happstack-0.6.1.1 Downloading car-pool-0.0.1... Configuring car-pool-0.0.1... Building car-pool-0.0.1... Preprocessing executable 'car-pool' for car-pool-0.0.1... [1 of 1] Compiling Main ( src/Main.hs, dist/build/car-pool/car-pool-tmp/Main.o ) src/Main.hs:16:1: Warning: The import of ‘MonadIO’ from module ‘Control.Monad.IO.Class’ is redundant src/Main.hs:30:1: Warning: The import of ‘<*>, pure, Applicative, <$>’ from module ‘Control.Applicative’ is redundant src/Main.hs:31:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() src/Main.hs:33:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Linking dist/build/car-pool/car-pool ... Warning: No documentation was generated as this package does not contain a library. Perhaps you want to use the --executables, --tests or --benchmarks flags. Installing executable(s) in /home/builder/rebuild/build-cache/tmp-install/bin Warning: The directory /home/builder/rebuild/build-cache/tmp-install/bin is not in the system search path. Installed car-pool-0.0.1