Resolving dependencies... cabal: Entering directory '/tmp/cabal-tmp-23208/binary-0.8.4.0' Configuring binary-0.8.4.0... Building binary-0.8.4.0... Preprocessing library binary-0.8.4.0... [1 of 9] Compiling Data.Binary.FloatCast ( src/Data/Binary/FloatCast.hs, dist/build/Data/Binary/FloatCast.o ) [2 of 9] Compiling Data.Binary.Internal ( src/Data/Binary/Internal.hs, dist/build/Data/Binary/Internal.o ) [3 of 9] Compiling Data.Binary.Builder ( src/Data/Binary/Builder.hs, dist/build/Data/Binary/Builder.o ) [4 of 9] Compiling Data.Binary.Get.Internal ( src/Data/Binary/Get/Internal.hs, dist/build/Data/Binary/Get/Internal.o ) [5 of 9] Compiling Data.Binary.Get ( src/Data/Binary/Get.hs, dist/build/Data/Binary/Get.o ) [6 of 9] Compiling Data.Binary.Put ( src/Data/Binary/Put.hs, dist/build/Data/Binary/Put.o ) [7 of 9] Compiling Data.Binary.Class ( src/Data/Binary/Class.hs, dist/build/Data/Binary/Class.o ) [8 of 9] Compiling Data.Binary.Generic ( src/Data/Binary/Generic.hs, dist/build/Data/Binary/Generic.o ) [9 of 9] Compiling Data.Binary ( src/Data/Binary.hs, dist/build/Data/Binary.o ) Running Haddock for binary-0.8.4.0... Running hscolour for binary-0.8.4.0... Preprocessing library binary-0.8.4.0... Preprocessing library binary-0.8.4.0... Haddock coverage: 100% ( 5 / 5) in 'Data.Binary.FloatCast' 50% ( 1 / 2) in 'Data.Binary.Internal' Missing documentation for: Module header 100% ( 40 / 40) in 'Data.Binary.Builder' 79% ( 22 / 28) in 'Data.Binary.Get.Internal' Missing documentation for: Module header Get (src/Data/Binary/Get/Internal.hs:84) runCont (src/Data/Binary/Get/Internal.hs:84) withInputChunks (src/Data/Binary/Get/Internal.hs:229) Consume (src/Data/Binary/Get/Internal.hs:227) failOnEOF (src/Data/Binary/Get/Internal.hs:242) 99% ( 70 / 71) in 'Data.Binary.Get' Missing documentation for: Get (src/Data/Binary/Get/Internal.hs:84) 98% ( 47 / 48) in 'Data.Binary.Put' Missing documentation for: putBuilder (src/Data/Binary/Put.hs:180) 67% ( 4 / 6) in 'Data.Binary.Class' Missing documentation for: GBinaryGet (src/Data/Binary/Class.hs:118) GBinaryPut (src/Data/Binary/Class.hs:115) 100% ( 1 / 1) in 'Data.Binary.Generic' 88% ( 21 / 24) in 'Data.Binary' Missing documentation for: GBinaryGet (src/Data/Binary/Class.hs:118) GBinaryPut (src/Data/Binary/Class.hs:115) Get (src/Data/Binary/Get/Internal.hs:84) Warning: Data.Binary.Get.Internal: could not find link destinations for: Success Warning: Data.Binary.Put: could not find link destinations for: PairS Documentation created: dist/doc/html/binary/index.html, dist/doc/html/binary/binary.txt Creating package registration file: /tmp/pkgConf-binary-0.8.42145174067468703135.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/binary-0.8.4.0-CRawXOQdAPU11UO1cxGnDc Registering binary-0.8.4.0... cabal: Leaving directory '/tmp/cabal-tmp-23208/binary-0.8.4.0' Installed binary-0.8.4.0 cabal: Entering directory '/tmp/cabal-tmp-23208/old-locale-1.0.0.7' Configuring old-locale-1.0.0.7... Building old-locale-1.0.0.7... Preprocessing library old-locale-1.0.0.7... [1 of 1] Compiling System.Locale ( System/Locale.hs, dist/build/System/Locale.o ) Running Haddock for old-locale-1.0.0.7... Running hscolour for old-locale-1.0.0.7... Preprocessing library old-locale-1.0.0.7... Preprocessing library old-locale-1.0.0.7... Haddock coverage: 60% ( 3 / 5) in 'System.Locale' Missing documentation for: TimeLocale (System/Locale.hs:36) defaultTimeLocale (System/Locale.hs:49) Documentation created: dist/doc/html/old-locale/index.html, dist/doc/html/old-locale/old-locale.txt Creating package registration file: /tmp/pkgConf-old-locale-1.0.09908929211760243555.7 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/old-locale-1.0.0.7-6glXNhHF891B41ZfuI8hU8 Registering old-locale-1.0.0.7... cabal: Leaving directory '/tmp/cabal-tmp-23208/old-locale-1.0.0.7' Installed old-locale-1.0.0.7 cabal: Entering directory '/tmp/cabal-tmp-23208/primitive-0.6.1.0' Configuring primitive-0.6.1.0... Building primitive-0.6.1.0... Preprocessing library primitive-0.6.1.0... [ 1 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o ) [ 2 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o ) [ 3 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o ) [ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o ) Control/Monad/Primitive.hs:41:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Primitive.hs:100:11: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:100:47: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:101:19: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o ) [ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o ) [ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o ) [ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o ) [ 9 of 10] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o ) [10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o ) Running Haddock for primitive-0.6.1.0... Running hscolour for primitive-0.6.1.0... Preprocessing library primitive-0.6.1.0... Preprocessing library primitive-0.6.1.0... Control/Monad/Primitive.hs:41:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Primitive.hs:100:11: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:100:47: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:101:19: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Haddock coverage: 100% ( 3 / 3) in 'Data.Primitive.Internal.Compat' 3% ( 1 / 35) in 'Data.Primitive.MachDeps' Missing documentation for: sIZEOF_CHAR (Data/Primitive/MachDeps.hs:19) aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:19) sIZEOF_INT (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:19) sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:19) aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:19) sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:19) aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:19) sIZEOF_PTR (Data/Primitive/MachDeps.hs:19) aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:19) sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:19) aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:19) sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:19) aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:19) sIZEOF_INT8 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:19) sIZEOF_INT16 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:19) sIZEOF_INT32 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:19) sIZEOF_INT64 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:19) Word64_# (Data/Primitive/MachDeps.hs:120) Int64_# (Data/Primitive/MachDeps.hs:121) 3% ( 1 / 29) in 'Data.Primitive.Internal.Operations' Missing documentation for: setWord8Array# (Data/Primitive/Internal/Operations.hs:33) setWord16Array# (Data/Primitive/Internal/Operations.hs:35) setWord32Array# (Data/Primitive/Internal/Operations.hs:37) setWord64Array# (Data/Primitive/Internal/Operations.hs:39) setWordArray# (Data/Primitive/Internal/Operations.hs:41) setInt8Array# (Data/Primitive/Internal/Operations.hs:43) setInt16Array# (Data/Primitive/Internal/Operations.hs:45) setInt32Array# (Data/Primitive/Internal/Operations.hs:47) setInt64Array# (Data/Primitive/Internal/Operations.hs:49) setIntArray# (Data/Primitive/Internal/Operations.hs:51) setAddrArray# (Data/Primitive/Internal/Operations.hs:53) setFloatArray# (Data/Primitive/Internal/Operations.hs:55) setDoubleArray# (Data/Primitive/Internal/Operations.hs:57) setWideCharArray# (Data/Primitive/Internal/Operations.hs:59) setWord8OffAddr# (Data/Primitive/Internal/Operations.hs:62) setWord16OffAddr# (Data/Primitive/Internal/Operations.hs:64) setWord32OffAddr# (Data/Primitive/Internal/Operations.hs:66) setWord64OffAddr# (Data/Primitive/Internal/Operations.hs:68) setWordOffAddr# (Data/Primitive/Internal/Operations.hs:70) setInt8OffAddr# (Data/Primitive/Internal/Operations.hs:72) setInt16OffAddr# (Data/Primitive/Internal/Operations.hs:74) setInt32OffAddr# (Data/Primitive/Internal/Operations.hs:76) setInt64OffAddr# (Data/Primitive/Internal/Operations.hs:78) setIntOffAddr# (Data/Primitive/Internal/Operations.hs:80) setAddrOffAddr# (Data/Primitive/Internal/Operations.hs:82) setFloatOffAddr# (Data/Primitive/Internal/Operations.hs:84) setDoubleOffAddr# (Data/Primitive/Internal/Operations.hs:86) setWideCharOffAddr# (Data/Primitive/Internal/Operations.hs:88) 75% ( 12 / 16) in 'Control.Monad.Primitive' Missing documentation for: unsafeInlinePrim (Control/Monad/Primitive.hs:189) unsafeInlineIO (Control/Monad/Primitive.hs:193) unsafeInlineST (Control/Monad/Primitive.hs:197) touch (Control/Monad/Primitive.hs:201) 100% ( 3 / 3) in 'Data.Primitive.Types' 100% ( 15 / 15) in 'Data.Primitive.Array' 93% ( 27 / 29) in 'Data.Primitive.ByteArray' Missing documentation for: ByteArray# MutableByteArray# 100% ( 16 / 16) in 'Data.Primitive.Addr' 100% ( 7 / 7) in 'Data.Primitive' 100% ( 9 / 9) in 'Data.Primitive.MutVar' Warning: Control.Monad.Primitive: could not find link destinations for: ~ Documentation created: dist/doc/html/primitive/index.html, dist/doc/html/primitive/primitive.txt Creating package registration file: /tmp/pkgConf-primitive-0.6.16013856441172755590.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/primitive-0.6.1.0-Ip44DqhfCp21tTUYbecwa Registering primitive-0.6.1.0... cabal: Leaving directory '/tmp/cabal-tmp-23208/primitive-0.6.1.0' Installed primitive-0.6.1.0 cabal: Entering directory '/tmp/cabal-tmp-23208/random-1.1' Configuring random-1.1... Building random-1.1... Preprocessing library random-1.1... [1 of 1] Compiling System.Random ( System/Random.hs, dist/build/System/Random.o ) System/Random.hs:43:1: warning: [-Wtabs] Tab character found here, and in 74 further locations. Please use spaces instead. Running Haddock for random-1.1... Running hscolour for random-1.1... Preprocessing library random-1.1... Preprocessing library random-1.1... System/Random.hs:43:1: warning: [-Wtabs] Tab character found here, and in 74 further locations. Please use spaces instead. Haddock coverage: Cannot find documentation for: $intro 100% ( 16 / 16) in 'System.Random' Documentation created: dist/doc/html/random/index.html, dist/doc/html/random/random.txt Creating package registration file: /tmp/pkgConf-random-116820852731662981776.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/random-1.1-54KmMHXjttlERYcr1mvsAe Registering random-1.1... cabal: Leaving directory '/tmp/cabal-tmp-23208/random-1.1' Installed random-1.1 Downloading bmp-1.2.6.1... cabal: Entering directory '/tmp/cabal-tmp-23208/bmp-1.2.6.1' Configuring bmp-1.2.6.1... Building bmp-1.2.6.1... Preprocessing library bmp-1.2.6.1... [ 1 of 12] Compiling Codec.BMP.CIEXYZ ( Codec/BMP/CIEXYZ.hs, dist/build/Codec/BMP/CIEXYZ.o ) Codec/BMP/CIEXYZ.hs:3:1: warning: [-Wtabs] Tab character found here, and in 14 further locations. Please use spaces instead. [ 2 of 12] Compiling Codec.BMP.Compression ( Codec/BMP/Compression.hs, dist/build/Codec/BMP/Compression.o ) [ 3 of 12] Compiling Codec.BMP.Error ( Codec/BMP/Error.hs, dist/build/Codec/BMP/Error.o ) Codec/BMP/Error.hs:3:1: warning: [-Wtabs] Tab character found here, and in 10 further locations. Please use spaces instead. [ 4 of 12] Compiling Codec.BMP.BitmapInfoV3 ( Codec/BMP/BitmapInfoV3.hs, dist/build/Codec/BMP/BitmapInfoV3.o ) Codec/BMP/BitmapInfoV3.hs:3:1: warning: [-Wtabs] Tab character found here, and in 154 further locations. Please use spaces instead. [ 5 of 12] Compiling Codec.BMP.FileHeader ( Codec/BMP/FileHeader.hs, dist/build/Codec/BMP/FileHeader.o ) Codec/BMP/FileHeader.hs:3:1: warning: [-Wtabs] Tab character found here, and in 82 further locations. Please use spaces instead. [ 6 of 12] Compiling Codec.BMP.BitmapInfoV4 ( Codec/BMP/BitmapInfoV4.hs, dist/build/Codec/BMP/BitmapInfoV4.o ) Codec/BMP/BitmapInfoV4.hs:3:1: warning: [-Wtabs] Tab character found here, and in 168 further locations. Please use spaces instead. [ 7 of 12] Compiling Codec.BMP.BitmapInfoV5 ( Codec/BMP/BitmapInfoV5.hs, dist/build/Codec/BMP/BitmapInfoV5.o ) Codec/BMP/BitmapInfoV5.hs:3:1: warning: [-Wtabs] Tab character found here, and in 80 further locations. Please use spaces instead. [ 8 of 12] Compiling Codec.BMP.BitmapInfo ( Codec/BMP/BitmapInfo.hs, dist/build/Codec/BMP/BitmapInfo.o ) Codec/BMP/BitmapInfo.hs:3:1: warning: [-Wtabs] Tab character found here, and in 26 further locations. Please use spaces instead. [ 9 of 12] Compiling Codec.BMP.Base ( Codec/BMP/Base.hs, dist/build/Codec/BMP/Base.o ) Codec/BMP/Base.hs:3:1: warning: [-Wtabs] Tab character found here, and in 11 further locations. Please use spaces instead. [10 of 12] Compiling Codec.BMP.Unpack ( Codec/BMP/Unpack.hs, dist/build/Codec/BMP/Unpack.o ) Codec/BMP/Unpack.hs:3:1: warning: [-Wtabs] Tab character found here, and in 143 further locations. Please use spaces instead. [11 of 12] Compiling Codec.BMP.Pack ( Codec/BMP/Pack.hs, dist/build/Codec/BMP/Pack.o ) Codec/BMP/Pack.hs:17:23: warning: [-Wtabs] Tab character found here, and in 245 further locations. Please use spaces instead. [12 of 12] Compiling Codec.BMP ( Codec/BMP.hs, dist/build/Codec/BMP.o ) Codec/BMP.hs:40:1: warning: [-Wtabs] Tab character found here, and in 105 further locations. Please use spaces instead. Running Haddock for bmp-1.2.6.1... Running hscolour for bmp-1.2.6.1... Preprocessing library bmp-1.2.6.1... Preprocessing library bmp-1.2.6.1... Codec/BMP/CIEXYZ.hs:3:1: warning: [-Wtabs] Tab character found here, and in 14 further locations. Please use spaces instead. Codec/BMP/Error.hs:3:1: warning: [-Wtabs] Tab character found here, and in 10 further locations. Please use spaces instead. Codec/BMP/BitmapInfoV3.hs:3:1: warning: [-Wtabs] Tab character found here, and in 151 further locations. Please use spaces instead. Codec/BMP/FileHeader.hs:3:1: warning: [-Wtabs] Tab character found here, and in 82 further locations. Please use spaces instead. Codec/BMP/BitmapInfoV4.hs:3:1: warning: [-Wtabs] Tab character found here, and in 166 further locations. Please use spaces instead. Codec/BMP/BitmapInfoV5.hs:3:1: warning: [-Wtabs] Tab character found here, and in 80 further locations. Please use spaces instead. Codec/BMP/BitmapInfo.hs:3:1: warning: [-Wtabs] Tab character found here, and in 26 further locations. Please use spaces instead. Codec/BMP/Base.hs:3:1: warning: [-Wtabs] Tab character found here, and in 11 further locations. Please use spaces instead. Codec/BMP/Unpack.hs:3:1: warning: [-Wtabs] Tab character found here, and in 143 further locations. Please use spaces instead. Codec/BMP/Pack.hs:17:23: warning: [-Wtabs] Tab character found here, and in 245 further locations. Please use spaces instead. Codec/BMP.hs:40:1: warning: [-Wtabs] Tab character found here, and in 105 further locations. Please use spaces instead. Haddock coverage: 50% ( 1 / 2) in 'Codec.BMP.CIEXYZ' Missing documentation for: Module header 50% ( 1 / 2) in 'Codec.BMP.Compression' Missing documentation for: Module header 50% ( 1 / 2) in 'Codec.BMP.Error' Missing documentation for: Module header 83% ( 5 / 6) in 'Codec.BMP.BitmapInfoV3' Missing documentation for: Module header 80% ( 4 / 5) in 'Codec.BMP.FileHeader' Missing documentation for: Module header 83% ( 5 / 6) in 'Codec.BMP.BitmapInfoV4' Missing documentation for: Module header 80% ( 4 / 5) in 'Codec.BMP.BitmapInfoV5' Missing documentation for: Module header 67% ( 2 / 3) in 'Codec.BMP.BitmapInfo' Missing documentation for: Module header 50% ( 1 / 2) in 'Codec.BMP.Base' Missing documentation for: Module header 50% ( 1 / 2) in 'Codec.BMP.Unpack' Missing documentation for: Module header 75% ( 3 / 4) in 'Codec.BMP.Pack' Missing documentation for: Module header 100% ( 25 / 25) in 'Codec.BMP' Documentation created: dist/doc/html/bmp/index.html, dist/doc/html/bmp/bmp.txt Creating package registration file: /tmp/pkgConf-bmp-1.2.6677870460932026304.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/bmp-1.2.6.1-JGjUWwzA8Y83JYf4ZdZRle Registering bmp-1.2.6.1... cabal: Leaving directory '/tmp/cabal-tmp-23208/bmp-1.2.6.1' Installed bmp-1.2.6.1 cabal: Entering directory '/tmp/cabal-tmp-23208/old-time-1.1.0.3' Configuring old-time-1.1.0.3... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for ftime... yes checking for gmtime_r... yes checking for localtime_r... yes checking for gettimeofday... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/time.h... (cached) yes checking whether altzone is declared... no configure: creating ./config.status config.status: creating include/HsTimeConfig.h configure: WARNING: unrecognized options: --with-compiler Building old-time-1.1.0.3... Preprocessing library old-time-1.1.0.3... [1 of 1] Compiling System.Time ( dist/build/System/Time.hs, dist/build/System/Time.o ) Running Haddock for old-time-1.1.0.3... Running hscolour for old-time-1.1.0.3... Preprocessing library old-time-1.1.0.3... Preprocessing library old-time-1.1.0.3... Haddock coverage: 95% ( 20 / 21) in 'System.Time' Missing documentation for: getClockTime (System/Time.hsc:232) Warning: System.Time: could not find link destinations for: unsafeIndex unsafeRangeSize Documentation created: dist/doc/html/old-time/index.html, dist/doc/html/old-time/old-time.txt Creating package registration file: /tmp/pkgConf-old-time-1.1.013534368731983228458.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/old-time-1.1.0.3-IcvdkJUsE9M8t3io8peAEp Registering old-time-1.1.0.3... cabal: Leaving directory '/tmp/cabal-tmp-23208/old-time-1.1.0.3' Installed old-time-1.1.0.3 cabal: Entering directory '/tmp/cabal-tmp-23208/vector-0.11.0.0' Configuring vector-0.11.0.0... Building vector-0.11.0.0... Preprocessing library vector-0.11.0.0... [ 1 of 21] Compiling Data.Vector.Storable.Internal ( Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o ) Data/Vector/Storable/Internal.hs:17:1: warning: [-Wunused-imports] The import of ‘Foreign.ForeignPtr’ is redundant except perhaps to import instances from ‘Foreign.ForeignPtr’ To import instances alone, use: import Foreign.ForeignPtr() Data/Vector/Storable/Internal.hs:18:1: warning: [-Wunused-imports] The import of ‘Foreign.Ptr’ is redundant except perhaps to import instances from ‘Foreign.Ptr’ To import instances alone, use: import Foreign.Ptr() [ 2 of 21] Compiling Data.Vector.Generic.Mutable.Base ( Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o ) [ 3 of 21] Compiling Data.Vector.Generic.Base ( Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o ) [ 4 of 21] Compiling Data.Vector.Fusion.Util ( Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o ) [ 5 of 21] Compiling Data.Vector.Fusion.Bundle.Size ( Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o ) [ 6 of 21] Compiling Data.Vector.Internal.Check ( Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o ) [ 7 of 21] Compiling Data.Vector.Fusion.Stream.Monadic ( Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o ) Data/Vector/Fusion/Stream/Monadic.hs:431:1: warning: [-Wredundant-constraints] • Redundant constraints: (Monad m, Monad m') • In the type signature for: trans :: (Monad m, Monad m') => (forall z. m z -> m' z) -> Stream m a -> Stream m' a Data/Vector/Fusion/Stream/Monadic.hs:1449:1: warning: [-Wredundant-constraints] • Redundant constraint: Ord a • In the type signature for: enumFromTo_double :: (Monad m, Ord a, RealFrac a) => a -> a -> Stream m a [ 8 of 21] Compiling Data.Vector.Fusion.Bundle.Monadic ( Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o ) Data/Vector/Fusion/Bundle/Monadic.hs:945:1: warning: [-Wredundant-constraints] • Redundant constraint: Ord a • In the type signature for: enumFromTo_double :: (Monad m, Ord a, RealFrac a) => a -> a -> Bundle m v a [ 9 of 21] Compiling Data.Vector.Fusion.Bundle ( Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o ) Data/Vector/Fusion/Bundle.hs:114:1: warning: [-Wtabs] Tab character found here. Please use spaces instead. [10 of 21] Compiling Data.Vector.Generic.Mutable ( Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o ) [11 of 21] Compiling Data.Vector.Generic.New ( Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o ) [12 of 21] Compiling Data.Vector.Generic ( Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o ) Data/Vector/Generic.hs:2080:1: warning: [-Wredundant-constraints] • Redundant constraint: Vector v a • In the type signature for: dataCast :: (Vector v a, Data a, Typeable v, Typeable t) => (forall d. Data d => c (t d)) -> Maybe (c (v a)) [13 of 21] Compiling Data.Vector.Primitive.Mutable ( Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o ) [14 of 21] Compiling Data.Vector.Primitive ( Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o ) [15 of 21] Compiling Data.Vector.Storable.Mutable ( Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o ) Data/Vector/Storable/Mutable.hs:72:1: warning: [-Wunused-imports] The import of ‘Foreign.Ptr’ is redundant except perhaps to import instances from ‘Foreign.Ptr’ To import instances alone, use: import Foreign.Ptr() Data/Vector/Storable/Mutable.hs:491:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeFromForeignPtr0 :: Storable a => ForeignPtr a -> Int -> MVector s a Data/Vector/Storable/Mutable.hs:501:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr :: Storable a => MVector s a -> (ForeignPtr a, Int, Int) Data/Vector/Storable/Mutable.hs:511:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr0 :: Storable a => MVector s a -> (ForeignPtr a, Int) Data/Vector/Storable/Mutable.hs:518:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeWith :: Storable a => IOVector a -> (Ptr a -> IO b) -> IO b [16 of 21] Compiling Data.Vector.Storable ( Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o ) Data/Vector/Storable.hs:1408:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeFromForeignPtr0 :: Storable a => ForeignPtr a -> Int -> Vector a Data/Vector/Storable.hs:1417:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr :: Storable a => Vector a -> (ForeignPtr a, Int, Int) Data/Vector/Storable.hs:1426:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr0 :: Storable a => Vector a -> (ForeignPtr a, Int) Data/Vector/Storable.hs:1432:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeWith :: Storable a => Vector a -> (Ptr a -> IO b) -> IO b [17 of 21] Compiling Data.Vector.Unboxed.Base ( Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o ) Data/Vector/Unboxed/Base.hs:362:10: warning: [-Wredundant-constraints] • Redundant constraint: RealFloat a • In the instance declaration for ‘M.MVector MVector (Complex a)’ [18 of 21] Compiling Data.Vector.Unboxed ( Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o ) internal/unbox-tuple-instances:133:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b) • In the type signature for: unzip :: (Unbox a, Unbox b) => Vector (a, b) -> (Vector a, Vector b) internal/unbox-tuple-instances:307:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c) • In the type signature for: unzip3 :: (Unbox a, Unbox b, Unbox c) => Vector (a, b, c) -> (Vector a, Vector b, Vector c) internal/unbox-tuple-instances:526:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d) • In the type signature for: unzip4 :: (Unbox a, Unbox b, Unbox c, Unbox d) => Vector (a, b, c, d) -> (Vector a, Vector b, Vector c, Vector d) internal/unbox-tuple-instances:803:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) • In the type signature for: unzip5 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) => Vector (a, b, c, d, e) -> (Vector a, Vector b, Vector c, Vector d, Vector e) internal/unbox-tuple-instances:1121:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) • In the type signature for: unzip6 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) => Vector (a, b, c, d, e, f) -> (Vector a, Vector b, Vector c, Vector d, Vector e, Vector f) [19 of 21] Compiling Data.Vector.Unboxed.Mutable ( Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o ) internal/unbox-tuple-instances:117:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b) • In the type signature for: unzip :: (Unbox a, Unbox b) => MVector s (a, b) -> (MVector s a, MVector s b) internal/unbox-tuple-instances:282:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c) • In the type signature for: unzip3 :: (Unbox a, Unbox b, Unbox c) => MVector s (a, b, c) -> (MVector s a, MVector s b, MVector s c) internal/unbox-tuple-instances:493:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d) • In the type signature for: unzip4 :: (Unbox a, Unbox b, Unbox c, Unbox d) => MVector s (a, b, c, d) -> (MVector s a, MVector s b, MVector s c, MVector s d) internal/unbox-tuple-instances:756:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) • In the type signature for: unzip5 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) => MVector s (a, b, c, d, e) -> (MVector s a, MVector s b, MVector s c, MVector s d, MVector s e) internal/unbox-tuple-instances:1066:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) • In the type signature for: unzip6 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) => MVector s (a, b, c, d, e, f) -> (MVector s a, MVector s b, MVector s c, MVector s d, MVector s e, MVector s f) [20 of 21] Compiling Data.Vector.Mutable ( Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o ) [21 of 21] Compiling Data.Vector ( Data/Vector.hs, dist/build/Data/Vector.o ) Running Haddock for vector-0.11.0.0... Running hscolour for vector-0.11.0.0... Preprocessing library vector-0.11.0.0... Preprocessing library vector-0.11.0.0... Data/Vector/Storable/Internal.hs:17:1: warning: [-Wunused-imports] The import of ‘Foreign.ForeignPtr’ is redundant except perhaps to import instances from ‘Foreign.ForeignPtr’ To import instances alone, use: import Foreign.ForeignPtr() Data/Vector/Storable/Internal.hs:18:1: warning: [-Wunused-imports] The import of ‘Foreign.Ptr’ is redundant except perhaps to import instances from ‘Foreign.Ptr’ To import instances alone, use: import Foreign.Ptr() Data/Vector/Fusion/Stream/Monadic.hs:431:1: warning: [-Wredundant-constraints] • Redundant constraints: (Monad m, Monad m') • In the type signature for: trans :: (Monad m, Monad m') => (forall z. m z -> m' z) -> Stream m a -> Stream m' a Data/Vector/Fusion/Stream/Monadic.hs:1449:1: warning: [-Wredundant-constraints] • Redundant constraint: Ord a • In the type signature for: enumFromTo_double :: (Monad m, Ord a, RealFrac a) => a -> a -> Stream m a Data/Vector/Fusion/Bundle/Monadic.hs:945:1: warning: [-Wredundant-constraints] • Redundant constraint: Ord a • In the type signature for: enumFromTo_double :: (Monad m, Ord a, RealFrac a) => a -> a -> Bundle m v a Data/Vector/Fusion/Bundle.hs:114:1: warning: [-Wtabs] Tab character found here. Please use spaces instead. Data/Vector/Generic.hs:2080:1: warning: [-Wredundant-constraints] • Redundant constraint: Vector v a • In the type signature for: dataCast :: (Vector v a, Data a, Typeable v, Typeable t) => (forall d. Data d => c (t d)) -> Maybe (c (v a)) Haddock coverage: 25% ( 1 / 4) in 'Data.Vector.Storable.Internal' Missing documentation for: getPtr (Data/Vector/Storable/Internal.hs:22) setPtr (Data/Vector/Storable/Internal.hs:26) updPtr (Data/Vector/Storable/Internal.hs:30) 100% ( 2 / 2) in 'Data.Vector.Generic.Mutable.Base' 100% ( 3 / 3) in 'Data.Vector.Generic.Base' 100% ( 5 / 5) in 'Data.Vector.Fusion.Util' 100% ( 8 / 8) in 'Data.Vector.Fusion.Bundle.Size' 11% ( 1 / 9) in 'Data.Vector.Internal.Check' Missing documentation for: Checks (Data/Vector/Internal/Check.hs:51) doChecks (Data/Vector/Internal/Check.hs:75) error (Data/Vector/Internal/Check.hs:84) internalError (Data/Vector/Internal/Check.hs:89) check (Data/Vector/Internal/Check.hs:105) checkIndex (Data/Vector/Internal/Check.hs:119) checkLength (Data/Vector/Internal/Check.hs:133) checkSlice (Data/Vector/Internal/Check.hs:147) 82% (103 /125) in 'Data.Vector.Fusion.Stream.Monadic' Missing documentation for: generate (Data/Vector/Fusion/Stream/Monadic.hs:184) unbox (Data/Vector/Fusion/Stream/Monadic.hs:436) concatMap (Data/Vector/Fusion/Stream/Monadic.hs:996) zipWithM_ (Data/Vector/Fusion/Stream/Monadic.hs:512) zipWith3M (Data/Vector/Fusion/Stream/Monadic.hs:516) zipWith4M (Data/Vector/Fusion/Stream/Monadic.hs:544) zipWith5M (Data/Vector/Fusion/Stream/Monadic.hs:551) zipWith6M (Data/Vector/Fusion/Stream/Monadic.hs:558) zipWith (Data/Vector/Fusion/Stream/Monadic.hs:566) zipWith3 (Data/Vector/Fusion/Stream/Monadic.hs:570) zipWith4 (Data/Vector/Fusion/Stream/Monadic.hs:575) zipWith5 (Data/Vector/Fusion/Stream/Monadic.hs:581) zipWith6 (Data/Vector/Fusion/Stream/Monadic.hs:587) zip (Data/Vector/Fusion/Stream/Monadic.hs:593) zip3 (Data/Vector/Fusion/Stream/Monadic.hs:597) zip4 (Data/Vector/Fusion/Stream/Monadic.hs:601) zip5 (Data/Vector/Fusion/Stream/Monadic.hs:606) zip6 (Data/Vector/Fusion/Stream/Monadic.hs:611) and (Data/Vector/Fusion/Stream/Monadic.hs:970) or (Data/Vector/Fusion/Stream/Monadic.hs:983) concatMapM (Data/Vector/Fusion/Stream/Monadic.hs:1000) unfoldrN (Data/Vector/Fusion/Stream/Monadic.hs:1062) 79% (106 /135) in 'Data.Vector.Fusion.Bundle.Monadic' Missing documentation for: Chunk (Data/Vector/Fusion/Bundle/Monadic.hs:110) generate (Data/Vector/Fusion/Bundle/Monadic.hs:190) unbox (Data/Vector/Fusion/Bundle/Monadic.hs:301) concatMap (Data/Vector/Fusion/Bundle/Monadic.hs:595) zipWithM_ (Data/Vector/Fusion/Bundle/Monadic.hs:332) zipWith3M (Data/Vector/Fusion/Bundle/Monadic.hs:336) zipWith4M (Data/Vector/Fusion/Bundle/Monadic.hs:343) zipWith5M (Data/Vector/Fusion/Bundle/Monadic.hs:350) zipWith6M (Data/Vector/Fusion/Bundle/Monadic.hs:357) zipWith (Data/Vector/Fusion/Bundle/Monadic.hs:365) zipWith3 (Data/Vector/Fusion/Bundle/Monadic.hs:369) zipWith4 (Data/Vector/Fusion/Bundle/Monadic.hs:374) zipWith5 (Data/Vector/Fusion/Bundle/Monadic.hs:380) zipWith6 (Data/Vector/Fusion/Bundle/Monadic.hs:386) zip (Data/Vector/Fusion/Bundle/Monadic.hs:392) zip3 (Data/Vector/Fusion/Bundle/Monadic.hs:396) zip4 (Data/Vector/Fusion/Bundle/Monadic.hs:400) zip5 (Data/Vector/Fusion/Bundle/Monadic.hs:405) zip6 (Data/Vector/Fusion/Bundle/Monadic.hs:410) and (Data/Vector/Fusion/Bundle/Monadic.hs:587) or (Data/Vector/Fusion/Bundle/Monadic.hs:591) concatMapM (Data/Vector/Fusion/Bundle/Monadic.hs:599) fromVector (Data/Vector/Fusion/Bundle/Monadic.hs:1009) reVector (Data/Vector/Fusion/Bundle/Monadic.hs:1085) fromVectors (Data/Vector/Fusion/Bundle/Monadic.hs:1028) concatVectors (Data/Vector/Fusion/Bundle/Monadic.hs:1054) fromStream (Data/Vector/Fusion/Bundle/Monadic.hs:119) chunks (Data/Vector/Fusion/Bundle/Monadic.hs:126) elements (Data/Vector/Fusion/Bundle/Monadic.hs:130) 81% ( 88 /109) in 'Data.Vector.Fusion.Bundle' Missing documentation for: Chunk (Data/Vector/Fusion/Bundle/Monadic.hs:110) inplace (Data/Vector/Fusion/Bundle.hs:113) concatMap (Data/Vector/Fusion/Bundle.hs:265) unbox (Data/Vector/Fusion/Bundle.hs:261) zipWith4 (Data/Vector/Fusion/Bundle.hs:293) zipWith5 (Data/Vector/Fusion/Bundle.hs:299) zipWith6 (Data/Vector/Fusion/Bundle.hs:305) zip (Data/Vector/Fusion/Bundle.hs:311) zip3 (Data/Vector/Fusion/Bundle.hs:315) zip4 (Data/Vector/Fusion/Bundle.hs:319) zip5 (Data/Vector/Fusion/Bundle.hs:324) zip6 (Data/Vector/Fusion/Bundle.hs:329) and (Data/Vector/Fusion/Bundle.hs:415) or (Data/Vector/Fusion/Bundle.hs:419) unsafeFromList (Data/Vector/Fusion/Bundle.hs:609) fromVector (Data/Vector/Fusion/Bundle.hs:613) reVector (Data/Vector/Fusion/Bundle.hs:617) fromVectors (Data/Vector/Fusion/Bundle.hs:621) concatVectors (Data/Vector/Fusion/Bundle.hs:625) zipWithM (Data/Vector/Fusion/Bundle.hs:520) zipWithM_ (Data/Vector/Fusion/Bundle.hs:524) 66% ( 48 / 73) in 'Data.Vector.Generic.Mutable' Missing documentation for: init (Data/Vector/Generic/Mutable.hs:536) tail (Data/Vector/Generic/Mutable.hs:540) take (Data/Vector/Generic/Mutable.hs:515) drop (Data/Vector/Generic/Mutable.hs:519) splitAt (Data/Vector/Generic/Mutable.hs:527) unsafeInit (Data/Vector/Generic/Mutable.hs:554) unsafeTail (Data/Vector/Generic/Mutable.hs:558) unsafeTake (Data/Vector/Generic/Mutable.hs:562) unsafeDrop (Data/Vector/Generic/Mutable.hs:566) growFront (Data/Vector/Generic/Mutable.hs:626) unsafeGrowFront (Data/Vector/Generic/Mutable.hs:665) mstream (Data/Vector/Generic/Mutable.hs:244) mstreamR (Data/Vector/Generic/Mutable.hs:274) transform (Data/Vector/Generic/Mutable.hs:268) transformR (Data/Vector/Generic/Mutable.hs:303) fill (Data/Vector/Generic/Mutable.hs:255) fillR (Data/Vector/Generic/Mutable.hs:287) unsafeAccum (Data/Vector/Generic/Mutable.hs:848) accum (Data/Vector/Generic/Mutable.hs:824) unsafeUpdate (Data/Vector/Generic/Mutable.hs:861) update (Data/Vector/Generic/Mutable.hs:837) reverse (Data/Vector/Generic/Mutable.hs:872) unstablePartition (Data/Vector/Generic/Mutable.hs:881) unstablePartitionBundle (Data/Vector/Generic/Mutable.hs:910) partitionBundle (Data/Vector/Generic/Mutable.hs:938) 5% ( 1 / 20) in 'Data.Vector.Generic.New' Missing documentation for: New (Data/Vector/Generic/New.hs:40) create (Data/Vector/Generic/New.hs:42) run (Data/Vector/Generic/New.hs:46) runPrim (Data/Vector/Generic/New.hs:50) apply (Data/Vector/Generic/New.hs:54) modify (Data/Vector/Generic/New.hs:58) modifyWithBundle (Data/Vector/Generic/New.hs:62) unstream (Data/Vector/Generic/New.hs:67) transform (Data/Vector/Generic/New.hs:71) unstreamR (Data/Vector/Generic/New.hs:93) transformR (Data/Vector/Generic/New.hs:97) slice (Data/Vector/Generic/New.hs:119) init (Data/Vector/Generic/New.hs:123) tail (Data/Vector/Generic/New.hs:127) take (Data/Vector/Generic/New.hs:131) drop (Data/Vector/Generic/New.hs:135) unsafeSlice (Data/Vector/Generic/New.hs:139) unsafeInit (Data/Vector/Generic/New.hs:143) unsafeTail (Data/Vector/Generic/New.hs:147) 93% (223 /240) in 'Data.Vector.Generic' Missing documentation for: zipWith4 (Data/Vector/Generic.hs:1069) zipWith5 (Data/Vector/Generic.hs:1078) zipWith6 (Data/Vector/Generic.hs:1090) izipWith3 (Data/Vector/Generic.hs:1112) izipWith4 (Data/Vector/Generic.hs:1120) izipWith5 (Data/Vector/Generic.hs:1129) izipWith6 (Data/Vector/Generic.hs:1141) zip3 (Data/Vector/Generic.hs:1159) zip4 (Data/Vector/Generic.hs:1164) zip5 (Data/Vector/Generic.hs:1169) zip6 (Data/Vector/Generic.hs:1175) unzip3 (Data/Vector/Generic.hs:1225) unzip4 (Data/Vector/Generic.hs:1232) unzip5 (Data/Vector/Generic.hs:1241) unzip6 (Data/Vector/Generic.hs:1251) dataCast (Data/Vector/Generic.hs:2080) mkType (Data/Vector/Generic.hs:2075) 79% ( 41 / 52) in 'Data.Vector.Primitive.Mutable' Missing documen Data/Vector/Storable/Mutable.hs:72:1: warning: [-Wunused-imports] The import of ‘Foreign.Ptr’ is redundant except perhaps to import instances from ‘Foreign.Ptr’ To import instances alone, use: import Foreign.Ptr() Data/Vector/Storable/Mutable.hs:491:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeFromForeignPtr0 :: Storable a => ForeignPtr a -> Int -> MVector s a Data/Vector/Storable/Mutable.hs:501:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr :: Storable a => MVector s a -> (ForeignPtr a, Int, Int) Data/Vector/Storable/Mutable.hs:511:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr0 :: Storable a => MVector s a -> (ForeignPtr a, Int) Data/Vector/Storable/Mutable.hs:518:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeWith :: Storable a => IOVector a -> (Ptr a -> IO b) -> IO b Data/Vector/Storable.hs:1408:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeFromForeignPtr0 :: Storable a => ForeignPtr a -> Int -> Vector a Data/Vector/Storable.hs:1417:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr :: Storable a => Vector a -> (ForeignPtr a, Int, Int) Data/Vector/Storable.hs:1426:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeToForeignPtr0 :: Storable a => Vector a -> (ForeignPtr a, Int) Data/Vector/Storable.hs:1432:1: warning: [-Wredundant-constraints] • Redundant constraint: Storable a • In the type signature for: unsafeWith :: Storable a => Vector a -> (Ptr a -> IO b) -> IO b Data/Vector/Unboxed/Base.hs:362:10: warning: [-Wredundant-constraints] • Redundant constraint: RealFloat a • In the instance declaration for ‘M.MVector MVector (Complex a)’ internal/unbox-tuple-instances:133:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b) • In the type signature for: unzip :: (Unbox a, Unbox b) => Vector (a, b) -> (Vector a, Vector b) internal/unbox-tuple-instances:307:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c) • In the type signature for: unzip3 :: (Unbox a, Unbox b, Unbox c) => Vector (a, b, c) -> (Vector a, Vector b, Vector c) internal/unbox-tuple-instances:526:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d) • In the type signature for: unzip4 :: (Unbox a, Unbox b, Unbox c, Unbox d) => Vector (a, b, c, d) -> (Vector a, Vector b, Vector c, Vector d) internal/unbox-tuple-instances:803:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) • In the type signature for: unzip5 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) => Vector (a, b, c, d, e) -> (Vector a, Vector b, Vector c, Vector d, Vector e) internal/unbox-tuple-instances:1121:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) • In the type signature for: unzip6 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) => Vector (a, b, c, d, e, f) -> (Vector a, Vector b, Vector c, Vector d, Vector e, Vector f) internal/unbox-tuple-instances:117:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b) • In the type signature for: unzip :: (Unbox a, Unbox b) => MVector s (a, b) -> (MVector s a, MVector s b) internal/unbox-tuple-instances:282:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c) • In the type signature for: unzip3 :: (Unbox a, Unbox b, Unbox c) => MVector s (a, b, c) -> (MVector s a, MVector s b, MVector s c) internal/unbox-tuple-instances:493:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d) • In the type signature for: unzip4 :: (Unbox a, Unbox b, Unbox c, Unbox d) => MVector s (a, b, c, d) -> (MVector s a, MVector s b, MVector s c, MVector s d) internal/unbox-tuple-instances:756:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) • In the type signature for: unzip5 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e) => MVector s (a, b, c, d, e) -> (MVector s a, MVector s b, MVector s c, MVector s d, MVector s e) internal/unbox-tuple-instances:1066:1: warning: [-Wredundant-constraints] • Redundant constraints: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) • In the type signature for: unzip6 :: (Unbox a, Unbox b, Unbox c, Unbox d, Unbox e, Unbox f) => MVector s (a, b, c, d, e, f) -> (MVector s a, MVector s b, MVector s c, MVector s d, MVector s e, MVector s f) tation for: IOVector (Data/Vector/Primitive/Mutable.hs:76) STVector (Data/Vector/Primitive/Mutable.hs:77) init (Data/Vector/Primitive/Mutable.hs:164) tail (Data/Vector/Primitive/Mutable.hs:168) take (Data/Vector/Primitive/Mutable.hs:152) drop (Data/Vector/Primitive/Mutable.hs:156) splitAt (Data/Vector/Primitive/Mutable.hs:160) unsafeInit (Data/Vector/Primitive/Mutable.hs:190) unsafeTail (Data/Vector/Primitive/Mutable.hs:194) unsafeTake (Data/Vector/Primitive/Mutable.hs:182) unsafeDrop (Data/Vector/Primitive/Mutable.hs:186) 97% (185 /191) in 'Data.Vector.Primitive' Missing documentation for: zipWith4 (Data/Vector/Primitive.hs:802) zipWith5 (Data/Vector/Primitive.hs:808) zipWith6 (Data/Vector/Primitive.hs:816) izipWith4 (Data/Vector/Primitive.hs:838) izipWith5 (Data/Vector/Primitive.hs:844) izipWith6 (Data/Vector/Primitive.hs:852) 82% ( 49 / 60) in 'Data.Vector.Storable.Mutable' Missing documentation for: IOVector (Data/Vector/Storable/Mutable.hs:96) STVector (Data/Vector/Storable/Mutable.hs:97) init (Data/Vector/Storable/Mutable.hs:246) tail (Data/Vector/Storable/Mutable.hs:250) take (Data/Vector/Storable/Mutable.hs:234) drop (Data/Vector/Storable/Mutable.hs:238) splitAt (Data/Vector/Storable/Mutable.hs:242) unsafeInit (Data/Vector/Storable/Mutable.hs:272) unsafeTail (Data/Vector/Storable/Mutable.hs:276) unsafeTake (Data/Vector/Storable/Mutable.hs:264) unsafeDrop (Data/Vector/Storable/Mutable.hs:268) 97% (194 /200) in 'Data.Vector.Storable' Missing documentation for: zipWith4 (Data/Vector/Storable.hs:812) zipWith5 (Data/Vector/Storable.hs:818) zipWith6 (Data/Vector/Storable.hs:826) izipWith4 (Data/Vector/Storable.hs:848) izipWith5 (Data/Vector/Storable.hs:854) izipWith6 (Data/Vector/Storable.hs:862) 17% ( 1 / 6) in 'Data.Vector.Unboxed.Base' Missing documentation for: MVector (Data/Vector/Unboxed/Base.hs:55) IOVector (Data/Vector/Unboxed/Base.hs:58) STVector (Data/Vector/Unboxed/Base.hs:59) Vector (Data/Vector/Unboxed/Base.hs:56) Unbox (Data/Vector/Unboxed/Base.hs:63) 96% (209 /218) in 'Data.Vector.Unboxed' Missing documentation for: Vector (Data/Vector/Unboxed/Base.hs:56) MVector (Data/Vector/Unboxed/Base.hs:55) Unbox (Data/Vector/Unboxed/Base.hs:63) zipWith4 (Data/Vector/Unboxed.hs:849) zipWith5 (Data/Vector/Unboxed.hs:855) zipWith6 (Data/Vector/Unboxed.hs:862) izipWith4 (Data/Vector/Unboxed.hs:883) izipWith5 (Data/Vector/Unboxed.hs:889) izipWith6 (Data/Vector/Unboxed.hs:896) 79% ( 50 / 63) in 'Data.Vector.Unboxed.Mutable' Missing documentation for: MVector (Data/Vector/Unboxed/Base.hs:55) IOVector (Data/Vector/Unboxed/Base.hs:58) STVector (Data/Vector/Unboxed/Base.hs:59) Unbox (Data/Vector/Unboxed/Base.hs:63) init (Data/Vector/Unboxed/Mutable.hs:102) tail (Data/Vector/Unboxed/Mutable.hs:106) take (Data/Vector/Unboxed/Mutable.hs:90) drop (Data/Vector/Unboxed/Mutable.hs:94) splitAt (Data/Vector/Unboxed/Mutable.hs:98) unsafeInit (Data/Vector/Unboxed/Mutable.hs:128) unsafeTail (Data/Vector/Unboxed/Mutable.hs:132) unsafeTake (Data/Vector/Unboxed/Mutable.hs:120) unsafeDrop (Data/Vector/Unboxed/Mutable.hs:124) 78% ( 40 / 51) in 'Data.Vector.Mutable' Missing documentation for: IOVector (Data/Vector/Mutable.hs:70) STVector (Data/Vector/Mutable.hs:71) init (Data/Vector/Mutable.hs:222) tail (Data/Vector/Mutable.hs:226) take (Data/Vector/Mutable.hs:210) drop (Data/Vector/Mutable.hs:214) splitAt (Data/Vector/Mutable.hs:219) unsafeInit (Data/Vector/Mutable.hs:247) unsafeTail (Data/Vector/Mutable.hs:251) unsafeTake (Data/Vector/Mutable.hs:239) unsafeDrop (Data/Vector/Mutable.hs:243) 94% (207 /220) in 'Data.Vector' Missing documentation for: zipWith4 (Data/Vector.hs:944) zipWith5 (Data/Vector.hs:949) zipWith6 (Data/Vector.hs:955) izipWith4 (Data/Vector.hs:973) izipWith5 (Data/Vector.hs:978) izipWith6 (Data/Vector.hs:984) zip4 (Data/Vector.hs:1000) zip5 (Data/Vector.hs:1005) zip6 (Data/Vector.hs:1010) unzip3 (Data/Vector.hs:1023) unzip4 (Data/Vector.hs:1027) unzip5 (Data/Vector.hs:1031) unzip6 (Data/Vector.hs:1036) Warning: Data.Vector.Unboxed: could not find link destinations for: D:R:VectorBool0 V_Bool D:R:VectorChar0 V_Char D:R:VectorDouble0 V_Double D:R:VectorFloat0 V_Float D:R:VectorInt0 V_Int D:R:VectorInt80 V_Int8 D:R:VectorInt160 V_Int16 D:R:VectorInt320 V_Int32 D:R:VectorInt640 V_Int64 D:R:VectorWord0 V_Word D:R:VectorWord80 V_Word8 D:R:VectorWord160 V_Word16 D:R:VectorWord320 V_Word32 D:R:VectorWord640 V_Word64 D:R:Vector()0 V_Unit D:R:VectorComplex0 V_Complex D:R:Vector(,)0 V_2 D:R:Vector(,,)0 V_3 D:R:Vector(,,,)0 V_4 D:R:Vector(,,,,)0 V_5 D:R:Vector(,,,,,)0 V_6 D:R:MVectorsBool0 MV_Bool D:R:MVectorsChar0 MV_Char D:R:MVectorsDouble0 MV_Double D:R:MVectorsFloat0 MV_Float D:R:MVectorsWord640 MV_Word64 D:R:MVectorsWord320 MV_Word32 D:R:MVectorsWord160 MV_Word16 D:R:MVectorsWord80 MV_Word8 D:R:MVectorsWord0 MV_Word D:R:MVectorsInt640 MV_Int64 D:R:MVectorsInt320 MV_Int32 D:R:MVectorsInt160 MV_Int16 D:R:MVectorsInt80 MV_Int8 D:R:MVectorsInt0 MV_Int D:R:MVectors()0 MV_Unit D:R:MVectorsComplex0 MV_Complex D:R:MVectors(,)0 MV_2 D:R:MVectors(,,)0 MV_3 D:R:MVectors(,,,)0 MV_4 D:R:MVectors(,,,,)0 MV_5 D:R:MVectors(,,,,,)0 MV_6 Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for: D:R:MVectorsBool0 MV_Bool D:R:MVectorsChar0 MV_Char D:R:MVectorsDouble0 MV_Double D:R:MVectorsFloat0 MV_Float D:R:MVectorsWord640 MV_Word64 D:R:MVectorsWord320 MV_Word32 D:R:MVectorsWord160 MV_Word16 D:R:MVectorsWord80 MV_Word8 D:R:MVectorsWord0 MV_Word D:R:MVectorsInt640 MV_Int64 D:R:MVectorsInt320 MV_Int32 D:R:MVectorsInt160 MV_Int16 D:R:MVectorsInt80 MV_Int8 D:R:MVectorsInt0 MV_Int D:R:MVectors()0 MV_Unit D:R:MVectorsComplex0 MV_Complex D:R:MVectors(,)0 MV_2 D:R:MVectors(,,)0 MV_3 D:R:MVectors(,,,)0 MV_4 D:R:MVectors(,,,,)0 MV_5 D:R:MVectors(,,,,,)0 MV_6 Documentation created: dist/doc/html/vector/index.html, dist/doc/html/vector/vector.txt Creating package registration file: /tmp/pkgConf-vector-0.11.01021784812586235379.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/vector-0.11.0.0-6uB77qGCxR6GPLxI2sqsX3 Registering vector-0.11.0.0... cabal: Leaving directory '/tmp/cabal-tmp-23208/vector-0.11.0.0' Installed vector-0.11.0.0 cabal: Entering directory '/tmp/cabal-tmp-23208/tf-random-0.5' Configuring tf-random-0.5... Building tf-random-0.5... Preprocessing library tf-random-0.5... [1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, dist/build/System/Random/TF/Gen.o ) [2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, dist/build/System/Random/TF/Init.o ) src/System/Random/TF/Init.hs:94:5: warning: [-Wdeprecations] In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" [3 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, dist/build/System/Random/TF/Instances.o ) [4 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, dist/build/System/Random/TF.o ) Running Haddock for tf-random-0.5... Running hscolour for tf-random-0.5... Preprocessing library tf-random-0.5... Preprocessing library tf-random-0.5... src/System/Random/TF/Init.hs:94:5: warning: [-Wdeprecations] In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Haddock coverage: 100% ( 4 / 4) in 'System.Random.TF.Gen' 83% ( 5 / 6) in 'System.Random.TF.Init' Missing documentation for: Module header 33% ( 1 / 3) in 'System.Random.TF.Instances' Missing documentation for: Random (src/System/Random/TF/Instances.hs:37) randomEnum (src/System/Random/TF/Instances.hs:205) 100% ( 3 / 3) in 'System.Random.TF' Documentation created: dist/doc/html/tf-random/index.html, dist/doc/html/tf-random/tf-random.txt Creating package registration file: /tmp/pkgConf-tf-random-0627992393481928577.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/tf-random-0.5-4z8OJUaXC1FRNfrLPFWAD Registering tf-random-0.5... cabal: Leaving directory '/tmp/cabal-tmp-23208/tf-random-0.5' Installed tf-random-0.5 cabal: Entering directory '/tmp/cabal-tmp-23208/QuickCheck-2.8.2' Configuring QuickCheck-2.8.2... Building QuickCheck-2.8.2... Preprocessing library QuickCheck-2.8.2... [ 1 of 15] Compiling Test.QuickCheck.Random ( Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o ) [ 2 of 15] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o ) [ 3 of 15] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o ) [ 4 of 15] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o ) [ 5 of 15] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o ) [ 6 of 15] Compiling Test.QuickCheck.Gen.Unsafe ( Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o ) [ 7 of 15] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o ) [ 8 of 15] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o ) [ 9 of 15] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o ) [10 of 15] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o ) [11 of 15] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o ) [12 of 15] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o ) [13 of 15] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o ) [14 of 15] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o ) [15 of 15] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o ) Running Haddock for QuickCheck-2.8.2... Running hscolour for QuickCheck-2.8.2... Preprocessing library QuickCheck-2.8.2... Preprocessing library QuickCheck-2.8.2... Haddock coverage: 10% ( 2 / 20) in 'Test.QuickCheck.Random' Missing documentation for: newTheGen (Test/QuickCheck/Random.hs:17) bits (Test/QuickCheck/Random.hs:20) mask (Test/QuickCheck/Random.hs:20) doneBit (Test/QuickCheck/Random.hs:20) chip (Test/QuickCheck/Random.hs:25) chop (Test/QuickCheck/Random.hs:30) stop (Test/QuickCheck/Random.hs:33) mkTheGen (Test/QuickCheck/Random.hs:36) (Test/QuickCheck/Random.hs:65) (Test/QuickCheck/Random.hs:67) (Test/QuickCheck/Random.hs:70) newQCGen (Test/QuickCheck/Random.hs:79) mkQCGen (Test/QuickCheck/Random.hs:82) bigNatVariant (Test/QuickCheck/Random.hs:85) natVariant (Test/QuickCheck/Random.hs:91) variantTheGen (Test/QuickCheck/Random.hs:97) boolVariant (Test/QuickCheck/Random.hs:103) variantQCGen (Test/QuickCheck/Random.hs:107) 33% ( 3 / 9) in 'Test.QuickCheck.Exception' Missing documentation for: AnException (Test/QuickCheck/Exception.hs:47) tryEvaluate (Test/QuickCheck/Exception.hs:79) tryEvaluateIO (Test/QuickCheck/Exception.hs:82) evaluate (Test/QuickCheck/Exception.hs:86) isDiscard (Test/QuickCheck/Exception.hs:114) finally (Test/QuickCheck/Exception.hs:129) 6% ( 1 / 18) in 'Test.QuickCheck.Text' Missing documentation for: Str (Test/QuickCheck/Text.hs:47) ranges (Test/QuickCheck/Text.hs:52) number (Test/QuickCheck/Text.hs:60) short (Test/QuickCheck/Text.hs:63) showErr (Test/QuickCheck/Text.hs:71) oneLine (Test/QuickCheck/Text.hs:74) isOneLine (Test/QuickCheck/Text.hs:77) bold (Test/QuickCheck/Text.hs:80) newTerminal (Test/QuickCheck/Text.hs:91) withStdioTerminal (Test/QuickCheck/Text.hs:105) withNullTerminal (Test/QuickCheck/Text.hs:111) terminalOutput (Test/QuickCheck/Text.hs:115) handle (Test/QuickCheck/Text.hs:118) Terminal (Test/QuickCheck/Text.hs:88) putTemp (Test/QuickCheck/Text.hs:129) putPart (Test/QuickCheck/Text.hs:129) putLine (Test/QuickCheck/Text.hs:129) 100% ( 2 / 2) in 'Test.QuickCheck.State' 89% ( 25 / 28) in 'Test.QuickCheck.Gen' Missing documentation for: (Test/QuickCheck/Gen.hs:48) (Test/QuickCheck/Gen.hs:52) (Test/QuickCheck/Gen.hs:56) 80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe' Missing documentation for: Capture (Test/QuickCheck/Gen/Unsafe.hs:50) 100% ( 32 / 32) in 'Test.QuickCheck.Arbitrary' 93% ( 14 / 15) in 'Test.QuickCheck.Modifiers' Missing documentation for: ShrinkState (Test/QuickCheck/Modifiers.hs:323) 14% ( 1 / 7) in 'Test.QuickCheck.Poly' Missing documentation for: A (Test/QuickCheck/Poly.hs:29) B (Test/QuickCheck/Poly.hs:44) C (Test/QuickCheck/Poly.hs:59) OrdA (Test/QuickCheck/Poly.hs:77) OrdB (Test/QuickCheck/Poly.hs:96) OrdC (Test/QuickCheck/Poly.hs:115) 38% ( 3 / 8) in 'Test.QuickCheck.Function' Missing documentation for: Fun (Test/QuickCheck/Function.hs:275) apply (Test/QuickCheck/Function.hs:289) Function (Test/QuickCheck/Function.hs:106) functionMap (Test/QuickCheck/Function.hs:142) functionShow (Test/QuickCheck/Function.hs:145) 62% ( 44 / 71) in 'Test.QuickCheck.Property' Missing documentation for: (Test/QuickCheck/Property.hs:95) (Test/QuickCheck/Property.hs:99) (Test/QuickCheck/Property.hs:103) (Test/QuickCheck/Property.hs:107) (Test/QuickCheck/Property.hs:111) (Test/QuickCheck/Property.hs:114) (Test/QuickCheck/Property.hs:131) protect (Test/QuickCheck/Property.hs:135) Prop (Test/QuickCheck/Property.hs:141) Rose (Test/QuickCheck/Property.hs:145) ioRose (Test/QuickCheck/Property.hs:148) joinRose (Test/QuickCheck/Property.hs:151) (Test/QuickCheck/Property.hs:160) (Test/QuickCheck/Property.hs:165) (Test/QuickCheck/Property.hs:170) CallbackKind (Test/QuickCheck/Property.hs:204) exception (Test/QuickCheck/Property.hs:220) formatException (Test/QuickCheck/Property.hs:226) protectResult (Test/QuickCheck/Property.hs:231) succeeded (Test/QuickCheck/Property.hs:234) failed (Test/QuickCheck/Property.hs:234) rejected (Test/QuickCheck/Property.hs:234) liftBool (Test/QuickCheck/Property.hs:255) mapResult (Test/QuickCheck/Property.hs:259) mapTotalResult (Test/QuickCheck/Property.hs:262) mapRoseResult (Test/QuickCheck/Property.hs:266) mapProp (Test/QuickCheck/Property.hs:269) 50% ( 14 / 28) in 'Test.QuickCheck.Test' Missing documentation for: test (Test/QuickCheck/Test.hs:188) doneTesting (Test/QuickCheck/Test.hs:194) giveUp (Test/QuickCheck/Test.hs:224) runATest (Test/QuickCheck/Test.hs:240) summary (Test/QuickCheck/Test.hs:306) success (Test/QuickCheck/Test.hs:317) labelPercentage (Test/QuickCheck/Test.hs:347) insufficientCoverage (Test/QuickCheck/Test.hs:355) foundFailure (Test/QuickCheck/Test.hs:362) localMin (Test/QuickCheck/Test.hs:366) localMin' (Test/QuickCheck/Test.hs:396) localMinFound (Test/QuickCheck/Test.hs:408) callbackPostTest (Test/QuickCheck/Test.hs:433) callbackPostFinalFailure (Test/QuickCheck/Test.hs:438) 100% ( 9 / 9) in 'Test.QuickCheck.All' 78% ( 14 / 18) in 'Test.QuickCheck.Monadic' Missing documentation for: stop (Test/QuickCheck/Monadic.hs:118) monadic (Test/QuickCheck/Monadic.hs:204) monadic' (Test/QuickCheck/Monadic.hs:207) runSTGen (Test/QuickCheck/Monadic.hs:246) 99% (127 /128) in 'Test.QuickCheck' Missing documentation for: ShrinkState (Test/QuickCheck/Modifiers.hs:323) Warning: Test.QuickCheck.Arbitrary: could not find link destinations for: GCoArbitrary RecursivelyShrink GSubterms gSubterms gSubtermsIncl Warning: Test.QuickCheck: could not find link destinations for: GCoArbitrary RecursivelyShrink GSubterms Documentation created: dist/doc/html/QuickCheck/index.html, dist/doc/html/QuickCheck/QuickCheck.txt Creating package registration file: /tmp/pkgConf-QuickCheck-2.8394709364472131489.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/QuickCheck-2.8.2-KPm3V9n9OMa9urRrdeE4gm Registering QuickCheck-2.8.2... cabal: Leaving directory '/tmp/cabal-tmp-23208/QuickCheck-2.8.2' Installed QuickCheck-2.8.2 cabal: Entering directory '/tmp/cabal-tmp-23208/repa-3.4.1.1' Configuring repa-3.4.1.1... Building repa-3.4.1.1... Preprocessing library repa-3.4.1.1... [ 1 of 39] Compiling Data.Array.Repa.Stencil.Partition ( Data/Array/Repa/Stencil/Partition.hs, dist/build/Data/Array/Repa/Stencil/Partition.o ) [ 2 of 39] Compiling Data.Array.Repa.Eval.Elt ( Data/Array/Repa/Eval/Elt.hs, dist/build/Data/Array/Repa/Eval/Elt.o ) [ 3 of 39] Compiling Data.Array.Repa.Shape ( Data/Array/Repa/Shape.hs, dist/build/Data/Array/Repa/Shape.o ) [ 4 of 39] Compiling Data.Array.Repa.Base ( Data/Array/Repa/Base.hs, dist/build/Data/Array/Repa/Base.o ) [ 5 of 39] Compiling Data.Array.Repa.Eval.Target ( Data/Array/Repa/Eval/Target.hs, dist/build/Data/Array/Repa/Eval/Target.o ) [ 6 of 39] Compiling Data.Array.Repa.Eval.Load ( Data/Array/Repa/Eval/Load.hs, dist/build/Data/Array/Repa/Eval/Load.o ) [ 7 of 39] Compiling Data.Array.Repa.Repr.HintSmall ( Data/Array/Repa/Repr/HintSmall.hs, dist/build/Data/Array/Repa/Repr/HintSmall.o ) [ 8 of 39] Compiling Data.Array.Repa.Index ( Data/Array/Repa/Index.hs, dist/build/Data/Array/Repa/Index.o ) [ 9 of 39] Compiling Data.Array.Repa.Slice ( Data/Array/Repa/Slice.hs, dist/build/Data/Array/Repa/Slice.o ) [10 of 39] Compiling Data.Array.Repa.Stencil.Base ( Data/Array/Repa/Stencil/Base.hs, dist/build/Data/Array/Repa/Stencil/Base.o ) [11 of 39] Compiling Data.Array.Repa.Stencil.Template ( Data/Array/Repa/Stencil/Template.hs, dist/build/Data/Array/Repa/Stencil/Template.o ) Data/Array/Repa/Stencil/Template.hs:67:28: warning: [-Wtype-defaults] • Defaulting the following constraints to type ‘Integer’ (Enum a0) arising from the arithmetic sequence ‘minY, minY + 1 .. maxY’ at Data/Array/Repa/Stencil/Template.hs:67:28-51 (Integral a0) arising from a use of ‘minY’ at Data/Array/Repa/Stencil/Template.hs:67:29-32 (Num a0) arising from a use of ‘+’ at Data/Array/Repa/Stencil/Template.hs:67:35-42 • In the expression: [minY, minY + 1 .. maxY] In a stmt of a list comprehension: x <- [minY, minY + 1 .. maxY] In a stmt of a list comprehension: y <- [minX, minX + 1 .. maxX], x <- [minY, minY + 1 .. maxY] | v <- coeffs [12 of 39] Compiling Data.Array.Repa.Eval.Gang ( Data/Array/Repa/Eval/Gang.hs, dist/build/Data/Array/Repa/Eval/Gang.o ) [13 of 39] Compiling Data.Array.Repa.Eval.Reduction ( Data/Array/Repa/Eval/Reduction.hs, dist/build/Data/Array/Repa/Eval/Reduction.o ) Data/Array/Repa/Eval/Reduction.hs:14:1: warning: [-Wredundant-constraints] • Redundant constraint: Elt a • In the type signature for: foldS :: (Elt a, M.Unbox a) => M.IOVector a -> (Int# -> a) -> (a -> a -> a) -> a -> Int# -> IO () Data/Array/Repa/Eval/Reduction.hs:41:1: warning: [-Wredundant-constraints] • Redundant constraint: Elt a • In the type signature for: foldP :: (Elt a, M.Unbox a) => M.IOVector a -> (Int -> a) -> (a -> a -> a) -> a -> Int -> IO () Data/Array/Repa/Eval/Reduction.hs:81:1: warning: [-Wredundant-constraints] • Redundant constraints: (Elt a, M.Unbox a) • In the type signature for: foldAllS :: (Elt a, M.Unbox a) => (Int# -> a) -> (a -> a -> a) -> a -> Int# -> a Data/Array/Repa/Eval/Reduction.hs:102:1: warning: [-Wredundant-constraints] • Redundant constraint: Elt a • In the type signature for: foldAllP :: (Elt a, M.Unbox a) => (Int -> a) -> (a -> a -> a) -> a -> Int -> IO a [14 of 39] Compiling Data.Array.Repa.Eval.Selection ( Data/Array/Repa/Eval/Selection.hs, dist/build/Data/Array/Repa/Eval/Selection.o ) [15 of 39] Compiling Data.Array.Repa.Eval.Cursored ( Data/Array/Repa/Eval/Cursored.hs, dist/build/Data/Array/Repa/Eval/Cursored.o ) [16 of 39] Compiling Data.Array.Repa.Eval.Chunked ( Data/Array/Repa/Eval/Chunked.hs, dist/build/Data/Array/Repa/Eval/Chunked.o ) [17 of 39] Compiling Data.Array.Repa.Repr.Delayed ( Data/Array/Repa/Repr/Delayed.hs, dist/build/Data/Array/Repa/Repr/Delayed.o ) [18 of 39] Compiling Data.Array.Repa.Operators.Traversal ( Data/Array/Repa/Operators/Traversal.hs, dist/build/Data/Array/Repa/Operators/Traversal.o ) Data/Array/Repa/Operators/Traversal.hs:15:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh' • In the type signature for: unsafeTraverse :: (Source r a, Shape sh, Shape sh') => Array r sh a -> (sh -> sh') -> ((sh -> a) -> sh' -> b) -> Array D sh' b Data/Array/Repa/Operators/Traversal.hs:15:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh' • In the type signature for: traverse :: (Source r a, Shape sh, Shape sh') => Array r sh a -> (sh -> sh') -> ((sh -> a) -> sh' -> b) -> Array D sh' b Data/Array/Repa/Operators/Traversal.hs:35:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh'' • In the type signature for: unsafeTraverse2 :: (Source r1 a, Source r2 b, Shape sh, Shape sh', Shape sh'') => Array r1 sh a -> Array r2 sh' b -> (sh -> sh' -> sh'') -> ((sh -> a) -> (sh' -> b) -> sh'' -> c) -> Array D sh'' c Data/Array/Repa/Operators/Traversal.hs:35:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh'' • In the type signature for: traverse2 :: (Source r1 a, Source r2 b, Shape sh, Shape sh', Shape sh'') => Array r1 sh a -> Array r2 sh' b -> (sh -> sh' -> sh'') -> ((sh -> a) -> (sh' -> b) -> sh'' -> c) -> Array D sh'' c Data/Array/Repa/Operators/Traversal.hs:60:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh4 • In the type signature for: unsafeTraverse3 :: (Source r1 a, Source r2 b, Source r3 c, Shape sh1, Shape sh2, Shape sh3, Shape sh4) => Array r1 sh1 a -> Array r2 sh2 b -> Array r3 sh3 c -> (sh1 -> sh2 -> sh3 -> sh4) -> ((sh1 -> a) -> (sh2 -> b) -> (sh3 -> c) -> sh4 -> d) -> Array D sh4 d Data/Array/Repa/Operators/Traversal.hs:60:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh4 • In the type signature for: traverse3 :: (Source r1 a, Source r2 b, Source r3 c, Shape sh1, Shape sh2, Shape sh3, Shape sh4) => Array r1 sh1 a -> Array r2 sh2 b -> Array r3 sh3 c -> (sh1 -> sh2 -> sh3 -> sh4) -> ((sh1 -> a) -> (sh2 -> b) -> (sh3 -> c) -> sh4 -> d) -> Array D sh4 d Data/Array/Repa/Operators/Traversal.hs:87:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh5 • In the type signature for: unsafeTraverse4 :: (Source r1 a, Source r2 b, Source r3 c, Source r4 d, Shape sh1, Shape sh2, Shape sh3, Shape sh4, Shape sh5) => Array r1 sh1 a -> Array r2 sh2 b -> Array r3 sh3 c -> Array r4 sh4 d -> (sh1 -> sh2 -> sh3 -> sh4 -> sh5) -> ((sh1 -> a) -> (sh2 -> b) -> (sh3 -> c) -> (sh4 -> d) -> sh5 -> e) -> Array D sh5 e Data/Array/Repa/Operators/Traversal.hs:87:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh5 • In the type signature for: traverse4 :: (Source r1 a, Source r2 b, Source r3 c, Source r4 d, Shape sh1, Shape sh2, Shape sh3, Shape sh4, Shape sh5) => Array r1 sh1 a -> Array r2 sh2 b -> Array r3 sh3 c -> Array r4 sh4 d -> (sh1 -> sh2 -> sh3 -> sh4 -> sh5) -> ((sh1 -> a) -> (sh2 -> b) -> (sh3 -> c) -> (sh4 -> d) -> sh5 -> e) -> Array D sh5 e [19 of 39] Compiling Data.Array.Repa.Operators.IndexSpace ( Data/Array/Repa/Operators/IndexSpace.hs, dist/build/Data/Array/Repa/Operators/IndexSpace.o ) [20 of 39] Compiling Data.Array.Repa.Unsafe ( Data/Array/Repa/Unsafe.hs, dist/build/Data/Array/Repa/Unsafe.o ) [21 of 39] Compiling Data.Array.Repa.Operators.Interleave ( Data/Array/Repa/Operators/Interleave.hs, dist/build/Data/Array/Repa/Operators/Interleave.o ) [22 of 39] Compiling Data.Array.Repa.Repr.ByteString ( Data/Array/Repa/Repr/ByteString.hs, dist/build/Data/Array/Repa/Repr/ByteString.o ) Data/Array/Repa/Repr/ByteString.hs:49:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh • In the type signature for: fromByteString :: Shape sh => sh -> ByteString -> Array B sh Word8 [23 of 39] Compiling Data.Array.Repa.Repr.ForeignPtr ( Data/Array/Repa/Repr/ForeignPtr.hs, dist/build/Data/Array/Repa/Repr/ForeignPtr.o ) [24 of 39] Compiling Data.Array.Repa.Eval.Interleaved ( Data/Array/Repa/Eval/Interleaved.hs, dist/build/Data/Array/Repa/Eval/Interleaved.o ) [25 of 39] Compiling Data.Array.Repa.Eval ( Data/Array/Repa/Eval.hs, dist/build/Data/Array/Repa/Eval.o ) [26 of 39] Compiling Data.Array.Repa.Repr.Partitioned ( Data/Array/Repa/Repr/Partitioned.hs, dist/build/Data/Array/Repa/Repr/Partitioned.o ) [27 of 39] Compiling Data.Array.Repa.Repr.Unboxed ( Data/Array/Repa/Repr/Unboxed.hs, dist/build/Data/Array/Repa/Repr/Unboxed.o ) Data/Array/Repa/Repr/Unboxed.hs:92:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh • In the type signature for: computeUnboxedS :: (Shape sh, Load r1 sh e, UM.Unbox e) => Array r1 sh e -> Array U sh e Data/Array/Repa/Repr/Unboxed.hs:104:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh • In the type signature for: computeUnboxedP :: (Shape sh, Load r1 sh e, Monad m, UM.Unbox e) => Array r1 sh e -> m (Array U sh e) Data/Array/Repa/Repr/Unboxed.hs:124:1: warning: [-Wredundant-constraints] • Redundant constraints: (Shape sh, UM.Unbox e) • In the type signature for: fromUnboxed :: (Shape sh, UM.Unbox e) => sh -> U.Vector e -> Array U sh e Data/Array/Repa/Repr/Unboxed.hs:133:1: warning: [-Wredundant-constraints] • Redundant constraint: UM.Unbox e • In the type signature for: toUnboxed :: UM.Unbox e => Array U sh e -> U.Vector e [28 of 39] Compiling Data.Array.Repa.Operators.Selection ( Data/Array/Repa/Operators/Selection.hs, dist/build/Data/Array/Repa/Operators/Selection.o ) [29 of 39] Compiling Data.Array.Repa.Repr.Undefined ( Data/Array/Repa/Repr/Undefined.hs, dist/build/Data/Array/Repa/Repr/Undefined.o ) Data/Array/Repa/Repr/Undefined.hs:47:10: warning: [-Wredundant-constraints] • Redundant constraint: Num e • In the instance declaration for ‘Load X sh e’ [30 of 39] Compiling Data.Array.Repa.Repr.Cursored ( Data/Array/Repa/Repr/Cursored.hs, dist/build/Data/Array/Repa/Repr/Cursored.o ) [31 of 39] Compiling Data.Array.Repa.Specialised.Dim2 ( Data/Array/Repa/Specialised/Dim2.hs, dist/build/Data/Array/Repa/Specialised/Dim2.o ) [32 of 39] Compiling Data.Array.Repa.Stencil.Dim2 ( Data/Array/Repa/Stencil/Dim2.hs, dist/build/Data/Array/Repa/Stencil/Dim2.o ) [33 of 39] Compiling Data.Array.Repa.Repr.Vector ( Data/Array/Repa/Repr/Vector.hs, dist/build/Data/Array/Repa/Repr/Vector.o ) Data/Array/Repa/Repr/Vector.hs:85:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh • In the type signature for: computeVectorS :: (Shape sh, Load r1 sh e) => Array r1 sh e -> Array V sh e Data/Array/Repa/Repr/Vector.hs:93:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh • In the type signature for: computeVectorP :: (Shape sh, Load r1 sh e, Monad m) => Array r1 sh e -> m (Array V sh e) Data/Array/Repa/Repr/Vector.hs:110:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh • In the type signature for: fromVector :: Shape sh => sh -> V.Vector e -> Array V sh e [34 of 39] Compiling Data.Array.Repa.Arbitrary ( Data/Array/Repa/Arbitrary.hs, dist/build/Data/Array/Repa/Arbitrary.o ) Data/Array/Repa/Arbitrary.hs:41:10: warning: [-Wredundant-constraints] • Redundant constraint: Shape a • In the instance declaration for ‘Arbitrary (a :. Int)’ Data/Array/Repa/Arbitrary.hs:73:10: warning: [-Wredundant-constraints] • Redundant constraint: Shape a • In the instance declaration for ‘CoArbitrary (a :. Int)’ [35 of 39] Compiling Data.Array.Repa.Repr.HintInterleave ( Data/Array/Repa/Repr/HintInterleave.hs, dist/build/Data/Array/Repa/Repr/HintInterleave.o ) [36 of 39] Compiling Data.Array.Repa.Operators.Mapping ( Data/Array/Repa/Operators/Mapping.hs, dist/build/Data/Array/Repa/Operators/Mapping.o ) [37 of 39] Compiling Data.Array.Repa.Operators.Reduction ( Data/Array/Repa/Operators/Reduction.hs, dist/build/Data/Array/Repa/Operators/Reduction.o ) Data/Array/Repa/Operators/Reduction.hs:190:1: warning: [-Wredundant-constraints] • Redundant constraint: Eq sh • In the type signature for: equalsP :: (Shape sh, Eq sh, Source r1 a, Source r2 a, Eq a, Monad m) => Array r1 sh a -> Array r2 sh a -> m Bool Data/Array/Repa/Operators/Reduction.hs:201:1: warning: [-Wredundant-constraints] • Redundant constraint: Eq sh • In the type signature for: equalsS :: (Shape sh, Eq sh, Source r1 a, Source r2 a, Eq a) => Array r1 sh a -> Array r2 sh a -> Bool [38 of 39] Compiling Data.Array.Repa ( Data/Array/Repa.hs, dist/build/Data/Array/Repa.o ) [39 of 39] Compiling Data.Array.Repa.Stencil ( Data/Array/Repa/Stencil.hs, dist/build/Data/Array/Repa/Stencil.o ) Running Haddock for repa-3.4.1.1... Running hscolour for repa-3.4.1.1... Preprocessing library repa-3.4.1.1... Preprocessing library repa-3.4.1.1... Data/Array/Repa/Stencil/Template.hs:67:28: warning: [-Wtype-defaults] • Defaulting the following constraints to type ‘Integer’ (Enum a0) arising from the arithmetic sequence ‘minY, minY + 1 .. maxY’ at Data/Array/Repa/Stencil/Template.hs:67:28-51 (Integral a0) arising from a use of ‘minY’ at Data/Array/Repa/Stencil/Template.hs:67:29-32 (Num a0) arising from a use of ‘+’ at Data/Array/Repa/Stencil/Template.hs:67:35-42 • In the expression: [minY, minY + 1 .. maxY] In a stmt of a list comprehension: x <- [minY, minY + 1 .. maxY] In a stmt of a list comprehension: y <- [minX, minX + 1 .. maxX], x <- [minY, minY + 1 .. maxY] | v <- coeffs Data/Array/Repa/Eval/Reduction.hs:14:1: warning: [-Wredundant-constraints] • Redundant constraint: Elt a • In the type signature for: foldS :: (Elt a, M.Unbox a) => M.IOVector a -> (Int# -> a) -> (a -> a -> a) -> a -> Int# -> IO () Data/Array/Repa/Eval/Reduction.hs:41:1: warning: [-Wredundant-constraints] • Redundant constraint: Elt a • In the type signature for: foldP :: (Elt a, M.Unbox a) => M.IOVector a -> (Int -> a) -> (a -> a -> a) -> a -> Int -> IO () Data/Array/Repa/Eval/Reduction.hs:81:1: warning: [-Wredundant-constraints] • Redundant constraints: (Elt a, M.Unbox a) • In the type signature for: foldAllS :: (Elt a, M.Unbox a) => (Int# -> a) -> (a -> a -> a) -> a -> Int# -> a Data/Array/Repa/Eval/Reduction.hs:102:1: warning: [-Wredundant-constraints] • Redundant constraint: Elt a • In the type signature for: foldAllP :: (Elt a, M.Unbox a) => (Int -> a) -> (a -> a -> a) -> a -> Int -> IO a Data/Array/Repa/Operators/Traversal.hs:15:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh' • In the type signature for: unsafeTraverse :: (Source r a, Shape sh, Shape sh') => Array r sh a -> (sh -> sh') -> ((sh -> a) -> sh' -> b) -> Array D sh' b Data/Array/Repa/Operators/Traversal.hs:15:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh' • In the type signature for: traverse :: (Source r a, Shape sh, Shape sh') => Array r sh a -> (sh -> sh') -> ((sh -> a) -> sh' -> b) -> Array D sh' b Data/Array/Repa/Operators/Traversal.hs:35:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh'' • In the type signature for: unsafeTraverse2 :: (Source r1 a, Source r2 b, Shape sh, Shape sh', Shape sh'') => Array r1 sh a -> Array r2 sh' b -> (sh -> sh' -> sh'') -> ((sh -> a) -> (sh' -> b) -> sh'' -> c) -> Array D sh'' c Data/Array/Repa/Operators/Traversal.hs:35:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh'' • In the type signature for: traverse2 :: (Source r1 a, Source r2 b, Shape sh, Shape sh', Shape sh'') => Array r1 sh a -> Array r2 sh' b -> (sh -> sh' -> sh'') -> ((sh -> a) -> (sh' -> b) -> sh'' -> c) -> Array D sh'' c Data/Array/Repa/Operators/Traversal.hs:60:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh4 • In the type signature for: unsafeTraverse3 :: (Source r1 a, Source r2 b, Source r3 c, Shape sh1, Shape sh2, Shape sh3, Shape sh4) => Array r1 sh1 a -> Array r2 sh2 b -> Array r3 sh3 c -> (sh1 -> sh2 -> sh3 -> sh4) -> ((sh1 -> a) -> (sh2 -> b) -> (sh3 -> c) -> sh4 -> d) -> Array D sh4 d Data/Array/Repa/Operators/Traversal.hs:60:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh4 • In the type signature for: traverse3 :: (Source r1 a, Source r2 b, Source r3 c, Shape sh1, Shape sh2, Shape sh3, Shape sh4) => Array r1 sh1 a -> Array r2 sh2 b -> Array r3 sh3 c -> (sh1 -> sh2 -> sh3 -> sh4) -> ((sh1 -> a) -> (sh2 -> b) -> (sh3 -> c) -> sh4 -> d) -> Array D sh4 d Data/Array/Repa/Operators/Traversal.hs:87:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh5 • In the type signature for: unsafeTraverse4 :: (Source r1 a, Source r2 b, Source r3 c, Source r4 d, Shape sh1, Shape sh2, Shape sh3, Shape sh4, Shape sh5) => Array r1 sh1 a -> Array r2 sh2 b -> Array r3 sh3 c -> Array r4 sh4 d -> (sh1 -> sh2 -> sh3 -> sh4 -> sh5) -> ((sh1 -> a) -> (sh2 -> b) -> (sh3 -> c) -> (sh4 -> d) -> sh5 -> e) -> Array D sh5 e Data/Array/Repa/Operators/Traversal.hs:87:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh5 • In the type signature for: traverse4 :: (Source r1 a, Source r2 b, Source r3 c, Source r4 d, Shape sh1, Shape sh2, Shape sh3, Shape sh4, Shape sh5) => Array r1 sh1 a -> Array r2 sh2 b -> Array r3 sh3 c -> Array r4 sh4 d -> (sh1 -> sh2 -> sh3 -> sh4 -> sh5) -> ((sh1 -> a) -> (sh2 -> b) -> (sh3 -> c) -> (sh4 -> d) -> sh5 -> e) -> Array D sh5 e Data/Array/Repa/Repr/ByteString.hs:49:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh • In the type signature for: fromByteString :: Shape sh => sh -> ByteString -> Array B sh Word8 Data/Array/Repa/Repr/Unboxed.hs:92:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh • In the type signature for: computeUnboxedS :: (Shape sh, Load r1 sh e, UM.Unbox e) => Array r1 sh e -> Array U sh e Data/Array/Repa/Repr/Unboxed.hs:104:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh • In the type signature for: computeUnboxedP :: (Shape sh, Load r1 sh e, Monad m, UM.Unbox e) => Array r1 sh e -> m (Array U sh e) Data/Array/Repa/Repr/Unboxed.hs:124:1: warning: [-Wredundant-constraints] • Redundant constraints: (Shape sh, UM.Unbox e) • In the type signature for: fromUnboxed :: (Shape sh, UM.Unbox e) => sh -> U.Vector e -> Array U sh e Data/Array/Repa/Repr/Unboxed.hs:133:1: warning: [-Wredundant-constraints] • Redundant constraint: UM.Unbox e • In the type signature for: toUnboxed :: UM.Unbox e => Array U sh e -> U.Vector e Data/Array/Repa/Repr/Undefined.hs:47:10: warning: [-Wredundant-constraints] • Redundant constraint: Num e • In the instance declaration for ‘Load X sh e’ Data/Array/Repa/Operators/Reduction.hs:190:1: warning: [-Wredundant-constraints] • Redundant constraint: Eq sh • In the type signature for: equalsP :: (Shape sh, Eq sh, Source r1 a, Source r2 a, Eq a, Monad m) => Array r1 sh a -> Array r2 sh a -> m Bool Data/Array/Repa/Operators/Reduction.hs:201:1: warning: [-Wredundant-constraints] • Redundant constraint: Eq sh • In the type signature for: equalsS :: (Shape sh, Eq sh, Source r1 a, Source r2 a, Eq a) => Array r1 sh a -> Array r2 sh a -> Bool Data/Array/Repa/Repr/Vector.hs:85:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh • In the type signature for: computeVectorS :: (Shape sh, Load r1 sh e) => Array r1 sh e -> Array V sh e Data/Array/Repa/Repr/Vector.hs:93:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh • In the type signature for: computeVectorP :: (Shape sh, Load r1 sh e, Monad m) => Array r1 sh e -> m (Array V sh e) Data/Array/Repa/Repr/Vector.hs:110:1: warning: [-Wredundant-constraints] • Redundant constraint: Shape sh • In the type signature for: fromVector :: Shape sh => sh -> V.Vector e -> Array V sh e Data/Array/Repa/Arbitrary.hs:41:10: warning: [-Wredundant-constraints] • Redundant constraint: Shape a • In the instance declaration for ‘Arbitrary (a :. Int)’ Data/Array/Repa/Arbitrary.hs:73:10: warning: [-Wredundant-constraints] • Redundant constraint: Shape a • In the instance declaration for ‘CoArbitrary (a :. Int)’ Haddock coverage: 80% ( 4 / 5) in 'Data.Array.Repa.Stencil.Partition' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Array.Repa.Eval.Elt' 100% ( 4 / 4) in 'Data.Array.Repa.Shape' 80% ( 4 / 5) in 'Data.Array.Repa.Base' Missing documentation for: Module header 67% ( 2 / 3) in 'Data.Array.Repa.Eval.Target' Missing documentation for: Module header 67% ( 2 / 3) in 'Data.Array.Repa.Eval.Load' Missing documentation for: Module header 67% ( 2 / 3) in 'Data.Array.Repa.Repr.HintSmall' Missing documentation for: Module header 38% ( 6 / 16) in 'Data.Array.Repa.Index' Missing documentation for: DIM0 (Data/Array/Repa/Index.hs:30) DIM1 (Data/Array/Repa/Index.hs:31) DIM2 (Data/Array/Repa/Index.hs:32) DIM3 (Data/Array/Repa/Index.hs:33) DIM4 (Data/Array/Repa/Index.hs:34) DIM5 (Data/Array/Repa/Index.hs:35) ix2 (Data/Array/Repa/Index.hs:47) ix3 (Data/Array/Repa/Index.hs:51) ix4 (Data/Array/Repa/Index.hs:55) ix5 (Data/Array/Repa/Index.hs:59) 100% ( 6 / 6) in 'Data.Array.Repa.Slice' 100% ( 5 / 5) in 'Data.Array.Repa.Stencil.Base' 100% ( 2 / 2) in 'Data.Array.Repa.Stencil.Template' 100% ( 7 / 7) in 'Data.Array.Repa.Eval.Gang' 80% ( 4 / 5) in 'Data.Array.Repa.Eval.Reduction' Missing documentation for: Module header 67% ( 2 / 3) in 'Data.Array.Repa.Eval.Selection' Missing documentation for: Module header 100% ( 4 / 4) in 'Data.Array.Repa.Eval.Cursored' 100% ( 5 / 5) in 'Data.Array.Repa.Eval.Chunked' 80% ( 4 / 5) in 'Data.Array.Repa.Repr.Delayed' Missing documentation for: Module header 89% ( 8 / 9) in 'Data.Array.Repa.Operators.Traversal' Missing documentation for: Module header 93% ( 13 / 14) in 'Data.Array.Repa.Operators.IndexSpace' Missing documentation for: Module header 100% ( 9 / 9) in 'Data.Array.Repa.Unsafe' 75% ( 3 / 4) in 'Data.Array.Repa.Operators.Interleave' Missing documentation for: Module header 75% ( 3 / 4) in 'Data.Array.Repa.Repr.ByteString' Missing documentation for: Module header 83% ( 5 / 6) in 'Data.Array.Repa.Repr.ForeignPtr' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Array.Repa.Eval.Interleaved' 67% ( 2 / 3) in 'Data.Array.Repa.Repr.HintInterleave' Missing documentation for: Module header 100% ( 31 / 31) in 'Data.Array.Repa.Eval' 50% ( 2 / 4) in 'Data.Array.Repa.Repr.Partitioned' Missing documentation for: Module header Range (Data/Array/Repa/Repr/Partitioned.hs:26) 89% ( 16 / 18) in 'Data.Array.Repa.Repr.Unboxed' Missing documentation for: Module header Unbox 50% ( 1 / 2) in 'Data.Array.Repa.Operators.Selection' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Array.Repa.Repr.Undefined' Missing documentation for: Module header 67% ( 2 / 3) in 'Data.Array.Repa.Repr.Cursored' Missing documentation for: Module header 50% ( 5 / 10) in 'Data.Array.Repa.Operators.Mapping' Missing documentation for: Module header +^ (Data/Array/Repa/Operators/Mapping.hs:59) -^ (Data/Array/Repa/Operators/Mapping.hs:62) *^ (Data/Array/Repa/Operators/Mapping.hs:65) /^ (Data/Array/Repa/Operators/Mapping.hs:68) 100% ( 5 / 5) in 'Data.Array.Repa.Specialised.Dim2' 75% ( 6 / 8) in 'Data.Array.Repa.Stencil.Dim2' Missing documentation for: Module header PC5 (Data/Array/Repa/Stencil/Dim2.hs:38) 91% ( 10 / 11) in 'Data.Array.Repa.Operators.Reduction' Missing documentation for: Module header 86% ( 6 / 7) in 'Data.Array.Repa.Repr.Vector' Missing documentation for: Module header 93% ( 14 / 15) in 'Data.Array.Repa.Arbitrary' Missing documentation for: Module header 94% ( 65 / 69) in 'Data.Array.Repa' Missing documentation for: +^ (Data/Array/Repa/Operators/Mapping.hs:59) -^ (Data/Array/Repa/Operators/Mapping.hs:62) *^ (Data/Array/Repa/Operators/Mapping.hs:65) /^ (Data/Array/Repa/Operators/Mapping.hs:68) 100% ( 5 / 5) in 'Data.Array.Repa.Stencil' Warning: Data.Array.Repa.Repr.HintSmall: could not find link destinations for: D:R:ArraySsha0 ASmall Warning: Data.Array.Repa.Eval.Gang: could not find link destinations for: Req Warning: Data.Array.Repa.Repr.Delayed: could not find link destinations for: D:R:ArrayDsha0 ADelayed Warning: Data.Array.Repa.Repr.ByteString: could not find link destinations for: D:R:ArrayBshWord80 AByteString Warning: Data.Array.Repa.Repr.ForeignPtr: could not find link destinations for: D:R:ArrayFsha0 AForeignPtr D:R:MVecFe0 FPVec Warning: Data.Array.Repa.Repr.HintInterleave: could not find link destinations for: D:R:ArrayIsha0 AInterleave Warning: Data.Array.Repa.Eval: could not find link destinations for: GElt Warning: Data.Array.Repa.Repr.Partitioned: could not find link destinations for: D:R:ArrayPshe0 APart Warning: Data.Array.Repa.Repr.Unboxed: could not find link destinations for: D:R:ArrayUsha0 AUnboxed D:R:MVecUe0 UMVec Warning: Data.Array.Repa.Repr.Undefined: could not find link destinations for: D:R:ArrayXshe0 AUndefined Warning: Data.Array.Repa.Repr.Cursored: could not find link destinations for: D:R:ArrayCsha0 ACursored Warning: Data.Array.Repa.Repr.Vector: could not find link destinations for: D:R:ArrayVsha0 AVector D:R:MVecVe0 MVector Warning: Data.Array.Repa: could not find link destinations for: D:R:ArrayDsha0 ADelayed D:R:ArrayUsha0 AUnboxed D:R:MVecUe0 UMVec Documentation created: dist/doc/html/repa/index.html, dist/doc/html/repa/repa.txt Creating package registration file: /tmp/pkgConf-repa-3.4.115691159211777288820.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/repa-3.4.1.1-8WegHPlyLUhBnx1jAMPd7t Registering repa-3.4.1.1... cabal: Leaving directory '/tmp/cabal-tmp-23208/repa-3.4.1.1' Installed repa-3.4.1.1 Downloading repa-io-3.4.1.1... cabal: Entering directory '/tmp/cabal-tmp-23208/repa-io-3.4.1.1' Configuring repa-io-3.4.1.1... Building repa-io-3.4.1.1... Preprocessing library repa-io-3.4.1.1... [1 of 6] Compiling Data.Array.Repa.IO.Timing ( Data/Array/Repa/IO/Timing.hs, dist/build/Data/Array/Repa/IO/Timing.o ) [2 of 6] Compiling Data.Array.Repa.IO.Internals.Text ( Data/Array/Repa/IO/Internals/Text.hs, dist/build/Data/Array/Repa/IO/Internals/Text.o ) [3 of 6] Compiling Data.Array.Repa.IO.Vector ( Data/Array/Repa/IO/Vector.hs, dist/build/Data/Array/Repa/IO/Vector.o ) [4 of 6] Compiling Data.Array.Repa.IO.Matrix ( Data/Array/Repa/IO/Matrix.hs, dist/build/Data/Array/Repa/IO/Matrix.o ) [5 of 6] Compiling Data.Array.Repa.IO.BMP ( Data/Array/Repa/IO/BMP.hs, dist/build/Data/Array/Repa/IO/BMP.o ) [6 of 6] Compiling Data.Array.Repa.IO.Binary ( Data/Array/Repa/IO/Binary.hs, dist/build/Data/Array/Repa/IO/Binary.o ) Running Haddock for repa-io-3.4.1.1... Running hscolour for repa-io-3.4.1.1... Preprocessing library repa-io-3.4.1.1... Preprocessing library repa-io-3.4.1.1... Haddock coverage: 64% ( 7 / 11) in 'Data.Array.Repa.IO.Timing' Missing documentation for: milliseconds (Data/Array/Repa/IO/Timing.hs:46) microseconds (Data/Array/Repa/IO/Timing.hs:43) cpuTime (Data/Array/Repa/IO/Timing.hs:49) wallTime (Data/Array/Repa/IO/Timing.hs:52) 67% ( 2 / 3) in 'Data.Array.Repa.IO.Internals.Text' Missing documentation for: Module header 100% ( 3 / 3) in 'Data.Array.Repa.IO.Vector' 100% ( 3 / 3) in 'Data.Array.Repa.IO.Matrix' 100% ( 3 / 3) in 'Data.Array.Repa.IO.BMP' 100% ( 3 / 3) in 'Data.Array.Repa.IO.Binary' Warning: Data.Array.Repa.IO.Timing: could not find link destinations for: TimeUnit Documentation created: dist/doc/html/repa-io/index.html, dist/doc/html/repa-io/repa-io.txt Creating package registration file: /tmp/pkgConf-repa-io-3.4.112306743961815983044.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/repa-io-3.4.1.1-HRFGZ6jYKvMBkBKFtuFIq Registering repa-io-3.4.1.1... cabal: Leaving directory '/tmp/cabal-tmp-23208/repa-io-3.4.1.1' Installed repa-io-3.4.1.1