Build #1 for ASN1-0.0.1.1
| Package | ASN1-0.0.1.1 |
|---|
| Install | DependencyFailed NewBinary-0.1.1 |
|---|---|
| Docs | NotTried |
| Tests | NotTried |
| Time submitted | unknown |
|---|---|
| Compiler | ghc-7.6.3 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | pretty-1.1.1.0, old-time-1.1.0.1, mtl-2.1.2, containers-0.5.0.0, base-4.6.0.1, QuickCheck-2.6, NewBinary-0.1.1, HUnit-1.2.5.2 |
| Flags | small_base |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Downloading HUnit-1.2.5.2...
Configuring HUnit-1.2.5.2...
Building HUnit-1.2.5.2...
Preprocessing library HUnit-1.2.5.2...
[1 of 5] Compiling Test.HUnit.Terminal ( Test/HUnit/Terminal.hs, dist/build/Test/HUnit/Terminal.o )
[2 of 5] Compiling Test.HUnit.Lang ( Test/HUnit/Lang.hs, dist/build/Test/HUnit/Lang.o )
[3 of 5] Compiling Test.HUnit.Base ( Test/HUnit/Base.hs, dist/build/Test/HUnit/Base.o )
[4 of 5] Compiling Test.HUnit.Text ( Test/HUnit/Text.hs, dist/build/Test/HUnit/Text.o )
[5 of 5] Compiling Test.HUnit ( Test/HUnit.hs, dist/build/Test/HUnit.o )
In-place registering HUnit-1.2.5.2...
Running Haddock for HUnit-1.2.5.2...
Running hscolour for HUnit-1.2.5.2...
Preprocessing library HUnit-1.2.5.2...
Preprocessing library HUnit-1.2.5.2...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
100% ( 2 / 2) in 'Test.HUnit.Terminal'
86% ( 6 / 7) in 'Test.HUnit.Lang'
100% ( 33 / 33) in 'Test.HUnit.Base'
100% ( 8 / 8) in 'Test.HUnit.Text'
100% ( 3 / 3) in 'Test.HUnit'
Documentation created: dist/doc/html/HUnit/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/HUnit-1.2.5.2/ghc-7.6.3
Registering HUnit-1.2.5.2...
Installed HUnit-1.2.5.2
Downloading NewBinary-0.1.1...
Configuring NewBinary-0.1.1...
Building NewBinary-0.1.1...
Preprocessing library NewBinary-0.1.1...
[1 of 2] Compiling NewBinary.FastMutInt ( NewBinary/FastMutInt.lhs, dist/build/NewBinary/FastMutInt.o )
NewBinary/FastMutInt.lhs:24:1: Warning:
Module `GHC.IOBase' is deprecated: use GHC.IO instead
NewBinary/FastMutInt.lhs:46:9: Warning:
Pattern bindings containing unlifted types should use an outermost bang pattern:
I# size = 8
In an equation for `newFastMutInt':
newFastMutInt
= IO $ \ s -> case newByteArray# size s of { (# s, arr #) -> ... }
where
I# size = 8
[2 of 2] Compiling NewBinary.Binary ( NewBinary/Binary.hs, dist/build/NewBinary/Binary.o )
NewBinary/Binary.hs:355:16:
Not in scope: data constructor `IOException'
NewBinary/Binary.hs:372:16:
Not in scope: data constructor `IOException'
NewBinary/Binary.hs:693:14:
Not in scope: data constructor `S#'
Perhaps you meant one of these:
`I#' (imported from GHC.Exts), `C#' (imported from GHC.Exts),
`D#' (imported from GHC.Exts)
NewBinary/Binary.hs:694:14:
Not in scope: data constructor `J#'
Perhaps you meant one of these:
`I#' (imported from GHC.Exts), `C#' (imported from GHC.Exts),
`D#' (imported from GHC.Exts)
NewBinary/Binary.hs:705:27:
Not in scope: data constructor `S#'
Perhaps you meant one of these:
`I#' (imported from GHC.Exts), `C#' (imported from GHC.Exts),
`D#' (imported from GHC.Exts)
NewBinary/Binary.hs:709:27:
Not in scope: data constructor `J#'
Perhaps you meant one of these:
`I#' (imported from GHC.Exts), `C#' (imported from GHC.Exts),
`D#' (imported from GHC.Exts)
Failed to install NewBinary-0.1.1
Downloading QuickCheck-2.6...
Configuring QuickCheck-2.6...
Building QuickCheck-2.6...
Preprocessing library QuickCheck-2.6...
[ 1 of 13] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o )
[ 2 of 13] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o )
[ 3 of 13] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o )
[ 4 of 13] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o )
[ 5 of 13] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o )
[ 6 of 13] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o )
[ 7 of 13] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o )
[ 8 of 13] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o )
[ 9 of 13] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o )
[10 of 13] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o )
[11 of 13] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o )
[12 of 13] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o )
[13 of 13] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o )
In-place registering QuickCheck-2.6...
Running Haddock for QuickCheck-2.6...
Running hscolour for QuickCheck-2.6...
Preprocessing library QuickCheck-2.6...
Preprocessing library QuickCheck-2.6...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0, random-1.0.1.1
Haddock coverage:
12% ( 1 / 8) in 'Test.QuickCheck.Exception'
0% ( 0 / 18) in 'Test.QuickCheck.Text'
50% ( 1 / 2) in 'Test.QuickCheck.State'
95% ( 20 / 21) in 'Test.QuickCheck.Gen'
92% ( 23 / 25) in 'Test.QuickCheck.Arbitrary'
14% ( 1 / 7) in 'Test.QuickCheck.Poly'
92% ( 12 / 13) in 'Test.QuickCheck.Modifiers'
14% ( 1 / 7) in 'Test.QuickCheck.Function'
59% ( 34 / 58) in 'Test.QuickCheck.Property'
48% ( 13 / 27) in 'Test.QuickCheck.Test'
7% ( 1 / 15) in 'Test.QuickCheck.Monadic'
100% ( 9 / 9) in 'Test.QuickCheck.All'
93% ( 95 /102) in 'Test.QuickCheck'
Warning: Test.QuickCheck.Text: could not find link destinations for:
Test.QuickCheck.Text.Output
Warning: Test.QuickCheck.State: could not find link destinations for:
System.Random.StdGen
Warning: Test.QuickCheck.Gen: could not find link destinations for:
System.Random.StdGen System.Random.Random
Warning: Test.QuickCheck.Arbitrary: could not find link destinations for:
System.Random.Random
Warning: Test.QuickCheck.Property: could not find link destinations for:
Test.QuickCheck.Exception.AnException
Warning: Test.QuickCheck.Test: could not find link destinations for:
System.Random.StdGen
Warning: Test.QuickCheck: could not find link destinations for:
System.Random.StdGen System.Random.Random
Documentation created: dist/doc/html/QuickCheck/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/QuickCheck-2.6/ghc-7.6.3
Registering QuickCheck-2.6...
Installed QuickCheck-2.6
cabal: Error: some packages failed to install:
ASN1-0.0.1.1 depends on NewBinary-0.1.1 which failed to install.
NewBinary-0.1.1 failed during the building phase. The exception was:
ExitFailure 1
Test log
No test log was submitted for this report.