Build #3 for hopfield-0.1.0.2

[all reports]

Package hopfield-0.1.0.2
Install ConfigureFailed
Docs NotTried
Tests NotTried
Time submitted 2015-09-26 19:27:07.836699 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies vector-0.11.0.0, split-0.2.2, rvar-0.2.0.2, random-fu-0.2.6.2, random-1.1, probability-0.2.5, parallel-3.2.0.6, optparse-applicative-0.12.0.0, monad-loops-0.4.3, hmatrix-0.17.0.1, exact-combinatorics-0.2.0.8, erf-2.0.0.0, directory-1.2.2.0, deepseq-1.4.1.1, base-4.8.1.0, array-0.5.1.0, QuickCheck-2.8.1, MonadRandom-0.4, JuicyPixels-3.2.6.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring ansi-terminal-0.6.2.3...
Building ansi-terminal-0.6.2.3...
Preprocessing library ansi-terminal-0.6.2.3...
[1 of 3] Compiling System.Console.ANSI.Common ( System/Console/ANSI/Common.hs, dist/build/System/Console/ANSI/Common.o )
[2 of 3] Compiling System.Console.ANSI.Unix ( System/Console/ANSI/Unix.hs, dist/build/System/Console/ANSI/Unix.o )
[3 of 3] Compiling System.Console.ANSI ( System/Console/ANSI.hs, dist/build/System/Console/ANSI.o )
In-place registering ansi-terminal-0.6.2.3...
Running Haddock for ansi-terminal-0.6.2.3...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-ansi-terminal-0.6.2336465782861021530.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/ansi-terminal-0.6.2.3-KW0LUY2zB7JCYzE4ZYrwBg
Registering ansi-terminal-0.6.2.3...
Installed ansi-terminal-0.6.2.3
Configuring base-orphans-0.4.4...
Building base-orphans-0.4.4...
Preprocessing library base-orphans-0.4.4...
[1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, dist/build/Data/Orphans/Prelude.o )
[2 of 2] Compiling Data.Orphans     ( src/Data/Orphans.hs, dist/build/Data/Orphans.o )
In-place registering base-orphans-0.4.4...
Running Haddock for base-orphans-0.4.4...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-base-orphans-0.45726603361159126505.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/base-orphans-0.4.4-E55c3OEBLyu45sND7mOuE9
Registering base-orphans-0.4.4...
Installed base-orphans-0.4.4
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...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-cereal-0.4.11036140795463480570.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 erf-2.0.0.0...
Building erf-2.0.0.0...
Preprocessing library erf-2.0.0.0...
[1 of 1] Compiling Data.Number.Erf  ( src/Data/Number/Erf.hs, dist/build/Data/Number/Erf.o )
In-place registering erf-2.0.0.0...
Running Haddock for erf-2.0.0.0...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-erf-2.0.014099597082077486715.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/erf-2.0.0.0-Be5uVBtPUiRDcHpku4LRl7
Registering erf-2.0.0.0...
Installed erf-2.0.0.0
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-11102/exact-combinatorics-0.2.0.8/dist/setup/setup.hs, /tmp/cabal-tmp-11102/exact-combinatorics-0.2.0.8/dist/setup/Main.o )
Linking /tmp/cabal-tmp-11102/exact-combinatorics-0.2.0.8/dist/setup/setup ...
Configuring exact-combinatorics-0.2.0.8...
Building exact-combinatorics-0.2.0.8...
Preprocessing library exact-combinatorics-0.2.0.8...
[1 of 3] Compiling Math.Combinatorics.Exact.Factorial ( src/Math/Combinatorics/Exact/Factorial.hs, dist/build/Math/Combinatorics/Exact/Factorial.o )
[2 of 3] Compiling Math.Combinatorics.Exact.Primes ( src/Math/Combinatorics/Exact/Primes.hs, dist/build/Math/Combinatorics/Exact/Primes.o )
[3 of 3] Compiling Math.Combinatorics.Exact.Binomial ( src/Math/Combinatorics/Exact/Binomial.hs, dist/build/Math/Combinatorics/Exact/Binomial.o )
In-place registering exact-combinatorics-0.2.0.8...
Running Haddock for exact-combinatorics-0.2.0.8...
setup: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-exact-combinatorics-0.2.02147469841438792350.8
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/exact-combinatorics-0.2.0.8-IIfoqXsFDX1BbC0NEbHIUR
Registering exact-combinatorics-0.2.0.8...
Installed exact-combinatorics-0.2.0.8
Configuring monad-loops-0.4.3...
Building monad-loops-0.4.3...
Preprocessing library monad-loops-0.4.3...
[1 of 1] Compiling Control.Monad.Loops ( src/Control/Monad/Loops.hs, dist/build/Control/Monad/Loops.o )
In-place registering monad-loops-0.4.3...
Running Haddock for monad-loops-0.4.3...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-monad-loops-0.41476153275213975407.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/monad-loops-0.4.3-EQoySqNZ2bd85KCgzAOO4M
Registering monad-loops-0.4.3...
Installed monad-loops-0.4.3
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...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file: /tmp/pkgConf-mtl-2.21504569917680466996.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 nats-1...
Building nats-1...
Preprocessing library nats-1...
In-place registering nats-1...
Running Haddock for nats-1...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file: /tmp/pkgConf-nats-119509559391335939811
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/nats-1-Fmk0Emc1i6fF1ZuCqfyZlm
Registering nats-1...
Installed nats-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...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-old-locale-1.0.01046741222337739299.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 parallel-3.2.0.6...
Building parallel-3.2.0.6...
Preprocessing library parallel-3.2.0.6...
[1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, dist/build/Control/Parallel.o )
[2 of 3] Compiling Control.Seq      ( Control/Seq.hs, dist/build/Control/Seq.o )
[3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, dist/build/Control/Parallel/Strategies.o )
In-place registering parallel-3.2.0.6...
Running Haddock for parallel-3.2.0.6...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-parallel-3.2.01857962504201690613.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/parallel-3.2.0.6-6L9FbzO2lwB9ZhSC6B30xj
Registering parallel-3.2.0.6...
Installed parallel-3.2.0.6
Configuring primitive-0.6.1.0...
Building primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...
[ 1 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o )
[ 2 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o )
[ 3 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o )
[ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o )

Control/Monad/Primitive.hs:41:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

Control/Monad/Primitive.hs:100:11: Warning:
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:100:47: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:101:19: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
[ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o )
[ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o )
[ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o )
[ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o )
[ 9 of 10] Compiling Data.Primitive   ( Data/Primitive.hs, dist/build/Data/Primitive.o )
[10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o )
In-place registering primitive-0.6.1.0...
Running Haddock for primitive-0.6.1.0...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-primitive-0.6.17392733031750003033.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/primitive-0.6.1.0-5Jnw7oEuYtM9dmKXelGXVb
Registering primitive-0.6.1.0...
Installed primitive-0.6.1.0
Configuring random-1.1...
Building random-1.1...
Preprocessing library random-1.1...
[1 of 1] Compiling System.Random    ( System/Random.hs, dist/build/System/Random.o )

System/Random.hs:43:1: Warning: Tab character

System/Random.hs:45:1: Warning: Tab character

System/Random.hs:47:1: Warning: Tab character

System/Random.hs:53:1: Warning: Tab character

System/Random.hs:55:1: Warning: Tab character

System/Random.hs:56:1: Warning: Tab character

System/Random.hs:57:1: Warning: Tab character

System/Random.hs:59:1: Warning: Tab character

System/Random.hs:61:1: Warning: Tab character

System/Random.hs:63:1: Warning: Tab character

System/Random.hs:64:1: Warning: Tab character

System/Random.hs:65:1: Warning: Tab character

System/Random.hs:66:1: Warning: Tab character

System/Random.hs:68:1: Warning: Tab character

System/Random.hs:69:1: Warning: Tab character

System/Random.hs:70:1: Warning: Tab character

System/Random.hs:71:1: Warning: Tab character

System/Random.hs:73:1: Warning: Tab character

System/Random.hs:74:1: Warning: Tab character

System/Random.hs:76:1: Warning: Tab character

System/Random.hs:90:22: Warning: Tab character

System/Random.hs:91:17: Warning: Tab character

System/Random.hs:94:17: Warning: Tab character

System/Random.hs:102:15: Warning: Tab character

System/Random.hs:240:1: Warning: Tab character

System/Random.hs:241:1: Warning: Tab character

System/Random.hs:249:1: Warning: Tab character

System/Random.hs:269:1: Warning: Tab character

System/Random.hs:270:1: Warning: Tab character

System/Random.hs:271:1: Warning: Tab character

System/Random.hs:272:1: Warning: Tab character

System/Random.hs:273:1: Warning: Tab character

System/Random.hs:326:11: Warning: Tab character

System/Random.hs:343:11: Warning: Tab character

System/Random.hs:384:11: Warning: Tab character

System/Random.hs:395:1: Warning: Tab character

System/Random.hs:396:1: Warning: Tab character

System/Random.hs:396:20: Warning: Tab character

System/Random.hs:397:1: Warning: Tab character

System/Random.hs:397:20: Warning: Tab character

System/Random.hs:399:11: Warning: Tab character

System/Random.hs:406:1: Warning: Tab character

System/Random.hs:415:1: Warning: Tab character

System/Random.hs:428:1: Warning: Tab character

System/Random.hs:429:1: Warning: Tab character

System/Random.hs:430:1: Warning: Tab character

System/Random.hs:440:3: Warning: Tab character

System/Random.hs:502:1: Warning: Tab character

System/Random.hs:503:1: Warning: Tab character

System/Random.hs:504:1: Warning: Tab character

System/Random.hs:506:1: Warning: Tab character

System/Random.hs:507:1: Warning: Tab character

System/Random.hs:508:1: Warning: Tab character

System/Random.hs:519:1: Warning: Tab character

System/Random.hs:519:14: Warning: Tab character

System/Random.hs:520:1: Warning: Tab character

System/Random.hs:522:1: Warning: Tab character

System/Random.hs:523:1: Warning: Tab character

System/Random.hs:524:1: Warning: Tab character

System/Random.hs:526:1: Warning: Tab character

System/Random.hs:527:1: Warning: Tab character

