Build #1 for parameterized-data-0.1.6

[all reports]

Package parameterized-data-0.1.6
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-07-08 20:06:23.434785 UTC
Compiler ghc-8.0.1.20160521
OS linux
Arch x86_64
Dependencies base-4.9.0.0, template-haskell-2.11.0.0, type-level-0.3.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-25895/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-02145174067468703135.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/syb-0.6-C65vWCsht6A8uLstpQIXyj
Registering syb-0.6...
cabal: Leaving directory '/tmp/cabal-tmp-25895/syb-0.6'
Installed syb-0.6
Downloading type-level-0.3.0...
cabal: Entering directory '/tmp/cabal-tmp-25895/type-level-0.3.0'
Configuring type-level-0.3.0...
Building type-level-0.3.0...
Preprocessing library type-level-0.3.0...
[1 of 8] Compiling Data.TypeLevel.Num.Reps ( src/Data/TypeLevel/Num/Reps.hs, dist/build/Data/TypeLevel/Num/Reps.o )
[2 of 8] Compiling Data.TypeLevel.Num.Sets ( src/Data/TypeLevel/Num/Sets.hs, dist/build/Data/TypeLevel/Num/Sets.o )
[3 of 8] Compiling Data.TypeLevel.Num.Aliases.TH ( src/Data/TypeLevel/Num/Aliases/TH.hs, dist/build/Data/TypeLevel/Num/Aliases/TH.o )
[4 of 8] Compiling Data.TypeLevel.Num.Aliases ( src/Data/TypeLevel/Num/Aliases.hs, dist/build/Data/TypeLevel/Num/Aliases.o )
Generating and compiling a zillion numerical type aliases, this might take a while
[5 of 8] Compiling Data.TypeLevel.Bool ( src/Data/TypeLevel/Bool.hs, dist/build/Data/TypeLevel/Bool.o )
[6 of 8] Compiling Data.TypeLevel.Num.Ops ( src/Data/TypeLevel/Num/Ops.hs, dist/build/Data/TypeLevel/Num/Ops.o )

src/Data/TypeLevel/Num/Ops.hs:651:1: warning: [-Wtabs]
    Tab character found here.
    Please use spaces instead.
[7 of 8] Compiling Data.TypeLevel.Num ( src/Data/TypeLevel/Num.hs, dist/build/Data/TypeLevel/Num.o )
[8 of 8] Compiling Data.TypeLevel   ( src/Data/TypeLevel.hs, dist/build/Data/TypeLevel.o )
Running Haddock for type-level-0.3.0...
Running hscolour for type-level-0.3.0...
Preprocessing library type-level-0.3.0...
Preprocessing library type-level-0.3.0...

src/Data/TypeLevel/Num/Ops.hs:651:1: warning: [-Wtabs]
    Tab character found here.
    Please use spaces instead.
Haddock coverage:
 100% ( 13 / 13) in 'Data.TypeLevel.Num.Reps'
 100% (  6 /  6) in 'Data.TypeLevel.Num.Sets'
  67% (  2 /  3) in 'Data.TypeLevel.Num.Aliases.TH'
  Missing documentation for:
    genAliases (src/Data/TypeLevel/Num/Aliases/TH.hs:36)
Generating and compiling a zillion numerical type aliases, this might take a while
   0% (  1 /28431) in 'Data.TypeLevel.Num.Aliases'
  95% ( 21 / 22) in 'Data.TypeLevel.Bool'
  Missing documentation for:
    toBool (src/Data/TypeLevel/Bool.hs:66)
  97% ( 68 / 70) in 'Data.TypeLevel.Num.Ops'
  Missing documentation for:
    LogBase (src/Data/TypeLevel/Num/Ops.hs:388)
    isPowOf (src/Data/TypeLevel/Num/Ops.hs:437)
 100% (  5 /  5) in 'Data.TypeLevel.Num'
 100% (  3 /  3) in 'Data.TypeLevel'
Warning: Data.TypeLevel.Num.Reps: could not find link destinations for:
    CS
Warning: Data.TypeLevel.Num.Sets: could not find link destinations for:
    PosI NatI
Warning: Data.TypeLevel.Bool: could not find link destinations for:
    BoolI
Warning: Data.TypeLevel.Num.Ops: could not find link destinations for:
    IsZero Succ' Add' DivMod' LogBaseF' IsPowOf' CS Max' GCD'
Documentation created: dist/doc/html/type-level/index.html,
dist/doc/html/type-level/type-level.txt
Creating package registration file:
/tmp/pkgConf-type-level-0.3404158660937370163.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/type-level-0.3.0-2x3D0jz6K4J8a82m1B4QSF
Registering type-level-0.3.0...
cabal: Leaving directory '/tmp/cabal-tmp-25895/type-level-0.3.0'
Installed type-level-0.3.0
Downloading parameterized-data-0.1.6...
cabal: Entering directory '/tmp/cabal-tmp-25895/parameterized-data-0.1.6'
Configuring parameterized-data-0.1.6...
Building parameterized-data-0.1.6...
Preprocessing library parameterized-data-0.1.6...
[1 of 2] Compiling Data.Param.FSVec ( src/Data/Param/FSVec.hs, dist/build/Data/Param/FSVec.o )

src/Data/Param/FSVec.hs:41:1: warning: [-Wtabs]
    Tab character found here, and in two further locations.
    Please use spaces instead.

src/Data/Param/FSVec.hs:63:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      cFSVec :: Data.Data.Constr

src/Data/Param/FSVec.hs:64:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      tFSVec :: Data.Data.DataType
[2 of 2] Compiling Data.Param       ( src/Data/Param.hs, dist/build/Data/Param.o )
Running Haddock for parameterized-data-0.1.6...
Running hscolour for parameterized-data-0.1.6...
Preprocessing library parameterized-data-0.1.6...
Preprocessing library parameterized-data-0.1.6...

src/Data/Param/FSVec.hs:41:1: warning: [-Wtabs]
    Tab character found here, and in two further locations.
    Please use spaces instead.

src/Data/Param/FSVec.hs:63:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      cFSVec :: Data.Data.Constr

src/Data/Param/FSVec.hs:64:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      tFSVec :: Data.Data.DataType
Haddock coverage:
  98% ( 43 / 44) in 'Data.Param.FSVec'
  Missing documentation for:
    empty (src/Data/Param/FSVec.hs:78)
 100% (  2 /  2) in 'Data.Param'
Documentation created: dist/doc/html/parameterized-data/index.html,
dist/doc/html/parameterized-data/parameterized-data.txt
Creating package registration file:
/tmp/pkgConf-parameterized-data-0.14029031771329202900.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/parameterized-data-0.1.6-H5RYtF0SDolKufGCEQhjaU
Registering parameterized-data-0.1.6...
cabal: Leaving directory '/tmp/cabal-tmp-25895/parameterized-data-0.1.6'
Installed parameterized-data-0.1.6

Test log

No test log was submitted for this report.