Build #5 for thimk-0.3

[all reports]

Package thimk-0.3
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2015-11-25 09:26:02.94362 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies sqlite-0.5.2.2, phonetic-code-0.1.1.1, parseargs-0.1.5.2, edit-distance-0.2.2.1, base-4.8.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
  75% (  3 /  4) in 'Control.Monad.Writer.Class'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
 100% (  5 /  5) in 'Control.Monad.State.Class'
 100% (  3 /  3) in 'Control.Monad.Reader.Class'
  80% (  4 /  5) in 'Control.Monad.RWS.Class'
  Missing documentation for:
    MonadRWS (Control/Monad/RWS/Class.hs:44)
 100% (  4 /  4) in 'Control.Monad.Identity'
 100% (  3 /  3) in 'Control.Monad.Error.Class'
  50% (  1 /  2) in 'Control.Monad.Cont.Class'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
 100% (  3 /  3) in 'Control.Monad.Trans'
  93% ( 14 / 15) in 'Control.Monad.Error'
  Missing documentation for:
    runErrorT
 100% ( 19 / 19) in 'Control.Monad.Except'
 100% (  5 /  5) in 'Control.Monad.List'
  95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
  Missing documentation for:
    runRWST
 100% (  2 /  2) in 'Control.Monad.RWS'
  96% ( 22 / 23) in 'Control.Monad.Reader'
  Missing documentation for:
    runReaderT
  95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
  Missing documentation for:
    runRWST
  96% ( 24 / 25) in 'Control.Monad.State.Lazy'
  Missing documentation for:
    runStateT
 100% (  2 /  2) in 'Control.Monad.State'
  96% ( 24 / 25) in 'Control.Monad.State.Strict'
  Missing documentation for:
    runStateT
  89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
    runWriterT
 100% (  2 /  2) in 'Control.Monad.Writer'
  94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
  91% ( 20 / 22) in 'Control.Monad.Cont'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
    runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.2278722862233665123.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU
Registering mtl-2.2.1...
Installed mtl-2.2.1
Configuring parseargs-0.1.5.2...
Building parseargs-0.1.5.2...
Preprocessing library parseargs-0.1.5.2...
[1 of 1] Compiling System.Console.ParseArgs ( System/Console/ParseArgs.hs, dist/build/System/Console/ParseArgs.o )
In-place registering parseargs-0.1.5.2...
Preprocessing executable 'parseargs-example' for parseargs-0.1.5.2...
[1 of 2] Compiling System.Console.ParseArgs ( System/Console/ParseArgs.hs, dist/build/parseargs-example/parseargs-example-tmp/System/Console/ParseArgs.o )
[2 of 2] Compiling Main             ( parseargs-example.hs, dist/build/parseargs-example/parseargs-example-tmp/Main.o )
Linking dist/build/parseargs-example/parseargs-example ...
Running Haddock for parseargs-0.1.5.2...
Running hscolour for parseargs-0.1.5.2...
Preprocessing library parseargs-0.1.5.2...
Preprocessing executable 'parseargs-example' for parseargs-0.1.5.2...
Preprocessing library parseargs-0.1.5.2...
Haddock coverage:
 100% ( 40 / 40) in 'System.Console.ParseArgs'
Documentation created: dist/doc/html/parseargs/index.html,
dist/doc/html/parseargs/parseargs.txt
Preprocessing executable 'parseargs-example' for parseargs-0.1.5.2...
Creating package registration file:
/tmp/pkgConf-parseargs-0.1.5711645630195740084.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/parseargs-0.1.5.2-1ZaR1dyde4AIIqwYnf6YIq
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Registering parseargs-0.1.5.2...
Installed parseargs-0.1.5.2
Configuring random-1.1...
Building random-1.1...
Preprocessing library random-1.1...
[1 of 1] Compiling System.Random    ( System/Random.hs, dist/build/System/Random.o )

System/Random.hs:43:1: Warning: Tab character

System/Random.hs:45:1: Warning: Tab character

System/Random.hs:47:1: Warning: Tab character

System/Random.hs:53:1: Warning: Tab character

System/Random.hs:55:1: Warning: Tab character

System/Random.hs:56:1: Warning: Tab character

System/Random.hs:57:1: Warning: Tab character

System/Random.hs:59:1: Warning: Tab character

System/Random.hs:61:1: Warning: Tab character

System/Random.hs:63:1: Warning: Tab character

System/Random.hs:64:1: Warning: Tab character

System/Random.hs:65:1: Warning: Tab character

System/Random.hs:66:1: Warning: Tab character

System/Random.hs:68:1: Warning: Tab character

System/Random.hs:69:1: Warning: Tab character

System/Random.hs:70:1: Warning: Tab character

System/Random.hs:71:1: Warning: Tab character

System/Random.hs:73:1: Warning: Tab character

System/Random.hs:74:1: Warning: Tab character

System/Random.hs:76:1: Warning: Tab character

System/Random.hs:90:22: Warning: Tab character

System/Random.hs:91:17: Warning: Tab character

System/Random.hs:94:17: Warning: Tab character

System/Random.hs:102:15: Warning: Tab character

System/Random.hs:240:1: Warning: Tab character

System/Random.hs:241:1: Warning: Tab character

System/Random.hs:249:1: Warning: Tab character

System/Random.hs:269:1: Warning: Tab character

System/Random.hs:270:1: Warning: Tab character

System/Random.hs:271:1: Warning: Tab character

System/Random.hs:272:1: Warning: Tab character

System/Random.hs:273:1: Warning: Tab character

System/Random.hs:326:11: Warning: Tab character

System/Random.hs:343:11: Warning: Tab character

System/Random.hs:384:11: Warning: Tab character

System/Random.hs:395:1: Warning: Tab character

System/Random.hs:396:1: Warning: Tab character

System/Random.hs:396:20: Warning: Tab character

System/Random.hs:397:1: Warning: Tab character

System/Random.hs:397:20: Warning: Tab character

System/Random.hs:399:11: Warning: Tab character

System/Random.hs:406:1: Warning: Tab character

System/Random.hs:415:1: Warning: Tab character

System/Random.hs:428:1: Warning: Tab character

System/Random.hs:429:1: Warning: Tab character

System/Random.hs:430:1: Warning: Tab character

System/Random.hs:440:3: Warning: Tab character

System/Random.hs:502:1: Warning: Tab character

System/Random.hs:503:1: Warning: Tab character

System/Random.hs:504:1: Warning: Tab character

System/Random.hs:506:1: Warning: Tab character

System/Random.hs:507:1: Warning: Tab character

System/Random.hs:508:1: Warning: Tab character

System/Random.hs:519:1: Warning: Tab character

System/Random.hs:519:14: Warning: Tab character

System/Random.hs:520:1: Warning: Tab character

System/Random.hs:522:1: Warning: Tab character

System/Random.hs:523:1: Warning: Tab character

System/Random.hs:524:1: Warning: Tab character

