Build #1 for language-fortran-0.4

[all reports]

Package language-fortran-0.4
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2015-10-30 13:14:16.394195 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies syb-0.6, parsec-3.1.9, haskell-src-1.0.2.0, base-4.8.1.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.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU
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.2/syb-0.6-2wX6OHAY1mu1En8Oic6xKR
Registering syb-0.6...
Installed syb-0.6
Configuring text-1.2.1.3...
Building text-1.2.1.3...
Preprocessing library text-1.2.1.3...
[ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )

Data/Text/Internal/Read.hs:21:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 2 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 3 of 44] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o )
[ 4 of 44] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o )
[ 5 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )

Data/Text/Encoding/Error.hs:3:14: Warning:
    ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe!
[ 6 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 7 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 8 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 9 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o )
[10 of 44] Compiling Data.Text.Array  ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[11 of 44] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o )
[12 of 44] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[13 of 44] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o )
[14 of 44] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o )
[15 of 44] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o )
[16 of 44] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o )
[17 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[18 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[19 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[20 of 44] Compiling Data.Text.Show   ( Data/Text/Show.hs, dist/build/Data/Text/Show.o )
[21 of 44] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o )
[22 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o )
[23 of 44] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o )
[24 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[25 of 44] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o )
[26 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o )
[27 of 44] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[28 of 44] Compiling Data.Text        ( Data/Text.hs, dist/build/Data/Text.o )
[29 of 44] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o )
[30 of 44] Compiling Data.Text.IO     ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[31 of 44] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o )
[32 of 44] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o )
[33 of 44] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o )
[34 of 44] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[35 of 44] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Data/Text/Read.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
Haddock coverage:
  14% (  1 /  7) in 'Data.Text.Internal.Read'
  Missing documentation for:
    IReader (Data/Text/Internal/Read.hs:26)
    IParser (Data/Text/Internal/Read.hs:28)
    T (Data/Text/Internal/Read.hs:48)
    digitToInt (Data/Text/Internal/Read.hs:61)
    hexDigitToInt (Data/Text/Internal/Read.hs:55)
    perhaps (Data/Text/Internal/Read.hs:50)
  50% (  1 /  2) in 'Data.Text.Internal.Encoding.Utf32'
  Missing documentation for:
    validate (Data/Text/Internal/Encoding/Utf32.hs:24)
  50% (  1 /  2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
  Missing documentation for:
    roundTo (Data/Text/Internal/Builder/RealFloat/Functions.hs:17)
   0% (  0 /  2) in 'Data.Text.Internal.Builder.Int.Digits'
  Missing documentation for:
    Module header
    digits (Data/Text/Internal/Builder/Int/Digits.hs:21)
 100% ( 12 / 12) in 'Data.Text.Encoding.Error'
 100% (  2 /  2) in 'Data.Text.Internal.Unsafe.Shift'
  25% (  1 /  4) in 'Data.Text.Internal.Encoding.Utf16'
  Missing documentation for:
    chr2 (Data/Text/Internal/Encoding/Utf16.hs:29)
    validate1 (Data/Text/Internal/Encoding/Utf16.hs:38)
    validate2 (Data/Text/Internal/Encoding/Utf16.hs:42)
 100% (  2 /  2) in 'Data.Text.Internal.Functions'
 100% (  3 /  3) in 'Data.Text.Internal.Unsafe'
 100% ( 16 / 16) in 'Data.Text.Array'
  33% (  2 /  6) in 'Data.Text.Internal.Unsafe.Char'
  Missing documentation for:
    ord (Data/Text/Internal/Unsafe/Char.hs:39)
    unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43)
    unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47)
    unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51)
  95% ( 19 / 20) in 'Data.Text.Internal'
  Missing documentation for:
    textP (Data/Text/Internal.hs:97)
  38% (  5 / 13) in 'Data.Text.Internal.Fusion.Size'
  Missing documentation for:
    Size (Data/Text/Internal/Fusion/Size.hs:40)
    exactly (Data/Text/Internal/Fusion/Size.hs:44)
    exactSize (Data/Text/Internal/Fusion/Size.hs:49)
    maxSize (Data/Text/Internal/Fusion/Size.hs:57)
    betweenSize (Data/Text/Internal/Fusion/Size.hs:65)
    unknownSize (Data/Text/Internal/Fusion/Size.hs:74)
    compareSize (Data/Text/Internal/Fusion/Size.hs:143)
    isEmpty (Data/Text/Internal/Fusion/Size.hs:151)
  88% (  7 /  8) in 'Data.Text.Internal.Fusion.Types'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
   0% (  0 /  5) in 'Data.Text.Internal.Fusion.CaseMapping'
  Missing documentation for:
    Module header
    upperMapping (Data/Text/Internal/Fusion/CaseMapping.hs:13)
    lowerMapping (Data/Text/Internal/Fusion/CaseMapping.hs:220)
    titleMapping (Data/Text/Internal/Fusion/CaseMapping.hs:225)
    foldMapping (Data/Text/Internal/Fusion/CaseMapping.hs:324)
  89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
  Missing documentation for:
    singleton (Data/Text/Internal/Fusion/Common.hs:119)
    streamList (Data/Text/Internal/Fusion/Common.hs:125)
    unstreamList (Data/Text/Internal/Fusion/Common.hs:131)
    intercalate (Data/Text/Internal/Fusion/Common.hs:577)
    justifyLeftI (Data/Text/Internal/Fusion/Common.hs:479)
    scanl (Data/Text/Internal/Fusion/Common.hs:656)
    replicateCharI (Data/Text/Internal/Fusion/Common.hs:671)
    replicateI (Data/Text/Internal/Fusion/Common.hs:682)
  93% ( 13 / 14) in 'Data.Text.Unsafe'
  Missing documentation for:
    Iter (Data/Text/Unsafe.hs:62)
  33% (  1 /  3) in 'Data.Text.Internal.Private'
  Missing documentation for:
    runText (Data/Text/Internal/Private.hs:33)
    span_ (Data/Text/Internal/Private.hs:23)
  91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
    length (Data/Text/Internal/Fusion.hs:127)
 100% (  4 /  4) in 'Data.Text.Show'
  33% (  2 /  6) in 'Data.Text.Internal.Encoding.Fusion.Common'
  Missing documentation for:
    restreamUtf16LE (Data/Text/Internal/Encoding/Fusion/Common.hs:63)
    restreamUtf16BE (Data/Text/Internal/Encoding/Fusion/Common.hs:39)
    restreamUtf32LE (Data/Text/Internal/Encoding/Fusion/Common.hs:106)
    restreamUtf32BE (Data/Text/Internal/Encoding/Fusion/Common.hs:87)
  17% (  2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
  Missing documentation for:
    ord2 (Data/Text/Internal/Encoding/Utf8.hs:58)
    ord3 (Data/Text/Internal/Encoding/Utf8.hs:69)
    ord4 (Data/Text/Internal/Encoding/Utf8.hs:81)
    chr2 (Data/Text/Internal/Encoding/Utf8.hs:94)
    chr3 (Data/Text/Internal/Encoding/Utf8.hs:103)
    chr4 (Data/Text/Internal/Encoding/Utf8.hs:114)
    validate1 (Data/Text/Internal/Encoding/Utf8.hs:128)
    validate2 (Data/Text/Internal/Encoding/Utf8.hs:132)
    validate3 (Data/Text/Internal/Encoding/Utf8.hs:136)
    validate4 (Data/Text/Internal/Encoding/Utf8.hs:153)
  91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
  Missing documentation for:
    streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57)
 100% ( 33 / 33) in 'Data.Text.Encoding'
 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Search'
 100% ( 18 / 18) in 'Data.Text.Foreign'
 100% (126 /126) in 'Data.Text'
 100% (  3 /  3) in 'Data.Text.Internal.IO'
 100% ( 20 / 20) in 'Data.Text.IO'
  93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
 100% (  8 /  8) in 'Data.Text.Internal.Lazy.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Lazy.Search'
 100% (  2 /  2) in 'Data.Text.Lazy.Internal'
  89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
  Missing documentation for:
    encodeUtf8 (Data/Text/Lazy/Encoding.hs:148)
    encodeUtf8Builder (Data/Text/Lazy/Encoding.hs:162)
    encodeUtf8BuilderEscaped (Data/Text/Lazy/Encoding.hs:167)
  99% (127 /128) in 'Data.Text.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
  94% ( 16 / 17) in 'Data.Text.Internal.Builder'
  Missing documentation for:
    append' (Data/Text/Internal/Builder.hs:288)
 100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
 100% (  3 /  3) in 'Data.Text.Internal.Builder.Functions'
   0% (  0 /  3) in 'Data.Text.Lazy.Builder.Int'
  Missing documentation for:
    Module header
    decimal (Data/Text/Lazy/Builder/Int.hs:52)
    hexadecimal (Data/Text/Lazy/Builder/Int.hs:162)
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  Missing documentation for:
    formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46)
 100% (  7 /  7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
    findIndicesI
Warning: Data.Text.Unsafe: could not find link destinations for:
    bracket
Warning: Data.Text: could not find link destinations for:
    replicateChar countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
    Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
    replicateChar dropWords splitAtWord countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
    empty append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
    floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file:
/tmp/pkgConf-text-1.2.116755181571645933681.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/text-1.2.1.3-1l1AN4I48k37RaQ6fm6CEh
Registering text-1.2.1.3...
Installed text-1.2.1.3
Configuring 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.2/haskell-src-1.0.2.0-0X1MJdxDVJhLIk6gtLKdmG
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.2/parsec-3.1.9-8fSmqig53hOL2SEu1k9Tv0
Registering parsec-3.1.9...
Installed parsec-3.1.9
Downloading language-fortran-0.4...
Configuring language-fortran-0.4...
Building language-fortran-0.4...
Preprocessing library language-fortran-0.4...
unused rules: 12
unused terminals: 8
shift/reduce conflicts:  61
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:150:1: Warning: Tab character

src/Language/Fortran.hs:169:1: Warning: Tab character

src/Language/Fortran.hs:174:1: Warning: Tab character

src/Language/Fortran.hs:176:1: Warning: Tab character

src/Language/Fortran.hs:181:1: Warning: Tab character

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

src/Language/Fortran.hs:364:26: 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: ‘s’

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: ‘e’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

src/Language/Fortran.hs:487:22: 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: ‘s’

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: ‘e’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

src/Language/Fortran.hs:431: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 )

