Build #9 for arion-0.1.0.8
| Package | arion-0.1.0.8 |
|---|
| Install | BuildFailed |
|---|---|
| Docs | NotTried |
| Tests | NotTried |
| Time submitted | 2016-10-26 23:04:00.393157 UTC |
|---|---|
| Compiler | ghc-8.0.1.20161018 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.9.0.0, containers-0.5.7.1, directory-1.2.6.2, filemanip-0.3.6.3, fsnotify-0.2.1, process-1.4.2.0, regex-posix-0.95.2, safe-0.3.9, split-0.2.3.1, system-filepath-0.4.13.4, text-1.2.2.1, transformers-0.5.2.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-30319/hinotify-0.3.8.1'
Configuring hinotify-0.3.8.1...
Building hinotify-0.3.8.1...
Preprocessing library hinotify-0.3.8.1...
[1 of 2] Compiling System.INotify.Masks ( dist/build/System/INotify/Masks.hs, dist/build/System/INotify/Masks.o )
[2 of 2] Compiling System.INotify ( dist/build/System/INotify.hs, dist/build/System/INotify.o )
Running Haddock for hinotify-0.3.8.1...
Running hscolour for hinotify-0.3.8.1...
Preprocessing library hinotify-0.3.8.1...
Preprocessing library hinotify-0.3.8.1...
Haddock coverage:
0% ( 0 / 27) in 'System.INotify.Masks'
Missing documentation for:
Module header
inAccess (src/System/INotify/Masks.hsc:82)
inModify (src/System/INotify/Masks.hsc:84)
inAttrib (src/System/INotify/Masks.hsc:86)
inCloseWrite (src/System/INotify/Masks.hsc:88)
inCloseNowrite (src/System/INotify/Masks.hsc:83)
inOpen (src/System/INotify/Masks.hsc:85)
inMovedFrom (src/System/INotify/Masks.hsc:87)
inMovedTo (src/System/INotify/Masks.hsc:89)
inMoveSelf (src/System/INotify/Masks.hsc:90)
inCreate (src/System/INotify/Masks.hsc:84)
inDelete (src/System/INotify/Masks.hsc:86)
inDeleteSelf (src/System/INotify/Masks.hsc:88)
inUnmount (src/System/INotify/Masks.hsc:86)
inQOverflow (src/System/INotify/Masks.hsc:88)
inIgnored (src/System/INotify/Masks.hsc:90)
inClose (src/System/INotify/Masks.hsc:88)
inMove (src/System/INotify/Masks.hsc:90)
inOnlydir (src/System/INotify/Masks.hsc:90)
inDontFollow (src/System/INotify/Masks.hsc:92)
inMaskAdd (src/System/INotify/Masks.hsc:94)
inIsdir (src/System/INotify/Masks.hsc:96)
inOneshot (src/System/INotify/Masks.hsc:91)
inAllEvents (src/System/INotify/Masks.hsc:93)
maskIsSet (src/System/INotify/Masks.hsc:44)
joinMasks (src/System/INotify/Masks.hsc:79)
Mask (src/System/INotify/Masks.hsc:36)
9% ( 1 / 11) in 'System.INotify'
Missing documentation for:
initINotify (src/System/INotify.hsc:176)
killINotify (src/System/INotify.hsc:331)
withINotify (src/System/INotify.hsc:337)
addWatch (src/System/INotify.hsc:189)
removeWatch (src/System/INotify.hsc:244)
INotify (src/System/INotify.hsc:70)
WatchDescriptor (src/System/INotify.hsc:71)
Event (src/System/INotify.hsc:80)
EventVariety (src/System/INotify.hsc:143)
Cookie (src/System/INotify.hsc:76)
Warning: System.INotify: could not find link destinations for:
FDEvent
Documentation created: dist/doc/html/hinotify/index.html,
dist/doc/html/hinotify/hinotify.txt
Creating package registration file:
/tmp/pkgConf-hinotify-0.3.82145174067468703135.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/hinotify-0.3.8.1-Gq67SHpnhelljPBDnXAk3
Registering hinotify-0.3.8.1...
cabal: Leaving directory '/tmp/cabal-tmp-30319/hinotify-0.3.8.1'
Installed hinotify-0.3.8.1
cabal: Entering directory '/tmp/cabal-tmp-30319/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.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 3 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[ 4 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[ 5 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[ 6 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 7 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[ 8 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[ 9 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[10 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[11 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[12 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[13 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[14 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[15 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[16 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[17 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[18 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[19 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[20 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[21 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.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% ( 3 / 3) in 'Control.Monad.Trans'
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)
100% ( 5 / 5) in 'Control.Monad.State.Class'
96% ( 24 / 25) in 'Control.Monad.State.Lazy'
Missing documentation for:
runStateT
96% ( 24 / 25) in 'Control.Monad.State.Strict'
Missing documentation for:
runStateT
100% ( 2 / 2) in 'Control.Monad.State'
100% ( 3 / 3) in 'Control.Monad.Reader.Class'
96% ( 22 / 23) in 'Control.Monad.Reader'
Missing documentation for:
runReaderT
80% ( 4 / 5) in 'Control.Monad.RWS.Class'
Missing documentation for:
MonadRWS (Control/Monad/RWS/Class.hs:44)
95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
Missing documentation for:
runRWST
95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
Missing documentation for:
runRWST
100% ( 2 / 2) in 'Control.Monad.RWS'
100% ( 5 / 5) in 'Control.Monad.List'
100% ( 4 / 4) in 'Control.Monad.Identity'
100% ( 3 / 3) in 'Control.Monad.Error.Class'
100% ( 19 / 19) in 'Control.Monad.Except'
93% ( 14 / 15) in 'Control.Monad.Error'
Missing documentation for:
runErrorT
50% ( 1 / 2) in 'Control.Monad.Cont.Class'
Missing documentation for:
MonadCont (Control/Monad/Cont/Class.hs:73)
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.214693480941956297539.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
Registering mtl-2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-30319/mtl-2.2.1'
Installed mtl-2.2.1
cabal: Entering directory '/tmp/cabal-tmp-30319/safe-0.3.9'
Configuring safe-0.3.9...
Building safe-0.3.9...
Preprocessing library safe-0.3.9...
[1 of 4] Compiling Safe.Util ( Safe/Util.hs, dist/build/Safe/Util.o )
[2 of 4] Compiling Safe.Foldable ( Safe/Foldable.hs, dist/build/Safe/Foldable.o )
[3 of 4] Compiling Safe.Exact ( Safe/Exact.hs, dist/build/Safe/Exact.o )
[4 of 4] Compiling Safe ( Safe.hs, dist/build/Safe.o )
Running Haddock for safe-0.3.9...
Running hscolour for safe-0.3.9...
Preprocessing library safe-0.3.9...
Preprocessing library safe-0.3.9...
Haddock coverage:
14% ( 1 / 7) in 'Safe.Util'
Missing documentation for:
.^ (Safe/Util.hs:8)
.^^ (Safe/Util.hs:11)
liftMay (Safe/Util.hs:14)
fromNoteModule (Safe/Util.hs:17)
fromNoteEitherModule (Safe/Util.hs:21)
eitherToMaybe (Safe/Util.hs:25)
18% ( 5 / 28) in 'Safe.Foldable'
Missing documentation for:
foldl1May (Safe/Foldable.hs:38)
foldl1Def (Safe/Foldable.hs:46)
foldl1Note (Safe/Foldable.hs:42)
foldr1May (Safe/Foldable.hs:38)
foldr1Def (Safe/Foldable.hs:46)
foldr1Note (Safe/Foldable.hs:42)
findJustDef (Safe/Foldable.hs:79)
findJustNote (Safe/Foldable.hs:82)
minimumMay (Safe/Foldable.hs:50)
minimumDef (Safe/Foldable.hs:54)
minimumNote (Safe/Foldable.hs:58)
maximumMay (Safe/Foldable.hs:50)
maximumDef (Safe/Foldable.hs:54)
maximumNote (Safe/Foldable.hs:58)
minimumByMay (Safe/Foldable.hs:62)
minimumByDef (Safe/Foldable.hs:66)
minimumByNote (Safe/Foldable.hs:70)
maximumByMay (Safe/Foldable.hs:62)
maximumByDef (Safe/Foldable.hs:66)
maximumByNote (Safe/Foldable.hs:70)
foldl1Safe (Safe/Foldable.hs:90)
foldr1Safe (Safe/Foldable.hs:94)
findJustSafe (Safe/Foldable.hs:99)
35% ( 8 / 23) in 'Safe.Exact'
Missing documentation for:
takeExactMay (Safe/Exact.hs:93)
takeExactNote (Safe/Exact.hs:90)
takeExactDef (Safe/Exact.hs:96)
dropExactMay (Safe/Exact.hs:102)
dropExactNote (Safe/Exact.hs:99)
dropExactDef (Safe/Exact.hs:105)
splitAtExactMay (Safe/Exact.hs:112)
splitAtExactNote (Safe/Exact.hs:108)
splitAtExactDef (Safe/Exact.hs:116)
zipExactMay (Safe/Exact.hs:140)
zipExactNote (Safe/Exact.hs:137)
zipExactDef (Safe/Exact.hs:143)
zipWithExactMay (Safe/Exact.hs:149)
zipWithExactNote (Safe/Exact.hs:146)
zipWithExactDef (Safe/Exact.hs:152)
20% ( 14 / 71) in 'Safe'
Missing documentation for:
initMay (Safe.hs:114)
initDef (Safe.hs:117)
initNote (Safe.hs:120)
initSafe (Safe.hs:123)
headMay (Safe.hs:128)
headDef (Safe.hs:132)
headNote (Safe.hs:136)
lastMay (Safe.hs:128)
lastDef (Safe.hs:132)
lastNote (Safe.hs:136)
minimumMay (Safe.hs:140)
minimumDef (Safe.hs:144)
minimumNote (Safe.hs:148)
maximumMay (Safe.hs:140)
maximumDef (Safe.hs:144)
maximumNote (Safe.hs:148)
minimumByMay (Safe.hs:152)
minimumByDef (Safe.hs:156)
minimumByNote (Safe.hs:160)
maximumByMay (Safe.hs:152)
maximumByDef (Safe.hs:156)
maximumByNote (Safe.hs:160)
foldr1May (Safe.hs:165)
foldr1Def (Safe.hs:170)
foldr1Note (Safe.hs:175)
foldl1May (Safe.hs:165)
foldl1Def (Safe.hs:170)
foldl1Note (Safe.hs:175)
foldl1May' (Safe.hs:165)
foldl1Def' (Safe.hs:170)
foldl1Note' (Safe.hs:175)
scanl1May (Safe.hs:180)
scanl1Def (Safe.hs:184)
scanl1Note (Safe.hs:188)
scanr1May (Safe.hs:180)
scanr1Def (Safe.hs:184)
scanr1Note (Safe.hs:188)
fromJustNote (Safe.hs:197)
assertNote (Safe.hs:200)
atMay (Safe.hs:209)
atDef (Safe.hs:212)
atNote (Safe.hs:215)
readMay (Safe.hs:219)
readDef (Safe.hs:222)
readNote (Safe.hs:225)
lookupJustDef (Safe.hs:233)
lookupJustNote (Safe.hs:236)
findJustDef (Safe.hs:244)
findJustNote (Safe.hs:247)
elemIndexJustDef (Safe.hs:255)
elemIndexJustNote (Safe.hs:258)
findIndexJustDef (Safe.hs:266)
findIndexJustNote (Safe.hs:269)
toEnumMay (Safe.hs:274)
toEnumDef (Safe.hs:283)
toEnumNote (Safe.hs:286)
toEnumSafe (Safe.hs:289)
Documentation created: dist/doc/html/safe/index.html,
dist/doc/html/safe/safe.txt
Creating package registration file: /tmp/pkgConf-safe-0.31983690368364319529.9
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/safe-0.3.9-Hqo3JhJes6h6KTrVZw55Pb
Registering safe-0.3.9...
cabal: Leaving directory '/tmp/cabal-tmp-30319/safe-0.3.9'
Installed safe-0.3.9
cabal: Entering directory '/tmp/cabal-tmp-30319/split-0.2.3.1'
Configuring split-0.2.3.1...
Building split-0.2.3.1...
Preprocessing library split-0.2.3.1...
[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 )
Running Haddock for split-0.2.3.1...
Running hscolour for split-0.2.3.1...
Preprocessing library split-0.2.3.1...
Preprocessing library split-0.2.3.1...
Haddock coverage:
91% ( 62 / 68) in 'Data.List.Split.Internals'
90% ( 45 / 50) 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.2.315869031902002495425.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/split-0.2.3.1-IJKK4pOCYGKud0jZImZke
Registering split-0.2.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-30319/split-0.2.3.1'
Installed split-0.2.3.1
cabal: Entering directory '/tmp/cabal-tmp-30319/stm-2.4.4.1'
Configuring stm-2.4.4.1...
Building stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
[ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
[ 2 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o )
[ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
[ 6 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 8 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o )
[ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o )
[10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o )
Running Haddock for stm-2.4.4.1...
Running hscolour for stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
Haddock coverage:
0% ( 0 / 11) in 'Control.Sequential.STM'
Missing documentation for:
Module header
STM (Control/Sequential/STM.hs:29)
atomically (Control/Sequential/STM.hs:47)
throwSTM (Control/Sequential/STM.hs:54)
catchSTM (Control/Sequential/STM.hs:57)
TVar (Control/Sequential/STM.hs:72)
newTVar (Control/Sequential/STM.hs:75)
newTVarIO (Control/Sequential/STM.hs:78)
readTVar (Control/Sequential/STM.hs:83)
readTVarIO (Control/Sequential/STM.hs:86)
writeTVar (Control/Sequential/STM.hs:89)
90% ( 9 / 10) in 'Control.Monad.STM'
Missing documentation for:
check (Control/Monad/STM.hs:81)
100% ( 13 / 13) in 'Control.Concurrent.STM.TVar'
100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
100% ( 16 / 16) in 'Control.Concurrent.STM.TMVar'
100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue'
100% ( 2 / 2) in 'Control.Concurrent.STM.TArray'
100% ( 8 / 8) in 'Control.Concurrent.STM'
40% ( 2 / 5) in 'Control.Concurrent.STM.TSem'
Missing documentation for:
newTSem (Control/Concurrent/STM/TSem.hs:42)
waitTSem (Control/Concurrent/STM/TSem.hs:45)
signalTSem (Control/Concurrent/STM/TSem.hs:51)
Warning: Control.Monad.STM: could not find link destinations for:
getNumElements unsafeNewArray_ unsafeRead unsafeWrite
Warning: Control.Concurrent.STM.TArray: could not find link destinations for:
getNumElements unsafeNewArray_ unsafeRead unsafeWrite
Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt
Creating package registration file:
/tmp/pkgConf-stm-2.4.420458266072037770478.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/stm-2.4.4.1-4z2NRWnB0NIIUvSJsHW0kF
Registering stm-2.4.4.1...
cabal: Leaving directory '/tmp/cabal-tmp-30319/stm-2.4.4.1'
Installed stm-2.4.4.1
cabal: Entering directory '/tmp/cabal-tmp-30319/text-1.2.2.1'
Configuring text-1.2.2.1...
Building text-1.2.2.1...
Preprocessing library text-1.2.2.1...
[ 1 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 2 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o )
[ 3 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )
[ 4 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 5 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 6 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 7 of 44] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o )
[ 8 of 44] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o )
[ 9 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )
[10 of 44] Compiling Data.Text.Array ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[11 of 44] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o )
[12 of 44] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[13 of 44] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o )
[14 of 44] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o )
[15 of 44] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o )
[16 of 44] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o )
[17 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o )
[18 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o )
[19 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[20 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[21 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[22 of 44] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o )
[23 of 44] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o )
[24 of 44] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o )
[25 of 44] Compiling Data.Text.Show ( Data/Text/Show.hs, dist/build/Data/Text/Show.o )
[26 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[27 of 44] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[28 of 44] Compiling Data.Text ( Data/Text.hs, dist/build/Data/Text.o )
Data/Text.hs:587:1: warning: [-Winline-rule-shadowing]
Rule "TEXT compareN/length -> compareLength" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
Data/Text.hs:592:1: warning: [-Winline-rule-shadowing]
Rule "TEXT ==N/length -> compareLength/==EQ" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
Data/Text.hs:597:1: warning: [-Winline-rule-shadowing]
Rule "TEXT /=N/length -> compareLength//=EQ" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
Data/Text.hs:602:1: warning: [-Winline-rule-shadowing]
Rule "TEXT <N/length -> compareLength/==LT" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
Data/Text.hs:607:1: warning: [-Winline-rule-shadowing]
Rule "TEXT <=N/length -> compareLength//=GT" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
Data/Text.hs:612:1: warning: [-Winline-rule-shadowing]
Rule "TEXT >N/length -> compareLength/==GT" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
Data/Text.hs:617:1: warning: [-Winline-rule-shadowing]
Rule "TEXT >=N/length -> compareLength//=LT" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
[29 of 44] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o )
[30 of 44] Compiling Data.Text.IO ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[31 of 44] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o )
[32 of 44] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o )
[33 of 44] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o )
[34 of 44] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[35 of 44] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )
[36 of 44] Compiling Data.Text.Lazy ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o )
[37 of 44] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o )
Data/Text/Internal/Builder.hs:324:1: warning: [-Winline-rule-shadowing]
Rule "flush/flush" may never fire
because ‘flush’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘flush’
[38 of 44] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o )
[39 of 44] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o )
[40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )
[41 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[42 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[43 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )
[44 of 44] Compiling Data.Text.Read ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )
Running Haddock for text-1.2.2.1...
Running hscolour for text-1.2.2.1...
Preprocessing library text-1.2.2.1...
Preprocessing library text-1.2.2.1...
Haddock coverage:
100% ( 2 / 2) in 'Data.Text.Internal.Unsafe.Shift'
100% ( 3 / 3) in 'Data.Text.Internal.Unsafe'
14% ( 1 / 7) in 'Data.Text.Internal.Read'
Missing documentation for:
IReader (Data/Text/Internal/Read.hs:26)
IParser (Data/Text/Internal/Read.hs:28)
T (Data/Text/Internal/Read.hs:48)
digitToInt (Data/Text/Internal/Read.hs:61)
hexDigitToInt (Data/Text/Internal/Read.hs:55)
perhaps (Data/Text/Internal/Read.hs:50)
100% ( 2 / 2) in 'Data.Text.Internal.Functions'
50% ( 1 / 2) in 'Data.Text.Internal.Encoding.Utf32'
Missing documentation for:
validate (Data/Text/Internal/Encoding/Utf32.hs:24)
25% ( 1 / 4) in 'Data.Text.Internal.Encoding.Utf16'
Missing documentation for:
chr2 (Data/Text/Internal/Encoding/Utf16.hs:29)
validate1 (Data/Text/Internal/Encoding/Utf16.hs:38)
validate2 (Data/Text/Internal/Encoding/Utf16.hs:42)
50% ( 1 / 2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
Missing documentation for:
roundTo (Data/Text/Internal/Builder/RealFloat/Functions.hs:17)
0% ( 0 / 2) in 'Data.Text.Internal.Builder.Int.Digits'
Missing documentation for:
Module header
digits (Data/Text/Internal/Builder/Int/Digits.hs:21)
100% ( 12 / 12) in 'Data.Text.Encoding.Error'
100% ( 16 / 16) in 'Data.Text.Array'
33% ( 2 / 6) in 'Data.Text.Internal.Unsafe.Char'
Missing documentation for:
ord (Data/Text/Internal/Unsafe/Char.hs:39)
unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43)
unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47)
unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51)
95% ( 19 / 20) in 'Data.Text.Internal'
Missing documentation for:
textP (Data/Text/Internal.hs:97)
38% ( 5 / 13) in 'Data.Text.Internal.Fusion.Size'
Missing documentation for:
Size (Data/Text/Internal/Fusion/Size.hs:40)
exactly (Data/Text/Internal/Fusion/Size.hs:44)
exactSize (Data/Text/Internal/Fusion/Size.hs:49)
maxSize (Data/Text/Internal/Fusion/Size.hs:57)
betweenSize (Data/Text/Internal/Fusion/Size.hs:65)
unknownSize (Data/Text/Internal/Fusion/Size.hs:74)
compareSize (Data/Text/Internal/Fusion/Size.hs:143)
isEmpty (Data/Text/Internal/Fusion/Size.hs:151)
88% ( 7 / 8) in 'Data.Text.Internal.Fusion.Types'
Missing documentation for:
Stream (Data/Text/Internal/Fusion/Types.hs:83)
0% ( 0 / 5) in 'Data.Text.Internal.Fusion.CaseMapping'
Missing documentation for:
Module header
upperMapping (Data/Text/Internal/Fusion/CaseMapping.hs:13)
lowerMapping (Data/Text/Internal/Fusion/CaseMapping.hs:220)
titleMapping (Data/Text/Internal/Fusion/CaseMapping.hs:225)
foldMapping (Data/Text/Internal/Fusion/CaseMapping.hs:324)
89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
Missing documentation for:
singleton (Data/Text/Internal/Fusion/Common.hs:119)
streamList (Data/Text/Internal/Fusion/Common.hs:125)
unstreamList (Data/Text/Internal/Fusion/Common.hs:131)
intercalate (Data/Text/Internal/Fusion/Common.hs:577)
justifyLeftI (Data/Text/Internal/Fusion/Common.hs:479)
scanl (Data/Text/Internal/Fusion/Common.hs:656)
replicateCharI (Data/Text/Internal/Fusion/Common.hs:671)
replicateI (Data/Text/Internal/Fusion/Common.hs:682)
100% ( 2 / 2) in 'Data.Text.Internal.Search'
17% ( 2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
Missing documentation for:
ord2 (Data/Text/Internal/Encoding/Utf8.hs:58)
ord3 (Data/Text/Internal/Encoding/Utf8.hs:69)
ord4 (Data/Text/Internal/Encoding/Utf8.hs:81)
chr2 (Data/Text/Internal/Encoding/Utf8.hs:94)
chr3 (Data/Text/Internal/Encoding/Utf8.hs:103)
chr4 (Data/Text/Internal/Encoding/Utf8.hs:114)
validate1 (Data/Text/Internal/Encoding/Utf8.hs:128)
validate2 (Data/Text/Internal/Encoding/Utf8.hs:132)
validate3 (Data/Text/Internal/Encoding/Utf8.hs:136)
validate4 (Data/Text/Internal/Encoding/Utf8.hs:153)
93% ( 13 / 14) in 'Data.Text.Unsafe'
Missing documentation for:
Iter (Data/Text/Unsafe.hs:62)
33% ( 1 / 3) in 'Data.Text.Internal.Private'
Missing documentation for:
runText (Data/Text/Internal/Private.hs:33)
span_ (Data/Text/Internal/Private.hs:23)
91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
Missing documentation for:
Stream (Data/Text/Internal/Fusion/Types.hs:83)
length (Data/Text/Internal/Fusion.hs:127)
33% ( 2 / 6) in 'Data.Text.Internal.Encoding.Fusion.Common'
Missing documentation for:
restreamUtf16LE (Data/Text/Internal/Encoding/Fusion/Common.hs:63)
restreamUtf16BE (Data/Text/Internal/Encoding/Fusion/Common.hs:39)
restreamUtf32LE (Data/Text/Internal/Encoding/Fusion/Common.hs:106)
restreamUtf32BE (Data/Text/Internal/Encoding/Fusion/Common.hs:87)
91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
Missing documentation for:
streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57)
100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
100% ( 4 / 4) in 'Data.Text.Show'
100% ( 33 / 33) in 'Data.Text.Encoding'
100% ( 18 / 18) in 'Data.Text.Foreign'
100% (127 /127) in 'Data.Text'
100% ( 3 / 3) in 'Data.Text.Internal.IO'
100% ( 20 / 20) in 'Data.Text.IO'
93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
Missing documentation for:
Text (Data/Text/Internal/Lazy.hs:47)
100% ( 8 / 8) in 'Data.Text.Internal.Lazy.Fusion'
100% ( 2 / 2) in 'Data.Text.Internal.Lazy.Search'
100% ( 2 / 2) in 'Data.Text.Lazy.Internal'
89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
Missing documentation for:
encodeUtf8 (Data/Text/Lazy/Encoding.hs:148)
encodeUtf8Builder (Data/Text/Lazy/Encoding.hs:162)
encodeUtf8BuilderEscaped (Data/Text/Lazy/Encoding.hs:167)
99% (128 /129) in 'Data.Text.Lazy'
Missing documentation for:
Text (Data/Text/Internal/Lazy.hs:47)
94% ( 16 / 17) in 'Data.Text.Internal.Builder'
Missing documentation for:
append' (Data/Text/Internal/Builder.hs:301)
100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
100% ( 3 / 3) in 'Data.Text.Internal.Builder.Functions'
0% ( 0 / 3) in 'Data.Text.Lazy.Builder.Int'
Missing documentation for:
Module header
decimal (Data/Text/Lazy/Builder/Int.hs:52)
hexadecimal (Data/Text/Lazy/Builder/Int.hs:162)
75% ( 3 / 4) in 'Data.Text.Lazy.Builder.RealFloat'
Missing documentation for:
formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46)
100% ( 19 / 19) in 'Data.Text.Lazy.IO'
100% ( 7 / 7) in 'Data.Text.Lazy.Read'
100% ( 7 / 7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
findIndicesI
Warning: Data.Text: could not find link destinations for:
replicateChar countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
replicateChar dropWords splitAtWord countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
empty append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file:
/tmp/pkgConf-text-1.2.2115572260435756851.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/text-1.2.2.1-9Yh8rJoh8fO2JMLWffT3Qs
Registering text-1.2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-30319/text-1.2.2.1'
Installed text-1.2.2.1
cabal: Entering directory '/tmp/cabal-tmp-30319/unix-compat-0.4.2.0'
Configuring unix-compat-0.4.2.0...
Building unix-compat-0.4.2.0...
Preprocessing library unix-compat-0.4.2.0...
[1 of 8] Compiling System.PosixCompat.User ( dist/build/System/PosixCompat/User.hs, dist/build/System/PosixCompat/User.o )
[2 of 8] Compiling System.PosixCompat.Unistd ( src/System/PosixCompat/Unistd.hs, dist/build/System/PosixCompat/Unistd.o )
[3 of 8] Compiling System.PosixCompat.Types ( src/System/PosixCompat/Types.hs, dist/build/System/PosixCompat/Types.o )
[4 of 8] Compiling System.PosixCompat.Time ( src/System/PosixCompat/Time.hs, dist/build/System/PosixCompat/Time.o )
[5 of 8] Compiling System.PosixCompat.Temp ( src/System/PosixCompat/Temp.hs, dist/build/System/PosixCompat/Temp.o )
[6 of 8] Compiling System.PosixCompat.Files ( dist/build/System/PosixCompat/Files.hs, dist/build/System/PosixCompat/Files.o )
[7 of 8] Compiling System.PosixCompat.Extensions ( dist/build/System/PosixCompat/Extensions.hs, dist/build/System/PosixCompat/Extensions.o )
[8 of 8] Compiling System.PosixCompat ( src/System/PosixCompat.hs, dist/build/System/PosixCompat.o )
Running Haddock for unix-compat-0.4.2.0...
Running hscolour for unix-compat-0.4.2.0...
Preprocessing library unix-compat-0.4.2.0...
Preprocessing library unix-compat-0.4.2.0...
Haddock coverage:
91% ( 21 / 23) in 'System.PosixCompat.User'
Missing documentation for:
GroupEntry
UserEntry
75% ( 6 / 8) in 'System.PosixCompat.Unistd'
Missing documentation for:
SystemID
getSystemID
100% ( 2 / 2) in 'System.PosixCompat.Types'
100% ( 2 / 2) in 'System.PosixCompat.Time'
100% ( 2 / 2) in 'System.PosixCompat.Temp'
99% ( 77 / 78) in 'System.PosixCompat.Files'
Missing documentation for:
PathVar
71% ( 5 / 7) in 'System.PosixCompat.Extensions'
Missing documentation for:
CMajor (src/System/PosixCompat/Extensions.hsc:23)
CMinor (src/System/PosixCompat/Extensions.hsc:24)
100% ( 8 / 8) in 'System.PosixCompat'
Documentation created: dist/doc/html/unix-compat/index.html,
dist/doc/html/unix-compat/unix-compat.txt
Creating package registration file:
/tmp/pkgConf-unix-compat-0.4.257355683775245562.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/unix-compat-0.4.2.0-Gbpgd7d6r6OH0u9z1n3IMb
Registering unix-compat-0.4.2.0...
cabal: Leaving directory '/tmp/cabal-tmp-30319/unix-compat-0.4.2.0'
Installed unix-compat-0.4.2.0
cabal: Entering directory '/tmp/cabal-tmp-30319/regex-base-0.93.2'
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: [-Wdeprecations]
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 )
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: [-Wdeprecations]
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.931540846267858829294.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/regex-base-0.93.2-71isvdwnRNrGKtKYo9rpQd
Registering regex-base-0.93.2...
cabal: Leaving directory '/tmp/cabal-tmp-30319/regex-base-0.93.2'
Installed regex-base-0.93.2
cabal: Entering directory '/tmp/cabal-tmp-30319/async-2.1.0'
Configuring async-2.1.0...
Building async-2.1.0...
Preprocessing library async-2.1.0...
[1 of 1] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o )
Running Haddock for async-2.1.0...
Running hscolour for async-2.1.0...
Preprocessing library async-2.1.0...
Preprocessing library async-2.1.0...
Haddock coverage:
100% ( 54 / 54) in 'Control.Concurrent.Async'
Documentation created: dist/doc/html/async/index.html,
dist/doc/html/async/async.txt
Creating package registration file:
/tmp/pkgConf-async-2.12068224547568122272.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/async-2.1.0-J6Pl8k3L4PKGEpjYdgwiIf
Registering async-2.1.0...
cabal: Leaving directory '/tmp/cabal-tmp-30319/async-2.1.0'
Installed async-2.1.0
cabal: Entering directory '/tmp/cabal-tmp-30319/system-filepath-0.4.13.4'
[1 of 1] Compiling Main ( /tmp/cabal-tmp-30319/system-filepath-0.4.13.4/dist/setup/setup.hs, /tmp/cabal-tmp-30319/system-filepath-0.4.13.4/dist/setup/Main.o )
/tmp/cabal-tmp-30319/system-filepath-0.4.13.4/dist/setup/setup.hs:7:1: warning: [-Wtabs]
Tab character found here, and in 9 further locations.
Please use spaces instead.
Linking /tmp/cabal-tmp-30319/system-filepath-0.4.13.4/dist/setup/setup ...
Configuring system-filepath-0.4.13.4...
Building system-filepath-0.4.13.4...
Preprocessing library system-filepath-0.4.13.4...
[1 of 4] Compiling Filesystem.Path.Internal ( lib/Filesystem/Path/Internal.hs, dist/build/Filesystem/Path/Internal.o )
lib/Filesystem/Path/Internal.hs:17:1: warning: [-Wunused-imports]
The qualified import of ‘Control.Exception’ is redundant
except perhaps to import instances from ‘Control.Exception’
To import instances alone, use: import Control.Exception()
lib/Filesystem/Path/Internal.hs:26:1: warning: [-Wunused-imports]
The import of ‘Data.Text.Encoding.Error’ is redundant
except perhaps to import instances from ‘Data.Text.Encoding.Error’
To import instances alone, use: import Data.Text.Encoding.Error()
lib/Filesystem/Path/Internal.hs:39:1: warning: [-Wtabs]
Tab character found here, and in 170 further locations.
Please use spaces instead.
[2 of 4] Compiling Filesystem.Path ( lib/Filesystem/Path.hs, dist/build/Filesystem/Path.o )
lib/Filesystem/Path.hs:17:1: warning: [-Wtabs]
Tab character found here, and in 264 further locations.
Please use spaces instead.
[3 of 4] Compiling Filesystem.Path.Rules ( lib/Filesystem/Path/Rules.hs, dist/build/Filesystem/Path/Rules.o )
lib/Filesystem/Path/Rules.hs:10:1: warning: [-Wtabs]
Tab character found here, and in 291 further locations.
Please use spaces instead.
[4 of 4] Compiling Filesystem.Path.CurrentOS ( lib/Filesystem/Path/CurrentOS.hs, dist/build/Filesystem/Path/CurrentOS.o )
lib/Filesystem/Path/CurrentOS.hs:18:1: warning: [-Wtabs]
Tab character found here, and in 23 further locations.
Please use spaces instead.
Running Haddock for system-filepath-0.4.13.4...
Running hscolour for system-filepath-0.4.13.4...
Preprocessing library system-filepath-0.4.13.4...
Preprocessing library system-filepath-0.4.13.4...
lib/Filesystem/Path/Internal.hs:39:1: warning: [-Wtabs]
Tab character found here, and in 114 further locations.
Please use spaces instead.
lib/Filesystem/Path/Internal.hs:17:1: warning: [-Wunused-imports]
The qualified import of ‘Control.Exception’ is redundant
except perhaps to import instances from ‘Control.Exception’
To import instances alone, use: import Control.Exception()
lib/Filesystem/Path/Internal.hs:26:1: warning: [-Wunused-imports]
The import of ‘Data.Text.Encoding.Error’ is redundant
except perhaps to import instances from ‘Data.Text.Encoding.Error’
To import instances alone, use: import Data.Text.Encoding.Error()
lib/Filesystem/Path.hs:17:1: warning: [-Wtabs]
Tab character found here, and in 264 further locations.
Please use spaces instead.
lib/Filesystem/Path/Rules.hs:10:1: warning: [-Wtabs]
Tab character found here, and in 291 further locations.
Please use spaces instead.
lib/Filesystem/Path/CurrentOS.hs:18:1: warning: [-Wtabs]
Tab character found here, and in 23 further locations.
Please use spaces instead.
lib/Filesystem/Path/CurrentOS.hs:37:1: warning: [-Wunused-imports]
The qualified import of ‘Data.ByteString’ is redundant
except perhaps to import instances from ‘Data.ByteString’
To import instances alone, use: import Data.ByteString()
Haddock coverage:
11% ( 3 / 28) in 'Filesystem.Path.Internal'
Missing documentation for:
Chunk (lib/Filesystem/Path/Internal.hs:33)
Directory (lib/Filesystem/Path/Internal.hs:34)
Basename (lib/Filesystem/Path/Internal.hs:35)
Extension (lib/Filesystem/Path/Internal.hs:36)
Root (lib/Filesystem/Path/Internal.hs:38)
FilePath (lib/Filesystem/Path/Internal.hs:46)
(lib/Filesystem/Path/Internal.hs:54)
(lib/Filesystem/Path/Internal.hs:57)
(lib/Filesystem/Path/Internal.hs:65)
(lib/Filesystem/Path/Internal.hs:70)
dot (lib/Filesystem/Path/Internal.hs:77)
dots (lib/Filesystem/Path/Internal.hs:80)
filenameChunk (lib/Filesystem/Path/Internal.hs:83)
rootChunk (lib/Filesystem/Path/Internal.hs:90)
rootText (lib/Filesystem/Path/Internal.hs:100)
directoryChunks (lib/Filesystem/Path/Internal.hs:103)
(lib/Filesystem/Path/Internal.hs:209)
escape (lib/Filesystem/Path/Internal.hs:213)
unescape (lib/Filesystem/Path/Internal.hs:216)
unescape' (lib/Filesystem/Path/Internal.hs:223)
unescapeBytes' (lib/Filesystem/Path/Internal.hs:226)
splitBy (lib/Filesystem/Path/Internal.hs:233)
textSplitBy (lib/Filesystem/Path/Internal.hs:240)
parseFilename (lib/Filesystem/Path/Internal.hs:247)
maybeDecodeUtf8 (lib/Filesystem/Path/Internal.hs:259)
97% ( 33 / 34) in 'Filesystem.Path'
Missing documentation for:
FilePath (lib/Filesystem/Path/Internal.hs:46)
100% ( 19 / 19) in 'Filesystem.Path.Rules'
93% ( 13 / 14) in 'Filesystem.Path.CurrentOS'
Missing documentation for:
currentOS (lib/Filesystem/Path/CurrentOS.hs:53)
Documentation created: dist/doc/html/system-filepath/index.html,
dist/doc/html/system-filepath/system-filepath.txt
Creating package registration file:
/tmp/pkgConf-system-filepath-0.4.13649022765608034986.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/system-filepath-0.4.13.4-2KYE6gPfKoHGyXJ6d0451G
Registering system-filepath-0.4.13.4...
cabal: Leaving directory '/tmp/cabal-tmp-30319/system-filepath-0.4.13.4'
Installed system-filepath-0.4.13.4
cabal: Entering directory '/tmp/cabal-tmp-30319/filemanip-0.3.6.3'
Configuring filemanip-0.3.6.3...
Building filemanip-0.3.6.3...
Preprocessing library filemanip-0.3.6.3...
[1 of 4] Compiling System.FilePath.Manip ( System/FilePath/Manip.hs, dist/build/System/FilePath/Manip.o )
[2 of 4] Compiling System.FilePath.GlobPattern ( System/FilePath/GlobPattern.hs, dist/build/System/FilePath/GlobPattern.o )
System/FilePath/GlobPattern.hs:149:22: warning: [-Wname-shadowing]
This binding for ‘g’ shadows the existing binding
bound at System/FilePath/GlobPattern.hs:148:24
[3 of 4] Compiling System.FilePath.Glob ( System/FilePath/Glob.hs, dist/build/System/FilePath/Glob.o )
[4 of 4] Compiling System.FilePath.Find ( System/FilePath/Find.hs, dist/build/System/FilePath/Find.o )
System/FilePath/Find.hs:227:20: warning: [-Wname-shadowing]
This binding for ‘depth’ shadows the existing binding
defined at System/FilePath/Find.hs:195:1
System/FilePath/Find.hs:231:9: warning: [-Wname-shadowing]
This binding for ‘traverse’ shadows the existing binding
imported from ‘Prelude’ at System/FilePath/Find.hs:39:8-27
(and originally defined in ‘Data.Traversable’)
System/FilePath/Find.hs:231:22: warning: [-Wname-shadowing]
This binding for ‘depth’ shadows the existing binding
defined at System/FilePath/Find.hs:195:1
System/FilePath/Find.hs:238:25: warning: [-Wname-shadowing]
This binding for ‘depth’ shadows the existing binding
defined at System/FilePath/Find.hs:195:1
System/FilePath/Find.hs:274:15: warning: [-Wname-shadowing]
This binding for ‘state’ shadows the existing binding
bound at System/FilePath/Find.hs:271:38
System/FilePath/Find.hs:274:21: warning: [-Wname-shadowing]
This binding for ‘path’ shadows the existing binding
bound at System/FilePath/Find.hs:271:44
System/FilePath/Find.hs:274:26: warning: [-Wname-shadowing]
This binding for ‘depth’ shadows the existing binding
defined at System/FilePath/Find.hs:195:1
System/FilePath/Find.hs:279:9: warning: [-Wname-shadowing]
This binding for ‘traverse’ shadows the existing binding
imported from ‘Prelude’ at System/FilePath/Find.hs:39:8-27
(and originally defined in ‘Data.Traversable’)
System/FilePath/Find.hs:279:18: warning: [-Wname-shadowing]
This binding for ‘state’ shadows the existing binding
bound at System/FilePath/Find.hs:271:38
System/FilePath/Find.hs:279:28: warning: [-Wname-shadowing]
This binding for ‘depth’ shadows the existing binding
defined at System/FilePath/Find.hs:195:1
System/FilePath/Find.hs:282:53: warning: [-Wname-shadowing]
This binding for ‘state’ shadows the existing binding
bound at System/FilePath/Find.hs:279:18
System/FilePath/Find.hs:284:25: warning: [-Wname-shadowing]
This binding for ‘path’ shadows the existing binding
bound at System/FilePath/Find.hs:271:44
Running Haddock for filemanip-0.3.6.3...
Running hscolour for filemanip-0.3.6.3...
Preprocessing library filemanip-0.3.6.3...
Preprocessing library filemanip-0.3.6.3...
System/FilePath/GlobPattern.hs:149:22: warning: [-Wname-shadowing]
This binding for ‘g’ shadows the existing binding
bound at System/FilePath/GlobPattern.hs:148:24
System/FilePath/Find.hs:227:20: warning: [-Wname-shadowing]
This binding for ‘depth’ shadows the existing binding
defined at System/FilePath/Find.hs:195:1
System/FilePath/Find.hs:231:9: warning: [-Wname-shadowing]
This binding for ‘traverse’ shadows the existing binding
imported from ‘Prelude’ at System/FilePath/Find.hs:39:8-27
(and originally defined in ‘Data.Traversable’)
System/FilePath/Find.hs:231:22: warning: [-Wname-shadowing]
This binding for ‘depth’ shadows the existing binding
defined at System/FilePath/Find.hs:195:1
System/FilePath/Find.hs:238:25: warning: [-Wname-shadowing]
This binding for ‘depth’ shadows the existing binding
defined at System/FilePath/Find.hs:195:1
System/FilePath/Find.hs:274:15: warning: [-Wname-shadowing]
This binding for ‘state’ shadows the existing binding
bound at System/FilePath/Find.hs:271:38
System/FilePath/Find.hs:274:21: warning: [-Wname-shadowing]
This binding for ‘path’ shadows the existing binding
bound at System/FilePath/Find.hs:271:44
System/FilePath/Find.hs:274:26: warning: [-Wname-shadowing]
This binding for ‘depth’ shadows the existing binding
defined at System/FilePath/Find.hs:195:1
System/FilePath/Find.hs:279:9: warning: [-Wname-shadowing]
This binding for ‘traverse’ shadows the existing binding
imported from ‘Prelude’ at System/FilePath/Find.hs:39:8-27
(and originally defined in ‘Data.Traversable’)
System/FilePath/Find.hs:279:18: warning: [-Wname-shadowing]
This binding for ‘state’ shadows the existing binding
bound at System/FilePath/Find.hs:271:38
System/FilePath/Find.hs:279:28: warning: [-Wname-shadowing]
This binding for ‘depth’ shadows the existing binding
defined at System/FilePath/Find.hs:195:1
System/FilePath/Find.hs:282:53: warning: [-Wname-shadowing]
This binding for ‘state’ shadows the existing binding
bound at System/FilePath/Find.hs:279:18
System/FilePath/Find.hs:284:25: warning: [-Wname-shadowing]
This binding for ‘path’ shadows the existing binding
bound at System/FilePath/Find.hs:271:44
Haddock coverage:
100% ( 6 / 6) in 'System.FilePath.Manip'
100% ( 7 / 7) in 'System.FilePath.GlobPattern'
100% ( 2 / 2) in 'System.FilePath.Glob'
65% ( 41 / 63) in 'System.FilePath.Find'
Missing documentation for:
FileType (System/FilePath/Find.hs:394)
FilterPredicate (System/FilePath/Find.hs:202)
RecursionPredicate (System/FilePath/Find.hs:203)
deviceID (System/FilePath/Find.hs:439)
fileID (System/FilePath/Find.hs:442)
fileOwner (System/FilePath/Find.hs:445)
fileGroup (System/FilePath/Find.hs:448)
fileSize (System/FilePath/Find.hs:451)
linkCount (System/FilePath/Find.hs:454)
specialDeviceID (System/FilePath/Find.hs:457)
fileMode (System/FilePath/Find.hs:460)
accessTime (System/FilePath/Find.hs:478)
modificationTime (System/FilePath/Find.hs:481)
statusChangeTime (System/FilePath/Find.hs:484)
==? (System/FilePath/Find.hs:527)
/=? (System/FilePath/Find.hs:531)
>? (System/FilePath/Find.hs:535)
<? (System/FilePath/Find.hs:539)
>=? (System/FilePath/Find.hs:543)
<=? (System/FilePath/Find.hs:547)
&&? (System/FilePath/Find.hs:557)
||? (System/FilePath/Find.hs:561)
Documentation created: dist/doc/html/filemanip/index.html,
dist/doc/html/filemanip/filemanip.txt
Creating package registration file:
/tmp/pkgConf-filemanip-0.3.62122951001793256508.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/filemanip-0.3.6.3-BpyBfGZrgzn1ppISGwXNxP
Registering filemanip-0.3.6.3...
cabal: Leaving directory '/tmp/cabal-tmp-30319/filemanip-0.3.6.3'
Installed filemanip-0.3.6.3
cabal: Entering directory '/tmp/cabal-tmp-30319/regex-posix-0.95.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: [-Wdeprecations]
In the use of ‘versionTags’ (imported from Data.Version):
Deprecated: "See GHC ticket #2496"
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: [-Wdeprecations]
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.952115115464636600769.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/regex-posix-0.95.2-BbcuFE4RwTG3oQUmzAVjm
Registering regex-posix-0.95.2...
cabal: Leaving directory '/tmp/cabal-tmp-30319/regex-posix-0.95.2'
Installed regex-posix-0.95.2
cabal: Entering directory '/tmp/cabal-tmp-30319/fsnotify-0.2.1'
Configuring fsnotify-0.2.1...
Building fsnotify-0.2.1...
Preprocessing library fsnotify-0.2.1...
[1 of 7] Compiling System.FSNotify.Types ( src/System/FSNotify/Types.hs, dist/build/System/FSNotify/Types.o )
[2 of 7] Compiling System.FSNotify.Path ( src/System/FSNotify/Path.hs, dist/build/System/FSNotify/Path.o )
src/System/FSNotify/Path.hs:17:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
[3 of 7] Compiling System.FSNotify.Listener ( src/System/FSNotify/Listener.hs, dist/build/System/FSNotify/Listener.o )
[4 of 7] Compiling System.FSNotify.Polling ( src/System/FSNotify/Polling.hs, dist/build/System/FSNotify/Polling.o )
src/System/FSNotify/Polling.hs:14:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
[5 of 7] Compiling System.FSNotify.Linux ( src/System/FSNotify/Linux.hs, dist/build/System/FSNotify/Linux.o )
[6 of 7] Compiling System.FSNotify ( src/System/FSNotify.hs, dist/build/System/FSNotify.o )
src/System/FSNotify.hs:67:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
[7 of 7] Compiling System.FSNotify.Devel ( src/System/FSNotify/Devel.hs, dist/build/System/FSNotify/Devel.o )
Running Haddock for fsnotify-0.2.1...
Running hscolour for fsnotify-0.2.1...
Preprocessing library fsnotify-0.2.1...
Preprocessing library fsnotify-0.2.1...
src/System/FSNotify/Path.hs:17:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
src/System/FSNotify/Polling.hs:14:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
src/System/FSNotify.hs:67:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
Haddock coverage:
77% ( 10 / 13) in 'System.FSNotify.Types'
Missing documentation for:
Module header
EventChannel (src/System/FSNotify/Types.hs:51)
IOEvent (src/System/FSNotify/Types.hs:84)
17% ( 1 / 6) in 'System.FSNotify.Path'
Missing documentation for:
Module header
findFiles (src/System/FSNotify/Path.hs:59)
findDirs (src/System/FSNotify/Path.hs:63)
canonicalizeDirPath (src/System/FSNotify/Path.hs:71)
hasThisExtension (src/System/FSNotify/Path.hs:80)
83% ( 5 / 6) in 'System.FSNotify.Listener'
Missing documentation for:
Module header
25% ( 1 / 4) in 'System.FSNotify.Polling'
Missing documentation for:
Module header
createPollManager (src/System/FSNotify/Polling.hs:94)
PollManager (src/System/FSNotify/Polling.hs:38)
33% ( 1 / 3) in 'System.FSNotify.Linux'
Missing documentation for:
Module header
NativeManager (src/System/FSNotify/Linux.hs:29)
96% ( 24 / 25) in 'System.FSNotify'
Missing documentation for:
EventChannel (src/System/FSNotify/Types.hs:51)
100% ( 6 / 6) in 'System.FSNotify.Devel'
Documentation created: dist/doc/html/fsnotify/index.html,
dist/doc/html/fsnotify/fsnotify.txt
Creating package registration file:
/tmp/pkgConf-fsnotify-0.2162403134612203759.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/fsnotify-0.2.1-A0wDKvXnP82FTeKaSTm0xR
Registering fsnotify-0.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-30319/fsnotify-0.2.1'
Installed fsnotify-0.2.1
cabal: Entering directory '/tmp/cabal-tmp-30319/arion-0.1.0.8'
Configuring arion-0.1.0.8...
Building arion-0.1.0.8...
Preprocessing executable 'arion' for arion-0.1.0.8...
[1 of 6] Compiling Arion.Types ( src/Arion/Types.hs, dist/build/arion/arion-tmp/Arion/Types.o )
[2 of 6] Compiling Arion.Utilities ( src/Arion/Utilities.hs, dist/build/arion/arion-tmp/Arion/Utilities.o )
[3 of 6] Compiling Arion.Help ( src/Arion/Help.hs, dist/build/arion/arion-tmp/Arion/Help.o )
[4 of 6] Compiling Arion.EventProcessor ( src/Arion/EventProcessor.hs, dist/build/arion/arion-tmp/Arion/EventProcessor.o )
[5 of 6] Compiling Arion.Runner ( src/Arion/Runner.hs, dist/build/arion/arion-tmp/Arion/Runner.o )
src/Arion/Runner.hs:46:27: error:
• Couldn't match type ‘system-filepath-0.4.13.4:Filesystem.Path.Internal.FilePath’
with ‘[Char]’
Expected type: FilePath
Actual type: system-filepath-0.4.13.4:Filesystem.Path.Internal.FilePath
• In the second argument of ‘watchTree’, namely
‘(fromText $ pack path)’
In a stmt of a 'do' block:
_ <- watchTree
manager
(fromText $ pack path)
(const True)
(eventHandler
lock
inProgress
(processEvent sourceToTestFileMap sourceFolder testFolder)
. respondToEvent)
In the expression:
do { sourceFiles <- mapM
(\ x -> uncurry toSourceFile <$> filePathAndContent x)
=<< findHaskellFiles sourceFolder;
testFiles <- mapM
(\ x -> uncurry toTestFile <$> filePathAndContent x)
=<< findHaskellFiles testFolder;
let sourceToTestFileMap = associate sourceFiles testFiles;
lock <- newEmptyMVar;
.... }
src/Arion/Runner.hs:47:99: error:
• Couldn't match type ‘[Char]’
with ‘system-filepath-0.4.13.4:Filesystem.Path.Internal.FilePath’
Expected type: fsnotify-0.2.1:System.FSNotify.Types.Event
-> Maybe
(system-filepath-0.4.13.4:Filesystem.Path.Internal.FilePath,
time-1.6.0.1:Data.Time.Clock.UTC.UTCTime)
Actual type: fsnotify-0.2.1:System.FSNotify.Types.Event
-> Maybe (FilePath, time-1.6.0.1:Data.Time.Clock.UTC.UTCTime)
• In the second argument of ‘(.)’, namely ‘respondToEvent’
In the fourth argument of ‘watchTree’, namely
‘(eventHandler
lock
inProgress
(processEvent sourceToTestFileMap sourceFolder testFolder)
. respondToEvent)’
In a stmt of a 'do' block:
_ <- watchTree
manager
(fromText $ pack path)
(const True)
(eventHandler
lock
inProgress
(processEvent sourceToTestFileMap sourceFolder testFolder)
. respondToEvent)
cabal: Leaving directory '/tmp/cabal-tmp-30319/arion-0.1.0.8'
Failed to install arion-0.1.0.8
cabal: Error: some packages failed to install:
arion-0.1.0.8 failed during the building phase. The exception was:
ExitFailure 1
Test log
No test log was submitted for this report.