Build #3 for leankit-api-0.1
| Package | leankit-api-0.1 |
|---|
| Install | BuildFailed |
|---|---|
| Docs | NotTried |
| Tests | NotTried |
| Time submitted | 2015-10-16 07:01:47.950958 UTC |
|---|---|
| Compiler | ghc-7.10.2 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | split-0.2.2, curl-1.3.8, base-4.8.1.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring curl-1.3.8...
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
configure: creating ./config.status
config.status: creating curl.buildinfo
Building curl-1.3.8...
Preprocessing library curl-1.3.8...
[1 of 8] Compiling Network.Curl.Debug ( Network/Curl/Debug.hs, dist/build/Network/Curl/Debug.o )
[2 of 8] Compiling Network.Curl.Code ( Network/Curl/Code.hs, dist/build/Network/Curl/Code.o )
[3 of 8] Compiling Network.Curl.Types ( Network/Curl/Types.hs, dist/build/Network/Curl/Types.o )
[4 of 8] Compiling Network.Curl.Info ( Network/Curl/Info.hs, dist/build/Network/Curl/Info.o )
[5 of 8] Compiling Network.Curl.Post ( Network/Curl/Post.hs, dist/build/Network/Curl/Post.o )
[6 of 8] Compiling Network.Curl.Opts ( Network/Curl/Opts.hs, dist/build/Network/Curl/Opts.o )
[7 of 8] Compiling Network.Curl.Easy ( Network/Curl/Easy.hs, dist/build/Network/Curl/Easy.o )
Network/Curl/Easy.hs:27:1: Warning: Tab character
Network/Curl/Easy.hs:28:1: Warning: Tab character
Network/Curl/Easy.hs:29:1: Warning: Tab character
[8 of 8] Compiling Network.Curl ( Network/Curl.hs, dist/build/Network/Curl.o )
Network/Curl.hs:278:1: Warning: Tab character
Network/Curl.hs:291:1: Warning: Tab character
Network/Curl.hs:327:1: Warning: Tab character
Network/Curl.hs:328:1: Warning: Tab character
Network/Curl.hs:329:1: Warning: Tab character
Network/Curl.hs:355:1: Warning: Tab character
Network/Curl.hs:356:1: Warning: Tab character
In-place registering curl-1.3.8...
Running Haddock for curl-1.3.8...
Running hscolour for curl-1.3.8...
Preprocessing library curl-1.3.8...
Preprocessing library curl-1.3.8...
Network/Curl/Easy.hs:27:1: Warning: Tab character
Network/Curl/Easy.hs:28:1: Warning: Tab character
Network/Curl/Easy.hs:29:1: Warning: Tab character
Network/Curl.hs:278:1: Warning: Tab character
Network/Curl.hs:291:1: Warning: Tab character
Network/Curl.hs:327:1: Warning: Tab character
Network/Curl.hs:328:1: Warning: Tab character
Network/Curl.hs:329:1: Warning: Tab character
Network/Curl.hs:355:1: Warning: Tab character
Network/Curl.hs:356:1: Warning: Tab character
Haddock coverage:
50% ( 1 / 2) in 'Network.Curl.Debug'
Missing documentation for:
debug (Network/Curl/Debug.hs:20)
33% ( 1 / 3) in 'Network.Curl.Code'
Missing documentation for:
CurlCode (Network/Curl/Code.hs:20)
toCode (Network/Curl/Code.hs:107)
27% ( 4 / 15) in 'Network.Curl.Types'
Missing documentation for:
CurlH (Network/Curl/Types.hs:37)
URLString (Network/Curl/Types.hs:39)
Port (Network/Curl/Types.hs:40)
Long (Network/Curl/Types.hs:41)
LLong (Network/Curl/Types.hs:42)
Slist_ (Network/Curl/Types.hs:43)
Curl (Network/Curl/Types.hs:46)
OptionMap (Network/Curl/Types.hs:103)
shareCleanup (Network/Curl/Types.hs:89)
runCleanup (Network/Curl/Types.hs:84)
updateCleanup (Network/Curl/Types.hs:95)
25% ( 1 / 4) in 'Network.Curl.Info'
Missing documentation for:
Info (Network/Curl/Info.hs:31)
InfoValue (Network/Curl/Info.hs:64)
getInfo (Network/Curl/Info.hs:100)
9% ( 1 / 11) in 'Network.Curl.Post'
Missing documentation for:
Header (Network/Curl/Post.hs:28)
HttpPost (Network/Curl/Post.hs:30)
Content (Network/Curl/Post.hs:40)
multiformString (Network/Curl/Post.hs:46)
sizeof_httppost (Network/Curl/Post.hs:57)
marshallPosts (Network/Curl/Post.hs:60)
marshallPost (Network/Curl/Post.hs:75)
curl_slist_append (Network/Curl/Post.hs:117)
curl_slist_free (Network/Curl/Post.hs:119)
curl_formfree (Network/Curl/Post.hs:122)
3% ( 1 / 30) in 'Network.Curl.Opts'
Missing documentation for:
CurlOption (Network/Curl/Opts.hs:24)
(Network/Curl/Opts.hs:186)
HttpVersion (Network/Curl/Opts.hs:189)
TimeCond (Network/Curl/Opts.hs:195)
NetRcOption (Network/Curl/Opts.hs:202)
HttpAuth (Network/Curl/Opts.hs:208)
toHttpAuthMask (Network/Curl/Opts.hs:218)
SSHAuthType (Network/Curl/Opts.hs:232)
toSSHAuthMask (Network/Curl/Opts.hs:242)
WriteFunction (Network/Curl/Opts.hs:255)
ReadFunction (Network/Curl/Opts.hs:262)
ReadFunctionPrim (Network/Curl/Opts.hs:269)
ProgressFunction (Network/Curl/Opts.hs:277)
DebugFunction (Network/Curl/Opts.hs:285)
DebugInfo (Network/Curl/Opts.hs:293)
DebugFunctionPrim (Network/Curl/Opts.hs:303)
SSLCtxtFunction (Network/Curl/Opts.hs:313)
curl_readfunc_abort (Network/Curl/Opts.hs:319)
baseLong (Network/Curl/Opts.hs:322)
baseObject (Network/Curl/Opts.hs:325)
baseFunction (Network/Curl/Opts.hs:328)
baseOffT (Network/Curl/Opts.hs:331)
unmarshallOption (Network/Curl/Opts.hs:334)
Unmarshaller (Network/Curl/Opts.hs:499)
verboseUnmarshaller (Network/Curl/Opts.hs:519)
u_bool (Network/Curl/Opts.hs:543)
u_enum (Network/Curl/Opts.hs:546)
u_cptr (Network/Curl/Opts.hs:549)
showCurlOption (Network/Curl/Opts.hs:552)
20% ( 2 / 10) in 'Network.Curl.Easy'
Missing documentation for:
perform (Network/Curl/Easy.hs:146)
setopt (Network/Curl/Easy.hs:63)
duphandle (Network/Curl/Easy.hs:57)
reset (Network/Curl/Easy.hs:54)
curl_global_init (Network/Curl/Easy.hs:149)
curl_global_cleanup (Network/Curl/Easy.hs:174)
curl_version_number (Network/Curl/Easy.hs:152)
curl_version_string (Network/Curl/Easy.hs:157)
67% ( 26 / 39) in 'Network.Curl'
Missing documentation for:
CurlResponse (Network/Curl.hs:232)
curlGetResponse (Network/Curl.hs:267)
curlGetString_ (Network/Curl.hs:217)
do_curl_ (Network/Curl.hs:325)
getResponseCode (Network/Curl.hs:447)
setDefaultSSLOpts (Network/Curl.hs:189)
easyWriter (Network/Curl.hs:417)
method_GET (Network/Curl.hs:168)
method_HEAD (Network/Curl.hs:174)
method_POST (Network/Curl.hs:171)
parseStatusNHeaders (Network/Curl.hs:374)
parseHeader (Network/Curl.hs:387)
concRev (Network/Curl.hs:370)
Warning: Network.Curl.Types: could not find link destinations for:
Curl_
Documentation created: dist/doc/html/curl/index.html,
dist/doc/html/curl/curl.txt
Creating package registration file: /tmp/pkgConf-curl-1.3278722862233665123.8
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/curl-1.3.8-KkjNr2xdQRbHOnn4XogXBa
Registering curl-1.3.8...
Installed curl-1.3.8
Configuring split-0.2.2...
Building split-0.2.2...
Preprocessing library split-0.2.2...
[1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o )
[2 of 2] Compiling Data.List.Split ( src/Data/List/Split.hs, dist/build/Data/List/Split.o )
In-place registering split-0.2.2...
Running Haddock for split-0.2.2...
Running hscolour for split-0.2.2...
Preprocessing library split-0.2.2...
Preprocessing library split-0.2.2...
Haddock coverage:
91% ( 61 / 67) in 'Data.List.Split.Internals'
90% ( 44 / 49) in 'Data.List.Split'
Documentation created: dist/doc/html/split/index.html,
dist/doc/html/split/split.txt
Creating package registration file:
/tmp/pkgConf-split-0.221033187761597322404.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/split-0.2.2-E4yadeCDng9EtdbI5MZoDg
Registering split-0.2.2...
Installed split-0.2.2
Configuring leankit-api-0.1...
Building leankit-api-0.1...
Preprocessing library leankit-api-0.1...
Leankit/Api.hs:3:8:
Could not find module ‘Data.ByteString.Lazy.Internal’
It is a member of the hidden package ‘bytestring-0.10.6.0@bytes_6elQVSg5cWdFrvRnfxTUrH’.
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.
Leankit/Api.hs:8:8:
Could not find module ‘Data.Aeson’
Perhaps you meant Data.Version (from base-4.8.1.0)
Use -v to see a list of the files searched for.
Leankit/Types.hs:9:8:
Could not find module ‘Data.ByteString.Lazy’
It is a member of the hidden package ‘bytestring-0.10.6.0@bytes_6elQVSg5cWdFrvRnfxTUrH’.
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.
Leankit/Types/AssignedUser.hs:8:8:
Could not find module ‘Data.Aeson.TH’
Use -v to see a list of the files searched for.
Leankit/Types/Card.hs:9:8:
Could not find module ‘Data.Aeson.Types’
Use -v to see a list of the files searched for.
Leankit/Types/Card.hs:10:8:
Could not find module ‘Data.Colour’
Use -v to see a list of the files searched for.
Leankit/Types/Card.hs:11:8:
Could not find module ‘Data.Colour.SRGB’
Use -v to see a list of the files searched for.
Leankit/Types/Common.hs:6:8:
Could not find module ‘Data.Attoparsec.Number’
Use -v to see a list of the files searched for.
Failed to install leankit-api-0.1
cabal: Error: some packages failed to install:
leankit-api-0.1 failed during the building phase. The exception was:
ExitFailure 1
Test log
No test log was submitted for this report.