Build #1 for Shellac-readline-0.9.9
| Package | Shellac-readline-0.9.9 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2016-06-03 04:13:43.333306 UTC |
|---|---|
| Compiler | ghc-8.0.1.20160521 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | Shellac-0.9.9, base-4.9.0.0, readline-1.0.3.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-7282/mtl-2.2.1'
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 )
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.22145174067468703135.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
Registering mtl-2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-7282/mtl-2.2.1'
Installed mtl-2.2.1
cabal: Entering directory '/tmp/cabal-tmp-7282/readline-1.0.3.0'
Configuring readline-1.0.3.0...
checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking for GNUreadline.framework... checking for readline... no
checking for tputs in -lncurses... yes
checking for readline in -lreadline... yes
checking for rl_readline_version... yes
checking for rl_begin_undo_group... yes
checking for rl_erase_empty_line... yes
checking for rl_free_undo_list... yes
checking for rl_completion_word_break_hook in -lreadline... yes
configure: creating ./config.status
config.status: creating config.mk
config.status: creating readline.buildinfo
config.status: creating include/HsReadlineConfig.h
config.status: include/HsReadlineConfig.h is unchanged
Building readline-1.0.3.0...
Preprocessing library readline-1.0.3.0...
[1 of 2] Compiling System.Console.SimpleLineEditor ( System/Console/SimpleLineEditor.hs, dist/build/System/Console/SimpleLineEditor.o )
System/Console/SimpleLineEditor.hs:19:15: warning: [-Wtabs]
Tab character found here, and in 11 further locations.
Please use spaces instead.
System/Console/SimpleLineEditor.hs:33:1: warning: [-Wdeprecations]
Module ‘System.Cmd’ is deprecated: Use "System.Process" instead
[2 of 2] Compiling System.Console.Readline ( dist/build/System/Console/Readline.hs, dist/build/System/Console/Readline.o )
System/Console/Readline.hsc:286:21: warning: [-Wtabs]
Tab character found here, and in 16 further locations.
Please use spaces instead.
Running Haddock for readline-1.0.3.0...
Running hscolour for readline-1.0.3.0...
Preprocessing library readline-1.0.3.0...
Preprocessing library readline-1.0.3.0...
System/Console/SimpleLineEditor.hs:19:15: warning: [-Wtabs]
Tab character found here, and in 11 further locations.
Please use spaces instead.
System/Console/SimpleLineEditor.hs:33:1: warning: [-Wdeprecations]
Module ‘System.Cmd’ is deprecated: Use "System.Process" instead
System/Console/Readline.hsc:286:21: warning: [-Wtabs]
Tab character found here, and in 16 further locations.
Please use spaces instead.
Haddock coverage:
80% ( 4 / 5) in 'System.Console.SimpleLineEditor'
Missing documentation for:
getLineEdited (System/Console/SimpleLineEditor.hs:93)
2% ( 3 /133) in 'System.Console.Readline'
Missing documentation for:
getLineBuffer (System/Console/Readline.hsc:345)
setLineBuffer (System/Console/Readline.hsc:349)
getPoint (System/Console/Readline.hsc:369)
setPoint (System/Console/Readline.hsc:372)
getEnd (System/Console/Readline.hsc:377)
setEnd (System/Console/Readline.hsc:380)
getMark (System/Console/Readline.hsc:385)
setMark (System/Console/Readline.hsc:388)
setDone (System/Console/Readline.hsc:393)
setPendingInput (System/Console/Readline.hsc:397)
setEraseEmptyLine (System/Console/Readline.hsc:402)
getPrompt (System/Console/Readline.hsc:407)
setAlreadyPrompted (System/Console/Readline.hsc:412)
getLibraryVersion (System/Console/Readline.hsc:417)
getTerminalName (System/Console/Readline.hsc:421)
setReadlineName (System/Console/Readline.hsc:425)
getInStream (System/Console/Readline.hsc:432)
getOutStream (System/Console/Readline.hsc:436)
setStartupHook (System/Console/Readline.hsc:443)
setPreInputHook (System/Console/Readline.hsc:448)
setEventHook (System/Console/Readline.hsc:453)
setRedisplayFunction (System/Console/Readline.hsc:461)
Keymap (System/Console/Readline.hsc:509)
newBareKeymap (System/Console/Readline.hsc:511)
copyKeymap (System/Console/Readline.hsc:513)
newKeymap (System/Console/Readline.hsc:515)
freeKeymap (System/Console/Readline.hsc:517)
getKeymap (System/Console/Readline.hsc:525)
setKeymap (System/Console/Readline.hsc:528)
getKeymapByName (System/Console/Readline.hsc:531)
getKeymapName (System/Console/Readline.hsc:536)
getExecutingKeymap (System/Console/Readline.hsc:544)
getBindingKeymap (System/Console/Readline.hsc:548)
Callback (System/Console/Readline.hsc:555)
addDefun (System/Console/Readline.hsc:558)
bindKey (System/Console/Readline.hsc:570)
bindKeyInMap (System/Console/Readline.hsc:581)
unbindKey (System/Console/Readline.hsc:589)
unbindKeyInMap (System/Console/Readline.hsc:595)
unbindCommandInMap (System/Console/Readline.hsc:605)
Entry (System/Console/Readline.hsc:612)
genericBind (System/Console/Readline.hsc:617)
parseAndBind (System/Console/Readline.hsc:633)
readInitFile (System/Console/Readline.hsc:640)
namedFunction (System/Console/Readline.hsc:650)
functionOfKeyseq (System/Console/Readline.hsc:657)
functionDumper (System/Console/Readline.hsc:676)
listFunmapNames (System/Console/Readline.hsc:681)
funmapNames (System/Console/Readline.hsc:684)
beginUndoGroup (System/Console/Readline.hsc:711)
endUndoGroup (System/Console/Readline.hsc:716)
UndoCode (System/Console/Readline.hsc:721)
addUndo (System/Console/Readline.hsc:723)
freeUndoList (System/Console/Readline.hsc:737)
doUndo (System/Console/Readline.hsc:742)
modifying (System/Console/Readline.hsc:747)
redisplay (System/Console/Readline.hsc:757)
forcedUpdateDisplay (System/Console/Readline.hsc:759)
onNewLine (System/Console/Readline.hsc:764)
onNewLineWithPrompt (System/Console/Readline.hsc:770)
resetLineState (System/Console/Readline.hsc:776)
message (System/Console/Readline.hsc:781)
clearMessage (System/Console/Readline.hsc:786)
savePrompt (System/Console/Readline.hsc:792)
restorePrompt (System/Console/Readline.hsc:794)
insertText (System/Console/Readline.hsc:800)
deleteText (System/Console/Readline.hsc:805)
copyText (System/Console/Readline.hsc:812)
killText (System/Console/Readline.hsc:821)
readKey (System/Console/Readline.hsc:831)
stuffChar (System/Console/Readline.hsc:836)
initialize (System/Console/Readline.hsc:841)
resetTerminal (System/Console/Readline.hsc:846)
ding (System/Console/Readline.hsc:853)
displayMatchList (System/Console/Readline.hsc:862)
callbackHandlerInstall (System/Console/Readline.hsc:879)
callbackReadChar (System/Console/Readline.hsc:892)
setCatchSignals (System/Console/Readline.hsc:899)
getCatchSignals (System/Console/Readline.hsc:902)
setCatchSigwinch (System/Console/Readline.hsc:907)
getCatchSigwinch (System/Console/Readline.hsc:910)
cleanupAfterSignal (System/Console/Readline.hsc:915)
freeLineState (System/Console/Readline.hsc:917)
resetAfterSignal (System/Console/Readline.hsc:919)
resizeTerminal (System/Console/Readline.hsc:921)
setSignals (System/Console/Readline.hsc:924)
clearSignals (System/Console/Readline.hsc:929)
completeInternal (System/Console/Readline.hsc:937)
complete (System/Console/Readline.hsc:944)
possibleCompletions (System/Console/Readline.hsc:951)
insertCompletions (System/Console/Readline.hsc:958)
completionMatches (System/Console/Readline.hsc:993)
filenameCompletionFunction (System/Console/Readline.hsc:1014)
usernameCompletionFunction (System/Console/Readline.hsc:1024)
setCompletionEntryFunction (System/Console/Readline.hsc:1034)
setAttemptedCompletionFunction (System/Console/Readline.hsc:1045)
setFilenameQuotingFunction (System/Console/Readline.hsc:1087)
quoteFilename (System/Console/Readline.hsc:1113)
setFilenameDequotingFunction (System/Console/Readline.hsc:1127)
setCharIsQuotedP (System/Console/Readline.hsc:1142)
getCompletionQueryItems (System/Console/Readline.hsc:1154)
setCompletionQueryItems (System/Console/Readline.hsc:1158)
getBasicWordBreakCharacters (System/Console/Readline.hsc:1164)
setBasicWordBreakCharacters (System/Console/Readline.hsc:1167)
getBasicQuoteCharacters (System/Console/Readline.hsc:1183)
setBasicQuoteCharacters (System/Console/Readline.hsc:1186)
getCompleterWordBreakCharacters (System/Console/Readline.hsc:1199)
setCompleterWordBreakCharacters (System/Console/Readline.hsc:1202)
getCompleterQuoteCharacters (System/Console/Readline.hsc:1211)
setCompleterQuoteCharacters (System/Console/Readline.hsc:1214)
getFilenameQuoteCharacters (System/Console/Readline.hsc:1230)
setFilenameQuoteCharacters (System/Console/Readline.hsc:1233)
getSpecialPrefixes (System/Console/Readline.hsc:1238)
setSpecialPrefixes (System/Console/Readline.hsc:1241)
getCompletionAppendCharacter (System/Console/Readline.hsc:1246)
setCompletionAppendCharacter (System/Console/Readline.hsc:1251)
setIgnoreCompletionDuplicates (System/Console/Readline.hsc:1257)
getIgnoreCompletionDuplicates (System/Console/Readline.hsc:1261)
setFilenameCompletionDesired (System/Console/Readline.hsc:1267)
getFilenameCompletionDesired (System/Console/Readline.hsc:1271)
setFilenameQuotingDesired (System/Console/Readline.hsc:1277)
getFilenameQuotingDesired (System/Console/Readline.hsc:1281)
setInhibitCompletion (System/Console/Readline.hsc:1287)
getInhibitCompletion (System/Console/Readline.hsc:1290)
setAttemptedCompletionOver (System/Console/Readline.hsc:1299)
getAttemptedCompletionOver (System/Console/Readline.hsc:1295)
setIgnoreSomeCompletionsFunction (System/Console/Readline.hsc:1307)
setDirectoryCompletionHook (System/Console/Readline.hsc:1324)
setCompletionWordBreakHook (System/Console/Readline.hsc:1073)
setCompletionDisplayMatchesHook (System/Console/Readline.hsc:1341)
Documentation created: dist/doc/html/readline/index.html,
dist/doc/html/readline/readline.txt
Creating package registration file:
/tmp/pkgConf-readline-1.0.31253207672570073850.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/readline-1.0.3.0-DtU4PKrJ66YBtY9rgpAdTj
Registering readline-1.0.3.0...
cabal: Leaving directory '/tmp/cabal-tmp-7282/readline-1.0.3.0'
Installed readline-1.0.3.0
cabal: Entering directory '/tmp/cabal-tmp-7282/Shellac-0.9.9'
Configuring Shellac-0.9.9...
Building Shellac-0.9.9...
Preprocessing library Shellac-0.9.9...
[ 1 of 10] Compiling System.Console.Shell.ConsoleHandler ( src/System/Console/Shell/ConsoleHandler.hs, dist/build/System/Console/Shell/ConsoleHandler.o )
[ 2 of 10] Compiling System.Console.Shell.PPrint ( src/System/Console/Shell/PPrint.hs, dist/build/System/Console/Shell/PPrint.o )
[ 3 of 10] Compiling System.Console.Shell.Regex ( src/System/Console/Shell/Regex.hs, dist/build/System/Console/Shell/Regex.o )
[ 4 of 10] Compiling System.Console.Shell.Backend ( src/System/Console/Shell/Backend.hs, dist/build/System/Console/Shell/Backend.o )
src/System/Console/Shell/Backend.hs:62:1: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
[ 5 of 10] Compiling System.Console.Shell.Backend.Basic ( src/System/Console/Shell/Backend/Basic.hs, dist/build/System/Console/Shell/Backend/Basic.o )
src/System/Console/Shell/Backend/Basic.hs:19:1: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
[ 6 of 10] Compiling System.Console.Shell.Types ( src/System/Console/Shell/Types.hs, dist/build/System/Console/Shell/Types.o )
[ 7 of 10] Compiling System.Console.Shell.ShellMonad ( src/System/Console/Shell/ShellMonad.hs, dist/build/System/Console/Shell/ShellMonad.o )
[ 8 of 10] Compiling System.Console.Shell.Commands ( src/System/Console/Shell/Commands.hs, dist/build/System/Console/Shell/Commands.o )
[ 9 of 10] Compiling System.Console.Shell.RunShell ( src/System/Console/Shell/RunShell.hs, dist/build/System/Console/Shell/RunShell.o )
src/System/Console/Shell/RunShell.hs:18:1: warning: [-Wdeprecations]
Module ‘Control.Monad.Error’ is deprecated:
Use Control.Monad.Except instead
[10 of 10] Compiling System.Console.Shell ( src/System/Console/Shell.hs, dist/build/System/Console/Shell.o )
Running Haddock for Shellac-0.9.9...
Running hscolour for Shellac-0.9.9...
Preprocessing library Shellac-0.9.9...
Preprocessing library Shellac-0.9.9...
src/System/Console/Shell/Backend/Basic.hs:19:1: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
src/System/Console/Shell/RunShell.hs:18:1: warning: [-Wdeprecations]
Module ‘Control.Monad.Error’ is deprecated:
Use Control.Monad.Except instead
Haddock coverage:
0% ( 0 / 2) in 'System.Console.Shell.ConsoleHandler'
Missing documentation for:
Module header
withControlCHandler (src/System/Console/Shell/ConsoleHandler.hs:38)
1% ( 1 / 78) in 'System.Console.Shell.PPrint'
Missing documentation for:
Module header
Doc (src/System/Console/Shell/PPrint.hs:244)
Pretty (src/System/Console/Shell/PPrint.hs:166)
pretty (src/System/Console/Shell/PPrint.hs:167)
putDoc (src/System/Console/Shell/PPrint.hs:389)
hPutDoc (src/System/Console/Shell/PPrint.hs:392)
<> (src/System/Console/Shell/PPrint.hs:96)
<+> (src/System/Console/Shell/PPrint.hs:97)
</> (src/System/Console/Shell/PPrint.hs:98)
<//> (src/System/Console/Shell/PPrint.hs:99)
<$> (src/System/Console/Shell/PPrint.hs:100)
<$$> (src/System/Console/Shell/PPrint.hs:101)
sep (src/System/Console/Shell/PPrint.hs:83)
fillSep (src/System/Console/Shell/PPrint.hs:84)
hsep (src/System/Console/Shell/PPrint.hs:85)
vsep (src/System/Console/Shell/PPrint.hs:86)
cat (src/System/Console/Shell/PPrint.hs:88)
fillCat (src/System/Console/Shell/PPrint.hs:89)
hcat (src/System/Console/Shell/PPrint.hs:90)
vcat (src/System/Console/Shell/PPrint.hs:91)
punctuate (src/System/Console/Shell/PPrint.hs:75)
align (src/System/Console/Shell/PPrint.hs:236)
hang (src/System/Console/Shell/PPrint.hs:234)
indent (src/System/Console/Shell/PPrint.hs:232)
fill (src/System/Console/Shell/PPrint.hs:222)
fillBreak (src/System/Console/Shell/PPrint.hs:218)
list (src/System/Console/Shell/PPrint.hs:61)
tupled (src/System/Console/Shell/PPrint.hs:62)
semiBraces (src/System/Console/Shell/PPrint.hs:63)
encloseSep (src/System/Console/Shell/PPrint.hs:65)
angles (src/System/Console/Shell/PPrint.hs:110)
langle (src/System/Console/Shell/PPrint.hs:116)
rangle (src/System/Console/Shell/PPrint.hs:117)
parens (src/System/Console/Shell/PPrint.hs:109)
lparen (src/System/Console/Shell/PPrint.hs:114)
rparen (src/System/Console/Shell/PPrint.hs:115)
braces (src/System/Console/Shell/PPrint.hs:108)
lbrace (src/System/Console/Shell/PPrint.hs:118)
rbrace (src/System/Console/Shell/PPrint.hs:119)
brackets (src/System/Console/Shell/PPrint.hs:111)
lbracket (src/System/Console/Shell/PPrint.hs:120)
rbracket (src/System/Console/Shell/PPrint.hs:121)
dquotes (src/System/Console/Shell/PPrint.hs:107)
dquote (src/System/Console/Shell/PPrint.hs:124)
squotes (src/System/Console/Shell/PPrint.hs:106)
squote (src/System/Console/Shell/PPrint.hs:123)
comma (src/System/Console/Shell/PPrint.hs:127)
space (src/System/Console/Shell/PPrint.hs:128)
dot (src/System/Console/Shell/PPrint.hs:129)
backslash (src/System/Console/Shell/PPrint.hs:130)
semi (src/System/Console/Shell/PPrint.hs:125)
colon (src/System/Console/Shell/PPrint.hs:126)
equals (src/System/Console/Shell/PPrint.hs:131)
string (src/System/Console/Shell/PPrint.hs:139)
bool (src/System/Console/Shell/PPrint.hs:144)
int (src/System/Console/Shell/PPrint.hs:147)
integer (src/System/Console/Shell/PPrint.hs:150)
float (src/System/Console/Shell/PPrint.hs:153)
double (src/System/Console/Shell/PPrint.hs:156)
rational (src/System/Console/Shell/PPrint.hs:159)
softline (src/System/Console/Shell/PPrint.hs:103)
softbreak (src/System/Console/Shell/PPrint.hs:104)
empty (src/System/Console/Shell/PPrint.hs:260)
char (src/System/Console/Shell/PPrint.hs:262)
text (src/System/Console/Shell/PPrint.hs:265)
line (src/System/Console/Shell/PPrint.hs:268)
linebreak (src/System/Console/Shell/PPrint.hs:269)
nest (src/System/Console/Shell/PPrint.hs:272)
group (src/System/Console/Shell/PPrint.hs:275)
column (src/System/Console/Shell/PPrint.hs:273)
nesting (src/System/Console/Shell/PPrint.hs:274)
width (src/System/Console/Shell/PPrint.hs:226)
SimpleDoc (src/System/Console/Shell/PPrint.hs:254)
renderPretty (src/System/Console/Shell/PPrint.hs:300)
renderCompact (src/System/Console/Shell/PPrint.hs:346)
displayS (src/System/Console/Shell/PPrint.hs:367)
displayIO (src/System/Console/Shell/PPrint.hs:373)
0% ( 0 / 34) in 'System.Console.Shell.Regex'
Missing documentation for:
Module header
Regex (src/System/Console/Shell/Regex.hs:27)
RegexContext (src/System/Console/Shell/Regex.hs:39)
showRegex (src/System/Console/Shell/Regex.hs:50)
parenIf (src/System/Console/Shell/Regex.hs:62)
(src/System/Console/Shell/Regex.hs:66)
matchesRegex (src/System/Console/Shell/Regex.hs:72)
matchRegex (src/System/Console/Shell/Regex.hs:79)
runRegex (src/System/Console/Shell/Regex.hs:87)
strEpsilon (src/System/Console/Shell/Regex.hs:118)
strTerminal (src/System/Console/Shell/Regex.hs:120)
strConcat (src/System/Console/Shell/Regex.hs:121)
strAlt (src/System/Console/Shell/Regex.hs:122)
strStar (src/System/Console/Shell/Regex.hs:123)
strSpace (src/System/Console/Shell/Regex.hs:124)
strAny (src/System/Console/Shell/Regex.hs:125)
altProj (src/System/Console/Shell/Regex.hs:127)
starRegex (src/System/Console/Shell/Regex.hs:129)
plusRegex (src/System/Console/Shell/Regex.hs:132)
optRegex (src/System/Console/Shell/Regex.hs:136)
manyRegex (src/System/Console/Shell/Regex.hs:142)
stringRegex (src/System/Console/Shell/Regex.hs:147)
anyOfRegex (src/System/Console/Shell/Regex.hs:150)
spaceRegex (src/System/Console/Shell/Regex.hs:154)
maybeSpaceRegex (src/System/Console/Shell/Regex.hs:157)
maybeSpaceBefore (src/System/Console/Shell/Regex.hs:160)
spaceAfter (src/System/Console/Shell/Regex.hs:163)
maybeSpaceAfter (src/System/Console/Shell/Regex.hs:166)
signRegex (src/System/Console/Shell/Regex.hs:169)
intRegex (src/System/Console/Shell/Regex.hs:175)
floatRegex (src/System/Console/Shell/Regex.hs:179)
boolRegex (src/System/Console/Shell/Regex.hs:183)
wordsRegex (src/System/Console/Shell/Regex.hs:196)
wordRegex (src/System/Console/Shell/Regex.hs:199)
100% ( 6 / 6) in 'System.Console.Shell.Backend'
50% ( 1 / 2) in 'System.Console.Shell.Backend.Basic'
Missing documentation for:
basicBackend (src/System/Console/Shell/Backend/Basic.hs:26)
77% ( 10 / 13) in 'System.Console.Shell.Types'
Missing documentation for:
Module header
CommandCompleter (src/System/Console/Shell/Types.hs:29)
ShellacException (src/System/Console/Shell/Types.hs:34)
100% ( 23 / 23) in 'System.Console.Shell.ShellMonad'
73% ( 11 / 15) in 'System.Console.Shell.Commands'
Missing documentation for:
Module header
maybePrefix (src/System/Console/Shell/Commands.hs:29)
getShellCommands (src/System/Console/Shell/Commands.hs:32)
commandsRegex (src/System/Console/Shell/Commands.hs:259)
75% ( 3 / 4) in 'System.Console.Shell.RunShell'
Missing documentation for:
Module header
97% ( 30 / 31) in 'System.Console.Shell'
Missing documentation for:
ShellacException (src/System/Console/Shell/Types.hs:34)
Warning: System.Console.Shell.ShellMonad: could not find link destinations for:
parseCommand CommandParser commandSyntax Doc
Warning: System.Console.Shell: could not find link destinations for:
parseCommand commandSyntax CommandParser Doc
Documentation created: dist/doc/html/Shellac/index.html,
dist/doc/html/Shellac/Shellac.txt
Creating package registration file:
/tmp/pkgConf-Shellac-0.95529102531671294892.9
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/Shellac-0.9.9-IuEZcrW0pWCGTyd3fpPGOA
Registering Shellac-0.9.9...
cabal: Leaving directory '/tmp/cabal-tmp-7282/Shellac-0.9.9'
Installed Shellac-0.9.9
cabal: Entering directory '/tmp/cabal-tmp-7282/Shellac-readline-0.9.9'
Configuring Shellac-readline-0.9.9...
Building Shellac-readline-0.9.9...
Preprocessing library Shellac-readline-0.9.9...
[1 of 1] Compiling System.Console.Shell.Backend.Readline ( src/System/Console/Shell/Backend/Readline.hs, dist/build/System/Console/Shell/Backend/Readline.o )
Running Haddock for Shellac-readline-0.9.9...
Running hscolour for Shellac-readline-0.9.9...
Preprocessing library Shellac-readline-0.9.9...
Preprocessing library Shellac-readline-0.9.9...
Haddock coverage:
50% ( 1 / 2) in 'System.Console.Shell.Backend.Readline'
Missing documentation for:
readlineBackend (src/System/Console/Shell/Backend/Readline.hs:37)
Documentation created: dist/doc/html/Shellac-readline/index.html,
dist/doc/html/Shellac-readline/Shellac-readline.txt
Creating package registration file:
/tmp/pkgConf-Shellac-readline-0.9374877701541027284.9
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/Shellac-readline-0.9.9-EOSx4871F6NBIkiDk5DzoH
Registering Shellac-readline-0.9.9...
cabal: Leaving directory '/tmp/cabal-tmp-7282/Shellac-readline-0.9.9'
Installed Shellac-readline-0.9.9
Test log
No test log was submitted for this report.