Build #3 for netlines-1.0.0

[all reports]

Package netlines-1.0.0
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2015-09-27 07:06:31.251152 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies time-1.5.0.1, text-1.2.1.3, random-1.1, enumerator-0.4.20, contstuff-1.2.6, bytestring-0.10.6.0, base-4.8.1.0, HTF-0.13.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring Diff-0.3.2...
Building Diff-0.3.2...
Preprocessing library Diff-0.3.2...
[1 of 3] Compiling Data.Algorithm.Diff ( src/Data/Algorithm/Diff.hs, dist/build/Data/Algorithm/Diff.o )
[2 of 3] Compiling Data.Algorithm.DiffOutput ( src/Data/Algorithm/DiffOutput.hs, dist/build/Data/Algorithm/DiffOutput.o )

src/Data/Algorithm/DiffOutput.hs:16: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 Data.Algorithm.DiffContext ( src/Data/Algorithm/DiffContext.hs, dist/build/Data/Algorithm/DiffContext.o )

src/Data/Algorithm/DiffContext.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()
In-place registering Diff-0.3.2...
Running Haddock for Diff-0.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-Diff-0.3336465782861021530.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/Diff-0.3.2-DxiqnH2v4bt9bHNo1e9XlU
Registering Diff-0.3.2...
Installed Diff-0.3.2
Configuring HUnit-1.3.0.0...
Building HUnit-1.3.0.0...
Preprocessing library HUnit-1.3.0.0...
[1 of 5] Compiling Test.HUnit.Terminal ( Test/HUnit/Terminal.hs, dist/build/Test/HUnit/Terminal.o )
[2 of 5] Compiling Test.HUnit.Lang  ( Test/HUnit/Lang.hs, dist/build/Test/HUnit/Lang.o )
[3 of 5] Compiling Test.HUnit.Base  ( Test/HUnit/Base.hs, dist/build/Test/HUnit/Base.o )
[4 of 5] Compiling Test.HUnit.Text  ( Test/HUnit/Text.hs, dist/build/Test/HUnit/Text.o )
[5 of 5] Compiling Test.HUnit       ( Test/HUnit.hs, dist/build/Test/HUnit.o )
In-place registering HUnit-1.3.0.0...
Running Haddock for HUnit-1.3.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-HUnit-1.3.05726603361159126505.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/HUnit-1.3.0.0-DDLSMCRs3jyLBDbJPCH01j
Registering HUnit-1.3.0.0...
Installed HUnit-1.3.0.0
Configuring base64-bytestring-1.0.0.1...
Building base64-bytestring-1.0.0.1...
Preprocessing library base64-bytestring-1.0.0.1...
[1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, dist/build/Data/ByteString/Base64/Internal.o )
[2 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, dist/build/Data/ByteString/Base64/URL.o )
[3 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, dist/build/Data/ByteString/Base64/URL/Lazy.o )
[4 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, dist/build/Data/ByteString/Base64.o )
[5 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, dist/build/Data/ByteString/Base64/Lazy.o )
In-place registering base64-bytestring-1.0.0.1...
Running Haddock for base64-bytestring-1.0.0.1...
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-base64-bytestring-1.0.0221558440270744729.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/base64-bytestring-1.0.0.1-5ombtuUXex39dVe2nth8cH
Registering base64-bytestring-1.0.0.1...
Installed base64-bytestring-1.0.0.1
Configuring contstuff-1.2.6...
Building contstuff-1.2.6...
Preprocessing library contstuff-1.2.6...
[1 of 6] Compiling Control.ContStuff.Classes ( Control/ContStuff/Classes.hs, dist/build/Control/ContStuff/Classes.o )

Control/ContStuff/Classes.hs:45:1: Warning:
    Module ‘Prelude’ does not export ‘catch’
[2 of 6] Compiling Control.ContStuff.Trans ( Control/ContStuff/Trans.hs, dist/build/Control/ContStuff/Trans.o )

Control/ContStuff/Trans.hs:63: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 6] Compiling Control.ContStuff.Monads ( Control/ContStuff/Monads.hs, dist/build/Control/ContStuff/Monads.o )

Control/ContStuff/Monads.hs:26: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/ContStuff/Monads.hs:29: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 6] Compiling Control.ContStuff.Instances ( Control/ContStuff/Instances.hs, dist/build/Control/ContStuff/Instances.o )
[5 of 6] Compiling Control.ContStuff.Simple ( Control/ContStuff/Simple.hs, dist/build/Control/ContStuff/Simple.o )

Control/ContStuff/Simple.hs:52:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[6 of 6] Compiling Control.ContStuff ( Control/ContStuff.hs, dist/build/Control/ContStuff.o )
In-place registering contstuff-1.2.6...
Running Haddock for contstuff-1.2.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-contstuff-1.22142757034116087764.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/contstuff-1.2.6-67vhoT1ZQ18GU5aL0PvXWO
Registering contstuff-1.2.6...
Installed contstuff-1.2.6
Configuring dlist-0.7.1.2...
Building dlist-0.7.1.2...
Preprocessing library dlist-0.7.1.2...
[1 of 1] Compiling Data.DList       ( Data/DList.hs, dist/build/Data/DList.o )
In-place registering dlist-0.7.1.2...
Running Haddock for dlist-0.7.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-dlist-0.7.14802984901398295499.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/dlist-0.7.1.2-7AixcwRWCwX32HiPCcE7zz
Registering dlist-0.7.1.2...
Installed dlist-0.7.1.2
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
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.2745425661396473730.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU
Registering mtl-2.2.1...
Installed mtl-2.2.1
Configuring old-locale-1.0.0.7...
Building old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
[1 of 1] Compiling System.Locale    ( System/Locale.hs, dist/build/System/Locale.o )
In-place registering old-locale-1.0.0.7...
Running Haddock for old-locale-1.0.0.7...
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.02114937732726371155.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 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.12557895281266235189.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-11113502215860516127.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 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.41941690360410409117.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 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-0126107205159473059.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 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.1203350523629777560.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.01158381494873199181.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 regex-base-0.93.2...
Building regex-base-0.93.2...
Preprocessing library regex-base-0.93.2...
[1 of 4] Compiling Text.Regex.Base.RegexLike ( Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o )
[2 of 4] Compiling Text.Regex.Base.Context ( Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o )
[3 of 4] Compiling Text.Regex.Base  ( Text/Regex/Base.hs, dist/build/Text/Regex/Base.o )

Text/Regex/Base.hs:55:13: Warning:
    In the use of ‘versionTags’ (imported from Data.Version):
    Deprecated: "See GHC ticket #2496"
[4 of 4] Compiling Text.Regex.Base.Impl ( Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o )
In-place registering regex-base-0.93.2...
Running Haddock for regex-base-0.93.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-regex-base-0.933951913091431742587.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/regex-base-0.93.2-2j0nR3pc4q24HZdEmShSMX
Registering regex-base-0.93.2...
Installed regex-base-0.93.2
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.01304811783223712350.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.037669677696055805.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-01550101877752704313.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 haskell-src-1.0.2.0...
Building haskell-src-1.0.2.0...
Preprocessing library haskell-src-1.0.2.0...
[1 of 6] Compiling Language.Haskell.Syntax ( Language/Haskell/Syntax.hs, dist/build/Language/Haskell/Syntax.o )
[2 of 6] Compiling Language.Haskell.Pretty ( Language/Haskell/Pretty.hs, dist/build/Language/Haskell/Pretty.o )
[3 of 6] Compiling Language.Haskell.ParseMonad ( Language/Haskell/ParseMonad.hs, dist/build/Language/Haskell/ParseMonad.o )
[4 of 6] Compiling Language.Haskell.ParseUtils ( Language/Haskell/ParseUtils.hs, dist/build/Language/Haskell/ParseUtils.o )
[5 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, dist/build/Language/Haskell/Lexer.o )
[6 of 6] Compiling Language.Haskell.Parser ( dist/build/Language/Haskell/Parser.hs, dist/build/Language/Haskell/Parser.o )
In-place registering haskell-src-1.0.2.0...
Running Haddock for haskell-src-1.0.2.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-haskell-src-1.0.28303659812053232475.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/haskell-src-1.0.2.0-0X1MJdxDVJhLIk6gtLKdmG
Registering haskell-src-1.0.2.0...
Installed haskell-src-1.0.2.0
Configuring blaze-builder-0.4.0.1...
Building blaze-builder-0.4.0.1...
Preprocessing library blaze-builder-0.4.0.1...

Blaze/ByteString/Builder/HTTP.hs:1:63: Warning:
    -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect

Blaze/ByteString/Builder/Internal/Write.hs:1:33: Warning:
    -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect
[ 1 of 10] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/build/Blaze/ByteString/Builder/Internal/Write.o )

Blaze/ByteString/Builder/Internal/Write.hs:52:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[ 2 of 10] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, dist/build/Blaze/ByteString/Builder/Compat/Write.o )

Blaze/ByteString/Builder/Compat/Write.hs:19:1: Warning:
    The import of ‘Foreign’ is redundant
      except perhaps to import instances from ‘Foreign’
    To import instances alone, use: import Foreign()
[ 3 of 10] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist/build/Blaze/ByteString/Builder/Char/Utf8.o )
[ 4 of 10] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist/build/Blaze/ByteString/Builder/Char8.o )
[ 5 of 10] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist/build/Blaze/ByteString/Builder/Html/Utf8.o )
[ 6 of 10] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist/build/Blaze/ByteString/Builder/ByteString.o )
[ 7 of 10] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/build/Blaze/ByteString/Builder/HTTP.o )

Blaze/ByteString/Builder/HTTP.hs:33:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[ 8 of 10] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist/build/Blaze/ByteString/Builder/Word.o )
[ 9 of 10] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/build/Blaze/ByteString/Builder/Int.o )
[10 of 10] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist/build/Blaze/ByteString/Builder.o )
In-place registering blaze-builder-0.4.0.1...
Running Haddock for blaze-builder-0.4.0.1...
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-blaze-builder-0.4.0198628789995234140.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/blaze-builder-0.4.0.1-6BKEupqZliOD9r4rLG9ckJ
Registering blaze-builder-0.4.0.1...
Installed blaze-builder-0.4.0.1
Configuring enumerator-0.4.20...
Building enumerator-0.4.20...
Preprocessing library enumerator-0.4.20...
[ 1 of 10] Compiling Data.Enumerator.Util ( lib/Data/Enumerator/Util.hs, dist/build/Data/Enumerator/Util.o )

lib/Data/Enumerator/Util.hs:12:1: Warning: Tab character

