Build #1 for hmt-0.12
| Package | hmt-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 | xml-1.3.13, utf8-string-0.3.7, split-0.2.2, primes-0.2.1.0, permutation-0.4.1, parsec-3.1.3, multiset-comb-0.2.3, logict-0.6.0.1, html-minimalist-0.12, hcg-minus-0.12, filepath-1.3.0.1, directory-1.2.0.1, containers-0.5.0.0, colour-2.3.3, bytestring-0.10.0.2, 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 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 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
[1 of 1] Compiling Main ( /tmp/permutation-0.4.1-6045/permutation-0.4.1/Setup.lhs, /tmp/permutation-0.4.1-6045/permutation-0.4.1/dist/setup/Main.o )
/tmp/permutation-0.4.1-6045/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-6045/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-6445/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-6445/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-6445/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 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
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.
Test log
No test log was submitted for this report.