System/Random.hs:528:1: Warning: Tab character
In-place registering random-1.1...
Running Haddock for random-1.1...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file: /tmp/pkgConf-random-11900553541400000569.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...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-split-0.216652049161707056552.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 stm-2.4.4...
Building stm-2.4.4...
Preprocessing library stm-2.4.4...
[ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
[ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
[ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o )
[ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o )
[10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o )
In-place registering stm-2.4.4...
Running Haddock for stm-2.4.4...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file: /tmp/pkgConf-stm-2.412320568561745790417.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/stm-2.4.4-C1kFMnPqFjvDhFjgMZGUpr
Registering stm-2.4.4...
Installed stm-2.4.4
Configuring storable-complex-0.2.2...
Building storable-complex-0.2.2...
Preprocessing library storable-complex-0.2.2...
[1 of 1] Compiling Foreign.Storable.Complex ( in-base/Foreign/Storable/Complex.hs, dist/build/Foreign/Storable/Complex.o )
In-place registering storable-complex-0.2.2...
Running Haddock for storable-complex-0.2.2...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-storable-complex-0.219052410812004187516.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/storable-complex-0.2.2-2MkV3qezhU24R0A34b7XWh
Registering storable-complex-0.2.2...
Installed storable-complex-0.2.2
Configuring syb-0.6...
Building syb-0.6...
Preprocessing library syb-0.6...
[ 1 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o )
[ 2 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o )
[ 3 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o )
[ 4 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o )
[ 5 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o )
[ 6 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o )
[ 7 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o )
[ 8 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o )
[ 9 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o )
[10 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o )
[11 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o )
[12 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o )
[13 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o )
[14 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o )
[15 of 16] Compiling Data.Generics    ( src/Data/Generics.hs, dist/build/Data/Generics.o )
[16 of 16] Compiling Generics.SYB     ( src/Generics/SYB.hs, dist/build/Generics/SYB.o )
In-place registering syb-0.6...
Running Haddock for syb-0.6...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file: /tmp/pkgConf-syb-0345367818257675105.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/syb-0.6-2wX6OHAY1mu1En8Oic6xKR
Registering syb-0.6...
Installed syb-0.6
Configuring tagged-0.8.1...
Building tagged-0.8.1...
Preprocessing library tagged-0.8.1...
[1 of 2] Compiling Data.Proxy.TH    ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o )
[2 of 2] Compiling Data.Tagged      ( src/Data/Tagged.hs, dist/build/Data/Tagged.o )
In-place registering tagged-0.8.1...
Running Haddock for tagged-0.8.1...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-tagged-0.811313592111821066342.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/tagged-0.8.1-6Tf46oJAk552xT73wGffBW
Registering tagged-0.8.1...
Installed tagged-0.8.1
Configuring text-1.2.1.3...
Building text-1.2.1.3...
Preprocessing library text-1.2.1.3...
[ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )

Data/Text/Internal/Read.hs:21:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 2 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 3 of 44] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o )
[ 4 of 44] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o )
[ 5 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )

Data/Text/Encoding/Error.hs:3:14: Warning:
    ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe!
[ 6 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 7 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 8 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 9 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o )
[10 of 44] Compiling Data.Text.Array  ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[11 of 44] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o )
[12 of 44] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[13 of 44] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o )
[14 of 44] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o )
[15 of 44] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o )
[16 of 44] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o )
[17 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[18 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[19 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[20 of 44] Compiling Data.Text.Show   ( Data/Text/Show.hs, dist/build/Data/Text/Show.o )
[21 of 44] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o )
[22 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o )
[23 of 44] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o )
[24 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[25 of 44] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o )
[26 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o )
[27 of 44] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[28 of 44] Compiling Data.Text        ( Data/Text.hs, dist/build/Data/Text.o )
[29 of 44] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o )
[30 of 44] Compiling Data.Text.IO     ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[31 of 44] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o )
[32 of 44] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o )
[33 of 44] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o )
[34 of 44] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[35 of 44] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )

Data/Text/Lazy/Encoding.hs:65:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[36 of 44] Compiling Data.Text.Lazy   ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o )
[37 of 44] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o )

Data/Text/Internal/Builder.hs:61:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[38 of 44] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o )
[39 of 44] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o )

Data/Text/Internal/Builder/Functions.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )

Data/Text/Lazy/Builder/Int.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Lazy/Builder/Int.hs:30:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Text/Lazy/Builder/Int.hs:32:1: Warning:
    The import of ‘GHC.Num’ is redundant
      except perhaps to import instances from ‘GHC.Num’
    To import instances alone, use: import GHC.Num()
[41 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[42 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )

Data/Text/Lazy/Read.hs:3:14: Warning:
    ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe!

Data/Text/Lazy/Read.hs:32:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[43 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[44 of 44] Compiling Data.Text.Read   ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )

Data/Text/Read.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
In-place registering text-1.2.1.3...
Running Haddock for text-1.2.1.3...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-text-1.2.110220891591626250262.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/text-1.2.1.3-1l1AN4I48k37RaQ6fm6CEh
Registering text-1.2.1.3...
Installed text-1.2.1.3
Configuring transformers-compat-0.4.0.4...
Building transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
[1 of 1] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o )
In-place registering transformers-compat-0.4.0.4...
Running Haddock for transformers-compat-0.4.0.4...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-transformers-compat-0.4.01446648412695466127.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 utility-ht-0.0.11...
Building utility-ht-0.0.11...
Preprocessing library utility-ht-0.0.11...
[ 1 of 27] Compiling Text.Show.HT     ( src/Text/Show/HT.hs, dist/build/Text/Show/HT.o )
[ 2 of 27] Compiling Text.Read.HT     ( src/Text/Read/HT.hs, dist/build/Text/Read/HT.o )
[ 3 of 27] Compiling Data.Strictness.HT ( src/Data/Strictness/HT.hs, dist/build/Data/Strictness/HT.o )
[ 4 of 27] Compiling Control.Monad.HT ( src/Control/Monad/HT.hs, dist/build/Control/Monad/HT.o )
[ 5 of 27] Compiling Data.Tuple.Strict ( src/Data/Tuple/Strict.hs, dist/build/Data/Tuple/Strict.o )
[ 6 of 27] Compiling Data.Tuple.Lazy  ( src/Data/Tuple/Lazy.hs, dist/build/Data/Tuple/Lazy.o )
[ 7 of 27] Compiling Data.Tuple.HT    ( src/Data/Tuple/HT.hs, dist/build/Data/Tuple/HT.o )
[ 8 of 27] Compiling Control.Functor.HT ( src/Control/Functor/HT.hs, dist/build/Control/Functor/HT.o )
[ 9 of 27] Compiling Data.Monoid.HT   ( src/Data/Monoid/HT.hs, dist/build/Data/Monoid/HT.o )
[10 of 27] Compiling Data.Maybe.HT    ( src/Data/Maybe/HT.hs, dist/build/Data/Maybe/HT.o )
[11 of 27] Compiling Data.Ix.Enum     ( src/Data/Ix/Enum.hs, dist/build/Data/Ix/Enum.o )
[12 of 27] Compiling Data.Function.HT.Private ( src/Data/Function/HT/Private.hs, dist/build/Data/Function/HT/Private.o )
[13 of 27] Compiling Data.Function.HT ( src/Data/Function/HT.hs, dist/build/Data/Function/HT.o )
[14 of 27] Compiling Data.List.Key.Private ( src/Data/List/Key/Private.hs, dist/build/Data/List/Key/Private.o )
[15 of 27] Compiling Data.List.Key    ( src/Data/List/Key.hs, dist/build/Data/List/Key.o )
[16 of 27] Compiling Data.Ord.HT      ( src/Data/Ord/HT.hs, dist/build/Data/Ord/HT.o )
[17 of 27] Compiling Data.Eq.HT       ( src/Data/Eq/HT.hs, dist/build/Data/Eq/HT.o )
[18 of 27] Compiling Data.Bool.HT.Private ( src/Data/Bool/HT/Private.hs, dist/build/Data/Bool/HT/Private.o )
[19 of 27] Compiling Data.Bool.HT     ( src/Data/Bool/HT.hs, dist/build/Data/Bool/HT.o )
[20 of 27] Compiling Data.List.Match.Private ( src/Data/List/Match/Private.hs, dist/build/Data/List/Match/Private.o )
[21 of 27] Compiling Data.List.HT.Private ( src/Data/List/HT/Private.hs, dist/build/Data/List/HT/Private.o )
[22 of 27] Compiling Data.List.HT     ( src/Data/List/HT.hs, dist/build/Data/List/HT.o )
[23 of 27] Compiling Data.Record.HT.Private ( src/Data/Record/HT/Private.hs, dist/build/Data/Record/HT/Private.o )

src/Data/Record/HT/Private.hs:3:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[24 of 27] Compiling Data.Record.HT   ( src/Data/Record/HT.hs, dist/build/Data/Record/HT.o )
[25 of 27] Compiling Data.String.HT   ( src/Data/String/HT.hs, dist/build/Data/String/HT.o )
[26 of 27] Compiling Data.Tuple.Example ( src/Data/Tuple/Example.hs, dist/build/Data/Tuple/Example.o )
[27 of 27] Compiling Data.List.Match  ( src/Data/List/Match.hs, dist/build/Data/List/Match.o )
In-place registering utility-ht-0.0.11...
Running Haddock for utility-ht-0.0.11...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-utility-ht-0.014669424911688323172.11
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/utility-ht-0.0.11-2TDzwuUXV1L537S7AEMkBP
Registering utility-ht-0.0.11...
Installed utility-ht-0.0.11
Configuring zlib-0.6.1.1...
Building zlib-0.6.1.1...
Preprocessing library zlib-0.6.1.1...
[1 of 5] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, dist/build/Codec/Compression/Zlib/Stream.o )
[2 of 5] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, dist/build/Codec/Compression/Zlib/Internal.o )
[3 of 5] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, dist/build/Codec/Compression/Zlib/Raw.o )
[4 of 5] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, dist/build/Codec/Compression/Zlib.o )
[5 of 5] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, dist/build/Codec/Compression/GZip.o )
In-place registering zlib-0.6.1.1...
Running Haddock for zlib-0.6.1.1...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-zlib-0.6.11369893141390848153.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/zlib-0.6.1.1-IYDcUciccRK7uPRFSGbDhG
Registering zlib-0.6.1.1...
Installed zlib-0.6.1.1
Configuring ansi-wl-pprint-0.6.7.3...
Building ansi-wl-pprint-0.6.7.3...
Preprocessing library ansi-wl-pprint-0.6.7.3...
[1 of 1] Compiling Text.PrettyPrint.ANSI.Leijen ( Text/PrettyPrint/ANSI/Leijen.hs, dist/build/Text/PrettyPrint/ANSI/Leijen.o )
In-place registering ansi-wl-pprint-0.6.7.3...
Running Haddock for ansi-wl-pprint-0.6.7.3...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-ansi-wl-pprint-0.6.718558430241146137088.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/ansi-wl-pprint-0.6.7.3-KPlSW7tbqXS51Lj59n3FC4
Registering ansi-wl-pprint-0.6.7.3...
Installed ansi-wl-pprint-0.6.7.3
Configuring MonadPrompt-1.0.0.5...
Building MonadPrompt-1.0.0.5...
Preprocessing library MonadPrompt-1.0.0.5...
[1 of 1] Compiling Control.Monad.Prompt ( Control/Monad/Prompt.hs, dist/build/Control/Monad/Prompt.o )
In-place registering MonadPrompt-1.0.0.5...
Running Haddock for MonadPrompt-1.0.0.5...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-MonadPrompt-1.0.015618127221322623287.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/MonadPrompt-1.0.0.5-F7EbDY62JaM3o66tgtZZ8G
Registering MonadPrompt-1.0.0.5...
Installed MonadPrompt-1.0.0.5
Configuring old-time-1.1.0.3...
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for ftime... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for gettimeofday... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... (cached) yes
checking whether altzone is declared... no
configure: creating ./config.status
config.status: creating include/HsTimeConfig.h
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
Building old-time-1.1.0.3...
Preprocessing library old-time-1.1.0.3...
[1 of 1] Compiling System.Time      ( dist/build/System/Time.hs, dist/build/System/Time.o )
In-place registering old-time-1.1.0.3...
Running Haddock for old-time-1.1.0.3...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-old-time-1.1.013905980891028363610.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/old-time-1.1.0.3-FBWJJDS5FKr7UKFScBcUW2
Registering old-time-1.1.0.3...
Installed old-time-1.1.0.3
Configuring 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 )
[ 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 )