lib/Data/Enumerator/Util.hs:13:1: Warning: Tab character

lib/Data/Enumerator/Util.hs:14:1: Warning: Tab character

lib/Data/Enumerator/Util.hs:15:1: Warning: Tab character
[ 2 of 10] Compiling Data.Enumerator.Internal ( lib/Data/Enumerator/Internal.hs, dist/build/Data/Enumerator/Internal.o )

lib/Data/Enumerator/Internal.hs:17:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:18:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:19:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:20:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:21:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:22:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:23:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:24:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:25:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:26:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:27:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:28:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:29:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:30:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:31:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:32:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:33:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:34:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:35:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:36:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:37:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:38:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:39:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:40:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:41:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:42:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:50: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()

lib/Data/Enumerator/Internal.hs:65:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:66:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:67:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:70:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:71:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:72:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:75:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:76:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:77:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:80:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:81:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:82:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:83:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:84:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:85:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:86:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:87:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:88:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:89:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:90:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:91:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:92:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:107:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:108:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:111:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:113:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:114:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:115:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:116:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:117:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:118:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:119:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:120:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:121:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:122:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:123:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:126:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:129:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:194:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:197:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:198:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:201:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:202:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:206:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:207:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:292:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:293:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:302:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:303:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:304:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:312:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:313:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:341:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:342:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:359:1: Warning: Tab character

lib/Data/Enumerator/Internal.hs:360:1: Warning: Tab character
[ 3 of 10] Compiling Data.Enumerator.List[boot] ( lib/Data/Enumerator/List.hs-boot, dist/build/Data/Enumerator/List.o-boot )
[ 4 of 10] Compiling Data.Enumerator.Compatibility ( lib/Data/Enumerator/Compatibility.hs, dist/build/Data/Enumerator/Compatibility.o )

lib/Data/Enumerator/Compatibility.hs:11:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:12:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:13:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:14:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:15:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:16:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:17:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:18:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:19:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:20:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:21:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:22:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:23:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:24:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:25:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:26:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:27:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:28:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:29:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:30:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:31:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:32:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:33:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:34:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:35:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:36:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:37:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:38:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:88:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:89:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:90:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:91:1: Warning: Tab character

lib/Data/Enumerator/Compatibility.hs:92:1: Warning: Tab character
[ 5 of 10] Compiling Data.Enumerator  ( lib/Data/Enumerator.hs, dist/build/Data/Enumerator.o )

lib/Data/Enumerator.hs:15:1: Warning: Tab character

lib/Data/Enumerator.hs:16:1: Warning: Tab character

lib/Data/Enumerator.hs:17:1: Warning: Tab character

lib/Data/Enumerator.hs:18:1: Warning: Tab character

lib/Data/Enumerator.hs:19:1: Warning: Tab character

lib/Data/Enumerator.hs:20:1: Warning: Tab character

lib/Data/Enumerator.hs:21:1: Warning: Tab character

lib/Data/Enumerator.hs:22:1: Warning: Tab character

lib/Data/Enumerator.hs:23:1: Warning: Tab character

lib/Data/Enumerator.hs:24:1: Warning: Tab character

lib/Data/Enumerator.hs:25:1: Warning: Tab character

lib/Data/Enumerator.hs:26:1: Warning: Tab character

lib/Data/Enumerator.hs:27:1: Warning: Tab character

lib/Data/Enumerator.hs:28:1: Warning: Tab character

lib/Data/Enumerator.hs:29:1: Warning: Tab character

lib/Data/Enumerator.hs:30:1: Warning: Tab character

lib/Data/Enumerator.hs:31:1: Warning: Tab character

lib/Data/Enumerator.hs:32:1: Warning: Tab character

lib/Data/Enumerator.hs:33:1: Warning: Tab character

lib/Data/Enumerator.hs:34:1: Warning: Tab character

lib/Data/Enumerator.hs:35:1: Warning: Tab character

lib/Data/Enumerator.hs:36:1: Warning: Tab character

lib/Data/Enumerator.hs:37:1: Warning: Tab character

lib/Data/Enumerator.hs:38:1: Warning: Tab character

lib/Data/Enumerator.hs:39:1: Warning: Tab character

lib/Data/Enumerator.hs:40:1: Warning: Tab character

lib/Data/Enumerator.hs:41:1: Warning: Tab character

lib/Data/Enumerator.hs:42:1: Warning: Tab character

lib/Data/Enumerator.hs:43:1: Warning: Tab character

lib/Data/Enumerator.hs:44:1: Warning: Tab character

lib/Data/Enumerator.hs:45:1: Warning: Tab character

lib/Data/Enumerator.hs:46:1: Warning: Tab character

lib/Data/Enumerator.hs:47:1: Warning: Tab character

lib/Data/Enumerator.hs:48:1: Warning: Tab character

lib/Data/Enumerator.hs:49:1: Warning: Tab character

lib/Data/Enumerator.hs:50:1: Warning: Tab character

lib/Data/Enumerator.hs:51:1: Warning: Tab character

lib/Data/Enumerator.hs:52:1: Warning: Tab character

lib/Data/Enumerator.hs:53:1: Warning: Tab character

lib/Data/Enumerator.hs:54:1: Warning: Tab character

lib/Data/Enumerator.hs:55:1: Warning: Tab character

lib/Data/Enumerator.hs:56:1: Warning: Tab character

lib/Data/Enumerator.hs:57:1: Warning: Tab character

lib/Data/Enumerator.hs:58:1: Warning: Tab character

lib/Data/Enumerator.hs:59:1: Warning: Tab character

lib/Data/Enumerator.hs:60:1: Warning: Tab character

lib/Data/Enumerator.hs:61:1: Warning: Tab character

lib/Data/Enumerator.hs:62:1: Warning: Tab character

lib/Data/Enumerator.hs:63:1: Warning: Tab character

lib/Data/Enumerator.hs:63:11: Warning:
    ‘Iteratee’ is exported by ‘module Data.Enumerator.Internal’ and ‘Iteratee’

lib/Data/Enumerator.hs:63:11: Warning:
    ‘Enumerator’ is exported by ‘module Data.Enumerator.Internal’ and ‘Enumerator’

lib/Data/Enumerator.hs:63:11: Warning:
    ‘Enumeratee’ is exported by ‘module Data.Enumerator.Internal’ and ‘Enumeratee’

lib/Data/Enumerator.hs:63:11: Warning:
    ‘>>==’ is exported by ‘module Data.Enumerator.Internal’ and ‘(>>==)’

lib/Data/Enumerator.hs:63:11: Warning:
    ‘==<<’ is exported by ‘module Data.Enumerator.Internal’ and ‘(==<<)’

lib/Data/Enumerator.hs:63:11: Warning:
    ‘$$’ is exported by ‘module Data.Enumerator.Internal’ and ‘($$)’

lib/Data/Enumerator.hs:63:11: Warning:
    ‘>==>’ is exported by ‘module Data.Enumerator.Internal’ and ‘(>==>)’

lib/Data/Enumerator.hs:63:11: Warning:
    ‘<==<’ is exported by ‘module Data.Enumerator.Internal’ and ‘(<==<)’

lib/Data/Enumerator.hs:64:1: Warning: Tab character

lib/Data/Enumerator.hs:65:1: Warning: Tab character

lib/Data/Enumerator.hs:66:1: Warning: Tab character

lib/Data/Enumerator.hs:67:1: Warning: Tab character

lib/Data/Enumerator.hs:68:1: Warning: Tab character

lib/Data/Enumerator.hs:69:1: Warning: Tab character

lib/Data/Enumerator.hs:70:1: Warning: Tab character

lib/Data/Enumerator.hs:71:1: Warning: Tab character

lib/Data/Enumerator.hs:72:1: Warning: Tab character

lib/Data/Enumerator.hs:73:1: Warning: Tab character

lib/Data/Enumerator.hs:74:1: Warning: Tab character

lib/Data/Enumerator.hs:100:1: Warning: Tab character

lib/Data/Enumerator.hs:101:1: Warning: Tab character

lib/Data/Enumerator.hs:102:1: Warning: Tab character

lib/Data/Enumerator.hs:103:1: Warning: Tab character

lib/Data/Enumerator.hs:104:1: Warning: Tab character

lib/Data/Enumerator.hs:142:1: Warning: Tab character

lib/Data/Enumerator.hs:143:1: Warning: Tab character

lib/Data/Enumerator.hs:144:1: Warning: Tab character

lib/Data/Enumerator.hs:145:1: Warning: Tab character

lib/Data/Enumerator.hs:146:1: Warning: Tab character

lib/Data/Enumerator.hs:147:1: Warning: Tab character

lib/Data/Enumerator.hs:148:1: Warning: Tab character

lib/Data/Enumerator.hs:149:1: Warning: Tab character

lib/Data/Enumerator.hs:150:1: Warning: Tab character

lib/Data/Enumerator.hs:151:1: Warning: Tab character

lib/Data/Enumerator.hs:152:1: Warning: Tab character

lib/Data/Enumerator.hs:153:1: Warning: Tab character

lib/Data/Enumerator.hs:154:1: Warning: Tab character

lib/Data/Enumerator.hs:155:1: Warning: Tab character

lib/Data/Enumerator.hs:156:1: Warning: Tab character

lib/Data/Enumerator.hs:157:1: Warning: Tab character

lib/Data/Enumerator.hs:158:1: Warning: Tab character

lib/Data/Enumerator.hs:159:1: Warning: Tab character

lib/Data/Enumerator.hs:160:1: Warning: Tab character

lib/Data/Enumerator.hs:161:1: Warning: Tab character

lib/Data/Enumerator.hs:162:1: Warning: Tab character

lib/Data/Enumerator.hs:163:1: Warning: Tab character

lib/Data/Enumerator.hs:164:1: Warning: Tab character

lib/Data/Enumerator.hs:172:1: Warning: Tab character

lib/Data/Enumerator.hs:173:1: Warning: Tab character

lib/Data/Enumerator.hs:174:1: Warning: Tab character

lib/Data/Enumerator.hs:175:1: Warning: Tab character

lib/Data/Enumerator.hs:176:1: Warning: Tab character

lib/Data/Enumerator.hs:177:1: Warning: Tab character

lib/Data/Enumerator.hs:178:1: Warning: Tab character

lib/Data/Enumerator.hs:179:1: Warning: Tab character

lib/Data/Enumerator.hs:191:1: Warning: Tab character

lib/Data/Enumerator.hs:192:1: Warning: Tab character

lib/Data/Enumerator.hs:193:1: Warning: Tab character

