Build #1 for hsc3-auditor-0.12

[all reports]

Package hsc3-auditor-0.12
Install DependencyFailed SG-1.0
Docs NotTried
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies hsc3-0.12, hosc-0.12, hmt-0.12, filepath-1.3.0.1, base-4.6.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring SG-1.0...
Building SG-1.0...
Preprocessing library SG-1.0...
[1 of 8] Compiling Data.SG.Vector   ( Data/SG/Vector.hs, dist/build/Data/SG/Vector.o )
[2 of 8] Compiling Data.SG.Vector.Basic ( Data/SG/Vector/Basic.hs, dist/build/Data/SG/Vector/Basic.o )
[3 of 8] Compiling Data.SG.Geometry ( Data/SG/Geometry.hs, dist/build/Data/SG/Geometry.o )

Data/SG/Geometry.hs:64:13:
    Could not deduce (Show a) arising from a use of `+'
    from the context (Num a)
      bound by the type signature for
                 plusDir :: Num a => Pair a -> Pair a -> Pair a
      at Data/SG/Geometry.hs:64:3-15
    Possible fix:
      add (Show a) to the context of
        the type signature for
          plusDir :: Num a => Pair a -> Pair a -> Pair a
    In the expression: (+)
    In an equation for `plusDir': plusDir = (+)
    In the instance declaration for `Geometry Pair Pair LinePair'

Data/SG/Geometry.hs:65:12:
    Could not deduce (Show a) arising from a use of `-'
    from the context (Num a)
      bound by the type signature for
                 fromPt :: Num a => Pair a -> Pair a -> Pair a
      at Data/SG/Geometry.hs:65:3-14
    Possible fix:
      add (Show a) to the context of
        the type signature for
          fromPt :: Num a => Pair a -> Pair a -> Pair a
    In the expression: (-)
    In an equation for `fromPt': fromPt = (-)
    In the instance declaration for `Geometry Pair Pair LinePair'

Data/SG/Geometry.hs:70:13:
    Could not deduce (Show a) arising from a use of `+'
    from the context (Num a)
      bound by the type signature for
                 plusDir :: Num a => Triple a -> Triple a -> Triple a
      at Data/SG/Geometry.hs:70:3-15
    Possible fix:
      add (Show a) to the context of
        the type signature for
          plusDir :: Num a => Triple a -> Triple a -> Triple a
    In the expression: (+)
    In an equation for `plusDir': plusDir = (+)
    In the instance declaration for `Geometry Triple Triple LineTriple'

Data/SG/Geometry.hs:71:12:
    Could not deduce (Show a) arising from a use of `-'
    from the context (Num a)
      bound by the type signature for
                 fromPt :: Num a => Triple a -> Triple a -> Triple a
      at Data/SG/Geometry.hs:71:3-14
    Possible fix:
      add (Show a) to the context of
        the type signature for
          fromPt :: Num a => Triple a -> Triple a -> Triple a
    In the expression: (-)
    In an equation for `fromPt': fromPt = (-)
    In the instance declaration for `Geometry Triple Triple LineTriple'

Data/SG/Geometry.hs:164:8:
    Could not deduce (Eq a) arising from a use of `=='
    from the context (Geometry rel pt ln,
                      Coord2 rel,
                      Coord2 pt,
                      Fractional a)
      bound by the type signature for
                 valueAtX :: (Geometry rel pt ln, Coord2 rel, Coord2 pt,
                              Fractional a) =>
                             ln a -> a -> Maybe a
      at Data/SG/Geometry.hs:(161,13)-(162,25)
    Possible fix:
      add (Eq a) to the context of
        the type signature for
          valueAtX :: (Geometry rel pt ln, Coord2 rel, Coord2 pt,
                       Fractional a) =>
                      ln a -> a -> Maybe a
    In the expression: xd == 0
    In a stmt of a pattern guard for
                   an equation for `valueAtX':
      xd == 0
    In an equation for `valueAtX':
        valueAtX l tgt
          | xd == 0 = Nothing
          | otherwise = let t = (tgt - x) / xd in Just t
          where
              x = getX $ getLineStart l
              xd = getX $ getLineDir l

Data/SG/Geometry.hs:177:8:
    Could not deduce (Eq a) arising from a use of `=='
    from the context (Geometry rel pt ln,
                      Coord2 rel,
                      Coord2 pt,
                      Fractional a)
      bound by the type signature for
                 valueAtY :: (Geometry rel pt ln, Coord2 rel, Coord2 pt,
                              Fractional a) =>
                             ln a -> a -> Maybe a
      at Data/SG/Geometry.hs:(174,13)-(175,25)
    Possible fix:
      add (Eq a) to the context of
        the type signature for
          valueAtY :: (Geometry rel pt ln, Coord2 rel, Coord2 pt,
                       Fractional a) =>
                      ln a -> a -> Maybe a
    In the expression: yd == 0
    In a stmt of a pattern guard for
                   an equation for `valueAtY':
      yd == 0
    In an equation for `valueAtY':
        valueAtY l tgt
          | yd == 0 = Nothing
          | otherwise = let t = (tgt - y) / yd in Just t
          where
              y = getY $ getLineStart l
              yd = getY $ getLineDir l

