Build #1 for binary-strict-0.4.8.3
| Package | binary-strict-0.4.8.3 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2015-12-13 14:51:37.125822 UTC |
|---|---|
| Compiler | ghc-7.10.2 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | mtl-2.2.1, containers-0.5.6.2, bytestring-0.10.6.0, base-4.8.1.0, array-0.5.1.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
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.2278722862233665123.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
Downloading binary-strict-0.4.8.3...
Configuring binary-strict-0.4.8.3...
Building binary-strict-0.4.8.3...
Preprocessing library binary-strict-0.4.8.3...
src/Data/Binary/Strict/BitGet.hs:2:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
src/Data/Binary/Strict/Get.hs:2:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
src/Data/Binary/Strict/IncrementalGet.hs:2:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
[1 of 9] Compiling Data.Binary.Strict.Util ( src/Data/Binary/Strict/Util.hs, dist/build/Data/Binary/Strict/Util.o )
[2 of 9] Compiling Data.Binary.Strict.Class ( src/Data/Binary/Strict/Class.hs, dist/build/Data/Binary/Strict/Class.o )
[3 of 9] Compiling Data.Binary.Strict.IncrementalGet ( src/Data/Binary/Strict/IncrementalGet.hs, dist/build/Data/Binary/Strict/IncrementalGet.o )
src/Data/Binary/Strict/IncrementalGet.hs:86: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()
src/Data/Binary/Strict/IncrementalGet.hs:87:1: Warning:
The import of ‘Control.Monad’ is redundant
except perhaps to import instances from ‘Control.Monad’
To import instances alone, use: import Control.Monad()
src/Data/Binary/Strict/IncrementalGet.hs:302:14: Warning:
In the use of ‘B.inlinePerformIO’
(imported from Data.ByteString.Internal):
Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
[4 of 9] Compiling Data.Binary.Strict.Get ( src/Data/Binary/Strict/Get.hs, dist/build/Data/Binary/Strict/Get.o )
src/Data/Binary/Strict/Get.hs:84: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()
src/Data/Binary/Strict/Get.hs:85:1: Warning:
The import of ‘Control.Monad’ is redundant
except perhaps to import instances from ‘Control.Monad’
To import instances alone, use: import Control.Monad()
src/Data/Binary/Strict/Get.hs:87:1: Warning:
The import of ‘Control.Monad’ is redundant
except perhaps to import instances from ‘Control.Monad’
To import instances alone, use: import Control.Monad()
src/Data/Binary/Strict/Get.hs:275:14: Warning:
In the use of ‘B.inlinePerformIO’
(imported from Data.ByteString.Internal):
Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
[5 of 9] Compiling Data.Binary.Strict.BitUtil ( src/Data/Binary/Strict/BitUtil.hs, dist/build/Data/Binary/Strict/BitUtil.o )
[6 of 9] Compiling Data.Binary.Strict.BitGet ( src/Data/Binary/Strict/BitGet.hs, dist/build/Data/Binary/Strict/BitGet.o )
src/Data/Binary/Strict/BitGet.hs:67:1: Warning:
The import of ‘Data.Bits’ is redundant
except perhaps to import instances from ‘Data.Bits’
To import instances alone, use: import Data.Bits()
src/Data/Binary/Strict/BitGet.hs:166:14: Warning:
In the use of ‘BI.inlinePerformIO’
(imported from Data.ByteString.Internal):
Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
[7 of 9] Compiling Data.Binary.Strict.ByteSet ( src/Data/Binary/Strict/ByteSet.hs, dist/build/Data/Binary/Strict/ByteSet.o )
[8 of 9] Compiling Data.Binary.BitBuilder ( src/Data/Binary/BitBuilder.hs, dist/build/Data/Binary/BitBuilder.o )
src/Data/Binary/BitBuilder.hs:38:1: Warning:
Module ‘Foreign’ does not export ‘unsafePerformIO’
src/Data/Binary/BitBuilder.hs:39: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/Data/Binary/BitBuilder.hs:50:1: Warning:
The qualified import of ‘Data.ByteString.Lazy.Internal’ is redundant
except perhaps to import instances from ‘Data.ByteString.Lazy.Internal’
To import instances alone, use: import Data.ByteString.Lazy.Internal()
src/Data/Binary/BitBuilder.hs:56:1: Warning:
The import of ‘GHC.Base’ is redundant
except perhaps to import instances from ‘GHC.Base’
To import instances alone, use: import GHC.Base()
src/Data/Binary/BitBuilder.hs:229:43: Warning:
In the use of ‘inlinePerformIO’
(imported from Data.ByteString.Internal):
Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
[9 of 9] Compiling Data.Binary.BitPut ( src/Data/Binary/BitPut.hs, dist/build/Data/Binary/BitPut.o )
src/Data/Binary/BitPut.hs:40:1: Warning:
Module ‘Control.Monad.Error’ is deprecated:
Use Control.Monad.Except instead
src/Data/Binary/BitPut.hs:82:23: Warning:
In the use of ‘bitSize’ (imported from Data.Bits):
Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
In-place registering binary-strict-0.4.8.3...
Running Haddock for binary-strict-0.4.8.3...
Running hscolour for binary-strict-0.4.8.3...
Preprocessing library binary-strict-0.4.8.3...
Preprocessing library binary-strict-0.4.8.3...
src/Data/Binary/Strict/BitGet.hs:2:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
src/Data/Binary/Strict/Get.hs:2:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
src/Data/Binary/Strict/IncrementalGet.hs:2:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
src/Data/Binary/Strict/IncrementalGet.hs:86: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()
src/Data/Binary/Strict/IncrementalGet.hs:87:1: Warning:
The import of ‘Control.Monad’ is redundant
except perhaps to import instances from ‘Control.Monad’
To import instances alone, use: import Control.Monad()
src/Data/Binary/Strict/IncrementalGet.hs:302:14: Warning:
In the use of ‘B.inlinePerformIO’
(imported from Data.ByteString.Internal):
Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
src/Data/Binary/Strict/Get.hs:84: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()
src/Data/Binary/Strict/Get.hs:85:1: Warning:
The import of ‘Control.Monad’ is redundant
except perhaps to import instances from ‘Control.Monad’
To import instances alone, use: import Control.Monad()
src/Data/Binary/Strict/Get.hs:87:1: Warning:
The import of ‘Control.Monad’ is redundant
except perhaps to import instances from ‘Control.Monad’
To import instances alone, use: import Control.Monad()
src/Data/Binary/Strict/Get.hs:275:14: Warning:
In the use of ‘B.inlinePerformIO’
(imported from Data.ByteString.Internal):
Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
src/Data/Binary/Strict/BitGet.hs:67:1: Warning:
The import of ‘Data.Bits’ is redundant
except perhaps to import instances from ‘Data.Bits’
To import instances alone, use: import Data.Bits()
src/Data/Binary/Strict/BitGet.hs:166:14: Warning:
In the use of ‘BI.inlinePerformIO’
(imported from Data.ByteString.Internal):
Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
src/Data/Binary/BitBuilder.hs:38:1: Warning:
Module ‘Foreign’ does not export ‘unsafePerformIO’
src/Data/Binary/BitBuilder.hs:39: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/Data/Binary/BitBuilder.hs:50:1: Warning:
The qualified import of ‘Data.ByteString.Lazy.Internal’ is redundant
except perhaps to import instances from ‘Data.ByteString.Lazy.Internal’
To import instances alone, use: import Data.ByteString.Lazy.Internal()
src/Data/Binary/BitBuilder.hs:56:1: Warning:
The import of ‘GHC.Base’ is redundant
except perhaps to import instances from ‘GHC.Base’
To import instances alone, use: import GHC.Base()
src/Data/Binary/BitBuilder.hs:229:43: Warning:
In the use of ‘inlinePerformIO’
(imported from Data.ByteString.Internal):
Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
src/Data/Binary/BitPut.hs:40:1: Warning:
Module ‘Control.Monad.Error’ is deprecated:
Use Control.Monad.Except instead
src/Data/Binary/BitPut.hs:82:23: Warning:
In the use of ‘bitSize’ (imported from Data.Bits):
Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
Haddock coverage:
67% ( 2 / 3) in 'Data.Binary.Strict.Util'
Missing documentation for:
Module header
100% ( 2 / 2) in 'Data.Binary.Strict.Class'
55% ( 17 / 31) in 'Data.Binary.Strict.IncrementalGet'
Missing documentation for:
Get (src/Data/Binary/Strict/IncrementalGet.hs:138)
zero (src/Data/Binary/Strict/IncrementalGet.hs:208)
spanOf (src/Data/Binary/Strict/IncrementalGet.hs:308)
getWord8 (src/Data/Binary/Strict/IncrementalGet.hs:306)
getWord16be (src/Data/Binary/Strict/IncrementalGet.hs:305)
getWord32be (src/Data/Binary/Strict/IncrementalGet.hs:305)
getWord64be (src/Data/Binary/Strict/IncrementalGet.hs:305)
getWord16le (src/Data/Binary/Strict/IncrementalGet.hs:305)
getWord32le (src/Data/Binary/Strict/IncrementalGet.hs:305)
getWord64le (src/Data/Binary/Strict/IncrementalGet.hs:305)
getWordhost (src/Data/Binary/Strict/IncrementalGet.hs:306)
getWord16host (src/Data/Binary/Strict/IncrementalGet.hs:306)
getWord32host (src/Data/Binary/Strict/IncrementalGet.hs:306)
getWord64host (src/Data/Binary/Strict/IncrementalGet.hs:306)
53% ( 19 / 36) in 'Data.Binary.Strict.Get'
Missing documentation for:
Get (src/Data/Binary/Strict/Get.hs:107)
zero (src/Data/Binary/Strict/Get.hs:138)
plus (src/Data/Binary/Strict/Get.hs:131)
spanOf (src/Data/Binary/Strict/Get.hs:175)
getWord8 (src/Data/Binary/Strict/Get.hs:279)
getWord16be (src/Data/Binary/Strict/Get.hs:278)
getWord32be (src/Data/Binary/Strict/Get.hs:278)
getWord64be (src/Data/Binary/Strict/Get.hs:278)
getWord16le (src/Data/Binary/Strict/Get.hs:278)
getWord32le (src/Data/Binary/Strict/Get.hs:278)
getWord64le (src/Data/Binary/Strict/Get.hs:278)
getWordhost (src/Data/Binary/Strict/Get.hs:279)
getWord16host (src/Data/Binary/Strict/Get.hs:279)
getWord32host (src/Data/Binary/Strict/Get.hs:279)
getWord64host (src/Data/Binary/Strict/Get.hs:279)
getFloat32host (src/Data/Binary/Strict/Get.hs:304)
getFloat64host (src/Data/Binary/Strict/Get.hs:307)
86% ( 6 / 7) in 'Data.Binary.Strict.BitUtil'
Missing documentation for:
Module header
57% ( 17 / 30) in 'Data.Binary.Strict.BitGet'
Missing documentation for:
BitGet (src/Data/Binary/Strict/BitGet.hs:79)
getAsWord8 (src/Data/Binary/Strict/BitGet.hs:192)
getWord8 (src/Data/Binary/Strict/BitGet.hs:190)
getWord16le (src/Data/Binary/Strict/BitGet.hs:189)
getWord16be (src/Data/Binary/Strict/BitGet.hs:189)
getWord16host (src/Data/Binary/Strict/BitGet.hs:190)
getWord32le (src/Data/Binary/Strict/BitGet.hs:189)
getWord32be (src/Data/Binary/Strict/BitGet.hs:189)
getWord32host (src/Data/Binary/Strict/BitGet.hs:190)
getWord64le (src/Data/Binary/Strict/BitGet.hs:189)
getWord64be (src/Data/Binary/Strict/BitGet.hs:189)
getWord64host (src/Data/Binary/Strict/BitGet.hs:190)
getWordhost (src/Data/Binary/Strict/BitGet.hs:190)
50% ( 8 / 16) in 'Data.Binary.Strict.ByteSet'
Missing documentation for:
ByteSet (src/Data/Binary/Strict/ByteSet.hs:37)
fromList (src/Data/Binary/Strict/ByteSet.hs:90)
union (src/Data/Binary/Strict/ByteSet.hs:72)
intersection (src/Data/Binary/Strict/ByteSet.hs:74)
difference (src/Data/Binary/Strict/ByteSet.hs:76)
complement (src/Data/Binary/Strict/ByteSet.hs:79)
toList (src/Data/Binary/Strict/ByteSet.hs:86)
member (src/Data/Binary/Strict/ByteSet.hs:97)
92% ( 12 / 13) in 'Data.Binary.BitBuilder'
Missing documentation for:
fromByteString (src/Data/Binary/BitBuilder.hs:108)
43% ( 6 / 14) in 'Data.Binary.BitPut'
Missing documentation for:
BitPut (src/Data/Binary/BitPut.hs:47)
BitPutM (src/Data/Binary/BitPut.hs:45)
BitPutT (src/Data/Binary/BitPut.hs:67)
runBitPut (src/Data/Binary/BitPut.hs:95)
runBitPutM (src/Data/Binary/BitPut.hs:99)
runBitPutT (src/Data/Binary/BitPut.hs:119)
putBitT (src/Data/Binary/BitPut.hs:124)
putNBitsT (src/Data/Binary/BitPut.hs:127)
Warning: Data.Binary.Strict.IncrementalGet: could not find link destinations for:
get
Warning: Data.Binary.Strict.Get: could not find link destinations for:
get
Documentation created: dist/doc/html/binary-strict/index.html,
dist/doc/html/binary-strict/binary-strict.txt
Creating package registration file:
/tmp/pkgConf-binary-strict-0.4.89176792922006811972.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/binary-strict-0.4.8.3-JhaYNF3YvHV8cTwHx6nlpQ
Registering binary-strict-0.4.8.3...
Installed binary-strict-0.4.8.3
Test log
No test log was submitted for this report.