Build #1 for syntactic-3.6.2

[all reports]

Package syntactic-3.6.2
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-10-06 15:22:19.11774 UTC
Compiler ghc-8.0.1.20160701
OS linux
Arch x86_64
Dependencies base-4.9.0.0, constraints-0.8, containers-0.5.7.1, data-hash-0.2.0.1, deepseq-1.4.2.0, mtl-2.2.1, syb-0.6, template-haskell-2.11.0.0, tree-view-0.5
Flags th

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-14486/data-hash-0.2.0.1'
Configuring data-hash-0.2.0.1...
Building data-hash-0.2.0.1...
Preprocessing library data-hash-0.2.0.1...
[1 of 4] Compiling Data.Hash.Base   ( src/Data/Hash/Base.hs, dist/build/Data/Hash/Base.o )

src/Data/Hash/Base.hs:61:14: warning: [-Wdeprecations]
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
[2 of 4] Compiling Data.Hash.Instances ( src/Data/Hash/Instances.hs, dist/build/Data/Hash/Instances.o )

src/Data/Hash/Instances.hs:60:10: warning: [-Wredundant-constraints]
    • Redundant constraint: Integral a
    • In the instance declaration for ‘Hashable (Ratio a)’
[3 of 4] Compiling Data.Hash.Rolling ( src/Data/Hash/Rolling.hs, dist/build/Data/Hash/Rolling.o )
[4 of 4] Compiling Data.Hash        ( src/Data/Hash.hs, dist/build/Data/Hash.o )
Running Haddock for data-hash-0.2.0.1...
Running hscolour for data-hash-0.2.0.1...
Preprocessing library data-hash-0.2.0.1...
Preprocessing library data-hash-0.2.0.1...

src/Data/Hash/Base.hs:61:14: warning: [-Wdeprecations]
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

src/Data/Hash/Instances.hs:60:10: warning: [-Wredundant-constraints]
    • Redundant constraint: Integral a
    • In the instance declaration for ‘Hashable (Ratio a)’
Haddock coverage:
  21% (  3 / 14) in 'Data.Hash.Base'
  Missing documentation for:
    Module header
    myArrayRead (src/Data/Hash/Base.hs:13)
    hashWord8 (src/Data/Hash/Base.hs:38)
    hashWord16 (src/Data/Hash/Base.hs:42)
    hashWord32 (src/Data/Hash/Base.hs:48)
    hashWord64 (src/Data/Hash/Base.hs:54)
    hashInt (src/Data/Hash/Base.hs:60)
    hashArrW8 (src/Data/Hash/Base.hs:80)
    h0 (src/Data/Hash/Base.hs:186)
    hT (src/Data/Hash/Base.hs:186)
    hF (src/Data/Hash/Base.hs:186)
   0% (  0 /  3) in 'Data.Hash.Instances'
  Missing documentation for:
    Module header
    Hashable (src/Data/Hash/Instances.hs:12)
    hashFoldable (src/Data/Hash/Instances.hs:15)
  70% (  7 / 10) in 'Data.Hash.Rolling'
  Missing documentation for:
    RollingHash (src/Data/Hash/Rolling.hs:45)
    currentHash (src/Data/Hash/Rolling.hs:46)
    windowSize (src/Data/Hash/Rolling.hs:47)
  56% ( 10 / 18) in 'Data.Hash'
  Missing documentation for:
    asWord64 (src/Data/Hash/Base.hs:23)
    hashWord8 (src/Data/Hash/Base.hs:38)
    hashWord16 (src/Data/Hash/Base.hs:42)
    hashWord32 (src/Data/Hash/Base.hs:48)
    hashWord64 (src/Data/Hash/Base.hs:54)
    hashInt (src/Data/Hash/Base.hs:60)
    hashFoldable (src/Data/Hash/Instances.hs:15)
    Hashable (src/Data/Hash/Instances.hs:12)