lib/Data/Enumerator.hs:194:1: Warning: Tab character

lib/Data/Enumerator.hs:232:1: Warning: Tab character

lib/Data/Enumerator.hs:233:1: Warning: Tab character

lib/Data/Enumerator.hs:234:1: Warning: Tab character

lib/Data/Enumerator.hs:235:1: Warning: Tab character

lib/Data/Enumerator.hs:236:1: Warning: Tab character

lib/Data/Enumerator.hs:276:1: Warning: Tab character

lib/Data/Enumerator.hs:277:1: Warning: Tab character

lib/Data/Enumerator.hs:278:1: Warning: Tab character

lib/Data/Enumerator.hs:279:1: Warning: Tab character

lib/Data/Enumerator.hs:280:1: Warning: Tab character

lib/Data/Enumerator.hs:340:1: Warning: Tab character

lib/Data/Enumerator.hs:341:1: Warning: Tab character

lib/Data/Enumerator.hs:342:1: Warning: Tab character

lib/Data/Enumerator.hs:343:1: Warning: Tab character

lib/Data/Enumerator.hs:344:1: Warning: Tab character

lib/Data/Enumerator.hs:350:1: Warning: Tab character

lib/Data/Enumerator.hs:351:1: Warning: Tab character

lib/Data/Enumerator.hs:359:1: Warning: Tab character

lib/Data/Enumerator.hs:360:1: Warning: Tab character

lib/Data/Enumerator.hs:361:1: Warning: Tab character

lib/Data/Enumerator.hs:362:1: Warning: Tab character

lib/Data/Enumerator.hs:371:1: Warning: Tab character

lib/Data/Enumerator.hs:372:1: Warning: Tab character

lib/Data/Enumerator.hs:373:1: Warning: Tab character

lib/Data/Enumerator.hs:374:1: Warning: Tab character

lib/Data/Enumerator.hs:375:1: Warning: Tab character

lib/Data/Enumerator.hs:381:1: Warning: Tab character

lib/Data/Enumerator.hs:382:1: Warning: Tab character

lib/Data/Enumerator.hs:383:1: Warning: Tab character

lib/Data/Enumerator.hs:391:1: Warning: Tab character

lib/Data/Enumerator.hs:392:1: Warning: Tab character

lib/Data/Enumerator.hs:393:1: Warning: Tab character

lib/Data/Enumerator.hs:394:1: Warning: Tab character

lib/Data/Enumerator.hs:401:1: Warning: Tab character

lib/Data/Enumerator.hs:402:1: Warning: Tab character

lib/Data/Enumerator.hs:403:1: Warning: Tab character
[ 6 of 10] Compiling Data.Enumerator.List ( lib/Data/Enumerator/List.hs, dist/build/Data/Enumerator/List.o )

lib/Data/Enumerator/List.hs:17:1: Warning: Tab character

lib/Data/Enumerator/List.hs:18:1: Warning: Tab character

lib/Data/Enumerator/List.hs:19:1: Warning: Tab character

lib/Data/Enumerator/List.hs:20:1: Warning: Tab character

lib/Data/Enumerator/List.hs:21:1: Warning: Tab character

lib/Data/Enumerator/List.hs:22:1: Warning: Tab character

lib/Data/Enumerator/List.hs:23:1: Warning: Tab character

lib/Data/Enumerator/List.hs:24:1: Warning: Tab character

lib/Data/Enumerator/List.hs:25:1: Warning: Tab character

lib/Data/Enumerator/List.hs:26:1: Warning: Tab character

lib/Data/Enumerator/List.hs:27:1: Warning: Tab character

lib/Data/Enumerator/List.hs:28:1: Warning: Tab character

lib/Data/Enumerator/List.hs:29:1: Warning: Tab character

lib/Data/Enumerator/List.hs:30:1: Warning: Tab character

lib/Data/Enumerator/List.hs:31:1: Warning: Tab character

lib/Data/Enumerator/List.hs:32:1: Warning: Tab character

lib/Data/Enumerator/List.hs:33:1: Warning: Tab character

lib/Data/Enumerator/List.hs:34:1: Warning: Tab character

lib/Data/Enumerator/List.hs:35:1: Warning: Tab character

lib/Data/Enumerator/List.hs:36:1: Warning: Tab character

lib/Data/Enumerator/List.hs:37:1: Warning: Tab character

lib/Data/Enumerator/List.hs:38:1: Warning: Tab character

lib/Data/Enumerator/List.hs:39:1: Warning: Tab character

lib/Data/Enumerator/List.hs:40:1: Warning: Tab character

lib/Data/Enumerator/List.hs:41:1: Warning: Tab character

lib/Data/Enumerator/List.hs:42:1: Warning: Tab character

lib/Data/Enumerator/List.hs:43:1: Warning: Tab character

lib/Data/Enumerator/List.hs:44:1: Warning: Tab character

lib/Data/Enumerator/List.hs:45:1: Warning: Tab character

lib/Data/Enumerator/List.hs:46:1: Warning: Tab character

lib/Data/Enumerator/List.hs:47:1: Warning: Tab character

lib/Data/Enumerator/List.hs:48:1: Warning: Tab character

lib/Data/Enumerator/List.hs:49:1: Warning: Tab character

lib/Data/Enumerator/List.hs:50:1: Warning: Tab character

lib/Data/Enumerator/List.hs:51:1: Warning: Tab character

lib/Data/Enumerator/List.hs:52:1: Warning: Tab character

lib/Data/Enumerator/List.hs:53:1: Warning: Tab character

lib/Data/Enumerator/List.hs:54:1: Warning: Tab character

lib/Data/Enumerator/List.hs:55:1: Warning: Tab character

lib/Data/Enumerator/List.hs:56:1: Warning: Tab character

lib/Data/Enumerator/List.hs:57:1: Warning: Tab character

lib/Data/Enumerator/List.hs:58:1: Warning: Tab character

lib/Data/Enumerator/List.hs:59:1: Warning: Tab character

lib/Data/Enumerator/List.hs:60:1: Warning: Tab character

lib/Data/Enumerator/List.hs:61:1: Warning: Tab character

lib/Data/Enumerator/List.hs:62:1: Warning: Tab character

lib/Data/Enumerator/List.hs:63:1: Warning: Tab character

lib/Data/Enumerator/List.hs:64:1: Warning: Tab character

lib/Data/Enumerator/List.hs:65:1: Warning: Tab character

lib/Data/Enumerator/List.hs:66:1: Warning: Tab character

lib/Data/Enumerator/List.hs:67:1: Warning: Tab character

lib/Data/Enumerator/List.hs:68:1: Warning: Tab character

lib/Data/Enumerator/List.hs:69:1: Warning: Tab character

lib/Data/Enumerator/List.hs:70:1: Warning: Tab character

lib/Data/Enumerator/List.hs:71:1: Warning: Tab character

lib/Data/Enumerator/List.hs:72:1: Warning: Tab character

lib/Data/Enumerator/List.hs:73:1: Warning: Tab character

lib/Data/Enumerator/List.hs:74:1: Warning: Tab character

lib/Data/Enumerator/List.hs:75:1: Warning: Tab character

lib/Data/Enumerator/List.hs:76:1: Warning: Tab character

lib/Data/Enumerator/List.hs:77:1: Warning: Tab character

lib/Data/Enumerator/List.hs:78:1: Warning: Tab character

lib/Data/Enumerator/List.hs:79:1: Warning: Tab character

lib/Data/Enumerator/List.hs:80:1: Warning: Tab character

lib/Data/Enumerator/List.hs:81:1: Warning: Tab character

lib/Data/Enumerator/List.hs:82:1: Warning: Tab character

lib/Data/Enumerator/List.hs:83:1: Warning: Tab character

lib/Data/Enumerator/List.hs:84:1: Warning: Tab character

lib/Data/Enumerator/List.hs:85:1: Warning: Tab character

lib/Data/Enumerator/List.hs:92: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()

lib/Data/Enumerator/List.hs:105:1: Warning: Tab character

lib/Data/Enumerator/List.hs:106:1: Warning: Tab character

lib/Data/Enumerator/List.hs:107:1: Warning: Tab character

lib/Data/Enumerator/List.hs:108:1: Warning: Tab character

lib/Data/Enumerator/List.hs:109:1: Warning: Tab character

lib/Data/Enumerator/List.hs:118:1: Warning: Tab character

lib/Data/Enumerator/List.hs:119:1: Warning: Tab character

lib/Data/Enumerator/List.hs:120:1: Warning: Tab character

lib/Data/Enumerator/List.hs:121:1: Warning: Tab character

lib/Data/Enumerator/List.hs:122:1: Warning: Tab character

lib/Data/Enumerator/List.hs:123:1: Warning: Tab character

lib/Data/Enumerator/List.hs:133:1: Warning: Tab character

lib/Data/Enumerator/List.hs:134:1: Warning: Tab character

lib/Data/Enumerator/List.hs:144:1: Warning: Tab character

lib/Data/Enumerator/List.hs:145:1: Warning: Tab character

lib/Data/Enumerator/List.hs:146:1: Warning: Tab character

lib/Data/Enumerator/List.hs:147:1: Warning: Tab character

lib/Data/Enumerator/List.hs:156:1: Warning: Tab character

lib/Data/Enumerator/List.hs:157:1: Warning: Tab character

lib/Data/Enumerator/List.hs:158:1: Warning: Tab character

lib/Data/Enumerator/List.hs:159:1: Warning: Tab character

lib/Data/Enumerator/List.hs:160:1: Warning: Tab character

lib/Data/Enumerator/List.hs:161:1: Warning: Tab character

lib/Data/Enumerator/List.hs:162:1: Warning: Tab character

lib/Data/Enumerator/List.hs:163:1: Warning: Tab character

lib/Data/Enumerator/List.hs:202:1: Warning: Tab character

lib/Data/Enumerator/List.hs:203:1: Warning: Tab character

lib/Data/Enumerator/List.hs:204:1: Warning: Tab character

lib/Data/Enumerator/List.hs:205:1: Warning: Tab character

lib/Data/Enumerator/List.hs:206:1: Warning: Tab character

lib/Data/Enumerator/List.hs:207:1: Warning: Tab character

lib/Data/Enumerator/List.hs:208:1: Warning: Tab character

lib/Data/Enumerator/List.hs:215:1: Warning: Tab character

lib/Data/Enumerator/List.hs:216:1: Warning: Tab character

lib/Data/Enumerator/List.hs:217:1: Warning: Tab character