System/Random.hs:526:1: Warning: Tab character

System/Random.hs:527:1: Warning: Tab character

System/Random.hs:528:1: Warning: Tab character
In-place registering random-1.1...
Running Haddock for random-1.1...
Running hscolour for random-1.1...
Preprocessing library random-1.1...
Preprocessing library random-1.1...

System/Random.hs:43:1: Warning: Tab character

System/Random.hs:45:1: Warning: Tab character

System/Random.hs:47:1: Warning: Tab character

System/Random.hs:53:1: Warning: Tab character

System/Random.hs:55:1: Warning: Tab character

System/Random.hs:56:1: Warning: Tab character

System/Random.hs:57:1: Warning: Tab character

System/Random.hs:59:1: Warning: Tab character

System/Random.hs:61:1: Warning: Tab character

System/Random.hs:63:1: Warning: Tab character

System/Random.hs:64:1: Warning: Tab character

System/Random.hs:65:1: Warning: Tab character

System/Random.hs:66:1: Warning: Tab character

System/Random.hs:68:1: Warning: Tab character

System/Random.hs:69:1: Warning: Tab character

System/Random.hs:70:1: Warning: Tab character

System/Random.hs:71:1: Warning: Tab character

System/Random.hs:73:1: Warning: Tab character

System/Random.hs:74:1: Warning: Tab character

System/Random.hs:76:1: Warning: Tab character

System/Random.hs:90:22: Warning: Tab character

System/Random.hs:91:17: Warning: Tab character

System/Random.hs:94:17: Warning: Tab character

System/Random.hs:102:15: Warning: Tab character

System/Random.hs:240:1: Warning: Tab character

System/Random.hs:241:1: Warning: Tab character

System/Random.hs:249:1: Warning: Tab character

System/Random.hs:269:1: Warning: Tab character

System/Random.hs:270:1: Warning: Tab character

System/Random.hs:271:1: Warning: Tab character

System/Random.hs:272:1: Warning: Tab character

System/Random.hs:273:1: Warning: Tab character

System/Random.hs:326:11: Warning: Tab character

System/Random.hs:343:11: Warning: Tab character

System/Random.hs:384:11: Warning: Tab character

System/Random.hs:395:1: Warning: Tab character

System/Random.hs:396:1: Warning: Tab character

System/Random.hs:396:20: Warning: Tab character

System/Random.hs:397:1: Warning: Tab character

System/Random.hs:397:20: Warning: Tab character

System/Random.hs:399:11: Warning: Tab character

System/Random.hs:406:1: Warning: Tab character

System/Random.hs:415:1: Warning: Tab character

System/Random.hs:428:1: Warning: Tab character

System/Random.hs:429:1: Warning: Tab character

System/Random.hs:430:1: Warning: Tab character

System/Random.hs:440:3: Warning: Tab character

System/Random.hs:502:1: Warning: Tab character

System/Random.hs:503:1: Warning: Tab character

System/Random.hs:504:1: Warning: Tab character

System/Random.hs:506:1: Warning: Tab character

System/Random.hs:507:1: Warning: Tab character

System/Random.hs:508:1: Warning: Tab character

System/Random.hs:519:1: Warning: Tab character

System/Random.hs:519:14: Warning: Tab character

System/Random.hs:520:1: Warning: Tab character

System/Random.hs:522:1: Warning: Tab character

System/Random.hs:523:1: Warning: Tab character

System/Random.hs:524:1: Warning: Tab character

System/Random.hs:526:1: Warning: Tab character

System/Random.hs:527:1: Warning: Tab character

System/Random.hs:528:1: Warning: Tab character
Haddock coverage:
Cannot find documentation for: $intro
 100% ( 16 / 16) in 'System.Random'
Documentation created: dist/doc/html/random/index.html,
dist/doc/html/random/random.txt
Creating package registration file:
/tmp/pkgConf-random-113291321331280321648.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/random-1.1-1z8Ujelqc6aKgvPnbRUKkP
Registering random-1.1...
Installed random-1.1
Configuring utf8-string-1.0.1.1...
Building utf8-string-1.0.1.1...
Preprocessing library utf8-string-1.0.1.1...
[1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o )
[2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o )
[3 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o )
[4 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o )
[5 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o )
In-place registering utf8-string-1.0.1.1...
Running Haddock for utf8-string-1.0.1.1...
Running hscolour for utf8-string-1.0.1.1...
Preprocessing library utf8-string-1.0.1.1...
Preprocessing library utf8-string-1.0.1.1...
Haddock coverage:
 100% (  8 /  8) in 'Codec.Binary.UTF8.String'
  94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
  89% ( 24 / 27) in 'Data.String.UTF8'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
    fromRep (Data/String/UTF8.hs:59)
    toRep (Data/String/UTF8.hs:62)
 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8'
 100% ( 17 / 17) in 'Data.ByteString.UTF8'
Documentation created: dist/doc/html/utf8-string/index.html,
dist/doc/html/utf8-string/utf8-string.txt
Creating package registration file:
/tmp/pkgConf-utf8-string-1.0.132829828570636429.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/utf8-string-1.0.1.1-HWC8Qen5AZrArJxFQJuE72
Registering utf8-string-1.0.1.1...
Installed utf8-string-1.0.1.1
Configuring regex-base-0.93.2...
Building regex-base-0.93.2...
Preprocessing library regex-base-0.93.2...
[1 of 4] Compiling Text.Regex.Base.RegexLike ( Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o )
[2 of 4] Compiling Text.Regex.Base.Context ( Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o )
[3 of 4] Compiling Text.Regex.Base  ( Text/Regex/Base.hs, dist/build/Text/Regex/Base.o )

Text/Regex/Base.hs:55:13: Warning:
    In the use of ‘versionTags’ (imported from Data.Version):
    Deprecated: "See GHC ticket #2496"
[4 of 4] Compiling Text.Regex.Base.Impl ( Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o )
In-place registering regex-base-0.93.2...
Running Haddock for regex-base-0.93.2...
Running hscolour for regex-base-0.93.2...
Preprocessing library regex-base-0.93.2...
Preprocessing library regex-base-0.93.2...

Text/Regex/Base.hs:55:13: Warning:
    In the use of ‘versionTags’ (imported from Data.Version):
    Deprecated: "See GHC ticket #2496"
Haddock coverage:
  94% ( 17 / 18) in 'Text.Regex.Base.RegexLike'
  Missing documentation for:
    MatchText (Text/Regex/Base/RegexLike.hs:55)
 100% (  1 /  1) in 'Text.Regex.Base.Context'
  75% (  3 /  4) in 'Text.Regex.Base'
  Missing documentation for:
    getVersion_Text_Regex_Base (Text/Regex/Base.hs:52)
  33% (  1 /  3) in 'Text.Regex.Base.Impl'
  Missing documentation for:
    polymatch (Text/Regex/Base/Impl.hs:50)
    polymatchM (Text/Regex/Base/Impl.hs:56)
