Build #1 for language-fortran-0.5.1

[all reports]

Package language-fortran-0.5.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-03-17 18:35:46.132225 UTC
Compiler ghc-7.10.3
OS linux
Arch x86_64
Dependencies syb-0.6, parsec-3.1.9, haskell-src-1.0.2.0, base-4.8.2.0, array-0.5.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
  75% (  3 /  4) in 'Control.Monad.Writer.Class'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
 100% (  5 /  5) in 'Control.Monad.State.Class'
 100% (  3 /  3) in 'Control.Monad.Reader.Class'
  80% (  4 /  5) in 'Control.Monad.RWS.Class'
  Missing documentation for:
    MonadRWS (Control/Monad/RWS/Class.hs:44)
 100% (  4 /  4) in 'Control.Monad.Identity'
 100% (  3 /  3) in 'Control.Monad.Error.Class'
  50% (  1 /  2) in 'Control.Monad.Cont.Class'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
 100% (  3 /  3) in 'Control.Monad.Trans'
  93% ( 14 / 15) in 'Control.Monad.Error'
  Missing documentation for:
    runErrorT
 100% ( 19 / 19) in 'Control.Monad.Except'
 100% (  5 /  5) in 'Control.Monad.List'
  95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
  Missing documentation for:
    runRWST
 100% (  2 /  2) in 'Control.Monad.RWS'
  96% ( 22 / 23) in 'Control.Monad.Reader'
  Missing documentation for:
    runReaderT
  95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
  Missing documentation for:
    runRWST
  96% ( 24 / 25) in 'Control.Monad.State.Lazy'
  Missing documentation for:
    runStateT
 100% (  2 /  2) in 'Control.Monad.State'
  96% ( 24 / 25) in 'Control.Monad.State.Strict'
  Missing documentation for:
    runStateT
  89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
    runWriterT
 100% (  2 /  2) in 'Control.Monad.Writer'
  94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
  91% ( 20 / 22) in 'Control.Monad.Cont'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
    runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.2278722862233665123.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/mtl-2.2.1-Aue4leSeVkpKLsfHIV51E8
Registering mtl-2.2.1...
Installed mtl-2.2.1
Configuring syb-0.6...
Building syb-0.6...
Preprocessing library syb-0.6...
[ 1 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o )
[ 2 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o )
[ 3 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o )
[ 4 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o )
[ 5 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o )
[ 6 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o )
[ 7 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o )
[ 8 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o )
[ 9 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o )
[10 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o )
[11 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o )
[12 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o )
[13 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o )
[14 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o )
[15 of 16] Compiling Data.Generics    ( src/Data/Generics.hs, dist/build/Data/Generics.o )
[16 of 16] Compiling Generics.SYB     ( src/Generics/SYB.hs, dist/build/Generics/SYB.o )
In-place registering syb-0.6...
Running Haddock for syb-0.6...
Running hscolour for syb-0.6...
Preprocessing library syb-0.6...
Preprocessing library syb-0.6...
Haddock coverage:
 100% (  2 /  2) in 'Data.Generics.Basics'
 100% (  2 /  2) in 'Generics.SYB.Basics'
 100% (  1 /  1) in 'Data.Generics.Instances'
 100% (  1 /  1) in 'Generics.SYB.Instances'
  96% ( 43 / 45) in 'Data.Generics.Aliases'
  Missing documentation for:
    GenericQ' (src/Data/Generics/Aliases.hs:268)
    GenericM' (src/Data/Generics/Aliases.hs:269)
 100% ( 19 / 19) in 'Data.Generics.Schemes'
 100% (  2 /  2) in 'Generics.SYB.Schemes'
 100% (  6 /  6) in 'Data.Generics.Text'
 100% (  2 /  2) in 'Generics.SYB.Text'
 100% ( 17 / 17) in 'Data.Generics.Twins'
 100% (  2 /  2) in 'Generics.SYB.Twins'
 100% (  3 /  3) in 'Data.Generics.Builders'
 100% (  2 /  2) in 'Generics.SYB.Builders'
 100% (  2 /  2) in 'Generics.SYB.Aliases'
 100% (  8 /  8) in 'Data.Generics'
 100% (  2 /  2) in 'Generics.SYB'
Documentation created: dist/doc/html/syb/index.html, dist/doc/html/syb/syb.txt
Creating package registration file: /tmp/pkgConf-syb-0711645630195740084.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/syb-0.6-4kccWaTe3QZLxAMQYKgEyE
Registering syb-0.6...
Installed syb-0.6
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.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )
[ 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 )
[ 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 )
[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 )
[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.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 )
[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 )
In-place registering text-1.2.2.1...
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:
  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% (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)
 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.216755181571645933681.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/text-1.2.2.1-HmqVQnZSpjaC156ABqPhne
Registering text-1.2.2.1...
Installed text-1.2.2.1
Configuring haskell-src-1.0.2.0...
Building haskell-src-1.0.2.0...
Preprocessing library haskell-src-1.0.2.0...
[1 of 6] Compiling Language.Haskell.Syntax ( Language/Haskell/Syntax.hs, dist/build/Language/Haskell/Syntax.o )
[2 of 6] Compiling Language.Haskell.Pretty ( Language/Haskell/Pretty.hs, dist/build/Language/Haskell/Pretty.o )
[3 of 6] Compiling Language.Haskell.ParseMonad ( Language/Haskell/ParseMonad.hs, dist/build/Language/Haskell/ParseMonad.o )
[4 of 6] Compiling Language.Haskell.ParseUtils ( Language/Haskell/ParseUtils.hs, dist/build/Language/Haskell/ParseUtils.o )
[5 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, dist/build/Language/Haskell/Lexer.o )
[6 of 6] Compiling Language.Haskell.Parser ( dist/build/Language/Haskell/Parser.hs, dist/build/Language/Haskell/Parser.o )
In-place registering haskell-src-1.0.2.0...
Running Haddock for haskell-src-1.0.2.0...
Running hscolour for haskell-src-1.0.2.0...
Preprocessing library haskell-src-1.0.2.0...
Preprocessing library haskell-src-1.0.2.0...
Haddock coverage:
  70% ( 45 / 64) in 'Language.Haskell.Syntax'
  Missing documentation for:
    HsDecl (Language/Haskell/Syntax.hs:236)
    HsContext (Language/Haskell/Syntax.hs:341)
    HsGuardedAlts (Language/Haskell/Syntax.hs:492)
    prelude_mod (Language/Haskell/Syntax.hs:514)
    main_mod (Language/Haskell/Syntax.hs:514)
    main_name (Language/Haskell/Syntax.hs:518)
    unit_con_name (Language/Haskell/Syntax.hs:521)
    tuple_con_name (Language/Haskell/Syntax.hs:524)
    list_cons_name (Language/Haskell/Syntax.hs:527)
    unit_con (Language/Haskell/Syntax.hs:530)
    tuple_con (Language/Haskell/Syntax.hs:533)
    unit_tycon_name (Language/Haskell/Syntax.hs:536)
    fun_tycon_name (Language/Haskell/Syntax.hs:536)
    list_tycon_name (Language/Haskell/Syntax.hs:536)
    tuple_tycon_name (Language/Haskell/Syntax.hs:541)
    unit_tycon (Language/Haskell/Syntax.hs:544)
    fun_tycon (Language/Haskell/Syntax.hs:544)
    list_tycon (Language/Haskell/Syntax.hs:544)
    tuple_tycon (Language/Haskell/Syntax.hs:549)
  93% ( 14 / 15) in 'Language.Haskell.Pretty'
  Missing documentation for:
    Indent (Language/Haskell/Pretty.hs:43)
  37% ( 10 / 27) in 'Language.Haskell.ParseMonad'
  Missing documentation for:
    atSrcLoc (Language/Haskell/ParseMonad.hs:131)
    LexContext (Language/Haskell/ParseMonad.hs:66)
    runParserWithMode (Language/Haskell/ParseMonad.hs:103)
    runParser (Language/Haskell/ParseMonad.hs:113)
    getSrcLoc (Language/Haskell/ParseMonad.hs:134)
    pushCurrentContext (Language/Haskell/ParseMonad.hs:142)
    popContext (Language/Haskell/ParseMonad.hs:156)
    Lex (Language/Haskell/ParseMonad.hs:166)
    getInput (Language/Haskell/ParseMonad.hs:183)
    lexWhile (Language/Haskell/ParseMonad.hs:209)
    alternative (Language/Haskell/ParseMonad.hs:217)
    checkBOL (Language/Haskell/ParseMonad.hs:237)
    setBOL (Language/Haskell/ParseMonad.hs:242)
    startToken (Language/Haskell/ParseMonad.hs:247)
    getOffside (Language/Haskell/ParseMonad.hs:261)
    pushContextL (Language/Haskell/ParseMonad.hs:265)
    popContextL (Language/Haskell/ParseMonad.hs:269)
   7% (  1 / 15) in 'Language.Haskell.ParseUtils'
  Missing documentation for:
    splitTyConApp (Language/Haskell/ParseUtils.hs:37)
    mkRecConstrOrUpdate (Language/Haskell/ParseUtils.hs:288)
    checkPrec (Language/Haskell/ParseUtils.hs:284)
    checkContext (Language/Haskell/ParseUtils.hs:48)
    checkAssertion (Language/Haskell/ParseUtils.hs:57)
    checkDataHeader (Language/Haskell/ParseUtils.hs:64)
    checkClassHeader (Language/Haskell/ParseUtils.hs:69)
    checkInstHeader (Language/Haskell/ParseUtils.hs:79)
    checkPattern (Language/Haskell/ParseUtils.hs:95)
    checkExpr (Language/Haskell/ParseUtils.hs:147)
    checkValDef (Language/Haskell/ParseUtils.hs:239)
    checkClassBody (Language/Haskell/ParseUtils.hs:261)
    checkUnQual (Language/Haskell/ParseUtils.hs:276)
    checkRevDecls (Language/Haskell/ParseUtils.hs:297)
  33% (  1 /  3) in 'Language.Haskell.Lexer'
  Missing documentation for:
    Token (Language/Haskell/Lexer.hs:30)
    lexer (Language/Haskell/Lexer.hs:182)
 100% (  6 /  6) in 'Language.Haskell.Parser'
