Build #8 for resource-embed-0.1.0.0
| Package | resource-embed-0.1.0.0 |
|---|
| Install | BuildFailed |
|---|---|
| Docs | NotTried |
| Tests | NotTried |
| Time submitted | 2016-12-10 13:12:51.345044 UTC |
|---|---|
| Compiler | ghc-8.0.1.20161018 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.9.0.0, bytestring-0.10.8.1, directory-1.2.6.2 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring resource-embed-0.1.0.0...
Building resource-embed-0.1.0.0...
Failed to install resource-embed-0.1.0.0
Build log ( /home/builder/.cabal/logs/resource-embed-0.1.0.0.log ):
cabal: Entering directory '/tmp/cabal-tmp-2694/resource-embed-0.1.0.0'
Configuring resource-embed-0.1.0.0...
Building resource-embed-0.1.0.0...
Preprocessing executable 'resource-embed' for resource-embed-0.1.0.0...
[1 of 1] Compiling Main ( src/Main.hs, dist/build/resource-embed/resource-embed-tmp/Main.o )
src/Main.hs:107:19: error:
• Could not deduce (Num a) arising from the literal ‘15’
from the context: Bits a
bound by the type signature for:
highNibble :: Bits a => a -> a
at src/Main.hs:106:1-32
Possible fix:
add (Num a) to the context of
the type signature for:
highNibble :: Bits a => a -> a
• In the second argument of ‘(.&.)’, namely ‘15’
In the first argument of ‘(.)’, namely ‘(.&. 15)’
In the expression: (.&. 15) . (flip shiftR 4)
src/Main.hs:110:18: error:
• Could not deduce (Num a) arising from the literal ‘15’
from the context: Bits a
bound by the type signature for:
lowNibble :: Bits a => a -> a
at src/Main.hs:109:1-31
Possible fix:
add (Num a) to the context of
the type signature for:
lowNibble :: Bits a => a -> a
• In the second argument of ‘(.&.)’, namely ‘15’
In the expression: (.&. 15)
In an equation for ‘lowNibble’: lowNibble = (.&. 15)
cabal: Leaving directory '/tmp/cabal-tmp-2694/resource-embed-0.1.0.0'
cabal: Error: some packages failed to install:
resource-embed-0.1.0.0 failed during the building phase. The exception was:
ExitFailure 1
Test log
No test log was submitted for this report.