Documentation created: dist/doc/html/regex-base/index.html,
dist/doc/html/regex-base/regex-base.txt
Creating package registration file:
/tmp/pkgConf-regex-base-0.939418042891826620483.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/regex-base-0.93.2-2j0nR3pc4q24HZdEmShSMX
Registering regex-base-0.93.2...
Installed regex-base-0.93.2
Configuring edit-distance-0.2.2.1...
Building edit-distance-0.2.2.1...
Preprocessing library edit-distance-0.2.2.1...
[1 of 7] Compiling Text.EditDistance.ArrayUtilities ( Text/EditDistance/ArrayUtilities.hs, dist/build/Text/EditDistance/ArrayUtilities.o )
[2 of 7] Compiling Text.EditDistance.MonadUtilities ( Text/EditDistance/MonadUtilities.hs, dist/build/Text/EditDistance/MonadUtilities.o )
[3 of 7] Compiling Text.EditDistance.Bits ( Text/EditDistance/Bits.hs, dist/build/Text/EditDistance/Bits.o )
[4 of 7] Compiling Text.EditDistance.EditCosts ( Text/EditDistance/EditCosts.hs, dist/build/Text/EditDistance/EditCosts.o )
[5 of 7] Compiling Text.EditDistance.SquareSTUArray ( Text/EditDistance/SquareSTUArray.hs, dist/build/Text/EditDistance/SquareSTUArray.o )
[6 of 7] Compiling Text.EditDistance.STUArray ( Text/EditDistance/STUArray.hs, dist/build/Text/EditDistance/STUArray.o )
[7 of 7] Compiling Text.EditDistance ( Text/EditDistance.hs, dist/build/Text/EditDistance.o )
In-place registering edit-distance-0.2.2.1...
Running Haddock for edit-distance-0.2.2.1...
Running hscolour for edit-distance-0.2.2.1...
Preprocessing library edit-distance-0.2.2.1...
Preprocessing library edit-distance-0.2.2.1...
Haddock coverage:
   0% (  0 /  6) in 'Text.EditDistance.ArrayUtilities'
  Missing documentation for:
    Module header
    unsafeReadArray (Text/EditDistance/ArrayUtilities.hs:27)
    unsafeWriteArray (Text/EditDistance/ArrayUtilities.hs:33)
    unsafeReadArray' (Text/EditDistance/ArrayUtilities.hs:40)
    unsafeWriteArray' (Text/EditDistance/ArrayUtilities.hs:46)
    stringToArray (Text/EditDistance/ArrayUtilities.hs:52)
   0% (  0 /  4) in 'Text.EditDistance.MonadUtilities'
  Missing documentation for:
    Module header
    loopM_ (Text/EditDistance/MonadUtilities.hs:6)
    foldM (Text/EditDistance/MonadUtilities.hs:15)
    foldMK (Text/EditDistance/MonadUtilities.hs:27)
   0% (  0 /  5) in 'Text.EditDistance.Bits'
  Missing documentation for:
    Module header
    levenshteinDistance (Text/EditDistance/Bits.hs:37)
    levenshteinDistanceWithLengths (Text/EditDistance/Bits.hs:43)
    restrictedDamerauLevenshteinDistance (Text/EditDistance/Bits.hs:189)
    restrictedDamerauLevenshteinDistanceWithLengths (Text/EditDistance/Bits.hs:195)
   0% (  0 /  9) in 'Text.EditDistance.EditCosts'
  Missing documentation for:
    Module header
    Costs (Text/EditDistance/EditCosts.hs:9)
    EditCosts (Text/EditDistance/EditCosts.hs:17)
    deletionCost (Text/EditDistance/EditCosts.hs:25)
    insertionCost (Text/EditDistance/EditCosts.hs:29)
    substitutionCost (Text/EditDistance/EditCosts.hs:33)
    transpositionCost (Text/EditDistance/EditCosts.hs:37)
    defaultEditCosts (Text/EditDistance/EditCosts.hs:40)
    isDefaultEditCosts (Text/EditDistance/EditCosts.hs:48)
   0% (  0 /  5) in 'Text.EditDistance.SquareSTUArray'
  Missing documentation for:
    Module header
    levenshteinDistance (Text/EditDistance/SquareSTUArray.hs:16)
    levenshteinDistanceWithLengths (Text/EditDistance/SquareSTUArray.hs:22)
    restrictedDamerauLevenshteinDistance (Text/EditDistance/SquareSTUArray.hs:64)
    restrictedDamerauLevenshteinDistanceWithLengths (Text/EditDistance/SquareSTUArray.hs:70)
   0% (  0 /  5) in 'Text.EditDistance.STUArray'
  Missing documentation for:
    Module header
    levenshteinDistance (Text/EditDistance/STUArray.hs:16)
    levenshteinDistanceWithLengths (Text/EditDistance/STUArray.hs:22)
    restrictedDamerauLevenshteinDistance (Text/EditDistance/STUArray.hs:67)
    restrictedDamerauLevenshteinDistanceWithLengths (Text/EditDistance/STUArray.hs:73)
  50% (  3 /  6) in 'Text.EditDistance'
  Missing documentation for:
    Costs (Text/EditDistance/EditCosts.hs:9)
    EditCosts (Text/EditDistance/EditCosts.hs:17)
    defaultEditCosts (Text/EditDistance/EditCosts.hs:40)
Documentation created: dist/doc/html/edit-distance/index.html,
dist/doc/html/edit-distance/edit-distance.txt
Creating package registration file:
/tmp/pkgConf-edit-distance-0.2.2937558955629593614.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/edit-distance-0.2.2.1-EaXwPdtsJLk3gRhOLTc9Ka
Registering edit-distance-0.2.2.1...
Installed edit-distance-0.2.2.1
Configuring sqlite-0.5.2.2...
Building sqlite-0.5.2.2...
Preprocessing library sqlite-0.5.2.2...