lib/Data/Enumerator/List.hs:218:1: Warning: Tab character

lib/Data/Enumerator/List.hs:219:1: Warning: Tab character

lib/Data/Enumerator/List.hs:220:1: Warning: Tab character

lib/Data/Enumerator/List.hs:221:1: Warning: Tab character

lib/Data/Enumerator/List.hs:222:1: Warning: Tab character

lib/Data/Enumerator/List.hs:235:1: Warning: Tab character

lib/Data/Enumerator/List.hs:236:1: Warning: Tab character

lib/Data/Enumerator/List.hs:254:1: Warning: Tab character

lib/Data/Enumerator/List.hs:255:1: Warning: Tab character

lib/Data/Enumerator/List.hs:256:1: Warning: Tab character

lib/Data/Enumerator/List.hs:272:1: Warning: Tab character

lib/Data/Enumerator/List.hs:273:1: Warning: Tab character

lib/Data/Enumerator/List.hs:282:1: Warning: Tab character

lib/Data/Enumerator/List.hs:283:1: Warning: Tab character

lib/Data/Enumerator/List.hs:284:1: Warning: Tab character

lib/Data/Enumerator/List.hs:285:1: Warning: Tab character

lib/Data/Enumerator/List.hs:286:1: Warning: Tab character

lib/Data/Enumerator/List.hs:305:1: Warning: Tab character

lib/Data/Enumerator/List.hs:306:1: Warning: Tab character

lib/Data/Enumerator/List.hs:307:1: Warning: Tab character

lib/Data/Enumerator/List.hs:308:1: Warning: Tab character

lib/Data/Enumerator/List.hs:333:1: Warning: Tab character

lib/Data/Enumerator/List.hs:334:1: Warning: Tab character

lib/Data/Enumerator/List.hs:335:1: Warning: Tab character

lib/Data/Enumerator/List.hs:336:1: Warning: Tab character

lib/Data/Enumerator/List.hs:337:1: Warning: Tab character

lib/Data/Enumerator/List.hs:338:1: Warning: Tab character

lib/Data/Enumerator/List.hs:339:1: Warning: Tab character

lib/Data/Enumerator/List.hs:347:1: Warning: Tab character

lib/Data/Enumerator/List.hs:348:1: Warning: Tab character

lib/Data/Enumerator/List.hs:349:1: Warning: Tab character

lib/Data/Enumerator/List.hs:350:1: Warning: Tab character

lib/Data/Enumerator/List.hs:351:1: Warning: Tab character

lib/Data/Enumerator/List.hs:358:1: Warning: Tab character

lib/Data/Enumerator/List.hs:359:1: Warning: Tab character

lib/Data/Enumerator/List.hs:360:1: Warning: Tab character

lib/Data/Enumerator/List.hs:373:1: Warning: Tab character

lib/Data/Enumerator/List.hs:374:1: Warning: Tab character

lib/Data/Enumerator/List.hs:375:1: Warning: Tab character

lib/Data/Enumerator/List.hs:376:1: Warning: Tab character

lib/Data/Enumerator/List.hs:377:1: Warning: Tab character

lib/Data/Enumerator/List.hs:378:1: Warning: Tab character

lib/Data/Enumerator/List.hs:379:1: Warning: Tab character

lib/Data/Enumerator/List.hs:380:1: Warning: Tab character

lib/Data/Enumerator/List.hs:381:1: Warning: Tab character

lib/Data/Enumerator/List.hs:382:1: Warning: Tab character

lib/Data/Enumerator/List.hs:383:1: Warning: Tab character

lib/Data/Enumerator/List.hs:384:1: Warning: Tab character

lib/Data/Enumerator/List.hs:385:1: Warning: Tab character

lib/Data/Enumerator/List.hs:386:1: Warning: Tab character

lib/Data/Enumerator/List.hs:387:1: Warning: Tab character

lib/Data/Enumerator/List.hs:388:1: Warning: Tab character

lib/Data/Enumerator/List.hs:389:1: Warning: Tab character

lib/Data/Enumerator/List.hs:390:1: Warning: Tab character

lib/Data/Enumerator/List.hs:391:1: Warning: Tab character

lib/Data/Enumerator/List.hs:392:1: Warning: Tab character

lib/Data/Enumerator/List.hs:393:1: Warning: Tab character

lib/Data/Enumerator/List.hs:394:1: Warning: Tab character

lib/Data/Enumerator/List.hs:395:1: Warning: Tab character

lib/Data/Enumerator/List.hs:396:1: Warning: Tab character

lib/Data/Enumerator/List.hs:397:1: Warning: Tab character

lib/Data/Enumerator/List.hs:398:1: Warning: Tab character

lib/Data/Enumerator/List.hs:399:1: Warning: Tab character

lib/Data/Enumerator/List.hs:413:1: Warning: Tab character

lib/Data/Enumerator/List.hs:414:1: Warning: Tab character

lib/Data/Enumerator/List.hs:430:1: Warning: Tab character

lib/Data/Enumerator/List.hs:431:1: Warning: Tab character

lib/Data/Enumerator/List.hs:448:1: Warning: Tab character

lib/Data/Enumerator/List.hs:449:1: Warning: Tab character

lib/Data/Enumerator/List.hs:467:1: Warning: Tab character

lib/Data/Enumerator/List.hs:468:1: Warning: Tab character

lib/Data/Enumerator/List.hs:487:1: Warning: Tab character

lib/Data/Enumerator/List.hs:488:1: Warning: Tab character

lib/Data/Enumerator/List.hs:504:1: Warning: Tab character

lib/Data/Enumerator/List.hs:505:1: Warning: Tab character

lib/Data/Enumerator/List.hs:522:1: Warning: Tab character

lib/Data/Enumerator/List.hs:523:1: Warning: Tab character

lib/Data/Enumerator/List.hs:541:1: Warning: Tab character

lib/Data/Enumerator/List.hs:542:1: Warning: Tab character

lib/Data/Enumerator/List.hs:561:1: Warning: Tab character

lib/Data/Enumerator/List.hs:562:1: Warning: Tab character

lib/Data/Enumerator/List.hs:582:1: Warning: Tab character

lib/Data/Enumerator/List.hs:583:1: Warning: Tab character

lib/Data/Enumerator/List.hs:604:1: Warning: Tab character

lib/Data/Enumerator/List.hs:605:1: Warning: Tab character

lib/Data/Enumerator/List.hs:614:1: Warning: Tab character

lib/Data/Enumerator/List.hs:615:1: Warning: Tab character

lib/Data/Enumerator/List.hs:616:1: Warning: Tab character

lib/Data/Enumerator/List.hs:624:1: Warning: Tab character

lib/Data/Enumerator/List.hs:625:1: Warning: Tab character

lib/Data/Enumerator/List.hs:633:1: Warning: Tab character

lib/Data/Enumerator/List.hs:634:1: Warning: Tab character

lib/Data/Enumerator/List.hs:635:1: Warning: Tab character

lib/Data/Enumerator/List.hs:636:1: Warning: Tab character

lib/Data/Enumerator/List.hs:637:1: Warning: Tab character

lib/Data/Enumerator/List.hs:638:1: Warning: Tab character

lib/Data/Enumerator/List.hs:646:1: Warning: Tab character

lib/Data/Enumerator/List.hs:647:1: Warning: Tab character

lib/Data/Enumerator/List.hs:648:1: Warning: Tab character

lib/Data/Enumerator/List.hs:649:1: Warning: Tab character

lib/Data/Enumerator/List.hs:658:1: Warning: Tab character

lib/Data/Enumerator/List.hs:659:1: Warning: Tab character

lib/Data/Enumerator/List.hs:660:1: Warning: Tab character

lib/Data/Enumerator/List.hs:661:1: Warning: Tab character

lib/Data/Enumerator/List.hs:662:1: Warning: Tab character

lib/Data/Enumerator/List.hs:672:1: Warning: Tab character

lib/Data/Enumerator/List.hs:673:1: Warning: Tab character

lib/Data/Enumerator/List.hs:674:1: Warning: Tab character

lib/Data/Enumerator/List.hs:675:1: Warning: Tab character

lib/Data/Enumerator/List.hs:676:1: Warning: Tab character

lib/Data/Enumerator/List.hs:677:1: Warning: Tab character

lib/Data/Enumerator/List.hs:678:1: Warning: Tab character

lib/Data/Enumerator/List.hs:679:1: Warning: Tab character

lib/Data/Enumerator/List.hs:680:1: Warning: Tab character

lib/Data/Enumerator/List.hs:690:1: Warning: Tab character

lib/Data/Enumerator/List.hs:691:1: Warning: Tab character

lib/Data/Enumerator/List.hs:692:1: Warning: Tab character

lib/Data/Enumerator/List.hs:693:1: Warning: Tab character

lib/Data/Enumerator/List.hs:694:1: Warning: Tab character

lib/Data/Enumerator/List.hs:702:1: Warning: Tab character

lib/Data/Enumerator/List.hs:703:1: Warning: Tab character

lib/Data/Enumerator/List.hs:704:1: Warning: Tab character

lib/Data/Enumerator/List.hs:715:1: Warning: Tab character

lib/Data/Enumerator/List.hs:716:1: Warning: Tab character

lib/Data/Enumerator/List.hs:717:1: Warning: Tab character
[ 7 of 10] Compiling Data.Enumerator.Binary ( lib/Data/Enumerator/Binary.hs, dist/build/Data/Enumerator/Binary.o )

lib/Data/Enumerator/Binary.hs:22:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:23:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:24:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:25:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:26:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:27:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:28:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:29:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:30:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:31:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:32:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:33:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:34:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:35:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:36:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:37:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:38:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:39:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:40:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:41:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:42:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:43:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:44:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:45:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:46:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:47:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:48:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:49:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:50:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:51:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:52:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:53:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:54:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:55:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:56:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:57:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:58:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:59:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:60:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:61:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:62:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:63:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:64:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:65:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:66:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:67:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:68:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:69:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:70:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:71:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:72:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:73:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:74:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:75:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:76:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:77:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:78:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:79:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:80:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:81:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:82:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:83:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:84:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:85:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:86:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:87:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:88:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:89:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:90:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:91:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:92:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:93:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:94:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:95:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:96:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:106: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()

