Build #7 for partly-1.0.0.0

[all reports]

Package partly-1.0.0.0
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2016-12-23 02:55:27.737084 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies base-4.9.0.0, binary-0.8.3.0, bytestring-0.10.8.1, aeson-1.0.2.1, aeson-pretty-0.8.2, base64-bytestring-1.0.0.1, optparse-applicative-0.13.0.0, vector-0.11.0.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring ansi-terminal-0.6.2.3...
Configuring base-compat-0.9.1...
Building ansi-terminal-0.6.2.3...
Building base-compat-0.9.1...
Configuring base64-bytestring-1.0.0.1...
Installed ansi-terminal-0.6.2.3
Configuring cmdargs-0.10.14...
Installed base-compat-0.9.1
Building base64-bytestring-1.0.0.1...
Building cmdargs-0.10.14...
Configuring dlist-0.8.0.2...
Installed base64-bytestring-1.0.0.1
Building dlist-0.8.0.2...
Configuring primitive-0.6.1.0...
Installed dlist-0.8.0.2
Building primitive-0.6.1.0...
Configuring time-locale-compat-0.1.1.3...
Installed primitive-0.6.1.0
Building time-locale-compat-0.1.1.3...
Configuring transformers-compat-0.5.1.4...
Installed time-locale-compat-0.1.1.3
Building transformers-compat-0.5.1.4...
Configuring text-1.2.2.1...
Installed transformers-compat-0.5.1.4
Building text-1.2.2.1...
Installed cmdargs-0.10.14
Configuring ansi-wl-pprint-0.6.7.3...
Building ansi-wl-pprint-0.6.7.3...
Configuring tagged-0.8.5...
Installed ansi-wl-pprint-0.6.7.3
Building tagged-0.8.5...
Configuring vector-0.11.0.0...
Installed tagged-0.8.5
Building vector-0.11.0.0...
Installed text-1.2.2.1
Configuring hashable-1.2.4.0...
Building hashable-1.2.4.0...
Configuring optparse-applicative-0.13.0.0...
Installed hashable-1.2.4.0
Building optparse-applicative-0.13.0.0...
Installed optparse-applicative-0.13.0.0
Configuring unordered-containers-0.2.7.1...
Building unordered-containers-0.2.7.1...
Installed unordered-containers-0.2.7.1
Installed vector-0.11.0.0
Configuring scientific-0.3.4.9...
Building scientific-0.3.4.9...
Installed scientific-0.3.4.9
Configuring attoparsec-0.13.1.0...
Building attoparsec-0.13.1.0...
Installed attoparsec-0.13.1.0
Configuring aeson-1.0.2.1...
Building aeson-1.0.2.1...
Installed aeson-1.0.2.1
Configuring aeson-pretty-0.8.2...
Building aeson-pretty-0.8.2...
Installed aeson-pretty-0.8.2
Configuring partly-1.0.0.0...
Building partly-1.0.0.0...
Failed to install partly-1.0.0.0
Build log ( /home/builder/.cabal/logs/partly-1.0.0.0.log ):
cabal: Entering directory '/tmp/cabal-tmp-9909/partly-1.0.0.0'
Configuring partly-1.0.0.0...
Building partly-1.0.0.0...
Preprocessing library partly-1.0.0.0...
[1 of 1] Compiling System.Disk.Partitions.MBR ( System/Disk/Partitions/MBR.hs, dist/build/System/Disk/Partitions/MBR.o )
Preprocessing executable 'partly' for partly-1.0.0.0...
[1 of 6] Compiling System.Disk.Partitions.MBR ( System/Disk/Partitions/MBR.hs, dist/build/partly/partly-tmp/System/Disk/Partitions/MBR.o )

System/Disk/Partitions/MBR.hs:6:1: error:
    Failed to load interface for ‘Prelude’
    It is a member of the hidden package ‘base-4.9.0.0’.
    Perhaps you need to add ‘base’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

System/Disk/Partitions/MBR.hs:7:1: error:
    Failed to load interface for ‘Control.Applicative’
    It is a member of the hidden package ‘base-4.9.0.0’.
    Perhaps you need to add ‘base’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

System/Disk/Partitions/MBR.hs:8:1: error:
    Failed to load interface for ‘Control.Monad’
    It is a member of the hidden package ‘base-4.9.0.0’.
    Perhaps you need to add ‘base’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

System/Disk/Partitions/MBR.hs:9:1: error:
    Failed to load interface for ‘Data.Word’
    It is a member of the hidden package ‘base-4.9.0.0’.
    Perhaps you need to add ‘base’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

System/Disk/Partitions/MBR.hs:10:1: error:
    Failed to load interface for ‘Data.Bits’
    It is a member of the hidden package ‘base-4.9.0.0’.
    Perhaps you need to add ‘base’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

System/Disk/Partitions/MBR.hs:12:1: error:
    Failed to load interface for ‘Data.ByteString’
    It is a member of the hidden package ‘bytestring-0.10.8.1’.
    Perhaps you need to add ‘bytestring’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

System/Disk/Partitions/MBR.hs:13:1: error:
    Failed to load interface for ‘Data.ByteString’
    It is a member of the hidden package ‘bytestring-0.10.8.1’.
    Perhaps you need to add ‘bytestring’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

System/Disk/Partitions/MBR.hs:15:1: error:
    Failed to load interface for ‘Data.Binary’
    It is a member of the hidden package ‘binary-0.8.3.0’.
    Perhaps you need to add ‘binary’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

System/Disk/Partitions/MBR.hs:16:1: error:
    Failed to load interface for ‘Data.Binary.Get’
    It is a member of the hidden package ‘binary-0.8.3.0’.
    Perhaps you need to add ‘binary’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

System/Disk/Partitions/MBR.hs:17:1: error:
    Failed to load interface for ‘Data.Binary.Put’
    It is a member of the hidden package ‘binary-0.8.3.0’.
    Perhaps you need to add ‘binary’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.
cabal: Leaving directory '/tmp/cabal-tmp-9909/partly-1.0.0.0'
cabal: Error: some packages failed to install:
partly-1.0.0.0 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.