on the commandline: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
[1 of 5] Compiling Database.SQL.Types ( Database/SQL/Types.hs, dist/build/Database/SQL/Types.o )
[2 of 5] Compiling Database.SQL     ( Database/SQL.hs, dist/build/Database/SQL.o )
[3 of 5] Compiling Database.SQLite.Types ( Database/SQLite/Types.hs, dist/build/Database/SQLite/Types.o )
[4 of 5] Compiling Database.SQLite.Base ( Database/SQLite/Base.hs, dist/build/Database/SQLite/Base.o )
[5 of 5] Compiling Database.SQLite  ( Database/SQLite.hs, dist/build/Database/SQLite.o )
In-place registering sqlite-0.5.2.2...
Running Haddock for sqlite-0.5.2.2...
Running hscolour for sqlite-0.5.2.2...
Preprocessing library sqlite-0.5.2.2...
Preprocessing library sqlite-0.5.2.2...
Haddock coverage:
  35% ( 12 / 34) in 'Database.SQL.Types'
  Missing documentation for:
    TableName (Database/SQL/Types.hs:59)
    ColumnName (Database/SQL/Types.hs:60)
    DatabaseName (Database/SQL/Types.hs:58)
    OpName (Database/SQL/Types.hs:61)
    SQLOrder (Database/SQL/Types.hs:241)
    select_all (Database/SQL/Types.hs:256)
    SelectSource (Database/SQL/Types.hs:266)
    Clause (Database/SQL/Types.hs:63)
    ForeignUpdateCondition (Database/SQL/Types.hs:73)
    ForeignUpdateAction (Database/SQL/Types.hs:78)
    Deferment (Database/SQL/Types.hs:85)
    Constraint (Database/SQL/Types.hs:93)
    Table (Database/SQL/Types.hs:98)
    SQLTable (Database/SQL/Types.hs:110)
    IntType (Database/SQL/Types.hs:135)
    DateTimeType (Database/SQL/Types.hs:138)
    BlobType (Database/SQL/Types.hs:141)
    showType (Database/SQL/Types.hs:147)
    showClause (Database/SQL/Types.hs:190)
    toSQLString (Database/SQL/Types.hs:231)
    export_sql (Database/SQL/Types.hs:313)
    PrettySQL (Database/SQL/Types.hs:310)
  33% (  1 /  3) in 'Database.SQL'
  Missing documentation for:
    Module header
    sqlInsert (Database/SQL.hs:5)
  12% ( 17 /144) in 'Database.SQLite.Types'
  Missing documentation for:
    SQLiteInt64 (Database/SQLite/Types.hs:25)
    SQLiteWord64 (Database/SQLite/Types.hs:26)
    SQLiteUTF16 (Database/SQLite/Types.hs:57)
    SQLiteContextBuffer (Database/SQLite/Types.hs:58)
    SQLiteCallback (Database/SQLite/Types.hs:59)
    SQLiteCallbackUserData (Database/SQLite/Types.hs:62)
     (Database/SQLite/Types.hs:75)
    Status (Database/SQLite/Types.hs:94)
    sQLITE_ERROR (Database/SQLite/Types.hs:104)
    sQLITE_INTERNAL (Database/SQLite/Types.hs:106)
    sQLITE_PERM (Database/SQLite/Types.hs:108)
    sQLITE_ABORT (Database/SQLite/Types.hs:110)
    sQLITE_BUSY (Database/SQLite/Types.hs:112)
    sQLITE_LOCKED (Database/SQLite/Types.hs:114)
    sQLITE_NOMEM (Database/SQLite/Types.hs:116)
    sQLITE_READONLY (Database/SQLite/Types.hs:118)
    sQLITE_INTERRUPT (Database/SQLite/Types.hs:120)
    sQLITE_IOERR (Database/SQLite/Types.hs:122)
    sQLITE_CORRUPT (Database/SQLite/Types.hs:124)
    sQLITE_NOTFOUND (Database/SQLite/Types.hs:126)
    sQLITE_FULL (Database/SQLite/Types.hs:128)
    sQLITE_CANTOPEN (Database/SQLite/Types.hs:130)
    sQLITE_PROTOCOL (Database/SQLite/Types.hs:132)
    sQLITE_EMPTY (Database/SQLite/Types.hs:134)
    sQLITE_SCHEMA (Database/SQLite/Types.hs:136)
    sQLITE_TOOBIG (Database/SQLite/Types.hs:138)
    sQLITE_CONSTRAINT (Database/SQLite/Types.hs:140)
    sQLITE_MISMATCH (Database/SQLite/Types.hs:142)
    sQLITE_MISUSE (Database/SQLite/Types.hs:144)
    sQLITE_NOLFS (Database/SQLite/Types.hs:146)
    sQLITE_AUTH (Database/SQLite/Types.hs:148)
    sQLITE_FORMAT (Database/SQLite/Types.hs:150)
    sQLITE_RANGE (Database/SQLite/Types.hs:152)
    sQLITE_NOTADB (Database/SQLite/Types.hs:154)
    sQLITE_ROW (Database/SQLite/Types.hs:156)
    sQLITE_DONE (Database/SQLite/Types.hs:158)
    sQLITE_IOERR_SHORT_READ (Database/SQLite/Types.hs:168)
    sQLITE_IOERR_WRITE (Database/SQLite/Types.hs:170)
    sQLITE_IOERR_FSYNC (Database/SQLite/Types.hs:172)
    sQLITE_IOERR_DIR_FSYNC (Database/SQLite/Types.hs:174)
    sQLITE_IOERR_TRUNCATE (Database/SQLite/Types.hs:176)
    sQLITE_IOERR_FSTAT (Database/SQLite/Types.hs:178)
    sQLITE_IOERR_UNLOCK (Database/SQLite/Types.hs:180)
    sQLITE_IOERR_RDLOCK (Database/SQLite/Types.hs:182)
    sQLITE_IOERR_DELETE (Database/SQLite/Types.hs:184)
    sQLITE_IOERR_BLOCKED (Database/SQLite/Types.hs:186)
    sQLITE_IOERR_NOMEM (Database/SQLite/Types.hs:188)
    OpenFlags (Database/SQLite/Types.hs:193)
    sQLITE_OPEN_READWRITE (Database/SQLite/Types.hs:201)
    sQLITE_OPEN_CREATE (Database/SQLite/Types.hs:203)
    sQLITE_OPEN_DELETEONCLOSE (Database/SQLite/Types.hs:205)
    sQLITE_OPEN_EXCLUSIVE (Database/SQLite/Types.hs:207)
    sQLITE_OPEN_MAIN_DB (Database/SQLite/Types.hs:209)
    sQLITE_OPEN_TEMP_DB (Database/SQLite/Types.hs:211)
    sQLITE_OPEN_TRANSIENT_DB (Database/SQLite/Types.hs:213)
    sQLITE_OPEN_MAIN_JOURNAL (Database/SQLite/Types.hs:215)
    sQLITE_OPEN_TEMP_JOURNAL (Database/SQLite/Types.hs:217)
    sQLITE_OPEN_SUBJOURNAL (Database/SQLite/Types.hs:219)
    sQLITE_OPEN_MASTER_JOURNAL (Database/SQLite/Types.hs:221)
    IOCap (Database/SQLite/Types.hs:226)
    sQLITE_IOCAP_ATOMIC512 (Database/SQLite/Types.hs:234)
    sQLITE_IOCAP_ATOMIC1K (Database/SQLite/Types.hs:236)
    sQLITE_IOCAP_ATOMIC2K (Database/SQLite/Types.hs:238)
    sQLITE_IOCAP_ATOMIC4K (Database/SQLite/Types.hs:240)
    sQLITE_IOCAP_ATOMIC8K (Database/SQLite/Types.hs:242)
    sQLITE_IOCAP_ATOMIC16K (Database/SQLite/Types.hs:244)
    sQLITE_IOCAP_ATOMIC32K (Database/SQLite/Types.hs:246)
    sQLITE_IOCAP_ATOMIC64K (Database/SQLite/Types.hs:248)
    sQLITE_IOCAP_SAFE_APPEND (Database/SQLite/Types.hs:250)
    sQLITE_IOCAP_SEQUENTIAL (Database/SQLite/Types.hs:252)
    LockFlag (Database/SQLite/Types.hs:257)
    sQLITE_LOCK_SHARED (Database/SQLite/Types.hs:265)
    sQLITE_LOCK_RESERVED (Database/SQLite/Types.hs:267)
    sQLITE_LOCK_PENDING (Database/SQLite/Types.hs:269)
    sQLITE_LOCK_EXCLUSIVE (Database/SQLite/Types.hs:271)
    SyncFlag (Database/SQLite/Types.hs:276)
    sQLITE_SYNC_FULL (Database/SQLite/Types.hs:284)
    sQLITE_SYNC_DATAONLY (Database/SQLite/Types.hs:286)
    AccessFlag (Database/SQLite/Types.hs:291)
    sQLITE_ACCESS_READWRITE (Database/SQLite/Types.hs:299)
    sQLITE_ACCESS_READ (Database/SQLite/Types.hs:301)
    AuthCode (Database/SQLite/Types.hs:306)
    sQLITE_CREATE_INDEX (Database/SQLite/Types.hs:314)
    sQLITE_CREATE_TABLE (Database/SQLite/Types.hs:316)
    sQLITE_CREATE_TEMP_INDEX (Database/SQLite/Types.hs:318)
    sQLITE_CREATE_TEMP_TABLE (Database/SQLite/Types.hs:320)
    sQLITE_CREATE_TEMP_TRIGGER (Database/SQLite/Types.hs:322)
    sQLITE_CREATE_TEMP_VIEW (Database/SQLite/Types.hs:324)
    sQLITE_CREATE_TRIGGER (Database/SQLite/Types.hs:326)
    sQLITE_CREATE_VIEW (Database/SQLite/Types.hs:328)
    sQLITE_DELETE (Database/SQLite/Types.hs:330)
    sQLITE_DROP_INDEX (Database/SQLite/Types.hs:332)
    sQLITE_DROP_TABLE (Database/SQLite/Types.hs:334)
    sQLITE_DROP_TEMP_INDEX (Database/SQLite/Types.hs:336)
    sQLITE_DROP_TEMP_TABLE (Database/SQLite/Types.hs:338)
    sQLITE_DROP_TEMP_TRIGGER (Database/SQLite/Types.hs:340)
    sQLITE_DROP_TEMP_VIEW (Database/SQLite/Types.hs:342)
    sQLITE_DROP_TRIGGER (Database/SQLite/Types.hs:344)
    sQLITE_DROP_VIEW (Database/SQLite/Types.hs:346)
    sQLITE_INSERT (Database/SQLite/Types.hs:348)
    sQLITE_PRAGMA (Database/SQLite/Types.hs:350)
    sQLITE_READ (Database/SQLite/Types.hs:352)
    sQLITE_SELECT (Database/SQLite/Types.hs:354)
    sQLITE_TRANSACTION (Database/SQLite/Types.hs:356)
    sQLITE_UPDATE (Database/SQLite/Types.hs:358)
    sQLITE_ATTACH (Database/SQLite/Types.hs:360)
    sQLITE_DETACH (Database/SQLite/Types.hs:362)
    sQLITE_ALTER_TABLE (Database/SQLite/Types.hs:364)
    sQLITE_REINDEX (Database/SQLite/Types.hs:366)
    sQLITE_ANALYZE (Database/SQLite/Types.hs:368)
    sQLITE_CREATE_VTABLE (Database/SQLite/Types.hs:370)
    sQLITE_DROP_VTABLE (Database/SQLite/Types.hs:372)
    sQLITE_FUNCTION (Database/SQLite/Types.hs:374)
    TextEncodeFlag (Database/SQLite/Types.hs:379)
    sQLITE_UTF16LE (Database/SQLite/Types.hs:387)
    sQLITE_UTF16BE (Database/SQLite/Types.hs:389)
    sQLITE_UTF16 (Database/SQLite/Types.hs:391)
    sQLITE_ANY (Database/SQLite/Types.hs:393)
    sQLITE_UTF16_ALIGNED (Database/SQLite/Types.hs:395)
    FundamentalDatatype (Database/SQLite/Types.hs:398)
    sQLITE_FLOAT (Database/SQLite/Types.hs:406)
    sQLITE_BLOB (Database/SQLite/Types.hs:408)
    sQLITE_NULL (Database/SQLite/Types.hs:410)
    sQLITE_TEXT (Database/SQLite/Types.hs:412)
    isNullStmt (Database/SQLite/Types.hs:415)
    noCallback (Database/SQLite/Types.hs:418)
    freeCallback (Database/SQLite/Types.hs:421)
   1% (  1 /127) in 'Database.SQLite.Base'
  Missing documentation for:
    sqlite3_libversion (Database/SQLite/Base.hs:262)
    sqlite3_libversion_number (Database/SQLite/Base.hs:265)
    sqlite3_close (Database/SQLite/Base.hs:268)
    sqlite3_exec (Database/SQLite/Base.hs:271)
    sqlite3_extended_result_codes (Database/SQLite/Base.hs:279)
    sqlite3_last_insert_rowid (Database/SQLite/Base.hs:282)
    sqlite3_changes (Database/SQLite/Base.hs:285)
    sqlite3_total_changes (Database/SQLite/Base.hs:288)
    sqlite3_interrupt (Database/SQLite/Base.hs:291)
    sqlite3_complete (Database/SQLite/Base.hs:294)
    sqlite3_complete16 (Database/SQLite/Base.hs:297)
    sqlite3_busy_handler (Database/SQLite/Base.hs:300)
    sqlite3_busy_timeout (Database/SQLite/Base.hs:303)
    sqlite3_get_table (Database/SQLite/Base.hs:306)
    sqlite3_free_table (Database/SQLite/Base.hs:315)
    sqlite3_malloc (Database/SQLite/Base.hs:318)
    sqlite3_realloc (Database/SQLite/Base.hs:321)
    sqlite3_free (Database/SQLite/Base.hs:324)
    sqlite3_set_authorizer (Database/SQLite/Base.hs:335)
    sqlite3_trace (Database/SQLite/Base.hs:338)
    sqlite3_profile (Database/SQLite/Base.hs:341)
    sqlite3_progress_handler (Database/SQLite/Base.hs:344)
    sqlite3_open (Database/SQLite/Base.hs:347)
    sqlite3_open16 (Database/SQLite/Base.hs:350)
    sqlite3_open_v2 (Database/SQLite/Base.hs:353)
    sqlite3_errcode (Database/SQLite/Base.hs:356)
    sqlite3_errmsg (Database/SQLite/Base.hs:359)
    sqlite3_prepare (Database/SQLite/Base.hs:362)
    sqlite3_bind_blob (Database/SQLite/Base.hs:365)
    sqlite3_bind_double (Database/SQLite/Base.hs:368)
    sqlite3_bind_int (Database/SQLite/Base.hs:371)
    sqlite3_bind_int64 (Database/SQLite/Base.hs:374)
    sqlite3_bind_null (Database/SQLite/Base.hs:377)
    sqlite3_bind_text (Database/SQLite/Base.hs:380)
    sqlite3_bind_value (Database/SQLite/Base.hs:383)
    sqlite3_bind_zeroblob (Database/SQLite/Base.hs:386)
    sqlite3_bind_parameter_count (Database/SQLite/Base.hs:389)
    sqlite3_bind_parameter_name (Database/SQLite/Base.hs:392)
    sqlite3_bind_parameter_index (Database/SQLite/Base.hs:395)
    sqlite3_clear_bindings (Database/SQLite/Base.hs:398)
    sqlite3_column_count (Database/SQLite/Base.hs:401)
    sqlite3_column_name (Database/SQLite/Base.hs:404)
    sqlite3_column_decltype (Database/SQLite/Base.hs:418)
    sqlite3_step (Database/SQLite/Base.hs:421)
    sqlite3_data_count (Database/SQLite/Base.hs:424)
    sqlite3_column_blob (Database/SQLite/Base.hs:427)
    sqlite3_column_bytes (Database/SQLite/Base.hs:430)
    sqlite3_column_bytes16 (Database/SQLite/Base.hs:433)
    sqlite3_column_double (Database/SQLite/Base.hs:436)
    sqlite3_column_int (Database/SQLite/Base.hs:439)
    sqlite3_column_int64 (Database/SQLite/Base.hs:442)
    sqlite3_column_text (Database/SQLite/Base.hs:445)
    sqlite3_column_text16 (Database/SQLite/Base.hs:448)
    sqlite3_column_type (Database/SQLite/Base.hs:451)
    sqlite3_column_value (Database/SQLite/Base.hs:454)
    sqlite3_finalize (Database/SQLite/Base.hs:457)
    sqlite3_create_function (Database/SQLite/Base.hs:460)
    sqlite3_value_blob (Database/SQLite/Base.hs:471)
    sqlite3_value_bytes (Database/SQLite/Base.hs:474)
    sqlite3_value_bytes16 (Database/SQLite/Base.hs:477)
    sqlite3_value_double (Database/SQLite/Base.hs:480)
    sqlite3_value_int (Database/SQLite/Base.hs:483)
    sqlite3_value_int64 (Database/SQLite/Base.hs:486)
    sqlite3_value_text (Database/SQLite/Base.hs:489)
    sqlite3_value_text16 (Database/SQLite/Base.hs:492)
    sqlite3_value_text16le (Database/SQLite/Base.hs:495)
    sqlite3_value_text16be (Database/SQLite/Base.hs:498)
    sqlite3_value_numeric_type (Database/SQLite/Base.hs:501)
    sqlite3_value_type (Database/SQLite/Base.hs:504)
    sqlite3_aggregate_context (Database/SQLite/Base.hs:507)
    sqlite3_user_data (Database/SQLite/Base.hs:510)
    sqlite3_get_auxdata (Database/SQLite/Base.hs:513)
    sqlite3_set_auxdata (Database/SQLite/Base.hs:516)
    sqlite3_static_destructor (Database/SQLite/Base.hs:519)
    sqlite3_transient_destructor (Database/SQLite/Base.hs:522)
    sqlite3_result_blob (Database/SQLite/Base.hs:525)
    sqlite3_result_double (Database/SQLite/Base.hs:528)
    sqlite3_result_error (Database/SQLite/Base.hs:531)
    sqlite3_result_error16 (Database/SQLite/Base.hs:534)
    sqlite3_result_error_toobig (Database/SQLite/Base.hs:537)
    sqlite3_result_int (Database/SQLite/Base.hs:545)
    sqlite3_result_int64 (Database/SQLite/Base.hs:548)
    sqlite3_result_null (Database/SQLite/Base.hs:551)
    sqlite3_result_text (Database/SQLite/Base.hs:554)
    sqlite3_result_text16 (Database/SQLite/Base.hs:561)
    sqlite3_result_text16le (Database/SQLite/Base.hs:566)
    sqlite3_result_text16be (Database/SQLite/Base.hs:570)
    sqlite3_result_value (Database/SQLite/Base.hs:574)
    sqlite3_result_zeroblob (Database/SQLite/Base.hs:577)
    sqlite3_create_collation (Database/SQLite/Base.hs:580)
    sqlite3_create_collation16 (Database/SQLite/Base.hs:587)
    sqlite3_create_collation_v2 (Database/SQLite/Base.hs:594)
    sqlite3_collation_needed (Database/SQLite/Base.hs:601)
    sqlite3_collation_needed16 (Database/SQLite/Base.hs:606)
    sqlite3_sleep (Database/SQLite/Base.hs:618)
    sqlite3_set_temp_directory (Database/SQLite/Base.hs:621)
    sqlite3_get_temp_directory (Database/SQLite/Base.hs:624)
    sqlite3_get_autocommit (Database/SQLite/Base.hs:627)
    sqlite3_db_handle (Database/SQLite/Base.hs:630)
    sqlite3_commit_hook (Database/SQLite/Base.hs:633)
    sqlite3_rollback_hook (Database/SQLite/Base.hs:639)
    sqlite3_update_hook (Database/SQLite/Base.hs:645)
    sqlite3_enable_shared_cache (Database/SQLite/Base.hs:651)
    sqlite3_blob_open (Database/SQLite/Base.hs:686)
    sqlite3_blob_close (Database/SQLite/Base.hs:697)
    sqlite3_blob_bytes (Database/SQLite/Base.hs:700)
    sqlite3_blob_read (Database/SQLite/Base.hs:703)
    sqlite3_blob_write (Database/SQLite/Base.hs:706)
    ExecHandler (Database/SQLite/Base.hs:181)
    FreeHandler (Database/SQLite/Base.hs:191)
    UpdateHook (Database/SQLite/Base.hs:196)
    FilterHandler (Database/SQLite/Base.hs:206)
    StepHandler (Database/SQLite/Base.hs:220)
    FinalizeContextHandler (Database/SQLite/Base.hs:213)
    CompareHandler (Database/SQLite/Base.hs:229)
    CollationHandler (Database/SQLite/Base.hs:240)
    CollationHandler16 (Database/SQLite/Base.hs:250)
    mkExecHandler (Database/SQLite/Base.hs:188)
    mkFreeHandler (Database/SQLite/Base.hs:193)
    mkUpdateHook (Database/SQLite/Base.hs:203)
    mkFilterHandler (Database/SQLite/Base.hs:210)
    mkStepHandler (Database/SQLite/Base.hs:226)
    mkFinalizeContextHandler (Database/SQLite/Base.hs:215)
    mkCompareHandler (Database/SQLite/Base.hs:237)
    mkCollationHandler (Database/SQLite/Base.hs:247)
    mkCollationHandler16 (Database/SQLite/Base.hs:257)
  62% ( 20 / 32) in 'Database.SQLite'
  Missing documentation for:
    SQLiteResult (Database/SQLite.hs:341)
    defineTableOpt (Database/SQLite.hs:140)
    Row (Database/SQLite.hs:138)
    Value (Database/SQLite.hs:193)
    withPrim (Database/SQLite.hs:132)
    SQLiteHandle (Database/SQLite.hs:85)
    newSQLiteHandle (Database/SQLite.hs:90)
    IsValue (Database/SQLite.hs:600)
    IsFunctionHandler (Database/SQLite.hs:429)
    createFunction (Database/SQLite.hs:527)
    createFunctionPrim (Database/SQLite.hs:535)
    createAggregatePrim (Database/SQLite.hs:582)