Data/Vector/Fusion/Util.hs:19:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 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:93:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[ 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:105:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[ 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: Tab character
[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 )
[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 )

Data/Vector/Primitive.hs:167: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()
[15 of 21] Compiling Data.Vector.Storable.Mutable ( Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o )
[16 of 21] Compiling Data.Vector.Storable ( Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o )

Data/Vector/Storable.hs:172: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()
[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:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[18 of 21] Compiling Data.Vector.Unboxed ( Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o )

Data/Vector/Unboxed.hs:189: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()
[19 of 21] Compiling Data.Vector.Unboxed.Mutable ( Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o )
[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 )

Data/Vector.hs:190:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
In-place registering vector-0.11.0.0...
Running Haddock for vector-0.11.0.0...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-vector-0.11.01604665417750679664.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/vector-0.11.0.0-A9qWf1eecPQGJD12EBZIxF
Registering vector-0.11.0.0...
Installed vector-0.11.0.0
Configuring tf-random-0.5...
Building tf-random-0.5...
Preprocessing library tf-random-0.5...
[1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, dist/build/System/Random/TF/Gen.o )
[2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, dist/build/System/Random/TF/Init.o )

src/System/Random/TF/Init.hs:94:5: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
[3 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, dist/build/System/Random/TF/Instances.o )
[4 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, dist/build/System/Random/TF.o )
In-place registering tf-random-0.5...
Running Haddock for tf-random-0.5...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-tf-random-018480961071727952741.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/tf-random-0.5-28prfR75qTK8HkPsc02Mdm
Registering tf-random-0.5...
Installed tf-random-0.5
Configuring StateVar-1.1.0.1...
Building StateVar-1.1.0.1...
Preprocessing library StateVar-1.1.0.1...
[1 of 1] Compiling Data.StateVar    ( src/Data/StateVar.hs, dist/build/Data/StateVar.o )
In-place registering StateVar-1.1.0.1...
Running Haddock for StateVar-1.1.0.1...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-StateVar-1.1.01295815494753959819.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/StateVar-1.1.0.1-6K4a3UqSdqh6lGAm1wlr9s
Registering StateVar-1.1.0.1...
Installed StateVar-1.1.0.1
Configuring stateref-0.3...
Building stateref-0.3...
Preprocessing library stateref-0.3...
[ 1 of 10] Compiling Data.MRef.Types  ( src/Data/MRef/Types.hs, dist/build/Data/MRef/Types.o )
[ 2 of 10] Compiling Data.StateRef.Types ( src/Data/StateRef/Types.hs, dist/build/Data/StateRef/Types.o )
[ 3 of 10] Compiling Data.StateRef.Instances.STM ( src/Data/StateRef/Instances/STM.hs, dist/build/Data/StateRef/Instances/STM.o )
[ 4 of 10] Compiling Data.StateRef.Instances.Undecidable ( src/Data/StateRef/Instances/Undecidable.hs, dist/build/Data/StateRef/Instances/Undecidable.o )
[ 5 of 10] Compiling Data.StateRef.Instances ( src/Data/StateRef/Instances.hs, dist/build/Data/StateRef/Instances.o )
[ 6 of 10] Compiling Data.Accessor    ( src/Data/Accessor.hs, dist/build/Data/Accessor.o )
[ 7 of 10] Compiling Data.StateRef    ( src/Data/StateRef.hs, dist/build/Data/StateRef.o )
[ 8 of 10] Compiling Data.MRef.Instances.STM ( src/Data/MRef/Instances/STM.hs, dist/build/Data/MRef/Instances/STM.o )
[ 9 of 10] Compiling Data.MRef.Instances ( src/Data/MRef/Instances.hs, dist/build/Data/MRef/Instances.o )
[10 of 10] Compiling Data.MRef        ( src/Data/MRef.hs, dist/build/Data/MRef.o )
In-place registering stateref-0.3...
Running Haddock for stateref-0.3...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-stateref-01010764797454416748.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/stateref-0.3-4DTbCuUQ5YUG0cvHdvUVbJ
Registering stateref-0.3...
Installed stateref-0.3
Configuring th-extras-0.0.0.2...
Building th-extras-0.0.0.2...
Preprocessing library th-extras-0.0.0.2...
[1 of 1] Compiling Language.Haskell.TH.Extras ( src/Language/Haskell/TH/Extras.hs, dist/build/Language/Haskell/TH/Extras.o )
In-place registering th-extras-0.0.0.2...
Running Haddock for th-extras-0.0.0.2...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-th-extras-0.0.01693485026360022300.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/th-extras-0.0.0.2-92bZcUCddPUC3TMCpaqGb4
Registering th-extras-0.0.0.2...
Installed th-extras-0.0.0.2
Configuring hashable-1.2.3.3...
Building hashable-1.2.3.3...
Preprocessing library hashable-1.2.3.3...
[1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o )

Data/Hashable/Class.hs:54:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Hashable/Class.hs:218:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Class.hs:241:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Class.hs:420:28: 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'."
[2 of 3] Compiling Data.Hashable.Generic ( Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o )

Data/Hashable/Generic.hs:20:1: Warning:
    The import of ‘Bits’ from module ‘Data.Bits’ is redundant
[3 of 3] Compiling Data.Hashable    ( Data/Hashable.hs, dist/build/Data/Hashable.o )
In-place registering hashable-1.2.3.3...
Running Haddock for hashable-1.2.3.3...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-hashable-1.2.37015398071143849810.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hashable-1.2.3.3-2GTZqecVp8NJZrNuKzGxfy
Registering hashable-1.2.3.3...
Installed hashable-1.2.3.3
Configuring MonadRandom-0.4...
Building MonadRandom-0.4...
Preprocessing library MonadRandom-0.4...
[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:202: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:202: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:247: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:247: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.4...
Running Haddock for MonadRandom-0.4...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-MonadRandom-0382926234129183332.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/MonadRandom-0.4-0HPLrpuIT1h0NYNnfFzaza
Registering MonadRandom-0.4...
Installed MonadRandom-0.4
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-11102/distributive-0.4.4/dist/setup/setup.hs, /tmp/cabal-tmp-11102/distributive-0.4.4/dist/setup/Main.o )
Linking /tmp/cabal-tmp-11102/distributive-0.4.4/dist/setup/setup ...
Configuring distributive-0.4.4...
Building distributive-0.4.4...
Preprocessing library distributive-0.4.4...
[1 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o )
[2 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o )
In-place registering distributive-0.4.4...
Running Haddock for distributive-0.4.4...
setup: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-distributive-0.417871891681396768681.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/distributive-0.4.4-IiTFZxvjHzA0FvKz3AU35Q
Registering distributive-0.4.4...
Installed distributive-0.4.4
Configuring probability-0.2.5...
Building probability-0.2.5...
Preprocessing library probability-0.2.5...
[ 1 of 29] Compiling Numeric.Probability.Monad ( src/Numeric/Probability/Monad.hs, dist/build/Numeric/Probability/Monad.o )
[ 2 of 29] Compiling Numeric.Probability.Either ( src/Numeric/Probability/Either.hs, dist/build/Numeric/Probability/Either.o )

src/Numeric/Probability/Either.hs:3:1: Warning:
    Module ‘Control.Monad.Instances’ is deprecated:
      This module now contains no instances and will be removed in the future

src/Numeric/Probability/Either.hs:5:1: Warning:
    The import of ‘<*>, pure, Applicative’
    from module ‘Control.Applicative’ is redundant
[ 3 of 29] Compiling Numeric.Probability.Shape ( src/Numeric/Probability/Shape.hs, dist/build/Numeric/Probability/Shape.o )
[ 4 of 29] Compiling Numeric.Probability.Show ( src/Numeric/Probability/Show.hs, dist/build/Numeric/Probability/Show.o )
[ 5 of 29] Compiling Numeric.Probability.Distribution ( src/Numeric/Probability/Distribution.hs, dist/build/Numeric/Probability/Distribution.o )

src/Numeric/Probability/Distribution.hs:8:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 6 of 29] Compiling Numeric.Probability.Transition ( src/Numeric/Probability/Transition.hs, dist/build/Numeric/Probability/Transition.o )
[ 7 of 29] Compiling Numeric.Probability.Example.Alarm ( src/Numeric/Probability/Example/Alarm.hs, dist/build/Numeric/Probability/Example/Alarm.o )

src/Numeric/Probability/Example/Alarm.hs:45:21: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:46:1: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:47:1: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:48:1: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:49:1: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:50:1: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:53:21: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:54:21: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:55:27: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:56:1: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:56:24: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:57:1: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:57:24: Warning:
    Tab character

src/Numeric/Probability/Example/Alarm.hs:58:1: Warning:
    Tab character
[ 8 of 29] Compiling Numeric.Probability.Example.Bayesian ( src/Numeric/Probability/Example/Bayesian.hs, dist/build/Numeric/Probability/Example/Bayesian.o )
[ 9 of 29] Compiling Numeric.Probability.Example.Boys ( src/Numeric/Probability/Example/Boys.hs, dist/build/Numeric/Probability/Example/Boys.o )
[10 of 29] Compiling Numeric.Probability.Example.Diagnosis ( src/Numeric/Probability/Example/Diagnosis.hs, dist/build/Numeric/Probability/Example/Diagnosis.o )
[11 of 29] Compiling Numeric.Probability.Example.Dice ( src/Numeric/Probability/Example/Dice.hs, dist/build/Numeric/Probability/Example/Dice.o )
[12 of 29] Compiling Numeric.Probability.Example.NBoys ( src/Numeric/Probability/Example/NBoys.hs, dist/build/Numeric/Probability/Example/NBoys.o )
[13 of 29] Compiling Numeric.Probability.Example.Profession ( src/Numeric/Probability/Example/Profession.hs, dist/build/Numeric/Probability/Example/Profession.o )
[14 of 29] Compiling Numeric.Probability.PrintList ( src/Numeric/Probability/PrintList.hs, dist/build/Numeric/Probability/PrintList.o )
[15 of 29] Compiling Numeric.Probability.Random ( src/Numeric/Probability/Random.hs, dist/build/Numeric/Probability/Random.o )

src/Numeric/Probability/Random.hs:10: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()
[16 of 29] Compiling Numeric.Probability.Trace ( src/Numeric/Probability/Trace.hs, dist/build/Numeric/Probability/Trace.o )
[17 of 29] Compiling Numeric.Probability.Percentage ( src/Numeric/Probability/Percentage.hs, dist/build/Numeric/Probability/Percentage.o )
[18 of 29] Compiling Numeric.Probability.Expectation ( src/Numeric/Probability/Expectation.hs, dist/build/Numeric/Probability/Expectation.o )
[19 of 29] Compiling Numeric.Probability.Simulation ( src/Numeric/Probability/Simulation.hs, dist/build/Numeric/Probability/Simulation.o )
[20 of 29] Compiling Numeric.Probability.Example.MontyHall ( src/Numeric/Probability/Example/MontyHall.hs, dist/build/Numeric/Probability/Example/MontyHall.o )
[21 of 29] Compiling Numeric.Probability.Object ( src/Numeric/Probability/Object.hs, dist/build/Numeric/Probability/Object.o )
[22 of 29] Compiling Numeric.Probability.Example.Queuing ( src/Numeric/Probability/Example/Queuing.hs, dist/build/Numeric/Probability/Example/Queuing.o )

src/Numeric/Probability/Example/Queuing.hs:65:32: Warning:
    Tab character

src/Numeric/Probability/Example/Queuing.hs:67:16: Warning:
    Tab character

src/Numeric/Probability/Example/Queuing.hs:68:1: Warning:
    Tab character

src/Numeric/Probability/Example/Queuing.hs:73:1: Warning:
    Tab character

src/Numeric/Probability/Example/Queuing.hs:106:1: Warning:
    Tab character

src/Numeric/Probability/Example/Queuing.hs:107:1: Warning:
    Tab character

src/Numeric/Probability/Example/Queuing.hs:111:1: Warning:
    Tab character

src/Numeric/Probability/Example/Queuing.hs:112:1: Warning:
    Tab character

src/Numeric/Probability/Example/Queuing.hs:113:1: Warning:
    Tab character

src/Numeric/Probability/Example/Queuing.hs:114:1: Warning:
    Tab character
[23 of 29] Compiling Numeric.Probability.Example.Barber ( src/Numeric/Probability/Example/Barber.hs, dist/build/Numeric/Probability/Example/Barber.o )

src/Numeric/Probability/Example/Barber.hs:48:1: Warning:
    Tab character
[24 of 29] Compiling Numeric.Probability.Example.Collection ( src/Numeric/Probability/Example/Collection.hs, dist/build/Numeric/Probability/Example/Collection.o )
[25 of 29] Compiling Numeric.Probability.Example.DiceAccum ( src/Numeric/Probability/Example/DiceAccum.hs, dist/build/Numeric/Probability/Example/DiceAccum.o )
[26 of 29] Compiling Numeric.Probability.Example.Kruskal ( src/Numeric/Probability/Example/Kruskal.hs, dist/build/Numeric/Probability/Example/Kruskal.o )
[27 of 29] Compiling Numeric.Probability.Visualize ( src/Numeric/Probability/Visualize.hs, dist/build/Numeric/Probability/Visualize.o )

src/Numeric/Probability/Visualize.hs:159:1: Warning: Tab character

src/Numeric/Probability/Visualize.hs:159:15: Warning: Tab character

src/Numeric/Probability/Visualize.hs:160:1: Warning: Tab character

src/Numeric/Probability/Visualize.hs:161:1: Warning: Tab character
[28 of 29] Compiling Numeric.Probability.Example.Predator ( src/Numeric/Probability/Example/Predator.hs, dist/build/Numeric/Probability/Example/Predator.o )
[29 of 29] Compiling Numeric.Probability.Example.TreeGrowth ( src/Numeric/Probability/Example/TreeGrowth.hs, dist/build/Numeric/Probability/Example/TreeGrowth.o )

src/Numeric/Probability/Example/TreeGrowth.hs:23:1: Warning:
    Tab character

src/Numeric/Probability/Example/TreeGrowth.hs:120:1: Warning:
    Tab character

src/Numeric/Probability/Example/TreeGrowth.hs:143:1: Warning:
    Tab character
In-place registering probability-0.2.5...
Running Haddock for probability-0.2.5...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-probability-0.25034587931925473439.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/probability-0.2.5-7C2nqz1QRZGG6vVvlNUjdw
Registering probability-0.2.5...
Installed probability-0.2.5
Configuring optparse-applicative-0.12.0.0...
Building optparse-applicative-0.12.0.0...
Preprocessing library optparse-applicative-0.12.0.0...
[ 1 of 15] Compiling Options.Applicative.Help.Pretty ( Options/Applicative/Help/Pretty.hs, dist/build/Options/Applicative/Help/Pretty.o )
[ 2 of 15] Compiling Options.Applicative.Help.Chunk ( Options/Applicative/Help/Chunk.hs, dist/build/Options/Applicative/Help/Chunk.o )

Options/Applicative/Help/Chunk.hs:21: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()
[ 3 of 15] Compiling Options.Applicative.Help.Types ( Options/Applicative/Help/Types.hs, dist/build/Options/Applicative/Help/Types.o )

Options/Applicative/Help/Types.hs:6:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[ 4 of 15] Compiling Options.Applicative.Types ( Options/Applicative/Types.hs, dist/build/Options/Applicative/Types.o )

Options/Applicative/Types.hs:42:1: Warning:
    The import of ‘Applicative, <$>’
    from module ‘Control.Applicative’ is redundant

Options/Applicative/Types.hs:48:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[ 5 of 15] Compiling Options.Applicative.Internal ( Options/Applicative/Internal.hs, dist/build/Options/Applicative/Internal.o )

Options/Applicative/Internal.hs:31:1: Warning:
    The import of ‘Applicative, <$>’
    from module ‘Control.Applicative’ is redundant

Options/Applicative/Internal.hs:41:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[ 6 of 15] Compiling Options.Applicative.Builder.Completer ( Options/Applicative/Builder/Completer.hs, dist/build/Options/Applicative/Builder/Completer.o )

Options/Applicative/Builder/Completer.hs:9:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 7 of 15] Compiling Options.Applicative.Common ( Options/Applicative/Common.hs, dist/build/Options/Applicative/Common.o )

Options/Applicative/Common.hs:55:1: Warning:
    The import of ‘<*>, pure, <$, <$>’
    from module ‘Control.Applicative’ is redundant

Options/Applicative/Common.hs:62:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[ 8 of 15] Compiling Options.Applicative.Builder.Internal ( Options/Applicative/Builder/Internal.hs, dist/build/Options/Applicative/Builder/Internal.o )

Options/Applicative/Builder/Internal.hs:26:1: Warning:
    The import of ‘<*>, pure’
    from module ‘Control.Applicative’ is redundant

Options/Applicative/Builder/Internal.hs:28:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[ 9 of 15] Compiling Options.Applicative.Builder ( Options/Applicative/Builder.hs, dist/build/Options/Applicative/Builder.o )

Options/Applicative/Builder.hs:98:1: Warning:
    The import of ‘pure’ from module ‘Control.Applicative’ is redundant

Options/Applicative/Builder.hs:99:1: Warning:
    The import of ‘Monoid’ from module ‘Data.Monoid’ is redundant
[10 of 15] Compiling Options.Applicative.BashCompletion ( Options/Applicative/BashCompletion.hs, dist/build/Options/Applicative/BashCompletion.o )

Options/Applicative/BashCompletion.hs:10:1: Warning:
    The import of ‘<*>, <$>’
    from module ‘Control.Applicative’ is redundant
[11 of 15] Compiling Options.Applicative.Help.Core ( Options/Applicative/Help/Core.hs, dist/build/Options/Applicative/Help/Core.o )

Options/Applicative/Help/Core.hs:18:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[12 of 15] Compiling Options.Applicative.Help ( Options/Applicative/Help.hs, dist/build/Options/Applicative/Help.o )
[13 of 15] Compiling Options.Applicative.Extra ( Options/Applicative/Extra.hs, dist/build/Options/Applicative/Extra.o )

Options/Applicative/Extra.hs:24:1: Warning:
    The import of ‘pure, <$>’
    from module ‘Control.Applicative’ is redundant

Options/Applicative/Extra.hs:25: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()
[14 of 15] Compiling Options.Applicative ( Options/Applicative.hs, dist/build/Options/Applicative.o )
[15 of 15] Compiling Options.Applicative.Arrows ( Options/Applicative/Arrows.hs, dist/build/Options/Applicative/Arrows.o )
In-place registering optparse-applicative-0.12.0.0...
Running Haddock for optparse-applicative-0.12.0.0...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-optparse-applicative-0.12.02594888631478705400.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/optparse-applicative-0.12.0.0-KdXJmoye02OHe9HayYPqqY
Registering optparse-applicative-0.12.0.0...
Installed optparse-applicative-0.12.0.0
Configuring mersenne-random-pure64-0.2.0.4...
Building mersenne-random-pure64-0.2.0.4...
Preprocessing library mersenne-random-pure64-0.2.0.4...
[1 of 3] Compiling System.Random.Mersenne.Pure64.Base ( dist/build/System/Random/Mersenne/Pure64/Base.hs, dist/build/System/Random/Mersenne/Pure64/Base.o )
[2 of 3] Compiling System.Random.Mersenne.Pure64.MTBlock ( System/Random/Mersenne/Pure64/MTBlock.hs, dist/build/System/Random/Mersenne/Pure64/MTBlock.o )
[3 of 3] Compiling System.Random.Mersenne.Pure64 ( System/Random/Mersenne/Pure64.hs, dist/build/System/Random/Mersenne/Pure64.o )
In-place registering mersenne-random-pure64-0.2.0.4...
Running Haddock for mersenne-random-pure64-0.2.0.4...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-mersenne-random-pure64-0.2.0576279545349121784.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mersenne-random-pure64-0.2.0.4-GMUSjPCCpxkDyMDBSyrmlW
Registering mersenne-random-pure64-0.2.0.4...
Installed mersenne-random-pure64-0.2.0.4
Configuring safecopy-0.8.2...
Building safecopy-0.8.2...
Preprocessing library safecopy-0.8.2...
[1 of 4] Compiling Data.SafeCopy.SafeCopy ( src/Data/SafeCopy/SafeCopy.hs, dist/build/Data/SafeCopy/SafeCopy.o )
[2 of 4] Compiling Data.SafeCopy.Derive ( src/Data/SafeCopy/Derive.hs, dist/build/Data/SafeCopy/Derive.o )

src/Data/SafeCopy/Derive.hs:15:1: Warning:
    The import item ‘Kind(..)’ suggests that
    ‘Kind’ has (in-scope) constructors or class methods,
    but it has none

src/Data/SafeCopy/Derive.hs:16: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/SafeCopy/Derive.hs:240:38: Warning:
    In the use of ‘classP’
    (imported from Language.Haskell.TH, but defined in Language.Haskell.TH.Lib):
    Deprecated: "As of template-haskell-2.10, constraint predicates (Pred) are just types (Type), in keeping with ConstraintKinds. Please use 'conT' and 'appT'."

src/Data/SafeCopy/Derive.hs:274:38: Warning:
    In the use of ‘classP’
    (imported from Language.Haskell.TH, but defined in Language.Haskell.TH.Lib):
    Deprecated: "As of template-haskell-2.10, constraint predicates (Pred) are just types (Type), in keeping with ConstraintKinds. Please use 'conT' and 'appT'."
[3 of 4] Compiling Data.SafeCopy.Instances ( src/Data/SafeCopy/Instances.hs, dist/build/Data/SafeCopy/Instances.o )

src/Data/SafeCopy/Instances.hs:7:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[4 of 4] Compiling Data.SafeCopy    ( src/Data/SafeCopy.hs, dist/build/Data/SafeCopy.o )
In-place registering safecopy-0.8.2...
Running Haddock for safecopy-0.8.2...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-safecopy-0.810495463502134113236.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/safecopy-0.8.2-Hu82f5Pp0J51lH5r3pQ8k1
Registering safecopy-0.8.2...
Installed safecopy-0.8.2
Configuring JuicyPixels-3.2.6.1...
Building JuicyPixels-3.2.6.1...
Preprocessing library JuicyPixels-3.2.6.1...
[ 1 of 30] Compiling Codec.Picture.Metadata.Exif ( src/Codec/Picture/Metadata/Exif.hs, dist/build/Codec/Picture/Metadata/Exif.o )
[ 2 of 30] Compiling Codec.Picture.Tiff.Types ( src/Codec/Picture/Tiff/Types.hs, dist/build/Codec/Picture/Tiff/Types.o )
[ 3 of 30] Compiling Codec.Picture.InternalHelper ( src/Codec/Picture/InternalHelper.hs, dist/build/Codec/Picture/InternalHelper.o )
[ 4 of 30] Compiling Codec.Picture.Types ( src/Codec/Picture/Types.hs, dist/build/Codec/Picture/Types.o )
[ 5 of 30] Compiling Codec.Picture.ColorQuant ( src/Codec/Picture/ColorQuant.hs, dist/build/Codec/Picture/ColorQuant.o )
[ 6 of 30] Compiling Codec.Picture.VectorByteConversion ( src/Codec/Picture/VectorByteConversion.hs, dist/build/Codec/Picture/VectorByteConversion.o )
[ 7 of 30] Compiling Codec.Picture.BitWriter ( src/Codec/Picture/BitWriter.hs, dist/build/Codec/Picture/BitWriter.o )
[ 8 of 30] Compiling Codec.Picture.Gif.LZW ( src/Codec/Picture/Gif/LZW.hs, dist/build/Codec/Picture/Gif/LZW.o )
[ 9 of 30] Compiling Codec.Picture.Gif.LZWEncoding ( src/Codec/Picture/Gif/LZWEncoding.hs, dist/build/Codec/Picture/Gif/LZWEncoding.o )
[10 of 30] Compiling Codec.Picture.Jpg.DefaultTable ( src/Codec/Picture/Jpg/DefaultTable.hs, dist/build/Codec/Picture/Jpg/DefaultTable.o )
[11 of 30] Compiling Codec.Picture.Jpg.Types ( src/Codec/Picture/Jpg/Types.hs, dist/build/Codec/Picture/Jpg/Types.o )
[12 of 30] Compiling Codec.Picture.Jpg.FastDct ( src/Codec/Picture/Jpg/FastDct.hs, dist/build/Codec/Picture/Jpg/FastDct.o )
[13 of 30] Compiling Codec.Picture.Jpg.FastIdct ( src/Codec/Picture/Jpg/FastIdct.hs, dist/build/Codec/Picture/Jpg/FastIdct.o )
[14 of 30] Compiling Codec.Picture.Png.Type ( src/Codec/Picture/Png/Type.hs, dist/build/Codec/Picture/Png/Type.o )
[15 of 30] Compiling Codec.Picture.Jpg.Common ( src/Codec/Picture/Jpg/Common.hs, dist/build/Codec/Picture/Jpg/Common.o )
[16 of 30] Compiling Codec.Picture.Jpg.Progressive ( src/Codec/Picture/Jpg/Progressive.hs, dist/build/Codec/Picture/Jpg/Progressive.o )
[17 of 30] Compiling Codec.Picture.Metadata ( src/Codec/Picture/Metadata.hs, dist/build/Codec/Picture/Metadata.o )
[18 of 30] Compiling Codec.Picture.Bitmap ( src/Codec/Picture/Bitmap.hs, dist/build/Codec/Picture/Bitmap.o )
[19 of 30] Compiling Codec.Picture.Gif ( src/Codec/Picture/Gif.hs, dist/build/Codec/Picture/Gif.o )
[20 of 30] Compiling Codec.Picture.HDR ( src/Codec/Picture/HDR.hs, dist/build/Codec/Picture/HDR.o )
[21 of 30] Compiling Codec.Picture.Tga ( src/Codec/Picture/Tga.hs, dist/build/Codec/Picture/Tga.o )
[22 of 30] Compiling Codec.Picture.Png.Metadata ( src/Codec/Picture/Png/Metadata.hs, dist/build/Codec/Picture/Png/Metadata.o )
[23 of 30] Compiling Codec.Picture.Png.Export ( src/Codec/Picture/Png/Export.hs, dist/build/Codec/Picture/Png/Export.o )
[24 of 30] Compiling Codec.Picture.Png ( src/Codec/Picture/Png.hs, dist/build/Codec/Picture/Png.o )
[25 of 30] Compiling Codec.Picture.Tiff.Metadata ( src/Codec/Picture/Tiff/Metadata.hs, dist/build/Codec/Picture/Tiff/Metadata.o )
[26 of 30] Compiling Codec.Picture.Tiff ( src/Codec/Picture/Tiff.hs, dist/build/Codec/Picture/Tiff.o )
[27 of 30] Compiling Codec.Picture.Jpg.Metadata ( src/Codec/Picture/Jpg/Metadata.hs, dist/build/Codec/Picture/Jpg/Metadata.o )
[28 of 30] Compiling Codec.Picture.Jpg ( src/Codec/Picture/Jpg.hs, dist/build/Codec/Picture/Jpg.o )
[29 of 30] Compiling Codec.Picture.Saving ( src/Codec/Picture/Saving.hs, dist/build/Codec/Picture/Saving.o )
[30 of 30] Compiling Codec.Picture    ( src/Codec/Picture.hs, dist/build/Codec/Picture.o )
In-place registering JuicyPixels-3.2.6.1...
Running Haddock for JuicyPixels-3.2.6.1...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-JuicyPixels-3.2.66590676971777483316.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/JuicyPixels-3.2.6.1-KNxH1rMLvcv30jvNK4ZwFZ
Registering JuicyPixels-3.2.6.1...
Installed JuicyPixels-3.2.6.1
Configuring hmatrix-0.17.0.1...
Building hmatrix-0.17.0.1...
Preprocessing library hmatrix-0.17.0.1...
[ 1 of 28] Compiling Internal.Vector  ( src/Internal/Vector.hs, dist/build/Internal/Vector.o )
[ 2 of 28] Compiling Internal.Devel   ( src/Internal/Devel.hs, dist/build/Internal/Devel.o )
[ 3 of 28] Compiling Internal.Vectorized ( src/Internal/Vectorized.hs, dist/build/Internal/Vectorized.o )
[ 4 of 28] Compiling Internal.Matrix  ( src/Internal/Matrix.hs, dist/build/Internal/Matrix.o )
[ 5 of 28] Compiling Internal.Conversion ( src/Internal/Conversion.hs, dist/build/Internal/Conversion.o )
[ 6 of 28] Compiling Internal.Foreign ( src/Internal/Foreign.hs, dist/build/Internal/Foreign.o )
[ 7 of 28] Compiling Internal.ST      ( src/Internal/ST.hs, dist/build/Internal/ST.o )
[ 8 of 28] Compiling Internal.Element ( src/Internal/Element.hs, dist/build/Internal/Element.o )
[ 9 of 28] Compiling Internal.IO      ( src/Internal/IO.hs, dist/build/Internal/IO.o )
[10 of 28] Compiling Internal.LAPACK  ( src/Internal/LAPACK.hs, dist/build/Internal/LAPACK.o )
[11 of 28] Compiling Internal.Numeric ( src/Internal/Numeric.hs, dist/build/Internal/Numeric.o )
[12 of 28] Compiling Internal.Sparse  ( src/Internal/Sparse.hs, dist/build/Internal/Sparse.o )
[13 of 28] Compiling Numeric.LinearAlgebra.Devel ( src/Numeric/LinearAlgebra/Devel.hs, dist/build/Numeric/LinearAlgebra/Devel.o )
[14 of 28] Compiling Internal.Algorithms ( src/Internal/Algorithms.hs, dist/build/Internal/Algorithms.o )
[15 of 28] Compiling Internal.Container ( src/Internal/Container.hs, dist/build/Internal/Container.o )
[16 of 28] Compiling Internal.Random  ( src/Internal/Random.hs, dist/build/Internal/Random.o )
[17 of 28] Compiling Internal.Convolution ( src/Internal/Convolution.hs, dist/build/Internal/Convolution.o )
[18 of 28] Compiling Internal.Chain   ( src/Internal/Chain.hs, dist/build/Internal/Chain.o )
[19 of 28] Compiling Numeric.Vector   ( src/Numeric/Vector.hs, dist/build/Numeric/Vector.o )
[20 of 28] Compiling Internal.CG      ( src/Internal/CG.hs, dist/build/Internal/CG.o )
[21 of 28] Compiling Numeric.Matrix   ( src/Numeric/Matrix.hs, dist/build/Numeric/Matrix.o )
[22 of 28] Compiling Internal.Util    ( src/Internal/Util.hs, dist/build/Internal/Util.o )
[23 of 28] Compiling Internal.Modular ( src/Internal/Modular.hs, dist/build/Internal/Modular.o )
[24 of 28] Compiling Numeric.LinearAlgebra.Data ( src/Numeric/LinearAlgebra/Data.hs, dist/build/Numeric/LinearAlgebra/Data.o )
[25 of 28] Compiling Numeric.LinearAlgebra ( src/Numeric/LinearAlgebra.hs, dist/build/Numeric/LinearAlgebra.o )
[26 of 28] Compiling Numeric.LinearAlgebra.HMatrix ( src/Numeric/LinearAlgebra/HMatrix.hs, dist/build/Numeric/LinearAlgebra/HMatrix.o )
[27 of 28] Compiling Internal.Static  ( src/Internal/Static.hs, dist/build/Internal/Static.o )
[28 of 28] Compiling Numeric.LinearAlgebra.Static ( src/Numeric/LinearAlgebra/Static.hs, dist/build/Numeric/LinearAlgebra/Static.o )
In-place registering hmatrix-0.17.0.1...
Running Haddock for hmatrix-0.17.0.1...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-hmatrix-0.17.04014734951954771801.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hmatrix-0.17.0.1-J2ncT4cuHNGJnh9PH8pFTs
Registering hmatrix-0.17.0.1...
Installed hmatrix-0.17.0.1
Configuring mwc-random-0.13.3.2...
Building mwc-random-0.13.3.2...
Preprocessing library mwc-random-0.13.3.2...
[1 of 3] Compiling System.Random.MWC ( System/Random/MWC.hs, dist/build/System/Random/MWC.o )

System/Random/MWC.hs:106:1: Warning:
    The import of ‘Bits’ from module ‘Data.Bits’ is redundant

System/Random/MWC.hs:113:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[2 of 3] Compiling System.Random.MWC.Distributions ( System/Random/MWC/Distributions.hs, dist/build/System/Random/MWC/Distributions.o )

System/Random/MWC/Distributions.hs:44:1: Warning:
    The import of ‘Traversable’
    from module ‘Data.Traversable’ is redundant
[3 of 3] Compiling System.Random.MWC.CondensedTable ( System/Random/MWC/CondensedTable.hs, dist/build/System/Random/MWC/CondensedTable.o )
In-place registering mwc-random-0.13.3.2...
Running Haddock for mwc-random-0.13.3.2...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-mwc-random-0.13.310326843671478326644.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mwc-random-0.13.3.2-JVyn3ImnzxfJ7trgXNSC6H
Registering mwc-random-0.13.3.2...
Installed mwc-random-0.13.3.2
Configuring vector-th-unbox-0.2.1.2...
Building vector-th-unbox-0.2.1.2...
Preprocessing library vector-th-unbox-0.2.1.2...
[1 of 1] Compiling Data.Vector.Unboxed.Deriving ( Data/Vector/Unboxed/Deriving.hs, dist/build/Data/Vector/Unboxed/Deriving.o )

Data/Vector/Unboxed/Deriving.hs:27: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 vector-th-unbox-0.2.1.2...
Running Haddock for vector-th-unbox-0.2.1.2...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-vector-th-unbox-0.2.118291970861467704485.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/vector-th-unbox-0.2.1.2-21UNbpSexSFHYhe5HjvmfR
Registering vector-th-unbox-0.2.1.2...
Installed vector-th-unbox-0.2.1.2
Configuring QuickCheck-2.8.1...
Building QuickCheck-2.8.1...
Preprocessing library QuickCheck-2.8.1...

Test/QuickCheck/Arbitrary.hs:6:37: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
[ 1 of 15] Compiling Test.QuickCheck.Random ( Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o )
[ 2 of 15] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o )
[ 3 of 15] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o )
[ 4 of 15] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o )
[ 5 of 15] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o )
[ 6 of 15] Compiling Test.QuickCheck.Gen.Unsafe ( Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o )
[ 7 of 15] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o )
[ 8 of 15] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o )
[ 9 of 15] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o )
[10 of 15] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o )
[11 of 15] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o )
[12 of 15] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o )
[13 of 15] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o )
[14 of 15] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o )
[15 of 15] Compiling Test.QuickCheck  ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o )
In-place registering QuickCheck-2.8.1...
Running Haddock for QuickCheck-2.8.1...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-QuickCheck-2.81416023182298125972.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/QuickCheck-2.8.1-BnZKeqxVf7FCbnejbqAnPL
Registering QuickCheck-2.8.1...
Installed QuickCheck-2.8.1
Configuring flexible-defaults-0.0.1.1...
Building flexible-defaults-0.0.1.1...
Preprocessing library flexible-defaults-0.0.1.1...
[1 of 3] Compiling Language.Haskell.TH.FlexibleDefaults.Solve ( src/Language/Haskell/TH/FlexibleDefaults/Solve.hs, dist/build/Language/Haskell/TH/FlexibleDefaults/Solve.o )