Documentation created: dist/doc/html/data-hash/index.html,
dist/doc/html/data-hash/data-hash.txt
Creating package registration file:
/tmp/pkgConf-data-hash-0.2.02145174067468703135.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/data-hash-0.2.0.1-HAmpuhWStGKGJ8fHLgpTPm
Registering data-hash-0.2.0.1...
cabal: Leaving directory '/tmp/cabal-tmp-14486/data-hash-0.2.0.1'
Installed data-hash-0.2.0.1
cabal: Entering directory '/tmp/cabal-tmp-14486/mtl-2.2.1'
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 )
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
  75% (  3 /  4) in 'Control.Monad.Writer.Class'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
 100% (  5 /  5) in 'Control.Monad.State.Class'
 100% (  3 /  3) in 'Control.Monad.Reader.Class'
  80% (  4 /  5) in 'Control.Monad.RWS.Class'
  Missing documentation for:
    MonadRWS (Control/Monad/RWS/Class.hs:44)
 100% (  4 /  4) in 'Control.Monad.Identity'
 100% (  3 /  3) in 'Control.Monad.Error.Class'
  50% (  1 /  2) in 'Control.Monad.Cont.Class'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
 100% (  3 /  3) in 'Control.Monad.Trans'
  93% ( 14 / 15) in 'Control.Monad.Error'
  Missing documentation for:
    runErrorT
 100% ( 19 / 19) in 'Control.Monad.Except'
 100% (  5 /  5) in 'Control.Monad.List'
  95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
  Missing documentation for:
    runRWST
 100% (  2 /  2) in 'Control.Monad.RWS'
  96% ( 22 / 23) in 'Control.Monad.Reader'
  Missing documentation for:
    runReaderT
  95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
  Missing documentation for:
    runRWST
  96% ( 24 / 25) in 'Control.Monad.State.Lazy'
  Missing documentation for:
    runStateT
 100% (  2 /  2) in 'Control.Monad.State'
  96% ( 24 / 25) in 'Control.Monad.State.Strict'
  Missing documentation for:
    runStateT
  89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
    runWriterT
 100% (  2 /  2) in 'Control.Monad.Writer'
  94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
  91% ( 20 / 22) in 'Control.Monad.Cont'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
    runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.21194953865894429689.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
Registering mtl-2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-14486/mtl-2.2.1'
Installed mtl-2.2.1
cabal: Entering directory '/tmp/cabal-tmp-14486/syb-0.6'
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 )

src/Data/Generics/Aliases.hs:181:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           extM :: (Monad m, Typeable a, Typeable b) =>
                   (a -> m a) -> (b -> m b) -> a -> m a

src/Data/Generics/Aliases.hs:207:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           extR :: (Monad m, Typeable a, Typeable b) => m a -> m b -> m a

src/Data/Generics/Aliases.hs:338:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           ext1M :: (Monad m, Data d, Typeable t) =>
                    (forall e. Data e => e -> m e)
                    -> (forall f. Data f => t f -> m (t f)) -> d -> m d

src/Data/Generics/Aliases.hs:354:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           ext1R :: (Monad m, Data d, Typeable t) =>
                    m d -> (forall e. Data e => m (t e)) -> m d

src/Data/Generics/Aliases.hs:389:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           ext2M :: (Monad m, Data d, Typeable t) =>
                    (forall e. Data e => e -> m e)
                    -> (forall d1 d2. (Data d1, Data d2) => t d1 d2 -> m (t d1 d2))
                    -> d
                    -> m d

src/Data/Generics/Aliases.hs:405:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           ext2R :: (Monad m, Data d, Typeable t) =>
                    m d -> (forall d1 d2. (Data d1, Data d2) => m (t d1 d2)) -> m d
[ 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 )

src/Data/Generics/Builders.hs:33:3: warning: [-Wredundant-constraints]
    • Redundant constraint: Data a
    • In the type signature for:
           general :: Data a => a
      In an equation for ‘empty’:
          empty
            = general `extB` char `extB` int `extB` integer `extB` float
              `extB` double
            where
                general :: Data a => a
                general = fromConstrB empty (indexConstr (dataTypeOf general) 1)
                char = '\NUL'
                int = 0 :: Int
                ....
[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 )
Running Haddock for syb-0.6...
Running hscolour for syb-0.6...
Preprocessing library syb-0.6...
Preprocessing library syb-0.6...

src/Data/Generics/Aliases.hs:181:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           extM :: (Monad m, Typeable a, Typeable b) =>
                   (a -> m a) -> (b -> m b) -> a -> m a

src/Data/Generics/Aliases.hs:207:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           extR :: (Monad m, Typeable a, Typeable b) => m a -> m b -> m a

src/Data/Generics/Aliases.hs:338:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           ext1M :: (Monad m, Data d, Typeable t) =>
                    (forall e. Data e => e -> m e)
                    -> (forall f. Data f => t f -> m (t f)) -> d -> m d

src/Data/Generics/Aliases.hs:354:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           ext1R :: (Monad m, Data d, Typeable t) =>
                    m d -> (forall e. Data e => m (t e)) -> m d

src/Data/Generics/Aliases.hs:389:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           ext2M :: (Monad m, Data d, Typeable t) =>
                    (forall e. Data e => e -> m e)
                    -> (forall d1 d2. (Data d1, Data d2) => t d1 d2 -> m (t d1 d2))
                    -> d
                    -> m d

src/Data/Generics/Aliases.hs:405:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           ext2R :: (Monad m, Data d, Typeable t) =>
                    m d -> (forall d1 d2. (Data d1, Data d2) => m (t d1 d2)) -> m d

