Build #6 for piki-0.3.0

[all reports]

Package piki-0.3.0
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2016-12-30 11:01:22.493048 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies base-4.9.0.0, mtl-2.2.1, parsec-3.1.11, utf8-string-1.0.1.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring mtl-2.2.1...
Configuring text-1.2.2.1...
Building mtl-2.2.1...
Building text-1.2.2.1...
Configuring utf8-string-1.0.1.1...
Installed mtl-2.2.1
Building utf8-string-1.0.1.1...
Installed utf8-string-1.0.1.1
Installed text-1.2.2.1
Configuring parsec-3.1.11...
Building parsec-3.1.11...
Installed parsec-3.1.11
Downloading piki-0.3.0...
Configuring piki-0.3.0...
Building piki-0.3.0...
Failed to install piki-0.3.0
Build log ( /home/builder/.cabal/logs/piki-0.3.0.log ):
cabal: Entering directory '/tmp/cabal-tmp-26265/piki-0.3.0'
Configuring piki-0.3.0...
Building piki-0.3.0...
Preprocessing executable 'piki' for piki-0.3.0...
[1 of 7] Compiling Tag              ( src/Tag.hs, dist/build/piki/piki-tmp/Tag.o )
[2 of 7] Compiling Notation         ( src/Notation.hs, dist/build/piki/piki-tmp/Notation.o )
[3 of 7] Compiling LineParser       ( src/LineParser.hs, dist/build/piki/piki-tmp/LineParser.o )
[4 of 7] Compiling Html             ( src/Html.hs, dist/build/piki/piki-tmp/Html.o )
[5 of 7] Compiling HtmlText         ( src/HtmlText.hs, dist/build/piki/piki-tmp/HtmlText.o )

src/HtmlText.hs:3:1: warning: [-Wunused-imports]
    The import of ‘Data.Char’ is redundant
      except perhaps to import instances from ‘Data.Char’
    To import instances alone, use: import Data.Char()

src/HtmlText.hs:24:11: warning: [-Wunused-do-bind]
    A do-notation statement discarded a result of type ‘Char’
    Suppress this warning by saying ‘_ <- char pikiAOpen’

src/HtmlText.hs:26:11: warning: [-Wunused-do-bind]
    A do-notation statement discarded a result of type ‘Char’
    Suppress this warning by saying ‘_ <- space’

src/HtmlText.hs:28:11: warning: [-Wunused-do-bind]
    A do-notation statement discarded a result of type ‘Char’
    Suppress this warning by saying ‘_ <- char pikiAClose’

src/HtmlText.hs:32:19: warning: [-Wunused-do-bind]
    A do-notation statement discarded a result of type ‘[Char]’
    Suppress this warning by saying ‘_ <- many1 (space)’

src/HtmlText.hs:47:13: warning: [-Wunused-do-bind]
    A do-notation statement discarded a result of type ‘Char’
    Suppress this warning by saying ‘_ <- char '"'’

src/HtmlText.hs:49:13: warning: [-Wunused-do-bind]
    A do-notation statement discarded a result of type ‘Char’
    Suppress this warning by saying ‘_ <- char '"'’
[6 of 7] Compiling Piki             ( src/Piki.hs, dist/build/piki/piki-tmp/Piki.o )

src/Piki.hs:109:5: warning: [-Wunused-do-bind]
    A do-notation statement discarded a result of type ‘String’
    Suppress this warning by saying ‘_ <- prefixIs pikiPreOpen’

src/Piki.hs:111:5: warning: [-Wunused-do-bind]
    A do-notation statement discarded a result of type ‘String’
    Suppress this warning by saying
      ‘_ <- (<?>)
              prefixIs pikiPreClose (++) ": no \"" (++) pikiPreClose "\""’

src/Piki.hs:123:5: warning: [-Wunused-do-bind]
    A do-notation statement discarded a result of type ‘String’
    Suppress this warning by saying
      ‘_ <- (<?>)
              firstCharIs pikiDivClose (++) ": no \"" (++) [pikiDivClose] "\""’
[7 of 7] Compiling Main             ( src/Main.hs, dist/build/piki/piki-tmp/Main.o )

src/Main.hs:7:1: error:
    Failed to load interface for ‘System.IO.UTF8’
    Use -v to see a list of the files searched for.
cabal: Leaving directory '/tmp/cabal-tmp-26265/piki-0.3.0'
cabal: Error: some packages failed to install:
piki-0.3.0 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.