src/Language/Haskell/TH/FlexibleDefaults/Solve.hs:13:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[2 of 3] Compiling Language.Haskell.TH.FlexibleDefaults.DSL ( src/Language/Haskell/TH/FlexibleDefaults/DSL.hs, dist/build/Language/Haskell/TH/FlexibleDefaults/DSL.o )

src/Language/Haskell/TH/FlexibleDefaults/DSL.hs:4: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/Language/Haskell/TH/FlexibleDefaults/DSL.hs:9: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()
[3 of 3] Compiling Language.Haskell.TH.FlexibleDefaults ( src/Language/Haskell/TH/FlexibleDefaults.hs, dist/build/Language/Haskell/TH/FlexibleDefaults.o )

src/Language/Haskell/TH/FlexibleDefaults.hs:27:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
In-place registering flexible-defaults-0.0.1.1...
Running Haddock for flexible-defaults-0.0.1.1...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-flexible-defaults-0.0.1822514995757950880.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/flexible-defaults-0.0.1.1-IX6poBE7CWREWPkEWVTREx
Registering flexible-defaults-0.0.1.1...
Installed flexible-defaults-0.0.1.1
Configuring unordered-containers-0.2.5.1...
Building unordered-containers-0.2.5.1...
Preprocessing library unordered-containers-0.2.5.1...
[1 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, dist/build/Data/HashMap/UnsafeShift.o )
[2 of 8] Compiling Data.HashMap.PopCount ( Data/HashMap/PopCount.hs, dist/build/Data/HashMap/PopCount.o )
[3 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.o )
[4 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/build/Data/HashMap/Array.o )
[5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, dist/build/Data/HashMap/Base.o )