src/Data/Generics/Builders.hs:33:3: warning: [-Wredundant-constraints]
    • Redundant constraint: Data a
    • In the type signature for:
           general :: Data a => a
      In an equation for ‘empty’:
          empty
            = general `extB` char `extB` int `extB` integer `extB` float
              `extB` double
            where
                general :: Data a => a
                general = fromConstrB empty (indexConstr (dataTypeOf general) 1)
                char = '\NUL'
                int = 0 :: Int
                ....
Haddock coverage:
 100% (  2 /  2) in 'Data.Generics.Basics'
 100% (  2 /  2) in 'Generics.SYB.Basics'
 100% (  1 /  1) in 'Data.Generics.Instances'
 100% (  1 /  1) in 'Generics.SYB.Instances'
  96% ( 43 / 45) in 'Data.Generics.Aliases'
  Missing documentation for:
    GenericQ' (src/Data/Generics/Aliases.hs:268)
    GenericM' (src/Data/Generics/Aliases.hs:269)
 100% ( 19 / 19) in 'Data.Generics.Schemes'
 100% (  2 /  2) in 'Generics.SYB.Schemes'
 100% (  6 /  6) in 'Data.Generics.Text'
 100% (  2 /  2) in 'Generics.SYB.Text'
 100% ( 17 / 17) in 'Data.Generics.Twins'
 100% (  2 /  2) in 'Generics.SYB.Twins'
 100% (  3 /  3) in 'Data.Generics.Builders'
 100% (  2 /  2) in 'Generics.SYB.Builders'
 100% (  2 /  2) in 'Generics.SYB.Aliases'
 100% (  8 /  8) in 'Data.Generics'
 100% (  2 /  2) in 'Generics.SYB'
Documentation created: dist/doc/html/syb/index.html, dist/doc/html/syb/syb.txt
Creating package registration file: /tmp/pkgConf-syb-02356491571448703729.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/syb-0.6-C65vWCsht6A8uLstpQIXyj
Registering syb-0.6...
cabal: Leaving directory '/tmp/cabal-tmp-14486/syb-0.6'
Installed syb-0.6
cabal: Entering directory '/tmp/cabal-tmp-14486/text-1.2.2.1'
Configuring text-1.2.2.1...
Building text-1.2.2.1...
Preprocessing library text-1.2.2.1...
[ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )
[ 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 )
[ 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 )

