Build #3 for tup-functor-0.2.0.1

[all reports]

Package tup-functor-0.2.0.1
Install DependencyFailed parsec2-1.0.0
Docs NotTried
Tests NotTried
Time submitted 2015-10-20 20:27:34.08214 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies parsec2-1.0.0, haskell-src-exts-1.16.0.1, cpphs-1.19.3, base-4.8.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring old-locale-1.0.0.7...
Building old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
[1 of 1] Compiling System.Locale    ( System/Locale.hs, dist/build/System/Locale.o )
In-place registering old-locale-1.0.0.7...
Running Haddock for old-locale-1.0.0.7...
Running hscolour for old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
Haddock coverage:
  60% (  3 /  5) in 'System.Locale'
  Missing documentation for:
    TimeLocale (System/Locale.hs:36)
    defaultTimeLocale (System/Locale.hs:49)
Documentation created: dist/doc/html/old-locale/index.html,
dist/doc/html/old-locale/old-locale.txt
Creating package registration file:
/tmp/pkgConf-old-locale-1.0.0278722862233665123.7
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/old-locale-1.0.0.7-D6X1KPq5Sui5XjrHMwvFwK
Registering old-locale-1.0.0.7...
Installed old-locale-1.0.0.7
Configuring parsec2-1.0.0...
Building parsec2-1.0.0...
Preprocessing library parsec2-1.0.0...
[ 1 of 10] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist/build/Text/ParserCombinators/Parsec/Pos.o )

Text/ParserCombinators/Parsec/Pos.hs:38:1: Warning: Tab character

Text/ParserCombinators/Parsec/Pos.hs:39:1: Warning: Tab character
[ 2 of 10] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist/build/Text/ParserCombinators/Parsec/Error.o )
[ 3 of 10] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist/build/Text/ParserCombinators/Parsec/Prim.o )

Text/ParserCombinators/Parsec/Prim.hs:89:23:
    No instance for (GHC.Base.Alternative (GenParser tok st))
      arising from a use of ‘mplus’
    In the expression: mplus p1 p2
    In an equation for ‘<|>’: p1 <|> p2 = mplus p1 p2

Text/ParserCombinators/Parsec/Prim.hs:98:23:
    No instance for (Applicative (GenParser tok st))
      arising from a do statement
    In a stmt of a 'do' block: state <- getParserState
    In the expression:
      do { state <- getParserState;
           return (stateUser state) }
    In an equation for ‘getState’:
        getState
          = do { state <- getParserState;
                 return (stateUser state) }

Text/ParserCombinators/Parsec/Prim.hs:104:23:
    No instance for (Applicative (GenParser tok st))
      arising from a do statement
    In a stmt of a 'do' block:
      updateParserState (\ (State input pos _) -> State input pos st)
    In the expression:
      do { updateParserState
             (\ (State input pos _) -> State input pos st);
           return () }
    In an equation for ‘setState’:
        setState st
          = do { updateParserState
                   (\ (State input pos _) -> State input pos st);
                 return () }

Text/ParserCombinators/Parsec/Prim.hs:117:23:
    No instance for (Applicative (GenParser tok st))
      arising from a do statement
    In a stmt of a 'do' block:
      updateParserState
        (\ (State input pos user) -> State input pos (f user))
    In the expression:
      do { updateParserState
             (\ (State input pos user) -> State input pos (f user));
           return () }
    In an equation for ‘updateState’:
        updateState f
          = do { updateParserState
                   (\ (State input pos user) -> State input pos (f user));
                 return () }

Text/ParserCombinators/Parsec/Prim.hs:128:27:
    No instance for (Applicative (GenParser tok st))
      arising from a do statement
    In a stmt of a 'do' block: state <- getParserState
    In the expression:
      do { state <- getParserState;
           return (statePos state) }
    In an equation for ‘getPosition’:
        getPosition
          = do { state <- getParserState;
                 return (statePos state) }

Text/ParserCombinators/Parsec/Prim.hs:132:27:
    No instance for (Applicative (GenParser tok st))
      arising from a do statement
    In a stmt of a 'do' block: state <- getParserState
    In the expression:
      do { state <- getParserState;
           return (stateInput state) }
    In an equation for ‘getInput’:
        getInput
          = do { state <- getParserState;
                 return (stateInput state) }

Text/ParserCombinators/Parsec/Prim.hs:137:27:
    No instance for (Applicative (GenParser tok st))
      arising from a do statement
    In a stmt of a 'do' block:
      updateParserState (\ (State input _ user) -> State input pos user)
    In the expression:
      do { updateParserState
             (\ (State input _ user) -> State input pos user);
           return () }
    In an equation for ‘setPosition’:
        setPosition pos
          = do { updateParserState
                   (\ (State input _ user) -> State input pos user);
                 return () }

Text/ParserCombinators/Parsec/Prim.hs:143:27:
    No instance for (Applicative (GenParser tok st))
      arising from a do statement
    In a stmt of a 'do' block:
      updateParserState (\ (State _ pos user) -> State input pos user)
    In the expression:
      do { updateParserState
             (\ (State _ pos user) -> State input pos user);
           return () }
    In an equation for ‘setInput’:
        setInput input
          = do { updateParserState
                   (\ (State _ pos user) -> State input pos user);
                 return () }

Text/ParserCombinators/Parsec/Prim.hs:262:10:
    No instance for (Applicative (GenParser tok st))
      arising from the superclasses of an instance declaration
    In the instance declaration for ‘Monad (GenParser tok st)’

Text/ParserCombinators/Parsec/Prim.hs:306:10:
    No instance for (GHC.Base.Alternative (GenParser tok st))
      arising from the superclasses of an instance declaration
    In the instance declaration for ‘MonadPlus (GenParser tok st)’

Text/ParserCombinators/Parsec/Prim.hs:524:9:
    No instance for (Applicative (GenParser tok st))
      arising from a do statement
    In a stmt of a 'do' block: xs <- manyAccum (:) p
    In the expression:
      do { xs <- manyAccum (:) p;
           return (reverse xs) }
    In an equation for ‘many’:
        many p
          = do { xs <- manyAccum (:) p;
                 return (reverse xs) }

Text/ParserCombinators/Parsec/Prim.hs:534:9:
    No instance for (Applicative (GenParser tok st))
      arising from a do statement
    In a stmt of a 'do' block: manyAccum (\ x xs -> []) p
    In the expression:
      do { manyAccum (\ x xs -> []) p;
           return () }
    In an equation for ‘skipMany’:
        skipMany p
          = do { manyAccum (\ x xs -> []) p;
                 return () }
Failed to install parsec2-1.0.0
Configuring text-1.2.1.3...
Building text-1.2.1.3...
Preprocessing library text-1.2.1.3...
[ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )

Data/Text/Internal/Read.hs:21:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 2 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 3 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 )
[ 4 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 )
[ 5 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )

Data/Text/Encoding/Error.hs:3:14: Warning:
    ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe!