Data/HashMap/Base.hs:85:1: Warning:
    The import of ‘Data.Functor’ is redundant
      except perhaps to import instances from ‘Data.Functor’
    To import instances alone, use: import Data.Functor()
[6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o )
[7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o )
[8 of 8] Compiling Data.HashSet     ( Data/HashSet.hs, dist/build/Data/HashSet.o )
In-place registering unordered-containers-0.2.5.1...
Running Haddock for unordered-containers-0.2.5.1...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-unordered-containers-0.2.57510027801099358641.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/unordered-containers-0.2.5.1-7E41cj9RvqSJeZ4jSnbs1a
Registering unordered-containers-0.2.5.1...
Installed unordered-containers-0.2.5.1
Configuring random-shuffle-0.0.4...
Building random-shuffle-0.0.4...
Preprocessing library random-shuffle-0.0.4...
[1 of 1] Compiling System.Random.Shuffle ( src/System/Random/Shuffle.hs, dist/build/System/Random/Shuffle.o )

src/System/Random/Shuffle.hs:59:1: Warning: Tab character

src/System/Random/Shuffle.hs:70:1: Warning: Tab character

src/System/Random/Shuffle.hs:71:1: Warning: Tab character

src/System/Random/Shuffle.hs:74:1: Warning: Tab character