Data/Text.hs:587:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT compareN/length -> compareLength" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:592:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT ==N/length -> compareLength/==EQ" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:597:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT /=N/length -> compareLength//=EQ" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:602:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT <N/length -> compareLength/==LT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:607:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT <=N/length -> compareLength//=GT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:612:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT >N/length -> compareLength/==GT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:617:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT >=N/length -> compareLength//=LT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
[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 )
[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:324:1: warning: [-Winline-rule-shadowing]
    Rule "flush/flush" may never fire
      because ‘flush’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘flush’
[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 )
[40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )
[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 )
[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 )
Running Haddock for text-1.2.2.1...
Running hscolour for text-1.2.2.1...
Preprocessing library text-1.2.2.1...
Preprocessing library text-1.2.2.1...
Haddock coverage:
  14% (  1 /  7) in 'Data.Text.Internal.Read'
  Missing documentation for:
    IReader (Data/Text/Internal/Read.hs:26)
    IParser (Data/Text/Internal/Read.hs:28)
    T (Data/Text/Internal/Read.hs:48)
    digitToInt (Data/Text/Internal/Read.hs:61)
    hexDigitToInt (Data/Text/Internal/Read.hs:55)
    perhaps (Data/Text/Internal/Read.hs:50)
  50% (  1 /  2) in 'Data.Text.Internal.Encoding.Utf32'
  Missing documentation for:
    validate (Data/Text/Internal/Encoding/Utf32.hs:24)
  50% (  1 /  2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
  Missing documentation for:
    roundTo (Data/Text/Internal/Builder/RealFloat/Functions.hs:17)
   0% (  0 /  2) in 'Data.Text.Internal.Builder.Int.Digits'
  Missing documentation for:
    Module header
    digits (Data/Text/Internal/Builder/Int/Digits.hs:21)
 100% ( 12 / 12) in 'Data.Text.Encoding.Error'
 100% (  2 /  2) in 'Data.Text.Internal.Unsafe.Shift'
  25% (  1 /  4) in 'Data.Text.Internal.Encoding.Utf16'
  Missing documentation for:
    chr2 (Data/Text/Internal/Encoding/Utf16.hs:29)
    validate1 (Data/Text/Internal/Encoding/Utf16.hs:38)
    validate2 (Data/Text/Internal/Encoding/Utf16.hs:42)
 100% (  2 /  2) in 'Data.Text.Internal.Functions'
 100% (  3 /  3) in 'Data.Text.Internal.Unsafe'
 100% ( 16 / 16) in 'Data.Text.Array'
  33% (  2 /  6) in 'Data.Text.Internal.Unsafe.Char'
  Missing documentation for:
    ord (Data/Text/Internal/Unsafe/Char.hs:39)
    unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43)
    unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47)
    unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51)
  95% ( 19 / 20) in 'Data.Text.Internal'
  Missing documentation for:
    textP (Data/Text/Internal.hs:97)
  38% (  5 / 13) in 'Data.Text.Internal.Fusion.Size'
  Missing documentation for:
    Size (Data/Text/Internal/Fusion/Size.hs:40)
    exactly (Data/Text/Internal/Fusion/Size.hs:44)
    exactSize (Data/Text/Internal/Fusion/Size.hs:49)
    maxSize (Data/Text/Internal/Fusion/Size.hs:57)
    betweenSize (Data/Text/Internal/Fusion/Size.hs:65)
    unknownSize (Data/Text/Internal/Fusion/Size.hs:74)
    compareSize (Data/Text/Internal/Fusion/Size.hs:143)
    isEmpty (Data/Text/Internal/Fusion/Size.hs:151)
  88% (  7 /  8) in 'Data.Text.Internal.Fusion.Types'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
   0% (  0 /  5) in 'Data.Text.Internal.Fusion.CaseMapping'
  Missing documentation for:
    Module header
    upperMapping (Data/Text/Internal/Fusion/CaseMapping.hs:13)
    lowerMapping (Data/Text/Internal/Fusion/CaseMapping.hs:220)
    titleMapping (Data/Text/Internal/Fusion/CaseMapping.hs:225)
    foldMapping (Data/Text/Internal/Fusion/CaseMapping.hs:324)
  89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
  Missing documentation for:
    singleton (Data/Text/Internal/Fusion/Common.hs:119)
    streamList (Data/Text/Internal/Fusion/Common.hs:125)
    unstreamList (Data/Text/Internal/Fusion/Common.hs:131)
    intercalate (Data/Text/Internal/Fusion/Common.hs:577)
    justifyLeftI (Data/Text/Internal/Fusion/Common.hs:479)
    scanl (Data/Text/Internal/Fusion/Common.hs:656)
    replicateCharI (Data/Text/Internal/Fusion/Common.hs:671)
    replicateI (Data/Text/Internal/Fusion/Common.hs:682)
  93% ( 13 / 14) in 'Data.Text.Unsafe'
  Missing documentation for:
    Iter (Data/Text/Unsafe.hs:62)
  33% (  1 /  3) in 'Data.Text.Internal.Private'
  Missing documentation for:
    runText (Data/Text/Internal/Private.hs:33)
    span_ (Data/Text/Internal/Private.hs:23)
  91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
    length (Data/Text/Internal/Fusion.hs:127)
 100% (  4 /  4) in 'Data.Text.Show'
  33% (  2 /  6) in 'Data.Text.Internal.Encoding.Fusion.Common'
  Missing documentation for:
    restreamUtf16LE (Data/Text/Internal/Encoding/Fusion/Common.hs:63)
    restreamUtf16BE (Data/Text/Internal/Encoding/Fusion/Common.hs:39)
    restreamUtf32LE (Data/Text/Internal/Encoding/Fusion/Common.hs:106)
    restreamUtf32BE (Data/Text/Internal/Encoding/Fusion/Common.hs:87)
  17% (  2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
  Missing documentation for:
    ord2 (Data/Text/Internal/Encoding/Utf8.hs:58)
    ord3 (Data/Text/Internal/Encoding/Utf8.hs:69)
    ord4 (Data/Text/Internal/Encoding/Utf8.hs:81)
    chr2 (Data/Text/Internal/Encoding/Utf8.hs:94)
    chr3 (Data/Text/Internal/Encoding/Utf8.hs:103)
    chr4 (Data/Text/Internal/Encoding/Utf8.hs:114)
    validate1 (Data/Text/Internal/Encoding/Utf8.hs:128)
    validate2 (Data/Text/Internal/Encoding/Utf8.hs:132)
    validate3 (Data/Text/Internal/Encoding/Utf8.hs:136)
    validate4 (Data/Text/Internal/Encoding/Utf8.hs:153)
  91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
  Missing documentation for:
    streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57)
 100% ( 33 / 33) in 'Data.Text.Encoding'
 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Search'
 100% ( 18 / 18) in 'Data.Text.Foreign'
 100% (127 /127) in 'Data.Text'
 100% (  3 /  3) in 'Data.Text.Internal.IO'
 100% ( 20 / 20) in 'Data.Text.IO'
  93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
 100% (  8 /  8) in 'Data.Text.Internal.Lazy.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Lazy.Search'
 100% (  2 /  2) in 'Data.Text.Lazy.Internal'
  89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
  Missing documentation for:
    encodeUtf8 (Data/Text/Lazy/Encoding.hs:148)
    encodeUtf8Builder (Data/Text/Lazy/Encoding.hs:162)
    encodeUtf8BuilderEscaped (Data/Text/Lazy/Encoding.hs:167)
  99% (128 /129) in 'Data.Text.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
  94% ( 16 / 17) in 'Data.Text.Internal.Builder'
  Missing documentation for:
    append' (Data/Text/Internal/Builder.hs:301)
 100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
 100% (  3 /  3) in 'Data.Text.Internal.Builder.Functions'
   0% (  0 /  3) in 'Data.Text.Lazy.Builder.Int'
  Missing documentation for:
    Module header
    decimal (Data/Text/Lazy/Builder/Int.hs:52)
    hexadecimal (Data/Text/Lazy/Builder/Int.hs:162)
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  Missing documentation for:
    formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46)
 100% (  7 /  7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
    findIndicesI
Warning: Data.Text: could not find link destinations for:
    replicateChar countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
    Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
    replicateChar dropWords splitAtWord countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
    empty append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
    floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file:
/tmp/pkgConf-text-1.2.21502781486703550253.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/text-1.2.2.1-9Yh8rJoh8fO2JMLWffT3Qs
Registering text-1.2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-14486/text-1.2.2.1'
Installed text-1.2.2.1
cabal: Entering directory '/tmp/cabal-tmp-14486/transformers-compat-0.5.1.4'
Configuring transformers-compat-0.5.1.4...
Building transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
[1 of 2] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o )
[2 of 2] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o )
Running Haddock for transformers-compat-0.5.1.4...
Running hscolour for transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
Haddock coverage:
   0% (  0 /  8) in 'Paths_transformers_compat'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_transformers_compat.hs:28)
    getBinDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getLibDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getDataDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getLibexecDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getDataFileName (dist/build/autogen/Paths_transformers_compat.hs:45)
    getSysconfDir (dist/build/autogen/Paths_transformers_compat.hs:38)
 100% (  1 /  1) in 'Control.Monad.Trans.Instances'