dist/build/Language/Fortran/Lexer.hs:26: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()

dist/build/Language/Fortran/Lexer.hs:443:1: Warning:
    Top-level binding with no type signature:
      alex_scan_tkn :: Any
                       -> AlexInput
                       -> Int#
                       -> AlexInput
                       -> Int#
                       -> AlexLastAcc (String -> Token)
                       -> (AlexLastAcc (String -> Token), AlexInput)

dist/build/Language/Fortran/Lexer.hs:443:1: Warning:
    Top-level binding with no type signature:
      alex_accept :: Array Int (AlexAcc (String -> Token) Any)

dist/build/Language/Fortran/Lexer.hs:443:1: Warning:
    Top-level binding with no type signature:
      alexRightContext :: Int -> AlexAccPred Any

dist/build/Language/Fortran/Lexer.hs:484:1: Warning:
    Top-level binding with no type signature:
      alexIndexInt32OffAddr :: AlexAddr -> Int# -> Int#

dist/build/Language/Fortran/Lexer.hs:509:1: Warning:
    Top-level binding with no type signature:
      quickIndex :: Array Int (AlexAcc (String -> Token) Any)
                    -> Int -> AlexAcc (String -> Token) Any

dist/build/Language/Fortran/Lexer.hs:525:1: Warning:
    Top-level binding with no type signature:
      alexScan :: AlexInput -> Int -> AlexReturn (String -> Token)

