Build #1 for hreader-1.0.2
| Package | hreader-1.0.2 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2015-11-17 18:48:19.43303 UTC |
|---|---|
| Compiler | ghc-7.10.2 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | transformers-base-0.4.4, tagged-0.8.2, mtl-2.2.1, monad-control-1.0.0.4, mmorph-1.0.4, hset-2.2.0, exceptions-0.8.0.2, base-4.8.1.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring mmorph-1.0.4...
Building mmorph-1.0.4...
Preprocessing library mmorph-1.0.4...
[1 of 2] Compiling Control.Monad.Morph ( src/Control/Monad/Morph.hs, dist/build/Control/Monad/Morph.o )
src/Control/Monad/Morph.hs:76:1: Warning:
Module ‘Control.Monad.Trans.Error’ is deprecated:
Use Control.Monad.Trans.Except instead
src/Control/Monad/Morph.hs:116:20: Warning:
In the use of type constructor or class ‘E.ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:117:19: Warning:
In the use of data constructor ‘E.ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:117:34: Warning:
In the use of ‘E.runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:241:11: Warning:
In the use of type constructor or class ‘E.Error’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:241:33: Warning:
In the use of type constructor or class ‘E.ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:242:17: Warning:
In the use of data constructor ‘E.ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:243:14: Warning:
In the use of ‘E.runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:243:30: Warning:
In the use of ‘E.runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
[2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, dist/build/Control/Monad/Trans/Compose.o )
In-place registering mmorph-1.0.4...
Running Haddock for mmorph-1.0.4...
Running hscolour for mmorph-1.0.4...
Preprocessing library mmorph-1.0.4...
Preprocessing library mmorph-1.0.4...
src/Control/Monad/Morph.hs:76:1: Warning:
Module ‘Control.Monad.Trans.Error’ is deprecated:
Use Control.Monad.Trans.Except instead
src/Control/Monad/Morph.hs:116:20: Warning:
In the use of type constructor or class ‘E.ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:117:19: Warning:
In the use of data constructor ‘E.ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:117:34: Warning:
In the use of ‘E.runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:241:11: Warning:
In the use of type constructor or class ‘E.Error’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:241:33: Warning:
In the use of type constructor or class ‘E.ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:242:17: Warning:
In the use of data constructor ‘E.ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:243:14: Warning:
In the use of ‘E.runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:243:30: Warning:
In the use of ‘E.runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
Haddock coverage:
100% ( 22 / 22) in 'Control.Monad.Morph'
100% ( 3 / 3) in 'Control.Monad.Trans.Compose'
Documentation created: dist/doc/html/mmorph/index.html,
dist/doc/html/mmorph/mmorph.txt
Creating package registration file:
/tmp/pkgConf-mmorph-1.0278722862233665123.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mmorph-1.0.4-8dNpUU8QFPe77rrwKAb20b
Registering mmorph-1.0.4...
Installed mmorph-1.0.4
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
75% ( 3 / 4) in 'Control.Monad.Writer.Class'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
100% ( 5 / 5) in 'Control.Monad.State.Class'
100% ( 3 / 3) in 'Control.Monad.Reader.Class'
80% ( 4 / 5) in 'Control.Monad.RWS.Class'
Missing documentation for:
MonadRWS (Control/Monad/RWS/Class.hs:44)
100% ( 4 / 4) in 'Control.Monad.Identity'
100% ( 3 / 3) in 'Control.Monad.Error.Class'
50% ( 1 / 2) in 'Control.Monad.Cont.Class'
Missing documentation for:
MonadCont (Control/Monad/Cont/Class.hs:73)
100% ( 3 / 3) in 'Control.Monad.Trans'
93% ( 14 / 15) in 'Control.Monad.Error'
Missing documentation for:
runErrorT
100% ( 19 / 19) in 'Control.Monad.Except'
100% ( 5 / 5) in 'Control.Monad.List'
95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
Missing documentation for:
runRWST
100% ( 2 / 2) in 'Control.Monad.RWS'
96% ( 22 / 23) in 'Control.Monad.Reader'
Missing documentation for:
runReaderT
95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
Missing documentation for:
runRWST
96% ( 24 / 25) in 'Control.Monad.State.Lazy'
Missing documentation for:
runStateT
100% ( 2 / 2) in 'Control.Monad.State'
96% ( 24 / 25) in 'Control.Monad.State.Strict'
Missing documentation for:
runStateT
89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
runWriterT
100% ( 2 / 2) in 'Control.Monad.Writer'
94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
91% ( 20 / 22) in 'Control.Monad.Cont'
Missing documentation for:
MonadCont (Control/Monad/Cont/Class.hs:73)
runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.21036140795463480570.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU
Registering mtl-2.2.1...
Installed mtl-2.2.1
Configuring stm-2.4.4...
Building stm-2.4.4...
Preprocessing library stm-2.4.4...
[ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
[ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
[ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o )
[ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o )
[10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o )
In-place registering stm-2.4.4...
Running Haddock for stm-2.4.4...
Running hscolour for stm-2.4.4...
Preprocessing library stm-2.4.4...
Preprocessing library stm-2.4.4...
Haddock coverage:
0% ( 0 / 11) in 'Control.Sequential.STM'
Missing documentation for:
Module header
STM (Control/Sequential/STM.hs:29)
atomically (Control/Sequential/STM.hs:47)
throwSTM (Control/Sequential/STM.hs:54)
catchSTM (Control/Sequential/STM.hs:57)
TVar (Control/Sequential/STM.hs:72)
newTVar (Control/Sequential/STM.hs:75)
newTVarIO (Control/Sequential/STM.hs:78)
readTVar (Control/Sequential/STM.hs:83)
readTVarIO (Control/Sequential/STM.hs:86)
writeTVar (Control/Sequential/STM.hs:89)
100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue'
100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
100% ( 16 / 16) in 'Control.Concurrent.STM.TMVar'
100% ( 13 / 13) in 'Control.Concurrent.STM.TVar'
100% ( 2 / 2) in 'Control.Concurrent.STM.TArray'
90% ( 9 / 10) in 'Control.Monad.STM'
Missing documentation for:
check (Control/Monad/STM.hs:81)
100% ( 8 / 8) in 'Control.Concurrent.STM'
40% ( 2 / 5) in 'Control.Concurrent.STM.TSem'
Missing documentation for:
newTSem (Control/Concurrent/STM/TSem.hs:42)
waitTSem (Control/Concurrent/STM/TSem.hs:45)
signalTSem (Control/Concurrent/STM/TSem.hs:51)
Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt
Creating package registration file: /tmp/pkgConf-stm-2.41034514500484238046.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/stm-2.4.4-C1kFMnPqFjvDhFjgMZGUpr
Registering stm-2.4.4...
Installed stm-2.4.4
Configuring tagged-0.8.2...
Building tagged-0.8.2...
Preprocessing library tagged-0.8.2...
[1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o )
[2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o )
In-place registering tagged-0.8.2...
Running Haddock for tagged-0.8.2...
Running hscolour for tagged-0.8.2...
Preprocessing library tagged-0.8.2...
Preprocessing library tagged-0.8.2...
Haddock coverage:
67% ( 2 / 3) in 'Data.Proxy.TH'
Missing documentation for:
Module header
93% ( 14 / 15) in 'Data.Tagged'
Missing documentation for:
witness (src/Data/Tagged.hs:308)
Documentation created: dist/doc/html/tagged/index.html,
dist/doc/html/tagged/tagged.txt
Creating package registration file:
/tmp/pkgConf-tagged-0.8126107205159473059.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/tagged-0.8.2-4zanMqQLQHpBO0ZYm7KGkc
Registering tagged-0.8.2...
Installed tagged-0.8.2
Configuring transformers-compat-0.4.0.4...
Building transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
[1 of 1] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o )
In-place registering transformers-compat-0.4.0.4...
Running Haddock for transformers-compat-0.4.0.4...
Running hscolour for transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
Haddock coverage:
0% ( 0 / 8) in 'Paths_transformers_compat'
Missing documentation for:
Module header
version (dist/build/autogen/Paths_transformers_compat.hs:15)
getBinDir (dist/build/autogen/Paths_transformers_compat.hs:25)
getLibDir (dist/build/autogen/Paths_transformers_compat.hs:25)
getDataDir (dist/build/autogen/Paths_transformers_compat.hs:25)
getLibexecDir (dist/build/autogen/Paths_transformers_compat.hs:25)
getDataFileName (dist/build/autogen/Paths_transformers_compat.hs:32)
getSysconfDir (dist/build/autogen/Paths_transformers_compat.hs:25)
Documentation created: dist/doc/html/transformers-compat/index.html,
dist/doc/html/transformers-compat/transformers-compat.txt
Creating package registration file:
/tmp/pkgConf-transformers-compat-0.4.019315139701605539862.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/transformers-compat-0.4.0.4-DCQioW2d4vYEa3T0AmFBPv
Registering transformers-compat-0.4.0.4...
Installed transformers-compat-0.4.0.4
Configuring type-fun-0.0.1...
Building type-fun-0.0.1...
Preprocessing library type-fun-0.0.1...
[1 of 5] Compiling TypeFun.Data.Peano ( src/TypeFun/Data/Peano.hs, dist/build/TypeFun/Data/Peano.o )
[2 of 5] Compiling TypeFun.Data.Maybe ( src/TypeFun/Data/Maybe.hs, dist/build/TypeFun/Data/Maybe.o )
[3 of 5] Compiling TypeFun.Data.Eq ( src/TypeFun/Data/Eq.hs, dist/build/TypeFun/Data/Eq.o )
[4 of 5] Compiling TypeFun.Data.List ( src/TypeFun/Data/List.hs, dist/build/TypeFun/Data/List.o )
[5 of 5] Compiling TypeFun.Constraint ( src/TypeFun/Constraint.hs, dist/build/TypeFun/Constraint.o )
In-place registering type-fun-0.0.1...
Running Haddock for type-fun-0.0.1...
Running hscolour for type-fun-0.0.1...
Preprocessing library type-fun-0.0.1...
Preprocessing library type-fun-0.0.1...
Haddock coverage:
0% ( 0 / 7) in 'TypeFun.Data.Peano'
Missing documentation for:
Module header
N (src/TypeFun/Data/Peano.hs:14)
ToNat (src/TypeFun/Data/Peano.hs:18)
FromNat (src/TypeFun/Data/Peano.hs:22)
:+: (src/TypeFun/Data/Peano.hs:26)
:-: (src/TypeFun/Data/Peano.hs:30)
:*: (src/TypeFun/Data/Peano.hs:34)
17% ( 1 / 6) in 'TypeFun.Data.Maybe'
Missing documentation for:
Module header
MaybeCase (src/TypeFun/Data/Maybe.hs:11)
NothingToConstr (src/TypeFun/Data/Maybe.hs:17)
JustToConstr (src/TypeFun/Data/Maybe.hs:21)
FromJust (src/TypeFun/Data/Maybe.hs:31)
0% ( 0 / 2) in 'TypeFun.Data.Eq'
Missing documentation for:
Module header
Equal (src/TypeFun/Data/Eq.hs:5)
50% ( 18 / 36) in 'TypeFun.Data.List'
Missing documentation for:
Length (src/TypeFun/Data/List.hs:76)
Drop (src/TypeFun/Data/List.hs:80)
Take (src/TypeFun/Data/List.hs:85)
:++: (src/TypeFun/Data/List.hs:102)
IndexOf (src/TypeFun/Data/List.hs:106)
IndexOfMay (src/TypeFun/Data/List.hs:108)
IndexOfMay' (src/TypeFun/Data/List.hs:110)
IndicesOfMay (src/TypeFun/Data/List.hs:115)
IndicesOf (src/TypeFun/Data/List.hs:119)
Index (src/TypeFun/Data/List.hs:123)
IndexMay (src/TypeFun/Data/List.hs:125)
IndicesMay (src/TypeFun/Data/List.hs:130)
Indices (src/TypeFun/Data/List.hs:134)
NotSubList (src/TypeFun/Data/List.hs:159)
IsPrefixOf (src/TypeFun/Data/List.hs:163)
IsNotPrefixOf (src/TypeFun/Data/List.hs:168)
UnionList (src/TypeFun/Data/List.hs:184)
UniqElements' (src/TypeFun/Data/List.hs:206)
50% ( 1 / 2) in 'TypeFun.Constraint'
Missing documentation for:
Module header
Warning: TypeFun.Data.List: could not find link destinations for:
ElementNotFoundInList ElementIsInList ListIsNotPrefixOf ListIsPrefixOf ElementIsNotUniqInList
Documentation created: dist/doc/html/type-fun/index.html,
dist/doc/html/type-fun/type-fun.txt
Creating package registration file:
/tmp/pkgConf-type-fun-0.01738110294406011017.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/type-fun-0.0.1-0zANovnMDFD2enRFaQrPeE
Registering type-fun-0.0.1...
Installed type-fun-0.0.1
Configuring exceptions-0.8.0.2...
Building exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
[1 of 2] Compiling Control.Monad.Catch ( src/Control/Monad/Catch.hs, dist/build/Control/Monad/Catch.o )
[2 of 2] Compiling Control.Monad.Catch.Pure ( src/Control/Monad/Catch/Pure.hs, dist/build/Control/Monad/Catch/Pure.o )
In-place registering exceptions-0.8.0.2...
Running Haddock for exceptions-0.8.0.2...
Running hscolour for exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
Haddock coverage:
100% ( 31 / 31) in 'Control.Monad.Catch'
80% ( 8 / 10) in 'Control.Monad.Catch.Pure'
Missing documentation for:
Catch (src/Control/Monad/Catch/Pure.hs:95)
runCatch (src/Control/Monad/Catch/Pure.hs:97)
Documentation created: dist/doc/html/exceptions/index.html,
dist/doc/html/exceptions/exceptions.txt
Creating package registration file:
/tmp/pkgConf-exceptions-0.8.01603591171595311776.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/exceptions-0.8.0.2-8GsEeHgaIks3pVGk6GaELJ
Registering exceptions-0.8.0.2...
Installed exceptions-0.8.0.2
Configuring transformers-base-0.4.4...
Building transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o )
src/Control/Monad/Base.hs:22:1: Warning:
The import of ‘Data.Monoid’ is redundant
except perhaps to import instances from ‘Data.Monoid’
To import instances alone, use: import Data.Monoid()
src/Control/Monad/Base.hs:24:1: Warning:
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
In-place registering transformers-base-0.4.4...
Running Haddock for transformers-base-0.4.4...
Running hscolour for transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
src/Control/Monad/Base.hs:22:1: Warning:
The import of ‘Data.Monoid’ is redundant
except perhaps to import instances from ‘Data.Monoid’
To import instances alone, use: import Data.Monoid()
src/Control/Monad/Base.hs:24:1: Warning:
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
Haddock coverage:
33% ( 1 / 3) in 'Control.Monad.Base'
Missing documentation for:
Module header
MonadBase (src/Control/Monad/Base.hs:50)
Documentation created: dist/doc/html/transformers-base/index.html,
dist/doc/html/transformers-base/transformers-base.txt
Creating package registration file:
/tmp/pkgConf-transformers-base-0.415342302971364090032.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/transformers-base-0.4.4-88TAFm21vtn2NrYUppy50c
Registering transformers-base-0.4.4...
Installed transformers-base-0.4.4
Configuring hset-2.2.0...
Building hset-2.2.0...
Preprocessing library hset-2.2.0...
[1 of 8] Compiling Data.HSet.Type ( src/Data/HSet/Type.hs, dist/build/Data/HSet/Type.o )
[2 of 8] Compiling Data.HSet.Reverse ( src/Data/HSet/Reverse.hs, dist/build/Data/HSet/Reverse.o )
[3 of 8] Compiling Data.HSet.Remove ( src/Data/HSet/Remove.hs, dist/build/Data/HSet/Remove.o )
[4 of 8] Compiling Data.HSet.Union ( src/Data/HSet/Union.hs, dist/build/Data/HSet/Union.o )
[5 of 8] Compiling Data.HSet.Modify ( src/Data/HSet/Modify.hs, dist/build/Data/HSet/Modify.o )
[6 of 8] Compiling Data.HSet.Get ( src/Data/HSet/Get.hs, dist/build/Data/HSet/Get.o )
[7 of 8] Compiling Data.HSet.SubHSet ( src/Data/HSet/SubHSet.hs, dist/build/Data/HSet/SubHSet.o )
[8 of 8] Compiling Data.HSet ( src/Data/HSet.hs, dist/build/Data/HSet.o )
In-place registering hset-2.2.0...
Running Haddock for hset-2.2.0...
Running hscolour for hset-2.2.0...
Preprocessing library hset-2.2.0...
Preprocessing library hset-2.2.0...
Haddock coverage:
10% ( 1 / 10) in 'Data.HSet.Type'
Missing documentation for:
Module header
(src/Data/HSet/Type.hs:22)
(src/Data/HSet/Type.hs:25)
(src/Data/HSet/Type.hs:28)
(src/Data/HSet/Type.hs:31)
(src/Data/HSet/Type.hs:34)
(src/Data/HSet/Type.hs:37)
(src/Data/HSet/Type.hs:42)
(src/Data/HSet/Type.hs:45)
25% ( 1 / 4) in 'Data.HSet.Reverse'
Missing documentation for:
Module header
HReversible (src/Data/HSet/Reverse.hs:29)
hreverse (src/Data/HSet/Reverse.hs:33)
75% ( 3 / 4) in 'Data.HSet.Remove'
Missing documentation for:
Module header
0% ( 0 / 12) in 'Data.HSet.Union'
Missing documentation for:
Module header
MayFstIndexSnd (src/Data/HSet/Union.hs:13)
HUnion (src/Data/HSet/Union.hs:17)
(src/Data/HSet/Union.hs:23)
(src/Data/HSet/Union.hs:26)
(src/Data/HSet/Union.hs:29)
(src/Data/HSet/Union.hs:32)
(src/Data/HSet/Union.hs:40)
(src/Data/HSet/Union.hs:45)
(src/Data/HSet/Union.hs:53)
(src/Data/HSet/Union.hs:61)
HUnionable (src/Data/HSet/Union.hs:68)
33% ( 3 / 9) in 'Data.HSet.Modify'
Missing documentation for:
Module header
HModify (src/Data/HSet/Modify.hs:21)
hModifyTagged (src/Data/HSet/Modify.hs:52)
hMonoModifyTagged (src/Data/HSet/Modify.hs:60)
hUntag (src/Data/HSet/Modify.hs:68)
hTag (src/Data/HSet/Modify.hs:76)
80% ( 4 / 5) in 'Data.HSet.Get'
Missing documentation for:
Module header
50% ( 2 / 4) in 'Data.HSet.SubHSet'
Missing documentation for:
Module header
SubHSettable (src/Data/HSet/SubHSet.hs:47)
Warning: Data.HSet: Could not find documentation for exported module: X
0% ( 0 / 1) in 'Data.HSet'
Missing documentation for:
Module header
Documentation created: dist/doc/html/hset/index.html,
dist/doc/html/hset/hset.txt
Creating package registration file: /tmp/pkgConf-hset-2.2856363827787689126.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hset-2.2.0-ALCnSABInwjEaUz1a6fp4M
Registering hset-2.2.0...
Installed hset-2.2.0
Configuring monad-control-1.0.0.4...
Building monad-control-1.0.0.4...
Preprocessing library monad-control-1.0.0.4...
[1 of 1] Compiling Control.Monad.Trans.Control ( Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o )
In-place registering monad-control-1.0.0.4...
Running Haddock for monad-control-1.0.0.4...
Running hscolour for monad-control-1.0.0.4...
Preprocessing library monad-control-1.0.0.4...
Preprocessing library monad-control-1.0.0.4...
Haddock coverage:
92% ( 24 / 26) in 'Control.Monad.Trans.Control'
Missing documentation for:
MonadTransControl (Control/Monad/Trans/Control.hs:108)
MonadBaseControl (Control/Monad/Trans/Control.hs:290)
Documentation created: dist/doc/html/monad-control/index.html,
dist/doc/html/monad-control/monad-control.txt
Creating package registration file:
/tmp/pkgConf-monad-control-1.0.01994320152192532621.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/monad-control-1.0.0.4-3XCDr1mqlERGZgaxuwJF6b
Registering monad-control-1.0.0.4...
Installed monad-control-1.0.0.4
Downloading hreader-1.0.2...
Configuring hreader-1.0.2...
Building hreader-1.0.2...
Preprocessing library hreader-1.0.2...
[1 of 2] Compiling Control.Monad.HReader.Class ( src/Control/Monad/HReader/Class.hs, dist/build/Control/Monad/HReader/Class.o )
[2 of 2] Compiling Control.Monad.HReader ( src/Control/Monad/HReader.hs, dist/build/Control/Monad/HReader.o )
In-place registering hreader-1.0.2...
Running Haddock for hreader-1.0.2...
Running hscolour for hreader-1.0.2...
Preprocessing library hreader-1.0.2...
Preprocessing library hreader-1.0.2...
Haddock coverage:
80% ( 4 / 5) in 'Control.Monad.HReader.Class'
Missing documentation for:
Module header
67% ( 4 / 6) in 'Control.Monad.HReader'
Missing documentation for:
Module header
runHReaderT (src/Control/Monad/HReader.hs:41)
Documentation created: dist/doc/html/hreader/index.html,
dist/doc/html/hreader/hreader.txt
Creating package registration file:
/tmp/pkgConf-hreader-1.01111088131813465002.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hreader-1.0.2-5AlXU4cxPKSCLyfyAFospj
Registering hreader-1.0.2...
Installed hreader-1.0.2
Test log
No test log was submitted for this report.