lib/Data/Enumerator/Binary.hs:140:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:141:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:151:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:152:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:153:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:154:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:190:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:191:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:192:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:193:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:194:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:195:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:196:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:197:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:205:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:206:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:207:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:208:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:209:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:210:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:211:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:212:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:213:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:220:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:221:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:222:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:223:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:224:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:225:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:226:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:227:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:228:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:229:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:244:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:245:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:262:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:263:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:264:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:324:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:325:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:326:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:327:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:328:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:329:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:330:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:331:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:332:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:333:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:341:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:342:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:343:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:344:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:345:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:346:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:347:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:348:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:355:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:356:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:357:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:358:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:359:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:372:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:373:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:374:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:375:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:376:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:377:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:378:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:379:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:380:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:381:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:382:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:383:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:384:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:385:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:386:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:387:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:388:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:389:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:390:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:391:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:392:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:393:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:394:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:395:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:396:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:397:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:398:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:399:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:400:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:401:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:415:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:416:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:432:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:433:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:450:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:451:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:469:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:470:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:489:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:490:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:506:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:507:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:524:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:525:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:543:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:544:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:563:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:564:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:584:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:585:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:606:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:607:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:616:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:617:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:618:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:619:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:627:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:628:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:636:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:637:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:638:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:639:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:640:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:641:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:642:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:650:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:651:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:652:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:653:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:654:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:655:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:664:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:665:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:666:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:667:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:668:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:669:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:670:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:680:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:681:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:682:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:683:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:684:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:685:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:686:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:687:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:688:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:689:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:690:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:700:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:701:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:702:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:703:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:704:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:705:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:706:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:707:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:715:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:716:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:717:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:718:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:719:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:720:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:721:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:721:25: Warning:
    This binding for ‘eof’ shadows the existing binding
      bound at lib/Data/Enumerator/Binary.hs:716:29

lib/Data/Enumerator/Binary.hs:722:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:723:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:724:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:725:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:745:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:746:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:747:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:748:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:749:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:750:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:779:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:780:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:781:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:782:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:783:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:784:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:785:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:786:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:787:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:788:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:788:17: Warning:
    This binding for ‘rem’ shadows the existing binding
      imported from ‘Prelude’ at lib/Data/Enumerator/Binary.hs:98:1-92
      (and originally defined in ‘GHC.Real’)

lib/Data/Enumerator/Binary.hs:789:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:790:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:791:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:792:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:793:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:794:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:795:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:796:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:797:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:801:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:802:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:803:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:804:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:805:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:806:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:807:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:808:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:826:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:827:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:828:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:841:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:842:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:843:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:844:1: Warning: Tab character

lib/Data/Enumerator/Binary.hs:845:1: Warning: Tab character
[ 8 of 10] Compiling Data.Enumerator.IO ( lib/Data/Enumerator/IO.hs, dist/build/Data/Enumerator/IO.o )

lib/Data/Enumerator/IO.hs:13:1: Warning: Tab character

lib/Data/Enumerator/IO.hs:14:1: Warning: Tab character

lib/Data/Enumerator/IO.hs:15:1: Warning: Tab character

lib/Data/Enumerator/IO.hs:16:1: Warning: Tab character

lib/Data/Enumerator/IO.hs:17:1: Warning: Tab character
[ 9 of 10] Compiling Data.Enumerator.Text ( lib/Data/Enumerator/Text.hs, dist/build/Data/Enumerator/Text.o )

lib/Data/Enumerator/Text.hs:24:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:25:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:26:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:27:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:28:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:29:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:30:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:31:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:32:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:33:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:34:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:35:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:36:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:37:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:38:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:39:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:40:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:41:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:42:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:43:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:44:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:45:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:46:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:47:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:48:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:49:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:50:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:51:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:52:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:53:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:54:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:55:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:56:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:57:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:58:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:59:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:60:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:61:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:62:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:63:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:64:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:65:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:66:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:67:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:68:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:69:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:70:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:71:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:72:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:73:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:74:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:75:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:76:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:77:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:78:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:79:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:80:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:81:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:82:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:83:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:84:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:85:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:86:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:87:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:88:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:89:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:90:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:91:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:92:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:93:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:94:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:95:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:96:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:97:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:98:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:99:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:100:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:101:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:102:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:103:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:104:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:105:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:106:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:107:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:108:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:109:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:125: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()

lib/Data/Enumerator/Text.hs:164:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:165:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:175:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:176:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:177:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:178:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:214:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:215:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:216:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:217:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:218:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:219:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:220:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:221:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:229:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:230:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:231:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:232:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:233:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:234:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:235:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:236:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:237:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:244:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:245:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:246:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:247:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:248:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:249:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:250:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:251:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:252:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:253:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:268:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:269:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:286:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:287:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:288:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:347:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:348:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:349:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:350:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:351:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:352:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:353:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:354:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:355:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:356:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:364:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:365:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:366:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:367:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:368:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:369:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:370:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:371:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:378:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:379:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:380:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:381:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:382:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:395:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:396:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:397:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:398:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:399:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:400:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:401:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:402:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:403:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:404:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:405:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:406:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:407:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:408:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:409:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:410:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:411:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:412:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:413:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:414:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:415:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:416:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:417:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:418:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:419:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:420:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:421:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:422:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:423:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:424:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:438:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:439:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:455:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:456:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:473:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:474:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:492:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:493:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:512:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:513:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:529:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:530:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:547:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:548:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:566:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:567:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:586:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:587:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:607:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:608:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:629:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:630:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:639:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:640:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:641:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:642:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:650:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:651:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:659:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:660:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:661:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:662:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:663:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:664:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:665:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:673:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:674:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:675:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:676:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:677:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:678:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:687:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:688:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:689:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:690:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:691:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:692:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:693:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:703:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:704:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:705:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:706:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:707:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:708:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:709:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:710:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:711:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:712:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:713:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:723:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:724:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:725:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:726:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:727:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:728:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:729:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:730:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:738:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:739:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:740:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:741:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:742:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:743:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:744:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:744:25: Warning:
    This binding for ‘eof’ shadows the existing binding
      bound at lib/Data/Enumerator/Text.hs:739:29

lib/Data/Enumerator/Text.hs:745:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:746:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:747:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:748:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:776:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:777:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:778:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:779:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:784:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:788:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:789:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:790:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:791:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:792:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:793:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:794:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:795:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:796:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:797:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:798:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:819:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:820:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:821:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:822:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:836:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:837:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:838:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:839:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:840:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:844:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:845:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:846:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:847:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:848:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:849:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:850:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:851:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:852:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:853:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:856:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:857:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:866:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:867:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:868:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:869:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:870:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:871:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:872:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:873:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:874:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:875:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:876:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:877:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:878:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:879:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:880:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:881:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:882:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:883:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:893:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:894:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:895:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:896:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:897:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:898:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:899:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:900:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:901:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:902:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:903:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:904:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:905:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:906:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:907:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:908:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:909:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:910:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:911:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:912:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:913:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:918:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:919:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:924:13: Warning: Tab character

lib/Data/Enumerator/Text.hs:925:13: Warning: Tab character

lib/Data/Enumerator/Text.hs:927:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:928:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:929:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:930:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:931:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:932:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:933:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:934:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:935:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:936:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:937:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:938:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:939:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:943:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:944:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:945:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:946:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:947:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:948:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:949:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:950:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:951:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:952:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:953:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:954:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:955:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:956:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:957:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:958:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:959:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:960:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:961:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:962:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:963:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:964:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:965:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:966:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:967:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:968:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:969:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:970:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:974:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:975:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:976:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:977:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:978:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:979:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:980:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:981:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:982:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:983:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:984:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:985:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:986:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:987:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:988:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:989:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:990:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:991:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:992:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:993:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:994:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:995:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:999:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1000:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1001:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1002:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1003:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1004:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1005:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1006:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1007:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1008:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1009:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1010:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1011:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1012:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1013:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1014:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1015:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1016:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1017:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1018:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1019:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1020:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1024:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1025:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1026:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1027:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1028:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1032:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1033:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1034:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1035:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1036:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1040:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1041:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1042:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1043:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1044:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1050:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1051:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1052:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1053:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1054:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1055:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1056:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1057:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1061:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1062:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1063:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1064:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1065:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1066:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1067:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1068:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1069:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1070:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1071:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1072:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1073:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1074:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1078:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1079:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1080:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1081:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1082:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1083:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1084:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1085:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1086:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1090:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1091:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1092:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1093:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1094:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1098:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1099:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1100:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1101:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1102:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1109:1: Warning: Tab character

lib/Data/Enumerator/Text.hs:1110:1: Warning: Tab character
[10 of 10] Compiling Data.Enumerator.Trans ( lib/Data/Enumerator/Trans.hs, dist/build/Data/Enumerator/Trans.o )

lib/Data/Enumerator/Trans.hs:18:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:19:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:20:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:21:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:22:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:23:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:24:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:25:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:26:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:27:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:28:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:29:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:30:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:31:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:32:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:33:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:34:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:35:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:36:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:37:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:38:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:39:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:40:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:41:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:42:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:43:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:44:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:45:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:46:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:47:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:48:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:49:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:50:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:51:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:52:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:53:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:54:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:55:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:56:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:57:1: Warning: Tab character

lib/Data/Enumerator/Trans.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()

lib/Data/Enumerator/Trans.hs:62:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

lib/Data/Enumerator/Trans.hs:78:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:79:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:80:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:81:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:82:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:89:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:90:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:91:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:92:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:93:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:94:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:95:1: Warning: Tab character

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

lib/Data/Enumerator/Trans.hs:101:26: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

lib/Data/Enumerator/Trans.hs:103:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:103:18: Warning:
    In the use of ‘runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

lib/Data/Enumerator/Trans.hs:104:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:105:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:106:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:107:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:108:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:109:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:116:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:117:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:118:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:119:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:120:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:127:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:128:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:129:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:130:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:131:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:144:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:145:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:146:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:147:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:148:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:162:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:163:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:164:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:165:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:166:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:167:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:182:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:183:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:184:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:185:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:186:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:187:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:202:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:203:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:204:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:205:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:206:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:207:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:229:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:230:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:231:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:232:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:233:1: Warning: Tab character

lib/Data/Enumerator/Trans.hs:234:1: Warning: Tab character
In-place registering enumerator-0.4.20...
Running Haddock for enumerator-0.4.20...
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-enumerator-0.416846774181845636353.20
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/enumerator-0.4.20-AAmjNt08igrHulyFTlxTKz
Registering enumerator-0.4.20...
Installed enumerator-0.4.20
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.38157741232016408437.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 polyparse-1.11...
Building polyparse-1.11...
Preprocessing library polyparse-1.11...
[ 1 of 18] Compiling Text.ParserCombinators.Poly.Result ( src/Text/ParserCombinators/Poly/Result.hs, dist/build/Text/ParserCombinators/Poly/Result.o )