dist/build/Language/Fortran/Lexer.hs:528:1: Warning:
    Top-level binding with no type signature:
      alexScanUser :: Any
                      -> AlexInput -> Int -> AlexReturn (String -> Token)

dist/build/Language/Fortran/Lexer.hs:530:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:531:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:532:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:536:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:537:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:541:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:543:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:547:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:549:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:553:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:562:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:576:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:578:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:579:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:580:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:582:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:583:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:584:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:585:5: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:587:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:590:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:591:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:592:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:594:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:595:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:596:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:597:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:598:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:599:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:600:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:601:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:602:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:603:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:612:10: Warning:
    Defined but not used: ‘f’

dist/build/Language/Fortran/Lexer.hs:614:10: Warning:
    Defined but not used: ‘f’

dist/build/Language/Fortran/Lexer.hs:629:1: Warning:
    Defined but not used: ‘alexAndPred’

dist/build/Language/Fortran/Lexer.hs:629:1: Warning:
    Top-level binding with no type signature:
      alexAndPred :: forall t t1 t2 t3.
                     (t -> t1 -> t2 -> t3 -> Bool)
                     -> (t -> t1 -> t2 -> t3 -> Bool) -> t -> t1 -> t2 -> t3 -> Bool

dist/build/Language/Fortran/Lexer.hs:633:1: Warning:
    Defined but not used: ‘alexPrevCharIs’

dist/build/Language/Fortran/Lexer.hs:633:1: Warning:
    Top-level binding with no type signature:
      alexPrevCharIs :: forall t t1 t2.
                        Char -> t -> AlexInput -> t1 -> t2 -> Bool

dist/build/Language/Fortran/Lexer.hs:635:1: Warning:
    Defined but not used: ‘alexPrevCharMatches’

dist/build/Language/Fortran/Lexer.hs:635:1: Warning:
    Top-level binding with no type signature:
      alexPrevCharMatches :: forall t t1 t2 t3.
                             (Char -> t3) -> t -> AlexInput -> t1 -> t2 -> t3

dist/build/Language/Fortran/Lexer.hs:638:1: Warning:
    Defined but not used: ‘alexPrevCharIsOneOf’

dist/build/Language/Fortran/Lexer.hs:638:1: Warning:
    Top-level binding with no type signature:
      alexPrevCharIsOneOf :: forall t t1 t2 e.
                             Array Char e -> t -> AlexInput -> t1 -> t2 -> e

dist/build/Language/Fortran/Lexer.hs:643:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:644:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:645:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:646:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:647:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:651:1: Warning:
    Defined but not used: ‘iUnbox’

dist/build/Language/Fortran/Lexer.hs:651:1: Warning:
    Top-level binding with no type signature: iUnbox :: Int -> Int#

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:142:1: Warning: Tab character

src/Language/Fortran/Lexer.x:144:1: Warning:
    Top-level binding with no type signature:
      cutOutContLine :: [Char] -> [Char]

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

src/Language/Fortran/Lexer.x:147:1: Warning:
    Top-level binding with no type signature:
      cutOut :: [Char] -> Maybe [Char] -> [Char]

src/Language/Fortran/Lexer.x:148:32: Warning: Tab character