Warning: Language.Haskell.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/index.html,
dist/doc/html/haskell-src/haskell-src.txt
Creating package registration file:
/tmp/pkgConf-haskell-src-1.0.2373953666403068011.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/haskell-src-1.0.2.0-L5FnTXYimTzE7JszPj0uf6
Registering haskell-src-1.0.2.0...
Installed haskell-src-1.0.2.0
Configuring parsec-3.1.9...
Building parsec-3.1.9...
Preprocessing library parsec-3.1.9...
[ 1 of 25] Compiling Text.Parsec.Pos  ( Text/Parsec/Pos.hs, dist/build/Text/Parsec/Pos.o )
[ 2 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs, dist/build/Text/Parsec/Error.o )
[ 3 of 25] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist/build/Text/ParserCombinators/Parsec/Error.o )
[ 4 of 25] Compiling Text.Parsec.Prim ( Text/Parsec/Prim.hs, dist/build/Text/Parsec/Prim.o )
[ 5 of 25] Compiling Text.Parsec.Combinator ( Text/Parsec/Combinator.hs, dist/build/Text/Parsec/Combinator.o )
[ 6 of 25] Compiling Text.ParserCombinators.Parsec.Combinator ( Text/ParserCombinators/Parsec/Combinator.hs, dist/build/Text/ParserCombinators/Parsec/Combinator.o )
[ 7 of 25] Compiling Text.Parsec.String ( Text/Parsec/String.hs, dist/build/Text/Parsec/String.o )
[ 8 of 25] Compiling Text.Parsec.ByteString ( Text/Parsec/ByteString.hs, dist/build/Text/Parsec/ByteString.o )
[ 9 of 25] Compiling Text.Parsec.ByteString.Lazy ( Text/Parsec/ByteString/Lazy.hs, dist/build/Text/Parsec/ByteString/Lazy.o )
[10 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs, dist/build/Text/Parsec/Text.o )
[11 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs, dist/build/Text/Parsec/Text/Lazy.o )
[12 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs, dist/build/Text/Parsec/Expr.o )
[13 of 25] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist/build/Text/ParserCombinators/Parsec/Prim.o )
[14 of 25] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist/build/Text/ParserCombinators/Parsec/Pos.o )
[15 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs, dist/build/Text/Parsec/Char.o )
[16 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs, dist/build/Text/Parsec/Token.o )
[17 of 25] Compiling Text.ParserCombinators.Parsec.Token ( Text/ParserCombinators/Parsec/Token.hs, dist/build/Text/ParserCombinators/Parsec/Token.o )
[18 of 25] Compiling Text.ParserCombinators.Parsec.Char ( Text/ParserCombinators/Parsec/Char.hs, dist/build/Text/ParserCombinators/Parsec/Char.o )
[19 of 25] Compiling Text.ParserCombinators.Parsec ( Text/ParserCombinators/Parsec.hs, dist/build/Text/ParserCombinators/Parsec.o )
[20 of 25] Compiling Text.ParserCombinators.Parsec.Expr ( Text/ParserCombinators/Parsec/Expr.hs, dist/build/Text/ParserCombinators/Parsec/Expr.o )
[21 of 25] Compiling Text.Parsec      ( Text/Parsec.hs, dist/build/Text/Parsec.o )
[22 of 25] Compiling Text.Parsec.Language ( Text/Parsec/Language.hs, dist/build/Text/Parsec/Language.o )

Text/Parsec/Language.hs:44:30: Warning: Tab character

Text/Parsec/Language.hs:45:26: Warning: Tab character

Text/Parsec/Language.hs:46:27: Warning: Tab character

Text/Parsec/Language.hs:58:1: Warning: Tab character

Text/Parsec/Language.hs:58:31: Warning: Tab character

Text/Parsec/Language.hs:59:1: Warning: Tab character

Text/Parsec/Language.hs:59:29: Warning: Tab character

Text/Parsec/Language.hs:60:1: Warning: Tab character

Text/Parsec/Language.hs:60:30: Warning: Tab character

Text/Parsec/Language.hs:61:1: Warning: Tab character

Text/Parsec/Language.hs:62:1: Warning: Tab character

Text/Parsec/Language.hs:62:29: Warning: Tab character

Text/Parsec/Language.hs:63:1: Warning: Tab character

Text/Parsec/Language.hs:63:30: Warning: Tab character

Text/Parsec/Language.hs:64:1: Warning: Tab character

Text/Parsec/Language.hs:65:1: Warning: Tab character

Text/Parsec/Language.hs:67:1: Warning: Tab character

Text/Parsec/Language.hs:109:1: Warning: Tab character

Text/Parsec/Language.hs:109:30: Warning: Tab character

Text/Parsec/Language.hs:110:1: Warning: Tab character

Text/Parsec/Language.hs:110:32: Warning: Tab character

Text/Parsec/Language.hs:111:5: Warning: Tab character

Text/Parsec/Language.hs:112:5: Warning: Tab character

Text/Parsec/Language.hs:113:5: Warning: Tab character

Text/Parsec/Language.hs:114:5: Warning: Tab character

Text/Parsec/Language.hs:146:1: Warning: Tab character

Text/Parsec/Language.hs:147:1: Warning: Tab character

Text/Parsec/Language.hs:148:1: Warning: Tab character

Text/Parsec/Language.hs:150:1: Warning: Tab character
[23 of 25] Compiling Text.ParserCombinators.Parsec.Language ( Text/ParserCombinators/Parsec/Language.hs, dist/build/Text/ParserCombinators/Parsec/Language.o )
[24 of 25] Compiling Text.Parsec.Perm ( Text/Parsec/Perm.hs, dist/build/Text/Parsec/Perm.o )
[25 of 25] Compiling Text.ParserCombinators.Parsec.Perm ( Text/ParserCombinators/Parsec/Perm.hs, dist/build/Text/ParserCombinators/Parsec/Perm.o )
In-place registering parsec-3.1.9...
Running Haddock for parsec-3.1.9...
Running hscolour for parsec-3.1.9...
Preprocessing library parsec-3.1.9...
Preprocessing library parsec-3.1.9...

Text/Parsec/Language.hs:44:30: Warning: Tab character

Text/Parsec/Language.hs:45:26: Warning: Tab character

Text/Parsec/Language.hs:46:27: Warning: Tab character

Text/Parsec/Language.hs:58:1: Warning: Tab character

Text/Parsec/Language.hs:58:31: Warning: Tab character

Text/Parsec/Language.hs:59:1: Warning: Tab character

Text/Parsec/Language.hs:59:29: Warning: Tab character

Text/Parsec/Language.hs:60:1: Warning: Tab character

Text/Parsec/Language.hs:60:30: Warning: Tab character

Text/Parsec/Language.hs:61:1: Warning: Tab character

Text/Parsec/Language.hs:62:1: Warning: Tab character

Text/Parsec/Language.hs:62:29: Warning: Tab character

Text/Parsec/Language.hs:63:1: Warning: Tab character

Text/Parsec/Language.hs:63:30: Warning: Tab character

Text/Parsec/Language.hs:64:1: Warning: Tab character

Text/Parsec/Language.hs:65:1: Warning: Tab character

Text/Parsec/Language.hs:67:1: Warning: Tab character

Text/Parsec/Language.hs:109:1: Warning: Tab character

Text/Parsec/Language.hs:109:30: Warning: Tab character

Text/Parsec/Language.hs:110:1: Warning: Tab character

Text/Parsec/Language.hs:110:32: Warning: Tab character

Text/Parsec/Language.hs:111:5: Warning: Tab character

Text/Parsec/Language.hs:112:5: Warning: Tab character

Text/Parsec/Language.hs:113:5: Warning: Tab character

Text/Parsec/Language.hs:114:5: Warning: Tab character

Text/Parsec/Language.hs:146:1: Warning: Tab character

Text/Parsec/Language.hs:147:1: Warning: Tab character

Text/Parsec/Language.hs:148:1: Warning: Tab character