Data/SG/Geometry.hs:190:8:
    Could not deduce (Eq a) arising from a use of `=='
    from the context (Geometry rel pt ln,
                      Coord3 rel,
                      Coord3 pt,
                      Fractional a)
      bound by the type signature for
                 valueAtZ :: (Geometry rel pt ln, Coord3 rel, Coord3 pt,
                              Fractional a) =>
                             ln a -> a -> Maybe a
      at Data/SG/Geometry.hs:(187,13)-(188,25)
    Possible fix:
      add (Eq a) to the context of
        the type signature for
          valueAtZ :: (Geometry rel pt ln, Coord3 rel, Coord3 pt,
                       Fractional a) =>
                      ln a -> a -> Maybe a
    In the expression: zd == 0
    In a stmt of a pattern guard for
                   an equation for `valueAtZ':
      zd == 0
    In an equation for `valueAtZ':
        valueAtZ l tgt
          | zd == 0 = Nothing
          | otherwise = let t = (tgt - z) / zd in Just t
          where
              z = getZ $ getLineStart l
              zd = getZ $ getLineDir l
Failed to install SG-1.0
Configuring blaze-builder-0.3.3.0...
Building blaze-builder-0.3.3.0...
Preprocessing library blaze-builder-0.3.3.0...
[ 1 of 13] Compiling Blaze.ByteString.Builder.Internal.Types ( Blaze/ByteString/Builder/Internal/Types.hs, dist/build/Blaze/ByteString/Builder/Internal/Types.o )
[ 2 of 13] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/build/Blaze/ByteString/Builder/Internal/Write.o )
[ 3 of 13] Compiling Blaze.ByteString.Builder.Internal.Buffer ( Blaze/ByteString/Builder/Internal/Buffer.hs, dist/build/Blaze/ByteString/Builder/Internal/Buffer.o )
[ 4 of 13] Compiling Blaze.ByteString.Builder.Internal.UncheckedShifts ( Blaze/ByteString/Builder/Internal/UncheckedShifts.hs, dist/build/Blaze/ByteString/Builder/Internal/UncheckedShifts.o )
[ 5 of 13] Compiling Blaze.ByteString.Builder.Internal ( Blaze/ByteString/Builder/Internal.hs, dist/build/Blaze/ByteString/Builder/Internal.o )
[ 6 of 13] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist/build/Blaze/ByteString/Builder/Char/Utf8.o )
[ 7 of 13] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist/build/Blaze/ByteString/Builder/ByteString.o )
[ 8 of 13] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist/build/Blaze/ByteString/Builder/Word.o )
[ 9 of 13] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist/build/Blaze/ByteString/Builder/Char8.o )
[10 of 13] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/build/Blaze/ByteString/Builder/HTTP.o )
[11 of 13] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/build/Blaze/ByteString/Builder/Int.o )
[12 of 13] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist/build/Blaze/ByteString/Builder.o )
[13 of 13] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist/build/Blaze/ByteString/Builder/Html/Utf8.o )
In-place registering blaze-builder-0.3.3.0...
Running Haddock for blaze-builder-0.3.3.0...
Running hscolour for blaze-builder-0.3.3.0...
Preprocessing library blaze-builder-0.3.3.0...
Preprocessing library blaze-builder-0.3.3.0...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: text-0.11.2.3
Haddock coverage:
  27% (  4 / 15) in 'Blaze.ByteString.Builder.Internal.Types'
  92% ( 24 / 26) in 'Blaze.ByteString.Builder.Internal.Write'
 100% ( 22 / 22) in 'Blaze.ByteString.Builder.Internal.Buffer'
  25% (  1 /  4) in 'Blaze.ByteString.Builder.Internal.UncheckedShifts'
  69% ( 22 / 32) in 'Blaze.ByteString.Builder.Internal'
 100% (  9 /  9) in 'Blaze.ByteString.Builder.Char.Utf8'
 100% ( 12 / 12) in 'Blaze.ByteString.Builder.ByteString'
 100% ( 43 / 43) in 'Blaze.ByteString.Builder.Word'
 100% (  9 /  9) in 'Blaze.ByteString.Builder.Char8'
 100% (  4 /  4) in 'Blaze.ByteString.Builder.HTTP'
 100% ( 43 / 43) in 'Blaze.ByteString.Builder.Int'
  92% ( 22 / 24) in 'Blaze.ByteString.Builder'
 100% ( 10 / 10) in 'Blaze.ByteString.Builder.Html.Utf8'
Warning: Blaze.ByteString.Builder.Char.Utf8: could not find link destinations for:
    Data.Text.Internal.Text Data.Text.Lazy.Internal.Text
Warning: Blaze.ByteString.Builder.Char8: could not find link destinations for:
    Data.Text.Internal.Text Data.Text.Lazy.Internal.Text
Warning: Blaze.ByteString.Builder.Html.Utf8: could not find link destinations for:
    Data.Text.Internal.Text Data.Text.Lazy.Internal.Text
Documentation created: dist/doc/html/blaze-builder/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/blaze-builder-0.3.3.0
Registering blaze-builder-0.3.3.0...
Installed blaze-builder-0.3.3.0
Configuring colour-2.3.3...
Building colour-2.3.3...
Preprocessing library colour-2.3.3...
[ 1 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o )
[ 2 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o )
[ 3 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o )
[ 4 of 14] Compiling Data.Colour.RGB  ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o )
[ 5 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o )
[ 6 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o )
[ 7 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o )
[ 8 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o )
[12 of 14] Compiling Data.Colour      ( Data/Colour.hs, dist/build/Data/Colour.o )
[13 of 14] Compiling Data.Colour.CIE  ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o )
[14 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o )
In-place registering colour-2.3.3...
Running Haddock for colour-2.3.3...
Running hscolour for colour-2.3.3...
Preprocessing library colour-2.3.3...
Preprocessing library colour-2.3.3...
Haddock coverage:
   0% (  0 /  5) in 'Data.Colour.Matrix'
   0% (  0 / 10) in 'Data.Colour.Chan'
  60% (  6 / 10) in 'Data.Colour.CIE.Chromaticity'
  50% (  6 / 12) in 'Data.Colour.RGB'
  86% (  6 /  7) in 'Data.Colour.RGBSpace.HSL'
  86% (  6 /  7) in 'Data.Colour.RGBSpace.HSV'
 100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant'
  59% ( 13 / 22) in 'Data.Colour.Internal'
 100% (  6 /  6) in 'Data.Colour.SRGB.Linear'
  83% ( 20 / 24) in 'Data.Colour.RGBSpace'
 100% ( 14 / 14) in 'Data.Colour.SRGB'
  85% ( 17 / 20) in 'Data.Colour'
  88% ( 15 / 17) in 'Data.Colour.CIE'
   1% (  1 /149) in 'Data.Colour.Names'
Documentation created: dist/doc/html/colour/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/colour-2.3.3
Registering colour-2.3.3...
Installed colour-2.3.3
Configuring data-binary-ieee754-0.4.4...
Building data-binary-ieee754-0.4.4...
Preprocessing library data-binary-ieee754-0.4.4...
[1 of 1] Compiling Data.Binary.IEEE754 ( lib/Data/Binary/IEEE754.hs, dist/build/Data/Binary/IEEE754.o )
In-place registering data-binary-ieee754-0.4.4...
Running Haddock for data-binary-ieee754-0.4.4...
Running hscolour for data-binary-ieee754-0.4.4...
Preprocessing library data-binary-ieee754-0.4.4...
Preprocessing library data-binary-ieee754-0.4.4...
Haddock coverage:
  22% (  4 / 18) in 'Data.Binary.IEEE754'
Documentation created: dist/doc/html/data-binary-ieee754/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/data-binary-ieee754-0.4.4
Registering data-binary-ieee754-0.4.4...
Installed data-binary-ieee754-0.4.4
Configuring logict-0.6.0.1...
Building logict-0.6.0.1...
Preprocessing library logict-0.6.0.1...
[1 of 2] Compiling Control.Monad.Logic.Class ( Control/Monad/Logic/Class.hs, dist/build/Control/Monad/Logic/Class.o )
[2 of 2] Compiling Control.Monad.Logic ( Control/Monad/Logic.hs, dist/build/Control/Monad/Logic.o )
In-place registering logict-0.6.0.1...
Running Haddock for logict-0.6.0.1...
Running hscolour for logict-0.6.0.1...
Preprocessing library logict-0.6.0.1...
Preprocessing library logict-0.6.0.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: mtl-2.1.2, transformers-0.3.0.0
Haddock coverage:
 100% (  4 /  4) in 'Control.Monad.Logic.Class'
Warning: logict-0.6.0.1:Control.Monad.Logic: Could not find documentation for exported module: Control.Monad.Trans
 100% ( 16 / 16) in 'Control.Monad.Logic'
Warning: Control.Monad.Logic.Class: could not find link destinations for:
    Control.Monad.Trans.State.Lazy.StateT Control.Monad.Trans.State.Strict.StateT Control.Monad.Trans.Reader.ReaderT Control.Monad.Trans.Writer.Lazy.WriterT Control.Monad.Trans.Writer.Strict.WriterT
Warning: Control.Monad.Logic: could not find link destinations for:
    Data.Functor.Identity.Identity Control.Monad.Trans.Class.MonadTrans Control.Monad.State.Class.MonadState Control.Monad.Reader.Class.MonadReader Control.Monad.Error.Class.MonadError Control.Monad.IO.Class.MonadIO
Documentation created: dist/doc/html/logict/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/logict-0.6.0.1
Registering logict-0.6.0.1...
Installed logict-0.6.0.1
Configuring multiset-comb-0.2.3...
Building multiset-comb-0.2.3...
Preprocessing library multiset-comb-0.2.3...
[1 of 1] Compiling Math.Combinatorics.Multiset ( Math/Combinatorics/Multiset.hs, dist/build/Math/Combinatorics/Multiset.o )
In-place registering multiset-comb-0.2.3...
Running Haddock for multiset-comb-0.2.3...
Running hscolour for multiset-comb-0.2.3...
Preprocessing library multiset-comb-0.2.3...
Preprocessing library multiset-comb-0.2.3...
Haddock coverage:
  97% ( 32 / 33) in 'Math.Combinatorics.Multiset'
Warning: Math.Combinatorics.Multiset: could not find link destinations for:
    Math.Combinatorics.Multiset.RMultiset Math.Combinatorics.Multiset.vDiv Math.Combinatorics.Multiset.within
Documentation created: dist/doc/html/multiset-comb/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/multiset-comb-0.2.3
Registering multiset-comb-0.2.3...
Installed multiset-comb-0.2.3
Configuring murmur-hash-0.1.0.6...
Building murmur-hash-0.1.0.6...
Preprocessing library murmur-hash-0.1.0.6...
[1 of 2] Compiling Data.Digest.Murmur64 ( Data/Digest/Murmur64.hs, dist/build/Data/Digest/Murmur64.o )
[2 of 2] Compiling Data.Digest.Murmur32 ( Data/Digest/Murmur32.hs, dist/build/Data/Digest/Murmur32.o )
In-place registering murmur-hash-0.1.0.6...
Running Haddock for murmur-hash-0.1.0.6...
Running hscolour for murmur-hash-0.1.0.6...
Preprocessing library murmur-hash-0.1.0.6...
Preprocessing library murmur-hash-0.1.0.6...
Haddock coverage:
  78% (  7 /  9) in 'Data.Digest.Murmur64'
  75% (  6 /  8) in 'Data.Digest.Murmur32'
Warning: Data.Digest.Murmur32: could not find link destinations for:
    Data.Digest.Murmur32.combine
Documentation created: dist/doc/html/murmur-hash/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/murmur-hash-0.1.0.6
Registering murmur-hash-0.1.0.6...
Installed murmur-hash-0.1.0.6
[1 of 1] Compiling Main             ( /tmp/permutation-0.4.1-13752/permutation-0.4.1/Setup.lhs, /tmp/permutation-0.4.1-13752/permutation-0.4.1/dist/setup/Main.o )

/tmp/permutation-0.4.1-13752/permutation-0.4.1/Setup.lhs:13:11: Warning:
    In the use of `runTests'
    (imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks):
    Deprecated: "Please use the new testing interface instead!"