[ 6 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 7 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 8 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 9 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.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.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[18 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[19 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[20 of 44] Compiling Data.Text.Show   ( Data/Text/Show.hs, dist/build/Data/Text/Show.o )
[21 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 )
[22 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.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.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[25 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 )
[26 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.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 )
[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 )

Data/Text/Lazy/Encoding.hs:65:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[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:61:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[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 )

Data/Text/Internal/Builder/Functions.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )

Data/Text/Lazy/Builder/Int.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Lazy/Builder/Int.hs:30:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Text/Lazy/Builder/Int.hs:32:1: Warning:
    The import of ‘GHC.Num’ is redundant
      except perhaps to import instances from ‘GHC.Num’
    To import instances alone, use: import GHC.Num()
[41 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[42 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )

Data/Text/Lazy/Read.hs:3:14: Warning:
    ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe!

Data/Text/Lazy/Read.hs:32:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[43 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[44 of 44] Compiling Data.Text.Read   ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )

Data/Text/Read.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
In-place registering text-1.2.1.3...
Running Haddock for text-1.2.1.3...
Running hscolour for text-1.2.1.3...
Preprocessing library text-1.2.1.3...
Preprocessing library text-1.2.1.3...

Data/Text/Internal/Read.hs:21:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Data/Text/Encoding/Error.hs:3:14: Warning:
    ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe!

Data/Text/Lazy/Encoding.hs:65:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Internal/Builder.hs:61:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Internal/Builder/Functions.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Lazy/Builder/Int.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Lazy/Builder/Int.hs:30:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Text/Lazy/Builder/Int.hs:32:1: Warning:
    The import of ‘GHC.Num’ is redundant
      except perhaps to import instances from ‘GHC.Num’
    To import instances alone, use: import GHC.Num()

Data/Text/Lazy/Read.hs:3:14: Warning:
    ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe!

Data/Text/Lazy/Read.hs:32:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Text/Read.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
Haddock coverage:
  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)
  50% (  1 /  2) in 'Data.Text.Internal.Encoding.Utf32'
  Missing documentation for:
    validate (Data/Text/Internal/Encoding/Utf32.hs:24)
  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% (  2 /  2) in 'Data.Text.Internal.Unsafe.Shift'
  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)
 100% (  2 /  2) in 'Data.Text.Internal.Functions'
 100% (  3 /  3) in 'Data.Text.Internal.Unsafe'
 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)
  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)
 100% (  4 /  4) in 'Data.Text.Show'
  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)
  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)
  91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
  Missing documentation for:
    streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57)
 100% ( 33 / 33) in 'Data.Text.Encoding'
 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Search'
 100% ( 18 / 18) in 'Data.Text.Foreign'
 100% (126 /126) 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% (127 /128) 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:288)
 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)
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  Missing documentation for:
    formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46)
 100% (  7 /  7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
    findIndicesI
Warning: Data.Text.Unsafe: could not find link destinations for:
    bracket
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.11330573317603570492.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/text-1.2.1.3-1l1AN4I48k37RaQ6fm6CEh
Registering text-1.2.1.3...
Installed text-1.2.1.3
Configuring old-time-1.1.0.3...
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for ftime... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for gettimeofday... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... (cached) yes
checking whether altzone is declared... no
configure: creating ./config.status
config.status: creating include/HsTimeConfig.h
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
Building old-time-1.1.0.3...
Preprocessing library old-time-1.1.0.3...
[1 of 1] Compiling System.Time      ( dist/build/System/Time.hs, dist/build/System/Time.o )
In-place registering old-time-1.1.0.3...
Running Haddock for old-time-1.1.0.3...
Running hscolour for old-time-1.1.0.3...
Preprocessing library old-time-1.1.0.3...
Preprocessing library old-time-1.1.0.3...
Haddock coverage:
  95% ( 20 / 21) in 'System.Time'
  Missing documentation for:
    getClockTime (System/Time.hsc:232)
Documentation created: dist/doc/html/old-time/index.html,
dist/doc/html/old-time/old-time.txt
Creating package registration file:
/tmp/pkgConf-old-time-1.1.018590315361338299904.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/old-time-1.1.0.3-FBWJJDS5FKr7UKFScBcUW2
Registering old-time-1.1.0.3...
Installed old-time-1.1.0.3
Configuring polyparse-1.11...
Building polyparse-1.11...
Preprocessing library polyparse-1.11...
[ 1 of 18] Compiling Text.ParserCombinators.Poly.Result ( src/Text/ParserCombinators/Poly/Result.hs, dist/build/Text/ParserCombinators/Poly/Result.o )

src/Text/ParserCombinators/Poly/Result.hs:3:15: Warning:
    Tab character
[ 2 of 18] Compiling Text.ParserCombinators.Poly.Base ( src/Text/ParserCombinators/Poly/Base.hs, dist/build/Text/ParserCombinators/Poly/Base.o )

src/Text/ParserCombinators/Poly/Base.hs:3:19: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:4:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:8:10: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:9:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:11:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:13:11: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:15:10: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:17:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:18:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:19:10: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:20:10: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:21:11: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:22:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:23:12: Warning:
    Tab character
[ 3 of 18] Compiling Text.ParserCombinators.Poly.Parser ( src/Text/ParserCombinators/Poly/Parser.hs, dist/build/Text/ParserCombinators/Poly/Parser.o )

src/Text/ParserCombinators/Poly/Parser.hs:7:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:8:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:10:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:11:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:12:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:13:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:17:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:79:18: Warning:
    Tab character
[ 4 of 18] Compiling Text.ParserCombinators.Poly.Lazy ( src/Text/ParserCombinators/Poly/Lazy.hs, dist/build/Text/ParserCombinators/Poly/Lazy.o )

src/Text/ParserCombinators/Poly/Lazy.hs:4:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:5:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:6:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:8:9: Warning: Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:9:8: Warning: Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:10:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:11:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:15:12: Warning:
    Tab character
[ 5 of 18] Compiling Text.ParserCombinators.Poly.StateParser ( src/Text/ParserCombinators/Poly/StateParser.hs, dist/build/Text/ParserCombinators/Poly/StateParser.o )

src/Text/ParserCombinators/Poly/StateParser.hs:7:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:8:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:10:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:11:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:12:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:19:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:82:18: Warning:
    Tab character
[ 6 of 18] Compiling Text.ParserCombinators.Poly.State ( src/Text/ParserCombinators/Poly/State.hs, dist/build/Text/ParserCombinators/Poly/State.o )

src/Text/ParserCombinators/Poly/State.hs:3:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:4:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:5:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:7:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:8:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:9:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:10:11: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:16:12: Warning:
    Tab character
[ 7 of 18] Compiling Text.ParserCombinators.Poly.StateLazy ( src/Text/ParserCombinators/Poly/StateLazy.hs, dist/build/Text/ParserCombinators/Poly/StateLazy.o )

src/Text/ParserCombinators/Poly/StateLazy.hs:4:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:5:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:6:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:8:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:9:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:10:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:12:16: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:18:12: Warning:
    Tab character
[ 8 of 18] Compiling Text.ParserCombinators.Poly.Lex ( src/Text/ParserCombinators/Poly/Lex.hs, dist/build/Text/ParserCombinators/Poly/Lex.o )

src/Text/ParserCombinators/Poly/Lex.hs:89:18: Warning:
    Tab character
[ 9 of 18] Compiling Text.ParserCombinators.Poly.ByteString ( src/Text/ParserCombinators/Poly/ByteString.hs, dist/build/Text/ParserCombinators/Poly/ByteString.o )
[10 of 18] Compiling Text.ParserCombinators.Poly.ByteStringChar ( src/Text/ParserCombinators/Poly/ByteStringChar.hs, dist/build/Text/ParserCombinators/Poly/ByteStringChar.o )
[11 of 18] Compiling Text.Parse.ByteString ( src/Text/Parse/ByteString.hs, dist/build/Text/Parse/ByteString.o )

src/Text/Parse/ByteString.hs:5:15: Warning: Tab character

src/Text/Parse/ByteString.hs:6:14: Warning: Tab character

src/Text/Parse/ByteString.hs:7:1: Warning: Tab character

src/Text/Parse/ByteString.hs:8:16: Warning: Tab character

src/Text/Parse/ByteString.hs:12:9: Warning: Tab character

src/Text/Parse/ByteString.hs:13:11: Warning: Tab character

src/Text/Parse/ByteString.hs:14:12: Warning: Tab character

src/Text/Parse/ByteString.hs:15:19: Warning: Tab character

src/Text/Parse/ByteString.hs:16:11: Warning: Tab character

src/Text/Parse/ByteString.hs:17:10: Warning: Tab character

src/Text/Parse/ByteString.hs:74:32: Warning: Tab character

src/Text/Parse/ByteString.hs:419:31: Warning: Tab character

src/Text/Parse/ByteString.hs:429:1: Warning: Tab character
[12 of 18] Compiling Text.ParserCombinators.Poly.Text ( src/Text/ParserCombinators/Poly/Text.hs, dist/build/Text/ParserCombinators/Poly/Text.o )
[13 of 18] Compiling Text.ParserCombinators.Poly.StateText ( src/Text/ParserCombinators/Poly/StateText.hs, dist/build/Text/ParserCombinators/Poly/StateText.o )
[14 of 18] Compiling Text.ParserCombinators.Poly.Plain ( src/Text/ParserCombinators/Poly/Plain.hs, dist/build/Text/ParserCombinators/Poly/Plain.o )

src/Text/ParserCombinators/Poly/Plain.hs:3:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:4:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:5:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:7:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:8:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:9:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:10:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:11:11: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:14:12: Warning:
    Tab character
[15 of 18] Compiling Text.ParserCombinators.Poly ( src/Text/ParserCombinators/Poly.hs, dist/build/Text/ParserCombinators/Poly.o )
[16 of 18] Compiling Text.Parse       ( src/Text/Parse.hs, dist/build/Text/Parse.o )

src/Text/Parse.hs:4:15: Warning: Tab character

src/Text/Parse.hs:5:14: Warning: Tab character

src/Text/Parse.hs:6:1: Warning: Tab character

src/Text/Parse.hs:7:16: Warning: Tab character

src/Text/Parse.hs:11:9: Warning: Tab character

src/Text/Parse.hs:12:11: Warning: Tab character

src/Text/Parse.hs:13:12: Warning: Tab character

src/Text/Parse.hs:14:19: Warning: Tab character

src/Text/Parse.hs:15:11: Warning: Tab character

src/Text/Parse.hs:16:10: Warning: Tab character

src/Text/Parse.hs:67:32: Warning: Tab character

src/Text/Parse.hs:389:1: Warning: Tab character
[17 of 18] Compiling Text.ParserCombinators.HuttonMeijerWallace ( src/Text/ParserCombinators/HuttonMeijerWallace.hs, dist/build/Text/ParserCombinators/HuttonMeijerWallace.o )
[18 of 18] Compiling Text.ParserCombinators.HuttonMeijer ( src/Text/ParserCombinators/HuttonMeijer.hs, dist/build/Text/ParserCombinators/HuttonMeijer.o )
In-place registering polyparse-1.11...
Running Haddock for polyparse-1.11...
Running hscolour for polyparse-1.11...
Preprocessing library polyparse-1.11...
Preprocessing library polyparse-1.11...

src/Text/ParserCombinators/Poly/Result.hs:3:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:3:19: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:4:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:8:10: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:9:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:11:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:13:11: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:15:10: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:17:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:18:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:19:10: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:20:10: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:21:11: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:22:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Base.hs:23:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:7:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:8:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:10:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:11:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:12:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:13:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:17:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Parser.hs:79:18: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:4:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:5:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:6:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:8:9: Warning: Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:9:8: Warning: Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:10:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:11:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lazy.hs:15:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:7:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:8:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:10:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:11:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:12:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:19:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateParser.hs:82:18: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:3:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:4:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:5:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:7:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:8:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:9:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:10:11: Warning:
    Tab character

src/Text/ParserCombinators/Poly/State.hs:16:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:4:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:5:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:6:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:8:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:9:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:10:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:12:16: Warning:
    Tab character

src/Text/ParserCombinators/Poly/StateLazy.hs:18:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Lex.hs:89:18: Warning:
    Tab character

src/Text/Parse/ByteString.hs:5:15: Warning: Tab character

src/Text/Parse/ByteString.hs:6:14: Warning: Tab character

src/Text/Parse/ByteString.hs:7:1: Warning: Tab character

src/Text/Parse/ByteString.hs:8:16: Warning: Tab character

src/Text/Parse/ByteString.hs:12:9: Warning: Tab character

src/Text/Parse/ByteString.hs:13:11: Warning: Tab character

src/Text/Parse/ByteString.hs:14:12: Warning: Tab character

src/Text/Parse/ByteString.hs:15:19: Warning: Tab character

src/Text/Parse/ByteString.hs:16:11: Warning: Tab character

src/Text/Parse/ByteString.hs:17:10: Warning: Tab character

src/Text/Parse/ByteString.hs:74:32: Warning: Tab character

src/Text/Parse/ByteString.hs:419:31: Warning: Tab character

src/Text/Parse/ByteString.hs:429:1: Warning: Tab character

src/Text/ParserCombinators/Poly/Plain.hs:3:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:4:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:5:14: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:7:9: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:8:8: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:9:12: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:10:15: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:11:11: Warning:
    Tab character

src/Text/ParserCombinators/Poly/Plain.hs:14:12: Warning:
    Tab character

src/Text/Parse.hs:4:15: Warning: Tab character

src/Text/Parse.hs:5:14: Warning: Tab character

src/Text/Parse.hs:6:1: Warning: Tab character

src/Text/Parse.hs:7:16: Warning: Tab character

src/Text/Parse.hs:11:9: Warning: Tab character

src/Text/Parse.hs:12:11: Warning: Tab character

src/Text/Parse.hs:13:12: Warning: Tab character

src/Text/Parse.hs:14:19: Warning: Tab character

src/Text/Parse.hs:15:11: Warning: Tab character

src/Text/Parse.hs:16:10: Warning: Tab character

src/Text/Parse.hs:67:32: Warning: Tab character

src/Text/Parse.hs:389:1: Warning: Tab character
Haddock coverage:
  75% (  3 /  4) in 'Text.ParserCombinators.Poly.Result'
  Missing documentation for:
    Module header
  96% ( 23 / 24) in 'Text.ParserCombinators.Poly.Base'
  Missing documentation for:
    Module header
 100% ( 12 / 12) in 'Text.ParserCombinators.Poly.Parser'
  94% ( 15 / 16) in 'Text.ParserCombinators.Poly.Lazy'
  Missing documentation for:
    Module header
 100% ( 15 / 15) in 'Text.ParserCombinators.Poly.StateParser'
  95% ( 18 / 19) in 'Text.ParserCombinators.Poly.State'
  Missing documentation for:
    Module header
  90% ( 18 / 20) in 'Text.ParserCombinators.Poly.StateLazy'
  Missing documentation for:
    Module header
    manyFinally (src/Text/ParserCombinators/Poly/StateLazy.hs:139)
 100% ( 16 / 16) in 'Text.ParserCombinators.Poly.Lex'
  94% ( 16 / 17) in 'Text.ParserCombinators.Poly.ByteString'
  Missing documentation for:
    Module header
  94% ( 16 / 17) in 'Text.ParserCombinators.Poly.ByteStringChar'
  Missing documentation for:
    Module header
  97% ( 30 / 31) in 'Text.Parse.ByteString'
  Missing documentation for:
    Module header
  94% ( 17 / 18) in 'Text.ParserCombinators.Poly.Text'
  Missing documentation for:
    Module header
  95% ( 21 / 22) in 'Text.ParserCombinators.Poly.StateText'
  Missing documentation for:
    Module header
  94% ( 15 / 16) in 'Text.ParserCombinators.Poly.Plain'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Text.ParserCombinators.Poly'
  Missing documentation for:
    Module header
  72% ( 21 / 29) in 'Text.Parse'
  Missing documentation for:
    Module header
    parseSigned (src/Text/Parse.hs:226)
    parseInt (src/Text/Parse.hs:231)
    parseDec (src/Text/Parse.hs:239)
    parseOct (src/Text/Parse.hs:239)
    parseHex (src/Text/Parse.hs:239)
    parseFloat (src/Text/Parse.hs:244)
    parseLitChar (src/Text/Parse.hs:265)
  77% ( 24 / 31) in 'Text.ParserCombinators.HuttonMeijerWallace'
  Missing documentation for:
    Parser (src/Text/ParserCombinators/HuttonMeijerWallace.hs:66)
    chainl (src/Text/ParserCombinators/HuttonMeijerWallace.hs:220)
    chainl1 (src/Text/ParserCombinators/HuttonMeijerWallace.hs:224)
    chainr (src/Text/ParserCombinators/HuttonMeijerWallace.hs:230)
    chainr1 (src/Text/ParserCombinators/HuttonMeijerWallace.hs:234)
    ops (src/Text/ParserCombinators/HuttonMeijerWallace.hs:243)
    bracket (src/Text/ParserCombinators/HuttonMeijerWallace.hs:246)
   6% (  2 / 36) in 'Text.ParserCombinators.HuttonMeijer'
  Missing documentation for:
    item (src/Text/ParserCombinators/HuttonMeijer.hs:83)
    first (src/Text/ParserCombinators/HuttonMeijer.hs:88)
    papply (src/Text/ParserCombinators/HuttonMeijer.hs:93)
    +++ (src/Text/ParserCombinators/HuttonMeijer.hs:100)
    sat (src/Text/ParserCombinators/HuttonMeijer.hs:103)
    many (src/Text/ParserCombinators/HuttonMeijer.hs:109)
    many1 (src/Text/ParserCombinators/HuttonMeijer.hs:113)
    sepby (src/Text/ParserCombinators/HuttonMeijer.hs:116)
    sepby1 (src/Text/ParserCombinators/HuttonMeijer.hs:119)
    chainl (src/Text/ParserCombinators/HuttonMeijer.hs:122)
    chainl1 (src/Text/ParserCombinators/HuttonMeijer.hs:125)
    chainr (src/Text/ParserCombinators/HuttonMeijer.hs:131)
    chainr1 (src/Text/ParserCombinators/HuttonMeijer.hs:134)
    ops (src/Text/ParserCombinators/HuttonMeijer.hs:140)
    bracket (src/Text/ParserCombinators/HuttonMeijer.hs:143)
    char (src/Text/ParserCombinators/HuttonMeijer.hs:150)
    digit (src/Text/ParserCombinators/HuttonMeijer.hs:153)
    lower (src/Text/ParserCombinators/HuttonMeijer.hs:156)
    upper (src/Text/ParserCombinators/HuttonMeijer.hs:159)
    letter (src/Text/ParserCombinators/HuttonMeijer.hs:162)
    alphanum (src/Text/ParserCombinators/HuttonMeijer.hs:165)
    string (src/Text/ParserCombinators/HuttonMeijer.hs:168)
    ident (src/Text/ParserCombinators/HuttonMeijer.hs:172)
    nat (src/Text/ParserCombinators/HuttonMeijer.hs:175)
    int (src/Text/ParserCombinators/HuttonMeijer.hs:180)
    spaces (src/Text/ParserCombinators/HuttonMeijer.hs:187)
    comment (src/Text/ParserCombinators/HuttonMeijer.hs:190)
    junk (src/Text/ParserCombinators/HuttonMeijer.hs:200)
    skip (src/Text/ParserCombinators/HuttonMeijer.hs:203)
    token (src/Text/ParserCombinators/HuttonMeijer.hs:206)
    natural (src/Text/ParserCombinators/HuttonMeijer.hs:213)
    integer (src/Text/ParserCombinators/HuttonMeijer.hs:216)
    symbol (src/Text/ParserCombinators/HuttonMeijer.hs:219)
    identifier (src/Text/ParserCombinators/HuttonMeijer.hs:222)
Warning: Text.ParserCombinators.HuttonMeijerWallace: could not find link destinations for:
    ParseResult
Warning: Text.ParserCombinators.HuttonMeijer: could not find link destinations for:
    Token
Documentation created: dist/doc/html/polyparse/index.html,
dist/doc/html/polyparse/polyparse.txt
Creating package registration file:
/tmp/pkgConf-polyparse-11007277217551836836.11
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/polyparse-1.11-5gbM4m6k3rhGIQyEboR1bR
Registering polyparse-1.11...
Installed polyparse-1.11
Configuring cpphs-1.19.3...
Building cpphs-1.19.3...
Preprocessing library cpphs-1.19.3...
[ 1 of 11] Compiling Language.Preprocessor.Cpphs.HashDefine ( Language/Preprocessor/Cpphs/HashDefine.hs, dist/build/Language/Preprocessor/Cpphs/HashDefine.o )
[ 2 of 11] Compiling Language.Preprocessor.Cpphs.SymTab ( Language/Preprocessor/Cpphs/SymTab.hs, dist/build/Language/Preprocessor/Cpphs/SymTab.o )
[ 3 of 11] Compiling Language.Preprocessor.Unlit ( Language/Preprocessor/Unlit.hs, dist/build/Language/Preprocessor/Unlit.o )
[ 4 of 11] Compiling Language.Preprocessor.Cpphs.Options ( Language/Preprocessor/Cpphs/Options.hs, dist/build/Language/Preprocessor/Cpphs/Options.o )
[ 5 of 11] Compiling Language.Preprocessor.Cpphs.Position ( Language/Preprocessor/Cpphs/Position.hs, dist/build/Language/Preprocessor/Cpphs/Position.o )
[ 6 of 11] Compiling Language.Preprocessor.Cpphs.Tokenise ( Language/Preprocessor/Cpphs/Tokenise.hs, dist/build/Language/Preprocessor/Cpphs/Tokenise.o )
[ 7 of 11] Compiling Language.Preprocessor.Cpphs.MacroPass ( Language/Preprocessor/Cpphs/MacroPass.hs, dist/build/Language/Preprocessor/Cpphs/MacroPass.o )
[ 8 of 11] Compiling Language.Preprocessor.Cpphs.ReadFirst ( Language/Preprocessor/Cpphs/ReadFirst.hs, dist/build/Language/Preprocessor/Cpphs/ReadFirst.o )
[ 9 of 11] Compiling Language.Preprocessor.Cpphs.CppIfdef ( Language/Preprocessor/Cpphs/CppIfdef.hs, dist/build/Language/Preprocessor/Cpphs/CppIfdef.o )
[10 of 11] Compiling Language.Preprocessor.Cpphs.RunCpphs ( Language/Preprocessor/Cpphs/RunCpphs.hs, dist/build/Language/Preprocessor/Cpphs/RunCpphs.o )
[11 of 11] Compiling Language.Preprocessor.Cpphs ( Language/Preprocessor/Cpphs.hs, dist/build/Language/Preprocessor/Cpphs.o )
In-place registering cpphs-1.19.3...
Preprocessing executable 'cpphs' for cpphs-1.19.3...
[ 1 of 12] Compiling Language.Preprocessor.Cpphs.SymTab ( Language/Preprocessor/Cpphs/SymTab.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/SymTab.o )
[ 2 of 12] Compiling Language.Preprocessor.Cpphs.Position ( Language/Preprocessor/Cpphs/Position.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/Position.o )
[ 3 of 12] Compiling Language.Preprocessor.Cpphs.ReadFirst ( Language/Preprocessor/Cpphs/ReadFirst.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/ReadFirst.o )
[ 4 of 12] Compiling Language.Preprocessor.Cpphs.Options ( Language/Preprocessor/Cpphs/Options.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/Options.o )
[ 5 of 12] Compiling Language.Preprocessor.Cpphs.HashDefine ( Language/Preprocessor/Cpphs/HashDefine.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/HashDefine.o )
[ 6 of 12] Compiling Language.Preprocessor.Cpphs.Tokenise ( Language/Preprocessor/Cpphs/Tokenise.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/Tokenise.o )
[ 7 of 12] Compiling Language.Preprocessor.Cpphs.MacroPass ( Language/Preprocessor/Cpphs/MacroPass.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/MacroPass.o )
[ 8 of 12] Compiling Language.Preprocessor.Cpphs.CppIfdef ( Language/Preprocessor/Cpphs/CppIfdef.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/CppIfdef.o )
[ 9 of 12] Compiling Language.Preprocessor.Unlit ( Language/Preprocessor/Unlit.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Unlit.o )
[10 of 12] Compiling Language.Preprocessor.Cpphs.RunCpphs ( Language/Preprocessor/Cpphs/RunCpphs.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs/RunCpphs.o )
[11 of 12] Compiling Language.Preprocessor.Cpphs ( Language/Preprocessor/Cpphs.hs, dist/build/cpphs/cpphs-tmp/Language/Preprocessor/Cpphs.o )
[12 of 12] Compiling Main             ( cpphs.hs, dist/build/cpphs/cpphs-tmp/Main.o )
Linking dist/build/cpphs/cpphs ...
Running Haddock for cpphs-1.19.3...
Running hscolour for cpphs-1.19.3...
Preprocessing library cpphs-1.19.3...
Preprocessing executable 'cpphs' for cpphs-1.19.3...
Preprocessing library cpphs-1.19.3...
Haddock coverage:
  83% (  5 /  6) in 'Language.Preprocessor.Cpphs.HashDefine'
  Missing documentation for:
    HashDefine (Language/Preprocessor/Cpphs/HashDefine.hs:25)
  33% (  3 /  9) in 'Language.Preprocessor.Cpphs.SymTab'
  Missing documentation for:
    emptyST (Language/Preprocessor/Cpphs/SymTab.hs:30)
    insertST (Language/Preprocessor/Cpphs/SymTab.hs:31)
    deleteST (Language/Preprocessor/Cpphs/SymTab.hs:32)
    lookupST (Language/Preprocessor/Cpphs/SymTab.hs:33)
    definedST (Language/Preprocessor/Cpphs/SymTab.hs:34)
    flattenST (Language/Preprocessor/Cpphs/SymTab.hs:35)
 100% (  2 /  2) in 'Language.Preprocessor.Unlit'
 100% (  7 /  7) in 'Language.Preprocessor.Cpphs.Options'
 100% ( 15 / 15) in 'Language.Preprocessor.Cpphs.Position'
  86% (  6 /  7) in 'Language.Preprocessor.Cpphs.Tokenise'
  Missing documentation for:
    deWordStyle (Language/Preprocessor/Cpphs/Tokenise.hs:71)
 100% (  5 /  5) in 'Language.Preprocessor.Cpphs.MacroPass'
 100% (  2 /  2) in 'Language.Preprocessor.Cpphs.ReadFirst'
 100% (  2 /  2) in 'Language.Preprocessor.Cpphs.CppIfdef'
   0% (  0 /  5) in 'Language.Preprocessor.Cpphs.RunCpphs'
  Missing documentation for:
    Module header
    runCpphs (Language/Preprocessor/Cpphs/RunCpphs.hs:22)
    runCpphsPass1 (Language/Preprocessor/Cpphs/RunCpphs.hs:27)
    runCpphsPass2 (Language/Preprocessor/Cpphs/RunCpphs.hs:40)
    runCpphsReturningSymTab (Language/Preprocessor/Cpphs/RunCpphs.hs:53)
  86% ( 25 / 29) in 'Language.Preprocessor.Cpphs'
  Missing documentation for:
    runCpphs (Language/Preprocessor/Cpphs/RunCpphs.hs:22)
    runCpphsPass1 (Language/Preprocessor/Cpphs/RunCpphs.hs:27)
    runCpphsPass2 (Language/Preprocessor/Cpphs/RunCpphs.hs:40)
    runCpphsReturningSymTab (Language/Preprocessor/Cpphs/RunCpphs.hs:53)
Warning: Language.Preprocessor.Cpphs: could not find link destinations for:
    HashDefine
Documentation created: dist/doc/html/cpphs/index.html,
dist/doc/html/cpphs/cpphs.txt
Preprocessing executable 'cpphs' for cpphs-1.19.3...
Creating package registration file:
/tmp/pkgConf-cpphs-1.191936060910928140528.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/cpphs-1.19.3-HTebNkKFYOCAqQG2KzButo
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 cpphs-1.19.3...
Installed cpphs-1.19.3
Configuring haskell-src-exts-1.16.0.1...
Building haskell-src-exts-1.16.0.1...
Preprocessing library haskell-src-exts-1.16.0.1...
[ 1 of 22] Compiling Language.Haskell.Exts.Annotated.Syntax ( src/Language/Haskell/Exts/Annotated/Syntax.hs, dist/build/Language/Haskell/Exts/Annotated/Syntax.o )

src/Language/Haskell/Exts/Annotated/Syntax.hs:112:1: Warning:
    The import of ‘Data.Foldable’ is redundant
      except perhaps to import instances from ‘Data.Foldable’
    To import instances alone, use: import Data.Foldable()

src/Language/Haskell/Exts/Annotated/Syntax.hs:113:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
[ 2 of 22] Compiling Language.Haskell.Exts.ParseSyntax ( src/Language/Haskell/Exts/ParseSyntax.hs, dist/build/Language/Haskell/Exts/ParseSyntax.o )
[ 3 of 22] Compiling Language.Haskell.Exts.Annotated.Build ( src/Language/Haskell/Exts/Annotated/Build.hs, dist/build/Language/Haskell/Exts/Annotated/Build.o )
[ 4 of 22] Compiling Language.Haskell.Exts.SrcLoc ( src/Language/Haskell/Exts/SrcLoc.hs, dist/build/Language/Haskell/Exts/SrcLoc.o )
[ 5 of 22] Compiling Language.Haskell.Exts.Comments ( src/Language/Haskell/Exts/Comments.hs, dist/build/Language/Haskell/Exts/Comments.o )
[ 6 of 22] Compiling Language.Haskell.Exts.Annotated.ExactPrint ( src/Language/Haskell/Exts/Annotated/ExactPrint.hs, dist/build/Language/Haskell/Exts/Annotated/ExactPrint.o )

src/Language/Haskell/Exts/Annotated/ExactPrint.hs:27:1: Warning:
    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 22] Compiling Language.Haskell.Exts.Extension ( src/Language/Haskell/Exts/Extension.hs, dist/build/Language/Haskell/Exts/Extension.o )