Text/Parsec/Language.hs:150:1: Warning: Tab character
Haddock coverage:
  82% ( 14 / 17) in 'Text.Parsec.Pos'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
  43% (  6 / 14) in 'Text.Parsec.Error'
  Missing documentation for:
    errorIsUnknown (Text/Parsec/Error.hs:110)
    showErrorMessages (Text/Parsec/Error.hs:173)
    newErrorMessage (Text/Parsec/Error.hs:120)
    newErrorUnknown (Text/Parsec/Error.hs:116)
    addErrorMessage (Text/Parsec/Error.hs:124)
    setErrorPos (Text/Parsec/Error.hs:128)
    setErrorMessage (Text/Parsec/Error.hs:132)
    mergeError (Text/Parsec/Error.hs:136)
  38% (  6 / 16) in 'Text.ParserCombinators.Parsec.Error'
  Missing documentation for:
    messageCompare (Text/ParserCombinators/Parsec/Error.hs:36)
    messageEq (Text/ParserCombinators/Parsec/Error.hs:39)
    errorIsUnknown (Text/Parsec/Error.hs:110)
    showErrorMessages (Text/Parsec/Error.hs:173)
    newErrorMessage (Text/Parsec/Error.hs:120)
    newErrorUnknown (Text/Parsec/Error.hs:116)
    addErrorMessage (Text/Parsec/Error.hs:124)
    setErrorPos (Text/Parsec/Error.hs:128)
    setErrorMessage (Text/Parsec/Error.hs:132)
    mergeError (Text/Parsec/Error.hs:136)
  64% ( 32 / 50) in 'Text.Parsec.Prim'
  Missing documentation for:
    unknownError (Text/Parsec/Prim.hs:91)
    sysUnExpectError (Text/Parsec/Prim.hs:94)
    Parsec (Text/Parsec/Prim.hs:152)
    Consumed (Text/Parsec/Prim.hs:154)
    Reply (Text/Parsec/Prim.hs:157)
    State (Text/Parsec/Prim.hs:160)
    parsecMap (Text/Parsec/Prim.hs:177)
    parserReturn (Text/Parsec/Prim.hs:221)
    parserBind (Text/Parsec/Prim.hs:226)
    mergeErrorReply (Text/Parsec/Prim.hs:266)
    parserFail (Text/Parsec/Prim.hs:272)
    parserPlus (Text/Parsec/Prim.hs:290)
    labels (Text/Parsec/Prim.hs:345)
    tokens (Text/Parsec/Prim.hs:396)
    tokenPrimEx (Text/Parsec/Prim.hs:533)
    manyAccum (Text/Parsec/Prim.hs:592)
    runPT (Text/Parsec/Prim.hs:610)
    runP (Text/Parsec/Prim.hs:624)
 100% ( 24 / 24) in 'Text.Parsec.Combinator'
 100% ( 24 / 24) in 'Text.ParserCombinators.Parsec.Combinator'
  50% (  2 /  4) in 'Text.Parsec.String'
  Missing documentation for:
    Parser (Text/Parsec/String.hs:22)
    GenParser (Text/Parsec/String.hs:23)
  50% (  2 /  4) in 'Text.Parsec.ByteString'
  Missing documentation for:
    Parser (Text/Parsec/ByteString.hs:24)
    GenParser (Text/Parsec/ByteString.hs:25)
  50% (  2 /  4) in 'Text.Parsec.ByteString.Lazy'
  Missing documentation for:
    Parser (Text/Parsec/ByteString/Lazy.hs:24)
    GenParser (Text/Parsec/ByteString/Lazy.hs:25)
  33% (  1 /  3) in 'Text.Parsec.Text'
  Missing documentation for:
    Parser (Text/Parsec/Text.hs:23)
    GenParser (Text/Parsec/Text.hs:24)
  33% (  1 /  3) in 'Text.Parsec.Text.Lazy'
  Missing documentation for:
    Parser (Text/Parsec/Text/Lazy.hs:23)
    GenParser (Text/Parsec/Text/Lazy.hs:24)
 100% (  5 /  5) in 'Text.Parsec.Expr'
  70% ( 21 / 30) in 'Text.ParserCombinators.Parsec.Prim'
  Missing documentation for:
    Parser (Text/Parsec/String.hs:22)
    GenParser (Text/Parsec/String.hs:23)
    runParser (Text/ParserCombinators/Parsec/Prim.hs:57)
    tokens (Text/Parsec/Prim.hs:396)
    tokenPrimEx (Text/Parsec/Prim.hs:533)
    try (Text/ParserCombinators/Parsec/Prim.hs:64)
    labels (Text/Parsec/Prim.hs:345)
    pzero (Text/ParserCombinators/Parsec/Prim.hs:54)
    State (Text/Parsec/Prim.hs:160)
  82% ( 14 / 17) in 'Text.ParserCombinators.Parsec.Pos'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
 100% ( 20 / 20) in 'Text.Parsec.Char'
  67% (  4 /  6) in 'Text.Parsec.Token'
  Missing documentation for:
    LanguageDef (Text/Parsec/Token.hs:38)
    TokenParser (Text/Parsec/Token.hs:106)
  67% (  4 /  6) in 'Text.ParserCombinators.Parsec.Token'
  Missing documentation for:
    LanguageDef (Text/Parsec/Token.hs:38)
    TokenParser (Text/Parsec/Token.hs:106)
  95% ( 18 / 19) in 'Text.ParserCombinators.Parsec.Char'
  Missing documentation for:
    CharParser (Text/ParserCombinators/Parsec/Char.hs:40)
  83% ( 15 / 18) in 'Text.ParserCombinators.Parsec'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
  40% (  2 /  5) in 'Text.ParserCombinators.Parsec.Expr'
  Missing documentation for:
    Operator (Text/ParserCombinators/Parsec/Expr.hs:28)
    OperatorTable (Text/ParserCombinators/Parsec/Expr.hs:32)
    buildExpressionParser (Text/ParserCombinators/Parsec/Expr.hs:39)
  78% ( 73 / 94) in 'Text.Parsec'
  Missing documentation for:
    Parsec (Text/Parsec/Prim.hs:152)
    tokens (Text/Parsec/Prim.hs:396)
    labels (Text/Parsec/Prim.hs:345)
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
    manyAccum (Text/Parsec/Prim.hs:592)
    tokenPrimEx (Text/Parsec/Prim.hs:533)
    runPT (Text/Parsec/Prim.hs:610)
    unknownError (Text/Parsec/Prim.hs:91)
    sysUnExpectError (Text/Parsec/Prim.hs:94)
    mergeErrorReply (Text/Parsec/Prim.hs:266)
    runP (Text/Parsec/Prim.hs:624)
    Consumed (Text/Parsec/Prim.hs:154)
    Reply (Text/Parsec/Prim.hs:157)
    State (Text/Parsec/Prim.hs:160)
    parsecMap (Text/Parsec/Prim.hs:177)
    parserReturn (Text/Parsec/Prim.hs:221)
    parserBind (Text/Parsec/Prim.hs:226)
    parserFail (Text/Parsec/Prim.hs:272)
    parserPlus (Text/Parsec/Prim.hs:290)
  80% (  8 / 10) in 'Text.Parsec.Language'
  Missing documentation for:
    emptyDef (Text/Parsec/Language.hs:79)
    LanguageDef (Text/Parsec/Token.hs:38)
  80% (  8 / 10) in 'Text.ParserCombinators.Parsec.Language'
  Missing documentation for:
    emptyDef (Text/Parsec/Language.hs:79)
    LanguageDef (Text/Parsec/Token.hs:38)
 100% (  8 /  8) in 'Text.Parsec.Perm'
 100% (  7 /  7) in 'Text.ParserCombinators.Parsec.Perm'
Documentation created: dist/doc/html/parsec/index.html,
dist/doc/html/parsec/parsec.txt
Creating package registration file:
/tmp/pkgConf-parsec-3.15508048991651675551.9
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/parsec-3.1.9-7aUabKPjr5W6Al5Ge35AQl
Registering parsec-3.1.9...
Installed parsec-3.1.9
Downloading language-fortran-0.5.1...
Configuring language-fortran-0.5.1...
Building language-fortran-0.5.1...
Preprocessing library language-fortran-0.5.1...
unused rules: 12
unused terminals: 8
shift/reduce conflicts:  70
reduce/reduce conflicts: 2

src/Language/Fortran/Pretty.hs:6:187: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
[1 of 5] Compiling Language.Fortran.PreProcess ( src/Language/Fortran/PreProcess.hs, dist/build/Language/Fortran/PreProcess.o )

src/Language/Fortran/PreProcess.hs:40:1: Warning:
    The import of ‘Debug.Trace’ is redundant
      except perhaps to import instances from ‘Debug.Trace’
    To import instances alone, use: import Debug.Trace()

src/Language/Fortran/PreProcess.hs:42:1: Warning:
    Top-level binding with no type signature:
      num :: forall u.
             Text.Parsec.Prim.ParsecT
               [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:43:1: Warning:
    Top-level binding with no type signature:
      small :: forall u.
               Text.Parsec.Prim.ParsecT
                 [Char] u Data.Functor.Identity.Identity Char

src/Language/Fortran/PreProcess.hs:44:1: Warning:
    Top-level binding with no type signature:
      idchar :: forall u.
                Text.Parsec.Prim.ParsecT
                  [Char] u Data.Functor.Identity.Identity Char

src/Language/Fortran/PreProcess.hs:45:1: Warning:
    Top-level binding with no type signature:
      ident :: forall u.
               Text.Parsec.Prim.ParsecT
                 [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:46:1: Warning:
    Top-level binding with no type signature:
      spaces :: forall u.
                Text.Parsec.Prim.ParsecT
                  [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:48:1: Warning:
    Top-level binding with no type signature:
      manyTillEnd :: forall u tok a.
                     Text.Parsec.Prim.ParsecT [tok] u Data.Functor.Identity.Identity a
                     -> GenParser tok u [a]
                     -> Text.Parsec.Prim.ParsecT
                          [tok] u Data.Functor.Identity.Identity [a]

src/Language/Fortran/PreProcess.hs:51:1: Warning:
    Top-level binding with no type signature:
      doBlock :: forall t.
                 Num t =>
                 [Maybe [Char]]
                 -> Text.Parsec.Prim.ParsecT
                      [Char] t Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:51:1: Warning:
    Top-level binding with no type signature:
      pre_parser :: forall t.
                    Num t =>
                    [Maybe [Char]]
                    -> Text.Parsec.Prim.ParsecT
                         [Char] t Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:51:1: Warning:
    Top-level binding with no type signature:
      end_or_start_do :: forall t.
                         Num t =>
                         [Maybe [Char]] -> GenParser Char t [Char]

src/Language/Fortran/PreProcess.hs:51:1: Warning:
    Top-level binding with no type signature:
      end_do :: forall t.
                Num t =>
                [Maybe [Char]]
                -> Text.Parsec.Prim.ParsecT
                     [Char] t Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:51:12: Warning:
    This binding for ‘labels’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Prim’)

src/Language/Fortran/PreProcess.hs:55:17: Warning:
    This binding for ‘labels’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Prim’)

src/Language/Fortran/PreProcess.hs:57:9: Warning:
    This binding for ‘labels’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Prim’)

src/Language/Fortran/PreProcess.hs:61:14: Warning:
    This binding for ‘label’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Prim’)

src/Language/Fortran/PreProcess.hs:66:8: Warning:
    This binding for ‘labels’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Prim’)

src/Language/Fortran/PreProcess.hs:73:30: Warning:
    Defined but not used: ‘n’

src/Language/Fortran/PreProcess.hs:87:20: Warning:
    Defined but not used: ‘level’

src/Language/Fortran/PreProcess.hs:92:1: Warning:
    Top-level binding with no type signature:
      continue_non_replace :: forall u.
                              Text.Parsec.Prim.ParsecT
                                [Char] u Data.Functor.Identity.Identity String

