Warning: /srv/hackage/var/build/cabal-config: Unrecognized field verbosity on line 3 Resolving dependencies... Configuring hashable-1.2.1.0... Building hashable-1.2.1.0... Preprocessing library hashable-1.2.1.0... [1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o ) [2 of 3] Compiling Data.Hashable.Generic ( Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o ) [3 of 3] Compiling Data.Hashable ( Data/Hashable.hs, dist/build/Data/Hashable.o ) In-place registering hashable-1.2.1.0... Running Haddock for hashable-1.2.1.0... Running hscolour for hashable-1.2.1.0... Preprocessing library hashable-1.2.1.0... Preprocessing library hashable-1.2.1.0... Haddock coverage: 100% ( 11 / 11) in 'Data.Hashable.Class' 100% ( 1 / 1) in 'Data.Hashable.Generic' 100% ( 22 / 22) in 'Data.Hashable' Warning: Data.Hashable: could not find link destinations for: Data.Hashable.Class.GHashable Documentation created: dist/doc/html/hashable/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/hashable-1.2.1.0 Registering hashable-1.2.1.0... Installed hashable-1.2.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 scientific-0.2.0.1... Building scientific-0.2.0.1... Preprocessing library scientific-0.2.0.1... [1 of 1] Compiling Data.Scientific ( src/Data/Scientific.hs, dist/build/Data/Scientific.o ) In-place registering scientific-0.2.0.1... Running Haddock for scientific-0.2.0.1... Running hscolour for scientific-0.2.0.1... Preprocessing library scientific-0.2.0.1... Preprocessing library scientific-0.2.0.1... Haddock coverage: 100% ( 13 / 13) in 'Data.Scientific' Documentation created: dist/doc/html/scientific/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/scientific-0.2.0.1 Registering scientific-0.2.0.1... Installed scientific-0.2.0.1 Configuring SafeSemaphore-0.10.0... Building SafeSemaphore-0.10.0... Preprocessing library SafeSemaphore-0.10.0... [1 of 8] Compiling Control.Concurrent.STM.SSemInternals ( src/Control/Concurrent/STM/SSemInternals.hs, dist/build/Control/Concurrent/STM/SSemInternals.o ) [2 of 8] Compiling Control.Concurrent.STM.SSem ( src/Control/Concurrent/STM/SSem.hs, dist/build/Control/Concurrent/STM/SSem.o ) [3 of 8] Compiling Control.Concurrent.SSem ( src/Control/Concurrent/SSem.hs, dist/build/Control/Concurrent/SSem.o ) [4 of 8] Compiling Control.Concurrent.FairRWLock ( src/Control/Concurrent/FairRWLock.hs, dist/build/Control/Concurrent/FairRWLock.o ) [5 of 8] Compiling Control.Concurrent.MSampleVar ( src/Control/Concurrent/MSampleVar.hs, dist/build/Control/Concurrent/MSampleVar.o ) src/Control/Concurrent/MSampleVar.hs:72:16: Warning: In the use of `mkTyCon' (imported from Data.Typeable): Deprecated: "either derive Typeable, or use mkTyCon3 instead" [6 of 8] Compiling Control.Concurrent.MSemN2 ( src/Control/Concurrent/MSemN2.hs, dist/build/Control/Concurrent/MSemN2.o ) [7 of 8] Compiling Control.Concurrent.MSemN ( src/Control/Concurrent/MSemN.lhs, dist/build/Control/Concurrent/MSemN.o ) [8 of 8] Compiling Control.Concurrent.MSem ( src/Control/Concurrent/MSem.lhs, dist/build/Control/Concurrent/MSem.o ) In-place registering SafeSemaphore-0.10.0... Running Haddock for SafeSemaphore-0.10.0... Running hscolour for SafeSemaphore-0.10.0... Preprocessing library SafeSemaphore-0.10.0... Preprocessing library SafeSemaphore-0.10.0... dist/build/tmp-11889/src/Control/Concurrent/MSampleVar.hs:72:16: Warning: In the use of `mkTyCon' (imported from Data.Typeable): Deprecated: "either derive Typeable, or use mkTyCon3 instead" Haddock coverage: 50% ( 1 / 2) in 'Control.Concurrent.STM.SSemInternals' 90% ( 9 / 10) in 'Control.Concurrent.STM.SSem' 92% ( 11 / 12) in 'Control.Concurrent.SSem' 82% ( 14 / 17) in 'Control.Concurrent.FairRWLock' 100% ( 9 / 9) in 'Control.Concurrent.MSampleVar' 100% ( 10 / 10) in 'Control.Concurrent.MSemN2' 100% ( 10 / 10) in 'Control.Concurrent.MSemN' 100% ( 7 / 7) in 'Control.Concurrent.MSem' Documentation created: dist/doc/html/SafeSemaphore/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/SafeSemaphore-0.10.0 Registering SafeSemaphore-0.10.0... Installed SafeSemaphore-0.10.0 Configuring attoparsec-0.11.1.0... Building attoparsec-0.11.1.0... Preprocessing library attoparsec-0.11.1.0... [ 1 of 18] Compiling Data.Attoparsec.Text.FastSet ( Data/Attoparsec/Text/FastSet.hs, dist/build/Data/Attoparsec/Text/FastSet.o ) [ 2 of 18] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o ) [ 3 of 18] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o ) [ 4 of 18] Compiling Data.Attoparsec.ByteString.FastSet ( Data/Attoparsec/ByteString/FastSet.hs, dist/build/Data/Attoparsec/ByteString/FastSet.o ) [ 5 of 18] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o ) [ 6 of 18] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.o ) [ 7 of 18] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o ) [ 8 of 18] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o ) [ 9 of 18] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.o ) [10 of 18] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.o ) [11 of 18] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.o ) [12 of 18] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.o ) [13 of 18] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.o ) [14 of 18] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.o ) [15 of 18] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o ) [16 of 18] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.o ) [17 of 18] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o ) [18 of 18] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o ) In-place registering attoparsec-0.11.1.0... Running Haddock for attoparsec-0.11.1.0... Running hscolour for attoparsec-0.11.1.0... Preprocessing library attoparsec-0.11.1.0... Preprocessing library attoparsec-0.11.1.0... Haddock coverage: 70% ( 7 / 10) in 'Data.Attoparsec.Text.FastSet' 100% ( 7 / 7) in 'Data.Attoparsec.Zepto' 100% ( 2 / 2) in 'Data.Attoparsec.Number' 69% ( 9 / 13) in 'Data.Attoparsec.ByteString.FastSet' 40% ( 4 / 10) in 'Data.Attoparsec.Internal.Types' 100% ( 3 / 3) in 'Data.Attoparsec.Types' 100% ( 2 / 2) in 'Data.Attoparsec.Internal' 100% ( 16 / 16) in 'Data.Attoparsec.Combinator' 91% ( 39 / 43) in 'Data.Attoparsec.ByteString.Internal' 95% ( 40 / 42) in 'Data.Attoparsec.Text.Internal' 97% ( 73 / 75) in 'Data.Attoparsec.Text' 100% ( 9 / 9) in 'Data.Attoparsec.Text.Lazy' 96% ( 50 / 52) in 'Data.Attoparsec.ByteString' 97% ( 75 / 77) in 'Data.Attoparsec.ByteString.Char8' 100% ( 2 / 2) in 'Data.Attoparsec.Char8' 100% ( 9 / 9) in 'Data.Attoparsec.ByteString.Lazy' 100% ( 2 / 2) in 'Data.Attoparsec.Lazy' 100% ( 2 / 2) in 'Data.Attoparsec' Documentation created: dist/doc/html/attoparsec/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/attoparsec-0.11.1.0 Registering attoparsec-0.11.1.0... Installed attoparsec-0.11.1.0 Configuring irc-0.6.0.0... Building irc-0.6.0.0... Preprocessing library irc-0.6.0.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.6.0.0... Running Haddock for irc-0.6.0.0... Running hscolour for irc-0.6.0.0... Preprocessing library irc-0.6.0.0... Preprocessing library irc-0.6.0.0... Haddock coverage: 53% ( 10 / 19) in 'Network.IRC.Base' 15% ( 2 / 13) in 'Network.IRC.Commands' 100% ( 14 / 14) 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.6.0.0 Registering irc-0.6.0.0... Installed irc-0.6.0.0 Downloading ircbot-0.6.0... Configuring ircbot-0.6.0... Building ircbot-0.6.0... Preprocessing library ircbot-0.6.0... [ 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 ) [ 3 of 15] Compiling Network.IRC.Bot.Types ( Network/IRC/Bot/Types.hs, dist/build/Network/IRC/Bot/Types.o ) [ 4 of 15] Compiling Network.IRC.Bot.Log ( Network/IRC/Bot/Log.hs, dist/build/Network/IRC/Bot/Log.o ) [ 5 of 15] Compiling Network.IRC.Bot.BotMonad ( Network/IRC/Bot/BotMonad.hs, dist/build/Network/IRC/Bot/BotMonad.o ) [ 6 of 15] Compiling Network.IRC.Bot.Commands ( Network/IRC/Bot/Commands.hs, dist/build/Network/IRC/Bot/Commands.o ) [ 7 of 15] Compiling Network.IRC.Bot.PosixLogger ( Network/IRC/Bot/PosixLogger.hs, dist/build/Network/IRC/Bot/PosixLogger.o ) [ 8 of 15] Compiling Network.IRC.Bot.Parsec ( Network/IRC/Bot/Parsec.hs, dist/build/Network/IRC/Bot/Parsec.o ) [ 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 ) [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.6.0... Running Haddock for ircbot-0.6.0... Running hscolour for ircbot-0.6.0... Preprocessing library ircbot-0.6.0... Preprocessing library ircbot-0.6.0... Haddock coverage: 17% ( 1 / 6) in 'Network.IRC.Bot.ErrorCodes' 75% ( 3 / 4) in 'Network.IRC.Bot.Limiter' 0% ( 0 / 3) in 'Network.IRC.Bot.Types' 0% ( 0 / 5) in 'Network.IRC.Bot.Log' 0% ( 0 / 7) in 'Network.IRC.Bot.BotMonad' 27% ( 4 / 15) in 'Network.IRC.Bot.Commands' 0% ( 0 / 3) in 'Network.IRC.Bot.PosixLogger' 43% ( 3 / 7) in 'Network.IRC.Bot.Parsec' 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.6.0 Registering ircbot-0.6.0... Installed ircbot-0.6.0