src/Language/Haskell/Exts/Extension.hs:42:1: Warning:
    The import of ‘<$>’ from module ‘Control.Applicative’ is redundant
[ 8 of 22] Compiling Language.Haskell.Exts.ExtScheme ( src/Language/Haskell/Exts/ExtScheme.hs, dist/build/Language/Haskell/Exts/ExtScheme.o )
[ 9 of 22] Compiling Language.Haskell.Exts.Syntax ( src/Language/Haskell/Exts/Syntax.hs, dist/build/Language/Haskell/Exts/Syntax.o )
[10 of 22] Compiling Language.Haskell.Exts.Build ( src/Language/Haskell/Exts/Build.hs, dist/build/Language/Haskell/Exts/Build.o )
[11 of 22] Compiling Language.Haskell.Exts.Fixity ( src/Language/Haskell/Exts/Fixity.hs, dist/build/Language/Haskell/Exts/Fixity.o )
[12 of 22] Compiling Language.Haskell.Exts.ParseMonad ( src/Language/Haskell/Exts/ParseMonad.hs, dist/build/Language/Haskell/Exts/ParseMonad.o )

src/Language/Haskell/Exts/ParseMonad.hs:43:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Language/Haskell/Exts/ParseMonad.hs:45:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[13 of 22] Compiling Language.Haskell.Exts.InternalLexer ( src/Language/Haskell/Exts/InternalLexer.hs, dist/build/Language/Haskell/Exts/InternalLexer.o )
[14 of 22] Compiling Language.Haskell.Exts.Lexer ( src/Language/Haskell/Exts/Lexer.hs, dist/build/Language/Haskell/Exts/Lexer.o )
[15 of 22] Compiling Language.Haskell.Exts.Annotated.Simplify ( src/Language/Haskell/Exts/Annotated/Simplify.hs, dist/build/Language/Haskell/Exts/Annotated/Simplify.o )
[16 of 22] Compiling Language.Haskell.Exts.Pretty ( src/Language/Haskell/Exts/Pretty.hs, dist/build/Language/Haskell/Exts/Pretty.o )