Warning: Database.SQLite: could not find link destinations for:
    SQLiteResultPrivate get_sqlite_val Arity FunctionHandler FunctionName
Documentation created: dist/doc/html/sqlite/index.html,
dist/doc/html/sqlite/sqlite.txt
Creating package registration file:
/tmp/pkgConf-sqlite-0.5.26289669501520982030.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/sqlite-0.5.2.2-8lbK9GGdxkvCrIhah5WQf4
Registering sqlite-0.5.2.2...
Installed sqlite-0.5.2.2
Configuring regex-posix-0.95.2...
Building regex-posix-0.95.2...
Preprocessing library regex-posix-0.95.2...
[1 of 6] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.o )
[2 of 6] Compiling Text.Regex.Posix.String ( Text/Regex/Posix/String.hs, dist/build/Text/Regex/Posix/String.o )
[3 of 6] Compiling Text.Regex.Posix.Sequence ( Text/Regex/Posix/Sequence.hs, dist/build/Text/Regex/Posix/Sequence.o )
[4 of 6] Compiling Text.Regex.Posix.ByteString ( Text/Regex/Posix/ByteString.hs, dist/build/Text/Regex/Posix/ByteString.o )
[5 of 6] Compiling Text.Regex.Posix.ByteString.Lazy ( Text/Regex/Posix/ByteString/Lazy.hs, dist/build/Text/Regex/Posix/ByteString/Lazy.o )
[6 of 6] Compiling Text.Regex.Posix ( Text/Regex/Posix.hs, dist/build/Text/Regex/Posix.o )