Documentation created: dist/doc/html/transformers-compat/index.html,
dist/doc/html/transformers-compat/transformers-compat.txt
Creating package registration file:
/tmp/pkgConf-transformers-compat-0.5.1272312086359147515.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/transformers-compat-0.5.1.4-G5tKvPrwhggJRvSwXNMs1N
Registering transformers-compat-0.5.1.4...
cabal: Leaving directory '/tmp/cabal-tmp-14486/transformers-compat-0.5.1.4'
Installed transformers-compat-0.5.1.4
cabal: Entering directory '/tmp/cabal-tmp-14486/tree-view-0.5'
Configuring tree-view-0.5...
Building tree-view-0.5...
Preprocessing library tree-view-0.5...
[1 of 1] Compiling Data.Tree.View   ( src/Data/Tree/View.hs, dist/build/Data/Tree/View.o )
Running Haddock for tree-view-0.5...
Running hscolour for tree-view-0.5...
Preprocessing library tree-view-0.5...
Preprocessing library tree-view-0.5...
Haddock coverage:
  71% (  5 /  7) in 'Data.Tree.View'
  Missing documentation for:
    Module header
    Behavior (src/Data/Tree/View.hs:65)
Documentation created: dist/doc/html/tree-view/index.html,
dist/doc/html/tree-view/tree-view.txt
Creating package registration file:
/tmp/pkgConf-tree-view-01286966948962764794.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/tree-view-0.5-xw5XiGv1hZ7kkOsoyWWq8
Registering tree-view-0.5...
cabal: Leaving directory '/tmp/cabal-tmp-14486/tree-view-0.5'
Installed tree-view-0.5
cabal: Entering directory '/tmp/cabal-tmp-14486/hashable-1.2.4.0'
Configuring hashable-1.2.4.0...
Building hashable-1.2.4.0...
Preprocessing library hashable-1.2.4.0...
[1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o )

Data/Hashable/Class.hs:460:28: warning: [-Wdeprecations]
    In the use of ‘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 )
[3 of 3] Compiling Data.Hashable    ( Data/Hashable.hs, dist/build/Data/Hashable.o )
Running Haddock for hashable-1.2.4.0...
Running hscolour for hashable-1.2.4.0...
Preprocessing library hashable-1.2.4.0...
Preprocessing library hashable-1.2.4.0...

Data/Hashable/Class.hs:460:28: warning: [-Wdeprecations]
    In the use of ‘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'."
Haddock coverage:
 100% ( 11 / 11) in 'Data.Hashable.Class'
 100% (  1 /  1) in 'Data.Hashable.Generic'
 100% ( 22 / 22) in 'Data.Hashable'