Linking /tmp/permutation-0.4.1-13752/permutation-0.4.1/dist/setup/setup ...
Configuring permutation-0.4.1...
Building permutation-0.4.1...
Preprocessing library permutation-0.4.1...
[ 1 of 13] Compiling Data.IntArray    ( lib/Data/IntArray.hs, dist/build/Data/IntArray.o )
[ 2 of 13] Compiling Data.Permute.Base ( lib/Data/Permute/Base.hs, dist/build/Data/Permute/Base.o )

lib/Data/Permute/Base.hs:18:1: Warning:
    The import of `Foreign' is redundant
      except perhaps to import instances from `Foreign'
    To import instances alone, use: import Foreign()
[ 3 of 13] Compiling Data.Permute.IOBase ( lib/Data/Permute/IOBase.hs, dist/build/Data/Permute/IOBase.o )
[ 4 of 13] Compiling Data.Permute.MPermute ( lib/Data/Permute/MPermute.hs, dist/build/Data/Permute/MPermute.o )

lib/Data/Permute/MPermute.hs:515:25: Warning:
    In the use of `unsafeInterleaveST'
    (imported from Control.Monad.ST):
    Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release"
[ 5 of 13] Compiling Data.Permute.ST  ( lib/Data/Permute/ST.hs, dist/build/Data/Permute/ST.o )
[ 6 of 13] Compiling Data.Permute.IO  ( lib/Data/Permute/IO.hs, dist/build/Data/Permute/IO.o )
[ 7 of 13] Compiling Data.Permute     ( lib/Data/Permute.hs, dist/build/Data/Permute.o )
[ 8 of 13] Compiling Data.Choose.Base ( lib/Data/Choose/Base.hs, dist/build/Data/Choose/Base.o )

lib/Data/Choose/Base.hs:15:1: Warning:
    The import of `Foreign' is redundant
      except perhaps to import instances from `Foreign'
    To import instances alone, use: import Foreign()
[ 9 of 13] Compiling Data.Choose.IOBase ( lib/Data/Choose/IOBase.hs, dist/build/Data/Choose/IOBase.o )
[10 of 13] Compiling Data.Choose.MChoose ( lib/Data/Choose/MChoose.hs, dist/build/Data/Choose/MChoose.o )
[11 of 13] Compiling Data.Choose.ST   ( lib/Data/Choose/ST.hs, dist/build/Data/Choose/ST.o )
[12 of 13] Compiling Data.Choose.IO   ( lib/Data/Choose/IO.hs, dist/build/Data/Choose/IO.o )
[13 of 13] Compiling Data.Choose      ( lib/Data/Choose.hs, dist/build/Data/Choose.o )
In-place registering permutation-0.4.1...
Running Haddock for permutation-0.4.1...
Running hscolour for permutation-0.4.1...
Preprocessing library permutation-0.4.1...
Preprocessing library permutation-0.4.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0

dist/build/tmp-14426/lib/Data/Permute/Base.hs:18:1: Warning:
    The import of `Foreign' is redundant
      except perhaps to import instances from `Foreign'
    To import instances alone, use: import Foreign()

dist/build/tmp-14426/lib/Data/Permute/MPermute.hs:515:25: Warning:
    In the use of `unsafeInterleaveST'
    (imported from Control.Monad.ST):
    Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release"

dist/build/tmp-14426/lib/Data/Choose/Base.hs:15:1: Warning:
    The import of `Foreign' is redundant
      except perhaps to import instances from `Foreign'
    To import instances alone, use: import Foreign()
Haddock coverage:
   6% (  1 / 17) in 'Data.IntArray'
  29% (  5 / 17) in 'Data.Permute.Base'
  15% (  2 / 13) in 'Data.Permute.IOBase'