src/System/Random/Shuffle.hs:77:1: Warning: Tab character

src/System/Random/Shuffle.hs:78:1: Warning: Tab character

src/System/Random/Shuffle.hs:79:1: Warning: Tab character

src/System/Random/Shuffle.hs:80:1: Warning: Tab character
In-place registering random-shuffle-0.0.4...
Running Haddock for random-shuffle-0.0.4...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-random-shuffle-0.0157317744080869451.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/random-shuffle-0.0.4-BXm2PWsso0iEjO3LRgooLp
Registering random-shuffle-0.0.4...
Installed random-shuffle-0.0.4
Configuring math-functions-0.1.5.2...
Building math-functions-0.1.5.2...
Preprocessing library math-functions-0.1.5.2...
[1 of 6] Compiling Numeric.Sum      ( Numeric/Sum.hs, dist/build/Numeric/Sum.o )

Numeric/Sum.hs:57:1: Warning:
    The import of ‘Data.Vector.Generic.Mutable’ is redundant
      except perhaps to import instances from ‘Data.Vector.Generic.Mutable’
    To import instances alone, use: import Data.Vector.Generic.Mutable()

Numeric/Sum.hs:95:1: Warning:
    No explicit implementation for
      ‘basicInitialize’
    In the instance declaration for ‘MVector U.MVector KahanSum’

Numeric/Sum.hs:123:1: Warning:
    No explicit implementation for
      ‘basicInitialize’
    In the instance declaration for ‘MVector U.MVector KBNSum’

Numeric/Sum.hs:158:1: Warning:
    No explicit implementation for
      ‘basicInitialize’
    In the instance declaration for ‘MVector U.MVector KB2Sum’
[2 of 6] Compiling Numeric.Polynomial.Chebyshev ( Numeric/Polynomial/Chebyshev.hs, dist/build/Numeric/Polynomial/Chebyshev.o )
[3 of 6] Compiling Numeric.Polynomial ( Numeric/Polynomial.hs, dist/build/Numeric/Polynomial.o )
[4 of 6] Compiling Numeric.MathFunctions.Constants ( Numeric/MathFunctions/Constants.hs, dist/build/Numeric/MathFunctions/Constants.o )
[5 of 6] Compiling Numeric.SpecFunctions ( Numeric/SpecFunctions.hs, dist/build/Numeric/SpecFunctions.o )

Numeric/SpecFunctions.hs:627:59: Warning:
    Literal 18446744069414584320 is out of the Int range -9223372036854775808..9223372036854775807
[6 of 6] Compiling Numeric.SpecFunctions.Extra ( Numeric/SpecFunctions/Extra.hs, dist/build/Numeric/SpecFunctions/Extra.o )
In-place registering math-functions-0.1.5.2...
Running Haddock for math-functions-0.1.5.2...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-math-functions-0.1.565339680316554595.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/math-functions-0.1.5.2-Dkgd5ZZDKkk2nEL5u2ZxR0
Registering math-functions-0.1.5.2...
Installed math-functions-0.1.5.2
Configuring random-source-0.3.0.6...
Building random-source-0.3.0.6...
Preprocessing library random-source-0.3.0.6...
[ 1 of 11] Compiling Data.Random.Source.Internal.Prim ( src/Data/Random/Source/Internal/Prim.hs, dist/build/Data/Random/Source/Internal/Prim.o )
[ 2 of 11] Compiling Data.Random.Internal.Words ( src/Data/Random/Internal/Words.hs, dist/build/Data/Random/Internal/Words.o )
[ 3 of 11] Compiling Data.Random.Internal.Source ( src/Data/Random/Internal/Source.hs, dist/build/Data/Random/Internal/Source.o )
[ 4 of 11] Compiling Data.Random.Source.Internal.TH ( src/Data/Random/Source/Internal/TH.hs, dist/build/Data/Random/Source/Internal/TH.o )

src/Data/Random/Source/Internal/TH.hs:85:1: Warning:
    Defined but not used: ‘requireMethod’

src/Data/Random/Source/Internal/TH.hs:93:1: Warning:
    Defined but not used: ‘score’

src/Data/Random/Source/Internal/TH.hs:104:1: Warning:
    Defined but not used: ‘inline’

src/Data/Random/Source/Internal/TH.hs:107:1: Warning:
    Defined but not used: ‘noinline’

src/Data/Random/Source/Internal/TH.hs:110:1: Warning:
    Defined but not used: ‘replaceMethodName’
[ 5 of 11] Compiling Data.Random.Source.PureMT ( src/Data/Random/Source/PureMT.hs, dist/build/Data/Random/Source/PureMT.o )
[ 6 of 11] Compiling Data.Random.Source.Std ( src/Data/Random/Source/Std.hs, dist/build/Data/Random/Source/Std.o )
[ 7 of 11] Compiling Data.Random.Source.StdGen ( src/Data/Random/Source/StdGen.hs, dist/build/Data/Random/Source/StdGen.o )

src/Data/Random/Source/StdGen.hs:90:1: Warning:
    RULE left-hand side too complicated to desugar
      Optimised lhs: let {
                       $dApplicative_azT4 :: Applicative m
                       [LclId, Str=DmdType]
                       $dApplicative_azT4 = GHC.Base.$p1Monad @ m $dMonad_ayE5 } in
                     let {
                       $dFunctor_azT5 :: Functor m
                       [LclId, Str=DmdType]
                       $dFunctor_azT5 =
                         GHC.Base.$p1Applicative @ m $dApplicative_azT4 } in
                     getRandomPrimFromRandomGenState
                       @ StdGen
                       @ (StateT StdGen m)
                       @ a
                       $dRandomGen_ayE9
                       (Control.Monad.State.Class.$fMonadStatesStateT0
                          @ StdGen
                          @ m
                          (transformers-0.4.2.0:Control.Monad.Trans.State.Lazy.$fMonadStateT
                             @ StdGen
                             @ m
                             (transformers-0.4.2.0:Control.Monad.Trans.State.Lazy.$fApplicativeStateT
                                @ StdGen
                                @ m
                                (transformers-0.4.2.0:Control.Monad.Trans.State.Lazy.$fFunctorStateT
                                   @ StdGen @ m $dFunctor_azT5)
                                $dFunctor_azT5
                                $dMonad_ayE5)
                             $dMonad_ayE5)
                          $dMonad_ayE5)
      Orig lhs: let {
                  $dApplicative_azT4 :: Applicative m
                  [LclId, Str=DmdType]
                  $dApplicative_azT4 = GHC.Base.$p1Monad @ m $dMonad_ayE5 } in
                let {
                  $dFunctor_azT5 :: Functor m
                  [LclId, Str=DmdType]
                  $dFunctor_azT5 =
                    GHC.Base.$p1Applicative @ m $dApplicative_azT4 } in
                let {
                  $dFunctor_azT8 :: Functor (StateT StdGen m)
                  [LclId, Str=DmdType]
                  $dFunctor_azT8 =
                    transformers-0.4.2.0:Control.Monad.Trans.State.Lazy.$fFunctorStateT
                      @ StdGen @ m $dFunctor_azT5 } in
                let {
                  $dApplicative_azT7 :: Applicative (StateT StdGen m)
                  [LclId, Str=DmdType]
                  $dApplicative_azT7 =
                    transformers-0.4.2.0:Control.Monad.Trans.State.Lazy.$fApplicativeStateT
                      @ StdGen @ m $dFunctor_azT8 $dFunctor_azT5 $dMonad_ayE5 } in
                let {
                  $dMonad_azT6 :: Monad (StateT StdGen m)
                  [LclId, Str=DmdType]
                  $dMonad_azT6 =
                    transformers-0.4.2.0:Control.Monad.Trans.State.Lazy.$fMonadStateT
                      @ StdGen @ m $dApplicative_azT7 $dMonad_ayE5 } in
                let {
                  $dMonadState_ayEa :: MonadState StdGen (StateT StdGen m)
                  [LclId, Str=DmdType]
                  $dMonadState_ayEa =
                    Control.Monad.State.Class.$fMonadStatesStateT0
                      @ StdGen @ m $dMonad_azT6 $dMonad_ayE5 } in
                let {
                  $dRandomGen_ayE9 :: RandomGen StdGen
                  [LclId, Str=DmdType]
                  $dRandomGen_ayE9 = System.Random.$fRandomGenStdGen } in
                getRandomPrimFromRandomGenState
                  @ StdGen @ (StateT StdGen m) @ a $dRandomGen_ayE9 $dMonadState_ayEa