src/Language/Haskell/Exts/Pretty.hs:35:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[17 of 22] Compiling Language.Haskell.Exts.ParseUtils ( src/Language/Haskell/Exts/ParseUtils.hs, dist/build/Language/Haskell/Exts/ParseUtils.o )

src/Language/Haskell/Exts/ParseUtils.hs:86:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[18 of 22] Compiling Language.Haskell.Exts.Annotated.Fixity ( src/Language/Haskell/Exts/Annotated/Fixity.hs, dist/build/Language/Haskell/Exts/Annotated/Fixity.o )
[19 of 22] Compiling Language.Haskell.Exts.InternalParser ( dist/build/Language/Haskell/Exts/InternalParser.hs, dist/build/Language/Haskell/Exts/InternalParser.o )
[20 of 22] Compiling Language.Haskell.Exts.Parser ( src/Language/Haskell/Exts/Parser.hs, dist/build/Language/Haskell/Exts/Parser.o )
[21 of 22] Compiling Language.Haskell.Exts.Annotated ( src/Language/Haskell/Exts/Annotated.hs, dist/build/Language/Haskell/Exts/Annotated.o )
[22 of 22] Compiling Language.Haskell.Exts ( src/Language/Haskell/Exts.hs, dist/build/Language/Haskell/Exts.o )
In-place registering haskell-src-exts-1.16.0.1...
Running Haddock for haskell-src-exts-1.16.0.1...
Running hscolour for haskell-src-exts-1.16.0.1...
Preprocessing library haskell-src-exts-1.16.0.1...
Preprocessing library haskell-src-exts-1.16.0.1...