Warning: Data.Permute.MPermute: newPermute is exported separately but will be documented under MPermute. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Permute.MPermute: newPermute_ is exported separately but will be documented under MPermute. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Permute.MPermute: getSize is exported separately but will be documented under MPermute. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Permute.MPermute: getElems is exported separately but will be documented under MPermute. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Permute.MPermute: setElems is exported separately but will be documented under MPermute. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Permute.MPermute: unsafeFreeze is exported separately but will be documented under MPermute. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Permute.MPermute: unsafeThaw is exported separately but will be documented under MPermute. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Permute.MPermute: unsafeGetElem is exported separately but will be documented under MPermute. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Permute.MPermute: unsafeSetElem is exported separately but will be documented under MPermute. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Permute.MPermute: unsafeSwapElems is exported separately but will be documented under MPermute. Consider exporting it together with its parent(s) for code clarity.
  86% ( 37 / 43) in 'Data.Permute.MPermute'
 100% (  6 /  6) in 'Data.Permute.ST'
 100% (  5 /  5) in 'Data.Permute.IO'
  88% ( 29 / 33) in 'Data.Permute'
  32% (  6 / 19) in 'Data.Choose.Base'
  14% (  2 / 14) in 'Data.Choose.IOBase'
Warning: Data.Choose.MChoose: newChoose is exported separately but will be documented under MChoose. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Choose.MChoose: newChoose_ is exported separately but will be documented under MChoose. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Choose.MChoose: getPossible is exported separately but will be documented under MChoose. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Choose.MChoose: getSize is exported separately but will be documented under MChoose. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Choose.MChoose: getElems is exported separately but will be documented under MChoose. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Choose.MChoose: setElems is exported separately but will be documented under MChoose. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Choose.MChoose: unsafeFreeze is exported separately but will be documented under MChoose. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Choose.MChoose: unsafeThaw is exported separately but will be documented under MChoose. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Choose.MChoose: unsafeGetElem is exported separately but will be documented under MChoose. Consider exporting it together with its parent(s) for code clarity.
Warning: Data.Choose.MChoose: unsafeSetElem is exported separately but will be documented under MChoose. Consider exporting it together with its parent(s) for code clarity.
  96% ( 22 / 23) in 'Data.Choose.MChoose'
 100% (  6 /  6) in 'Data.Choose.ST'
 100% (  5 /  5) in 'Data.Choose.IO'
  94% ( 17 / 18) in 'Data.Choose'
Documentation created: dist/doc/html/permutation/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/permutation-0.4.1
Registering permutation-0.4.1...
Installed permutation-0.4.1
Configuring primes-0.2.1.0...
Building primes-0.2.1.0...
Preprocessing library primes-0.2.1.0...
[1 of 1] Compiling Data.Numbers.Primes ( Data/Numbers/Primes.hs, dist/build/Data/Numbers/Primes.o )
In-place registering primes-0.2.1.0...
Running Haddock for primes-0.2.1.0...
Running hscolour for primes-0.2.1.0...
Preprocessing library primes-0.2.1.0...
Preprocessing library primes-0.2.1.0...
Haddock coverage:
 100% (  5 /  5) in 'Data.Numbers.Primes'
Documentation created: dist/doc/html/primes/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/primes-0.2.1.0
Registering primes-0.2.1.0...
Installed primes-0.2.1.0
Configuring split-0.2.2...
Building split-0.2.2...
Preprocessing library split-0.2.2...
[1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o )
[2 of 2] Compiling Data.List.Split  ( src/Data/List/Split.hs, dist/build/Data/List/Split.o )
In-place registering split-0.2.2...
Running Haddock for split-0.2.2...
Running hscolour for split-0.2.2...
Preprocessing library split-0.2.2...
Preprocessing library split-0.2.2...
Haddock coverage:
  91% ( 61 / 67) in 'Data.List.Split.Internals'
  90% ( 44 / 49) in 'Data.List.Split'
Documentation created: dist/doc/html/split/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/split-0.2.2
Registering split-0.2.2...
Installed split-0.2.2
Configuring utf8-string-0.3.7...
Building utf8-string-0.3.7...
Preprocessing library utf8-string-0.3.7...
[1 of 7] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o )
[2 of 7] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o )
[3 of 7] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o )
[4 of 7] Compiling System.IO.UTF8   ( System/IO/UTF8.hs, dist/build/System/IO/UTF8.o )
[5 of 7] Compiling System.Environment.UTF8 ( System/Environment/UTF8.hs, dist/build/System/Environment/UTF8.o )
[6 of 7] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o )
[7 of 7] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o )
In-place registering utf8-string-0.3.7...
Running Haddock for utf8-string-0.3.7...
Running hscolour for utf8-string-0.3.7...
Preprocessing library utf8-string-0.3.7...
Preprocessing library utf8-string-0.3.7...
Haddock coverage:
 100% (  8 /  8) in 'Codec.Binary.UTF8.String'
  94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic'
  89% ( 24 / 27) in 'Data.String.UTF8'
  82% ( 14 / 17) in 'System.IO.UTF8'
  14% (  1 /  7) in 'System.Environment.UTF8'
 100% ( 17 / 17) in 'Data.ByteString.UTF8'
 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8'
Documentation created: dist/doc/html/utf8-string/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/utf8-string-0.3.7
Registering utf8-string-0.3.7...
Installed utf8-string-0.3.7
Configuring xml-1.3.13...
Building xml-1.3.13...
Preprocessing library xml-1.3.13...
[1 of 7] Compiling Text.XML.Light.Types ( Text/XML/Light/Types.hs, dist/build/Text/XML/Light/Types.o )
[2 of 7] Compiling Text.XML.Light.Proc ( Text/XML/Light/Proc.hs, dist/build/Text/XML/Light/Proc.o )
[3 of 7] Compiling Text.XML.Light.Output ( Text/XML/Light/Output.hs, dist/build/Text/XML/Light/Output.o )
[4 of 7] Compiling Text.XML.Light.Lexer ( Text/XML/Light/Lexer.hs, dist/build/Text/XML/Light/Lexer.o )
[5 of 7] Compiling Text.XML.Light.Input ( Text/XML/Light/Input.hs, dist/build/Text/XML/Light/Input.o )
[6 of 7] Compiling Text.XML.Light.Cursor ( Text/XML/Light/Cursor.hs, dist/build/Text/XML/Light/Cursor.o )
[7 of 7] Compiling Text.XML.Light   ( Text/XML/Light.hs, dist/build/Text/XML/Light.o )
In-place registering xml-1.3.13...
Running Haddock for xml-1.3.13...
Running hscolour for xml-1.3.13...
Preprocessing library xml-1.3.13...
Preprocessing library xml-1.3.13...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: text-0.11.2.3
Haddock coverage:
  91% ( 10 / 11) in 'Text.XML.Light.Types'
 100% ( 21 / 21) in 'Text.XML.Light.Proc'
  65% ( 13 / 20) in 'Text.XML.Light.Output'
  12% (  3 / 26) in 'Text.XML.Light.Lexer'
 100% (  3 /  3) in 'Text.XML.Light.Input'
  90% ( 45 / 50) in 'Text.XML.Light.Cursor'
 100% ( 10 / 10) in 'Text.XML.Light'
Warning: Text.XML.Light.Lexer: could not find link destinations for:
    Data.Text.Internal.Text Data.Text.Lazy.Internal.Text