src/Text/ParserCombinators/Poly/Result.hs:3:15: Warning:
    Tab character
[ 2 of 18] Compiling Text.ParserCombinators.Poly.Base ( src/Text/ParserCombinators/Poly/Base.hs, dist/build/Text/ParserCombinators/Poly/Base.o )

src/Text/ParserCombinators/Poly/Base.hs:3:19: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:4:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:8:10: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:9:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:11:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:13:11: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:15:10: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:17:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:18:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:19:10: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:20:10: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:21:11: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:22:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:23:12: Warning:
    Tab character
[ 3 of 18] Compiling Text.ParserCombinators.Poly.Parser ( src/Text/ParserCombinators/Poly/Parser.hs, dist/build/Text/ParserCombinators/Poly/Parser.o )

src/Text/ParserCombinators/Poly/Parser.hs:7:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:8:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:10:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:11:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:12:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:13:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:17:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:79:18: Warning:
    Tab character
[ 4 of 18] Compiling Text.ParserCombinators.Poly.Lazy ( src/Text/ParserCombinators/Poly/Lazy.hs, dist/build/Text/ParserCombinators/Poly/Lazy.o )

src/Text/ParserCombinators/Poly/Lazy.hs:4:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:5:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:6:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:8:9: Warning: Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:9:8: Warning: Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:10:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:11:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:15:12: Warning:
    Tab character
[ 5 of 18] Compiling Text.ParserCombinators.Poly.StateParser ( src/Text/ParserCombinators/Poly/StateParser.hs, dist/build/Text/ParserCombinators/Poly/StateParser.o )

src/Text/ParserCombinators/Poly/StateParser.hs:7:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:8:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:10:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:11:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:12:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:19:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:82:18: Warning:
    Tab character
[ 6 of 18] Compiling Text.ParserCombinators.Poly.State ( src/Text/ParserCombinators/Poly/State.hs, dist/build/Text/ParserCombinators/Poly/State.o )

src/Text/ParserCombinators/Poly/State.hs:3:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:4:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:5:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:7:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:8:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:9:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:10:11: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:16:12: Warning:
    Tab character
[ 7 of 18] Compiling Text.ParserCombinators.Poly.StateLazy ( src/Text/ParserCombinators/Poly/StateLazy.hs, dist/build/Text/ParserCombinators/Poly/StateLazy.o )

src/Text/ParserCombinators/Poly/StateLazy.hs:4:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:5:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:6:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:8:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:9:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:10:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:12:16: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:18:12: Warning:
    Tab character
[ 8 of 18] Compiling Text.ParserCombinators.Poly.Lex ( src/Text/ParserCombinators/Poly/Lex.hs, dist/build/Text/ParserCombinators/Poly/Lex.o )

src/Text/ParserCombinators/Poly/Lex.hs:89:18: Warning:
    Tab character
[ 9 of 18] Compiling Text.ParserCombinators.Poly.ByteString ( src/Text/ParserCombinators/Poly/ByteString.hs, dist/build/Text/ParserCombinators/Poly/ByteString.o )
[10 of 18] Compiling Text.ParserCombinators.Poly.ByteStringChar ( src/Text/ParserCombinators/Poly/ByteStringChar.hs, dist/build/Text/ParserCombinators/Poly/ByteStringChar.o )
[11 of 18] Compiling Text.Parse.ByteString ( src/Text/Parse/ByteString.hs, dist/build/Text/Parse/ByteString.o )

src/Text/Parse/ByteString.hs:5:15: Warning: Tab character

src/Text/Parse/ByteString.hs:6:14: Warning: Tab character

src/Text/Parse/ByteString.hs:7:1: Warning: Tab character

src/Text/Parse/ByteString.hs:8:16: Warning: Tab character

src/Text/Parse/ByteString.hs:12:9: Warning: Tab character

src/Text/Parse/ByteString.hs:13:11: Warning: Tab character

src/Text/Parse/ByteString.hs:14:12: Warning: Tab character

src/Text/Parse/ByteString.hs:15:19: Warning: Tab character

src/Text/Parse/ByteString.hs:16:11: Warning: Tab character

src/Text/Parse/ByteString.hs:17:10: Warning: Tab character

src/Text/Parse/ByteString.hs:74:32: Warning: Tab character

src/Text/Parse/ByteString.hs:419:31: Warning: Tab character

src/Text/Parse/ByteString.hs:429:1: Warning: Tab character
[12 of 18] Compiling Text.ParserCombinators.Poly.Text ( src/Text/ParserCombinators/Poly/Text.hs, dist/build/Text/ParserCombinators/Poly/Text.o )
[13 of 18] Compiling Text.ParserCombinators.Poly.StateText ( src/Text/ParserCombinators/Poly/StateText.hs, dist/build/Text/ParserCombinators/Poly/StateText.o )
[14 of 18] Compiling Text.ParserCombinators.Poly.Plain ( src/Text/ParserCombinators/Poly/Plain.hs, dist/build/Text/ParserCombinators/Poly/Plain.o )

src/Text/ParserCombinators/Poly/Plain.hs:3:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:4:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:5:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:7:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:8:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:9:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:10:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:11:11: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:14:12: Warning:
    Tab character
[15 of 18] Compiling Text.ParserCombinators.Poly ( src/Text/ParserCombinators/Poly.hs, dist/build/Text/ParserCombinators/Poly.o )
[16 of 18] Compiling Text.Parse       ( src/Text/Parse.hs, dist/build/Text/Parse.o )

src/Text/Parse.hs:4:15: Warning: Tab character

src/Text/Parse.hs:5:14: Warning: Tab character

src/Text/Parse.hs:6:1: Warning: Tab character

src/Text/Parse.hs:7:16: Warning: Tab character

src/Text/Parse.hs:11:9: Warning: Tab character

src/Text/Parse.hs:12:11: Warning: Tab character

src/Text/Parse.hs:13:12: Warning: Tab character

src/Text/Parse.hs:14:19: Warning: Tab character

src/Text/Parse.hs:15:11: Warning: Tab character

src/Text/Parse.hs:16:10: Warning: Tab character

src/Text/Parse.hs:67:32: Warning: Tab character

src/Text/Parse.hs:389:1: Warning: Tab character
[17 of 18] Compiling Text.ParserCombinators.HuttonMeijerWallace ( src/Text/ParserCombinators/HuttonMeijerWallace.hs, dist/build/Text/ParserCombinators/HuttonMeijerWallace.o )
[18 of 18] Compiling Text.ParserCombinators.HuttonMeijer ( src/Text/ParserCombinators/HuttonMeijer.hs, dist/build/Text/ParserCombinators/HuttonMeijer.o )
In-place registering polyparse-1.11...
Running Haddock for polyparse-1.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-polyparse-11360478499604263370.11
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/polyparse-1.11-5gbM4m6k3rhGIQyEboR1bR
Registering polyparse-1.11...
Installed polyparse-1.11
Configuring transformers-base-0.4.4...
Building transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o )

src/Control/Monad/Base.hs:22:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Control/Monad/Base.hs:24:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
In-place registering transformers-base-0.4.4...
Running Haddock for transformers-base-0.4.4...
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-base-0.4234262547266222407.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/transformers-base-0.4.4-88TAFm21vtn2NrYUppy50c
Registering transformers-base-0.4.4...
Installed transformers-base-0.4.4
Configuring regex-posix-0.95.2...
Building regex-posix-0.95.2...
Preprocessing library regex-posix-0.95.2...
[1 of 6] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.o )
[2 of 6] Compiling Text.Regex.Posix.String ( Text/Regex/Posix/String.hs, dist/build/Text/Regex/Posix/String.o )
[3 of 6] Compiling Text.Regex.Posix.Sequence ( Text/Regex/Posix/Sequence.hs, dist/build/Text/Regex/Posix/Sequence.o )
[4 of 6] Compiling Text.Regex.Posix.ByteString ( Text/Regex/Posix/ByteString.hs, dist/build/Text/Regex/Posix/ByteString.o )
[5 of 6] Compiling Text.Regex.Posix.ByteString.Lazy ( Text/Regex/Posix/ByteString/Lazy.hs, dist/build/Text/Regex/Posix/ByteString/Lazy.o )
[6 of 6] Compiling Text.Regex.Posix ( Text/Regex/Posix.hs, dist/build/Text/Regex/Posix.o )

Text/Regex/Posix.hs:72:13: Warning:
    In the use of ‘versionTags’ (imported from Data.Version):
    Deprecated: "See GHC ticket #2496"
In-place registering regex-posix-0.95.2...
Running Haddock for regex-posix-0.95.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-regex-posix-0.9515089765051160063179.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/regex-posix-0.95.2-6Fv9CTZU9JMB52PT4YRZTl
Registering regex-posix-0.95.2...
Installed regex-posix-0.95.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.8384295879104852634.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 xmlgen-0.6.2.1...
Building xmlgen-0.6.2.1...
Preprocessing library xmlgen-0.6.2.1...
[1 of 1] Compiling Text.XML.Generator ( src/Text/XML/Generator.hs, dist/build/Text/XML/Generator.o )
In-place registering xmlgen-0.6.2.1...
Running Haddock for xmlgen-0.6.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-xmlgen-0.6.220445541631631207466.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/xmlgen-0.6.2.1-FP3ccNykKT1JhQTYoWLQDv
Registering xmlgen-0.6.2.1...
Installed xmlgen-0.6.2.1
Configuring scientific-0.3.3.8...
Building scientific-0.3.3.8...
Preprocessing library scientific-0.3.3.8...
[1 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o )
[2 of 4] Compiling Data.Scientific  ( src/Data/Scientific.hs, dist/build/Data/Scientific.o )

src/Data/Scientific.hs:92: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()
[3 of 4] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, dist/build/Data/Text/Lazy/Builder/Scientific.o )
[4 of 4] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, dist/build/Data/ByteString/Builder/Scientific.o )