Warning: Data.Hashable: could not find link destinations for:
    GHashable
Documentation created: dist/doc/html/hashable/index.html,
dist/doc/html/hashable/hashable.txt
Creating package registration file:
/tmp/pkgConf-hashable-1.2.48441699391033206202.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/hashable-1.2.4.0-Ctl752zbguF6QanxurLOm2
Registering hashable-1.2.4.0...
cabal: Leaving directory '/tmp/cabal-tmp-14486/hashable-1.2.4.0'
Installed hashable-1.2.4.0
cabal: Entering directory '/tmp/cabal-tmp-14486/constraints-0.8'
Configuring constraints-0.8...
Building constraints-0.8...
Preprocessing library constraints-0.8...
[1 of 5] Compiling Data.Constraint  ( src/Data/Constraint.hs, dist/build/Data/Constraint.o )
[2 of 5] Compiling Data.Constraint.Deferrable ( src/Data/Constraint/Deferrable.hs, dist/build/Data/Constraint/Deferrable.o )
[3 of 5] Compiling Data.Constraint.Forall ( src/Data/Constraint/Forall.hs, dist/build/Data/Constraint/Forall.o )
[4 of 5] Compiling Data.Constraint.Lifting ( src/Data/Constraint/Lifting.hs, dist/build/Data/Constraint/Lifting.o )
[5 of 5] Compiling Data.Constraint.Unsafe ( src/Data/Constraint/Unsafe.hs, dist/build/Data/Constraint/Unsafe.o )
Running Haddock for constraints-0.8...
Running hscolour for constraints-0.8...
Preprocessing library constraints-0.8...
Preprocessing library constraints-0.8...
Haddock coverage:
 100% ( 24 / 24) in 'Data.Constraint'
  60% (  3 /  5) in 'Data.Constraint.Deferrable'
  Missing documentation for:
    UnsatisfiedConstraint (src/Data/Constraint/Deferrable.hs:35)
    deferred (src/Data/Constraint/Deferrable.hs:49)
  89% (  8 /  9) in 'Data.Constraint.Forall'
  Missing documentation for:
    Forall1 (src/Data/Constraint/Forall.hs:113)
   0% (  0 /  3) in 'Data.Constraint.Lifting'
  Missing documentation for:
    Module header
    Lifting (src/Data/Constraint/Lifting.hs:62)
    Lifting2 (src/Data/Constraint/Lifting.hs:419)
 100% (  8 /  8) in 'Data.Constraint.Unsafe'
Warning: Data.Constraint: could not find link destinations for:
    no
Warning: Data.Constraint.Deferrable: could not find link destinations for:
    ~