Text/Regex/Posix.hs:72:13: Warning:
    In the use of ‘versionTags’ (imported from Data.Version):
    Deprecated: "See GHC ticket #2496"
In-place registering regex-posix-0.95.2...
Running Haddock for regex-posix-0.95.2...
Running hscolour for regex-posix-0.95.2...
Preprocessing library regex-posix-0.95.2...
Preprocessing library regex-posix-0.95.2...

Text/Regex/Posix.hs:72:13: Warning:
    In the use of ‘versionTags’ (imported from Data.Version):
    Deprecated: "See GHC ticket #2496"
Haddock coverage:
  40% ( 17 / 42) in 'Text.Regex.Posix.Wrap'
  Missing documentation for:
    RegOffsetT (Text/Regex/Posix/Wrap.hsc:166)
    =~ (Text/Regex/Posix/Wrap.hsc:320)
    =~~ (Text/Regex/Posix/Wrap.hsc:322)
    wrapCompile (Text/Regex/Posix/Wrap.hsc:298)
    wrapTest (Text/Regex/Posix/Wrap.hsc:303)
    wrapCount (Text/Regex/Posix/Wrap.hsc:317)
    unusedRegOffset (Text/Regex/Posix/Wrap.hsc:291)
    compExtended (Text/Regex/Posix/Wrap.hsc:416)
    compIgnoreCase (Text/Regex/Posix/Wrap.hsc:418)
    compNoSub (Text/Regex/Posix/Wrap.hsc:420)
    compNewline (Text/Regex/Posix/Wrap.hsc:422)
    execNotBOL (Text/Regex/Posix/Wrap.hsc:411)
    execNotEOL (Text/Regex/Posix/Wrap.hsc:413)
    retBadbr (Text/Regex/Posix/Wrap.hsc:427)
    retBadpat (Text/Regex/Posix/Wrap.hsc:429)
    retBadrpt (Text/Regex/Posix/Wrap.hsc:431)
    retEcollate (Text/Regex/Posix/Wrap.hsc:433)
    retEctype (Text/Regex/Posix/Wrap.hsc:435)
    retEescape (Text/Regex/Posix/Wrap.hsc:437)
    retEsubreg (Text/Regex/Posix/Wrap.hsc:439)
    retEbrack (Text/Regex/Posix/Wrap.hsc:441)
    retEparen (Text/Regex/Posix/Wrap.hsc:443)
    retEbrace (Text/Regex/Posix/Wrap.hsc:445)
    retErange (Text/Regex/Posix/Wrap.hsc:447)
    retEspace (Text/Regex/Posix/Wrap.hsc:449)
  68% ( 17 / 25) in 'Text.Regex.Posix.String'
  Missing documentation for:
    unusedOffset (Text/Regex/Posix/String.hs:63)
    compile (Text/Regex/Posix/String.hs:87)
    compExtended (Text/Regex/Posix/Wrap.hsc:416)
    compIgnoreCase (Text/Regex/Posix/Wrap.hsc:418)
    compNoSub (Text/Regex/Posix/Wrap.hsc:420)
    compNewline (Text/Regex/Posix/Wrap.hsc:422)
    execNotBOL (Text/Regex/Posix/Wrap.hsc:411)
    execNotEOL (Text/Regex/Posix/Wrap.hsc:413)
  67% ( 16 / 24) in 'Text.Regex.Posix.Sequence'
  Missing documentation for:
    unusedOffset (Text/Regex/Posix/Sequence.hs:67)
    compile (Text/Regex/Posix/Sequence.hs:91)
    compExtended (Text/Regex/Posix/Wrap.hsc:416)
    compIgnoreCase (Text/Regex/Posix/Wrap.hsc:418)
    compNoSub (Text/Regex/Posix/Wrap.hsc:420)
    compNewline (Text/Regex/Posix/Wrap.hsc:422)
    execNotBOL (Text/Regex/Posix/Wrap.hsc:411)
    execNotEOL (Text/Regex/Posix/Wrap.hsc:413)
  68% ( 17 / 25) in 'Text.Regex.Posix.ByteString'
  Missing documentation for:
    unusedOffset (Text/Regex/Posix/ByteString.hs:143)
    regexec (Text/Regex/Posix/ByteString.hs:124)
    compExtended (Text/Regex/Posix/Wrap.hsc:416)
    compIgnoreCase (Text/Regex/Posix/Wrap.hsc:418)
    compNoSub (Text/Regex/Posix/Wrap.hsc:420)
    compNewline (Text/Regex/Posix/Wrap.hsc:422)
    execNotBOL (Text/Regex/Posix/Wrap.hsc:411)
    execNotEOL (Text/Regex/Posix/Wrap.hsc:413)
  68% ( 17 / 25) in 'Text.Regex.Posix.ByteString.Lazy'
  Missing documentation for:
    unusedOffset (Text/Regex/Posix/ByteString/Lazy.hs:140)
    regexec (Text/Regex/Posix/ByteString/Lazy.hs:128)
    compExtended (Text/Regex/Posix/Wrap.hsc:416)
    compIgnoreCase (Text/Regex/Posix/Wrap.hsc:418)
    compNoSub (Text/Regex/Posix/Wrap.hsc:420)
    compNewline (Text/Regex/Posix/Wrap.hsc:422)
    execNotBOL (Text/Regex/Posix/Wrap.hsc:411)
    execNotEOL (Text/Regex/Posix/Wrap.hsc:413)
  80% (  4 /  5) in 'Text.Regex.Posix'
  Missing documentation for:
    getVersion_Text_Regex_Posix (Text/Regex/Posix.hs:69)