src/Data/ByteString/Builder/Scientific.hs:26: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 scientific-0.3.3.8...
Running Haddock for scientific-0.3.3.8...
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-scientific-0.3.3880492499224048977.8
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/scientific-0.3.3.8-5NQHiMKEgH2DOLHdLSFbA2
Registering scientific-0.3.3.8...
Installed scientific-0.3.3.8
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.5478307629745792349.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 cpphs-1.19.3...
Building cpphs-1.19.3...
Preprocessing library cpphs-1.19.3...
[ 1 of 11] Compiling Language.Preprocessor.Cpphs.HashDefine ( Language/Preprocessor/Cpphs/HashDefine.hs, dist/build/Language/Preprocessor/Cpphs/HashDefine.o )
[ 2 of 11] Compiling Language.Preprocessor.Cpphs.SymTab ( Language/Preprocessor/Cpphs/SymTab.hs, dist/build/Language/Preprocessor/Cpphs/SymTab.o )
[ 3 of 11] Compiling Language.Preprocessor.Unlit ( Language/Preprocessor/Unlit.hs, dist/build/Language/Preprocessor/Unlit.o )
[ 4 of 11] Compiling Language.Preprocessor.Cpphs.Options ( Language/Preprocessor/Cpphs/Options.hs, dist/build/Language/Preprocessor/Cpphs/Options.o )
[ 5 of 11] Compiling Language.Preprocessor.Cpphs.Position ( Language/Preprocessor/Cpphs/Position.hs, dist/build/Language/Preprocessor/Cpphs/Position.o )
[ 6 of 11] Compiling Language.Preprocessor.Cpphs.Tokenise ( Language/Preprocessor/Cpphs/Tokenise.hs, dist/build/Language/Preprocessor/Cpphs/Tokenise.o )
[ 7 of 11] Compiling Language.Preprocessor.Cpphs.MacroPass ( Language/Preprocessor/Cpphs/MacroPass.hs, dist/build/Language/Preprocessor/Cpphs/MacroPass.o )
[ 8 of 11] Compiling Language.Preprocessor.Cpphs.ReadFirst ( Language/Preprocessor/Cpphs/ReadFirst.hs, dist/build/Language/Preprocessor/Cpphs/ReadFirst.o )
[ 9 of 11] Compiling Language.Preprocessor.Cpphs.CppIfdef ( Language/Preprocessor/Cpphs/CppIfdef.hs, dist/build/Language/Preprocessor/Cpphs/CppIfdef.o )
[10 of 11] Compiling Language.Preprocessor.Cpphs.RunCpphs ( Language/Preprocessor/Cpphs/RunCpphs.hs, dist/build/Language/Preprocessor/Cpphs/RunCpphs.o )
[11 of 11] Compiling Language.Preprocessor.Cpphs ( Language/Preprocessor/Cpphs.hs, dist/build/Language/Preprocessor/Cpphs.o )
In-place registering cpphs-1.19.3...
Preprocessing executable 'cpphs' for cpphs-1.19.3...
[ 1 of 12] Compiling Language.Preprocessor.Cpphs.SymTab ( Language/Preprocessor/Cpphs/SymTab.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/SymTab.o )
[ 2 of 12] Compiling Language.Preprocessor.Cpphs.Position ( Language/Preprocessor/Cpphs/Position.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/Position.o )
[ 3 of 12] Compiling Language.Preprocessor.Cpphs.ReadFirst ( Language/Preprocessor/Cpphs/ReadFirst.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/ReadFirst.o )
[ 4 of 12] Compiling Language.Preprocessor.Cpphs.Options ( Language/Preprocessor/Cpphs/Options.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/Options.o )
[ 5 of 12] Compiling Language.Preprocessor.Cpphs.HashDefine ( Language/Preprocessor/Cpphs/HashDefine.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/HashDefine.o )
[ 6 of 12] Compiling Language.Preprocessor.Cpphs.Tokenise ( Language/Preprocessor/Cpphs/Tokenise.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/Tokenise.o )
[ 7 of 12] Compiling Language.Preprocessor.Cpphs.MacroPass ( Language/Preprocessor/Cpphs/MacroPass.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/MacroPass.o )
[ 8 of 12] Compiling Language.Preprocessor.Cpphs.CppIfdef ( Language/Preprocessor/Cpphs/CppIfdef.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/CppIfdef.o )
[ 9 of 12] Compiling Language.Preprocessor.Unlit ( Language/Preprocessor/Unlit.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Unlit.o )
[10 of 12] Compiling Language.Preprocessor.Cpphs.RunCpphs ( Language/Preprocessor/Cpphs/RunCpphs.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/RunCpphs.o )
[11 of 12] Compiling Language.Preprocessor.Cpphs ( Language/Preprocessor/Cpphs.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs.o )
[12 of 12] Compiling Main             ( cpphs.hs, dist/build/cpphs/cpphs-tmp/Main.o )
Linking dist/build/cpphs/cpphs ...
Running Haddock for cpphs-1.19.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-cpphs-1.1917687940571922018481.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/cpphs-1.19.3-HTebNkKFYOCAqQG2KzButo
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Registering cpphs-1.19.3...
Installed cpphs-1.19.3
Configuring monad-control-1.0.0.4...
Building monad-control-1.0.0.4...
Preprocessing library monad-control-1.0.0.4...
[1 of 1] Compiling Control.Monad.Trans.Control ( Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o )
In-place registering monad-control-1.0.0.4...
Running Haddock for monad-control-1.0.0.4...
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-control-1.0.03984834137623446.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/monad-control-1.0.0.4-3XCDr1mqlERGZgaxuwJF6b
Registering monad-control-1.0.0.4...
Installed monad-control-1.0.0.4
Configuring regex-compat-0.95.1...
Building regex-compat-0.95.1...
Preprocessing library regex-compat-0.95.1...
[1 of 1] Compiling Text.Regex       ( Text/Regex.hs, dist/build/Text/Regex.o )

Text/Regex.hs:50:1: Warning: Tab character

Text/Regex.hs:51:1: Warning: Tab character

Text/Regex.hs:63:12: Warning: Tab character

Text/Regex.hs:64:13: Warning: Tab character

Text/Regex.hs:65:21: Warning: Tab character

Text/Regex.hs:66:1: Warning: Tab character

Text/Regex.hs:67:1: Warning: Tab character

Text/Regex.hs:73:12: Warning: Tab character

Text/Regex.hs:74:13: Warning: Tab character

Text/Regex.hs:76:1: Warning: Tab character

Text/Regex.hs:77:1: Warning: Tab character

Text/Regex.hs:78:1: Warning: Tab character

Text/Regex.hs:79:1: Warning: Tab character

Text/Regex.hs:80:1: Warning: Tab character

Text/Regex.hs:81:1: Warning: Tab character
In-place registering regex-compat-0.95.1...
Running Haddock for regex-compat-0.95.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-regex-compat-0.951999038585574620392.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/regex-compat-0.95.1-LfevtAmd1jA93E87NZxMhh
Registering regex-compat-0.95.1...
Installed regex-compat-0.95.1
Configuring attoparsec-0.13.0.1...
Building attoparsec-0.13.0.1...
Preprocessing library attoparsec-0.13.0.1...
[ 1 of 21] Compiling Data.Attoparsec.Text.FastSet ( Data/Attoparsec/Text/FastSet.hs, dist/build/Data/Attoparsec/Text/FastSet.o )
[ 2 of 21] Compiling Data.Attoparsec.Internal.Fhthagn ( Data/Attoparsec/Internal/Fhthagn.hs, dist/build/Data/Attoparsec/Internal/Fhthagn.o )
[ 3 of 21] Compiling Data.Attoparsec.Text.Buffer ( Data/Attoparsec/Text/Buffer.hs, dist/build/Data/Attoparsec/Text/Buffer.o )
[ 4 of 21] Compiling Data.Attoparsec.ByteString.Buffer ( Data/Attoparsec/ByteString/Buffer.hs, dist/build/Data/Attoparsec/ByteString/Buffer.o )
[ 5 of 21] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o )
[ 6 of 21] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o )
[ 7 of 21] Compiling Data.Attoparsec.ByteString.FastSet ( Data/Attoparsec/ByteString/FastSet.hs, dist/build/Data/Attoparsec/ByteString/FastSet.o )
[ 8 of 21] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o )
[ 9 of 21] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.o )
[10 of 21] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o )
[11 of 21] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o )
[12 of 21] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.o )
[13 of 21] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.o )
[14 of 21] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.o )
[15 of 21] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.o )
[16 of 21] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.o )
[17 of 21] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.o )
[18 of 21] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o )
[19 of 21] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.o )
[20 of 21] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o )
[21 of 21] Compiling Data.Attoparsec  ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o )
In-place registering attoparsec-0.13.0.1...
Running Haddock for attoparsec-0.13.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-attoparsec-0.13.09146009302085308422.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/attoparsec-0.13.0.1-46jJ1gLWm1hDQN03fs9Cv6
Registering attoparsec-0.13.0.1...
Installed attoparsec-0.13.0.1
Configuring lifted-base-0.2.3.6...
Building lifted-base-0.2.3.6...
Preprocessing library lifted-base-0.2.3.6...
[1 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.o )

System/Timeout/Lifted.hs:4:14: Warning:
    ‘System.Timeout.Lifted’ is marked as Trustworthy but has been inferred as safe!
[2 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.o )

Foreign/Marshal/Utils/Lifted.hs:6:14: Warning:
    ‘Foreign.Marshal.Utils.Lifted’ is marked as Trustworthy but has been inferred as safe!
[3 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.o )

Data/IORef/Lifted.hs:6:14: Warning:
    ‘Data.IORef.Lifted’ is marked as Trustworthy but has been inferred as safe!
[4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.o )

Control/Concurrent/QSemN/Lifted.hs:7:14: Warning:
    ‘Control.Concurrent.QSemN.Lifted’ is marked as Trustworthy but has been inferred as safe!
[5 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.o )

Control/Concurrent/QSem/Lifted.hs:7:14: Warning:
    ‘Control.Concurrent.QSem.Lifted’ is marked as Trustworthy but has been inferred as safe!
[6 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.o )

Control/Concurrent/Chan/Lifted.hs:6:14: Warning:
    ‘Control.Concurrent.Chan.Lifted’ is marked as Trustworthy but has been inferred as safe!
[7 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.o )

Control/Concurrent/MVar/Lifted.hs:7:14: Warning:
    ‘Control.Concurrent.MVar.Lifted’ is marked as Trustworthy but has been inferred as safe!
[8 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.o )

Control/Exception/Lifted.hs:11:14: Warning:
    ‘Control.Exception.Lifted’ is marked as Trustworthy but has been inferred as safe!
[9 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.o )

Control/Concurrent/Lifted.hs:4:14: Warning:
    ‘Control.Concurrent.Lifted’ is marked as Trustworthy but has been inferred as safe!
In-place registering lifted-base-0.2.3.6...
Running Haddock for lifted-base-0.2.3.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-lifted-base-0.2.34277786931896870037.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/lifted-base-0.2.3.6-K3cQFA6mRg85rpDaA9numU
Registering lifted-base-0.2.3.6...
Installed lifted-base-0.2.3.6
Configuring aeson-0.10.0.0...
Building aeson-0.10.0.0...
Preprocessing library aeson-0.10.0.0...