Documentation created: dist/doc/html/constraints/index.html,
dist/doc/html/constraints/constraints.txt
Creating package registration file:
/tmp/pkgConf-constraints-0928682751689442530.8
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/constraints-0.8-4c3b6cnEJINLrFZUA2mlxr
Registering constraints-0.8...
cabal: Leaving directory '/tmp/cabal-tmp-14486/constraints-0.8'
Installed constraints-0.8
Downloading syntactic-3.6.2...
cabal: Entering directory '/tmp/cabal-tmp-14486/syntactic-3.6.2'
Configuring syntactic-3.6.2...
Building syntactic-3.6.2...
Preprocessing library syntactic-3.6.2...
[ 1 of 20] Compiling Language.Syntactic.Syntax ( src/Language/Syntactic/Syntax.hs, dist/build/Language/Syntactic/Syntax.o )
[ 2 of 20] Compiling Language.Syntactic.Traversal ( src/Language/Syntactic/Traversal.hs, dist/build/Language/Syntactic/Traversal.o )
[ 3 of 20] Compiling Language.Syntactic.Interpretation ( src/Language/Syntactic/Interpretation.hs, dist/build/Language/Syntactic/Interpretation.o )
[ 4 of 20] Compiling Language.Syntactic.Sugar ( src/Language/Syntactic/Sugar.hs, dist/build/Language/Syntactic/Sugar.o )
[ 5 of 20] Compiling Language.Syntactic.Decoration ( src/Language/Syntactic/Decoration.hs, dist/build/Language/Syntactic/Decoration.o )
[ 6 of 20] Compiling Language.Syntactic ( src/Language/Syntactic.hs, dist/build/Language/Syntactic.o )
[ 7 of 20] Compiling Language.Syntactic.Functional ( src/Language/Syntactic/Functional.hs, dist/build/Language/Syntactic/Functional.o )
[ 8 of 20] Compiling Language.Syntactic.Functional.Sharing ( src/Language/Syntactic/Functional/Sharing.hs, dist/build/Language/Syntactic/Functional/Sharing.o )
[ 9 of 20] Compiling Language.Syntactic.Functional.WellScoped ( src/Language/Syntactic/Functional/WellScoped.hs, dist/build/Language/Syntactic/Functional/WellScoped.o )
[10 of 20] Compiling Language.Syntactic.Sugar.Binding ( src/Language/Syntactic/Sugar/Binding.hs, dist/build/Language/Syntactic/Sugar/Binding.o )
[11 of 20] Compiling Language.Syntactic.Sugar.BindingTyped ( src/Language/Syntactic/Sugar/BindingTyped.hs, dist/build/Language/Syntactic/Sugar/BindingTyped.o )
[12 of 20] Compiling Language.Syntactic.Sugar.Monad ( src/Language/Syntactic/Sugar/Monad.hs, dist/build/Language/Syntactic/Sugar/Monad.o )
[13 of 20] Compiling Language.Syntactic.Sugar.MonadTyped ( src/Language/Syntactic/Sugar/MonadTyped.hs, dist/build/Language/Syntactic/Sugar/MonadTyped.o )
[14 of 20] Compiling Language.Syntactic.TH ( src/Language/Syntactic/TH.hs, dist/build/Language/Syntactic/TH.o )
[15 of 20] Compiling Data.NestTuple.TH ( src/Data/NestTuple/TH.hs, dist/build/Data/NestTuple/TH.o )
[16 of 20] Compiling Data.NestTuple   ( src/Data/NestTuple.hs, dist/build/Data/NestTuple.o )
[17 of 20] Compiling Language.Syntactic.Functional.Tuple ( src/Language/Syntactic/Functional/Tuple.hs, dist/build/Language/Syntactic/Functional/Tuple.o )
[18 of 20] Compiling Language.Syntactic.Functional.Tuple.TH ( src/Language/Syntactic/Functional/Tuple/TH.hs, dist/build/Language/Syntactic/Functional/Tuple/TH.o )
[19 of 20] Compiling Language.Syntactic.Sugar.Tuple ( src/Language/Syntactic/Sugar/Tuple.hs, dist/build/Language/Syntactic/Sugar/Tuple.o )
[20 of 20] Compiling Language.Syntactic.Sugar.TupleTyped ( src/Language/Syntactic/Sugar/TupleTyped.hs, dist/build/Language/Syntactic/Sugar/TupleTyped.o )
Running Haddock for syntactic-3.6.2...
Running hscolour for syntactic-3.6.2...
Preprocessing library syntactic-3.6.2...
Preprocessing library syntactic-3.6.2...
Haddock coverage:
  90% ( 35 / 39) in 'Language.Syntactic.Syntax'
  Missing documentation for:
    liftE (src/Language/Syntactic/Syntax.hs:333)
    liftE2 (src/Language/Syntactic/Syntax.hs:336)
    liftEF (src/Language/Syntactic/Syntax.hs:344)
    liftEF2 (src/Language/Syntactic/Syntax.hs:347)
 100% ( 22 / 22) in 'Language.Syntactic.Traversal'
 100% ( 15 / 15) in 'Language.Syntactic.Interpretation'
  60% (  6 / 10) in 'Language.Syntactic.Sugar'
  Missing documentation for:
     (src/Language/Syntactic/Sugar.hs:38)
     (src/Language/Syntactic/Sugar.hs:45)
     (src/Language/Syntactic/Sugar.hs:82)
     (src/Language/Syntactic/Sugar.hs:88)
  63% ( 12 / 19) in 'Language.Syntactic.Decoration'
  Missing documentation for:
     (src/Language/Syntactic/Decoration.hs:48)
     (src/Language/Syntactic/Decoration.hs:52)
     (src/Language/Syntactic/Decoration.hs:56)
     (src/Language/Syntactic/Decoration.hs:60)
     (src/Language/Syntactic/Decoration.hs:65)
     (src/Language/Syntactic/Decoration.hs:70)
    writeHtmlDecorWith (src/Language/Syntactic/Decoration.hs:132)
 100% (  6 /  6) in 'Language.Syntactic'
  95% ( 39 / 41) in 'Language.Syntactic.Functional'
  Missing documentation for:
    alphaEq' (src/Language/Syntactic/Functional.hs:598)
    Eval (src/Language/Syntactic/Functional.hs:647)
 100% (  8 /  8) in 'Language.Syntactic.Functional.Sharing'
  65% ( 13 / 20) in 'Language.Syntactic.Functional.WellScoped'
  Missing documentation for:
     (src/Language/Syntactic/Functional/WellScoped.hs:36)
     (src/Language/Syntactic/Functional/WellScoped.hs:41)
     (src/Language/Syntactic/Functional/WellScoped.hs:64)
     (src/Language/Syntactic/Functional/WellScoped.hs:69)
     (src/Language/Syntactic/Functional/WellScoped.hs:74)
    UnReader (src/Language/Syntactic/Functional/WellScoped.hs:107)
     (src/Language/Syntactic/Functional/WellScoped.hs:133)
  50% (  1 /  2) in 'Language.Syntactic.Sugar.Binding'
  Missing documentation for:
     (src/Language/Syntactic/Sugar/Binding.hs:14)
  50% (  1 /  2) in 'Language.Syntactic.Sugar.BindingTyped'
  Missing documentation for:
     (src/Language/Syntactic/Sugar/BindingTyped.hs:17)
  67% (  2 /  3) in 'Language.Syntactic.Sugar.Monad'
  Missing documentation for:
     (src/Language/Syntactic/Sugar/Monad.hs:30)
  67% (  2 /  3) in 'Language.Syntactic.Sugar.MonadTyped'
  Missing documentation for:
     (src/Language/Syntactic/Sugar/MonadTyped.hs:37)
  87% ( 13 / 15) in 'Language.Syntactic.TH'
  Missing documentation for:
    Module header
    varSupply (src/Language/Syntactic/TH.hs:75)
   0% (  0 /  9) in 'Data.NestTuple.TH'
  Missing documentation for:
    Module header
    mkTupT (src/Data/NestTuple/TH.hs:11)
    mkPairT (src/Data/NestTuple/TH.hs:14)
    mkPairE (src/Data/NestTuple/TH.hs:17)
    mkPairP (src/Data/NestTuple/TH.hs:20)
    Nest (src/Data/NestTuple/TH.hs:23)
    foldNest (src/Data/NestTuple/TH.hs:28)
    toNest (src/Data/NestTuple/TH.hs:34)
    mkNestableInstances (src/Data/NestTuple/TH.hs:49)
  12% (  2 / 16) in 'Data.NestTuple'
  Missing documentation for:
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
     (src/Data/NestTuple.hs:23)
  12% (  1 /  8) in 'Language.Syntactic.Functional.Tuple'
  Missing documentation for:
    Tuple (src/Language/Syntactic/Functional/Tuple.hs:15)
     (src/Language/Syntactic/Functional/Tuple.hs:21)
     (src/Language/Syntactic/Functional/Tuple.hs:22)
     (src/Language/Syntactic/Functional/Tuple.hs:23)
     (src/Language/Syntactic/Functional/Tuple.hs:25)
     (src/Language/Syntactic/Functional/Tuple.hs:27)
     (src/Language/Syntactic/Functional/Tuple.hs:33)
  50% (  1 /  2) in 'Language.Syntactic.Functional.Tuple.TH'
  Missing documentation for:
    deriveSyntacticForTuples (src/Language/Syntactic/Functional/Tuple/TH.hs:49)
   7% (  1 / 15) in 'Language.Syntactic.Sugar.Tuple'
  Missing documentation for:
     (src/Language/Syntactic/Sugar/Tuple.hs:16)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
     (src/Language/Syntactic/Sugar/Tuple.hs:32)
   7% (  1 / 15) in 'Language.Syntactic.Sugar.TupleTyped'
  Missing documentation for:
     (src/Language/Syntactic/Sugar/TupleTyped.hs:25)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
     (src/Language/Syntactic/Sugar/TupleTyped.hs:44)