src/Language/Fortran/Lexer.x:148:35: Warning: Tab character

src/Language/Fortran/Lexer.x:161: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:173: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:178: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:215:8: Warning: Tab character

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

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

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

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: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:1: Warning: Tab character

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

src/Language/Fortran/Lexer.x:221:38: 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:224:1: Warning: Tab character

src/Language/Fortran/Lexer.x:225:1: 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:228:42: Warning: Tab character

src/Language/Fortran/Lexer.x:231:1: Warning:
    Top-level binding with no type signature:
      alex_action_0 :: String -> Token

src/Language/Fortran/Lexer.x:232:1: Warning:
    Top-level binding with no type signature:
      alex_action_1 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:233:1: Warning:
    Top-level binding with no type signature:
      alex_action_3 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:234:1: Warning:
    Top-level binding with no type signature:
      alex_action_4 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:235:1: Warning:
    Top-level binding with no type signature:
      alex_action_5 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:236:1: Warning:
    Top-level binding with no type signature:
      alex_action_6 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:237:1: Warning:
    Top-level binding with no type signature:
      alex_action_7 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:238:1: Warning:
    Top-level binding with no type signature:
      alex_action_8 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:239:1: Warning:
    Top-level binding with no type signature:
      alex_action_9 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:240:1: Warning:
    Top-level binding with no type signature:
      alex_action_10 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:241:1: Warning:
    Top-level binding with no type signature:
      alex_action_11 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:242:1: Warning:
    Top-level binding with no type signature:
      alex_action_12 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:243:1: Warning:
    Top-level binding with no type signature:
      alex_action_13 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:244:1: Warning:
    Top-level binding with no type signature:
      alex_action_14 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:245:1: Warning:
    Top-level binding with no type signature:
      alex_action_15 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:246:1: Warning:
    Top-level binding with no type signature:
      alex_action_16 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:247:1: Warning:
    Top-level binding with no type signature:
      alex_action_17 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:248:1: Warning:
    Top-level binding with no type signature:
      alex_action_18 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:249:1: Warning:
    Top-level binding with no type signature:
      alex_action_19 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:250:1: Warning:
    Top-level binding with no type signature:
      alex_action_20 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:251:1: Warning:
    Top-level binding with no type signature:
      alex_action_21 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:252:1: Warning:
    Top-level binding with no type signature:
      alex_action_22 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:253:1: Warning:
    Top-level binding with no type signature:
      alex_action_23 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:254:1: Warning:
    Top-level binding with no type signature:
      alex_action_24 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:255:1: Warning:
    Top-level binding with no type signature:
      alex_action_25 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:256:1: Warning:
    Top-level binding with no type signature:
      alex_action_26 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:257:1: Warning:
    Top-level binding with no type signature:
      alex_action_27 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:258:1: Warning:
    Top-level binding with no type signature:
      alex_action_28 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:259:1: Warning:
    Top-level binding with no type signature:
      alex_action_29 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:260:1: Warning:
    Top-level binding with no type signature:
      alex_action_30 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:261:1: Warning:
    Top-level binding with no type signature:
      alex_action_31 :: String -> Token

src/Language/Fortran/Lexer.x:262:1: Warning:
    Top-level binding with no type signature:
      alex_action_32 :: String -> Token

src/Language/Fortran/Lexer.x:263:1: Warning:
    Top-level binding with no type signature:
      alex_action_33 :: [Char] -> Token

src/Language/Fortran/Lexer.x:264:1: Warning:
    Top-level binding with no type signature:
      alex_action_34 :: String -> Token

src/Language/Fortran/Lexer.x:265:1: Warning:
    Top-level binding with no type signature:
      alex_action_35 :: String -> Token

src/Language/Fortran/Lexer.x:266:1: Warning:
    Top-level binding with no type signature:
      alex_action_36 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:267:1: Warning:
    Top-level binding with no type signature:
      alex_action_37 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:268:1: Warning:
    Top-level binding with no type signature:
      alex_action_38 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:269:1: Warning:
    Top-level binding with no type signature:
      alex_action_39 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:270:1: Warning:
    Top-level binding with no type signature:
      alex_action_40 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:271:1: Warning:
    Top-level binding with no type signature:
      alex_action_41 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:272:1: Warning:
    Top-level binding with no type signature:
      alex_action_42 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:273:1: Warning:
    Top-level binding with no type signature:
      alex_action_43 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:274:1: Warning:
    Top-level binding with no type signature:
      alex_action_44 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:275:1: Warning:
    Top-level binding with no type signature:
      alex_action_45 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:276:1: Warning:
    Top-level binding with no type signature:
      alex_action_46 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:277:1: Warning:
    Top-level binding with no type signature:
      alex_action_48 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:278:1: Warning:
    Top-level binding with no type signature:
      alex_action_49 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:279:1: Warning:
    Top-level binding with no type signature:
      alex_action_50 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:280:1: Warning:
    Top-level binding with no type signature:
      alex_action_51 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:281:1: Warning:
    Top-level binding with no type signature:
      alex_action_52 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:282:1: Warning:
    Top-level binding with no type signature:
      alex_action_53 :: [Char] -> Token