[ 8 of 11] Compiling Data.Random.Source ( src/Data/Random/Source.hs, dist/build/Data/Random/Source.o )
[ 9 of 11] Compiling Data.Random.Source.DevRandom ( src/Data/Random/Source/DevRandom.hs, dist/build/Data/Random/Source/DevRandom.o )
[10 of 11] Compiling Data.Random.Source.IO ( src/Data/Random/Source/IO.hs, dist/build/Data/Random/Source/IO.o )
[11 of 11] Compiling Data.Random.Source.MWC ( src/Data/Random/Source/MWC.hs, dist/build/Data/Random/Source/MWC.o )
In-place registering random-source-0.3.0.6...
Running Haddock for random-source-0.3.0.6...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-random-source-0.3.08503822111219015469.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/random-source-0.3.0.6-BKHziD0j6SbIYkEzniIza3
Registering random-source-0.3.0.6...
Installed random-source-0.3.0.6
Configuring semigroups-0.17.0.1...
Building semigroups-0.17.0.1...
Preprocessing library semigroups-0.17.0.1...
[1 of 3] Compiling Data.List.NonEmpty ( src/Data/List/NonEmpty.hs, dist/build/Data/List/NonEmpty.o )
[2 of 3] Compiling Data.Semigroup   ( src/Data/Semigroup.hs, dist/build/Data/Semigroup.o )
[3 of 3] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, dist/build/Data/Semigroup/Generic.o )
In-place registering semigroups-0.17.0.1...
Running Haddock for semigroups-0.17.0.1...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-semigroups-0.17.059676925773831160.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/semigroups-0.17.0.1-7ZJSgZ5CNVm8tWmGAujY46
Registering semigroups-0.17.0.1...
Installed semigroups-0.17.0.1
Configuring rvar-0.2.0.2...
Building rvar-0.2.0.2...
Preprocessing library rvar-0.2.0.2...
[1 of 1] Compiling Data.RVar        ( src/Data/RVar.hs, dist/build/Data/RVar.o )

src/Data/RVar.hs:42: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/RVar.hs:47:1: Warning:
    The qualified import of ‘Control.Monad.Identity’ is redundant
      except perhaps to import instances from ‘Control.Monad.Identity’
    To import instances alone, use: import Control.Monad.Identity()
In-place registering rvar-0.2.0.2...
Running Haddock for rvar-0.2.0.2...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-rvar-0.2.019829087661746283858.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/rvar-0.2.0.2-KBs8FEMTn7S46thXXku1ud
Registering rvar-0.2.0.2...
Installed rvar-0.2.0.2
Configuring bifunctors-5...
Building bifunctors-5...
Preprocessing library bifunctors-5...
[ 1 of 11] Compiling Data.Bifoldable  ( src/Data/Bifoldable.hs, dist/build/Data/Bifoldable.o )
[ 2 of 11] Compiling Data.Bitraversable ( src/Data/Bitraversable.hs, dist/build/Data/Bitraversable.o )
[ 3 of 11] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o )
[ 4 of 11] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o )

src/Data/Bifunctor/Biff.hs:15:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Data/Bifunctor/Biff.hs:19: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/Bifunctor/Biff.hs:20:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Data/Bifunctor/Biff.hs:21:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
[ 5 of 11] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o )

src/Data/Bifunctor/Clown.hs:17: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/Bifunctor/Clown.hs:21: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/Bifunctor/Clown.hs:22:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Data/Bifunctor/Clown.hs:23:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
[ 6 of 11] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o )

src/Data/Bifunctor/Flip.hs:16: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/Bifunctor/Flip.hs:20: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/Bifunctor/Flip.hs:21: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/Bifunctor/Flip.hs:22:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
[ 7 of 11] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o )

src/Data/Bifunctor/Join.hs:16: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/Bifunctor/Join.hs:20: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/Bifunctor/Join.hs:21:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
[ 8 of 11] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o )

src/Data/Bifunctor/Joker.hs:17: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/Bifunctor/Joker.hs:21: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/Bifunctor/Joker.hs:22:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
[ 9 of 11] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o )

src/Data/Bifunctor/Product.hs:16: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/Bifunctor/Product.hs:20:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[10 of 11] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o )

src/Data/Bifunctor/Tannen.hs:15:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Data/Bifunctor/Tannen.hs:19: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/Bifunctor/Tannen.hs:20:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Data/Bifunctor/Tannen.hs:21:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
[11 of 11] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o )

src/Data/Bifunctor/Wrapped.hs:15:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Data/Bifunctor/Wrapped.hs:19: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/Bifunctor/Wrapped.hs:20:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Data/Bifunctor/Wrapped.hs:21:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
In-place registering bifunctors-5...
Running Haddock for bifunctors-5...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-bifunctors-5990217934104451352
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/bifunctors-5-G4gLtDmKDxFEnUJ9Mt7bVz
Registering bifunctors-5...
Installed bifunctors-5
Configuring void-0.7.1...
Building void-0.7.1...
Preprocessing library void-0.7.1...
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, dist/build/Data/Void/Unsafe.o )
In-place registering void-0.7.1...
Running Haddock for void-0.7.1...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-void-0.712895111541104028380.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/void-0.7.1-9yhpMnPXpwdEXb0fUkPcv6
Registering void-0.7.1...
Installed void-0.7.1
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-11102/hashable-extras-0.2.2/dist/setup/setup.hs, /tmp/cabal-tmp-11102/hashable-extras-0.2.2/dist/setup/Main.o )
Linking /tmp/cabal-tmp-11102/hashable-extras-0.2.2/dist/setup/setup ...
Configuring hashable-extras-0.2.2...
Building hashable-extras-0.2.2...
Preprocessing library hashable-extras-0.2.2...
[1 of 1] Compiling Data.Hashable.Extras ( src/Data/Hashable/Extras.hs, dist/build/Data/Hashable/Extras.o )
In-place registering hashable-extras-0.2.2...
Running Haddock for hashable-extras-0.2.2...
setup: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-hashable-extras-0.211848127541642661448.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hashable-extras-0.2.2-9GBZd37GTdg3DV9Q9XIZqU
Registering hashable-extras-0.2.2...
Installed hashable-extras-0.2.2
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-11102/bytes-0.15.0.1/dist/setup/setup.hs, /tmp/cabal-tmp-11102/bytes-0.15.0.1/dist/setup/Main.o )
Linking /tmp/cabal-tmp-11102/bytes-0.15.0.1/dist/setup/setup ...
Configuring bytes-0.15.0.1...
Building bytes-0.15.0.1...
Preprocessing library bytes-0.15.0.1...
[1 of 5] Compiling Data.Bytes.Signed ( src/Data/Bytes/Signed.hs, dist/build/Data/Bytes/Signed.o )
[2 of 5] Compiling Data.Bytes.VarInt ( src/Data/Bytes/VarInt.hs, dist/build/Data/Bytes/VarInt.o )
[3 of 5] Compiling Data.Bytes.Put   ( src/Data/Bytes/Put.hs, dist/build/Data/Bytes/Put.o )
[4 of 5] Compiling Data.Bytes.Get   ( src/Data/Bytes/Get.hs, dist/build/Data/Bytes/Get.o )
[5 of 5] Compiling Data.Bytes.Serial ( src/Data/Bytes/Serial.hs, dist/build/Data/Bytes/Serial.o )
In-place registering bytes-0.15.0.1...
Running Haddock for bytes-0.15.0.1...
setup: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-bytes-0.15.010325661242017461929.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/bytes-0.15.0.1-1fJlNdnvGkgEr414zABhEc
Registering bytes-0.15.0.1...
Installed bytes-0.15.0.1
Configuring contravariant-1.3.3...
Building contravariant-1.3.3...
Preprocessing library contravariant-1.3.3...
[1 of 4] Compiling Data.Functor.Contravariant ( src/Data/Functor/Contravariant.hs, dist/build/Data/Functor/Contravariant.o )
[2 of 4] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, dist/build/Data/Functor/Contravariant/Divisible.o )
[3 of 4] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, dist/build/Data/Functor/Contravariant/Compose.o )
[4 of 4] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, dist/build/Data/Functor/Contravariant/Generic.o )
In-place registering contravariant-1.3.3...
Running Haddock for contravariant-1.3.3...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-contravariant-1.35815440701600243658.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/contravariant-1.3.3-6YXCrIazFLhDoYkGeQkZZL
Registering contravariant-1.3.3...
Installed contravariant-1.3.3
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-11102/comonad-4.2.7.2/dist/setup/setup.hs, /tmp/cabal-tmp-11102/comonad-4.2.7.2/dist/setup/Main.o )
Linking /tmp/cabal-tmp-11102/comonad-4.2.7.2/dist/setup/setup ...
Configuring comonad-4.2.7.2...
Building comonad-4.2.7.2...
Preprocessing library comonad-4.2.7.2...
[ 1 of 16] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o )
[ 2 of 16] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o )
[ 3 of 16] Compiling Control.Comonad  ( src/Control/Comonad.hs, dist/build/Control/Comonad.o )
[ 4 of 16] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o )
[ 5 of 16] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o )
[ 6 of 16] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o )
[ 7 of 16] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o )
[ 8 of 16] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o )
[ 9 of 16] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o )
[10 of 16] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o )
[11 of 16] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o )
[12 of 16] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o )
[13 of 16] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o )
[14 of 16] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o )
[15 of 16] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o )
[16 of 16] Compiling Data.Functor.Coproduct ( src/Data/Functor/Coproduct.hs, dist/build/Data/Functor/Coproduct.o )
In-place registering comonad-4.2.7.2...
Running Haddock for comonad-4.2.7.2...
setup: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-comonad-4.2.715718655731208744777.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/comonad-4.2.7.2-BggM6Z4XCUeHVlPwhbJP28
Registering comonad-4.2.7.2...
Installed comonad-4.2.7.2
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-11102/semigroupoids-5.0.0.4/dist/setup/setup.hs, /tmp/cabal-tmp-11102/semigroupoids-5.0.0.4/dist/setup/Main.o )
Linking /tmp/cabal-tmp-11102/semigroupoids-5.0.0.4/dist/setup/setup ...
Configuring semigroupoids-5.0.0.4...
Building semigroupoids-5.0.0.4...
Preprocessing library semigroupoids-5.0.0.4...
[ 1 of 21] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.o )
[ 2 of 21] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.o )
[ 3 of 21] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.o )
[ 4 of 21] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.o )
[ 5 of 21] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.o )
[ 6 of 21] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.o )
[ 7 of 21] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.o )
[ 8 of 21] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.o )
[ 9 of 21] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.o )
[10 of 21] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.o )
[11 of 21] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.o )
[12 of 21] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.o )
[13 of 21] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.o )
[14 of 21] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.o )
[15 of 21] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o )
[16 of 21] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.o )
[17 of 21] Compiling Data.Groupoid    ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o )
[18 of 21] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o )
[19 of 21] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.o )
[20 of 21] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.o )
[21 of 21] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.o )
In-place registering semigroupoids-5.0.0.4...
Running Haddock for semigroupoids-5.0.0.4...
setup: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-semigroupoids-5.0.01231067850687506457.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/semigroupoids-5.0.0.4-BW6xw8pFrWDHWU5GlvdG4W
Registering semigroupoids-5.0.0.4...
Installed semigroupoids-5.0.0.4
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-11102/log-domain-0.10.3/dist/setup/setup.hs, /tmp/cabal-tmp-11102/log-domain-0.10.3/dist/setup/Main.o )
Linking /tmp/cabal-tmp-11102/log-domain-0.10.3/dist/setup/setup ...
Configuring log-domain-0.10.3...
Building log-domain-0.10.3...
Preprocessing library log-domain-0.10.3...
[1 of 2] Compiling Numeric.Log      ( src/Numeric/Log.hs, dist/build/Numeric/Log.o )
[2 of 2] Compiling Numeric.Log.Signed ( src/Numeric/Log/Signed.hs, dist/build/Numeric/Log/Signed.o )
In-place registering log-domain-0.10.3...
Running Haddock for log-domain-0.10.3...
setup: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-log-domain-0.10475122431690471744.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/log-domain-0.10.3-EaPQGdLPlz5CWZcHEheneC
Registering log-domain-0.10.3...
Installed log-domain-0.10.3
Configuring random-fu-0.2.6.2...
Building random-fu-0.2.6.2...
Preprocessing library random-fu-0.2.6.2...
[ 1 of 29] Compiling Data.Random.Internal.Find ( src/Data/Random/Internal/Find.hs, dist/build/Data/Random/Internal/Find.o )
[ 2 of 29] Compiling Data.Random.Internal.Fixed ( src/Data/Random/Internal/Fixed.hs, dist/build/Data/Random/Internal/Fixed.o )
[ 3 of 29] Compiling Data.Random.Internal.TH ( src/Data/Random/Internal/TH.hs, dist/build/Data/Random/Internal/TH.o )
[ 4 of 29] Compiling Data.Random.Lift ( src/Data/Random/Lift.hs, dist/build/Data/Random/Lift.o )
[ 5 of 29] Compiling Data.Random.RVar ( src/Data/Random/RVar.hs, dist/build/Data/Random/RVar.o )
[ 6 of 29] Compiling Data.Random.Distribution ( src/Data/Random/Distribution.hs, dist/build/Data/Random/Distribution.o )
[ 7 of 29] Compiling Data.Random.Distribution.Uniform ( src/Data/Random/Distribution/Uniform.hs, dist/build/Data/Random/Distribution/Uniform.o )
[ 8 of 29] Compiling Data.Random.List ( src/Data/Random/List.hs, dist/build/Data/Random/List.o )
[ 9 of 29] Compiling Data.Random.Vector ( src/Data/Random/Vector.hs, dist/build/Data/Random/Vector.o )