Documentation created: dist/doc/html/xml/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/xml-1.3.13
Registering xml-1.3.13...
Installed xml-1.3.13
Configuring hosc-0.12...
Building hosc-0.12...
Preprocessing library hosc-0.12...
[ 1 of 19] Compiling Sound.OpenSoundControl.Coding.Cast ( Sound/OpenSoundControl/Coding/Cast.hs, dist/build/Sound/OpenSoundControl/Coding/Cast.o )
[ 2 of 19] Compiling Sound.OpenSoundControl.Coding.Byte ( Sound/OpenSoundControl/Coding/Byte.hs, dist/build/Sound/OpenSoundControl/Coding/Byte.o )
[ 3 of 19] Compiling Sound.OpenSoundControl.Wait ( Sound/OpenSoundControl/Wait.hs, dist/build/Sound/OpenSoundControl/Wait.o )
[ 4 of 19] Compiling Sound.OpenSoundControl.Time ( Sound/OpenSoundControl/Time.hs, dist/build/Sound/OpenSoundControl/Time.o )
[ 5 of 19] Compiling Sound.OpenSoundControl.Type ( Sound/OpenSoundControl/Type.hs, dist/build/Sound/OpenSoundControl/Type.o )
[ 6 of 19] Compiling Sound.OpenSoundControl.Coding.Coerce ( Sound/OpenSoundControl/Coding/Coerce.hs, dist/build/Sound/OpenSoundControl/Coding/Coerce.o )
[ 7 of 19] Compiling Sound.OpenSoundControl.Coding.Decode.Base ( Sound/OpenSoundControl/Coding/Decode/Base.hs, dist/build/Sound/OpenSoundControl/Coding/Decode/Base.o )
[ 8 of 19] Compiling Sound.OpenSoundControl.Coding.Decode.Binary ( Sound/OpenSoundControl/Coding/Decode/Binary.hs, dist/build/Sound/OpenSoundControl/Coding/Decode/Binary.o )
[ 9 of 19] Compiling Sound.OpenSoundControl.Coding.Encode.Base ( Sound/OpenSoundControl/Coding/Encode/Base.hs, dist/build/Sound/OpenSoundControl/Coding/Encode/Base.o )
[10 of 19] Compiling Sound.OpenSoundControl.Coding.Encode.Builder ( Sound/OpenSoundControl/Coding/Encode/Builder.hs, dist/build/Sound/OpenSoundControl/Coding/Encode/Builder.o )
[11 of 19] Compiling Sound.OpenSoundControl.Coding ( Sound/OpenSoundControl/Coding.hs, dist/build/Sound/OpenSoundControl/Coding.o )
[12 of 19] Compiling Sound.OpenSoundControl.Class ( Sound/OpenSoundControl/Class.hs, dist/build/Sound/OpenSoundControl/Class.o )
[13 of 19] Compiling Sound.OSC.Transport.FD ( Sound/OSC/Transport/FD.hs, dist/build/Sound/OSC/Transport/FD.o )
[14 of 19] Compiling Sound.OSC.Transport.FD.UDP ( Sound/OSC/Transport/FD/UDP.hs, dist/build/Sound/OSC/Transport/FD/UDP.o )
[15 of 19] Compiling Sound.OSC.Transport.FD.TCP ( Sound/OSC/Transport/FD/TCP.hs, dist/build/Sound/OSC/Transport/FD/TCP.o )
[16 of 19] Compiling Sound.OSC.Transport.Monad ( Sound/OSC/Transport/Monad.hs, dist/build/Sound/OSC/Transport/Monad.o )
[17 of 19] Compiling Sound.OpenSoundControl ( Sound/OpenSoundControl.hs, dist/build/Sound/OpenSoundControl.o )
[18 of 19] Compiling Sound.OSC        ( Sound/OSC.hs, dist/build/Sound/OSC.o )
[19 of 19] Compiling Sound.OSC.FD     ( Sound/OSC/FD.hs, dist/build/Sound/OSC/FD.o )
In-place registering hosc-0.12...
Running Haddock for hosc-0.12...
Running hscolour for hosc-0.12...
Preprocessing library hosc-0.12...
Preprocessing library hosc-0.12...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: mtl-2.1.2, network-2.4.1.2,
parsec-3.1.3, text-0.11.2.3, transformers-0.3.0.0
Haddock coverage:
 100% (  9 /  9) in 'Sound.OpenSoundControl.Coding.Cast'
 100% ( 21 / 21) in 'Sound.OpenSoundControl.Coding.Byte'
  83% (  5 /  6) in 'Sound.OpenSoundControl.Wait'
 100% ( 23 / 23) in 'Sound.OpenSoundControl.Time'
 100% ( 36 / 36) in 'Sound.OpenSoundControl.Type'
 100% (  6 /  6) in 'Sound.OpenSoundControl.Coding.Coerce'
 100% (  4 /  4) in 'Sound.OpenSoundControl.Coding.Decode.Base'
 100% (  4 /  4) in 'Sound.OpenSoundControl.Coding.Decode.Binary'
 100% (  4 /  4) in 'Sound.OpenSoundControl.Coding.Encode.Base'
 100% (  6 /  6) in 'Sound.OpenSoundControl.Coding.Encode.Builder'
 100% (  7 /  7) in 'Sound.OpenSoundControl.Coding'
 100% (  4 /  4) in 'Sound.OpenSoundControl.Class'
 100% ( 21 / 21) in 'Sound.OSC.Transport.FD'
 100% (  8 /  8) in 'Sound.OSC.Transport.FD.UDP'
 100% (  4 /  4) in 'Sound.OSC.Transport.FD.TCP'
  95% ( 19 / 20) in 'Sound.OSC.Transport.Monad'
Warning: hosc-0.12:Sound.OpenSoundControl: Could not find documentation for exported module: M
 100% (  1 /  1) in 'Sound.OpenSoundControl'
Warning: hosc-0.12:Sound.OSC: Could not find documentation for exported module: M
 100% (  1 /  1) in 'Sound.OSC'
Warning: hosc-0.12:Sound.OSC.FD: Could not find documentation for exported module: M
 100% (  1 /  1) in 'Sound.OSC.FD'
Warning: Sound.OpenSoundControl.Time: could not find link destinations for:
    Control.Monad.IO.Class.MonadIO
Warning: Sound.OSC.Transport.FD.UDP: could not find link destinations for:
    Network.Socket.Types.Socket Network.Socket.Types.SockAddr
Warning: Sound.OSC.Transport.Monad: could not find link destinations for:
    Control.Monad.IO.Class.MonadIO Control.Monad.Trans.Reader.ReaderT
Documentation created: dist/doc/html/hosc/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/hosc-0.12
Registering hosc-0.12...
Installed hosc-0.12
Configuring html-minimalist-0.12...
Building html-minimalist-0.12...
Preprocessing library html-minimalist-0.12...
[1 of 6] Compiling Text.HTML.Light.Element ( Text/HTML/Light/Element.hs, dist/build/Text/HTML/Light/Element.o )
[2 of 6] Compiling Text.HTML.Light.Constant ( Text/HTML/Light/Constant.hs, dist/build/Text/HTML/Light/Constant.o )
[3 of 6] Compiling Text.HTML.Light.Attribute ( Text/HTML/Light/Attribute.hs, dist/build/Text/HTML/Light/Attribute.o )
[4 of 6] Compiling Text.HTML.Light.Composite ( Text/HTML/Light/Composite.hs, dist/build/Text/HTML/Light/Composite.o )
[5 of 6] Compiling Text.HTML.Light.Composite.Menu ( Text/HTML/Light/Composite/Menu.hs, dist/build/Text/HTML/Light/Composite/Menu.o )
[6 of 6] Compiling Text.HTML.Light  ( Text/HTML/Light.hs, dist/build/Text/HTML/Light.o )
In-place registering html-minimalist-0.12...
Running Haddock for html-minimalist-0.12...
Running hscolour for html-minimalist-0.12...
Preprocessing library html-minimalist-0.12...
Preprocessing library html-minimalist-0.12...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: text-0.11.2.3
Haddock coverage:
  10% (  7 / 69) in 'Text.HTML.Light.Element'
 100% ( 23 / 23) in 'Text.HTML.Light.Constant'
  17% (  8 / 46) in 'Text.HTML.Light.Attribute'
 100% ( 27 / 27) in 'Text.HTML.Light.Composite'
  71% (  5 /  7) in 'Text.HTML.Light.Composite.Menu'