src/Language/Fortran/Lexer.x:285:1: Warning:
    Top-level binding with no type signature:
      alex_action_54 :: String -> Token

src/Language/Fortran/Lexer.x:286:1: Warning:
    Top-level binding with no type signature:
      alex_action_55 :: String -> Token

src/Language/Fortran/Lexer.x:287:1: Warning:
    Top-level binding with no type signature:
      alex_action_56 :: String -> Token

src/Language/Fortran/Lexer.x:288:1: Warning:
    Top-level binding with no type signature:
      alex_action_57 :: String -> Token

src/Language/Fortran/Lexer.x:289:1: Warning:
    Top-level binding with no type signature:
      alex_action_58 :: String -> Token

src/Language/Fortran/Lexer.x:290:1: Warning:
    Top-level binding with no type signature:
      alex_action_59 :: String -> Token

src/Language/Fortran/Lexer.x:291:1: Warning:
    Top-level binding with no type signature:
      alex_action_60 :: String -> Token

src/Language/Fortran/Lexer.x:292:1: Warning:
    Top-level binding with no type signature:
      alex_action_61 :: String -> Token

src/Language/Fortran/Lexer.x:293:1: Warning:
    Top-level binding with no type signature:
      alex_action_62 :: String -> Token

src/Language/Fortran/Lexer.x:294:1: Warning:
    Top-level binding with no type signature:
      alex_action_63 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:295:1: Warning:
    Top-level binding with no type signature:
      alex_action_64 :: forall t. t -> Token

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

templates/GenericTemplate.hs:60:1: Warning:
    Top-level binding with no type signature:
      alexIndexInt16OffAddr :: AlexAddr -> Int# -> Int#

templates/wrappers.hs:342:1: Warning:
    Defined but not used: ‘alexInputPrevChar’

templates/wrappers.hs:345:1: Warning:
    Top-level binding with no type signature:
      alexScanTokens :: String -> [Token]

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

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

src/Language/Fortran/Lexer.x:147: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:394:1: Warning:
    Top-level binding with no type signature:
      isEmptyArg :: forall t. Arg t -> Bool

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

src/Language/Fortran/Pretty.hs:527: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:438: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.4...
Running Haddock for language-fortran-0.4...
Running hscolour for language-fortran-0.4...
Preprocessing library language-fortran-0.4...
Preprocessing library language-fortran-0.4...

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:150:1: Warning: Tab character

src/Language/Fortran.hs:169:1: Warning: Tab character

src/Language/Fortran.hs:174:1: Warning: Tab character

src/Language/Fortran.hs:176:1: Warning: Tab character

src/Language/Fortran.hs:181:1: Warning: Tab character

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

src/Language/Fortran.hs:364:26: 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: ‘s’

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: ‘e’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

src/Language/Fortran.hs:487:22: 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: ‘s’

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: ‘e’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dist/build/Language/Fortran/Lexer.hs:530:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:531:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:532:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:536:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:537:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:541:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:543:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:547:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:549:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:553:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:562:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:576:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:578:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:579:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:580:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:582:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:583:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:584:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:585:5: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:587:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:590:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:591:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:592:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:594:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:595:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:596:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:597:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:598:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:599:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:600:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:601:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:602:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:603:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:643:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:644:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:645:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:646:1: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:647:1: Warning: Tab character

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

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

src/Language/Fortran/Lexer.x:148:32: Warning: Tab character

src/Language/Fortran/Lexer.x:148:35: Warning: Tab character

src/Language/Fortran/Lexer.x:161: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:173: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:178: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:215:8: Warning: Tab character

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

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

src/Language/Fortran/Lexer.x:221:38: 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:224:1: Warning: Tab character

src/Language/Fortran/Lexer.x:225:1: 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:228:42: Warning: Tab character

dist/build/Language/Fortran/Lexer.hs:26: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()

dist/build/Language/Fortran/Lexer.hs:443:1: Warning:
    Top-level binding with no type signature:
      alex_scan_tkn :: Any
                       -> AlexInput
                       -> Int#
                       -> AlexInput
                       -> Int#
                       -> AlexLastAcc (String -> Token)
                       -> (AlexLastAcc (String -> Token), AlexInput)

dist/build/Language/Fortran/Lexer.hs:443:1: Warning:
    Top-level binding with no type signature:
      alex_accept :: Array Int (AlexAcc (String -> Token) Any)

dist/build/Language/Fortran/Lexer.hs:443:1: Warning:
    Top-level binding with no type signature:
      alexRightContext :: Int -> AlexAccPred Any

dist/build/Language/Fortran/Lexer.hs:484:1: Warning:
    Top-level binding with no type signature:
      alexIndexInt32OffAddr :: AlexAddr -> Int# -> Int#

dist/build/Language/Fortran/Lexer.hs:509:1: Warning:
    Top-level binding with no type signature:
      quickIndex :: Array Int (AlexAcc (String -> Token) Any)
                    -> Int -> AlexAcc (String -> Token) Any