src/Language/Fortran/PreProcess.hs:94:1: Warning:
    Top-level binding with no type signature:
      continue :: forall u.
                  Text.Parsec.Prim.ParsecT
                    [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:97:1: Warning:
    Top-level binding with no type signature:
      end_do_marker :: forall u.
                       Text.Parsec.Prim.ParsecT
                         [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:102:1: Warning:
    Top-level binding with no type signature:
      numberedBlock :: forall u.
                       Text.Parsec.Prim.ParsecT
                         [Char] u Data.Functor.Identity.Identity (Maybe [Char], [Char])

src/Language/Fortran/PreProcess.hs:102:20: Warning:
    This binding for ‘label’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Prim’)

src/Language/Fortran/PreProcess.hs:110:1: Warning:
    Top-level binding with no type signature:
      newline' :: forall u.
                  Text.Parsec.Prim.ParsecT
                    [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:117:1: Warning:
    Top-level binding with no type signature:
      loop_control :: forall u.
                      Text.Parsec.Prim.ParsecT
                        [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:121:19: Warning:
    This binding for ‘lower’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Char’)

src/Language/Fortran/PreProcess.hs:125:19: Warning:
    This binding for ‘upper’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Char’)

src/Language/Fortran/PreProcess.hs:149:25: Warning:
    Defined but not used: ‘x’

src/Language/Fortran/PreProcess.hs:186:9: Warning:
    Defined but not used: ‘newLineNumb’

src/Language/Fortran/PreProcess.hs:199:1: Warning:
    Top-level binding with no type signature:
      pre_process_fixed_form :: String -> String

src/Language/Fortran/PreProcess.hs:204:1: Warning:
    Defined but not used: ‘go’

src/Language/Fortran/PreProcess.hs:204:1: Warning:
    Top-level binding with no type signature:
      go :: FilePath -> IO String

src/Language/Fortran/PreProcess.hs:204:18: Warning:
    Defined but not used: ‘args’

src/Language/Fortran/PreProcess.hs:66:47: Warning:
    A do-notation statement discarded a result of type ‘Char’
    Suppress this warning by saying ‘_ <- space’
    or by using the flag -fno-warn-unused-do-bind

src/Language/Fortran/PreProcess.hs:66:64: Warning:
    A do-notation statement discarded a result of type ‘Char’
    Suppress this warning by saying ‘_ <- space’
    or by using the flag -fno-warn-unused-do-bind

src/Language/Fortran/PreProcess.hs:68:20: Warning:
    A do-notation statement discarded a result of type ‘[Char]’
    Suppress this warning by saying
      ‘_ <- lookAhead ((<|>) end_do_marker continue)’
    or by using the flag -fno-warn-unused-do-bind

src/Language/Fortran/PreProcess.hs:94:15: Warning:
    A do-notation statement discarded a result of type ‘String’
    Suppress this warning by saying
      ‘_ <- (<|>) string "continue" string "CONTINUE"’
    or by using the flag -fno-warn-unused-do-bind

src/Language/Fortran/PreProcess.hs:103:20: Warning:
    A do-notation statement discarded a result of type ‘Char’
    Suppress this warning by saying ‘_ <- space’
    or by using the flag -fno-warn-unused-do-bind

src/Language/Fortran/PreProcess.hs:119:19: Warning:
    A do-notation statement discarded a result of type ‘Char’
    Suppress this warning by saying ‘_ <- char '='’
    or by using the flag -fno-warn-unused-do-bind

src/Language/Fortran/PreProcess.hs:123:19: Warning:
    A do-notation statement discarded a result of type ‘Char’
    Suppress this warning by saying ‘_ <- char ','’
    or by using the flag -fno-warn-unused-do-bind
[2 of 5] Compiling Language.Fortran ( src/Language/Fortran.hs, dist/build/Language/Fortran.o )

src/Language/Fortran.hs:311:26: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:312:29: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:313:29: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:317:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:318:18: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:319:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:320:21: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:321:24: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:322:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:323:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:326:18: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:327:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:328:18: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:329:18: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:330:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:331:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:332:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:333:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:334:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:335:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:336:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:337:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:338:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:341:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:341:24: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:341:27: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:342:18: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:342:23: Warning: Defined but not used: ‘v’

src/Language/Fortran.hs:342:25: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:342:28: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:342:31: Warning: Defined but not used: ‘e3’

src/Language/Fortran.hs:342:34: Warning: Defined but not used: ‘fs’

src/Language/Fortran.hs:343:22: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:343:27: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:343:29: Warning: Defined but not used: ‘fs’

src/Language/Fortran.hs:344:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:344:24: Warning: Defined but not used: ‘f1’

src/Language/Fortran.hs:344:27: Warning: Defined but not used: ‘f2’

src/Language/Fortran.hs:345:17: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:345:22: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:345:24: Warning: Defined but not used: ‘f1’

src/Language/Fortran.hs:345:27: Warning:
    Defined but not used: ‘fes’

src/Language/Fortran.hs:345:31: Warning: Defined but not used: ‘f3’

src/Language/Fortran.hs:346:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:346:28: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:346:31: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:347:24: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:348:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:348:24: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:348:26: Warning: Defined but not used: ‘as’

src/Language/Fortran.hs:349:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:349:24: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:350:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:350:25: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:351:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:352:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:352:25: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:353:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:354:25: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:354:30: Warning: Defined but not used: ‘es’

src/Language/Fortran.hs:354:33: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:355:22: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:355:27: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:356:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:356:24: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:357:21: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:358:21: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:358:26: Warning: Defined but not used: ‘es’

src/Language/Fortran.hs:358:29: Warning: Defined but not used: ‘f’

src/Language/Fortran.hs:359:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:359:24: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:360:22: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:360:27: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:361:22: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:361:27: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:361:29: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:362:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:363:21: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:363:26: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:364:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:364:24: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:365:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:365:25: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:365:27: Warning: Defined but not used: ‘f’

src/Language/Fortran.hs:366:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:366:25: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:366:27: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:367:26: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:367:31: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:367:34: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:368:21: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:368:26: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:369:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:369:25: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:369:27: Warning: Defined but not used: ‘f’

src/Language/Fortran.hs:370:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:370:25: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:370:27: Warning: Defined but not used: ‘es’

src/Language/Fortran.hs:371:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:371:25: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:371:27: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:372:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:372:28: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:373:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:435:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:436:16: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:437:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:438:19: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:439:22: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:440:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:441:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:447:24: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:453:27: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:464:17: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:464:19: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:464:22: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:465:16: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:465:18: Warning: Defined but not used: ‘v’

src/Language/Fortran.hs:465:20: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:465:23: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:465:26: Warning: Defined but not used: ‘e3’

src/Language/Fortran.hs:465:29: Warning: Defined but not used: ‘fs’

src/Language/Fortran.hs:466:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:466:23: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:466:25: Warning: Defined but not used: ‘fs’

src/Language/Fortran.hs:467:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:467:20: Warning: Defined but not used: ‘f1’

src/Language/Fortran.hs:467:23: Warning: Defined but not used: ‘f2’

src/Language/Fortran.hs:468:15: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:468:18: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:468:20: Warning: Defined but not used: ‘f1’

src/Language/Fortran.hs:468:23: Warning:
    Defined but not used: ‘fes’

src/Language/Fortran.hs:468:27: Warning: Defined but not used: ‘f3’

src/Language/Fortran.hs:469:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:469:24: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:469:27: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:470:22: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:471:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:471:20: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:471:22: Warning: Defined but not used: ‘as’

src/Language/Fortran.hs:472:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:472:20: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:473:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:473:21: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:474:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:475:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:475:21: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:476:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:477:23: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:477:26: Warning: Defined but not used: ‘es’

src/Language/Fortran.hs:477:29: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:478:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:478:23: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:479:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:479:20: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:480:19: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:481:19: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:481:22: Warning: Defined but not used: ‘es’

src/Language/Fortran.hs:481:25: Warning: Defined but not used: ‘f’

src/Language/Fortran.hs:482:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:482:20: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:483:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:483:23: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:484:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:484:23: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:484:25: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:485:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:486:19: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:486:22: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:487:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:487:20: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:488:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:488:21: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:488:23: Warning: Defined but not used: ‘f’

src/Language/Fortran.hs:489:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:489:21: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:489:23: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:490:24: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:490:27: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:490:30: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:491:19: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:491:22: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:492:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:492:21: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:492:23: Warning: Defined but not used: ‘f’

src/Language/Fortran.hs:493:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:493:21: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:493:23: Warning: Defined but not used: ‘es’

src/Language/Fortran.hs:494:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:494:21: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:494:23: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:495:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:495:24: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:496:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:499:15: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:500:16: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:501:16: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:502:15: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:503:15: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:504:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:505:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:508:16: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:509:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:510:16: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:511:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:512:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:317:5: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘srcSpan’:
        Patterns not matched: IncludeProg _ _ _ _

src/Language/Fortran.hs:326:5: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘srcSpan’: Patterns not matched: ConL _ _ _ _

src/Language/Fortran.hs:381:5: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘tag’: Patterns not matched: MeasureUnit _ _

src/Language/Fortran.hs:397:5: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘tag’: Patterns not matched: DoublePrecision _

src/Language/Fortran.hs:435:5: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘tag’: Patterns not matched: IncludeProg _ _ _ _
[3 of 5] Compiling Language.Fortran.Lexer ( dist/build/Language/Fortran/Lexer.hs, dist/build/Language/Fortran/Lexer.o )

src/Language/Fortran/Lexer.x:12:1: Warning:
    The import of ‘Language.Fortran’ is redundant
      except perhaps to import instances from ‘Language.Fortran’
    To import instances alone, use: import Language.Fortran()

src/Language/Fortran/Lexer.x:14:1: Warning:
    The import of ‘Debug.Trace’ is redundant
      except perhaps to import instances from ‘Debug.Trace’
    To import instances alone, use: import Debug.Trace()

src/Language/Fortran/Lexer.x:146:1: Warning: Tab character

src/Language/Fortran/Lexer.x:162:1: Warning: Tab character

src/Language/Fortran/Lexer.x:163:1: Warning: Tab character

src/Language/Fortran/Lexer.x:164:1: Warning: Tab character

src/Language/Fortran/Lexer.x:165:1: Warning: Tab character

src/Language/Fortran/Lexer.x:166:1: Warning: Tab character

src/Language/Fortran/Lexer.x:167:1: Warning: Tab character

src/Language/Fortran/Lexer.x:168:1: Warning: Tab character

src/Language/Fortran/Lexer.x:169:1: Warning: Tab character

src/Language/Fortran/Lexer.x:170:1: Warning: Tab character

src/Language/Fortran/Lexer.x:174:1: Warning: Tab character

src/Language/Fortran/Lexer.x:175:1: Warning: Tab character

src/Language/Fortran/Lexer.x:176:1: Warning: Tab character

src/Language/Fortran/Lexer.x:177:1: Warning: Tab character

src/Language/Fortran/Lexer.x:179:1: Warning: Tab character

src/Language/Fortran/Lexer.x:180:1: Warning: Tab character

src/Language/Fortran/Lexer.x:181:1: Warning: Tab character

src/Language/Fortran/Lexer.x:182:1: Warning: Tab character

src/Language/Fortran/Lexer.x:183:1: Warning: Tab character

src/Language/Fortran/Lexer.x:184:1: Warning: Tab character

src/Language/Fortran/Lexer.x:185:1: Warning: Tab character

src/Language/Fortran/Lexer.x:186:1: Warning: Tab character

src/Language/Fortran/Lexer.x:187:1: Warning: Tab character

src/Language/Fortran/Lexer.x:188:1: Warning: Tab character

src/Language/Fortran/Lexer.x:216:8: Warning: Tab character

src/Language/Fortran/Lexer.x:219:28: Warning:
    Defined but not used: ‘b’

src/Language/Fortran/Lexer.x:219:30: Warning:
    Defined but not used: ‘s'’

src/Language/Fortran/Lexer.x:219:53: Warning:
    Defined but not used: ‘i’

src/Language/Fortran/Lexer.x:220:28: Warning:
    Defined but not used: ‘b’

src/Language/Fortran/Lexer.x:220:30: Warning:
    Defined but not used: ‘s'’

src/Language/Fortran/Lexer.x:221:28: Warning:
    Defined but not used: ‘b’

src/Language/Fortran/Lexer.x:221:30: Warning:
    Defined but not used: ‘s'’

src/Language/Fortran/Lexer.x:222:1: Warning: Tab character

src/Language/Fortran/Lexer.x:222:15: Warning: Tab character

src/Language/Fortran/Lexer.x:222:38: Warning: Tab character

src/Language/Fortran/Lexer.x:223:1: Warning: Tab character

src/Language/Fortran/Lexer.x:223:15: Warning: Tab character

src/Language/Fortran/Lexer.x:223:38: Warning: Tab character

src/Language/Fortran/Lexer.x:226:1: Warning: Tab character

src/Language/Fortran/Lexer.x:227:1: Warning: Tab character

src/Language/Fortran/Lexer.x:228:1: Warning: Tab character

src/Language/Fortran/Lexer.x:229:1: Warning: Tab character

src/Language/Fortran/Lexer.x:230:1: Warning: Tab character

src/Language/Fortran/Lexer.x:230:42: Warning: Tab character

src/Language/Fortran/Lexer.x:230:71: Warning:
    This binding for ‘lines’ shadows the existing binding
      imported from ‘Prelude’ at src/Language/Fortran/Lexer.x:2:8-29
      (and originally defined in ‘base-4.8.2.0:Data.OldList’)

src/Language/Fortran/Lexer.x:234:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:235:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:236:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:237:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:238:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:239:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:240:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:241:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:242:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:243:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:244:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:245:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:246:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:247:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:248:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:249:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:250:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:251:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:252:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:253:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:254:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:255:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:256:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:257:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:258:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:259:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:260:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:261:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:262:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:268:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:269:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:270:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:271:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:272:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:273:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:274:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:275:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:277:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:278:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:279:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:280:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:281:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:282:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:283:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:296:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:297:20: Warning:
    Defined but not used: ‘s’

templates/wrappers.hs:29:1: Warning:
    The import of ‘Data.Char’ is redundant
      except perhaps to import instances from ‘Data.Char’
    To import instances alone, use: import Data.Char()

templates/wrappers.hs:391:32: Warning: Defined but not used: ‘len’

templates/wrappers.hs:396:14: Warning: Defined but not used: ‘c’

src/Language/Fortran/Lexer.x:148:1: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘cutOut’:
        Patterns not matched:
            ((C# _) : _) Nothing
            [C# '\r'] Nothing
            ((C# '\r') : ((C# _) : _)) Nothing
            ((C# '\r') : ((C# '\n') : _)) Nothing
            ...
[4 of 5] Compiling Language.Fortran.Pretty ( src/Language/Fortran/Pretty.hs, dist/build/Language/Fortran/Pretty.o )

src/Language/Fortran/Pretty.hs:11:1: Warning:
    The import of ‘Debug.Trace’ is redundant
      except perhaps to import instances from ‘Debug.Trace’
    To import instances alone, use: import Debug.Trace()

src/Language/Fortran/Pretty.hs:111:1: Warning: Tab character

src/Language/Fortran/Pretty.hs:126:42: Warning:
    Defined but not used: ‘sp’

src/Language/Fortran/Pretty.hs:168:1: Warning:
    Top-level binding with no type signature:
      printMasterInterfaceSpecs :: forall t v.
                                   (?variant::v, PrintMaster t v) =>
                                   [t] -> [Char]

src/Language/Fortran/Pretty.hs:170:1: Warning:
    Top-level binding with no type signature:
      show_namelist :: forall t t1 v.
                       (?variant::v, PrintSlave t v, PrintSlave t1 v) =>
                       [(t, [t1])] -> [Char]

src/Language/Fortran/Pretty.hs:172:1: Warning:
    Top-level binding with no type signature:
      show_data :: forall t t1 v.
                   (?variant::v, PrintSlave t v, PrintSlave t1 v) =>
                   (t, t1) -> [Char]

src/Language/Fortran/Pretty.hs:174:1: Warning:
    Top-level binding with no type signature:
      showDV :: forall t t1 a v.
                (Show a, ?variant::v, PrintSlave (UnaryOp t) v,
                 PrintSlave (BinOp t) v, PrintSlave (Expr t) v,
                 PrintSlave (ArgList t) v, PrintSlave (VarName t) v,
                 PrintMaster t1 v, PPVersion v) =>
                (t1, Expr t, Maybe a) -> [Char]

src/Language/Fortran/Pretty.hs:179:1: Warning:
    Top-level binding with no type signature:
      showDU :: forall t t1 v.
                (?variant::v, PrintMaster t v, PrintMaster t1 v) =>
                (t, t1) -> [Char]

src/Language/Fortran/Pretty.hs:378:1: Warning:
    Top-level binding with no type signature:
      showElseIf :: forall t t1 v.
                    (?variant::v, PrintSlave t v, PrintSlave t1 v) =>
                    Int -> (t, t1) -> [Char]

src/Language/Fortran/Pretty.hs:380:1: Warning:
    Top-level binding with no type signature:
      showForall :: forall t t1 t2 v.
                    (?variant::v, PrintSlave t1 v, PrintSlave t2 v,
                     PrintSlave (Expr t) v) =>
                    [([Char], t1, t2, Expr t)] -> [Char]

src/Language/Fortran/Pretty.hs:399:1: Warning:
    Top-level binding with no type signature:
      isEmptyArg :: forall t. Arg t -> Bool

src/Language/Fortran/Pretty.hs:400:1: Warning:
    Top-level binding with no type signature:
      isEmptyArgName :: forall t. ArgName t -> [Bool]

src/Language/Fortran/Pretty.hs:401:27: Warning:
    Defined but not used: ‘a’

src/Language/Fortran/Pretty.hs:431:10: Warning:
    Defined but not used: ‘t’

src/Language/Fortran/Pretty.hs:446:49: Warning:
    Defined but not used: ‘e’

src/Language/Fortran/Pretty.hs:446:51: Warning:
    Defined but not used: ‘e'’

src/Language/Fortran/Pretty.hs:446:54: Warning:
    Defined but not used: ‘e''’

src/Language/Fortran/Pretty.hs:451:22: Warning:
    Defined but not used: ‘t’

src/Language/Fortran/Pretty.hs:497:20: Warning:
    Defined but not used: ‘i’

src/Language/Fortran/Pretty.hs:497:22: Warning:
    Defined but not used: ‘t’

src/Language/Fortran/Pretty.hs:501:20: Warning:
    Defined but not used: ‘i’

src/Language/Fortran/Pretty.hs:501:22: Warning:
    Defined but not used: ‘t’

src/Language/Fortran/Pretty.hs:501:38: Warning: Tab character

src/Language/Fortran/Pretty.hs:517:1: Warning:
    Top-level binding with no type signature: ind :: Int -> [Char]

src/Language/Fortran/Pretty.hs:518:1: Warning:
    Top-level binding with no type signature:
      indent :: Int -> Int -> [Char]

src/Language/Fortran/Pretty.hs:521:1: Warning:
    Top-level binding with no type signature:
      printList :: forall a a1. [[a]] -> (a1 -> [a]) -> [a1] -> [a]

src/Language/Fortran/Pretty.hs:523:1: Warning:
    Top-level binding with no type signature:
      asTuple :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:524:1: Warning:
    Top-level binding with no type signature:
      asSeq :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:525:1: Warning:
    Top-level binding with no type signature:
      asList :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:526:1: Warning:
    Top-level binding with no type signature:
      asSet :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:527:1: Warning:
    Top-level binding with no type signature:
      asLisp :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:528:1: Warning:
    Top-level binding with no type signature:
      asPlain :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:529:1: Warning:
    Top-level binding with no type signature:
      asPlain' :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:530:1: Warning:
    Top-level binding with no type signature:
      asCases :: forall a. Int -> (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:530:68: Warning:
    This binding for ‘ind’ shadows the existing binding
      defined at src/Language/Fortran/Pretty.hs:517:1

src/Language/Fortran/Pretty.hs:531:1: Warning:
    Top-level binding with no type signature:
      asDefs :: forall a. [Char] -> (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:532:1: Warning:
    Top-level binding with no type signature:
      asParagraphs :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:149:3: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘printMaster’:
        Patterns not matched: TextDecl _ _

src/Language/Fortran/Pretty.hs:170:1: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘show_namelist’: Patterns not matched: []

src/Language/Fortran/Pretty.hs:252:3: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘printMaster’:
        Patterns not matched:
            Recursive _
            Pure _
            Elemental _
            Complex _

src/Language/Fortran/Pretty.hs:337:3: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘printMaster’: Patterns not matched: ExFile _ _

src/Language/Fortran/Pretty.hs:443:5: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘printIndMaster’:
        Patterns not matched: _ (TextStmt _ _ _)
[5 of 5] Compiling Language.Fortran.Parser ( dist/build/Language/Fortran/Parser.hs, dist/build/Language/Fortran/Parser.o )
In-place registering language-fortran-0.5.1...
Running Haddock for language-fortran-0.5.1...
Running hscolour for language-fortran-0.5.1...
Preprocessing library language-fortran-0.5.1...
Preprocessing library language-fortran-0.5.1...

src/Language/Fortran/Pretty.hs:6:187: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS

src/Language/Fortran/PreProcess.hs:40:1: Warning:
    The import of ‘Debug.Trace’ is redundant
      except perhaps to import instances from ‘Debug.Trace’
    To import instances alone, use: import Debug.Trace()

src/Language/Fortran/PreProcess.hs:42:1: Warning:
    Top-level binding with no type signature:
      num :: forall u.
             Text.Parsec.Prim.ParsecT
               [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:43:1: Warning:
    Top-level binding with no type signature:
      small :: forall u.
               Text.Parsec.Prim.ParsecT
                 [Char] u Data.Functor.Identity.Identity Char

src/Language/Fortran/PreProcess.hs:44:1: Warning:
    Top-level binding with no type signature:
      idchar :: forall u.
                Text.Parsec.Prim.ParsecT
                  [Char] u Data.Functor.Identity.Identity Char

src/Language/Fortran/PreProcess.hs:45:1: Warning:
    Top-level binding with no type signature:
      ident :: forall u.
               Text.Parsec.Prim.ParsecT
                 [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:46:1: Warning:
    Top-level binding with no type signature:
      spaces :: forall u.
                Text.Parsec.Prim.ParsecT
                  [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:48:1: Warning:
    Top-level binding with no type signature:
      manyTillEnd :: forall u tok a.
                     Text.Parsec.Prim.ParsecT [tok] u Data.Functor.Identity.Identity a
                     -> GenParser tok u [a]
                     -> Text.Parsec.Prim.ParsecT
                          [tok] u Data.Functor.Identity.Identity [a]

src/Language/Fortran/PreProcess.hs:51:1: Warning:
    Top-level binding with no type signature:
      doBlock :: forall t.
                 Num t =>
                 [Maybe [Char]]
                 -> Text.Parsec.Prim.ParsecT
                      [Char] t Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:51:1: Warning:
    Top-level binding with no type signature:
      pre_parser :: forall t.
                    Num t =>
                    [Maybe [Char]]
                    -> Text.Parsec.Prim.ParsecT
                         [Char] t Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:51:1: Warning:
    Top-level binding with no type signature:
      end_or_start_do :: forall t.
                         Num t =>
                         [Maybe [Char]] -> GenParser Char t [Char]

src/Language/Fortran/PreProcess.hs:51:1: Warning:
    Top-level binding with no type signature:
      end_do :: forall t.
                Num t =>
                [Maybe [Char]]
                -> Text.Parsec.Prim.ParsecT
                     [Char] t Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:51:12: Warning:
    This binding for ‘labels’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Prim’)

src/Language/Fortran/PreProcess.hs:55:17: Warning:
    This binding for ‘labels’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Prim’)

src/Language/Fortran/PreProcess.hs:57:9: Warning:
    This binding for ‘labels’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Prim’)

src/Language/Fortran/PreProcess.hs:61:14: Warning:
    This binding for ‘label’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Prim’)

src/Language/Fortran/PreProcess.hs:66:8: Warning:
    This binding for ‘labels’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Prim’)

src/Language/Fortran/PreProcess.hs:73:30: Warning:
    Defined but not used: ‘n’

src/Language/Fortran/PreProcess.hs:87:20: Warning:
    Defined but not used: ‘level’

src/Language/Fortran/PreProcess.hs:92:1: Warning:
    Top-level binding with no type signature:
      continue_non_replace :: forall u.
                              Text.Parsec.Prim.ParsecT
                                [Char] u Data.Functor.Identity.Identity String

src/Language/Fortran/PreProcess.hs:94:1: Warning:
    Top-level binding with no type signature:
      continue :: forall u.
                  Text.Parsec.Prim.ParsecT
                    [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:97:1: Warning:
    Top-level binding with no type signature:
      end_do_marker :: forall u.
                       Text.Parsec.Prim.ParsecT
                         [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:102:1: Warning:
    Top-level binding with no type signature:
      numberedBlock :: forall u.
                       Text.Parsec.Prim.ParsecT
                         [Char] u Data.Functor.Identity.Identity (Maybe [Char], [Char])

src/Language/Fortran/PreProcess.hs:102:20: Warning:
    This binding for ‘label’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Prim’)

src/Language/Fortran/PreProcess.hs:110:1: Warning:
    Top-level binding with no type signature:
      newline' :: forall u.
                  Text.Parsec.Prim.ParsecT
                    [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:117:1: Warning:
    Top-level binding with no type signature:
      loop_control :: forall u.
                      Text.Parsec.Prim.ParsecT
                        [Char] u Data.Functor.Identity.Identity [Char]

src/Language/Fortran/PreProcess.hs:121:19: Warning:
    This binding for ‘lower’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Char’)

src/Language/Fortran/PreProcess.hs:125:19: Warning:
    This binding for ‘upper’ shadows the existing binding
      imported from ‘Text.ParserCombinators.Parsec’ at src/Language/Fortran/PreProcess.hs:37:1-52
      (and originally defined in ‘Text.Parsec.Char’)

src/Language/Fortran/PreProcess.hs:149:25: Warning:
    Defined but not used: ‘x’

src/Language/Fortran/PreProcess.hs:186:9: Warning:
    Defined but not used: ‘newLineNumb’

src/Language/Fortran/PreProcess.hs:199:1: Warning:
    Top-level binding with no type signature:
      pre_process_fixed_form :: String -> String

src/Language/Fortran/PreProcess.hs:204:1: Warning:
    Defined but not used: ‘go’

src/Language/Fortran/PreProcess.hs:204:1: Warning:
    Top-level binding with no type signature:
      go :: FilePath -> IO String

src/Language/Fortran/PreProcess.hs:204:18: Warning:
    Defined but not used: ‘args’

src/Language/Fortran.hs:311:26: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:312:29: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:313:29: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:317:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:318:18: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:319:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:320:21: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:321:24: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:322:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:323:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:326:18: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:327:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:328:18: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:329:18: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:330:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:331:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:332:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:333:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:334:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:335:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:336:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:337:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:338:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:341:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:341:24: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:341:27: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:342:18: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:342:23: Warning: Defined but not used: ‘v’

src/Language/Fortran.hs:342:25: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:342:28: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:342:31: Warning: Defined but not used: ‘e3’

src/Language/Fortran.hs:342:34: Warning: Defined but not used: ‘fs’

src/Language/Fortran.hs:343:22: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:343:27: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:343:29: Warning: Defined but not used: ‘fs’

src/Language/Fortran.hs:344:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:344:24: Warning: Defined but not used: ‘f1’

src/Language/Fortran.hs:344:27: Warning: Defined but not used: ‘f2’

src/Language/Fortran.hs:345:17: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:345:22: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:345:24: Warning: Defined but not used: ‘f1’

src/Language/Fortran.hs:345:27: Warning:
    Defined but not used: ‘fes’

src/Language/Fortran.hs:345:31: Warning: Defined but not used: ‘f3’

src/Language/Fortran.hs:346:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:346:28: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:346:31: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:347:24: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:348:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:348:24: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:348:26: Warning: Defined but not used: ‘as’

src/Language/Fortran.hs:349:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:349:24: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:350:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:350:25: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:351:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:352:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:352:25: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:353:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:354:25: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:354:30: Warning: Defined but not used: ‘es’

src/Language/Fortran.hs:354:33: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:355:22: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:355:27: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:356:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:356:24: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:357:21: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:358:21: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:358:26: Warning: Defined but not used: ‘es’

src/Language/Fortran.hs:358:29: Warning: Defined but not used: ‘f’

src/Language/Fortran.hs:359:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:359:24: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:360:22: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:360:27: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:361:22: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:361:27: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:361:29: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:362:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:363:21: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:363:26: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:364:19: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:364:24: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:365:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:365:25: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:365:27: Warning: Defined but not used: ‘f’

src/Language/Fortran.hs:366:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:366:25: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:366:27: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:367:26: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:367:31: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:367:34: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:368:21: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:368:26: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:369:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:369:25: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:369:27: Warning: Defined but not used: ‘f’

src/Language/Fortran.hs:370:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:370:25: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:370:27: Warning: Defined but not used: ‘es’

src/Language/Fortran.hs:371:20: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:371:25: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:371:27: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:372:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:372:28: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:373:23: Warning: Defined but not used: ‘x’

src/Language/Fortran.hs:435:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:436:16: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:437:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:438:19: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:439:22: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:440:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:441:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:447:24: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:453:27: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:464:17: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:464:19: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:464:22: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:465:16: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:465:18: Warning: Defined but not used: ‘v’

src/Language/Fortran.hs:465:20: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:465:23: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:465:26: Warning: Defined but not used: ‘e3’

src/Language/Fortran.hs:465:29: Warning: Defined but not used: ‘fs’

src/Language/Fortran.hs:466:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:466:23: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:466:25: Warning: Defined but not used: ‘fs’

src/Language/Fortran.hs:467:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:467:20: Warning: Defined but not used: ‘f1’

src/Language/Fortran.hs:467:23: Warning: Defined but not used: ‘f2’

src/Language/Fortran.hs:468:15: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:468:18: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:468:20: Warning: Defined but not used: ‘f1’

src/Language/Fortran.hs:468:23: Warning:
    Defined but not used: ‘fes’

src/Language/Fortran.hs:468:27: Warning: Defined but not used: ‘f3’

src/Language/Fortran.hs:469:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:469:24: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:469:27: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:470:22: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:471:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:471:20: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:471:22: Warning: Defined but not used: ‘as’

src/Language/Fortran.hs:472:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:472:20: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:473:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:473:21: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:474:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:475:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:475:21: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:476:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:477:23: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:477:26: Warning: Defined but not used: ‘es’

src/Language/Fortran.hs:477:29: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:478:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:478:23: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:479:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:479:20: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:480:19: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:481:19: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:481:22: Warning: Defined but not used: ‘es’

src/Language/Fortran.hs:481:25: Warning: Defined but not used: ‘f’

src/Language/Fortran.hs:482:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:482:20: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:483:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:483:23: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:484:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:484:23: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:484:25: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:485:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:486:19: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:486:22: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:487:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:487:20: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:488:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:488:21: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:488:23: Warning: Defined but not used: ‘f’

src/Language/Fortran.hs:489:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:489:21: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:489:23: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:490:24: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:490:27: Warning: Defined but not used: ‘e1’

src/Language/Fortran.hs:490:30: Warning: Defined but not used: ‘e2’

src/Language/Fortran.hs:491:19: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:491:22: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:492:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:492:21: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:492:23: Warning: Defined but not used: ‘f’

src/Language/Fortran.hs:493:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:493:21: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:493:23: Warning: Defined but not used: ‘es’

src/Language/Fortran.hs:494:18: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:494:21: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:494:23: Warning: Defined but not used: ‘e’

src/Language/Fortran.hs:495:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:495:24: Warning: Defined but not used: ‘s’

src/Language/Fortran.hs:496:21: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:499:15: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:500:16: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:501:16: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:502:15: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:503:15: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:504:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:505:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:508:16: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:509:17: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:510:16: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:511:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran.hs:512:20: Warning: Defined but not used: ‘sp’

src/Language/Fortran/Lexer.x:146:1: Warning: Tab character

src/Language/Fortran/Lexer.x:162:1: Warning: Tab character

src/Language/Fortran/Lexer.x:163:1: Warning: Tab character

src/Language/Fortran/Lexer.x:164:1: Warning: Tab character

src/Language/Fortran/Lexer.x:165:1: Warning: Tab character

src/Language/Fortran/Lexer.x:166:1: Warning: Tab character

src/Language/Fortran/Lexer.x:167:1: Warning: Tab character

src/Language/Fortran/Lexer.x:168:1: Warning: Tab character

src/Language/Fortran/Lexer.x:169:1: Warning: Tab character

src/Language/Fortran/Lexer.x:170:1: Warning: Tab character

src/Language/Fortran/Lexer.x:174:1: Warning: Tab character

src/Language/Fortran/Lexer.x:175:1: Warning: Tab character

src/Language/Fortran/Lexer.x:176:1: Warning: Tab character

src/Language/Fortran/Lexer.x:177:1: Warning: Tab character

src/Language/Fortran/Lexer.x:179:1: Warning: Tab character

src/Language/Fortran/Lexer.x:180:1: Warning: Tab character

src/Language/Fortran/Lexer.x:181:1: Warning: Tab character

src/Language/Fortran/Lexer.x:182:1: Warning: Tab character

src/Language/Fortran/Lexer.x:183:1: Warning: Tab character

src/Language/Fortran/Lexer.x:184:1: Warning: Tab character

src/Language/Fortran/Lexer.x:185:1: Warning: Tab character

src/Language/Fortran/Lexer.x:186:1: Warning: Tab character

src/Language/Fortran/Lexer.x:187:1: Warning: Tab character

src/Language/Fortran/Lexer.x:188:1: Warning: Tab character

src/Language/Fortran/Lexer.x:216:8: Warning: Tab character

src/Language/Fortran/Lexer.x:222:1: Warning: Tab character

src/Language/Fortran/Lexer.x:222:15: Warning: Tab character

src/Language/Fortran/Lexer.x:222:38: Warning: Tab character

src/Language/Fortran/Lexer.x:223:1: Warning: Tab character

src/Language/Fortran/Lexer.x:223:15: Warning: Tab character

src/Language/Fortran/Lexer.x:223:38: Warning: Tab character

src/Language/Fortran/Lexer.x:226:1: Warning: Tab character

src/Language/Fortran/Lexer.x:227:1: Warning: Tab character

src/Language/Fortran/Lexer.x:228:1: Warning: Tab character

src/Language/Fortran/Lexer.x:229:1: Warning: Tab character

src/Language/Fortran/Lexer.x:230:1: Warning: Tab character

src/Language/Fortran/Lexer.x:230:42: Warning: Tab character

src/Language/Fortran/Lexer.x:12:1: Warning:
    The import of ‘Language.Fortran’ is redundant
      except perhaps to import instances from ‘Language.Fortran’
    To import instances alone, use: import Language.Fortran()

src/Language/Fortran/Lexer.x:14:1: Warning:
    The import of ‘Debug.Trace’ is redundant
      except perhaps to import instances from ‘Debug.Trace’
    To import instances alone, use: import Debug.Trace()

src/Language/Fortran/Lexer.x:219:28: Warning:
    Defined but not used: ‘b’

src/Language/Fortran/Lexer.x:219:30: Warning:
    Defined but not used: ‘s'’

src/Language/Fortran/Lexer.x:219:53: Warning:
    Defined but not used: ‘i’

src/Language/Fortran/Lexer.x:220:28: Warning:
    Defined but not used: ‘b’

src/Language/Fortran/Lexer.x:220:30: Warning:
    Defined but not used: ‘s'’

src/Language/Fortran/Lexer.x:221:28: Warning:
    Defined but not used: ‘b’

src/Language/Fortran/Lexer.x:221:30: Warning:
    Defined but not used: ‘s'’

src/Language/Fortran/Lexer.x:230:71: Warning:
    This binding for ‘lines’ shadows the existing binding
      imported from ‘Prelude’ at src/Language/Fortran/Lexer.x:2:8-29
      (and originally defined in ‘base-4.8.2.0:Data.OldList’)

src/Language/Fortran/Lexer.x:234:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:235:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:236:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:237:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:238:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:239:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:240:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:241:19: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:242:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:243:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:244:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:245:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:246:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:247:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:248:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:249:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:250:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:251:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:252:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:253:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:254:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:255:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:256:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:257:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:258:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:259:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:260:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:261:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:262:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:268:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:269:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:270:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:271:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:272:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:273:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:274:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:275:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:277:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:278:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:279:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:280:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:281:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:282:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:283:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:296:20: Warning:
    Defined but not used: ‘s’

src/Language/Fortran/Lexer.x:297:20: Warning:
    Defined but not used: ‘s’

templates/wrappers.hs:29:1: Warning:
    The import of ‘Data.Char’ is redundant
      except perhaps to import instances from ‘Data.Char’
    To import instances alone, use: import Data.Char()

templates/wrappers.hs:391:32: Warning: Defined but not used: ‘len’

templates/wrappers.hs:396:14: Warning: Defined but not used: ‘c’

src/Language/Fortran/Pretty.hs:111:1: Warning: Tab character

src/Language/Fortran/Pretty.hs:501:38: Warning: Tab character

src/Language/Fortran/Pretty.hs:11:1: Warning:
    The import of ‘Debug.Trace’ is redundant
      except perhaps to import instances from ‘Debug.Trace’
    To import instances alone, use: import Debug.Trace()

src/Language/Fortran/Pretty.hs:126:42: Warning:
    Defined but not used: ‘sp’

src/Language/Fortran/Pretty.hs:168:1: Warning:
    Top-level binding with no type signature:
      printMasterInterfaceSpecs :: forall t v.
                                   (?variant::v, PrintMaster t v) =>
                                   [t] -> [Char]

src/Language/Fortran/Pretty.hs:170:1: Warning:
    Top-level binding with no type signature:
      show_namelist :: forall t t1 v.
                       (?variant::v, PrintSlave t v, PrintSlave t1 v) =>
                       [(t, [t1])] -> [Char]

src/Language/Fortran/Pretty.hs:172:1: Warning:
    Top-level binding with no type signature:
      show_data :: forall t t1 v.
                   (?variant::v, PrintSlave t v, PrintSlave t1 v) =>
                   (t, t1) -> [Char]

src/Language/Fortran/Pretty.hs:174:1: Warning:
    Top-level binding with no type signature:
      showDV :: forall t t1 a v.
                (Show a, ?variant::v, PrintSlave (UnaryOp t) v,
                 PrintSlave (BinOp t) v, PrintSlave (Expr t) v,
                 PrintSlave (ArgList t) v, PrintSlave (VarName t) v,
                 PrintMaster t1 v, PPVersion v) =>
                (t1, Expr t, Maybe a) -> [Char]

src/Language/Fortran/Pretty.hs:179:1: Warning:
    Top-level binding with no type signature:
      showDU :: forall t t1 v.
                (?variant::v, PrintMaster t v, PrintMaster t1 v) =>
                (t, t1) -> [Char]

src/Language/Fortran/Pretty.hs:378:1: Warning:
    Top-level binding with no type signature:
      showElseIf :: forall t t1 v.
                    (?variant::v, PrintSlave t v, PrintSlave t1 v) =>
                    Int -> (t, t1) -> [Char]

src/Language/Fortran/Pretty.hs:380:1: Warning:
    Top-level binding with no type signature:
      showForall :: forall t t1 t2 v.
                    (?variant::v, PrintSlave t1 v, PrintSlave t2 v,
                     PrintSlave (Expr t) v) =>
                    [([Char], t1, t2, Expr t)] -> [Char]

src/Language/Fortran/Pretty.hs:399:1: Warning:
    Top-level binding with no type signature:
      isEmptyArg :: forall t. Arg t -> Bool

src/Language/Fortran/Pretty.hs:400:1: Warning:
    Top-level binding with no type signature:
      isEmptyArgName :: forall t. ArgName t -> [Bool]

src/Language/Fortran/Pretty.hs:401:27: Warning:
    Defined but not used: ‘a’

src/Language/Fortran/Pretty.hs:431:10: Warning:
    Defined but not used: ‘t’

src/Language/Fortran/Pretty.hs:446:49: Warning:
    Defined but not used: ‘e’

src/Language/Fortran/Pretty.hs:446:51: Warning:
    Defined but not used: ‘e'’

src/Language/Fortran/Pretty.hs:446:54: Warning:
    Defined but not used: ‘e''’

src/Language/Fortran/Pretty.hs:451:22: Warning:
    Defined but not used: ‘t’

src/Language/Fortran/Pretty.hs:497:20: Warning:
    Defined but not used: ‘i’

src/Language/Fortran/Pretty.hs:497:22: Warning:
    Defined but not used: ‘t’

src/Language/Fortran/Pretty.hs:501:20: Warning:
    Defined but not used: ‘i’

src/Language/Fortran/Pretty.hs:501:22: Warning:
    Defined but not used: ‘t’

src/Language/Fortran/Pretty.hs:517:1: Warning:
    Top-level binding with no type signature: ind :: Int -> [Char]

src/Language/Fortran/Pretty.hs:518:1: Warning:
    Top-level binding with no type signature:
      indent :: Int -> Int -> [Char]

src/Language/Fortran/Pretty.hs:521:1: Warning:
    Top-level binding with no type signature:
      printList :: forall a a1. [[a]] -> (a1 -> [a]) -> [a1] -> [a]

src/Language/Fortran/Pretty.hs:523:1: Warning:
    Top-level binding with no type signature:
      asTuple :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:524:1: Warning:
    Top-level binding with no type signature:
      asSeq :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:525:1: Warning:
    Top-level binding with no type signature:
      asList :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:526:1: Warning:
    Top-level binding with no type signature:
      asSet :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:527:1: Warning:
    Top-level binding with no type signature:
      asLisp :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:528:1: Warning:
    Top-level binding with no type signature:
      asPlain :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:529:1: Warning:
    Top-level binding with no type signature:
      asPlain' :: forall a. (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:530:1: Warning:
    Top-level binding with no type signature:
      asCases :: forall a. Int -> (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:530:68: Warning:
    This binding for ‘ind’ shadows the existing binding
      defined at src/Language/Fortran/Pretty.hs:517:1

src/Language/Fortran/Pretty.hs:531:1: Warning:
    Top-level binding with no type signature:
      asDefs :: forall a. [Char] -> (a -> [Char]) -> [a] -> [Char]

src/Language/Fortran/Pretty.hs:532:1: Warning:
    Top-level binding with no type signature:
      asParagraphs :: forall a. (a -> [Char]) -> [a] -> [Char]
Haddock coverage:
  25% (  1 /  4) in 'Language.Fortran.PreProcess'
  Missing documentation for:
    pre_process (src/Language/Fortran/PreProcess.hs:196)
    pre_process_fixed_form (src/Language/Fortran/PreProcess.hs:199)
    parseExpr (src/Language/Fortran/PreProcess.hs:129)
  12% (  7 / 57) in 'Language.Fortran'
  Missing documentation for:
    SrcLoc (src/Language/Fortran.hs:32)
     (src/Language/Fortran.hs:39)
    SrcSpan (src/Language/Fortran.hs:45)
    Variable (src/Language/Fortran.hs:47)
    VarName (src/Language/Fortran.hs:57)
    ArgName (src/Language/Fortran.hs:60)
    ArgList (src/Language/Fortran.hs:72)
    Program (src/Language/Fortran.hs:75)
    ProgUnit (src/Language/Fortran.hs:78)
    UseBlock (src/Language/Fortran.hs:95)
    Use (src/Language/Fortran.hs:97)
    Block (src/Language/Fortran.hs:106)
    Decl (src/Language/Fortran.hs:109)
    Type (src/Language/Fortran.hs:128)
    BaseType (src/Language/Fortran.hs:132)
    Attr (src/Language/Fortran.hs:137)
    MeasureUnit (src/Language/Fortran.hs:157)
    MeasureUnitSpec (src/Language/Fortran.hs:159)
    Fraction (src/Language/Fortran.hs:164)
    GSpec (src/Language/Fortran.hs:171)
    InterfaceSpec (src/Language/Fortran.hs:174)
    DataForm (src/Language/Fortran.hs:179)
    IntentAttr (src/Language/Fortran.hs:181)
    Fortran (src/Language/Fortran.hs:186)
    Expr (src/Language/Fortran.hs:223)
    BinOp (src/Language/Fortran.hs:239)
    UnaryOp (src/Language/Fortran.hs:255)
    Spec (src/Language/Fortran.hs:258)
    Span (src/Language/Fortran.hs:301)
     (src/Language/Fortran.hs:304)
     (src/Language/Fortran.hs:307)
     (src/Language/Fortran.hs:316)
     (src/Language/Fortran.hs:325)
     (src/Language/Fortran.hs:340)
    Tagged (src/Language/Fortran.hs:377)
     (src/Language/Fortran.hs:380)
     (src/Language/Fortran.hs:396)
     (src/Language/Fortran.hs:408)
     (src/Language/Fortran.hs:412)
     (src/Language/Fortran.hs:415)
     (src/Language/Fortran.hs:419)
     (src/Language/Fortran.hs:423)
     (src/Language/Fortran.hs:426)
     (src/Language/Fortran.hs:429)
     (src/Language/Fortran.hs:434)
     (src/Language/Fortran.hs:443)
     (src/Language/Fortran.hs:460)
     (src/Language/Fortran.hs:463)
     (src/Language/Fortran.hs:498)
     (src/Language/Fortran.hs:514)
   0% (  0 /  7) in 'Language.Fortran.Lexer'
  Missing documentation for:
    Module header
    Token (src/Language/Fortran/Lexer.x:161)
    AlexReturn (dist/build/Language/Fortran/Lexer.hs:567)
    alexScan (dist/build/Language/Fortran/Lexer.hs:574)
    alexScanTokens (templates/wrappers.hs:386)
    lexer (src/Language/Fortran/Lexer.x:211)
    lexer' (src/Language/Fortran/Lexer.x:214)
   9% (  1 / 11) in 'Language.Fortran.Parser'
  Missing documentation for:
    Module header
    parser (dist/build/Language/Fortran/Parser.hs:7546)
    include_parser (dist/build/Language/Fortran/Parser.hs:7549)
    fst3 (dist/build/Language/Fortran/Parser.hs:7618)
    snd3 (dist/build/Language/Fortran/Parser.hs:7619)
    trd3 (dist/build/Language/Fortran/Parser.hs:7620)
    fst4 (dist/build/Language/Fortran/Parser.hs:7622)
    snd4 (dist/build/Language/Fortran/Parser.hs:7623)
    trd4 (dist/build/Language/Fortran/Parser.hs:7624)
    frh4 (dist/build/Language/Fortran/Parser.hs:7625)
  14% ( 11 / 76) in 'Language.Fortran.Pretty'
  Missing documentation for:
    Module header
     (src/Language/Fortran/Pretty.hs:23)
    PrettyPrintable (src/Language/Fortran/Pretty.hs:26)
     (src/Language/Fortran/Pretty.hs:47)
     (src/Language/Fortran/Pretty.hs:60)
     (src/Language/Fortran/Pretty.hs:63)
     (src/Language/Fortran/Pretty.hs:124)
     (src/Language/Fortran/Pretty.hs:129)
     (src/Language/Fortran/Pretty.hs:132)
    printMasterInterfaceSpecs (src/Language/Fortran/Pretty.hs:168)
    show_namelist (src/Language/Fortran/Pretty.hs:170)
    show_data (src/Language/Fortran/Pretty.hs:172)
    showDV (src/Language/Fortran/Pretty.hs:174)
    showDU (src/Language/Fortran/Pretty.hs:179)
     (src/Language/Fortran/Pretty.hs:181)
     (src/Language/Fortran/Pretty.hs:203)
     (src/Language/Fortran/Pretty.hs:224)
     (src/Language/Fortran/Pretty.hs:229)
     (src/Language/Fortran/Pretty.hs:234)
     (src/Language/Fortran/Pretty.hs:239)
     (src/Language/Fortran/Pretty.hs:245)
     (src/Language/Fortran/Pretty.hs:248)
     (src/Language/Fortran/Pretty.hs:251)
     (src/Language/Fortran/Pretty.hs:262)
     (src/Language/Fortran/Pretty.hs:288)
     (src/Language/Fortran/Pretty.hs:291)
     (src/Language/Fortran/Pretty.hs:294)
     (src/Language/Fortran/Pretty.hs:297)
     (src/Language/Fortran/Pretty.hs:313)
     (src/Language/Fortran/Pretty.hs:317)
     (src/Language/Fortran/Pretty.hs:320)
     (src/Language/Fortran/Pretty.hs:328)
     (src/Language/Fortran/Pretty.hs:332)
     (src/Language/Fortran/Pretty.hs:336)
    showElseIf (src/Language/Fortran/Pretty.hs:378)
    showForall (src/Language/Fortran/Pretty.hs:380)
    showUse (src/Language/Fortran/Pretty.hs:386)
    isEmptyArg (src/Language/Fortran/Pretty.hs:399)
    isEmptyArgName (src/Language/Fortran/Pretty.hs:400)
    paren (src/Language/Fortran/Pretty.hs:404)
    checkPrec (src/Language/Fortran/Pretty.hs:407)
    opPrec (src/Language/Fortran/Pretty.hs:410)
    Indentor (src/Language/Fortran/Pretty.hs:426)
     (src/Language/Fortran/Pretty.hs:430)
     (src/Language/Fortran/Pretty.hs:433)
    showNQ (src/Language/Fortran/Pretty.hs:512)
    ind (src/Language/Fortran/Pretty.hs:517)
    indent (src/Language/Fortran/Pretty.hs:518)
    printList (src/Language/Fortran/Pretty.hs:521)
    asTuple (src/Language/Fortran/Pretty.hs:523)
    asSeq (src/Language/Fortran/Pretty.hs:524)
    asList (src/Language/Fortran/Pretty.hs:525)
    asSet (src/Language/Fortran/Pretty.hs:526)
    asLisp (src/Language/Fortran/Pretty.hs:527)
    asPlain (src/Language/Fortran/Pretty.hs:528)
    asPlain' (src/Language/Fortran/Pretty.hs:529)
    asCases (src/Language/Fortran/Pretty.hs:530)
    asDefs (src/Language/Fortran/Pretty.hs:531)
    asParagraphs (src/Language/Fortran/Pretty.hs:532)
    optTuple (src/Language/Fortran/Pretty.hs:536)
    showUnits (src/Language/Fortran/Pretty.hs:543)
    printMasterList (src/Language/Fortran/Pretty.hs:549)
    showBounds (src/Language/Fortran/Pretty.hs:554)
    showRanges (src/Language/Fortran/Pretty.hs:559)
    showPartRefList (src/Language/Fortran/Pretty.hs:562)
Warning: Language.Fortran.Lexer: could not find link destinations for:
    AlexInput
Warning: Language.Fortran.Parser: could not find link destinations for:
    A0
Documentation created: dist/doc/html/language-fortran/index.html,
dist/doc/html/language-fortran/language-fortran.txt
Creating package registration file:
/tmp/pkgConf-language-fortran-0.5124546638295275444.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/language-fortran-0.5.1-BVvZ54NjNmb43Uakph6XhP
Registering language-fortran-0.5.1...
Installed language-fortran-0.5.1

Test log

No test log was submitted for this report.