Warning: html-minimalist-0.12:Text.HTML.Light: Could not find documentation for exported module: L
 100% (  4 /  4) in 'Text.HTML.Light'
Documentation created: dist/doc/html/html-minimalist/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/html-minimalist-0.12
Registering html-minimalist-0.12...
Installed html-minimalist-0.12
Downloading hsc3-0.12...
Configuring hsc3-0.12...
Building hsc3-0.12...
Preprocessing library hsc3-0.12...
[ 1 of 70] Compiling Sound.SC3.UGen.MCE ( Sound/SC3/UGen/MCE.hs, dist/build/Sound/SC3/UGen/MCE.o )
[ 2 of 70] Compiling Sound.SC3.UGen.Envelope.Interpolate ( Sound/SC3/UGen/Envelope/Interpolate.hs, dist/build/Sound/SC3/UGen/Envelope/Interpolate.o )
[ 3 of 70] Compiling Sound.SC3.UGen.Identifier ( Sound/SC3/UGen/Identifier.hs, dist/build/Sound/SC3/UGen/Identifier.o )
[ 4 of 70] Compiling Sound.SC3.UGen.UId ( Sound/SC3/UGen/UId.hs, dist/build/Sound/SC3/UGen/UId.o )
[ 5 of 70] Compiling Sound.SC3.UGen.Name ( Sound/SC3/UGen/Name.hs, dist/build/Sound/SC3/UGen/Name.o )
[ 6 of 70] Compiling Sound.SC3.UGen.External.LPC ( Sound/SC3/UGen/External/LPC.hs, dist/build/Sound/SC3/UGen/External/LPC.o )
[ 7 of 70] Compiling Sound.SC3.UGen.External.ATS ( Sound/SC3/UGen/External/ATS.hs, dist/build/Sound/SC3/UGen/External/ATS.o )
[ 8 of 70] Compiling Sound.SC3.UGen.Operator ( Sound/SC3/UGen/Operator.hs, dist/build/Sound/SC3/UGen/Operator.o )
[ 9 of 70] Compiling Sound.SC3.UGen.Rate ( Sound/SC3/UGen/Rate.hs, dist/build/Sound/SC3/UGen/Rate.o )
[10 of 70] Compiling Sound.SC3.UGen.Type ( Sound/SC3/UGen/Type.hs, dist/build/Sound/SC3/UGen/Type.o )
[11 of 70] Compiling Sound.SC3.UGen.UGen ( Sound/SC3/UGen/UGen.hs, dist/build/Sound/SC3/UGen/UGen.o )
[12 of 70] Compiling Sound.SC3.UGen.Analysis ( Sound/SC3/UGen/Analysis.hs, dist/build/Sound/SC3/UGen/Analysis.o )
[13 of 70] Compiling Sound.SC3.UGen.Chaos ( Sound/SC3/UGen/Chaos.hs, dist/build/Sound/SC3/UGen/Chaos.o )
[14 of 70] Compiling Sound.SC3.UGen.External ( Sound/SC3/UGen/External.hs, dist/build/Sound/SC3/UGen/External.o )
[15 of 70] Compiling Sound.SC3.UGen.External.SC3_Plugins ( Sound/SC3/UGen/External/SC3_Plugins.hs, dist/build/Sound/SC3/UGen/External/SC3_Plugins.o )
[16 of 70] Compiling Sound.SC3.UGen.Filter ( Sound/SC3/UGen/Filter.hs, dist/build/Sound/SC3/UGen/Filter.o )
[17 of 70] Compiling Sound.SC3.UGen.Granular ( Sound/SC3/UGen/Granular.hs, dist/build/Sound/SC3/UGen/Granular.o )
[18 of 70] Compiling Sound.SC3.UGen.Information ( Sound/SC3/UGen/Information.hs, dist/build/Sound/SC3/UGen/Information.o )
[19 of 70] Compiling Sound.SC3.UGen.Math ( Sound/SC3/UGen/Math.hs, dist/build/Sound/SC3/UGen/Math.o )
[20 of 70] Compiling Sound.SC3.UGen.MachineListening ( Sound/SC3/UGen/MachineListening.hs, dist/build/Sound/SC3/UGen/MachineListening.o )
[21 of 70] Compiling Sound.SC3.UGen.Panner ( Sound/SC3/UGen/Panner.hs, dist/build/Sound/SC3/UGen/Panner.o )
[22 of 70] Compiling Sound.SC3.UGen.Wavelets ( Sound/SC3/UGen/Wavelets.hs, dist/build/Sound/SC3/UGen/Wavelets.o )
[23 of 70] Compiling Sound.SC3.UGen.Noise.ID ( Sound/SC3/UGen/Noise/ID.hs, dist/build/Sound/SC3/UGen/Noise/ID.o )
[24 of 70] Compiling Sound.SC3.UGen.UGen.Lift ( Sound/SC3/UGen/UGen/Lift.hs, dist/build/Sound/SC3/UGen/UGen/Lift.o )
[25 of 70] Compiling Sound.SC3.UGen.Noise.Monad ( Sound/SC3/UGen/Noise/Monad.hs, dist/build/Sound/SC3/UGen/Noise/Monad.o )
[26 of 70] Compiling Sound.SC3.UGen.External.ID ( Sound/SC3/UGen/External/ID.hs, dist/build/Sound/SC3/UGen/External/ID.o )
[27 of 70] Compiling Sound.SC3.UGen.FFT.ID ( Sound/SC3/UGen/FFT/ID.hs, dist/build/Sound/SC3/UGen/FFT/ID.o )
[28 of 70] Compiling Sound.SC3.UGen.FFT.Monad ( Sound/SC3/UGen/FFT/Monad.hs, dist/build/Sound/SC3/UGen/FFT/Monad.o )
[29 of 70] Compiling Sound.SC3.UGen.Plain ( Sound/SC3/UGen/Plain.hs, dist/build/Sound/SC3/UGen/Plain.o )
[30 of 70] Compiling Sound.SC3.UGen.Protect ( Sound/SC3/UGen/Protect.hs, dist/build/Sound/SC3/UGen/Protect.o )
[31 of 70] Compiling Sound.SC3.UGen.Help ( Sound/SC3/UGen/Help.hs, dist/build/Sound/SC3/UGen/Help.o )
[32 of 70] Compiling Sound.SC3.Server.Help ( Sound/SC3/Server/Help.hs, dist/build/Sound/SC3/Server/Help.o )
[33 of 70] Compiling Sound.SC3.UGen.Enum ( Sound/SC3/UGen/Enum.hs, dist/build/Sound/SC3/UGen/Enum.o )
[34 of 70] Compiling Sound.SC3.UGen.Buffer ( Sound/SC3/UGen/Buffer.hs, dist/build/Sound/SC3/UGen/Buffer.o )
[35 of 70] Compiling Sound.SC3.UGen.Demand ( Sound/SC3/UGen/Demand.hs, dist/build/Sound/SC3/UGen/Demand.o )
[36 of 70] Compiling Sound.SC3.UGen.DiskIO ( Sound/SC3/UGen/DiskIO.hs, dist/build/Sound/SC3/UGen/DiskIO.o )
[37 of 70] Compiling Sound.SC3.UGen.Envelope ( Sound/SC3/UGen/Envelope.hs, dist/build/Sound/SC3/UGen/Envelope.o )
[38 of 70] Compiling Sound.SC3.UGen.Envelope.Construct ( Sound/SC3/UGen/Envelope/Construct.hs, dist/build/Sound/SC3/UGen/Envelope/Construct.o )
[39 of 70] Compiling Sound.SC3.UGen.IO ( Sound/SC3/UGen/IO.hs, dist/build/Sound/SC3/UGen/IO.o )
[40 of 70] Compiling Sound.SC3.UGen.Oscillator ( Sound/SC3/UGen/Oscillator.hs, dist/build/Sound/SC3/UGen/Oscillator.o )
[41 of 70] Compiling Sound.SC3.UGen.Composite ( Sound/SC3/UGen/Composite.hs, dist/build/Sound/SC3/UGen/Composite.o )
[42 of 70] Compiling Sound.SC3.UGen.Demand.ID ( Sound/SC3/UGen/Demand/ID.hs, dist/build/Sound/SC3/UGen/Demand/ID.o )
[43 of 70] Compiling Sound.SC3.UGen.Composite.ID ( Sound/SC3/UGen/Composite/ID.hs, dist/build/Sound/SC3/UGen/Composite/ID.o )
[44 of 70] Compiling Sound.SC3.UGen.Demand.Monad ( Sound/SC3/UGen/Demand/Monad.hs, dist/build/Sound/SC3/UGen/Demand/Monad.o )
[45 of 70] Compiling Sound.SC3.UGen.Composite.Monad ( Sound/SC3/UGen/Composite/Monad.hs, dist/build/Sound/SC3/UGen/Composite/Monad.o )
[46 of 70] Compiling Sound.SC3.Server.Utilities ( Sound/SC3/Server/Utilities.hs, dist/build/Sound/SC3/Server/Utilities.o )
[47 of 70] Compiling Sound.SC3.Server.NRT ( Sound/SC3/Server/NRT.hs, dist/build/Sound/SC3/Server/NRT.o )
[48 of 70] Compiling Sound.SC3.Server.Status ( Sound/SC3/Server/Status.hs, dist/build/Sound/SC3/Server/Status.o )
[49 of 70] Compiling Sound.SC3.Server.Synthdef.Type ( Sound/SC3/Server/Synthdef/Type.hs, dist/build/Sound/SC3/Server/Synthdef/Type.o )
[50 of 70] Compiling Sound.SC3.Server.Synthdef.Internal ( Sound/SC3/Server/Synthdef/Internal.hs, dist/build/Sound/SC3/Server/Synthdef/Internal.o )
[51 of 70] Compiling Sound.SC3.Server.Synthdef.Reconstruct ( Sound/SC3/Server/Synthdef/Reconstruct.hs, dist/build/Sound/SC3/Server/Synthdef/Reconstruct.o )
[52 of 70] Compiling Sound.SC3.Server.Synthdef.Transform ( Sound/SC3/Server/Synthdef/Transform.hs, dist/build/Sound/SC3/Server/Synthdef/Transform.o )
[53 of 70] Compiling Sound.SC3.Server.Synthdef ( Sound/SC3/Server/Synthdef.hs, dist/build/Sound/SC3/Server/Synthdef.o )
[54 of 70] Compiling Sound.SC3.Server.Command.Completion ( Sound/SC3/Server/Command/Completion.hs, dist/build/Sound/SC3/Server/Command/Completion.o )
[55 of 70] Compiling Sound.SC3.Server.Command ( Sound/SC3/Server/Command.hs, dist/build/Sound/SC3/Server/Command.o )
[56 of 70] Compiling Sound.SC3.Server.Transport.FD ( Sound/SC3/Server/Transport/FD.hs, dist/build/Sound/SC3/Server/Transport/FD.o )
[57 of 70] Compiling Sound.SC3.Server.Transport.Monad ( Sound/SC3/Server/Transport/Monad.hs, dist/build/Sound/SC3/Server/Transport/Monad.o )
[58 of 70] Compiling Sound.SC3.UGen.FFT ( Sound/SC3/UGen/FFT.hs, dist/build/Sound/SC3/UGen/FFT.o )
[59 of 70] Compiling Sound.SC3.UGen   ( Sound/SC3/UGen.hs, dist/build/Sound/SC3/UGen.o )
[60 of 70] Compiling Sound.SC3.UGen.ID ( Sound/SC3/UGen/ID.hs, dist/build/Sound/SC3/UGen/ID.o )
[61 of 70] Compiling Sound.SC3.UGen.Monad ( Sound/SC3/UGen/Monad.hs, dist/build/Sound/SC3/UGen/Monad.o )
[62 of 70] Compiling Sound.SC3.Server ( Sound/SC3/Server.hs, dist/build/Sound/SC3/Server.o )
[63 of 70] Compiling Sound.SC3.Server.Monad ( Sound/SC3/Server/Monad.hs, dist/build/Sound/SC3/Server/Monad.o )
[64 of 70] Compiling Sound.SC3.ID     ( Sound/SC3/ID.hs, dist/build/Sound/SC3/ID.o )
[65 of 70] Compiling Sound.SC3.Monad  ( Sound/SC3/Monad.hs, dist/build/Sound/SC3/Monad.o )
[66 of 70] Compiling Sound.SC3.Server.FD ( Sound/SC3/Server/FD.hs, dist/build/Sound/SC3/Server/FD.o )
[67 of 70] Compiling Sound.SC3.FD     ( Sound/SC3/FD.hs, dist/build/Sound/SC3/FD.o )
[68 of 70] Compiling Sound.SC3.ID.FD  ( Sound/SC3/ID/FD.hs, dist/build/Sound/SC3/ID/FD.o )
[69 of 70] Compiling Sound.SC3.Monad.FD ( Sound/SC3/Monad/FD.hs, dist/build/Sound/SC3/Monad/FD.o )
[70 of 70] Compiling Sound.SC3        ( Sound/SC3.hs, dist/build/Sound/SC3.o )
In-place registering hsc3-0.12...
Running Haddock for hsc3-0.12...
Running hscolour for hsc3-0.12...
Preprocessing library hsc3-0.12...
Preprocessing library hsc3-0.12...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: mtl-2.1.2, network-2.4.1.2,
parsec-3.1.3, random-1.0.1.1, text-0.11.2.3, transformers-0.3.0.0
Haddock coverage:
  50% (  3 /  6) in 'Sound.SC3.UGen.MCE'
   9% (  1 / 11) in 'Sound.SC3.UGen.Envelope.Interpolate'
 100% (  5 /  5) in 'Sound.SC3.UGen.Identifier'
 100% (  2 /  2) in 'Sound.SC3.UGen.UId'
 100% (  3 /  3) in 'Sound.SC3.UGen.Name'
 100% (  6 /  6) in 'Sound.SC3.UGen.External.LPC'
 100% (  6 /  6) in 'Sound.SC3.UGen.External.ATS'
 100% ( 10 / 10) in 'Sound.SC3.UGen.Operator'
 100% (  6 /  6) in 'Sound.SC3.UGen.Rate'
  98% ( 42 / 43) in 'Sound.SC3.UGen.Type'
  82% ( 46 / 56) in 'Sound.SC3.UGen.UGen'
 100% (  6 /  6) in 'Sound.SC3.UGen.Analysis'
 100% ( 23 / 23) in 'Sound.SC3.UGen.Chaos'
 100% ( 11 / 11) in 'Sound.SC3.UGen.External'
 100% ( 31 / 31) in 'Sound.SC3.UGen.External.SC3_Plugins'
 100% (111 /111) in 'Sound.SC3.UGen.Filter'
 100% (  6 /  6) in 'Sound.SC3.UGen.Granular'
 100% ( 14 / 14) in 'Sound.SC3.UGen.Information'
 100% ( 22 / 22) in 'Sound.SC3.UGen.Math'
 100% ( 12 / 12) in 'Sound.SC3.UGen.MachineListening'
 100% ( 13 / 13) in 'Sound.SC3.UGen.Panner'
 100% (  7 /  7) in 'Sound.SC3.UGen.Wavelets'
 100% ( 27 / 27) in 'Sound.SC3.UGen.Noise.ID'
 100% (  5 /  5) in 'Sound.SC3.UGen.UGen.Lift'
 100% ( 27 / 27) in 'Sound.SC3.UGen.Noise.Monad'
 100% (  4 /  4) in 'Sound.SC3.UGen.External.ID'
 100% (  4 /  4) in 'Sound.SC3.UGen.FFT.ID'
 100% (  4 /  4) in 'Sound.SC3.UGen.FFT.Monad'
 100% (  6 /  6) in 'Sound.SC3.UGen.Plain'
 100% (  9 /  9) in 'Sound.SC3.UGen.Protect'
 100% ( 10 / 10) in 'Sound.SC3.UGen.Help'
 100% (  3 /  3) in 'Sound.SC3.Server.Help'
  88% ( 15 / 17) in 'Sound.SC3.UGen.Enum'
 100% ( 39 / 39) in 'Sound.SC3.UGen.Buffer'
 100% (  6 /  6) in 'Sound.SC3.UGen.Demand'
 100% (  4 /  4) in 'Sound.SC3.UGen.DiskIO'
  91% ( 29 / 32) in 'Sound.SC3.UGen.Envelope'
 100% ( 13 / 13) in 'Sound.SC3.UGen.Envelope.Construct'
 100% ( 20 / 20) in 'Sound.SC3.UGen.IO'
 100% ( 26 / 26) in 'Sound.SC3.UGen.Oscillator'
 100% ( 21 / 21) in 'Sound.SC3.UGen.Composite'
 100% ( 18 / 18) in 'Sound.SC3.UGen.Demand.ID'
 100% (  7 /  7) in 'Sound.SC3.UGen.Composite.ID'
 100% ( 18 / 18) in 'Sound.SC3.UGen.Demand.Monad'
 100% (  6 /  6) in 'Sound.SC3.UGen.Composite.Monad'
 100% (  4 /  4) in 'Sound.SC3.Server.Utilities'
 100% ( 16 / 16) in 'Sound.SC3.Server.NRT'
 100% (  4 /  4) in 'Sound.SC3.Server.Status'
 100% ( 11 / 11) in 'Sound.SC3.Server.Synthdef.Type'
  85% ( 41 / 48) in 'Sound.SC3.Server.Synthdef.Internal'
   0% (  0 / 15) in 'Sound.SC3.Server.Synthdef.Reconstruct'
  67% (  6 /  9) in 'Sound.SC3.Server.Synthdef.Transform'
 100% (  7 /  7) in 'Sound.SC3.Server.Synthdef'
 100% ( 18 / 18) in 'Sound.SC3.Server.Command.Completion'
 100% ( 94 / 94) in 'Sound.SC3.Server.Command'
 100% ( 27 / 27) in 'Sound.SC3.Server.Transport.FD'
  96% ( 27 / 28) in 'Sound.SC3.Server.Transport.Monad'
 100% ( 44 / 44) in 'Sound.SC3.UGen.FFT'