dist/build/Language/Fortran/Lexer.hs:525:1: Warning:
    Top-level binding with no type signature:
      alexScan :: AlexInput -> Int -> AlexReturn (String -> Token)

dist/build/Language/Fortran/Lexer.hs:528:1: Warning:
    Top-level binding with no type signature:
      alexScanUser :: Any
                      -> AlexInput -> Int -> AlexReturn (String -> Token)

dist/build/Language/Fortran/Lexer.hs:612:10: Warning:
    Defined but not used: ‘f’

dist/build/Language/Fortran/Lexer.hs:614:10: Warning:
    Defined but not used: ‘f’

dist/build/Language/Fortran/Lexer.hs:629:1: Warning:
    Defined but not used: ‘alexAndPred’

dist/build/Language/Fortran/Lexer.hs:629:1: Warning:
    Top-level binding with no type signature:
      alexAndPred :: forall t t1 t2 t3.
                     (t -> t1 -> t2 -> t3 -> Bool)
                     -> (t -> t1 -> t2 -> t3 -> Bool) -> t -> t1 -> t2 -> t3 -> Bool

dist/build/Language/Fortran/Lexer.hs:633:1: Warning:
    Defined but not used: ‘alexPrevCharIs’

dist/build/Language/Fortran/Lexer.hs:633:1: Warning:
    Top-level binding with no type signature:
      alexPrevCharIs :: forall t t1 t2.
                        Char -> t -> AlexInput -> t1 -> t2 -> Bool

dist/build/Language/Fortran/Lexer.hs:635:1: Warning:
    Defined but not used: ‘alexPrevCharMatches’

dist/build/Language/Fortran/Lexer.hs:635:1: Warning:
    Top-level binding with no type signature:
      alexPrevCharMatches :: forall t t1 t2 t3.
                             (Char -> t3) -> t -> AlexInput -> t1 -> t2 -> t3

dist/build/Language/Fortran/Lexer.hs:638:1: Warning:
    Defined but not used: ‘alexPrevCharIsOneOf’

dist/build/Language/Fortran/Lexer.hs:638:1: Warning:
    Top-level binding with no type signature:
      alexPrevCharIsOneOf :: forall t t1 t2 e.
                             Array Char e -> t -> AlexInput -> t1 -> t2 -> e

dist/build/Language/Fortran/Lexer.hs:651:1: Warning:
    Defined but not used: ‘iUnbox’

dist/build/Language/Fortran/Lexer.hs:651:1: Warning:
    Top-level binding with no type signature: iUnbox :: Int -> Int#

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:144:1: Warning:
    Top-level binding with no type signature:
      cutOutContLine :: [Char] -> [Char]

src/Language/Fortran/Lexer.x:147:1: Warning:
    Top-level binding with no type signature:
      cutOut :: [Char] -> Maybe [Char] -> [Char]

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

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

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

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: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:231:1: Warning:
    Top-level binding with no type signature:
      alex_action_0 :: String -> Token

src/Language/Fortran/Lexer.x:232:1: Warning:
    Top-level binding with no type signature:
      alex_action_1 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:233:1: Warning:
    Top-level binding with no type signature:
      alex_action_3 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:234:1: Warning:
    Top-level binding with no type signature:
      alex_action_4 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:235:1: Warning:
    Top-level binding with no type signature:
      alex_action_5 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:236:1: Warning:
    Top-level binding with no type signature:
      alex_action_6 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:237:1: Warning:
    Top-level binding with no type signature:
      alex_action_7 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:238:1: Warning:
    Top-level binding with no type signature:
      alex_action_8 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:239:1: Warning:
    Top-level binding with no type signature:
      alex_action_9 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:240:1: Warning:
    Top-level binding with no type signature:
      alex_action_10 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:241:1: Warning:
    Top-level binding with no type signature:
      alex_action_11 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:242:1: Warning:
    Top-level binding with no type signature:
      alex_action_12 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:243:1: Warning:
    Top-level binding with no type signature:
      alex_action_13 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:244:1: Warning:
    Top-level binding with no type signature:
      alex_action_14 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:245:1: Warning:
    Top-level binding with no type signature:
      alex_action_15 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:246:1: Warning:
    Top-level binding with no type signature:
      alex_action_16 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:247:1: Warning:
    Top-level binding with no type signature:
      alex_action_17 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:248:1: Warning:
    Top-level binding with no type signature:
      alex_action_18 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:249:1: Warning:
    Top-level binding with no type signature:
      alex_action_19 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:250:1: Warning:
    Top-level binding with no type signature:
      alex_action_20 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:251:1: Warning:
    Top-level binding with no type signature:
      alex_action_21 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:252:1: Warning:
    Top-level binding with no type signature:
      alex_action_22 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:253:1: Warning:
    Top-level binding with no type signature:
      alex_action_23 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:254:1: Warning:
    Top-level binding with no type signature:
      alex_action_24 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:255:1: Warning:
    Top-level binding with no type signature:
      alex_action_25 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:256:1: Warning:
    Top-level binding with no type signature:
      alex_action_26 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:257:1: Warning:
    Top-level binding with no type signature:
      alex_action_27 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:258:1: Warning:
    Top-level binding with no type signature:
      alex_action_28 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:259:1: Warning:
    Top-level binding with no type signature:
      alex_action_29 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:260:1: Warning:
    Top-level binding with no type signature:
      alex_action_30 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:261:1: Warning:
    Top-level binding with no type signature:
      alex_action_31 :: String -> Token