src/Data/Random/Vector.hs:6:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Data/Random/Vector.hs:10:15: Warning:
    This binding for ‘words’ shadows the existing binding
      imported from ‘Prelude’ at src/Data/Random/Vector.hs:1:8-25
      (and originally defined in ‘base-4.8.1.0:Data.OldList’)
[10 of 29] Compiling Data.Random.Distribution.Bernoulli ( src/Data/Random/Distribution/Bernoulli.hs, dist/build/Data/Random/Distribution/Bernoulli.o )
[11 of 29] Compiling Data.Random.Distribution.Categorical ( src/Data/Random/Distribution/Categorical.hs, dist/build/Data/Random/Distribution/Categorical.o )

src/Data/Random/Distribution/Categorical.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/Random/Distribution/Categorical.hs:25: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/Random/Distribution/Categorical.hs:27:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
[12 of 29] Compiling Data.Random.Distribution.Exponential ( src/Data/Random/Distribution/Exponential.hs, dist/build/Data/Random/Distribution/Exponential.o )
[13 of 29] Compiling Data.Random.Distribution.StretchedExponential ( src/Data/Random/Distribution/StretchedExponential.hs, dist/build/Data/Random/Distribution/StretchedExponential.o )
[14 of 29] Compiling Data.Random.Distribution.Ziggurat ( src/Data/Random/Distribution/Ziggurat.hs, dist/build/Data/Random/Distribution/Ziggurat.o )

src/Data/Random/Distribution/Ziggurat.hs:102:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: ‘runZiggurat’

src/Data/Random/Distribution/Ziggurat.hs:103:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: ‘runZiggurat’

src/Data/Random/Distribution/Ziggurat.hs:104:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: ‘runZiggurat’

src/Data/Random/Distribution/Ziggurat.hs:105:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: ‘runZiggurat’

src/Data/Random/Distribution/Ziggurat.hs:169:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: ‘mkZiggurat_’

src/Data/Random/Distribution/Ziggurat.hs:170:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: ‘mkZiggurat_’

src/Data/Random/Distribution/Ziggurat.hs:171:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: ‘mkZiggurat_’

src/Data/Random/Distribution/Ziggurat.hs:172:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: ‘mkZiggurat_’
[15 of 29] Compiling Data.Random.Distribution.Normal ( src/Data/Random/Distribution/Normal.hs, dist/build/Data/Random/Distribution/Normal.o )

src/Data/Random/Distribution/Normal.hs:202:80: Warning:
    Defaulting the following constraint(s) to type ‘Integer’
      (Integral b0)
        arising from a use of ‘^’
        at src/Data/Random/Distribution/Normal.hs:202:80
      (Num b0)
        arising from the literal ‘2’
        at src/Data/Random/Distribution/Normal.hs:202:81
    In the expression: ((realToFrac x) - (realToFrac mu)) ^ 2
    In the first argument of ‘(/)’, namely
      ‘(- ((realToFrac x) - (realToFrac mu)) ^ 2)’
    In the first argument of ‘exp’, namely
      ‘((- ((realToFrac x) - (realToFrac mu)) ^ 2) / (2 * sigma2))’

src/Data/Random/Distribution/Normal.hs:204:30: Warning:
    Defaulting the following constraint(s) to type ‘Integer’
      (Integral b0)
        arising from a use of ‘^’
        at src/Data/Random/Distribution/Normal.hs:204:30
      (Num b0)
        arising from the literal ‘2’
        at src/Data/Random/Distribution/Normal.hs:204:31
    In the expression: realToFrac sigma ^ 2
    In an equation for ‘sigma2’: sigma2 = realToFrac sigma ^ 2
    In an equation for ‘normalPdf’:
        normalPdf mu sigma x
          = (recip (sqrt (2 * pi * sigma2)))
            * (exp ((- ((realToFrac x) - (realToFrac mu)) ^ 2) / (2 * sigma2)))
          where
              sigma2 = realToFrac sigma ^ 2

src/Data/Random/Distribution/Normal.hs:209:40: Warning:
    Defaulting the following constraint(s) to type ‘Integer’
      (Integral b0)
        arising from a use of ‘^’
        at src/Data/Random/Distribution/Normal.hs:209:40
      (Num b0)
        arising from the literal ‘2’
        at src/Data/Random/Distribution/Normal.hs:209:41
    In the expression: ((realToFrac x) - (realToFrac mu)) ^ 2
    In the first argument of ‘(/)’, namely
      ‘(- ((realToFrac x) - (realToFrac mu)) ^ 2)’
    In the second argument of ‘(+)’, namely
      ‘((- ((realToFrac x) - (realToFrac mu)) ^ 2) / (2 * sigma2))’

src/Data/Random/Distribution/Normal.hs:211:30: Warning:
    Defaulting the following constraint(s) to type ‘Integer’
      (Integral b0)
        arising from a use of ‘^’
        at src/Data/Random/Distribution/Normal.hs:211:30
      (Num b0)
        arising from the literal ‘2’
        at src/Data/Random/Distribution/Normal.hs:211:31
    In the expression: realToFrac sigma ^ 2
    In an equation for ‘sigma2’: sigma2 = realToFrac sigma ^ 2
    In an equation for ‘normalLogPdf’:
        normalLogPdf mu sigma x
          = log (recip (sqrt (2 * pi * sigma2)))
            + ((- ((realToFrac x) - (realToFrac mu)) ^ 2) / (2 * sigma2))
          where
              sigma2 = realToFrac sigma ^ 2
[16 of 29] Compiling Data.Random.Distribution.Gamma ( src/Data/Random/Distribution/Gamma.hs, dist/build/Data/Random/Distribution/Gamma.o )
[17 of 29] Compiling Data.Random.Distribution.Beta ( src/Data/Random/Distribution/Beta.hs, dist/build/Data/Random/Distribution/Beta.o )
[18 of 29] Compiling Data.Random.Distribution.Binomial ( src/Data/Random/Distribution/Binomial.hs, dist/build/Data/Random/Distribution/Binomial.o )
[19 of 29] Compiling Data.Random.Distribution.Multinomial ( src/Data/Random/Distribution/Multinomial.hs, dist/build/Data/Random/Distribution/Multinomial.o )
[20 of 29] Compiling Data.Random.Distribution.ChiSquare ( src/Data/Random/Distribution/ChiSquare.hs, dist/build/Data/Random/Distribution/ChiSquare.o )
[21 of 29] Compiling Data.Random.Distribution.Dirichlet ( src/Data/Random/Distribution/Dirichlet.hs, dist/build/Data/Random/Distribution/Dirichlet.o )
[22 of 29] Compiling Data.Random.Distribution.Poisson ( src/Data/Random/Distribution/Poisson.hs, dist/build/Data/Random/Distribution/Poisson.o )
[23 of 29] Compiling Data.Random.Distribution.Rayleigh ( src/Data/Random/Distribution/Rayleigh.hs, dist/build/Data/Random/Distribution/Rayleigh.o )
[24 of 29] Compiling Data.Random.Distribution.T ( src/Data/Random/Distribution/T.hs, dist/build/Data/Random/Distribution/T.o )
[25 of 29] Compiling Data.Random.Distribution.Triangular ( src/Data/Random/Distribution/Triangular.hs, dist/build/Data/Random/Distribution/Triangular.o )
[26 of 29] Compiling Data.Random.Distribution.Weibull ( src/Data/Random/Distribution/Weibull.hs, dist/build/Data/Random/Distribution/Weibull.o )
[27 of 29] Compiling Data.Random.Sample ( src/Data/Random/Sample.hs, dist/build/Data/Random/Sample.o )
[28 of 29] Compiling Data.Random      ( src/Data/Random.hs, dist/build/Data/Random.o )
[29 of 29] Compiling Data.Random.Distribution.Pareto ( src/Data/Random/Distribution/Pareto.hs, dist/build/Data/Random/Distribution/Pareto.o )
In-place registering random-fu-0.2.6.2...
Running Haddock for random-fu-0.2.6.2...
cabal: Haddock's internal GHC version must match the configured GHC version.
The GHC version is 7.10.2 but haddock is using GHC version 7.8.3
Creating package registration file:
/tmp/pkgConf-random-fu-0.2.620223373631281957436.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/random-fu-0.2.6.2-7xDo5AIU21s2e2JK6CnQlj
Registering random-fu-0.2.6.2...
Installed random-fu-0.2.6.2
Configuring hopfield-0.1.0.2...
cabal: Missing dependencies on foreign libraries:
* Missing (or bad) header file: wand/magick_wand.h
* Missing C libraries: MagickWand, MagickCore
This problem can usually be solved by installing the system packages that
provide these libraries (you may need the "-dev" versions). If the libraries
are already installed but in a non-standard location then you can use the
flags --extra-include-dirs= and --extra-lib-dirs= to specify where they are.
If the header file does exist, it may contain errors that are caught by the C
compiler at the preprocessing stage. In this case you can re-run configure
with the verbosity flag -v3 to see the error messages.
Failed to install hopfield-0.1.0.2
cabal: Error: some packages failed to install:
hopfield-0.1.0.2 failed during the configure step. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.