Warning: hsc3-0.12:Sound.SC3.UGen: Could not find documentation for exported module: U
 100% (  1 /  1) in 'Sound.SC3.UGen'
Warning: hsc3-0.12:Sound.SC3.UGen.ID: Could not find documentation for exported module: I
 100% (  1 /  1) in 'Sound.SC3.UGen.ID'
Warning: hsc3-0.12:Sound.SC3.UGen.Monad: Could not find documentation for exported module: M
 100% (  2 /  2) in 'Sound.SC3.UGen.Monad'
Warning: hsc3-0.12:Sound.SC3.Server: Could not find documentation for exported module: S
 100% (  1 /  1) in 'Sound.SC3.Server'
Warning: hsc3-0.12:Sound.SC3.Server.Monad: Could not find documentation for exported module: S
 100% (  1 /  1) in 'Sound.SC3.Server.Monad'
Warning: hsc3-0.12:Sound.SC3.ID: Could not find documentation for exported module: M
 100% (  1 /  1) in 'Sound.SC3.ID'
Warning: hsc3-0.12:Sound.SC3.Monad: Could not find documentation for exported module: M
 100% (  1 /  1) in 'Sound.SC3.Monad'
Warning: hsc3-0.12:Sound.SC3.Server.FD: Could not find documentation for exported module: M
 100% (  1 /  1) in 'Sound.SC3.Server.FD'