Warning: Text.Regex.Posix.Wrap: could not find link destinations for:
    retNoMatch
Warning: Text.Regex.Posix.String: could not find link destinations for:
    retNoMatch
Warning: Text.Regex.Posix.Sequence: could not find link destinations for:
    retNoMatch
Warning: Text.Regex.Posix.ByteString: could not find link destinations for:
    retNoMatch
Warning: Text.Regex.Posix.ByteString.Lazy: could not find link destinations for:
    retNoMatch
Documentation created: dist/doc/html/regex-posix/index.html,
dist/doc/html/regex-posix/regex-posix.txt
Creating package registration file:
/tmp/pkgConf-regex-posix-0.9517878975251745897490.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/regex-posix-0.95.2-6Fv9CTZU9JMB52PT4YRZTl
Registering regex-posix-0.95.2...
Installed regex-posix-0.95.2
Configuring regex-compat-0.95.1...
Building regex-compat-0.95.1...
Preprocessing library regex-compat-0.95.1...
[1 of 1] Compiling Text.Regex       ( Text/Regex.hs, dist/build/Text/Regex.o )

Text/Regex.hs:50:1: Warning: Tab character

Text/Regex.hs:51:1: Warning: Tab character

Text/Regex.hs:63:12: Warning: Tab character

Text/Regex.hs:64:13: Warning: Tab character

