Resolving dependencies... Configuring cereal-0.4.1.1... Building cereal-0.4.1.1... Preprocessing library cereal-0.4.1.1... [1 of 5] Compiling Data.Serialize.Builder ( src/Data/Serialize/Builder.hs, dist/build/Data/Serialize/Builder.o ) src/Data/Serialize/Builder.hs:59: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/Serialize/Builder.hs:197:40: Warning: In the use of ‘S.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." [2 of 5] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.o ) src/Data/Serialize/Put.hs:70: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/Serialize/Put.hs:72: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/Serialize/Put.hs:73: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() [3 of 5] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.o ) src/Data/Serialize/Get.hs:89: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/Serialize/Get.hs:90:1: Warning: The import of ‘MonadPlus, when, liftM2, ap’ from module ‘Control.Monad’ is redundant src/Data/Serialize/Get.hs:456:13: Warning: In the use of ‘B.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." [4 of 5] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.o ) src/Data/Serialize/IEEE754.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() [5 of 5] Compiling Data.Serialize ( src/Data/Serialize.hs, dist/build/Data/Serialize.o ) src/Data/Serialize.hs:68: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 cereal-0.4.1.1... Running Haddock for cereal-0.4.1.1... Running hscolour for cereal-0.4.1.1... Preprocessing library cereal-0.4.1.1... Preprocessing library cereal-0.4.1.1... src/Data/Serialize/Builder.hs:59: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/Serialize/Builder.hs:197:40: Warning: In the use of ‘S.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." src/Data/Serialize/Put.hs:70: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/Serialize/Put.hs:72: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/Serialize/Put.hs:73: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/Serialize/Get.hs:89: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/Serialize/Get.hs:90:1: Warning: The import of ‘ap, liftM2, when, MonadPlus’ from module ‘Control.Monad’ is redundant src/Data/Serialize/Get.hs:456:13: Warning: In the use of ‘B.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." src/Data/Serialize/IEEE754.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() src/Data/Serialize.hs:68: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: 96% ( 26 / 27) in 'Data.Serialize.Builder' Missing documentation for: toByteString (src/Data/Serialize/Builder.hs:161) 69% ( 29 / 42) in 'Data.Serialize.Put' Missing documentation for: Putter (src/Data/Serialize/Put.hs:99) putBuilder (src/Data/Serialize/Put.hs:137) putTwoOf (src/Data/Serialize/Put.hs:261) putListOf (src/Data/Serialize/Put.hs:265) putIArrayOf (src/Data/Serialize/Put.hs:269) putSeqOf (src/Data/Serialize/Put.hs:275) putTreeOf (src/Data/Serialize/Put.hs:281) putMapOf (src/Data/Serialize/Put.hs:288) putIntMapOf (src/Data/Serialize/Put.hs:292) putSetOf (src/Data/Serialize/Put.hs:296) putIntSetOf (src/Data/Serialize/Put.hs:300) putMaybeOf (src/Data/Serialize/Put.hs:304) putEitherOf (src/Data/Serialize/Put.hs:309) 94% ( 50 / 53) in 'Data.Serialize.Get' Missing documentation for: label (src/Data/Serialize/Get.hs:215) getLazyByteString (src/Data/Serialize/Get.hs:424) getTwoOf (src/Data/Serialize/Get.hs:577) 100% ( 11 / 11) in 'Data.Serialize.IEEE754' Cannot find documentation for: $example 100% ( 12 / 12) in 'Data.Serialize' Warning: Data.Serialize.Put: could not find link destinations for: PairS Warning: Data.Serialize.Get: could not find link destinations for: get Documentation created: dist/doc/html/cereal/index.html, dist/doc/html/cereal/cereal.txt Creating package registration file: /tmp/pkgConf-cereal-0.4.1278722862233665123.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/cereal-0.4.1.1-LMaR4P6lFvNJtmY00msKYH Registering cereal-0.4.1.1... Installed cereal-0.4.1.1 Configuring cond-0.4.1.1... Building cond-0.4.1.1... Preprocessing library cond-0.4.1.1... [1 of 2] Compiling Data.Algebra.Boolean ( src/Data/Algebra/Boolean.hs, dist/build/Data/Algebra/Boolean.o ) src/Data/Algebra/Boolean.hs:14: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() [2 of 2] Compiling Control.Conditional ( src/Control/Conditional.hs, dist/build/Control/Conditional.o ) In-place registering cond-0.4.1.1... Running Haddock for cond-0.4.1.1... Running hscolour for cond-0.4.1.1... Preprocessing library cond-0.4.1.1... Preprocessing library cond-0.4.1.1... src/Data/Algebra/Boolean.hs:14: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() Haddock coverage: 75% ( 3 / 4) in 'Data.Algebra.Boolean' Missing documentation for: Module header 100% ( 47 / 47) in 'Control.Conditional' Documentation created: dist/doc/html/cond/index.html, dist/doc/html/cond/cond.txt Creating package registration file: /tmp/pkgConf-cond-0.4.1631704567498777856.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/cond-0.4.1.1-67JEv0IMnigE3zqOnQLPsP Registering cond-0.4.1.1... Installed cond-0.4.1.1 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.114321146131067854538.4 Installing library in /home/builder/hackage-server/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 gray-extended-1.5.1... Building gray-extended-1.5.1... Preprocessing library gray-extended-1.5.1... [1 of 1] Compiling Codec.Gray ( src/Codec/Gray.hs, dist/build/Codec/Gray.o ) In-place registering gray-extended-1.5.1... Running Haddock for gray-extended-1.5.1... Running hscolour for gray-extended-1.5.1... Preprocessing library gray-extended-1.5.1... Preprocessing library gray-extended-1.5.1... Haddock coverage: 100% ( 5 / 5) in 'Codec.Gray' Documentation created: dist/doc/html/gray-extended/index.html, dist/doc/html/gray-extended/gray-extended.txt Creating package registration file: /tmp/pkgConf-gray-extended-1.51473442062201305624.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/gray-extended-1.5.1-EBMB3tt11ZN5TomhuXmC3u Registering gray-extended-1.5.1... Installed gray-extended-1.5.1 Configuring hsyslog-2.0... Building hsyslog-2.0... Preprocessing library hsyslog-2.0... [1 of 1] Compiling System.Posix.Syslog ( dist/build/System/Posix/Syslog.hs, dist/build/System/Posix/Syslog.o ) In-place registering hsyslog-2.0... Running Haddock for hsyslog-2.0... Running hscolour for hsyslog-2.0... Preprocessing library hsyslog-2.0... Preprocessing library hsyslog-2.0... Haddock coverage: 84% ( 16 / 19) in 'System.Posix.Syslog' Missing documentation for: (System/Posix/Syslog.hsc:62) (System/Posix/Syslog.hsc:108) (System/Posix/Syslog.hsc:163) Documentation created: dist/doc/html/hsyslog/index.html, dist/doc/html/hsyslog/hsyslog.txt Creating package registration file: /tmp/pkgConf-hsyslog-217970739401756915667.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hsyslog-2.0-0Js7GHR8FH0Cvzaz5wSfbR Registering hsyslog-2.0... Installed hsyslog-2.0 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.29829367841676902021.1 Installing library in /home/builder/hackage-server/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 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.01203067101986894018.7 Installing library in /home/builder/hackage-server/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 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-14101340471038626924.1 Installing library in /home/builder/hackage-server/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 split-0.2.2... Building split-0.2.2... Preprocessing library split-0.2.2... [1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o ) [2 of 2] Compiling Data.List.Split ( src/Data/List/Split.hs, dist/build/Data/List/Split.o ) In-place registering split-0.2.2... Running Haddock for split-0.2.2... Running hscolour for split-0.2.2... Preprocessing library split-0.2.2... Preprocessing library split-0.2.2... Haddock coverage: 91% ( 61 / 67) in 'Data.List.Split.Internals' 90% ( 44 / 49) in 'Data.List.Split' Documentation created: dist/doc/html/split/index.html, dist/doc/html/split/split.txt Creating package registration file: /tmp/pkgConf-split-0.2661955081931489114.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/split-0.2.2-E4yadeCDng9EtdbI5MZoDg Registering split-0.2.2... Installed split-0.2.2 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.01875641892500037525.4 Installing library in /home/builder/hackage-server/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 zlib-0.5.4.2... Building zlib-0.5.4.2... Preprocessing library zlib-0.5.4.2... [1 of 5] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, dist/build/Codec/Compression/Zlib/Stream.o ) Codec/Compression/Zlib/Stream.hsc:111: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() Codec/Compression/Zlib/Stream.hsc:649:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:650:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:651:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:652:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:905:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:945:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:946:1: Warning: Tab character [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.5.4.2... Running Haddock for zlib-0.5.4.2... Running hscolour for zlib-0.5.4.2... Preprocessing library zlib-0.5.4.2... Preprocessing library zlib-0.5.4.2... Codec/Compression/Zlib/Stream.hsc:649:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:650:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:651:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:652:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:905:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:945:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:946:1: Warning: Tab character Codec/Compression/Zlib/Stream.hsc:111: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: 65% ( 39 / 60) in 'Codec.Compression.Zlib.Stream' Missing documentation for: Stream (Codec/Compression/Zlib/Stream.hsc:296) run (Codec/Compression/Zlib/Stream.hsc:345) unsafeInterleave (Codec/Compression/Zlib/Stream.hsc:370) unsafeLiftIO (Codec/Compression/Zlib/Stream.hsc:362) deflateInit (Codec/Compression/Zlib/Stream.hsc:852) inflateInit (Codec/Compression/Zlib/Stream.hsc:844) formatSupportsDictionary (Codec/Compression/Zlib/Stream.hsc:563) deflate (Codec/Compression/Zlib/Stream.hsc:212) inflate (Codec/Compression/Zlib/Stream.hsc:232) Status (Codec/Compression/Zlib/Stream.hsc:461) Flush (Codec/Compression/Zlib/Stream.hsc:507) ErrorCode (Codec/Compression/Zlib/Stream.hsc:466) pushInputBuffer (Codec/Compression/Zlib/Stream.hsc:123) inputBufferEmpty (Codec/Compression/Zlib/Stream.hsc:145) pushOutputBuffer (Codec/Compression/Zlib/Stream.hsc:149) popOutputBuffer (Codec/Compression/Zlib/Stream.hsc:175) outputBufferBytesAvailable (Codec/Compression/Zlib/Stream.hsc:192) outputBufferSpaceRemaining (Codec/Compression/Zlib/Stream.hsc:198) outputBufferFull (Codec/Compression/Zlib/Stream.hsc:204) deflateSetDictionary (Codec/Compression/Zlib/Stream.hsc:251) inflateSetDictionary (Codec/Compression/Zlib/Stream.hsc:258) 100% ( 41 / 41) in 'Codec.Compression.Zlib.Internal' 88% ( 28 / 32) in 'Codec.Compression.Zlib.Raw' Missing documentation for: compress (Codec/Compression/Zlib/Raw.hs:66) decompress (Codec/Compression/Zlib/Raw.hs:60) compressWith (Codec/Compression/Zlib/Raw.hs:69) decompressWith (Codec/Compression/Zlib/Raw.hs:63) 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.5.437669677696055805.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/zlib-0.5.4.2-7EfFFsXSCF6JCVS3xlYBS8 Registering zlib-0.5.4.2... Installed zlib-0.5.4.2 Configuring hdaemonize-0.5.0.1... Building hdaemonize-0.5.0.1... Preprocessing library hdaemonize-0.5.0.1... [1 of 1] Compiling System.Posix.Daemonize ( System/Posix/Daemonize.hs, dist/build/System/Posix/Daemonize.o ) In-place registering hdaemonize-0.5.0.1... Running Haddock for hdaemonize-0.5.0.1... Running hscolour for hdaemonize-0.5.0.1... Preprocessing library hdaemonize-0.5.0.1... Preprocessing library hdaemonize-0.5.0.1... Haddock coverage: 92% ( 11 / 12) in 'System.Posix.Daemonize' Missing documentation for: Module header Documentation created: dist/doc/html/hdaemonize/index.html, dist/doc/html/hdaemonize/hdaemonize.txt Creating package registration file: /tmp/pkgConf-hdaemonize-0.5.04118269691978701535.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hdaemonize-0.5.0.1-I7bd9bvxgLsLm2FETJctAe Registering hdaemonize-0.5.0.1... Installed hdaemonize-0.5.0.1 Configuring MonadRandom-0.3.0.2... Building MonadRandom-0.3.0.2... Preprocessing library MonadRandom-0.3.0.2... [1 of 2] Compiling Control.Monad.Random.Class ( Control/Monad/Random/Class.hs, dist/build/Control/Monad/Random/Class.o ) [2 of 2] Compiling Control.Monad.Random ( Control/Monad/Random.hs, dist/build/Control/Monad/Random.o ) Control/Monad/Random.hs:49: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() Control/Monad/Random.hs:53:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead Control/Monad/Random.hs:69: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() Control/Monad/Random.hs:203: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" Control/Monad/Random.hs:203: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" Control/Monad/Random.hs:248: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" Control/Monad/Random.hs:248:53: 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" In-place registering MonadRandom-0.3.0.2... Running Haddock for MonadRandom-0.3.0.2... Running hscolour for MonadRandom-0.3.0.2... Preprocessing library MonadRandom-0.3.0.2... Preprocessing library MonadRandom-0.3.0.2... Control/Monad/Random.hs:49: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() Control/Monad/Random.hs:53:1: Warning: Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead Control/Monad/Random.hs:69: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() Control/Monad/Random.hs:203: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" Control/Monad/Random.hs:203: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" Control/Monad/Random.hs:248: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" Control/Monad/Random.hs:248:53: 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: Warning: Control.Monad.Random.Class: getRandom is exported separately but will be documented under MonadRandom. Consider exporting it together with its parent(s) for code clarity. Warning: Control.Monad.Random.Class: getRandomR is exported separately but will be documented under MonadRandom. Consider exporting it together with its parent(s) for code clarity. Warning: Control.Monad.Random.Class: getRandoms is exported separately but will be documented under MonadRandom. Consider exporting it together with its parent(s) for code clarity. Warning: Control.Monad.Random.Class: getRandomRs is exported separately but will be documented under MonadRandom. Consider exporting it together with its parent(s) for code clarity. Warning: Control.Monad.Random.Class: getSplit is exported separately but will be documented under MonadSplit. Consider exporting it together with its parent(s) for code clarity. 100% ( 3 / 3) in 'Control.Monad.Random.Class' 100% ( 17 / 17) in 'Control.Monad.Random' Documentation created: dist/doc/html/MonadRandom/index.html, dist/doc/html/MonadRandom/MonadRandom.txt Creating package registration file: /tmp/pkgConf-MonadRandom-0.3.019700901921348361729.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/MonadRandom-0.3.0.2-FTHpMYgh3cI3sjjjqPhlX1 Registering MonadRandom-0.3.0.2... Installed MonadRandom-0.3.0.2 Configuring creatur-5.9.3... Building creatur-5.9.3... Preprocessing library creatur-5.9.3... [ 1 of 26] Compiling ALife.Creatur.Logger ( src/ALife/Creatur/Logger.hs, dist/build/ALife/Creatur/Logger.o ) [ 2 of 26] Compiling ALife.Creatur.Genetics.Diploid ( src/ALife/Creatur/Genetics/Diploid.hs, dist/build/ALife/Creatur/Genetics/Diploid.o ) [ 3 of 26] Compiling ALife.Creatur.Genetics.Analysis ( src/ALife/Creatur/Genetics/Analysis.hs, dist/build/ALife/Creatur/Genetics/Analysis.o ) [ 4 of 26] Compiling ALife.Creatur.Util ( src/ALife/Creatur/Util.hs, dist/build/ALife/Creatur/Util.o ) [ 5 of 26] Compiling ALife.Creatur.Genetics.BRGCBool ( src/ALife/Creatur/Genetics/BRGCBool.hs, dist/build/ALife/Creatur/Genetics/BRGCBool.o ) [ 6 of 26] Compiling ALife.Creatur.Genetics.BRGCWord8 ( src/ALife/Creatur/Genetics/BRGCWord8.hs, dist/build/ALife/Creatur/Genetics/BRGCWord8.o ) [ 7 of 26] Compiling ALife.Creatur.Genetics.BRGCWord16 ( src/ALife/Creatur/Genetics/BRGCWord16.hs, dist/build/ALife/Creatur/Genetics/BRGCWord16.o ) [ 8 of 26] Compiling ALife.Creatur.Genetics.Recombination ( src/ALife/Creatur/Genetics/Recombination.hs, dist/build/ALife/Creatur/Genetics/Recombination.o ) [ 9 of 26] Compiling ALife.Creatur.Logger.SimpleLogger ( src/ALife/Creatur/Logger/SimpleLogger.hs, dist/build/ALife/Creatur/Logger/SimpleLogger.o ) [10 of 26] Compiling ALife.Creatur.Logger.SimpleRotatingLogger ( src/ALife/Creatur/Logger/SimpleRotatingLogger.hs, dist/build/ALife/Creatur/Logger/SimpleRotatingLogger.o ) [11 of 26] Compiling ALife.Creatur.Daemon ( src/ALife/Creatur/Daemon.hs, dist/build/ALife/Creatur/Daemon.o ) [12 of 26] Compiling ALife.Creatur.Persistent ( src/ALife/Creatur/Persistent.hs, dist/build/ALife/Creatur/Persistent.o ) [13 of 26] Compiling ALife.Creatur.Checklist ( src/ALife/Creatur/Checklist.hs, dist/build/ALife/Creatur/Checklist.o ) [14 of 26] Compiling Paths_creatur ( dist/build/autogen/Paths_creatur.hs, dist/build/Paths_creatur.o ) [15 of 26] Compiling ALife.Creatur.Database ( src/ALife/Creatur/Database.hs, dist/build/ALife/Creatur/Database.o ) [16 of 26] Compiling ALife.Creatur.Database.FileSystem ( src/ALife/Creatur/Database/FileSystem.hs, dist/build/ALife/Creatur/Database/FileSystem.o ) [17 of 26] Compiling ALife.Creatur.Database.CachedFileSystemInternal ( src/ALife/Creatur/Database/CachedFileSystemInternal.hs, dist/build/ALife/Creatur/Database/CachedFileSystemInternal.o ) [18 of 26] Compiling ALife.Creatur.Database.CachedFileSystem ( src/ALife/Creatur/Database/CachedFileSystem.hs, dist/build/ALife/Creatur/Database/CachedFileSystem.o ) [19 of 26] Compiling ALife.Creatur ( src/ALife/Creatur.hs, dist/build/ALife/Creatur.o ) [20 of 26] Compiling ALife.Creatur.Clock ( src/ALife/Creatur/Clock.hs, dist/build/ALife/Creatur/Clock.o ) [21 of 26] Compiling ALife.Creatur.Counter ( src/ALife/Creatur/Counter.hs, dist/build/ALife/Creatur/Counter.o ) [22 of 26] Compiling ALife.Creatur.Namer ( src/ALife/Creatur/Namer.hs, dist/build/ALife/Creatur/Namer.o ) [23 of 26] Compiling ALife.Creatur.Genetics.Reproduction.Sexual ( src/ALife/Creatur/Genetics/Reproduction/Sexual.hs, dist/build/ALife/Creatur/Genetics/Reproduction/Sexual.o ) [24 of 26] Compiling ALife.Creatur.Genetics.Reproduction.SimplifiedSexual ( src/ALife/Creatur/Genetics/Reproduction/SimplifiedSexual.hs, dist/build/ALife/Creatur/Genetics/Reproduction/SimplifiedSexual.o ) [25 of 26] Compiling ALife.Creatur.Universe ( src/ALife/Creatur/Universe.hs, dist/build/ALife/Creatur/Universe.o ) [26 of 26] Compiling ALife.Creatur.Task ( src/ALife/Creatur/Task.hs, dist/build/ALife/Creatur/Task.o ) In-place registering creatur-5.9.3... Running Haddock for creatur-5.9.3... Running hscolour for creatur-5.9.3... Preprocessing library creatur-5.9.3... Preprocessing library creatur-5.9.3... Haddock coverage: 33% ( 1 / 3) in 'ALife.Creatur.Logger' Missing documentation for: Logger (src/ALife/Creatur/Logger.hs:25) timestamp (src/ALife/Creatur/Logger.hs:29) 80% ( 4 / 5) in 'ALife.Creatur.Genetics.Diploid' Missing documentation for: expressMaybe (src/ALife/Creatur/Genetics/Diploid.hs:296) 50% ( 1 / 2) in 'ALife.Creatur.Genetics.Analysis' Missing documentation for: Analysable (src/ALife/Creatur/Genetics/Analysis.hs:23) 88% ( 21 / 24) in 'ALife.Creatur.Util' Missing documentation for: reverseLookup (src/ALife/Creatur/Util.hs:167) rotate (src/ALife/Creatur/Util.hs:216) stateMap (src/ALife/Creatur/Util.hs:173) 37% ( 7 / 19) in 'ALife.Creatur.Genetics.BRGCBool' Missing documentation for: Sequence (src/ALife/Creatur/Genetics/BRGCBool.hs:59) Writer (src/ALife/Creatur/Genetics/BRGCBool.hs:61) write (src/ALife/Creatur/Genetics/BRGCBool.hs:63) runWriter (src/ALife/Creatur/Genetics/BRGCBool.hs:66) Reader (src/ALife/Creatur/Genetics/BRGCBool.hs:69) read (src/ALife/Creatur/Genetics/BRGCBool.hs:71) runReader (src/ALife/Creatur/Genetics/BRGCBool.hs:74) DiploidSequence (src/ALife/Creatur/Genetics/BRGCBool.hs:220) DiploidReader (src/ALife/Creatur/Genetics/BRGCBool.hs:222) readAndExpress (src/ALife/Creatur/Genetics/BRGCBool.hs:224) runDiploidReader (src/ALife/Creatur/Genetics/BRGCBool.hs:227) getAndExpressWithDefault (src/ALife/Creatur/Genetics/BRGCBool.hs:258) 48% ( 11 / 23) in 'ALife.Creatur.Genetics.BRGCWord8' Missing documentation for: Sequence (src/ALife/Creatur/Genetics/BRGCWord8.hs:62) Writer (src/ALife/Creatur/Genetics/BRGCWord8.hs:64) write (src/ALife/Creatur/Genetics/BRGCWord8.hs:66) runWriter (src/ALife/Creatur/Genetics/BRGCWord8.hs:69) Reader (src/ALife/Creatur/Genetics/BRGCWord8.hs:72) read (src/ALife/Creatur/Genetics/BRGCWord8.hs:74) runReader (src/ALife/Creatur/Genetics/BRGCWord8.hs:77) DiploidSequence (src/ALife/Creatur/Genetics/BRGCWord8.hs:267) DiploidReader (src/ALife/Creatur/Genetics/BRGCWord8.hs:269) readAndExpress (src/ALife/Creatur/Genetics/BRGCWord8.hs:271) runDiploidReader (src/ALife/Creatur/Genetics/BRGCWord8.hs:274) getAndExpressWithDefault (src/ALife/Creatur/Genetics/BRGCWord8.hs:305) 48% ( 11 / 23) in 'ALife.Creatur.Genetics.BRGCWord16' Missing documentation for: Sequence (src/ALife/Creatur/Genetics/BRGCWord16.hs:61) Writer (src/ALife/Creatur/Genetics/BRGCWord16.hs:63) write (src/ALife/Creatur/Genetics/BRGCWord16.hs:65) runWriter (src/ALife/Creatur/Genetics/BRGCWord16.hs:68) Reader (src/ALife/Creatur/Genetics/BRGCWord16.hs:71) read (src/ALife/Creatur/Genetics/BRGCWord16.hs:73) runReader (src/ALife/Creatur/Genetics/BRGCWord16.hs:76) DiploidSequence (src/ALife/Creatur/Genetics/BRGCWord16.hs:237) DiploidReader (src/ALife/Creatur/Genetics/BRGCWord16.hs:239) readAndExpress (src/ALife/Creatur/Genetics/BRGCWord16.hs:241) runDiploidReader (src/ALife/Creatur/Genetics/BRGCWord16.hs:244) getAndExpressWithDefault (src/ALife/Creatur/Genetics/BRGCWord16.hs:275) 82% ( 9 / 11) in 'ALife.Creatur.Genetics.Recombination' Missing documentation for: randomOneOfList (src/ALife/Creatur/Genetics/Recombination.hs:149) randomOneOfPair (src/ALife/Creatur/Genetics/Recombination.hs:142) 100% ( 3 / 3) in 'ALife.Creatur.Logger.SimpleLogger' 75% ( 3 / 4) in 'ALife.Creatur.Logger.SimpleRotatingLogger' Missing documentation for: Logger (src/ALife/Creatur/Logger.hs:25) 67% ( 4 / 6) in 'ALife.Creatur.Daemon' Missing documentation for: CreaturDaemon (src/ALife/Creatur/Daemon.hs:55) requestShutdown (src/ALife/Creatur/Daemon.hs:109) 29% ( 2 / 7) in 'ALife.Creatur.Persistent' Missing documentation for: Persistent (src/ALife/Creatur/Persistent.hs:32) getPS (src/ALife/Creatur/Persistent.hs:43) putPS (src/ALife/Creatur/Persistent.hs:46) modifyPS (src/ALife/Creatur/Persistent.hs:53) runPS (src/ALife/Creatur/Persistent.hs:58) 50% ( 2 / 4) in 'ALife.Creatur.Checklist' Missing documentation for: Checklist (src/ALife/Creatur/Checklist.hs:28) PersistentChecklist (src/ALife/Creatur/Checklist.hs:36) 0% ( 0 / 8) in 'Paths_creatur' Missing documentation for: Module header version (dist/build/autogen/Paths_creatur.hs:15) getBinDir (dist/build/autogen/Paths_creatur.hs:25) getLibDir (dist/build/autogen/Paths_creatur.hs:25) getDataDir (dist/build/autogen/Paths_creatur.hs:25) getLibexecDir (dist/build/autogen/Paths_creatur.hs:25) getDataFileName (dist/build/autogen/Paths_creatur.hs:32) getSysconfDir (dist/build/autogen/Paths_creatur.hs:25) 50% ( 2 / 4) in 'ALife.Creatur.Database' Missing documentation for: Record (src/ALife/Creatur/Database.hs:25) SizedRecord (src/ALife/Creatur/Database.hs:28) 100% ( 3 / 3) in 'ALife.Creatur.Database.FileSystem' 25% ( 3 / 12) in 'ALife.Creatur.Database.CachedFileSystemInternal' Missing documentation for: (src/ALife/Creatur/Database/CachedFileSystemInternal.hs:36) withFSDB (src/ALife/Creatur/Database/CachedFileSystemInternal.hs:68) fromCache (src/ALife/Creatur/Database/CachedFileSystemInternal.hs:75) addToCache (src/ALife/Creatur/Database/CachedFileSystemInternal.hs:83) deleteByKeyFromCache (src/ALife/Creatur/Database/CachedFileSystemInternal.hs:89) deleteFromCache (src/ALife/Creatur/Database/CachedFileSystemInternal.hs:95) trimCache (src/ALife/Creatur/Database/CachedFileSystemInternal.hs:101) trim (src/ALife/Creatur/Database/CachedFileSystemInternal.hs:108) listSize (src/ALife/Creatur/Database/CachedFileSystemInternal.hs:113) 100% ( 3 / 3) in 'ALife.Creatur.Database.CachedFileSystem' 80% ( 4 / 5) in 'ALife.Creatur' Missing documentation for: programVersion (src/ALife/Creatur.hs:42) 100% ( 2 / 2) in 'ALife.Creatur.Clock' 50% ( 2 / 4) in 'ALife.Creatur.Counter' Missing documentation for: Counter (src/ALife/Creatur/Counter.hs:25) PersistentCounter (src/ALife/Creatur/Counter.hs:29) 25% ( 1 / 4) in 'ALife.Creatur.Namer' Missing documentation for: Namer (src/ALife/Creatur/Namer.hs:27) SimpleNamer (src/ALife/Creatur/Namer.hs:31) mkSimpleNamer (src/ALife/Creatur/Namer.hs:37) 100% ( 2 / 2) in 'ALife.Creatur.Genetics.Reproduction.Sexual' 100% ( 2 / 2) in 'ALife.Creatur.Genetics.Reproduction.SimplifiedSexual' 82% ( 28 / 34) in 'ALife.Creatur.Universe' Missing documentation for: SimpleUniverse (src/ALife/Creatur/Universe.hs:284) CachedUniverse (src/ALife/Creatur/Universe.hs:320) mkSimpleUniverse (src/ALife/Creatur/Universe.hs:311) mkCachedUniverse (src/ALife/Creatur/Universe.hs:347) withAgents (src/ALife/Creatur/Universe.hs:245) isNew (src/ALife/Creatur/Universe.hs:212) 36% ( 5 / 14) in 'ALife.Creatur.Task' Missing documentation for: withAgents (src/ALife/Creatur/Universe.hs:245) runNoninteractingAgents (src/ALife/Creatur/Task.hs:72) runInteractingAgents (src/ALife/Creatur/Task.hs:96) simpleJob (src/ALife/Creatur/Task.hs:48) startupHandler (src/ALife/Creatur/Task.hs:58) shutdownHandler (src/ALife/Creatur/Task.hs:61) exceptionHandler (src/ALife/Creatur/Task.hs:64) checkPopSize (src/ALife/Creatur/Task.hs:109) requestShutdown (src/ALife/Creatur/Task.hs:116) Warning: ALife.Creatur.Checklist: could not find link destinations for: Status Documentation created: dist/doc/html/creatur/index.html, dist/doc/html/creatur/creatur.txt Creating package registration file: /tmp/pkgConf-creatur-5.92042010569695258232.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/creatur-5.9.3-HxTRzguRfgDIF0iObxZcDF Registering creatur-5.9.3... Installed creatur-5.9.3