src/Language/Fortran/Lexer.x:262:1: Warning:
    Top-level binding with no type signature:
      alex_action_32 :: String -> Token

src/Language/Fortran/Lexer.x:263:1: Warning:
    Top-level binding with no type signature:
      alex_action_33 :: [Char] -> Token

src/Language/Fortran/Lexer.x:264:1: Warning:
    Top-level binding with no type signature:
      alex_action_34 :: String -> Token

src/Language/Fortran/Lexer.x:265:1: Warning:
    Top-level binding with no type signature:
      alex_action_35 :: String -> Token

src/Language/Fortran/Lexer.x:266:1: Warning:
    Top-level binding with no type signature:
      alex_action_36 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:267:1: Warning:
    Top-level binding with no type signature:
      alex_action_37 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:268:1: Warning:
    Top-level binding with no type signature:
      alex_action_38 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:269:1: Warning:
    Top-level binding with no type signature:
      alex_action_39 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:270:1: Warning:
    Top-level binding with no type signature:
      alex_action_40 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:271:1: Warning:
    Top-level binding with no type signature:
      alex_action_41 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:272:1: Warning:
    Top-level binding with no type signature:
      alex_action_42 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:273:1: Warning:
    Top-level binding with no type signature:
      alex_action_43 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:274:1: Warning:
    Top-level binding with no type signature:
      alex_action_44 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:275:1: Warning:
    Top-level binding with no type signature:
      alex_action_45 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:276:1: Warning:
    Top-level binding with no type signature:
      alex_action_46 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:277:1: Warning:
    Top-level binding with no type signature:
      alex_action_48 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:278:1: Warning:
    Top-level binding with no type signature:
      alex_action_49 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:279:1: Warning:
    Top-level binding with no type signature:
      alex_action_50 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:280:1: Warning:
    Top-level binding with no type signature:
      alex_action_51 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:281:1: Warning:
    Top-level binding with no type signature:
      alex_action_52 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:282:1: Warning:
    Top-level binding with no type signature:
      alex_action_53 :: [Char] -> Token

src/Language/Fortran/Lexer.x:285:1: Warning:
    Top-level binding with no type signature:
      alex_action_54 :: String -> Token

src/Language/Fortran/Lexer.x:286:1: Warning:
    Top-level binding with no type signature:
      alex_action_55 :: String -> Token

src/Language/Fortran/Lexer.x:287:1: Warning:
    Top-level binding with no type signature:
      alex_action_56 :: String -> Token

src/Language/Fortran/Lexer.x:288:1: Warning:
    Top-level binding with no type signature:
      alex_action_57 :: String -> Token

src/Language/Fortran/Lexer.x:289:1: Warning:
    Top-level binding with no type signature:
      alex_action_58 :: String -> Token

src/Language/Fortran/Lexer.x:290:1: Warning:
    Top-level binding with no type signature:
      alex_action_59 :: String -> Token

src/Language/Fortran/Lexer.x:291:1: Warning:
    Top-level binding with no type signature:
      alex_action_60 :: String -> Token

src/Language/Fortran/Lexer.x:292:1: Warning:
    Top-level binding with no type signature:
      alex_action_61 :: String -> Token

src/Language/Fortran/Lexer.x:293:1: Warning:
    Top-level binding with no type signature:
      alex_action_62 :: String -> Token

src/Language/Fortran/Lexer.x:294:1: Warning:
    Top-level binding with no type signature:
      alex_action_63 :: forall t. t -> Token

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

src/Language/Fortran/Lexer.x:295:1: Warning:
    Top-level binding with no type signature:
      alex_action_64 :: forall t. t -> Token

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

templates/GenericTemplate.hs:60:1: Warning:
    Top-level binding with no type signature:
      alexIndexInt16OffAddr :: AlexAddr -> Int# -> Int#

templates/wrappers.hs:342:1: Warning:
    Defined but not used: ‘alexInputPrevChar’

templates/wrappers.hs:345:1: Warning:
    Top-level binding with no type signature:
      alexScanTokens :: String -> [Token]

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

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

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

src/Language/Fortran/Pretty.hs:496: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:394:1: Warning:
    Top-level binding with no type signature:
      isEmptyArg :: forall t. Arg t -> Bool

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