Data/Aeson/TH.hs:2:24: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS

Data/Aeson/Types/Generic.hs:2:45: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS

Data/Aeson/Types/Instances.hs:3:5: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
[ 1 of 16] Compiling Data.Aeson.Functions ( Data/Aeson/Functions.hs, dist/build/Data/Aeson/Functions.o )
[ 2 of 16] Compiling Data.Aeson.Internal.Time ( Data/Aeson/Internal/Time.hs, dist/build/Data/Aeson/Internal/Time.o )
[ 3 of 16] Compiling Data.Aeson.Types.Internal ( Data/Aeson/Types/Internal.hs, dist/build/Data/Aeson/Types/Internal.o )

Data/Aeson/Types/Internal.hs:62: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()

Data/Aeson/Types/Internal.hs:65:1: Warning:
    The import of ‘Monoid’ from module ‘Data.Monoid’ is redundant

Data/Aeson/Types/Internal.hs:71: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()
[ 4 of 16] Compiling Data.Aeson.Encode.Builder ( Data/Aeson/Encode/Builder.hs, dist/build/Data/Aeson/Encode/Builder.o )
[ 5 of 16] Compiling Data.Aeson.Types.Class ( Data/Aeson/Types/Class.hs, dist/build/Data/Aeson/Types/Class.o )
[ 6 of 16] Compiling Data.Aeson.Encode.Functions ( Data/Aeson/Encode/Functions.hs, dist/build/Data/Aeson/Encode/Functions.o )

Data/Aeson/Encode/Functions.hs:17: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()

Data/Aeson/Encode/Functions.hs:18:1: Warning:
    The import of ‘mempty’ from module ‘Data.Monoid’ is redundant
[ 7 of 16] Compiling Data.Aeson.Parser.Time ( Data/Aeson/Parser/Time.hs, dist/build/Data/Aeson/Parser/Time.o )

Data/Aeson/Parser/Time.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()
[ 8 of 16] Compiling Data.Aeson.Types.Instances ( Data/Aeson/Types/Instances.hs, dist/build/Data/Aeson/Types/Instances.o )

Data/Aeson/Types/Instances.hs:58:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Data/Aeson/Types/Instances.hs:65:1: Warning:
    The import of ‘Foldable’ from module ‘Data.Foldable’ is redundant

Data/Aeson/Types/Instances.hs:70:1: Warning:
    The import of ‘mempty’ from module ‘Data.Monoid’ is redundant

Data/Aeson/Types/Instances.hs:77:1: Warning:
    The import of ‘traverse’
    from module ‘Data.Traversable’ is redundant

Data/Aeson/Types/Instances.hs:79:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[ 9 of 16] Compiling Data.Aeson.Internal ( Data/Aeson/Internal.hs, dist/build/Data/Aeson/Internal.o )
[10 of 16] Compiling Data.Aeson.Types.Generic ( Data/Aeson/Types/Generic.hs, dist/build/Data/Aeson/Types/Generic.o )

Data/Aeson/Types/Generic.hs:22:1: Warning:
    The import of ‘<*>, pure, <$>’
    from module ‘Control.Applicative’ is redundant

Data/Aeson/Types/Generic.hs:33:1: Warning:
    The import of ‘mempty’ from module ‘Data.Monoid’ is redundant
[11 of 16] Compiling Data.Aeson.Types ( Data/Aeson/Types.hs, dist/build/Data/Aeson/Types.o )
[12 of 16] Compiling Data.Aeson.Parser.Internal ( Data/Aeson/Parser/Internal.hs, dist/build/Data/Aeson/Parser/Internal.o )

Data/Aeson/Parser/Internal.hs:34:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[13 of 16] Compiling Data.Aeson.Parser ( Data/Aeson/Parser.hs, dist/build/Data/Aeson/Parser.o )
[14 of 16] Compiling Data.Aeson.Encode ( Data/Aeson/Encode.hs, dist/build/Data/Aeson/Encode.o )
[15 of 16] Compiling Data.Aeson       ( Data/Aeson.hs, dist/build/Data/Aeson.o )
[16 of 16] Compiling Data.Aeson.TH    ( Data/Aeson/TH.hs, dist/build/Data/Aeson/TH.o )

Data/Aeson/TH.hs:103:1: Warning:
    The import of ‘fail, return, mapM, liftM2’
    from module ‘Control.Monad’ is redundant
In-place registering aeson-0.10.0.0...
Running Haddock for aeson-0.10.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-aeson-0.10.019813937991072190528.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/aeson-0.10.0.0-AELvWTsQorrG6SJxrxlOfG
Registering aeson-0.10.0.0...
Installed aeson-0.10.0.0
Configuring HTF-0.13.1.0...
Building HTF-0.13.1.0...
Preprocessing library HTF-0.13.1.0...

Test/Framework/QuickCheckWrapper.hs:1:32: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
[ 1 of 23] Compiling Test.Framework.Tutorial ( Test/Framework/Tutorial.hs, dist/build/Test/Framework/Tutorial.o )
[ 2 of 23] Compiling Test.Framework.Process ( Test/Framework/Process.hs, dist/build/Test/Framework/Process.o )
[ 3 of 23] Compiling Test.Framework.ThreadPool ( Test/Framework/ThreadPool.hs, dist/build/Test/Framework/ThreadPool.o )
[ 4 of 23] Compiling Test.Framework.Utils ( Test/Framework/Utils.hs, dist/build/Test/Framework/Utils.o )
[ 5 of 23] Compiling Test.Framework.PrettyHaskell ( Test/Framework/PrettyHaskell.hs, dist/build/Test/Framework/PrettyHaskell.o )
[ 6 of 23] Compiling Test.Framework.Pretty ( Test/Framework/Pretty.hs, dist/build/Test/Framework/Pretty.o )
[ 7 of 23] Compiling Test.Framework.Colors ( Test/Framework/Colors.hs, dist/build/Test/Framework/Colors.o )
[ 8 of 23] Compiling Test.Framework.Diff ( Test/Framework/Diff.hs, dist/build/Test/Framework/Diff.o )
[ 9 of 23] Compiling Test.Framework.Location ( Test/Framework/Location.hs, dist/build/Test/Framework/Location.o )
[10 of 23] Compiling Test.Framework.TestInterface ( Test/Framework/TestInterface.hs, dist/build/Test/Framework/TestInterface.o )
[11 of 23] Compiling Test.Framework.History ( Test/Framework/History.hs, dist/build/Test/Framework/History.o )
[12 of 23] Compiling Test.Framework.TestTypes ( Test/Framework/TestTypes.hs, dist/build/Test/Framework/TestTypes.o )
[13 of 23] Compiling Test.Framework.XmlOutput ( Test/Framework/XmlOutput.hs, dist/build/Test/Framework/XmlOutput.o )
[14 of 23] Compiling Test.Framework.JsonOutput ( Test/Framework/JsonOutput.hs, dist/build/Test/Framework/JsonOutput.o )
[15 of 23] Compiling Test.Framework.TestReporter ( Test/Framework/TestReporter.hs, dist/build/Test/Framework/TestReporter.o )
[16 of 23] Compiling Test.Framework.CmdlineOptions ( Test/Framework/CmdlineOptions.hs, dist/build/Test/Framework/CmdlineOptions.o )
[17 of 23] Compiling Test.Framework.Preprocessor ( Test/Framework/Preprocessor.hs, dist/build/Test/Framework/Preprocessor.o )
[18 of 23] Compiling Test.Framework.TestManager ( Test/Framework/TestManager.hs, dist/build/Test/Framework/TestManager.o )
[19 of 23] Compiling Test.Framework.BlackBoxTest ( Test/Framework/BlackBoxTest.hs, dist/build/Test/Framework/BlackBoxTest.o )
[20 of 23] Compiling Test.Framework.AssertM ( Test/Framework/AssertM.hs, dist/build/Test/Framework/AssertM.o )

Test/Framework/AssertM.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()
[21 of 23] Compiling Test.Framework.QuickCheckWrapper ( Test/Framework/QuickCheckWrapper.hs, dist/build/Test/Framework/QuickCheckWrapper.o )
[22 of 23] Compiling Test.Framework.HUnitWrapper ( Test/Framework/HUnitWrapper.hs, dist/build/Test/Framework/HUnitWrapper.o )
[23 of 23] Compiling Test.Framework   ( Test/Framework.hs, dist/build/Test/Framework.o )
In-place registering HTF-0.13.1.0...
Preprocessing executable 'htfpp' for HTF-0.13.1.0...
[1 of 4] Compiling Test.Framework.Location ( Test/Framework/Location.hs, dist/build/htfpp/htfpp-tmp/Test/Framework/Location.o )
[2 of 4] Compiling Test.Framework.Preprocessor ( Test/Framework/Preprocessor.hs, dist/build/htfpp/htfpp-tmp/Test/Framework/Preprocessor.o )
[3 of 4] Compiling Paths_HTF        ( dist/build/autogen/Paths_HTF.hs, dist/build/htfpp/htfpp-tmp/Paths_HTF.o )
[4 of 4] Compiling Main             ( HTFPP.hs, dist/build/htfpp/htfpp-tmp/Main.o )
Linking dist/build/htfpp/htfpp ...
Running Haddock for HTF-0.13.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-HTF-0.13.11893244856642112110.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/HTF-0.13.1.0-DpAIWlTVAebGvRu6G9Sq62
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Registering HTF-0.13.1.0...
Installed HTF-0.13.1.0
Configuring netlines-1.0.0...
Building netlines-1.0.0...
Preprocessing library netlines-1.0.0...
[1 of 4] Compiling Data.Enumerator.NetLines.Class ( Data/Enumerator/NetLines/Class.hs, dist/build/Data/Enumerator/NetLines/Class.o )
[2 of 4] Compiling Data.Enumerator.NetLines.Error ( Data/Enumerator/NetLines/Error.hs, dist/build/Data/Enumerator/NetLines/Error.o )
[3 of 4] Compiling Data.Enumerator.NetLines.IO ( Data/Enumerator/NetLines/IO.hs, dist/build/Data/Enumerator/NetLines/IO.o )

Data/Enumerator/NetLines/IO.hs:51:32: Not in scope: ‘IO.try’

Data/Enumerator/NetLines/IO.hs:81:32: Not in scope: ‘IO.try’
Failed to install netlines-1.0.0
cabal: Error: some packages failed to install:
netlines-1.0.0 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.