Text/Regex.hs:65:21: Warning: Tab character

Text/Regex.hs:66:1: Warning: Tab character

Text/Regex.hs:67:1: Warning: Tab character

Text/Regex.hs:73:12: Warning: Tab character

Text/Regex.hs:74:13: Warning: Tab character

Text/Regex.hs:76:1: Warning: Tab character

Text/Regex.hs:77:1: Warning: Tab character

Text/Regex.hs:78:1: Warning: Tab character

Text/Regex.hs:79:1: Warning: Tab character

Text/Regex.hs:80:1: Warning: Tab character

Text/Regex.hs:81:1: Warning: Tab character
In-place registering regex-compat-0.95.1...
Running Haddock for regex-compat-0.95.1...
Running hscolour for regex-compat-0.95.1...
Preprocessing library regex-compat-0.95.1...
Preprocessing library regex-compat-0.95.1...

Text/Regex.hs:63:12: Warning: Tab character

Text/Regex.hs:64:13: Warning: Tab character

Text/Regex.hs:65:21: Warning: Tab character

Text/Regex.hs:73:12: Warning: Tab character

Text/Regex.hs:74:13: Warning: Tab character

Text/Regex.hs:76:1: Warning: Tab character
Haddock coverage:
 100% (  9 /  9) in 'Text.Regex'
Documentation created: dist/doc/html/regex-compat/index.html,
dist/doc/html/regex-compat/regex-compat.txt
Creating package registration file:
/tmp/pkgConf-regex-compat-0.952345769871866355856.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/regex-compat-0.95.1-LfevtAmd1jA93E87NZxMhh
Registering regex-compat-0.95.1...
Installed regex-compat-0.95.1
Configuring phonetic-code-0.1.1.1...
Building phonetic-code-0.1.1.1...
Preprocessing library phonetic-code-0.1.1.1...
[1 of 2] Compiling Text.PhoneticCode.Phonix ( Text/PhoneticCode/Phonix.hs, dist/build/Text/PhoneticCode/Phonix.o )
[2 of 2] Compiling Text.PhoneticCode.Soundex ( Text/PhoneticCode/Soundex.hs, dist/build/Text/PhoneticCode/Soundex.o )
In-place registering phonetic-code-0.1.1.1...
Running Haddock for phonetic-code-0.1.1.1...
Running hscolour for phonetic-code-0.1.1.1...
Preprocessing library phonetic-code-0.1.1.1...
Preprocessing library phonetic-code-0.1.1.1...
Haddock coverage:
 100% (  6 /  6) in 'Text.PhoneticCode.Phonix'
  60% (  3 /  5) in 'Text.PhoneticCode.Soundex'
  Missing documentation for:
    soundexSimple (Text/PhoneticCode/Soundex.hs:106)
    soundexNARA (Text/PhoneticCode/Soundex.hs:113)
Documentation created: dist/doc/html/phonetic-code/index.html,
dist/doc/html/phonetic-code/phonetic-code.txt
Creating package registration file:
/tmp/pkgConf-phonetic-code-0.1.11369678468929588156.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/phonetic-code-0.1.1.1-KhDuil4POqULDr0xkRTYCp
Registering phonetic-code-0.1.1.1...
Installed phonetic-code-0.1.1.1
Configuring thimk-0.3...
Building thimk-0.3...
Preprocessing executable 'thimk' for thimk-0.3...
[1 of 3] Compiling Paths_thimk      ( dist/build/autogen/Paths_thimk.hs, dist/build/thimk/thimk-tmp/Paths_thimk.o )
[2 of 3] Compiling PCDB             ( PCDB.hs, dist/build/thimk/thimk-tmp/PCDB.o )
[3 of 3] Compiling Main             ( thimk.hs, dist/build/thimk/thimk-tmp/Main.o )

thimk.hs:96:16:
    ‘insertionCost’ is not a (visible) field of constructor ‘EditCosts’

thimk.hs:97:16:
    ‘deletionCost’ is not a (visible) field of constructor ‘EditCosts’

thimk.hs:98:16:
    ‘transpositionCost’ is not a (visible) field of constructor ‘EditCosts’

thimk.hs:99:16:
    ‘substitutionCost’ is not a (visible) field of constructor ‘EditCosts’
Failed to install thimk-0.3
cabal: Error: some packages failed to install:
thimk-0.3 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.