Build #1 for ircbot-0.5.4
| Package | ircbot-0.5.4 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | unknown |
|---|---|
| Compiler | ghc-7.6.3 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | unix-2.6.0.1, time-1.4.0.1, stm-2.4.2, random-1.0.1.1, parsec-3.1.3, old-locale-1.0.0.5, network-2.4.1.2, mtl-2.1.2, irc-0.5.1.0, filepath-1.3.0.1, directory-1.2.0.1, containers-0.5.0.0, base-4.6.0.1 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring irc-0.5.1.0...
Building irc-0.5.1.0...
Preprocessing library irc-0.5.1.0...
[1 of 4] Compiling Network.IRC.Base ( Network/IRC/Base.hs, dist/build/Network/IRC/Base.o )
[2 of 4] Compiling Network.IRC.Commands ( Network/IRC/Commands.hs, dist/build/Network/IRC/Commands.o )
[3 of 4] Compiling Network.IRC.Parser ( Network/IRC/Parser.hs, dist/build/Network/IRC/Parser.o )
[4 of 4] Compiling Network.IRC ( Network/IRC.hs, dist/build/Network/IRC.o )
In-place registering irc-0.5.1.0...
Running Haddock for irc-0.5.1.0...
Running hscolour for irc-0.5.1.0...
Preprocessing library irc-0.5.1.0...
Preprocessing library irc-0.5.1.0...
Haddock coverage:
53% ( 10 / 19) in 'Network.IRC.Base'
17% ( 2 / 12) in 'Network.IRC.Commands'
100% ( 17 / 17) in 'Network.IRC.Parser'
100% ( 7 / 7) in 'Network.IRC'
Warning: Network.IRC.Commands: could not find link destinations for:
Network.IRC.Commands.Reason
Documentation created: dist/doc/html/irc/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/irc-0.5.1.0
Registering irc-0.5.1.0...
Installed irc-0.5.1.0
Configuring stm-2.4.2...
Building stm-2.4.2...
Preprocessing library stm-2.4.2...
[ 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.2...
Running Haddock for stm-2.4.2...
Running hscolour for stm-2.4.2...
Preprocessing library stm-2.4.2...
Preprocessing library stm-2.4.2...
Haddock coverage:
0% ( 0 / 11) in 'Control.Sequential.STM'
100% ( 12 / 12) in 'Control.Concurrent.STM.TBQueue'
100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
100% ( 15 / 15) in 'Control.Concurrent.STM.TMVar'
100% ( 12 / 12) in 'Control.Concurrent.STM.TVar'
100% ( 2 / 2) in 'Control.Concurrent.STM.TArray'
90% ( 9 / 10) in 'Control.Monad.STM'
100% ( 8 / 8) in 'Control.Concurrent.STM'
40% ( 2 / 5) in 'Control.Concurrent.STM.TSem'
Documentation created: dist/doc/html/stm/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/stm-2.4.2
Registering stm-2.4.2...
Installed stm-2.4.2
Configuring ircbot-0.5.4...
Building ircbot-0.5.4...
Preprocessing library ircbot-0.5.4...
[ 1 of 15] Compiling Network.IRC.Bot.ErrorCodes ( Network/IRC/Bot/ErrorCodes.hs, dist/build/Network/IRC/Bot/ErrorCodes.o )
[ 2 of 15] Compiling Network.IRC.Bot.Limiter ( Network/IRC/Bot/Limiter.hs, dist/build/Network/IRC/Bot/Limiter.o )
Network/IRC/Bot/Limiter.hs:21:1: Warning:
Module `Control.Concurrent.QSem' is deprecated:
Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead.
Network/IRC/Bot/Limiter.hs:25:25: Warning:
In the use of type constructor or class `QSem'
(imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Limiter.hs:26:25: Warning:
In the use of type constructor or class `QSem'
(imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Limiter.hs:36:11: Warning:
In the use of `newQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Limiter.hs:37:11: Warning:
In the use of `newQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Limiter.hs:49:3: Warning:
In the use of `waitQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Limiter.hs:50:3: Warning:
In the use of `signalQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Limiter.hs:55:3: Warning:
In the use of `waitQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Limiter.hs:57:3: Warning:
In the use of `signalQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
[ 3 of 15] Compiling Network.IRC.Bot.Log ( Network/IRC/Bot/Log.hs, dist/build/Network/IRC/Bot/Log.o )
[ 4 of 15] Compiling Network.IRC.Bot.BotMonad ( Network/IRC/Bot/BotMonad.hs, dist/build/Network/IRC/Bot/BotMonad.o )
[ 5 of 15] Compiling Network.IRC.Bot.Commands ( Network/IRC/Bot/Commands.hs, dist/build/Network/IRC/Bot/Commands.o )
[ 6 of 15] Compiling Network.IRC.Bot.PosixLogger ( Network/IRC/Bot/PosixLogger.hs, dist/build/Network/IRC/Bot/PosixLogger.o )
[ 7 of 15] Compiling Network.IRC.Bot.Parsec ( Network/IRC/Bot/Parsec.hs, dist/build/Network/IRC/Bot/Parsec.o )
[ 8 of 15] Compiling Network.IRC.Bot.Types ( Network/IRC/Bot/Types.hs, dist/build/Network/IRC/Bot/Types.o )
Network/IRC/Bot/Types.hs:10:1: Warning:
Module `Control.Concurrent.QSem' is deprecated:
Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead.
[ 9 of 15] Compiling Network.IRC.Bot.Part.NickUser ( Network/IRC/Bot/Part/NickUser.hs, dist/build/Network/IRC/Bot/Part/NickUser.o )
[10 of 15] Compiling Network.IRC.Bot.Core ( Network/IRC/Bot/Core.hs, dist/build/Network/IRC/Bot/Core.o )
Network/IRC/Bot/Core.hs:15:1: Warning:
Module `Control.Concurrent.QSem' is deprecated:
Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead.
Network/IRC/Bot/Core.hs:88:162: Warning:
In the use of type constructor or class `QSem'
(imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Core.hs:141:100: Warning:
In the use of type constructor or class `QSem'
(imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Core.hs:147:8: Warning:
In the use of `signalQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Core.hs:150:78: Warning:
In the use of type constructor or class `QSem'
(imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Core.hs:161:64: Warning:
In the use of type constructor or class `QSem'
(imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Core.hs:164:10: Warning:
In the use of `waitQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Network/IRC/Bot/Core.hs:206:18: Warning:
In the use of `newQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
[11 of 15] Compiling Network.IRC.Bot.Part.Channels ( Network/IRC/Bot/Part/Channels.hs, dist/build/Network/IRC/Bot/Part/Channels.o )
[12 of 15] Compiling Network.IRC.Bot.Part.Dice ( Network/IRC/Bot/Part/Dice.hs, dist/build/Network/IRC/Bot/Part/Dice.o )
[13 of 15] Compiling Network.IRC.Bot.Part.Hello ( Network/IRC/Bot/Part/Hello.hs, dist/build/Network/IRC/Bot/Part/Hello.o )
[14 of 15] Compiling Network.IRC.Bot.Part.Ping ( Network/IRC/Bot/Part/Ping.hs, dist/build/Network/IRC/Bot/Part/Ping.o )
[15 of 15] Compiling Network.IRC.Bot ( Network/IRC/Bot.hs, dist/build/Network/IRC/Bot.o )
In-place registering ircbot-0.5.4...
Running Haddock for ircbot-0.5.4...
Running hscolour for ircbot-0.5.4...
Preprocessing library ircbot-0.5.4...
Preprocessing library ircbot-0.5.4...
dist/build/tmp-9619/Network/IRC/Bot/Limiter.hs:21:1: Warning:
Module `Control.Concurrent.QSem' is deprecated:
Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead.
dist/build/tmp-9619/Network/IRC/Bot/Limiter.hs:25:25: Warning:
In the use of type constructor or class `QSem'
(imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Limiter.hs:26:25: Warning:
In the use of type constructor or class `QSem'
(imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Limiter.hs:36:11: Warning:
In the use of `newQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Limiter.hs:37:11: Warning:
In the use of `newQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Limiter.hs:49:3: Warning:
In the use of `waitQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Limiter.hs:50:3: Warning:
In the use of `signalQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Limiter.hs:55:3: Warning:
In the use of `waitQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Limiter.hs:57:3: Warning:
In the use of `signalQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Types.hs:10:1: Warning:
Module `Control.Concurrent.QSem' is deprecated:
Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead.
dist/build/tmp-9619/Network/IRC/Bot/Core.hs:15:1: Warning:
Module `Control.Concurrent.QSem' is deprecated:
Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead.
dist/build/tmp-9619/Network/IRC/Bot/Core.hs:88:162: Warning:
In the use of type constructor or class `QSem'
(imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Core.hs:141:100: Warning:
In the use of type constructor or class `QSem'
(imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Core.hs:147:8: Warning:
In the use of `signalQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Core.hs:150:78: Warning:
In the use of type constructor or class `QSem'
(imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Core.hs:161:64: Warning:
In the use of type constructor or class `QSem'
(imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Core.hs:164:10: Warning:
In the use of `waitQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
dist/build/tmp-9619/Network/IRC/Bot/Core.hs:206:18: Warning:
In the use of `newQSem' (imported from Control.Concurrent.QSem):
Deprecated: "Control.Concurrent.QSem will be removed in GHC 7.8. Please use an alternative, e.g. the SafeSemaphore package, instead."
Haddock coverage:
17% ( 1 / 6) in 'Network.IRC.Bot.ErrorCodes'
75% ( 3 / 4) in 'Network.IRC.Bot.Limiter'
0% ( 0 / 5) in 'Network.IRC.Bot.Log'
0% ( 0 / 7) in 'Network.IRC.Bot.BotMonad'
29% ( 4 / 14) in 'Network.IRC.Bot.Commands'
0% ( 0 / 2) in 'Network.IRC.Bot.PosixLogger'
43% ( 3 / 7) in 'Network.IRC.Bot.Parsec'
0% ( 0 / 3) in 'Network.IRC.Bot.Types'
0% ( 0 / 3) in 'Network.IRC.Bot.Part.NickUser'
43% ( 3 / 7) in 'Network.IRC.Bot.Core'
0% ( 0 / 4) in 'Network.IRC.Bot.Part.Channels'
0% ( 0 / 3) in 'Network.IRC.Bot.Part.Dice'
0% ( 0 / 3) in 'Network.IRC.Bot.Part.Hello'
0% ( 0 / 2) in 'Network.IRC.Bot.Part.Ping'
83% ( 5 / 6) in 'Network.IRC.Bot'
Documentation created: dist/doc/html/ircbot/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/ircbot-0.5.4
Registering ircbot-0.5.4...
Installed ircbot-0.5.4
Test log
No test log was submitted for this report.