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... 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' 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 cmath-0.3... Building cmath-0.3... Preprocessing library cmath-0.3... on the commandline: Warning: The -fvia-C flag does nothing; it will be removed in a future GHC release [1 of 1] Compiling Foreign.C.Math.Double ( dist/build/Foreign/C/Math/Double.hs, dist/build/Foreign/C/Math/Double.o ) Foreign/C/Math/Double.hsc:24:1: Warning: The import of `Foreign.Ptr' is redundant except perhaps to import instances from `Foreign.Ptr' To import instances alone, use: import Foreign.Ptr() Foreign/C/Math/Double.hsc:25:1: Warning: The import of `Foreign.Marshal.Alloc' is redundant except perhaps to import instances from `Foreign.Marshal.Alloc' To import instances alone, use: import Foreign.Marshal.Alloc() Foreign/C/Math/Double.hsc:146:11: Warning: In the use of `unsafePerformIO' (imported from Foreign): Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release" Foreign/C/Math/Double.hsc:188:10: Warning: In the use of `unsafePerformIO' (imported from Foreign): Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release" In-place registering cmath-0.3... Running Haddock for cmath-0.3... Running hscolour for cmath-0.3... Preprocessing library cmath-0.3... Preprocessing library cmath-0.3... Foreign/C/Math/Double.hsc:24:1: Warning: The import of `Foreign.Ptr' is redundant except perhaps to import instances from `Foreign.Ptr' To import instances alone, use: import Foreign.Ptr() Foreign/C/Math/Double.hsc:25:1: Warning: The import of `Foreign.Marshal.Alloc' is redundant except perhaps to import instances from `Foreign.Marshal.Alloc' To import instances alone, use: import Foreign.Marshal.Alloc() Foreign/C/Math/Double.hsc:146:11: Warning: In the use of `unsafePerformIO' (imported from Foreign): Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release" Foreign/C/Math/Double.hsc:188:10: Warning: In the use of `unsafePerformIO' (imported from Foreign): Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release" Haddock coverage: 51% ( 50 / 99) in 'Foreign.C.Math.Double' Documentation created: dist/doc/html/cmath/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/cmath-0.3 Registering cmath-0.3... Installed cmath-0.3 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 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-2014/permutation-0.4.1/Setup.lhs, /tmp/permutation-0.4.1-2014/permutation-0.4.1/dist/setup/Main.o ) /tmp/permutation-0.4.1-2014/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-2014/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-2705/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-2705/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-2705/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 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... 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' 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.11.1... Building hosc-0.11.1... Preprocessing library hosc-0.11.1... [ 1 of 14] Compiling Sound.OpenSoundControl.Coding.Cast ( Sound/OpenSoundControl/Coding/Cast.hs, dist/build/Sound/OpenSoundControl/Coding/Cast.o ) [ 2 of 14] Compiling Sound.OpenSoundControl.Coding.Byte ( Sound/OpenSoundControl/Coding/Byte.hs, dist/build/Sound/OpenSoundControl/Coding/Byte.o ) [ 3 of 14] Compiling Sound.OpenSoundControl.Time ( Sound/OpenSoundControl/Time.hs, dist/build/Sound/OpenSoundControl/Time.o ) [ 4 of 14] Compiling Sound.OpenSoundControl.Type ( Sound/OpenSoundControl/Type.hs, dist/build/Sound/OpenSoundControl/Type.o ) [ 5 of 14] Compiling Sound.OpenSoundControl.Transport ( Sound/OpenSoundControl/Transport.hs, dist/build/Sound/OpenSoundControl/Transport.o ) [ 6 of 14] Compiling Sound.OpenSoundControl.Coding.Decode.Binary ( Sound/OpenSoundControl/Coding/Decode/Binary.hs, dist/build/Sound/OpenSoundControl/Coding/Decode/Binary.o ) [ 7 of 14] Compiling Sound.OpenSoundControl.Coding.Encode.Builder ( Sound/OpenSoundControl/Coding/Encode/Builder.hs, dist/build/Sound/OpenSoundControl/Coding/Encode/Builder.o ) [ 8 of 14] Compiling Sound.OpenSoundControl.Coding ( Sound/OpenSoundControl/Coding.hs, dist/build/Sound/OpenSoundControl/Coding.o ) [ 9 of 14] Compiling Sound.OpenSoundControl.Transport.UDP ( Sound/OpenSoundControl/Transport/UDP.hs, dist/build/Sound/OpenSoundControl/Transport/UDP.o ) [10 of 14] Compiling Sound.OpenSoundControl.Transport.TCP ( Sound/OpenSoundControl/Transport/TCP.hs, dist/build/Sound/OpenSoundControl/Transport/TCP.o ) [11 of 14] Compiling Sound.OpenSoundControl.Coding.Coerce ( Sound/OpenSoundControl/Coding/Coerce.hs, dist/build/Sound/OpenSoundControl/Coding/Coerce.o ) [12 of 14] Compiling Sound.OpenSoundControl.Coding.Decode.Base ( Sound/OpenSoundControl/Coding/Decode/Base.hs, dist/build/Sound/OpenSoundControl/Coding/Decode/Base.o ) [13 of 14] Compiling Sound.OpenSoundControl.Coding.Encode.Base ( Sound/OpenSoundControl/Coding/Encode/Base.hs, dist/build/Sound/OpenSoundControl/Coding/Encode/Base.o ) [14 of 14] Compiling Sound.OpenSoundControl ( Sound/OpenSoundControl.hs, dist/build/Sound/OpenSoundControl.o ) In-place registering hosc-0.11.1... Running Haddock for hosc-0.11.1... Running hscolour for hosc-0.11.1... Preprocessing library hosc-0.11.1... Preprocessing library hosc-0.11.1... Haddock coverage: 100% ( 9 / 9) in 'Sound.OpenSoundControl.Coding.Cast' 100% ( 21 / 21) in 'Sound.OpenSoundControl.Coding.Byte' 100% ( 21 / 21) in 'Sound.OpenSoundControl.Time' 100% ( 6 / 6) in 'Sound.OpenSoundControl.Type' 100% ( 6 / 6) in 'Sound.OpenSoundControl.Transport' 100% ( 4 / 4) in 'Sound.OpenSoundControl.Coding.Decode.Binary' 100% ( 4 / 4) in 'Sound.OpenSoundControl.Coding.Encode.Builder' 100% ( 3 / 3) in 'Sound.OpenSoundControl.Coding' 100% ( 7 / 7) in 'Sound.OpenSoundControl.Transport.UDP' 100% ( 4 / 4) in 'Sound.OpenSoundControl.Transport.TCP' 100% ( 6 / 6) in 'Sound.OpenSoundControl.Coding.Coerce' 100% ( 2 / 2) in 'Sound.OpenSoundControl.Coding.Decode.Base' 100% ( 2 / 2) in 'Sound.OpenSoundControl.Coding.Encode.Base' 100% ( 12 / 12) in 'Sound.OpenSoundControl' 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.11.1 Registering hosc-0.11.1... Installed hosc-0.11.1 [1 of 2] Compiling SetupWrapper ( /tmp/cairo-0.12.5.0-2014/cairo-0.12.5.0/SetupWrapper.hs, /tmp/cairo-0.12.5.0-2014/cairo-0.12.5.0/dist/setup/SetupWrapper.o ) [2 of 2] Compiling Main ( /tmp/cairo-0.12.5.0-2014/cairo-0.12.5.0/Setup.hs, /tmp/cairo-0.12.5.0-2014/cairo-0.12.5.0/dist/setup/Main.o ) Linking /tmp/cairo-0.12.5.0-2014/cairo-0.12.5.0/dist/setup/setup ... [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o ) [2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o ) Linking dist/setup-wrapper/setup ... Configuring cairo-0.12.5.0... Building cairo-0.12.5.0... Preprocessing library cairo-0.12.5.0... [ 1 of 18] Compiling Graphics.Rendering.Cairo.Matrix ( dist/build/Graphics/Rendering/Cairo/Matrix.hs, dist/build/Graphics/Rendering/Cairo/Matrix.o ) [ 2 of 18] Compiling Graphics.Rendering.Cairo.Types ( dist/build/Graphics/Rendering/Cairo/Types.hs, dist/build/Graphics/Rendering/Cairo/Types.o ) [ 3 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Cairo ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Cairo.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Cairo.o ) [ 4 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Patterns ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Patterns.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Patterns.o ) [ 5 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Transformations ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Transformations.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Transformations.o ) [ 6 of 18] Compiling Graphics.Rendering.Cairo.Internal.Fonts.FontOptions ( dist/build/Graphics/Rendering/Cairo/Internal/Fonts/FontOptions.hs, dist/build/Graphics/Rendering/Cairo/Internal/Fonts/FontOptions.o ) [ 7 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.Image ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/Image.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/Image.o ) [ 8 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.PDF ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PDF.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PDF.o ) [ 9 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.PNG ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PNG.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PNG.o ) [10 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.PS ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PS.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/PS.o ) [11 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.SVG ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/SVG.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/SVG.o ) [12 of 18] Compiling Graphics.Rendering.Cairo.Internal.Surfaces.Surface ( dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/Surface.hs, dist/build/Graphics/Rendering/Cairo/Internal/Surfaces/Surface.o ) [13 of 18] Compiling Graphics.Rendering.Cairo.Internal.Region ( dist/build/Graphics/Rendering/Cairo/Internal/Region.hs, dist/build/Graphics/Rendering/Cairo/Internal/Region.o ) [14 of 18] Compiling Graphics.Rendering.Cairo.Internal.Utilities ( dist/build/Graphics/Rendering/Cairo/Internal/Utilities.hs, dist/build/Graphics/Rendering/Cairo/Internal/Utilities.o ) Graphics/Rendering/Cairo/Internal/Utilities.chs:32:3: Warning: In the use of `unsafePerformIO' (imported from Foreign): Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release" [15 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Paths ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Paths.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Paths.o ) [16 of 18] Compiling Graphics.Rendering.Cairo.Internal.Drawing.Text ( dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Text.hs, dist/build/Graphics/Rendering/Cairo/Internal/Drawing/Text.o ) [17 of 18] Compiling Graphics.Rendering.Cairo.Internal ( Graphics/Rendering/Cairo/Internal.hs, dist/build/Graphics/Rendering/Cairo/Internal.o ) [18 of 18] Compiling Graphics.Rendering.Cairo ( Graphics/Rendering/Cairo.hs, dist/build/Graphics/Rendering/Cairo.o ) In-place registering cairo-0.12.5.0... Running Haddock for cairo-0.12.5.0... Running hscolour for cairo-0.12.5.0... Preprocessing library cairo-0.12.5.0... Preprocessing library cairo-0.12.5.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Graphics/Rendering/Cairo/Internal/Utilities.chs:32:3: Warning: In the use of `unsafePerformIO' (imported from Foreign): Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release" Haddock coverage: 17% ( 2 / 12) in 'Graphics.Rendering.Cairo.Matrix' 42% ( 23 / 55) in 'Graphics.Rendering.Cairo.Types' 1% ( 1 /101) in 'Graphics.Rendering.Cairo.Internal.Drawing.Cairo' 3% ( 1 / 33) in 'Graphics.Rendering.Cairo.Internal.Drawing.Patterns' 4% ( 1 / 23) in 'Graphics.Rendering.Cairo.Internal.Drawing.Transformations' 3% ( 1 / 31) in 'Graphics.Rendering.Cairo.Internal.Fonts.FontOptions' 6% ( 1 / 17) in 'Graphics.Rendering.Cairo.Internal.Surfaces.Image' 20% ( 1 / 5) in 'Graphics.Rendering.Cairo.Internal.Surfaces.PDF' 20% ( 1 / 5) in 'Graphics.Rendering.Cairo.Internal.Surfaces.PNG' 20% ( 1 / 5) in 'Graphics.Rendering.Cairo.Internal.Surfaces.PS' 33% ( 1 / 3) in 'Graphics.Rendering.Cairo.Internal.Surfaces.SVG' 4% ( 1 / 23) in 'Graphics.Rendering.Cairo.Internal.Surfaces.Surface' 2% ( 1 / 47) in 'Graphics.Rendering.Cairo.Internal.Region' 12% ( 1 / 8) in 'Graphics.Rendering.Cairo.Internal.Utilities' 4% ( 1 / 27) in 'Graphics.Rendering.Cairo.Internal.Drawing.Paths' 6% ( 1 / 17) in 'Graphics.Rendering.Cairo.Internal.Drawing.Text' 6% ( 24 /388) in 'Graphics.Rendering.Cairo.Internal' 91% (185 /203) in 'Graphics.Rendering.Cairo' Warning: Graphics.Rendering.Cairo: could not find link destinations for: Graphics.Rendering.Cairo.Types.PixelData Data.Array.Base.unsafeRead Data.Array.Base.unsafeWrite Documentation created: dist/doc/html/cairo/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/cairo-0.12.5.0 Registering cairo-0.12.5.0... Installed cairo-0.12.5.0 Configuring html-minimalist-0.11... Building html-minimalist-0.11... Preprocessing library html-minimalist-0.11... [1 of 4] Compiling Text.HTML.Light.Element ( Text/HTML/Light/Element.hs, dist/build/Text/HTML/Light/Element.o ) [2 of 4] Compiling Text.HTML.Light.Constant ( Text/HTML/Light/Constant.hs, dist/build/Text/HTML/Light/Constant.o ) [3 of 4] Compiling Text.HTML.Light.Attribute ( Text/HTML/Light/Attribute.hs, dist/build/Text/HTML/Light/Attribute.o ) [4 of 4] Compiling Text.HTML.Light ( Text/HTML/Light.hs, dist/build/Text/HTML/Light.o ) In-place registering html-minimalist-0.11... Running Haddock for html-minimalist-0.11... Running hscolour for html-minimalist-0.11... Preprocessing library html-minimalist-0.11... Preprocessing library html-minimalist-0.11... Haddock coverage: 2% ( 1 / 43) in 'Text.HTML.Light.Element' 100% ( 21 / 21) in 'Text.HTML.Light.Constant' 19% ( 7 / 37) in 'Text.HTML.Light.Attribute' Warning: html-minimalist-0.11: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.11 Registering html-minimalist-0.11... Installed html-minimalist-0.11 Configuring hsc3-0.11... Building hsc3-0.11... Preprocessing library hsc3-0.11... [ 1 of 50] Compiling Sound.SC3.UGen.UId ( Sound/SC3/UGen/UId.hs, dist/build/Sound/SC3/UGen/UId.o ) [ 2 of 50] Compiling Sound.SC3.UGen.Operator ( Sound/SC3/UGen/Operator.hs, dist/build/Sound/SC3/UGen/Operator.o ) [ 3 of 50] Compiling Sound.SC3.UGen.Help ( Sound/SC3/UGen/Help.hs, dist/build/Sound/SC3/UGen/Help.o ) [ 4 of 50] Compiling Sound.SC3.UGen.External.LPC ( Sound/SC3/UGen/External/LPC.hs, dist/build/Sound/SC3/UGen/External/LPC.o ) [ 5 of 50] Compiling Sound.SC3.UGen.External.ATS ( Sound/SC3/UGen/External/ATS.hs, dist/build/Sound/SC3/UGen/External/ATS.o ) Sound/SC3/UGen/External/ATS.hs:64:15: Warning: In the use of `splitEvery' (imported from Data.List.Split, but defined in Data.List.Split.Internals): Deprecated: "Use chunksOf." [ 6 of 50] Compiling Sound.SC3.UGen.Rate ( Sound/SC3/UGen/Rate.hs, dist/build/Sound/SC3/UGen/Rate.o ) [ 7 of 50] Compiling Sound.SC3.Server.Utilities ( Sound/SC3/Server/Utilities.hs, dist/build/Sound/SC3/Server/Utilities.o ) [ 8 of 50] Compiling Sound.SC3.Server.NRT ( Sound/SC3/Server/NRT.hs, dist/build/Sound/SC3/Server/NRT.o ) [ 9 of 50] Compiling Sound.SC3.Identifier ( Sound/SC3/Identifier.hs, dist/build/Sound/SC3/Identifier.o ) [10 of 50] Compiling Sound.SC3.UGen.UGen ( Sound/SC3/UGen/UGen.hs, dist/build/Sound/SC3/UGen/UGen.o ) [11 of 50] Compiling Sound.SC3.UGen.FFT.ID ( Sound/SC3/UGen/FFT/ID.hs, dist/build/Sound/SC3/UGen/FFT/ID.o ) [12 of 50] Compiling Sound.SC3.UGen.Noise.ID ( Sound/SC3/UGen/Noise/ID.hs, dist/build/Sound/SC3/UGen/Noise/ID.o ) [13 of 50] Compiling Sound.SC3.Server.Synthdef ( Sound/SC3/Server/Synthdef.hs, dist/build/Sound/SC3/Server/Synthdef.o ) [14 of 50] Compiling Sound.SC3.Server.Command ( Sound/SC3/Server/Command.hs, dist/build/Sound/SC3/Server/Command.o ) [15 of 50] Compiling Sound.SC3.UGen.FFT ( Sound/SC3/UGen/FFT.hs, dist/build/Sound/SC3/UGen/FFT.o ) [16 of 50] Compiling Sound.SC3.Server.Status ( Sound/SC3/Server/Status.hs, dist/build/Sound/SC3/Server/Status.o ) [17 of 50] Compiling Sound.SC3.Server.Command.Completion ( Sound/SC3/Server/Command/Completion.hs, dist/build/Sound/SC3/Server/Command/Completion.o ) [18 of 50] Compiling Sound.SC3.Server.Play ( Sound/SC3/Server/Play.hs, dist/build/Sound/SC3/Server/Play.o ) [19 of 50] Compiling Sound.SC3.UGen.Analysis ( Sound/SC3/UGen/Analysis.hs, dist/build/Sound/SC3/UGen/Analysis.o ) [20 of 50] Compiling Sound.SC3.UGen.Chaos ( Sound/SC3/UGen/Chaos.hs, dist/build/Sound/SC3/UGen/Chaos.o ) [21 of 50] Compiling Sound.SC3.UGen.Enum ( Sound/SC3/UGen/Enum.hs, dist/build/Sound/SC3/UGen/Enum.o ) [22 of 50] Compiling Sound.SC3.UGen.External ( Sound/SC3/UGen/External.hs, dist/build/Sound/SC3/UGen/External.o ) [23 of 50] Compiling Sound.SC3.UGen.Filter ( Sound/SC3/UGen/Filter.hs, dist/build/Sound/SC3/UGen/Filter.o ) [24 of 50] Compiling Sound.SC3.UGen.Granular ( Sound/SC3/UGen/Granular.hs, dist/build/Sound/SC3/UGen/Granular.o ) [25 of 50] Compiling Sound.SC3.UGen.Information ( Sound/SC3/UGen/Information.hs, dist/build/Sound/SC3/UGen/Information.o ) [26 of 50] Compiling Sound.SC3.UGen.Math ( Sound/SC3/UGen/Math.hs, dist/build/Sound/SC3/UGen/Math.o ) [27 of 50] Compiling Sound.SC3.UGen.Envelope.Construct ( Sound/SC3/UGen/Envelope/Construct.hs, dist/build/Sound/SC3/UGen/Envelope/Construct.o ) [28 of 50] Compiling Sound.SC3.UGen.MachineListening ( Sound/SC3/UGen/MachineListening.hs, dist/build/Sound/SC3/UGen/MachineListening.o ) [29 of 50] Compiling Sound.SC3.UGen.Oscillator ( Sound/SC3/UGen/Oscillator.hs, dist/build/Sound/SC3/UGen/Oscillator.o ) [30 of 50] Compiling Sound.SC3.UGen.Panner ( Sound/SC3/UGen/Panner.hs, dist/build/Sound/SC3/UGen/Panner.o ) [31 of 50] Compiling Sound.SC3.UGen.Wavelets ( Sound/SC3/UGen/Wavelets.hs, dist/build/Sound/SC3/UGen/Wavelets.o ) [32 of 50] Compiling Sound.SC3.UGen.Utilities ( Sound/SC3/UGen/Utilities.hs, dist/build/Sound/SC3/UGen/Utilities.o ) [33 of 50] Compiling Sound.SC3.UGen.Demand ( Sound/SC3/UGen/Demand.hs, dist/build/Sound/SC3/UGen/Demand.o ) [34 of 50] Compiling Sound.SC3.UGen.Demand.ID ( Sound/SC3/UGen/Demand/ID.hs, dist/build/Sound/SC3/UGen/Demand/ID.o ) [35 of 50] Compiling Sound.SC3.UGen.Composite.ID ( Sound/SC3/UGen/Composite/ID.hs, dist/build/Sound/SC3/UGen/Composite/ID.o ) [36 of 50] Compiling Sound.SC3.UGen.DiskIO ( Sound/SC3/UGen/DiskIO.hs, dist/build/Sound/SC3/UGen/DiskIO.o ) [37 of 50] Compiling Sound.SC3.UGen.Envelope ( Sound/SC3/UGen/Envelope.hs, dist/build/Sound/SC3/UGen/Envelope.o ) [38 of 50] Compiling Sound.SC3.UGen.IO ( Sound/SC3/UGen/IO.hs, dist/build/Sound/SC3/UGen/IO.o ) [39 of 50] Compiling Sound.SC3.UGen.UGen.Lift ( Sound/SC3/UGen/UGen/Lift.hs, dist/build/Sound/SC3/UGen/UGen/Lift.o ) [40 of 50] Compiling Sound.SC3.UGen.Demand.Monadic ( Sound/SC3/UGen/Demand/Monadic.hs, dist/build/Sound/SC3/UGen/Demand/Monadic.o ) [41 of 50] Compiling Sound.SC3.UGen.FFT.Monadic ( Sound/SC3/UGen/FFT/Monadic.hs, dist/build/Sound/SC3/UGen/FFT/Monadic.o ) [42 of 50] Compiling Sound.SC3.UGen.Noise.Monadic ( Sound/SC3/UGen/Noise/Monadic.hs, dist/build/Sound/SC3/UGen/Noise/Monadic.o ) [43 of 50] Compiling Sound.SC3.UGen.Composite.Monadic ( Sound/SC3/UGen/Composite/Monadic.hs, dist/build/Sound/SC3/UGen/Composite/Monadic.o ) [44 of 50] Compiling Sound.SC3.UGen.Buffer ( Sound/SC3/UGen/Buffer.hs, dist/build/Sound/SC3/UGen/Buffer.o ) [45 of 50] Compiling Sound.SC3.UGen.Composite ( Sound/SC3/UGen/Composite.hs, dist/build/Sound/SC3/UGen/Composite.o ) Sound/SC3/UGen/Composite.hs:46:25: Warning: In the use of `splitEvery' (imported from Data.List.Split, but defined in Data.List.Split.Internals): Deprecated: "Use chunksOf." [46 of 50] Compiling Sound.SC3.UGen ( Sound/SC3/UGen.hs, dist/build/Sound/SC3/UGen.o ) [47 of 50] Compiling Sound.SC3.Server ( Sound/SC3/Server.hs, dist/build/Sound/SC3/Server.o ) [48 of 50] Compiling Sound.SC3.ID ( Sound/SC3/ID.hs, dist/build/Sound/SC3/ID.o ) [49 of 50] Compiling Sound.SC3.Monadic ( Sound/SC3/Monadic.hs, dist/build/Sound/SC3/Monadic.o ) [50 of 50] Compiling Sound.SC3 ( Sound/SC3.hs, dist/build/Sound/SC3.o ) In-place registering hsc3-0.11... Running Haddock for hsc3-0.11... Running hscolour for hsc3-0.11... Preprocessing library hsc3-0.11... Preprocessing library hsc3-0.11... dist/build/tmp-2014/Sound/SC3/UGen/External/ATS.hs:64:15: Warning: In the use of `splitEvery' (imported from Data.List.Split, but defined in Data.List.Split.Internals): Deprecated: "Use chunksOf." dist/build/tmp-2014/Sound/SC3/UGen/Composite.hs:46:25: Warning: In the use of `splitEvery' (imported from Data.List.Split, but defined in Data.List.Split.Internals): Deprecated: "Use chunksOf." Haddock coverage: 100% ( 2 / 2) in 'Sound.SC3.UGen.UId' 100% ( 5 / 5) in 'Sound.SC3.UGen.Operator' 100% ( 10 / 10) in 'Sound.SC3.UGen.Help' 100% ( 6 / 6) in 'Sound.SC3.UGen.External.LPC' 100% ( 6 / 6) in 'Sound.SC3.UGen.External.ATS' 100% ( 7 / 7) in 'Sound.SC3.UGen.Rate' 100% ( 4 / 4) in 'Sound.SC3.Server.Utilities' 100% ( 4 / 4) in 'Sound.SC3.Server.NRT' 100% ( 5 / 5) in 'Sound.SC3.Identifier' 100% ( 88 / 88) in 'Sound.SC3.UGen.UGen' 100% ( 4 / 4) in 'Sound.SC3.UGen.FFT.ID' 100% ( 27 / 27) in 'Sound.SC3.UGen.Noise.ID' 100% ( 14 / 14) in 'Sound.SC3.Server.Synthdef' 100% ( 84 / 84) in 'Sound.SC3.Server.Command' 100% ( 44 / 44) in 'Sound.SC3.UGen.FFT' 100% ( 4 / 4) in 'Sound.SC3.Server.Status' 100% ( 18 / 18) in 'Sound.SC3.Server.Command.Completion' 100% ( 8 / 8) in 'Sound.SC3.Server.Play' 100% ( 5 / 5) in 'Sound.SC3.UGen.Analysis' 100% ( 21 / 21) in 'Sound.SC3.UGen.Chaos' 100% ( 6 / 6) in 'Sound.SC3.UGen.Enum' 100% ( 21 / 21) in 'Sound.SC3.UGen.External' 100% (104 /104) in 'Sound.SC3.UGen.Filter' 100% ( 6 / 6) in 'Sound.SC3.UGen.Granular' 100% ( 12 / 12) in 'Sound.SC3.UGen.Information' 100% ( 26 / 26) in 'Sound.SC3.UGen.Math' 100% ( 12 / 12) in 'Sound.SC3.UGen.Envelope.Construct' 100% ( 12 / 12) in 'Sound.SC3.UGen.MachineListening' 100% ( 24 / 24) in 'Sound.SC3.UGen.Oscillator' 100% ( 13 / 13) in 'Sound.SC3.UGen.Panner' 100% ( 7 / 7) in 'Sound.SC3.UGen.Wavelets' 100% ( 6 / 6) in 'Sound.SC3.UGen.Utilities' 100% ( 6 / 6) in 'Sound.SC3.UGen.Demand' 100% ( 17 / 17) in 'Sound.SC3.UGen.Demand.ID' 100% ( 7 / 7) in 'Sound.SC3.UGen.Composite.ID' 100% ( 4 / 4) in 'Sound.SC3.UGen.DiskIO' 100% ( 13 / 13) in 'Sound.SC3.UGen.Envelope' 100% ( 20 / 20) in 'Sound.SC3.UGen.IO' 100% ( 5 / 5) in 'Sound.SC3.UGen.UGen.Lift' 100% ( 17 / 17) in 'Sound.SC3.UGen.Demand.Monadic' 100% ( 4 / 4) in 'Sound.SC3.UGen.FFT.Monadic' 100% ( 27 / 27) in 'Sound.SC3.UGen.Noise.Monadic' 100% ( 6 / 6) in 'Sound.SC3.UGen.Composite.Monadic' 100% ( 39 / 39) in 'Sound.SC3.UGen.Buffer' 100% ( 18 / 18) in 'Sound.SC3.UGen.Composite' Warning: hsc3-0.11:Sound.SC3.UGen: Could not find documentation for exported module: U 100% ( 1 / 1) in 'Sound.SC3.UGen' Warning: hsc3-0.11:Sound.SC3.Server: Could not find documentation for exported module: S 100% ( 1 / 1) in 'Sound.SC3.Server' Warning: hsc3-0.11:Sound.SC3.ID: Could not find documentation for exported module: I 100% ( 1 / 1) in 'Sound.SC3.ID' Warning: hsc3-0.11:Sound.SC3.Monadic: Could not find documentation for exported module: M 100% ( 1 / 1) in 'Sound.SC3.Monadic' 100% ( 3 / 3) in 'Sound.SC3' Warning: Sound.SC3.Server.Play: could not find link destinations for: Sound.SC3.Server.Play.playSynthdef 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.11 Registering hsc3-0.11... Installed hsc3-0.11 cabal: Error: some packages failed to install: SG-1.0 failed during the building phase. The exception was: ExitFailure 1 hcg-minus-0.11 depends on SG-1.0 which failed to install. hmt-0.11 depends on SG-1.0 which failed to install. hsc3-auditor-0.11 depends on SG-1.0 which failed to install.