src/Language/Fortran/Pretty.hs:527: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 / 56) 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)
    Block (src/Language/Fortran.hs:102)
    Decl (src/Language/Fortran.hs:105)
    Type (src/Language/Fortran.hs:124)
    BaseType (src/Language/Fortran.hs:128)
    Attr (src/Language/Fortran.hs:133)
    MeasureUnit (src/Language/Fortran.hs:153)
    MeasureUnitSpec (src/Language/Fortran.hs:155)
    Fraction (src/Language/Fortran.hs:160)
    GSpec (src/Language/Fortran.hs:167)
    InterfaceSpec (src/Language/Fortran.hs:170)
    DataForm (src/Language/Fortran.hs:175)
    IntentAttr (src/Language/Fortran.hs:177)
    Fortran (src/Language/Fortran.hs:182)
    Expr (src/Language/Fortran.hs:219)
    BinOp (src/Language/Fortran.hs:235)
    UnaryOp (src/Language/Fortran.hs:251)
    Spec (src/Language/Fortran.hs:254)
    Span (src/Language/Fortran.hs:297)
     (src/Language/Fortran.hs:300)
     (src/Language/Fortran.hs:303)
     (src/Language/Fortran.hs:312)
     (src/Language/Fortran.hs:321)
     (src/Language/Fortran.hs:336)
    Tagged (src/Language/Fortran.hs:373)
     (src/Language/Fortran.hs:376)
     (src/Language/Fortran.hs:392)
     (src/Language/Fortran.hs:404)
     (src/Language/Fortran.hs:408)
     (src/Language/Fortran.hs:411)
     (src/Language/Fortran.hs:415)
     (src/Language/Fortran.hs:419)
     (src/Language/Fortran.hs:422)
     (src/Language/Fortran.hs:425)
     (src/Language/Fortran.hs:430)
     (src/Language/Fortran.hs:439)
     (src/Language/Fortran.hs:456)
     (src/Language/Fortran.hs:459)
     (src/Language/Fortran.hs:494)
     (src/Language/Fortran.hs:510)
   0% (  0 /  7) in 'Language.Fortran.Lexer'
  Missing documentation for:
    Module header
    Token (src/Language/Fortran/Lexer.x:160)
    AlexReturn (dist/build/Language/Fortran/Lexer.hs:518)
    alexScan (dist/build/Language/Fortran/Lexer.hs:525)
    alexScanTokens (templates/wrappers.hs:345)
    lexer (src/Language/Fortran/Lexer.x:210)
    lexer' (src/Language/Fortran/Lexer.x:213)
   9% (  1 / 11) in 'Language.Fortran.Parser'
  Missing documentation for:
    Module header
    parser (dist/build/Language/Fortran/Parser.hs:7434)
    include_parser (dist/build/Language/Fortran/Parser.hs:7437)
    fst3 (dist/build/Language/Fortran/Parser.hs:7506)
    snd3 (dist/build/Language/Fortran/Parser.hs:7507)
    trd3 (dist/build/Language/Fortran/Parser.hs:7508)
    fst4 (dist/build/Language/Fortran/Parser.hs:7510)
    snd4 (dist/build/Language/Fortran/Parser.hs:7511)
    trd4 (dist/build/Language/Fortran/Parser.hs:7512)
    frh4 (dist/build/Language/Fortran/Parser.hs:7513)
  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:394)
    isEmptyArgName (src/Language/Fortran/Pretty.hs:395)
    paren (src/Language/Fortran/Pretty.hs:399)
    checkPrec (src/Language/Fortran/Pretty.hs:402)
    opPrec (src/Language/Fortran/Pretty.hs:405)
    Indentor (src/Language/Fortran/Pretty.hs:421)
     (src/Language/Fortran/Pretty.hs:425)
     (src/Language/Fortran/Pretty.hs:428)
    showNQ (src/Language/Fortran/Pretty.hs:507)
    ind (src/Language/Fortran/Pretty.hs:512)
    indent (src/Language/Fortran/Pretty.hs:513)
    printList (src/Language/Fortran/Pretty.hs:516)
    asTuple (src/Language/Fortran/Pretty.hs:518)
    asSeq (src/Language/Fortran/Pretty.hs:519)
    asList (src/Language/Fortran/Pretty.hs:520)
    asSet (src/Language/Fortran/Pretty.hs:521)
    asLisp (src/Language/Fortran/Pretty.hs:522)
    asPlain (src/Language/Fortran/Pretty.hs:523)
    asPlain' (src/Language/Fortran/Pretty.hs:524)
    asCases (src/Language/Fortran/Pretty.hs:525)
    asDefs (src/Language/Fortran/Pretty.hs:526)
    asParagraphs (src/Language/Fortran/Pretty.hs:527)
    optTuple (src/Language/Fortran/Pretty.hs:531)
    showUnits (src/Language/Fortran/Pretty.hs:538)
    printMasterList (src/Language/Fortran/Pretty.hs:544)
    showBounds (src/Language/Fortran/Pretty.hs:549)
    showRanges (src/Language/Fortran/Pretty.hs:554)
    showPartRefList (src/Language/Fortran/Pretty.hs:557)
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-0124546638295275444.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/language-fortran-0.4-CvdQ1zQmhQy4RcL91JkzPt
Registering language-fortran-0.4...
Installed language-fortran-0.4

Test log

No test log was submitted for this report.