Warning: hsc3-0.12:Sound.SC3.FD: Could not find documentation for exported module: M
 100% (  1 /  1) in 'Sound.SC3.FD'
Warning: hsc3-0.12:Sound.SC3.ID.FD: Could not find documentation for exported module: M
 100% (  1 /  1) in 'Sound.SC3.ID.FD'
Warning: hsc3-0.12:Sound.SC3.Monad.FD: Could not find documentation for exported module: M
 100% (  1 /  1) in 'Sound.SC3.Monad.FD'
Warning: hsc3-0.12:Sound.SC3: Could not find documentation for exported module: M
 100% (  1 /  1) in 'Sound.SC3'
Warning: Sound.SC3.UGen.UId: could not find link destinations for:
    Control.Monad.IO.Class.MonadIO Control.Monad.Trans.Reader.ReaderT
Warning: Sound.SC3.UGen.Type: could not find link destinations for:
    System.Random.Random
Documentation created: dist/doc/html/hsc3/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/hsc3-0.12
Registering hsc3-0.12...
Installed hsc3-0.12
cabal: Error: some packages failed to install:
SG-1.0 failed during the building phase. The exception was:
ExitFailure 1
hcg-minus-0.12 depends on SG-1.0 which failed to install.
hmt-0.12 depends on SG-1.0 which failed to install.
hsc3-auditor-0.12 depends on SG-1.0 which failed to install.

Test log

No test log was submitted for this report.