Warning: Language.Syntactic.Syntax: could not find link destinations for:
    ~
Warning: Language.Syntactic.Traversal: could not find link destinations for:
    ~
Warning: Language.Syntactic.Sugar: could not find link destinations for:
    ~
Warning: Language.Syntactic.Decoration: could not find link destinations for:
    ~
Warning: Language.Syntactic.Functional: could not find link destinations for:
    ~
Warning: Language.Syntactic.Functional.Sharing: could not find link destinations for:
    ~ choose
Warning: Language.Syntactic.Functional.WellScoped: could not find link destinations for:
    ~
Warning: Language.Syntactic.Sugar.Binding: could not find link destinations for:
    ~
Warning: Language.Syntactic.Sugar.BindingTyped: could not find link destinations for:
    ~
Warning: Language.Syntactic.Sugar.Monad: could not find link destinations for:
    ~
Warning: Language.Syntactic.Sugar.MonadTyped: could not find link destinations for:
    ~
Warning: Language.Syntactic.Sugar.Tuple: could not find link destinations for:
    ~
Warning: Language.Syntactic.Sugar.TupleTyped: could not find link destinations for:
    ~
Documentation created: dist/doc/html/syntactic/index.html,
dist/doc/html/syntactic/syntactic.txt
Creating package registration file:
/tmp/pkgConf-syntactic-3.616315963661308581515.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/syntactic-3.6.2-65bNlQfT7trEMmerrEZWfH
Registering syntactic-3.6.2...
cabal: Leaving directory '/tmp/cabal-tmp-14486/syntactic-3.6.2'
Installed syntactic-3.6.2

Test log

No test log was submitted for this report.