Build #1 for network-data-0.0.1
| Package | network-data-0.0.1 |
|---|
| Install | BuildFailed |
|---|---|
| Docs | NotTried |
| Tests | NotTried |
| Time submitted | unknown |
|---|---|
| Compiler | ghc-7.6.3 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | prettyclass-1.0.0.0, pretty-1.1.1.0, parsec-3.1.3, bytestring-0.10.0.2, binary-0.5, base-4.6.0.1 |
| Flags | small_base |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Downloading binary-0.5...
Configuring binary-0.5...
Building binary-0.5...
Preprocessing library binary-0.5...
src/Data/Binary/Get.hs:2:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
src/Data/Binary/Builder.hs:2:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
[1 of 4] Compiling Data.Binary.Builder ( src/Data/Binary/Builder.hs, dist/build/Data/Binary/Builder.o )
src/Data/Binary/Builder.hs:60:1: Warning:
The import of `Data.Word' is redundant
except perhaps to import instances from `Data.Word'
To import instances alone, use: import Data.Word()
src/Data/Binary/Builder.hs:70: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/Builder.hs:168:37: Warning:
In the use of `unsafePerformIO' (imported from Foreign):
Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release"
[2 of 4] Compiling Data.Binary.Get ( src/Data/Binary/Get.hs, dist/build/Data/Binary/Get.o )
src/Data/Binary/Get.hs:99:1: Warning:
The import of `GHC.Int' is redundant
except perhaps to import instances from `GHC.Int'
To import instances alone, use: import GHC.Int()
src/Data/Binary/Get.hs:368:15: 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"
src/Data/Binary/Get.hs:379:48: 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"
[3 of 4] Compiling Data.Binary.Put ( src/Data/Binary/Put.hs, dist/build/Data/Binary/Put.o )
src/Data/Binary/Put.hs:67:16: Warning:
Ignoring unusable UNPACK pragma on the second argument of `PairS'
In the definition of data constructor `PairS'
In the data declaration for `PairS'
[4 of 4] Compiling Data.Binary ( src/Data/Binary.hs, dist/build/Data/Binary.o )
src/Data/Binary.hs:66:1: Warning:
The import of `System.IO' is redundant
except perhaps to import instances from `System.IO'
To import instances alone, use: import System.IO()
In-place registering binary-0.5...
Running Haddock for binary-0.5...
Running hscolour for binary-0.5...
Preprocessing library binary-0.5...
Preprocessing library binary-0.5...
src/Data/Binary/Get.hs:2:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
src/Data/Binary/Builder.hs:2:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
src/Data/Binary/Get.hs:2:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
src/Data/Binary/Builder.hs:2:16: Warning:
-fglasgow-exts is deprecated: Use individual extensions instead
src/Data/Binary/Builder.hs:60:1: Warning:
The import of `Data.Word' is redundant
except perhaps to import instances from `Data.Word'
To import instances alone, use: import Data.Word()
src/Data/Binary/Builder.hs:70: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/Builder.hs:168:37: Warning:
In the use of `unsafePerformIO' (imported from Foreign):
Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release"
src/Data/Binary/Get.hs:99:1: Warning:
The import of `GHC.Int' is redundant
except perhaps to import instances from `GHC.Int'
To import instances alone, use: import GHC.Int()
src/Data/Binary/Get.hs:368:15: 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"
src/Data/Binary/Get.hs:379:48: 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"
src/Data/Binary/Put.hs:67:16: Warning:
Ignoring unusable UNPACK pragma on the second argument of `PairS'
In the definition of data constructor `PairS'
In the data declaration for `PairS'
src/Data/Binary.hs:66:1: Warning:
The import of `System.IO' is redundant
except perhaps to import instances from `System.IO'
To import instances alone, use: import System.IO()
Haddock coverage:
100% ( 26 / 26) in 'Data.Binary.Builder'
100% ( 37 / 37) in 'Data.Binary.Get'
96% ( 26 / 27) in 'Data.Binary.Put'
100% ( 17 / 17) in 'Data.Binary'
Warning: Data.Binary.Get: could not find link destinations for:
Data.Binary.Get.get
Warning: Data.Binary.Put: could not find link destinations for:
Data.Binary.Put.PairS
Documentation created: dist/doc/html/binary/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/binary-0.5
Registering binary-0.5...
Installed binary-0.5
Configuring prettyclass-1.0.0.0...
Building prettyclass-1.0.0.0...
Preprocessing library prettyclass-1.0.0.0...
[1 of 1] Compiling Text.PrettyPrint.HughesPJClass ( src/Text/PrettyPrint/HughesPJClass.hs, dist/build/Text/PrettyPrint/HughesPJClass.o )
In-place registering prettyclass-1.0.0.0...
Running Haddock for prettyclass-1.0.0.0...
Running hscolour for prettyclass-1.0.0.0...
Preprocessing library prettyclass-1.0.0.0...
Preprocessing library prettyclass-1.0.0.0...
Haddock coverage:
86% ( 6 / 7) in 'Text.PrettyPrint.HughesPJClass'
Documentation created: dist/doc/html/prettyclass/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/prettyclass-1.0.0.0
Registering prettyclass-1.0.0.0...
Installed prettyclass-1.0.0.0
Downloading network-data-0.0.1...
Configuring network-data-0.0.1...
Building network-data-0.0.1...
Preprocessing library network-data-0.0.1...
[1 of 6] Compiling Data.CSum ( Data/CSum.hs, dist/build/Data/CSum.o )
[2 of 6] Compiling Data.Header ( Data/Header.hs, dist/build/Data/Header.o )
Data/Header.hs:50:15: Not in scope: type variable `a'
Failed to install network-data-0.0.1
cabal: Error: some packages failed to install:
network-data-0.0.1 failed during the building phase. The exception was:
ExitFailure 1
Test log
No test log was submitted for this report.