src/Language/Haskell/Exts/Annotated/Syntax.hs:112:1: Warning:
    The import of ‘Data.Foldable’ is redundant
      except perhaps to import instances from ‘Data.Foldable’
    To import instances alone, use: import Data.Foldable()

src/Language/Haskell/Exts/Annotated/Syntax.hs:113:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()

src/Language/Haskell/Exts/Annotated/ExactPrint.hs:27:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Language/Haskell/Exts/Extension.hs:42:1: Warning:
    The import of ‘<$>’ from module ‘Control.Applicative’ is redundant
Haddock coverage:
  70% ( 96 /137) in 'Language.Haskell.Exts.Annotated.Syntax'
  Missing documentation for:
    prelude_mod (src/Language/Haskell/Exts/Annotated/Syntax.hs:934)
    main_mod (src/Language/Haskell/Exts/Annotated/Syntax.hs:934)
    main_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:938)
    unit_con_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:941)
    tuple_con_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:944)
    list_cons_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:947)
    unboxed_singleton_con_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:950)
    unit_con (src/Language/Haskell/Exts/Annotated/Syntax.hs:953)
    tuple_con (src/Language/Haskell/Exts/Annotated/Syntax.hs:956)
    unboxed_singleton_con (src/Language/Haskell/Exts/Annotated/Syntax.hs:959)
    as_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:962)
    qualified_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:962)
    hiding_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:962)
    minus_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:962)
    bang_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:962)
    dot_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:962)
    star_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:962)
    export_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    safe_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    unsafe_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    interruptible_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    threadsafe_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    stdcall_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    ccall_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    cplusplus_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    dotnet_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    jvm_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    js_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    capi_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    forall_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    family_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:971)
    unit_tycon_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:989)
    fun_tycon_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:989)
    list_tycon_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:989)
    tuple_tycon_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:995)
    unboxed_singleton_tycon_name (src/Language/Haskell/Exts/Annotated/Syntax.hs:989)
    unit_tycon (src/Language/Haskell/Exts/Annotated/Syntax.hs:998)
    fun_tycon (src/Language/Haskell/Exts/Annotated/Syntax.hs:998)
    list_tycon (src/Language/Haskell/Exts/Annotated/Syntax.hs:998)
    tuple_tycon (src/Language/Haskell/Exts/Annotated/Syntax.hs:1004)
    unboxed_singleton_tycon (src/Language/Haskell/Exts/Annotated/Syntax.hs:998)
   0% (  0 / 21) in 'Language.Haskell.Exts.ParseSyntax'
  Missing documentation for:
    Module header
    PExp (src/Language/Haskell/Exts/ParseSyntax.hs:11)
    PFieldUpdate (src/Language/Haskell/Exts/ParseSyntax.hs:109)
    ParseXAttr (src/Language/Haskell/Exts/ParseSyntax.hs:115)
     (src/Language/Haskell/Exts/ParseSyntax.hs:118)
     (src/Language/Haskell/Exts/ParseSyntax.hs:255)
     (src/Language/Haskell/Exts/ParseSyntax.hs:263)
    p_unit_con (src/Language/Haskell/Exts/ParseSyntax.hs:267)
    p_tuple_con (src/Language/Haskell/Exts/ParseSyntax.hs:270)
    p_unboxed_singleton_con (src/Language/Haskell/Exts/ParseSyntax.hs:273)
    PContext (src/Language/Haskell/Exts/ParseSyntax.hs:276)
     (src/Language/Haskell/Exts/ParseSyntax.hs:282)
    PType (src/Language/Haskell/Exts/ParseSyntax.hs:290)
     (src/Language/Haskell/Exts/ParseSyntax.hs:311)
    PAsst (src/Language/Haskell/Exts/ParseSyntax.hs:345)
     (src/Language/Haskell/Exts/ParseSyntax.hs:354)
    unit_tycon (src/Language/Haskell/Exts/ParseSyntax.hs:371)
    fun_tycon (src/Language/Haskell/Exts/ParseSyntax.hs:371)
    list_tycon (src/Language/Haskell/Exts/ParseSyntax.hs:371)
    unboxed_singleton_tycon (src/Language/Haskell/Exts/ParseSyntax.hs:371)
    tuple_tycon (src/Language/Haskell/Exts/ParseSyntax.hs:377)
 100% ( 49 / 49) in 'Language.Haskell.Exts.Annotated.Build'
  73% ( 19 / 26) in 'Language.Haskell.Exts.SrcLoc'
  Missing documentation for:
     (src/Language/Haskell/Exts/SrcLoc.hs:29)
    noLoc (src/Language/Haskell/Exts/SrcLoc.hs:34)
     (src/Language/Haskell/Exts/SrcLoc.hs:47)
    spanSize (src/Language/Haskell/Exts/SrcLoc.hs:82)
     (src/Language/Haskell/Exts/SrcLoc.hs:154)
     (src/Language/Haskell/Exts/SrcLoc.hs:161)
     (src/Language/Haskell/Exts/SrcLoc.hs:168)
  67% (  2 /  3) in 'Language.Haskell.Exts.Comments'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'Language.Haskell.Exts.Annotated.ExactPrint'
  Missing documentation for:
    ExactP (src/Language/Haskell/Exts/Annotated/ExactPrint.hs:212)
  65% ( 13 / 20) in 'Language.Haskell.Exts.Extension'
  Missing documentation for:
    Language (src/Language/Haskell/Exts/Extension.hs:81)
    knownLanguages (src/Language/Haskell/Exts/Extension.hs:100)
    classifyLanguage (src/Language/Haskell/Exts/Extension.hs:103)
    prettyLanguage (src/Language/Haskell/Exts/Extension.hs:109)
    KnownExtension (src/Language/Haskell/Exts/Extension.hs:130)
    ghcDefault (src/Language/Haskell/Exts/Extension.hs:586)
    toExtensionList (src/Language/Haskell/Exts/Extension.hs:665)
  14% (  1 /  7) in 'Language.Haskell.Exts.ExtScheme'
  Missing documentation for:
    ExtScheme (src/Language/Haskell/Exts/ExtScheme.hs:20)
    MExtScheme (src/Language/Haskell/Exts/ExtScheme.hs:23)
    Enabled (src/Language/Haskell/Exts/ExtScheme.hs:25)
     (src/Language/Haskell/Exts/ExtScheme.hs:28)
     (src/Language/Haskell/Exts/ExtScheme.hs:31)
     (src/Language/Haskell/Exts/ExtScheme.hs:35)
  67% ( 86 /128) in 'Language.Haskell.Exts.Syntax'
  Missing documentation for:
    Promoted (src/Language/Haskell/Exts/Syntax.hs:429)
    prelude_mod (src/Language/Haskell/Exts/Syntax.hs:769)
    main_mod (src/Language/Haskell/Exts/Syntax.hs:769)
    main_name (src/Language/Haskell/Exts/Syntax.hs:773)
    unit_con_name (src/Language/Haskell/Exts/Syntax.hs:776)
    tuple_con_name (src/Language/Haskell/Exts/Syntax.hs:779)
    list_cons_name (src/Language/Haskell/Exts/Syntax.hs:782)
    unboxed_singleton_con_name (src/Language/Haskell/Exts/Syntax.hs:785)
    unit_con (src/Language/Haskell/Exts/Syntax.hs:788)
    tuple_con (src/Language/Haskell/Exts/Syntax.hs:791)
    unboxed_singleton_con (src/Language/Haskell/Exts/Syntax.hs:794)
    as_name (src/Language/Haskell/Exts/Syntax.hs:797)
    qualified_name (src/Language/Haskell/Exts/Syntax.hs:797)
    hiding_name (src/Language/Haskell/Exts/Syntax.hs:797)
    minus_name (src/Language/Haskell/Exts/Syntax.hs:797)
    bang_name (src/Language/Haskell/Exts/Syntax.hs:797)
    dot_name (src/Language/Haskell/Exts/Syntax.hs:797)
    star_name (src/Language/Haskell/Exts/Syntax.hs:797)
    export_name (src/Language/Haskell/Exts/Syntax.hs:806)
    safe_name (src/Language/Haskell/Exts/Syntax.hs:806)
    unsafe_name (src/Language/Haskell/Exts/Syntax.hs:806)
    interruptible_name (src/Language/Haskell/Exts/Syntax.hs:806)
    threadsafe_name (src/Language/Haskell/Exts/Syntax.hs:806)
    stdcall_name (src/Language/Haskell/Exts/Syntax.hs:806)
    ccall_name (src/Language/Haskell/Exts/Syntax.hs:806)
    cplusplus_name (src/Language/Haskell/Exts/Syntax.hs:806)
    dotnet_name (src/Language/Haskell/Exts/Syntax.hs:806)
    jvm_name (src/Language/Haskell/Exts/Syntax.hs:806)
    js_name (src/Language/Haskell/Exts/Syntax.hs:806)
    capi_name (src/Language/Haskell/Exts/Syntax.hs:806)
    forall_name (src/Language/Haskell/Exts/Syntax.hs:806)
    family_name (src/Language/Haskell/Exts/Syntax.hs:806)
    unit_tycon_name (src/Language/Haskell/Exts/Syntax.hs:824)
    fun_tycon_name (src/Language/Haskell/Exts/Syntax.hs:824)
    list_tycon_name (src/Language/Haskell/Exts/Syntax.hs:824)
    tuple_tycon_name (src/Language/Haskell/Exts/
src/Language/Haskell/Exts/ParseMonad.hs:43:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Language/Haskell/Exts/ParseMonad.hs:45:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Language/Haskell/Exts/Pretty.hs:35:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Language/Haskell/Exts/ParseUtils.hs:86:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
Syntax.hs:830)
    unboxed_singleton_tycon_name (src/Language/Haskell/Exts/Syntax.hs:824)
    unit_tycon (src/Language/Haskell/Exts/Syntax.hs:833)
    fun_tycon (src/Language/Haskell/Exts/Syntax.hs:833)
    list_tycon (src/Language/Haskell/Exts/Syntax.hs:833)
    tuple_tycon (src/Language/Haskell/Exts/Syntax.hs:839)
    unboxed_singleton_tycon (src/Language/Haskell/Exts/Syntax.hs:833)
 100% ( 49 / 49) in 'Language.Haskell.Exts.Build'
  77% ( 10 / 13) in 'Language.Haskell.Exts.Fixity'
  Missing documentation for:
    infix_ (src/Language/Haskell/Exts/Fixity.hs:168)
    infixl_ (src/Language/Haskell/Exts/Fixity.hs:168)
    infixr_ (src/Language/Haskell/Exts/Fixity.hs:168)
  33% ( 16 / 48) in 'Language.Haskell.Exts.ParseMonad'
  Missing documentation for:
    atSrcLoc (src/Language/Haskell/Exts/ParseMonad.hs:216)
    LexContext (src/Language/Haskell/Exts/ParseMonad.hs:88)
    runParserWithMode (src/Language/Haskell/Exts/ParseMonad.hs:172)
    runParserWithModeComments (src/Language/Haskell/Exts/ParseMonad.hs:187)
    runParser (src/Language/Haskell/Exts/ParseMonad.hs:184)
    getSrcLoc (src/Language/Haskell/Exts/ParseMonad.hs:219)
    pushCurrentContext (src/Language/Haskell/Exts/ParseMonad.hs:243)
    popContext (src/Language/Haskell/Exts/ParseMonad.hs:261)
    getExtensions (src/Language/Haskell/Exts/ParseMonad.hs:282)
    Lex (src/Language/Haskell/Exts/ParseMonad.hs:300)
    getInput (src/Language/Haskell/Exts/ParseMonad.hs:317)
    lexWhile (src/Language/Haskell/Exts/ParseMonad.hs:346)
    alternative (src/Language/Haskell/Exts/ParseMonad.hs:359)
    checkBOL (src/Language/Haskell/Exts/ParseMonad.hs:379)
    setBOL (src/Language/Haskell/Exts/ParseMonad.hs:384)
    startToken (src/Language/Haskell/Exts/ParseMonad.hs:389)
    getOffside (src/Language/Haskell/Exts/ParseMonad.hs:403)
    pushContextL (src/Language/Haskell/Exts/ParseMonad.hs:415)
    popContextL (src/Language/Haskell/Exts/ParseMonad.hs:419)
    getExtensionsL (src/Language/Haskell/Exts/ParseMonad.hs:455)
    pushComment (src/Language/Haskell/Exts/ParseMonad.hs:489)
    getSrcLocL (src/Language/Haskell/Exts/ParseMonad.hs:407)
    setSrcLineL (src/Language/Haskell/Exts/ParseMonad.hs:411)
    ignoreLinePragmasL (src/Language/Haskell/Exts/ParseMonad.hs:478)
    setLineFilenameL (src/Language/Haskell/Exts/ParseMonad.hs:483)
    ExtContext (src/Language/Haskell/Exts/ParseMonad.hs:91)
    pushExtContextL (src/Language/Haskell/Exts/ParseMonad.hs:443)
    popExtContextL (src/Language/Haskell/Exts/ParseMonad.hs:447)
    getExtContext (src/Language/Haskell/Exts/ParseMonad.hs:436)
    pullCtxtFlag (src/Language/Haskell/Exts/ParseMonad.hs:424)
    flagDo (src/Language/Haskell/Exts/ParseMonad.hs:429)
    getModuleName (src/Language/Haskell/Exts/ParseMonad.hs:222)
  20% (  1 /  5) in 'Language.Haskell.Exts.InternalLexer'
  Missing documentation for:
    Token (src/Language/Haskell/Exts/InternalLexer.hs:37)
    showToken (src/Language/Haskell/Exts/InternalLexer.hs:1235)
    lexer (src/Language/Haskell/Exts/InternalLexer.hs:358)
    topLexer (src/Language/Haskell/Exts/InternalLexer.hs:361)
  67% (  4 /  6) in 'Language.Haskell.Exts.Lexer'
  Missing documentation for:
    Token (src/Language/Haskell/Exts/InternalLexer.hs:37)
    showToken (src/Language/Haskell/Exts/InternalLexer.hs:1235)
   4% (  3 / 71) in 'Language.Haskell.Exts.Annotated.Simplify'
  Missing documentation for:
    sTypeEqn (src/Language/Haskell/Exts/Annotated/Simplify.hs:122)
    sAnnotation (src/Language/Haskell/Exts/Annotated/Simplify.hs:125)
    sBooleanFormula (src/Language/Haskell/Exts/Annotated/Simplify.hs:131)
    sModuleName (src/Language/Haskell/Exts/Annotated/Simplify.hs:138)
    sSpecialCon (src/Language/Haskell/Exts/Annotated/Simplify.hs:141)
    sQName (src/Language/Haskell/Exts/Annotated/Simplify.hs:150)
    sName (src/Language/Haskell/Exts/Annotated/Simplify.hs:156)
    sIPName (src/Language/Haskell/Exts/Annotated/Simplify.hs:160)
    sQOp (src/Language/Haskell/Exts/Annotated/Simplify.hs:164)
    sOp (src/Language/Haskell/Exts/Annotated/Simplify.hs:168)
    sCName (src/Language/Haskell/Exts/Annotated/Simplify.hs:172)
    sModuleHead (src/Language/Haskell/Exts/Annotated/Simplify.hs:176)
    sExportSpecList (src/Language/Haskell/Exts/Annotated/Simplify.hs:181)
    sExportSpec (src/Language/Haskell/Exts/Annotated/Simplify.hs:184)
    sImportDecl (src/Language/Haskell/Exts/Annotated/Simplify.hs:192)
    sImportSpecList (src/Language/Haskell/Exts/Annotated/Simplify.hs:196)
    sNamespace (src/Language/Haskell/Exts/Annotated/Simplify.hs:199)
    sImportSpec (src/Language/Haskell/Exts/Annotated/Simplify.hs:204)
    sAssoc (src/Language/Haskell/Exts/Annotated/Simplify.hs:211)
    sDeclHead (src/Language/Haskell/Exts/Annotated/Simplify.hs:217)
    sInstRule (src/Language/Haskell/Exts/Annotated/Simplify.hs:226)
    sInstHead (src/Language/Haskell/Exts/Annotated/Simplify.hs:233)
    sDataOrNew (src/Language/Haskell/Exts/Annotated/Simplify.hs:242)
    sDeriving (src/Language/Haskell/Exts/Annotated/Simplify.hs:246)
    sBinds (src/Language/Haskell/Exts/Annotated/Simplify.hs:249)
    sIPBind (src/Language/Haskell/Exts/Annotated/Simplify.hs:254)
    sMatch (src/Language/Haskell/Exts/Annotated/Simplify.hs:257)
    sQualConDecl (src/Language/Haskell/Exts/Annotated/Simplify.hs:263)
    sConDecl (src/Language/Haskell/Exts/Annotated/Simplify.hs:267)
    sFieldDecl (src/Language/Haskell/Exts/Annotated/Simplify.hs:273)
    sGadtDecl (src/Language/Haskell/Exts/Annotated/Simplify.hs:276)
    sClassDecl (src/Language/Haskell/Exts/Annotated/Simplify.hs:279)
    sRecFields (src/Language/Haskell/Exts/Annotated/Simplify.hs:293)
    sInstDecl (src/Language/Haskell/Exts/Annotated/Simplify.hs:296)
    sBangType (src/Language/Haskell/Exts/Annotated/Simplify.hs:306)
    sRhs (src/Language/Haskell/Exts/Annotated/Simplify.hs:311)
    sGuardedRhs (src/Language/Haskell/Exts/Annotated/Simplify.hs:315)
    sType (src/Language/Haskell/Exts/Annotated/Simplify.hs:318)
    sPromoted (src/Language/Haskell/Exts/Annotated/Simplify.hs:336)
    sTyVarBind (src/Language/Haskell/Exts/Annotated/Simplify.hs:346)
    sKind (src/Language/Haskell/Exts/Annotated/Simplify.hs:350)
    sFunDep (src/Language/Haskell/Exts/Annotated/Simplify.hs:361)
    sContext (src/Language/Haskell/Exts/Annotated/Simplify.hs:364)
    sAsst (src/Language/Haskell/Exts/Annotated/Simplify.hs:370)
    sLiteral (src/Language/Haskell/Exts/Annotated/Simplify.hs:379)
    sSign (src/Language/Haskell/Exts/Annotated/Simplify.hs:392)
    sExp (src/Language/Haskell/Exts/Annotated/Simplify.hs:397)
    sXName (src/Language/Haskell/Exts/Annotated/Simplify.hs:453)
    sXAttr (src/Language/Haskell/Exts/Annotated/Simplify.hs:457)
    sBracket (src/Language/Haskell/Exts/Annotated/Simplify.hs:460)
    sSplice (src/Language/Haskell/Exts/Annotated/Simplify.hs:467)
    sSafety (src/Language/Haskell/Exts/Annotated/Simplify.hs:471)
    sCallConv (src/Language/Haskell/Exts/Annotated/Simplify.hs:476)
    sModulePragma (src/Language/Haskell/Exts/Annotated/Simplify.hs:485)
    sOverlap (src/Language/Haskell/Exts/Annotated/Simplify.hs:491)
    sActivation (src/Language/Haskell/Exts/Annotated/Simplify.hs:497)
    sRule (src/Language/Haskell/Exts/Annotated/Simplify.hs:502)
    sRuleVar (src/Language/Haskell/Exts/Annotated/Simplify.hs:506)
    sWarningText (src/Language/Haskell/Exts/Annotated/Simplify.hs:510)
    sPat (src/Language/Haskell/Exts/Annotated/Simplify.hs:514)
    sPXAttr (src/Language/Haskell/Exts/Annotated/Simplify.hs:539)
    sRPatOp (src/Language/Haskell/Exts/Annotated/Simplify.hs:542)
    sRPat (src/Language/Haskell/Exts/Annotated/Simplify.hs:551)
    sPatField (src/Language/Haskell/Exts/Annotated/Simplify.hs:562)
    sStmt (src/Language/Haskell/Exts/Annotated/Simplify.hs:568)
    sQualStmt (src/Language/Haskell/Exts/Annotated/Simplify.hs:575)
    sFieldUpdate (src/Language/Haskell/Exts/Annotated/Simplify.hs:584)
    sAlt (src/Language/Haskell/Exts/Annotated/Simplify.hs:590)
  93% ( 14 / 15) in 'Language.Haskell.Exts.Pretty'
  Missing documentation for:
    Indent (src/Language/Haskell/Exts/Pretty.hs:49)
   4% (  2 / 52) in 'Language.Haskell.Exts.ParseUtils'
  Missing documentation for:
    splitTyConApp (src/Language/Haskell/Exts/ParseUtils.hs:93)
    checkEnabled (src/Language/Haskell/Exts/ParseUtils.hs:108)
    checkEnabledOneOf (src/Language/Haskell/Exts/ParseUtils.hs:113)
    checkToplevel (src/Language/Haskell/Exts/ParseUtils.hs:123)
    checkPatternGuards (src/Language/Haskell/Exts/ParseUtils.hs:119)
    mkRecConstrOrUpdate (src/Language/Haskell/Exts/ParseUtils.hs:891)
    checkPrec (src/Language/Haskell/Exts/ParseUtils.hs:887)
    checkPContext (src/Language/Haskell/Exts/ParseUtils.hs:138)
    checkContext (src/Language/Haskell/Exts/ParseUtils.hs:230)
    checkAssertion (src/Language/Haskell/Exts/ParseUtils.hs:172)
    checkDataHeader (src/Language/Haskell/Exts/ParseUtils.hs:277)
    checkClassHeader (src/Language/Haskell/Exts/ParseUtils.hs:286)
    checkInstHeader (src/Language/Haskell/Exts/ParseUtils.hs:334)
    checkDeriving (src/Language/Haskell/Exts/ParseUtils.hs:363)
    checkPattern (src/Language/Haskell/Exts/ParseUtils.hs:372)
    checkExpr (src/Language/Haskell/Exts/ParseUtils.hs:608)
    checkType (src/Language/Haskell/Exts/ParseUtils.hs:1005)
    checkKind (src/Language/Haskell/Exts/ParseUtils.hs:1059)
    checkValDef (src/Language/Haskell/Exts/ParseUtils.hs:774)
    checkClassBody (src/Language/Haskell/Exts/ParseUtils.hs:828)
    checkInstBody (src/Language/Haskell/Exts/ParseUtils.hs:835)
    checkUnQual (src/Language/Haskell/Exts/ParseUtils.hs:860)
    checkQualOrUnQual (src/Language/Haskell/Exts/ParseUtils.hs:865)
    checkRevDecls (src/Language/Haskell/Exts/ParseUtils.hs:905)
    checkRevClsDecls (src/Language/Haskell/Exts/ParseUtils.hs:929)
    checkRevInstDecls (src/Language/Haskell/Exts/ParseUtils.hs:953)
    checkDataOrNew (src/Language/Haskell/Exts/ParseUtils.hs:982)
    checkDataOrNewG (src/Language/Haskell/Exts/ParseUtils.hs:990)
    checkSimpleType (src/Language/Haskell/Exts/ParseUtils.hs:995)
    checkSigVar (src/Language/Haskell/Exts/ParseUtils.hs:821)
    checkDefSigDef (src/Language/Haskell/Exts/ParseUtils.hs:848)
    getGConName (src/Language/Haskell/Exts/ParseUtils.hs:766)
    mkTyForall (src/Language/Haskell/Exts/ParseUtils.hs:1102)
    checkRPattern (src/Language/Haskell/Exts/ParseUtils.hs:526)
    checkEqNames (src/Language/Haskell/Exts/ParseUtils.hs:872)
    checkPageModule (src/Language/Haskell/Exts/ParseUtils.hs:1071)
    checkHybridModule (src/Language/Haskell/Exts/ParseUtils.hs:1080)
    mkDVar (src/Language/Haskell/Exts/ParseUtils.hs:1094)
    checkRuleExpr (src/Language/Haskell/Exts/ParseUtils.hs:748)
    readTool (src/Language/Haskell/Exts/ParseUtils.hs:751)
    updateQNameLoc (src/Language/Haskell/Exts/ParseUtils.hs:896)
    PExp (src/Language/Haskell/Exts/ParseSyntax.hs:11)
    PFieldUpdate (src/Language/Haskell/Exts/ParseSyntax.hs:109)
    ParseXAttr (src/Language/Haskell/Exts/ParseSyntax.hs:115)
    PType (src/Language/Haskell/Exts/ParseSyntax.hs:290)
    PContext (src/Language/Haskell/Exts/ParseSyntax.hs:276)
    PAsst (src/Language/Haskell/Exts/ParseSyntax.hs:345)
    p_unit_con (src/Language/Haskell/Exts/ParseSyntax.hs:267)
    p_tuple_con (src/Language/Haskell/Exts/ParseSyntax.hs:270)
    p_unboxed_singleton_con (src/Language/Haskell/Exts/ParseSyntax.hs:273)
  75% (  9 / 12) in 'Language.Haskell.Exts.Annotated.Fixity'
  Missing documentation for:
    infix_ (src/Language/Haskell/Exts/Fixity.hs:168)
    infixl_ (src/Language/Haskell/Exts/Fixity.hs:168)
    infixr_ (src/Language/Haskell/Exts/Fixity.hs:168)
 100% ( 37 / 37) in 'Language.Haskell.Exts.InternalParser'
  97% ( 33 / 34) in 'Language.Haskell.Exts.Parser'
  Missing documentation for:
    getTopPragmas (src/Language/Haskell/Exts/Parser.hs:51)
  95% ( 40 / 42) in 'Language.Haskell.Exts.Annotated'
  Missing documentation for:
    parseFileWithComments (src/Language/Haskell/Exts/Annotated.hs:81)
    parseFileContentsWithComments (src/Language/Haskell/Exts/Annotated.hs:106)
 100% ( 23 / 23) in 'Language.Haskell.Exts'
Warning: Language.Haskell.Exts.Annotated.ExactPrint: could not find link destinations for:
    exactP
Warning: Language.Haskell.Exts.Pretty: could not find link destinations for:
    D1Style C1_0Style S1_0_0Style S1_0_1Style S1_0_2Style D1Mode C1_0Mode C1_1Mode C1_2Mode C1_3Mode
Documentation created: dist/doc/html/haskell-src-exts/index.html,
dist/doc/html/haskell-src-exts/haskell-src-exts.txt
Creating package registration file:
/tmp/pkgConf-haskell-src-exts-1.16.017629243932079611790.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/haskell-src-exts-1.16.0.1-2mzIFu6itP1JzQr9p1IAHT
Registering haskell-src-exts-1.16.0.1...
Installed haskell-src-exts-1.16.0.1
cabal: Error: some packages failed to install:
parsec2-1.0.0 failed during the building phase. The exception was:
ExitFailure 1
tup-functor-0.2.0.1 depends on parsec2-1.0.0 which failed to install.

Test log

No test log was submitted for this report.