Build #3 for ddc-tools-0.4.3.1

[all reports]

Package ddc-tools-0.4.3.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-11-11 09:43:44.728281 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies base-4.9.0.0, containers-0.5.7.1, ddc-build-0.4.3.1, ddc-code-0.4.3.2, ddc-core-0.4.3.1, ddc-core-llvm-0.4.3.1, ddc-core-salt-0.4.3.1, ddc-core-simpl-0.4.3.1, ddc-core-tetra-0.4.3.1, ddc-driver-0.4.3.1, directory-1.2.6.2, filepath-1.4.1.0, haskeline-0.7.2.3, mtl-2.2.1, process-1.4.2.0, transformers-0.5.2.0, base-4.9.0.0, ddc-core-0.4.3.1, base-4.9.0.0, containers-0.5.7.1, ddc-build-0.4.3.1, ddc-code-0.4.3.2, ddc-core-0.4.3.1, ddc-core-flow-0.4.3.1, ddc-core-llvm-0.4.3.1, ddc-core-salt-0.4.3.1, ddc-core-simpl-0.4.3.1, ddc-core-tetra-0.4.3.1, ddc-driver-0.4.3.1, directory-1.2.6.2, filepath-1.4.1.0, haskeline-0.7.2.3, mtl-2.2.1, process-1.4.2.0, base-4.9.0.0, containers-0.5.7.1, ddc-build-0.4.3.1, ddc-code-0.4.3.2, ddc-core-0.4.3.1, ddc-core-flow-0.4.3.1, ddc-core-llvm-0.4.3.1, ddc-core-salt-0.4.3.1, ddc-core-simpl-0.4.3.1, ddc-core-tetra-0.4.3.1, ddc-driver-0.4.3.1, ddc-source-tetra-0.4.3.1, directory-1.2.6.2, filepath-1.4.1.0, haskeline-0.7.2.3, mtl-2.2.1, process-1.4.2.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-14199/ddc-code-0.4.3.2'
Configuring ddc-code-0.4.3.2...
Building ddc-code-0.4.3.2...
Preprocessing library ddc-code-0.4.3.2...
[1 of 2] Compiling Paths_ddc_code   ( dist/build/autogen/Paths_ddc_code.hs, dist/build/Paths_ddc_code.o )
[2 of 2] Compiling DDC.Code.Config  ( DDC/Code/Config.hs, dist/build/DDC/Code/Config.o )
Running Haddock for ddc-code-0.4.3.2...
Running hscolour for ddc-code-0.4.3.2...
Preprocessing library ddc-code-0.4.3.2...
Preprocessing library ddc-code-0.4.3.2...
Haddock coverage:
   0% (  0 /  8) in 'Paths_ddc_code'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_ddc_code.hs:28)
    getBinDir (dist/build/autogen/Paths_ddc_code.hs:38)
    getLibDir (dist/build/autogen/Paths_ddc_code.hs:38)
    getDataDir (dist/build/autogen/Paths_ddc_code.hs:38)
    getLibexecDir (dist/build/autogen/Paths_ddc_code.hs:38)
    getDataFileName (dist/build/autogen/Paths_ddc_code.hs:45)
    getSysconfDir (dist/build/autogen/Paths_ddc_code.hs:38)
  50% (  1 /  2) in 'DDC.Code.Config'
  Missing documentation for:
    locateBaseLibrary (DDC/Code/Config.hs:21)
Documentation created: dist/doc/html/ddc-code/index.html,
dist/doc/html/ddc-code/ddc-code.txt
Creating package registration file:
/tmp/pkgConf-ddc-code-0.4.32145174067468703135.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/ddc-code-0.4.3.2-7bQ4zsyqg3qJerSzYVqftg
Registering ddc-code-0.4.3.2...
cabal: Leaving directory '/tmp/cabal-tmp-14199/ddc-code-0.4.3.2'
Installed ddc-code-0.4.3.2
cabal: Entering directory '/tmp/cabal-tmp-14199/haskell-lexer-1.0.1'
Configuring haskell-lexer-1.0.1...
Building haskell-lexer-1.0.1...
Preprocessing library haskell-lexer-1.0.1...
[1 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, dist/build/Language/Haskell/Lexer/Tokens.o )
[2 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, dist/build/Language/Haskell/Lexer/Utils.o )
[3 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, dist/build/Language/Haskell/Lexer/Position.o )

Language/Haskell/Lexer/Position.hs:30:7: warning: [-Woverlapping-patterns]
    Pattern match is redundant
    In a case alternative: '\n' -> ...
[4 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, dist/build/Language/Haskell/Lexer/Lex.o )

Language/Haskell/Lexer/Lex.hs:217:5: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:19:8

Language/Haskell/Lexer/Lex.hs:226:26: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:226:8

Language/Haskell/Lexer/Lex.hs:228:8: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:288:8: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:289:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:288:8

Language/Haskell/Lexer/Lex.hs:290:8: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:299:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:290:8

Language/Haskell/Lexer/Lex.hs:302:8: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:303:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:302:8

Language/Haskell/Lexer/Lex.hs:304:8: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:320:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:304:8

Language/Haskell/Lexer/Lex.hs:323:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start5’

Language/Haskell/Lexer/Lex.hs:323:26: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:323:8

Language/Haskell/Lexer/Lex.hs:339:8: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:342:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start7’

Language/Haskell/Lexer/Lex.hs:342:26: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:342:8

Language/Haskell/Lexer/Lex.hs:388:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start8’

Language/Haskell/Lexer/Lex.hs:388:26: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:388:8

Language/Haskell/Lexer/Lex.hs:403:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start10’

Language/Haskell/Lexer/Lex.hs:403:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:403:9

Language/Haskell/Lexer/Lex.hs:423:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start12’

Language/Haskell/Lexer/Lex.hs:423:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:423:9

Language/Haskell/Lexer/Lex.hs:432:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start13’

Language/Haskell/Lexer/Lex.hs:432:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:432:9

Language/Haskell/Lexer/Lex.hs:441:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start14’

Language/Haskell/Lexer/Lex.hs:441:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:441:9

Language/Haskell/Lexer/Lex.hs:451:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start15’

Language/Haskell/Lexer/Lex.hs:451:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:451:9

Language/Haskell/Lexer/Lex.hs:460:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start16’

Language/Haskell/Lexer/Lex.hs:460:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:460:9

Language/Haskell/Lexer/Lex.hs:470:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start17’

Language/Haskell/Lexer/Lex.hs:470:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:470:9

Language/Haskell/Lexer/Lex.hs:479:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start18’

Language/Haskell/Lexer/Lex.hs:479:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:479:9

Language/Haskell/Lexer/Lex.hs:490:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start19’

Language/Haskell/Lexer/Lex.hs:490:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:490:9

Language/Haskell/Lexer/Lex.hs:499:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start20’

Language/Haskell/Lexer/Lex.hs:499:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:499:9

Language/Haskell/Lexer/Lex.hs:508:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start21’

Language/Haskell/Lexer/Lex.hs:508:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:508:9

Language/Haskell/Lexer/Lex.hs:521:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start22’

Language/Haskell/Lexer/Lex.hs:521:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:521:9

Language/Haskell/Lexer/Lex.hs:530:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start23’

Language/Haskell/Lexer/Lex.hs:530:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:530:9

Language/Haskell/Lexer/Lex.hs:539:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start24’

Language/Haskell/Lexer/Lex.hs:539:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:539:9

Language/Haskell/Lexer/Lex.hs:548:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start25’

Language/Haskell/Lexer/Lex.hs:548:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:548:9

Language/Haskell/Lexer/Lex.hs:558:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start26’

Language/Haskell/Lexer/Lex.hs:558:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:558:9

Language/Haskell/Lexer/Lex.hs:568:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start27’

Language/Haskell/Lexer/Lex.hs:568:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:568:9

Language/Haskell/Lexer/Lex.hs:577:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start28’

Language/Haskell/Lexer/Lex.hs:577:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:577:9

Language/Haskell/Lexer/Lex.hs:586:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start29’

Language/Haskell/Lexer/Lex.hs:586:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:586:9

Language/Haskell/Lexer/Lex.hs:596:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start30’

Language/Haskell/Lexer/Lex.hs:596:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:596:9

Language/Haskell/Lexer/Lex.hs:609:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start32’

Language/Haskell/Lexer/Lex.hs:609:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:609:9

Language/Haskell/Lexer/Lex.hs:618:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start33’

Language/Haskell/Lexer/Lex.hs:618:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:618:9

Language/Haskell/Lexer/Lex.hs:627:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start34’

Language/Haskell/Lexer/Lex.hs:627:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:627:9

Language/Haskell/Lexer/Lex.hs:663:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start35’

Language/Haskell/Lexer/Lex.hs:663:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:663:9

Language/Haskell/Lexer/Lex.hs:674:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start36’

Language/Haskell/Lexer/Lex.hs:674:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:674:9

Language/Haskell/Lexer/Lex.hs:693:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start38’

Language/Haskell/Lexer/Lex.hs:693:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:693:9

Language/Haskell/Lexer/Lex.hs:717:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start39’

Language/Haskell/Lexer/Lex.hs:717:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:717:9

Language/Haskell/Lexer/Lex.hs:749:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start41’

Language/Haskell/Lexer/Lex.hs:749:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:749:9

Language/Haskell/Lexer/Lex.hs:765:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start42’

Language/Haskell/Lexer/Lex.hs:765:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:765:9

Language/Haskell/Lexer/Lex.hs:774:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:777:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start44’

Language/Haskell/Lexer/Lex.hs:777:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:777:9

Language/Haskell/Lexer/Lex.hs:817:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start45’

Language/Haskell/Lexer/Lex.hs:817:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:817:9

Language/Haskell/Lexer/Lex.hs:830:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start46’

Language/Haskell/Lexer/Lex.hs:830:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:830:9

Language/Haskell/Lexer/Lex.hs:839:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start47’

Language/Haskell/Lexer/Lex.hs:839:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:839:9

Language/Haskell/Lexer/Lex.hs:848:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start48’

Language/Haskell/Lexer/Lex.hs:848:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:848:9

Language/Haskell/Lexer/Lex.hs:858:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start49’

Language/Haskell/Lexer/Lex.hs:858:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:858:9

Language/Haskell/Lexer/Lex.hs:867:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start50’

Language/Haskell/Lexer/Lex.hs:867:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:867:9

Language/Haskell/Lexer/Lex.hs:877:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start51’

Language/Haskell/Lexer/Lex.hs:877:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:877:9

Language/Haskell/Lexer/Lex.hs:886:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start52’

Language/Haskell/Lexer/Lex.hs:886:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:886:9

Language/Haskell/Lexer/Lex.hs:897:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start53’

Language/Haskell/Lexer/Lex.hs:897:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:897:9

Language/Haskell/Lexer/Lex.hs:906:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start54’

Language/Haskell/Lexer/Lex.hs:906:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:906:9

Language/Haskell/Lexer/Lex.hs:915:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start55’

Language/Haskell/Lexer/Lex.hs:915:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:915:9

Language/Haskell/Lexer/Lex.hs:928:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start56’

Language/Haskell/Lexer/Lex.hs:928:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:928:9

Language/Haskell/Lexer/Lex.hs:937:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start57’

Language/Haskell/Lexer/Lex.hs:937:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:937:9

Language/Haskell/Lexer/Lex.hs:946:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start58’

Language/Haskell/Lexer/Lex.hs:946:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:946:9

Language/Haskell/Lexer/Lex.hs:955:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start59’

Language/Haskell/Lexer/Lex.hs:955:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:955:9

Language/Haskell/Lexer/Lex.hs:965:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start60’

Language/Haskell/Lexer/Lex.hs:965:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:965:9

Language/Haskell/Lexer/Lex.hs:975:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start61’

Language/Haskell/Lexer/Lex.hs:975:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:975:9

Language/Haskell/Lexer/Lex.hs:984:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start62’

Language/Haskell/Lexer/Lex.hs:984:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:984:9

Language/Haskell/Lexer/Lex.hs:993:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start63’

Language/Haskell/Lexer/Lex.hs:993:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:993:9

Language/Haskell/Lexer/Lex.hs:1003:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start64’

Language/Haskell/Lexer/Lex.hs:1003:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1003:9

Language/Haskell/Lexer/Lex.hs:1016:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start65’

Language/Haskell/Lexer/Lex.hs:1016:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1016:9

Language/Haskell/Lexer/Lex.hs:1026:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start66’

Language/Haskell/Lexer/Lex.hs:1026:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1026:9

Language/Haskell/Lexer/Lex.hs:1035:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start67’

Language/Haskell/Lexer/Lex.hs:1035:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1035:9

Language/Haskell/Lexer/Lex.hs:1044:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start68’

Language/Haskell/Lexer/Lex.hs:1044:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1044:9

Language/Haskell/Lexer/Lex.hs:1080:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start69’

Language/Haskell/Lexer/Lex.hs:1080:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1080:9

Language/Haskell/Lexer/Lex.hs:1091:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start70’

Language/Haskell/Lexer/Lex.hs:1091:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1091:9

Language/Haskell/Lexer/Lex.hs:1103:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start71’

Language/Haskell/Lexer/Lex.hs:1103:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1103:9

Language/Haskell/Lexer/Lex.hs:1127:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start72’

Language/Haskell/Lexer/Lex.hs:1127:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1127:9

Language/Haskell/Lexer/Lex.hs:1152:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1155:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1156:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1155:9

Language/Haskell/Lexer/Lex.hs:1157:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1173:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1157:9

Language/Haskell/Lexer/Lex.hs:1176:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1177:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1176:9

Language/Haskell/Lexer/Lex.hs:1178:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1194:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1178:9

Language/Haskell/Lexer/Lex.hs:1197:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1197:9

Language/Haskell/Lexer/Lex.hs:1210:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1213:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1214:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1213:9

Language/Haskell/Lexer/Lex.hs:1215:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1219:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1215:9

Language/Haskell/Lexer/Lex.hs:1222:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1223:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1222:9

Language/Haskell/Lexer/Lex.hs:1224:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1240:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1224:9

Language/Haskell/Lexer/Lex.hs:1243:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1244:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1243:9

Language/Haskell/Lexer/Lex.hs:1245:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1261:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1245:9

Language/Haskell/Lexer/Lex.hs:1264:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1265:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1264:9

Language/Haskell/Lexer/Lex.hs:1266:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1278:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1266:9

Language/Haskell/Lexer/Lex.hs:1281:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start82’

Language/Haskell/Lexer/Lex.hs:1281:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1281:9

Language/Haskell/Lexer/Lex.hs:1293:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1294:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1293:9

Language/Haskell/Lexer/Lex.hs:1295:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1304:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1295:9

Language/Haskell/Lexer/Lex.hs:1307:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start84’

Language/Haskell/Lexer/Lex.hs:1307:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1307:9

Language/Haskell/Lexer/Lex.hs:1321:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start85’

Language/Haskell/Lexer/Lex.hs:1321:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1321:9

Language/Haskell/Lexer/Lex.hs:1333:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1334:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1333:9

Language/Haskell/Lexer/Lex.hs:1335:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1342:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1335:9

Language/Haskell/Lexer/Lex.hs:1345:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1346:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1345:9

Language/Haskell/Lexer/Lex.hs:1347:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1355:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1347:9

Language/Haskell/Lexer/Lex.hs:1358:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start88’

Language/Haskell/Lexer/Lex.hs:1358:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1358:9

Language/Haskell/Lexer/Lex.hs:1369:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1370:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1369:9

Language/Haskell/Lexer/Lex.hs:1371:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1377:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1371:9

Language/Haskell/Lexer/Lex.hs:1380:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start90’

Language/Haskell/Lexer/Lex.hs:1380:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1380:9

Language/Haskell/Lexer/Lex.hs:1404:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1405:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1404:9

Language/Haskell/Lexer/Lex.hs:1406:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1425:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1406:9

Language/Haskell/Lexer/Lex.hs:1428:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1429:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1428:9

Language/Haskell/Lexer/Lex.hs:1430:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1446:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1430:9

Language/Haskell/Lexer/Lex.hs:1449:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1450:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1449:9

Language/Haskell/Lexer/Lex.hs:1451:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1467:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1451:9

Language/Haskell/Lexer/Lex.hs:1470:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1471:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1470:9

Language/Haskell/Lexer/Lex.hs:1472:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1488:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1472:9

Language/Haskell/Lexer/Lex.hs:1491:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1492:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1491:9

Language/Haskell/Lexer/Lex.hs:1493:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1509:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1493:9

Language/Haskell/Lexer/Lex.hs:1512:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1513:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1512:9

Language/Haskell/Lexer/Lex.hs:1514:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1530:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1514:9

Language/Haskell/Lexer/Lex.hs:1533:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1534:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1533:9

Language/Haskell/Lexer/Lex.hs:1535:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1563:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1535:9

Language/Haskell/Lexer/Lex.hs:1566:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start98’

Language/Haskell/Lexer/Lex.hs:1566:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1566:9

Language/Haskell/Lexer/Lex.hs:1628:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1629:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1628:9

Language/Haskell/Lexer/Lex.hs:1630:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1646:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1630:9

Language/Haskell/Lexer/Lex.hs:1649:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1650:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1649:10

Language/Haskell/Lexer/Lex.hs:1651:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1667:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1651:10

Language/Haskell/Lexer/Lex.hs:1670:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start101’

Language/Haskell/Lexer/Lex.hs:1670:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1670:10

Language/Haskell/Lexer/Lex.hs:1691:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start102’

Language/Haskell/Lexer/Lex.hs:1691:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1691:10

Language/Haskell/Lexer/Lex.hs:1712:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1713:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1712:10

Language/Haskell/Lexer/Lex.hs:1714:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1730:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1714:10

Language/Haskell/Lexer/Lex.hs:1733:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start104’

Language/Haskell/Lexer/Lex.hs:1733:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1733:10

Language/Haskell/Lexer/Lex.hs:1754:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1755:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1754:10

Language/Haskell/Lexer/Lex.hs:1756:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1772:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1756:10

Language/Haskell/Lexer/Lex.hs:1775:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start106’

Language/Haskell/Lexer/Lex.hs:1775:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1775:10

Language/Haskell/Lexer/Lex.hs:1796:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1797:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1796:10

Language/Haskell/Lexer/Lex.hs:1798:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1814:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1798:10

Language/Haskell/Lexer/Lex.hs:1817:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start108’

Language/Haskell/Lexer/Lex.hs:1817:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1817:10

Language/Haskell/Lexer/Lex.hs:1838:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1839:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1838:10

Language/Haskell/Lexer/Lex.hs:1840:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1868:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1840:10

Language/Haskell/Lexer/Lex.hs:1871:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start110’

Language/Haskell/Lexer/Lex.hs:1871:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1871:10

Language/Haskell/Lexer/Lex.hs:1904:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1905:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1904:10

Language/Haskell/Lexer/Lex.hs:1906:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1934:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1906:10

Language/Haskell/Lexer/Lex.hs:1937:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1938:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1937:10

Language/Haskell/Lexer/Lex.hs:1939:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1969:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1939:10

Language/Haskell/Lexer/Lex.hs:1972:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1973:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1972:10

Language/Haskell/Lexer/Lex.hs:1974:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2003:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1974:10

Language/Haskell/Lexer/Lex.hs:2006:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2007:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2006:10

Language/Haskell/Lexer/Lex.hs:2008:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2037:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2008:10

Language/Haskell/Lexer/Lex.hs:2040:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2041:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2040:10

Language/Haskell/Lexer/Lex.hs:2042:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2071:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2042:10

Language/Haskell/Lexer/Lex.hs:2074:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2075:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2074:10

Language/Haskell/Lexer/Lex.hs:2076:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2105:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2076:10

Language/Haskell/Lexer/Lex.hs:2108:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2109:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2108:10

Language/Haskell/Lexer/Lex.hs:2110:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2139:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2110:10

Language/Haskell/Lexer/Lex.hs:2142:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2143:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2142:10

Language/Haskell/Lexer/Lex.hs:2144:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2175:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2144:10

Language/Haskell/Lexer/Lex.hs:2178:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2179:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2178:10

Language/Haskell/Lexer/Lex.hs:2180:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2209:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2180:10

Language/Haskell/Lexer/Lex.hs:2212:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2213:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2212:10

Language/Haskell/Lexer/Lex.hs:2214:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2243:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2214:10

Language/Haskell/Lexer/Lex.hs:2246:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2247:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2246:10

Language/Haskell/Lexer/Lex.hs:2248:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2278:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2248:10

Language/Haskell/Lexer/Lex.hs:2281:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2282:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2281:10

Language/Haskell/Lexer/Lex.hs:2283:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2312:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2283:10

Language/Haskell/Lexer/Lex.hs:2315:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2316:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2315:10

Language/Haskell/Lexer/Lex.hs:2317:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2346:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2317:10

Language/Haskell/Lexer/Lex.hs:2349:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2350:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2349:10

Language/Haskell/Lexer/Lex.hs:2351:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2380:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2351:10

Language/Haskell/Lexer/Lex.hs:2383:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2384:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2383:10

Language/Haskell/Lexer/Lex.hs:2385:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2414:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2385:10

Language/Haskell/Lexer/Lex.hs:2417:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2418:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2417:10

Language/Haskell/Lexer/Lex.hs:2419:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2448:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2419:10

Language/Haskell/Lexer/Lex.hs:2451:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2452:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2451:10

Language/Haskell/Lexer/Lex.hs:2453:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2482:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2453:10

Language/Haskell/Lexer/Lex.hs:2485:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2486:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2485:10

Language/Haskell/Lexer/Lex.hs:2487:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2516:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2487:10

Language/Haskell/Lexer/Lex.hs:2519:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2520:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2519:10

Language/Haskell/Lexer/Lex.hs:2521:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2550:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2521:10

Language/Haskell/Lexer/Lex.hs:2553:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2554:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2553:10

Language/Haskell/Lexer/Lex.hs:2555:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2584:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2555:10

Language/Haskell/Lexer/Lex.hs:2587:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2588:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2587:10

Language/Haskell/Lexer/Lex.hs:2589:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2618:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2589:10

Language/Haskell/Lexer/Lex.hs:2621:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2622:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2621:10

Language/Haskell/Lexer/Lex.hs:2623:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2654:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2623:10

Language/Haskell/Lexer/Lex.hs:2657:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2658:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2657:10

Language/Haskell/Lexer/Lex.hs:2659:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2688:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2659:10

Language/Haskell/Lexer/Lex.hs:2691:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2692:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2691:10

Language/Haskell/Lexer/Lex.hs:2693:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2722:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2693:10

Language/Haskell/Lexer/Lex.hs:2725:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2726:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2725:10

Language/Haskell/Lexer/Lex.hs:2727:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2756:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2727:10

Language/Haskell/Lexer/Lex.hs:2759:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start136’

Language/Haskell/Lexer/Lex.hs:2759:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2759:10

Language/Haskell/Lexer/Lex.hs:2794:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2795:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2794:10

Language/Haskell/Lexer/Lex.hs:2796:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2825:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2796:10

Language/Haskell/Lexer/Lex.hs:2828:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2829:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2828:10

Language/Haskell/Lexer/Lex.hs:2830:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2859:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2830:10

Language/Haskell/Lexer/Lex.hs:2862:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start139’

Language/Haskell/Lexer/Lex.hs:2862:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2862:10

Language/Haskell/Lexer/Lex.hs:2897:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2898:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2897:10

Language/Haskell/Lexer/Lex.hs:2899:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2928:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2899:10

Language/Haskell/Lexer/Lex.hs:2931:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2932:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2931:10

Language/Haskell/Lexer/Lex.hs:2933:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2962:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2933:10

Language/Haskell/Lexer/Lex.hs:2965:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2966:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2965:10

Language/Haskell/Lexer/Lex.hs:2967:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2996:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2967:10

Language/Haskell/Lexer/Lex.hs:2999:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3000:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2999:10

Language/Haskell/Lexer/Lex.hs:3001:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3030:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3001:10

Language/Haskell/Lexer/Lex.hs:3033:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3034:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3033:10

Language/Haskell/Lexer/Lex.hs:3035:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3064:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3035:10

Language/Haskell/Lexer/Lex.hs:3067:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3068:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3067:10

Language/Haskell/Lexer/Lex.hs:3069:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3098:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3069:10

Language/Haskell/Lexer/Lex.hs:3101:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3102:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3101:10

Language/Haskell/Lexer/Lex.hs:3103:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3132:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3103:10

Language/Haskell/Lexer/Lex.hs:3135:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3136:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3135:10

Language/Haskell/Lexer/Lex.hs:3137:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3166:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3137:10

Language/Haskell/Lexer/Lex.hs:3169:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3170:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3169:10

Language/Haskell/Lexer/Lex.hs:3171:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3200:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3171:10

Language/Haskell/Lexer/Lex.hs:3203:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3204:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3203:10

Language/Haskell/Lexer/Lex.hs:3205:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3234:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3205:10

Language/Haskell/Lexer/Lex.hs:3237:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3238:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3237:10

Language/Haskell/Lexer/Lex.hs:3239:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3268:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3239:10

Language/Haskell/Lexer/Lex.hs:3271:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3272:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3271:10

Language/Haskell/Lexer/Lex.hs:3273:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3302:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3273:10

Language/Haskell/Lexer/Lex.hs:3305:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3306:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3305:10

Language/Haskell/Lexer/Lex.hs:3307:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3336:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3307:10

Language/Haskell/Lexer/Lex.hs:3339:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3340:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3339:10

Language/Haskell/Lexer/Lex.hs:3341:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3370:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3341:10

Language/Haskell/Lexer/Lex.hs:3373:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3374:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3373:10

Language/Haskell/Lexer/Lex.hs:3375:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3404:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3375:10

Language/Haskell/Lexer/Lex.hs:3407:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3408:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3407:10

Language/Haskell/Lexer/Lex.hs:3409:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3439:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3409:10

Language/Haskell/Lexer/Lex.hs:3442:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3443:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3442:10

Language/Haskell/Lexer/Lex.hs:3444:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3473:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3444:10

Language/Haskell/Lexer/Lex.hs:3476:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3477:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3476:10

Language/Haskell/Lexer/Lex.hs:3478:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3507:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3478:10

Language/Haskell/Lexer/Lex.hs:3510:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3511:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3510:10

Language/Haskell/Lexer/Lex.hs:3512:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3541:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3512:10

Language/Haskell/Lexer/Lex.hs:3544:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3545:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3544:10

Language/Haskell/Lexer/Lex.hs:3546:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3575:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3546:10

Language/Haskell/Lexer/Lex.hs:3578:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3579:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3578:10

Language/Haskell/Lexer/Lex.hs:3580:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3609:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3580:10

Language/Haskell/Lexer/Lex.hs:3612:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3613:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3612:10

Language/Haskell/Lexer/Lex.hs:3614:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3642:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3614:10

Language/Haskell/Lexer/Lex.hs:3645:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3646:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3645:10

Language/Haskell/Lexer/Lex.hs:3647:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3675:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3647:10

Language/Haskell/Lexer/Lex.hs:3678:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3679:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3678:10

Language/Haskell/Lexer/Lex.hs:3680:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3710:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3680:10

Language/Haskell/Lexer/Lex.hs:3713:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3714:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3713:10

Language/Haskell/Lexer/Lex.hs:3715:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3744:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3715:10

Language/Haskell/Lexer/Lex.hs:3747:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3748:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3747:10

Language/Haskell/Lexer/Lex.hs:3749:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3778:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3749:10

Language/Haskell/Lexer/Lex.hs:3781:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3782:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3781:10

Language/Haskell/Lexer/Lex.hs:3783:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3812:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3783:10

Language/Haskell/Lexer/Lex.hs:3815:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3816:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3815:10

Language/Haskell/Lexer/Lex.hs:3817:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3846:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3817:10

Language/Haskell/Lexer/Lex.hs:3849:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3850:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3849:10

Language/Haskell/Lexer/Lex.hs:3851:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3880:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3851:10

Language/Haskell/Lexer/Lex.hs:3883:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3884:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3883:10

Language/Haskell/Lexer/Lex.hs:3885:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3916:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3885:10

Language/Haskell/Lexer/Lex.hs:3919:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3920:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3919:10

Language/Haskell/Lexer/Lex.hs:3921:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3950:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3921:10

Language/Haskell/Lexer/Lex.hs:3953:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3954:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3953:10

Language/Haskell/Lexer/Lex.hs:3955:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3984:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3955:10

Language/Haskell/Lexer/Lex.hs:3987:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3988:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3987:10

Language/Haskell/Lexer/Lex.hs:3989:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4019:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3989:10

Language/Haskell/Lexer/Lex.hs:4022:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4023:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4022:10

Language/Haskell/Lexer/Lex.hs:4024:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4053:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4024:10

Language/Haskell/Lexer/Lex.hs:4056:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4057:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4056:10

Language/Haskell/Lexer/Lex.hs:4058:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4087:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4058:10

Language/Haskell/Lexer/Lex.hs:4090:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4091:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4090:10

Language/Haskell/Lexer/Lex.hs:4092:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4121:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4092:10

Language/Haskell/Lexer/Lex.hs:4124:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4125:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4124:10

Language/Haskell/Lexer/Lex.hs:4126:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4155:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4126:10

Language/Haskell/Lexer/Lex.hs:4158:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4159:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4158:10

Language/Haskell/Lexer/Lex.hs:4160:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4189:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4160:10

Language/Haskell/Lexer/Lex.hs:4192:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4193:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4192:10

Language/Haskell/Lexer/Lex.hs:4194:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4223:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4194:10

Language/Haskell/Lexer/Lex.hs:4226:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4227:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4226:10

Language/Haskell/Lexer/Lex.hs:4228:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4257:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4228:10

Language/Haskell/Lexer/Lex.hs:4260:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4261:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4260:10

Language/Haskell/Lexer/Lex.hs:4262:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4291:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4262:10

Language/Haskell/Lexer/Lex.hs:4294:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4295:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4294:10

Language/Haskell/Lexer/Lex.hs:4296:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4325:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4296:10

Language/Haskell/Lexer/Lex.hs:4328:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4329:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4328:10

Language/Haskell/Lexer/Lex.hs:4330:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4359:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4330:10

Language/Haskell/Lexer/Lex.hs:4362:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4363:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4362:10

Language/Haskell/Lexer/Lex.hs:4364:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4395:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4364:10

Language/Haskell/Lexer/Lex.hs:4398:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4399:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4398:10

Language/Haskell/Lexer/Lex.hs:4400:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4429:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4400:10

Language/Haskell/Lexer/Lex.hs:4432:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4433:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4432:10

Language/Haskell/Lexer/Lex.hs:4434:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4463:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4434:10

Language/Haskell/Lexer/Lex.hs:4466:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4467:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4466:10

Language/Haskell/Lexer/Lex.hs:4468:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4497:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4468:10

Language/Haskell/Lexer/Lex.hs:4500:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4501:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4500:10

Language/Haskell/Lexer/Lex.hs:4502:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4532:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4502:10

Language/Haskell/Lexer/Lex.hs:4535:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4536:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4535:10

Language/Haskell/Lexer/Lex.hs:4537:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4566:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4537:10

Language/Haskell/Lexer/Lex.hs:4569:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4570:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4569:10

Language/Haskell/Lexer/Lex.hs:4571:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4600:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4571:10

Language/Haskell/Lexer/Lex.hs:4603:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4604:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4603:10

Language/Haskell/Lexer/Lex.hs:4605:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4635:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4605:10

Language/Haskell/Lexer/Lex.hs:4638:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4639:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4638:10

Language/Haskell/Lexer/Lex.hs:4640:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4669:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4640:10

Language/Haskell/Lexer/Lex.hs:4672:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4673:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4672:10

Language/Haskell/Lexer/Lex.hs:4674:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4703:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4674:10

Language/Haskell/Lexer/Lex.hs:4706:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4707:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4706:10

Language/Haskell/Lexer/Lex.hs:4708:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4737:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4708:10

Language/Haskell/Lexer/Lex.hs:4740:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4741:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4740:10

Language/Haskell/Lexer/Lex.hs:4742:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4771:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4742:10

Language/Haskell/Lexer/Lex.hs:4774:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4775:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4774:10

Language/Haskell/Lexer/Lex.hs:4776:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4805:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4776:10

Language/Haskell/Lexer/Lex.hs:4808:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4809:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4808:10

Language/Haskell/Lexer/Lex.hs:4810:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4839:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4810:10

Language/Haskell/Lexer/Lex.hs:4842:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4843:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4842:10

Language/Haskell/Lexer/Lex.hs:4844:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4873:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4844:10

Language/Haskell/Lexer/Lex.hs:4876:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4877:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4876:10

Language/Haskell/Lexer/Lex.hs:4878:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4907:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4878:10

Language/Haskell/Lexer/Lex.hs:4910:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4911:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4910:10

Language/Haskell/Lexer/Lex.hs:4912:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4941:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4912:10

Language/Haskell/Lexer/Lex.hs:4944:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4945:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4944:10

Language/Haskell/Lexer/Lex.hs:4946:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4975:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4946:10

Language/Haskell/Lexer/Lex.hs:4978:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4979:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4978:10

Language/Haskell/Lexer/Lex.hs:4980:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5009:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4980:10

Language/Haskell/Lexer/Lex.hs:5012:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5013:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5012:10

Language/Haskell/Lexer/Lex.hs:5014:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5043:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5014:10

Language/Haskell/Lexer/Lex.hs:5046:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5047:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5046:10

Language/Haskell/Lexer/Lex.hs:5048:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5077:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5048:10

Language/Haskell/Lexer/Lex.hs:5080:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5081:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5080:10

Language/Haskell/Lexer/Lex.hs:5082:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5111:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5082:10

Language/Haskell/Lexer/Lex.hs:5114:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5115:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5114:10

Language/Haskell/Lexer/Lex.hs:5116:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5145:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5116:10

Language/Haskell/Lexer/Lex.hs:5148:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5149:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5148:10

Language/Haskell/Lexer/Lex.hs:5150:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5180:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5150:10

Language/Haskell/Lexer/Lex.hs:5183:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5184:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5183:10

Language/Haskell/Lexer/Lex.hs:5185:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5214:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5185:10

Language/Haskell/Lexer/Lex.hs:5217:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5218:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5217:10

Language/Haskell/Lexer/Lex.hs:5219:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5248:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5219:10

Language/Haskell/Lexer/Lex.hs:5251:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5252:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5251:10

Language/Haskell/Lexer/Lex.hs:5253:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5282:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5253:10

Language/Haskell/Lexer/Lex.hs:5285:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5286:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5285:10

Language/Haskell/Lexer/Lex.hs:5287:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5316:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5287:10

Language/Haskell/Lexer/Lex.hs:5319:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5320:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5319:10

Language/Haskell/Lexer/Lex.hs:5321:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5350:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5321:10

Language/Haskell/Lexer/Lex.hs:5353:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5354:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5353:10

Language/Haskell/Lexer/Lex.hs:5355:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5359:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5355:10

Language/Haskell/Lexer/Lex.hs:5362:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5365:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’
[5 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, dist/build/Language/Haskell/Lexer/Layout.o )

Language/Haskell/Lexer/Layout.hs:24:23: warning: [-Wtabs]
    Tab character found here.
    Please use spaces instead.
[6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, dist/build/Language/Haskell/Lexer.o )
Running Haddock for haskell-lexer-1.0.1...
Running hscolour for haskell-lexer-1.0.1...
Preprocessing library haskell-lexer-1.0.1...
Preprocessing library haskell-lexer-1.0.1...

Language/Haskell/Lexer/Lex.hs:217:5: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:19:8

Language/Haskell/Lexer/Lex.hs:226:26: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:226:8

Language/Haskell/Lexer/Lex.hs:228:8: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:288:8: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:289:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:288:8

Language/Haskell/Lexer/Lex.hs:290:8: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:299:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:290:8

Language/Haskell/Lexer/Lex.hs:302:8: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:303:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:302:8

Language/Haskell/Lexer/Lex.hs:304:8: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:320:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:304:8

Language/Haskell/Lexer/Lex.hs:323:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start5’

Language/Haskell/Lexer/Lex.hs:323:26: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:323:8

Language/Haskell/Lexer/Lex.hs:339:8: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:342:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start7’

Language/Haskell/Lexer/Lex.hs:342:26: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:342:8

Language/Haskell/Lexer/Lex.hs:388:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start8’

Language/Haskell/Lexer/Lex.hs:388:26: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:388:8

Language/Haskell/Lexer/Lex.hs:403:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start10’

Language/Haskell/Lexer/Lex.hs:403:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:403:9

Language/Haskell/Lexer/Lex.hs:423:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start12’

Language/Haskell/Lexer/Lex.hs:423:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:423:9

Language/Haskell/Lexer/Lex.hs:432:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start13’

Language/Haskell/Lexer/Lex.hs:432:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:432:9

Language/Haskell/Lexer/Lex.hs:441:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start14’

Language/Haskell/Lexer/Lex.hs:441:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:441:9

Language/Haskell/Lexer/Lex.hs:451:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start15’

Language/Haskell/Lexer/Lex.hs:451:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:451:9

Language/Haskell/Lexer/Lex.hs:460:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start16’

Language/Haskell/Lexer/Lex.hs:460:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:460:9

Language/Haskell/Lexer/Lex.hs:470:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start17’

Language/Haskell/Lexer/Lex.hs:470:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:470:9

Language/Haskell/Lexer/Lex.hs:479:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start18’

Language/Haskell/Lexer/Lex.hs:479:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:479:9

Language/Haskell/Lexer/Lex.hs:490:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start19’

Language/Haskell/Lexer/Lex.hs:490:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:490:9

Language/Haskell/Lexer/Lex.hs:499:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start20’

Language/Haskell/Lexer/Lex.hs:499:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:499:9

Language/Haskell/Lexer/Lex.hs:508:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start21’

Language/Haskell/Lexer/Lex.hs:508:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:508:9

Language/Haskell/Lexer/Lex.hs:521:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start22’

Language/Haskell/Lexer/Lex.hs:521:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:521:9

Language/Haskell/Lexer/Lex.hs:530:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start23’

Language/Haskell/Lexer/Lex.hs:530:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:530:9

Language/Haskell/Lexer/Lex.hs:539:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start24’

Language/Haskell/Lexer/Lex.hs:539:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:539:9

Language/Haskell/Lexer/Lex.hs:548:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start25’

Language/Haskell/Lexer/Lex.hs:548:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:548:9

Language/Haskell/Lexer/Lex.hs:558:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start26’

Language/Haskell/Lexer/Lex.hs:558:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:558:9

Language/Haskell/Lexer/Lex.hs:568:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start27’

Language/Haskell/Lexer/Lex.hs:568:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:568:9

Language/Haskell/Lexer/Lex.hs:577:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start28’

Language/Haskell/Lexer/Lex.hs:577:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:577:9

Language/Haskell/Lexer/Lex.hs:586:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start29’

Language/Haskell/Lexer/Lex.hs:586:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:586:9

Language/Haskell/Lexer/Lex.hs:596:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start30’

Language/Haskell/Lexer/Lex.hs:596:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:596:9

Language/Haskell/Lexer/Lex.hs:609:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start32’

Language/Haskell/Lexer/Lex.hs:609:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:609:9

Language/Haskell/Lexer/Lex.hs:618:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start33’

Language/Haskell/Lexer/Lex.hs:618:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:618:9

Language/Haskell/Lexer/Lex.hs:627:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start34’

Language/Haskell/Lexer/Lex.hs:627:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:627:9

Language/Haskell/Lexer/Lex.hs:663:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start35’

Language/Haskell/Lexer/Lex.hs:663:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:663:9

Language/Haskell/Lexer/Lex.hs:674:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start36’

Language/Haskell/Lexer/Lex.hs:674:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:674:9

Language/Haskell/Lexer/Lex.hs:693:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start38’

Language/Haskell/Lexer/Lex.hs:693:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:693:9

Language/Haskell/Lexer/Lex.hs:717:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start39’

Language/Haskell/Lexer/Lex.hs:717:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:717:9

Language/Haskell/Lexer/Lex.hs:749:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start41’

Language/Haskell/Lexer/Lex.hs:749:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:749:9

Language/Haskell/Lexer/Lex.hs:765:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start42’

Language/Haskell/Lexer/Lex.hs:765:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:765:9

Language/Haskell/Lexer/Lex.hs:774:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:777:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start44’

Language/Haskell/Lexer/Lex.hs:777:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:777:9

Language/Haskell/Lexer/Lex.hs:817:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start45’

Language/Haskell/Lexer/Lex.hs:817:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:817:9

Language/Haskell/Lexer/Lex.hs:830:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start46’

Language/Haskell/Lexer/Lex.hs:830:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:830:9

Language/Haskell/Lexer/Lex.hs:839:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start47’

Language/Haskell/Lexer/Lex.hs:839:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:839:9

Language/Haskell/Lexer/Lex.hs:848:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start48’

Language/Haskell/Lexer/Lex.hs:848:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:848:9

Language/Haskell/Lexer/Lex.hs:858:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start49’

Language/Haskell/Lexer/Lex.hs:858:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:858:9

Language/Haskell/Lexer/Lex.hs:867:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start50’

Language/Haskell/Lexer/Lex.hs:867:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:867:9

Language/Haskell/Lexer/Lex.hs:877:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start51’

Language/Haskell/Lexer/Lex.hs:877:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:877:9

Language/Haskell/Lexer/Lex.hs:886:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start52’

Language/Haskell/Lexer/Lex.hs:886:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:886:9

Language/Haskell/Lexer/Lex.hs:897:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start53’

Language/Haskell/Lexer/Lex.hs:897:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:897:9

Language/Haskell/Lexer/Lex.hs:906:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start54’

Language/Haskell/Lexer/Lex.hs:906:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:906:9

Language/Haskell/Lexer/Lex.hs:915:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start55’

Language/Haskell/Lexer/Lex.hs:915:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:915:9

Language/Haskell/Lexer/Lex.hs:928:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start56’

Language/Haskell/Lexer/Lex.hs:928:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:928:9

Language/Haskell/Lexer/Lex.hs:937:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start57’

Language/Haskell/Lexer/Lex.hs:937:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:937:9

Language/Haskell/Lexer/Lex.hs:946:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start58’

Language/Haskell/Lexer/Lex.hs:946:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:946:9

Language/Haskell/Lexer/Lex.hs:955:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start59’

Language/Haskell/Lexer/Lex.hs:955:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:955:9

Language/Haskell/Lexer/Lex.hs:965:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start60’

Language/Haskell/Lexer/Lex.hs:965:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:965:9

Language/Haskell/Lexer/Lex.hs:975:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start61’

Language/Haskell/Lexer/Lex.hs:975:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:975:9

Language/Haskell/Lexer/Lex.hs:984:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start62’

Language/Haskell/Lexer/Lex.hs:984:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:984:9

Language/Haskell/Lexer/Lex.hs:993:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start63’

Language/Haskell/Lexer/Lex.hs:993:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:993:9

Language/Haskell/Lexer/Lex.hs:1003:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start64’

Language/Haskell/Lexer/Lex.hs:1003:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1003:9

Language/Haskell/Lexer/Lex.hs:1016:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start65’

Language/Haskell/Lexer/Lex.hs:1016:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1016:9

Language/Haskell/Lexer/Lex.hs:1026:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start66’

Language/Haskell/Lexer/Lex.hs:1026:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1026:9

Language/Haskell/Lexer/Lex.hs:1035:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start67’

Language/Haskell/Lexer/Lex.hs:1035:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1035:9

Language/Haskell/Lexer/Lex.hs:1044:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start68’

Language/Haskell/Lexer/Lex.hs:1044:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1044:9

Language/Haskell/Lexer/Lex.hs:1080:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start69’

Language/Haskell/Lexer/Lex.hs:1080:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1080:9

Language/Haskell/Lexer/Lex.hs:1091:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start70’

Language/Haskell/Lexer/Lex.hs:1091:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1091:9

Language/Haskell/Lexer/Lex.hs:1103:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start71’

Language/Haskell/Lexer/Lex.hs:1103:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1103:9

Language/Haskell/Lexer/Lex.hs:1127:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start72’

Language/Haskell/Lexer/Lex.hs:1127:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1127:9

Language/Haskell/Lexer/Lex.hs:1152:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1155:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1156:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1155:9

Language/Haskell/Lexer/Lex.hs:1157:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1173:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1157:9

Language/Haskell/Lexer/Lex.hs:1176:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1177:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1176:9

Language/Haskell/Lexer/Lex.hs:1178:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1194:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1178:9

Language/Haskell/Lexer/Lex.hs:1197:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1197:9

Language/Haskell/Lexer/Lex.hs:1210:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1213:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1214:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1213:9

Language/Haskell/Lexer/Lex.hs:1215:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1219:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1215:9

Language/Haskell/Lexer/Lex.hs:1222:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1223:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1222:9

Language/Haskell/Lexer/Lex.hs:1224:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1240:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1224:9

Language/Haskell/Lexer/Lex.hs:1243:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1244:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1243:9

Language/Haskell/Lexer/Lex.hs:1245:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1261:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1245:9

Language/Haskell/Lexer/Lex.hs:1264:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1265:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1264:9

Language/Haskell/Lexer/Lex.hs:1266:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1278:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1266:9

Language/Haskell/Lexer/Lex.hs:1281:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start82’

Language/Haskell/Lexer/Lex.hs:1281:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1281:9

Language/Haskell/Lexer/Lex.hs:1293:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1294:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1293:9

Language/Haskell/Lexer/Lex.hs:1295:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1304:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1295:9

Language/Haskell/Lexer/Lex.hs:1307:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start84’

Language/Haskell/Lexer/Lex.hs:1307:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1307:9

Language/Haskell/Lexer/Lex.hs:1321:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start85’

Language/Haskell/Lexer/Lex.hs:1321:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1321:9

Language/Haskell/Lexer/Lex.hs:1333:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1334:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1333:9

Language/Haskell/Lexer/Lex.hs:1335:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1342:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1335:9

Language/Haskell/Lexer/Lex.hs:1345:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1346:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1345:9

Language/Haskell/Lexer/Lex.hs:1347:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1355:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1347:9

Language/Haskell/Lexer/Lex.hs:1358:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start88’

Language/Haskell/Lexer/Lex.hs:1358:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1358:9

Language/Haskell/Lexer/Lex.hs:1369:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1370:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1369:9

Language/Haskell/Lexer/Lex.hs:1371:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1377:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1371:9

Language/Haskell/Lexer/Lex.hs:1380:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start90’

Language/Haskell/Lexer/Lex.hs:1380:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1380:9

Language/Haskell/Lexer/Lex.hs:1404:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1405:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1404:9

Language/Haskell/Lexer/Lex.hs:1406:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1425:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1406:9

Language/Haskell/Lexer/Lex.hs:1428:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1429:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1428:9

Language/Haskell/Lexer/Lex.hs:1430:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1446:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1430:9

Language/Haskell/Lexer/Lex.hs:1449:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1450:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1449:9

Language/Haskell/Lexer/Lex.hs:1451:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1467:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1451:9

Language/Haskell/Lexer/Lex.hs:1470:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1471:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1470:9

Language/Haskell/Lexer/Lex.hs:1472:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1488:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1472:9

Language/Haskell/Lexer/Lex.hs:1491:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1492:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1491:9

Language/Haskell/Lexer/Lex.hs:1493:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1509:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1493:9

Language/Haskell/Lexer/Lex.hs:1512:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1513:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1512:9

Language/Haskell/Lexer/Lex.hs:1514:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1530:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1514:9

Language/Haskell/Lexer/Lex.hs:1533:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1534:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1533:9

Language/Haskell/Lexer/Lex.hs:1535:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1563:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1535:9

Language/Haskell/Lexer/Lex.hs:1566:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start98’

Language/Haskell/Lexer/Lex.hs:1566:28: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1566:9

Language/Haskell/Lexer/Lex.hs:1628:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1629:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1628:9

Language/Haskell/Lexer/Lex.hs:1630:9: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1646:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1630:9

Language/Haskell/Lexer/Lex.hs:1649:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1650:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1649:10

Language/Haskell/Lexer/Lex.hs:1651:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1667:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1651:10

Language/Haskell/Lexer/Lex.hs:1670:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start101’

Language/Haskell/Lexer/Lex.hs:1670:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1670:10

Language/Haskell/Lexer/Lex.hs:1691:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start102’

Language/Haskell/Lexer/Lex.hs:1691:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1691:10

Language/Haskell/Lexer/Lex.hs:1712:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1713:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1712:10

Language/Haskell/Lexer/Lex.hs:1714:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1730:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1714:10

Language/Haskell/Lexer/Lex.hs:1733:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start104’

Language/Haskell/Lexer/Lex.hs:1733:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1733:10

Language/Haskell/Lexer/Lex.hs:1754:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1755:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1754:10

Language/Haskell/Lexer/Lex.hs:1756:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1772:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1756:10

Language/Haskell/Lexer/Lex.hs:1775:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start106’

Language/Haskell/Lexer/Lex.hs:1775:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1775:10

Language/Haskell/Lexer/Lex.hs:1796:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1797:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1796:10

Language/Haskell/Lexer/Lex.hs:1798:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1814:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1798:10

Language/Haskell/Lexer/Lex.hs:1817:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start108’

Language/Haskell/Lexer/Lex.hs:1817:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1817:10

Language/Haskell/Lexer/Lex.hs:1838:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1839:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1838:10

Language/Haskell/Lexer/Lex.hs:1840:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1868:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1840:10

Language/Haskell/Lexer/Lex.hs:1871:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start110’

Language/Haskell/Lexer/Lex.hs:1871:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1871:10

Language/Haskell/Lexer/Lex.hs:1904:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1905:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1904:10

Language/Haskell/Lexer/Lex.hs:1906:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1934:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1906:10

Language/Haskell/Lexer/Lex.hs:1937:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1938:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1937:10

Language/Haskell/Lexer/Lex.hs:1939:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1969:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1939:10

Language/Haskell/Lexer/Lex.hs:1972:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:1973:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1972:10

Language/Haskell/Lexer/Lex.hs:1974:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2003:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:1974:10

Language/Haskell/Lexer/Lex.hs:2006:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2007:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2006:10

Language/Haskell/Lexer/Lex.hs:2008:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2037:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2008:10

Language/Haskell/Lexer/Lex.hs:2040:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2041:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2040:10

Language/Haskell/Lexer/Lex.hs:2042:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2071:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2042:10

Language/Haskell/Lexer/Lex.hs:2074:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2075:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2074:10

Language/Haskell/Lexer/Lex.hs:2076:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2105:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2076:10

Language/Haskell/Lexer/Lex.hs:2108:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2109:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2108:10

Language/Haskell/Lexer/Lex.hs:2110:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2139:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2110:10

Language/Haskell/Lexer/Lex.hs:2142:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2143:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2142:10

Language/Haskell/Lexer/Lex.hs:2144:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2175:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2144:10

Language/Haskell/Lexer/Lex.hs:2178:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2179:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2178:10

Language/Haskell/Lexer/Lex.hs:2180:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2209:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2180:10

Language/Haskell/Lexer/Lex.hs:2212:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2213:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2212:10

Language/Haskell/Lexer/Lex.hs:2214:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2243:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2214:10

Language/Haskell/Lexer/Lex.hs:2246:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2247:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2246:10

Language/Haskell/Lexer/Lex.hs:2248:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2278:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2248:10

Language/Haskell/Lexer/Lex.hs:2281:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2282:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2281:10

Language/Haskell/Lexer/Lex.hs:2283:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2312:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2283:10

Language/Haskell/Lexer/Lex.hs:2315:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2316:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2315:10

Language/Haskell/Lexer/Lex.hs:2317:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2346:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2317:10

Language/Haskell/Lexer/Lex.hs:2349:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2350:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2349:10

Language/Haskell/Lexer/Lex.hs:2351:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2380:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2351:10

Language/Haskell/Lexer/Lex.hs:2383:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2384:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2383:10

Language/Haskell/Lexer/Lex.hs:2385:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2414:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2385:10

Language/Haskell/Lexer/Lex.hs:2417:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2418:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2417:10

Language/Haskell/Lexer/Lex.hs:2419:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2448:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2419:10

Language/Haskell/Lexer/Lex.hs:2451:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2452:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2451:10

Language/Haskell/Lexer/Lex.hs:2453:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2482:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2453:10

Language/Haskell/Lexer/Lex.hs:2485:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2486:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2485:10

Language/Haskell/Lexer/Lex.hs:2487:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2516:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2487:10

Language/Haskell/Lexer/Lex.hs:2519:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2520:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2519:10

Language/Haskell/Lexer/Lex.hs:2521:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2550:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2521:10

Language/Haskell/Lexer/Lex.hs:2553:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2554:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2553:10

Language/Haskell/Lexer/Lex.hs:2555:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2584:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2555:10

Language/Haskell/Lexer/Lex.hs:2587:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2588:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2587:10

Language/Haskell/Lexer/Lex.hs:2589:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2618:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2589:10

Language/Haskell/Lexer/Lex.hs:2621:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2622:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2621:10

Language/Haskell/Lexer/Lex.hs:2623:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2654:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2623:10

Language/Haskell/Lexer/Lex.hs:2657:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2658:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2657:10

Language/Haskell/Lexer/Lex.hs:2659:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2688:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2659:10

Language/Haskell/Lexer/Lex.hs:2691:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2692:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2691:10

Language/Haskell/Lexer/Lex.hs:2693:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2722:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2693:10

Language/Haskell/Lexer/Lex.hs:2725:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2726:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2725:10

Language/Haskell/Lexer/Lex.hs:2727:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2756:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2727:10

Language/Haskell/Lexer/Lex.hs:2759:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start136’

Language/Haskell/Lexer/Lex.hs:2759:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2759:10

Language/Haskell/Lexer/Lex.hs:2794:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2795:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2794:10

Language/Haskell/Lexer/Lex.hs:2796:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2825:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2796:10

Language/Haskell/Lexer/Lex.hs:2828:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2829:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2828:10

Language/Haskell/Lexer/Lex.hs:2830:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2859:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2830:10

Language/Haskell/Lexer/Lex.hs:2862:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘start139’

Language/Haskell/Lexer/Lex.hs:2862:30: warning: [-Wname-shadowing]
    This binding for ‘is’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2862:10

Language/Haskell/Lexer/Lex.hs:2897:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2898:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2897:10

Language/Haskell/Lexer/Lex.hs:2899:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2928:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2899:10

Language/Haskell/Lexer/Lex.hs:2931:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2932:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2931:10

Language/Haskell/Lexer/Lex.hs:2933:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2962:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2933:10

Language/Haskell/Lexer/Lex.hs:2965:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2966:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2965:10

Language/Haskell/Lexer/Lex.hs:2967:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:2996:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2967:10

Language/Haskell/Lexer/Lex.hs:2999:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3000:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:2999:10

Language/Haskell/Lexer/Lex.hs:3001:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3030:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3001:10

Language/Haskell/Lexer/Lex.hs:3033:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3034:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3033:10

Language/Haskell/Lexer/Lex.hs:3035:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3064:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3035:10

Language/Haskell/Lexer/Lex.hs:3067:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3068:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3067:10

Language/Haskell/Lexer/Lex.hs:3069:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3098:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3069:10

Language/Haskell/Lexer/Lex.hs:3101:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3102:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3101:10

Language/Haskell/Lexer/Lex.hs:3103:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3132:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3103:10

Language/Haskell/Lexer/Lex.hs:3135:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3136:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3135:10

Language/Haskell/Lexer/Lex.hs:3137:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3166:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3137:10

Language/Haskell/Lexer/Lex.hs:3169:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3170:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3169:10

Language/Haskell/Lexer/Lex.hs:3171:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3200:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3171:10

Language/Haskell/Lexer/Lex.hs:3203:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3204:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3203:10

Language/Haskell/Lexer/Lex.hs:3205:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3234:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3205:10

Language/Haskell/Lexer/Lex.hs:3237:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3238:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3237:10

Language/Haskell/Lexer/Lex.hs:3239:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3268:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3239:10

Language/Haskell/Lexer/Lex.hs:3271:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3272:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3271:10

Language/Haskell/Lexer/Lex.hs:3273:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3302:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3273:10

Language/Haskell/Lexer/Lex.hs:3305:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3306:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3305:10

Language/Haskell/Lexer/Lex.hs:3307:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3336:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3307:10

Language/Haskell/Lexer/Lex.hs:3339:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3340:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3339:10

Language/Haskell/Lexer/Lex.hs:3341:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3370:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3341:10

Language/Haskell/Lexer/Lex.hs:3373:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3374:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3373:10

Language/Haskell/Lexer/Lex.hs:3375:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3404:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3375:10

Language/Haskell/Lexer/Lex.hs:3407:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3408:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3407:10

Language/Haskell/Lexer/Lex.hs:3409:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3439:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3409:10

Language/Haskell/Lexer/Lex.hs:3442:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3443:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3442:10

Language/Haskell/Lexer/Lex.hs:3444:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3473:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3444:10

Language/Haskell/Lexer/Lex.hs:3476:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3477:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3476:10

Language/Haskell/Lexer/Lex.hs:3478:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3507:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3478:10

Language/Haskell/Lexer/Lex.hs:3510:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3511:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3510:10

Language/Haskell/Lexer/Lex.hs:3512:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3541:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3512:10

Language/Haskell/Lexer/Lex.hs:3544:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3545:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3544:10

Language/Haskell/Lexer/Lex.hs:3546:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3575:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3546:10

Language/Haskell/Lexer/Lex.hs:3578:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3579:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3578:10

Language/Haskell/Lexer/Lex.hs:3580:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3609:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3580:10

Language/Haskell/Lexer/Lex.hs:3612:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3613:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3612:10

Language/Haskell/Lexer/Lex.hs:3614:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3642:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3614:10

Language/Haskell/Lexer/Lex.hs:3645:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3646:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3645:10

Language/Haskell/Lexer/Lex.hs:3647:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3675:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3647:10

Language/Haskell/Lexer/Lex.hs:3678:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3679:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3678:10

Language/Haskell/Lexer/Lex.hs:3680:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3710:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3680:10

Language/Haskell/Lexer/Lex.hs:3713:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3714:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3713:10

Language/Haskell/Lexer/Lex.hs:3715:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3744:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3715:10

Language/Haskell/Lexer/Lex.hs:3747:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3748:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3747:10

Language/Haskell/Lexer/Lex.hs:3749:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3778:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3749:10

Language/Haskell/Lexer/Lex.hs:3781:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3782:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3781:10

Language/Haskell/Lexer/Lex.hs:3783:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3812:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3783:10

Language/Haskell/Lexer/Lex.hs:3815:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3816:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3815:10

Language/Haskell/Lexer/Lex.hs:3817:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3846:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3817:10

Language/Haskell/Lexer/Lex.hs:3849:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3850:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3849:10

Language/Haskell/Lexer/Lex.hs:3851:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3880:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3851:10

Language/Haskell/Lexer/Lex.hs:3883:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3884:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3883:10

Language/Haskell/Lexer/Lex.hs:3885:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3916:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3885:10

Language/Haskell/Lexer/Lex.hs:3919:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3920:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3919:10

Language/Haskell/Lexer/Lex.hs:3921:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3950:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3921:10

Language/Haskell/Lexer/Lex.hs:3953:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3954:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3953:10

Language/Haskell/Lexer/Lex.hs:3955:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3984:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3955:10

Language/Haskell/Lexer/Lex.hs:3987:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:3988:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3987:10

Language/Haskell/Lexer/Lex.hs:3989:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4019:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:3989:10

Language/Haskell/Lexer/Lex.hs:4022:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4023:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4022:10

Language/Haskell/Lexer/Lex.hs:4024:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4053:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4024:10

Language/Haskell/Lexer/Lex.hs:4056:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4057:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4056:10

Language/Haskell/Lexer/Lex.hs:4058:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4087:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4058:10

Language/Haskell/Lexer/Lex.hs:4090:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4091:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4090:10

Language/Haskell/Lexer/Lex.hs:4092:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4121:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4092:10

Language/Haskell/Lexer/Lex.hs:4124:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4125:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4124:10

Language/Haskell/Lexer/Lex.hs:4126:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4155:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4126:10

Language/Haskell/Lexer/Lex.hs:4158:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4159:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4158:10

Language/Haskell/Lexer/Lex.hs:4160:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4189:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4160:10

Language/Haskell/Lexer/Lex.hs:4192:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4193:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4192:10

Language/Haskell/Lexer/Lex.hs:4194:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4223:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4194:10

Language/Haskell/Lexer/Lex.hs:4226:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4227:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4226:10

Language/Haskell/Lexer/Lex.hs:4228:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4257:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4228:10

Language/Haskell/Lexer/Lex.hs:4260:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4261:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4260:10

Language/Haskell/Lexer/Lex.hs:4262:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4291:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4262:10

Language/Haskell/Lexer/Lex.hs:4294:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4295:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4294:10

Language/Haskell/Lexer/Lex.hs:4296:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4325:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4296:10

Language/Haskell/Lexer/Lex.hs:4328:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4329:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4328:10

Language/Haskell/Lexer/Lex.hs:4330:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4359:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4330:10

Language/Haskell/Lexer/Lex.hs:4362:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4363:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4362:10

Language/Haskell/Lexer/Lex.hs:4364:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4395:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4364:10

Language/Haskell/Lexer/Lex.hs:4398:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4399:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4398:10

Language/Haskell/Lexer/Lex.hs:4400:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4429:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4400:10

Language/Haskell/Lexer/Lex.hs:4432:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4433:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4432:10

Language/Haskell/Lexer/Lex.hs:4434:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4463:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4434:10

Language/Haskell/Lexer/Lex.hs:4466:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4467:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4466:10

Language/Haskell/Lexer/Lex.hs:4468:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4497:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4468:10

Language/Haskell/Lexer/Lex.hs:4500:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4501:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4500:10

Language/Haskell/Lexer/Lex.hs:4502:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4532:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4502:10

Language/Haskell/Lexer/Lex.hs:4535:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4536:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4535:10

Language/Haskell/Lexer/Lex.hs:4537:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4566:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4537:10

Language/Haskell/Lexer/Lex.hs:4569:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4570:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4569:10

Language/Haskell/Lexer/Lex.hs:4571:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4600:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4571:10

Language/Haskell/Lexer/Lex.hs:4603:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4604:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4603:10

Language/Haskell/Lexer/Lex.hs:4605:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4635:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4605:10

Language/Haskell/Lexer/Lex.hs:4638:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4639:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4638:10

Language/Haskell/Lexer/Lex.hs:4640:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4669:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4640:10

Language/Haskell/Lexer/Lex.hs:4672:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4673:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4672:10

Language/Haskell/Lexer/Lex.hs:4674:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4703:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4674:10

Language/Haskell/Lexer/Lex.hs:4706:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4707:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4706:10

Language/Haskell/Lexer/Lex.hs:4708:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4737:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4708:10

Language/Haskell/Lexer/Lex.hs:4740:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4741:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4740:10

Language/Haskell/Lexer/Lex.hs:4742:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4771:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4742:10

Language/Haskell/Lexer/Lex.hs:4774:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4775:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4774:10

Language/Haskell/Lexer/Lex.hs:4776:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4805:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4776:10

Language/Haskell/Lexer/Lex.hs:4808:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4809:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4808:10

Language/Haskell/Lexer/Lex.hs:4810:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4839:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4810:10

Language/Haskell/Lexer/Lex.hs:4842:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4843:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4842:10

Language/Haskell/Lexer/Lex.hs:4844:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4873:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4844:10

Language/Haskell/Lexer/Lex.hs:4876:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4877:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4876:10

Language/Haskell/Lexer/Lex.hs:4878:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4907:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4878:10

Language/Haskell/Lexer/Lex.hs:4910:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4911:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4910:10

Language/Haskell/Lexer/Lex.hs:4912:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4941:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4912:10

Language/Haskell/Lexer/Lex.hs:4944:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4945:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4944:10

Language/Haskell/Lexer/Lex.hs:4946:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4975:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4946:10

Language/Haskell/Lexer/Lex.hs:4978:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:4979:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4978:10

Language/Haskell/Lexer/Lex.hs:4980:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5009:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:4980:10

Language/Haskell/Lexer/Lex.hs:5012:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5013:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5012:10

Language/Haskell/Lexer/Lex.hs:5014:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5043:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5014:10

Language/Haskell/Lexer/Lex.hs:5046:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5047:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5046:10

Language/Haskell/Lexer/Lex.hs:5048:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5077:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5048:10

Language/Haskell/Lexer/Lex.hs:5080:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5081:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5080:10

Language/Haskell/Lexer/Lex.hs:5082:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5111:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5082:10

Language/Haskell/Lexer/Lex.hs:5114:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5115:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5114:10

Language/Haskell/Lexer/Lex.hs:5116:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5145:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5116:10

Language/Haskell/Lexer/Lex.hs:5148:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5149:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5148:10

Language/Haskell/Lexer/Lex.hs:5150:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5180:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5150:10

Language/Haskell/Lexer/Lex.hs:5183:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5184:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5183:10

Language/Haskell/Lexer/Lex.hs:5185:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5214:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5185:10

Language/Haskell/Lexer/Lex.hs:5217:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5218:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5217:10

Language/Haskell/Lexer/Lex.hs:5219:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5248:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5219:10

Language/Haskell/Lexer/Lex.hs:5251:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5252:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5251:10

Language/Haskell/Lexer/Lex.hs:5253:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5282:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5253:10

Language/Haskell/Lexer/Lex.hs:5285:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5286:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5285:10

Language/Haskell/Lexer/Lex.hs:5287:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5316:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5287:10

Language/Haskell/Lexer/Lex.hs:5319:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5320:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5319:10

Language/Haskell/Lexer/Lex.hs:5321:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5350:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5321:10

Language/Haskell/Lexer/Lex.hs:5353:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5354:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5353:10

Language/Haskell/Lexer/Lex.hs:5355:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5359:9: warning: [-Wname-shadowing]
    This binding for ‘err’ shadows the existing binding
      bound at Language/Haskell/Lexer/Lex.hs:5355:10

Language/Haskell/Lexer/Lex.hs:5362:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Lex.hs:5365:10: warning: [-Wunused-matches]
    Defined but not used: ‘err’

Language/Haskell/Lexer/Layout.hs:24:23: warning: [-Wtabs]
    Tab character found here.
    Please use spaces instead.
Haddock coverage:
  50% (  1 /  2) in 'Language.Haskell.Lexer.Tokens'
  Missing documentation for:
    Module header
  17% (  1 /  6) in 'Language.Haskell.Lexer.Utils'
  Missing documentation for:
    Module header
    gotEOF (Language/Haskell/Lexer/Utils.hs:8)
    gotError (Language/Haskell/Lexer/Utils.hs:12)
    output (Language/Haskell/Lexer/Utils.hs:23)
    nestedComment (Language/Haskell/Lexer/Utils.hs:36)
  62% (  5 /  8) in 'Language.Haskell.Lexer.Position'
  Missing documentation for:
    Module header
     (Language/Haskell/Lexer/Position.hs:11)
     (Language/Haskell/Lexer/Position.hs:12)
   0% (  0 /  2) in 'Language.Haskell.Lexer.Lex'
  Missing documentation for:
    Module header
    haskellLex (Language/Haskell/Lexer/Lex.hs:15)
  33% (  1 /  3) in 'Language.Haskell.Lexer.Layout'
  Missing documentation for:
    Module header
    PosToken (Language/Haskell/Lexer/Layout.hs:6)
  73% ( 11 / 15) in 'Language.Haskell.Lexer'
  Missing documentation for:
    Module header
    PosToken (Language/Haskell/Lexer/Layout.hs:6)
     (Language/Haskell/Lexer/Position.hs:11)
     (Language/Haskell/Lexer/Position.hs:12)
Documentation created: dist/doc/html/haskell-lexer/index.html,
dist/doc/html/haskell-lexer/haskell-lexer.txt
Creating package registration file:
/tmp/pkgConf-haskell-lexer-1.01869470124155324914.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/haskell-lexer-1.0.1-7aq6GXlIeo8GlO436Znra7
Registering haskell-lexer-1.0.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/haskell-lexer-1.0.1'
Installed haskell-lexer-1.0.1
cabal: Entering directory '/tmp/cabal-tmp-14199/inchworm-1.0.2.1'
Configuring inchworm-1.0.2.1...
Building inchworm-1.0.2.1...
Preprocessing library inchworm-1.0.2.1...
[1 of 5] Compiling Text.Lexer.Inchworm.Source ( Text/Lexer/Inchworm/Source.hs, dist/build/Text/Lexer/Inchworm/Source.o )
[2 of 5] Compiling Text.Lexer.Inchworm.Scanner ( Text/Lexer/Inchworm/Scanner.hs, dist/build/Text/Lexer/Inchworm/Scanner.o )
[3 of 5] Compiling Text.Lexer.Inchworm.Combinator ( Text/Lexer/Inchworm/Combinator.hs, dist/build/Text/Lexer/Inchworm/Combinator.o )
[4 of 5] Compiling Text.Lexer.Inchworm ( Text/Lexer/Inchworm.hs, dist/build/Text/Lexer/Inchworm.o )
[5 of 5] Compiling Text.Lexer.Inchworm.Char ( Text/Lexer/Inchworm/Char.hs, dist/build/Text/Lexer/Inchworm/Char.o )
Running Haddock for inchworm-1.0.2.1...
Running hscolour for inchworm-1.0.2.1...
Preprocessing library inchworm-1.0.2.1...
Preprocessing library inchworm-1.0.2.1...
Haddock coverage:
  80% (  4 /  5) in 'Text.Lexer.Inchworm.Source'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'Text.Lexer.Inchworm.Scanner'
  Missing documentation for:
    Module header
  92% ( 11 / 12) in 'Text.Lexer.Inchworm.Combinator'
  Missing documentation for:
    Module header
 100% ( 27 / 27) in 'Text.Lexer.Inchworm'
 100% ( 13 / 13) in 'Text.Lexer.Inchworm.Char'
Documentation created: dist/doc/html/inchworm/index.html,
dist/doc/html/inchworm/inchworm.txt
Creating package registration file:
/tmp/pkgConf-inchworm-1.0.21143408282188213258.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/inchworm-1.0.2.1-7FVkPXac1TDKFtwQMwJ17N
Registering inchworm-1.0.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/inchworm-1.0.2.1'
Installed inchworm-1.0.2.1
cabal: Entering directory '/tmp/cabal-tmp-14199/limp-0.3.2.1'
Configuring limp-0.3.2.1...
Building limp-0.3.2.1...
Preprocessing library limp-0.3.2.1...
[ 1 of 26] Compiling Numeric.Limp.Rep.Rep ( src/Numeric/Limp/Rep/Rep.hs, dist/build/Numeric/Limp/Rep/Rep.o )

src/Numeric/Limp/Rep/Rep.hs:13:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[ 2 of 26] Compiling Numeric.Limp.Rep.IntDouble ( src/Numeric/Limp/Rep/IntDouble.hs, dist/build/Numeric/Limp/Rep/IntDouble.o )
[ 3 of 26] Compiling Numeric.Limp.Rep.Arbitrary ( src/Numeric/Limp/Rep/Arbitrary.hs, dist/build/Numeric/Limp/Rep/Arbitrary.o )
[ 4 of 26] Compiling Numeric.Limp.Rep ( src/Numeric/Limp/Rep.hs, dist/build/Numeric/Limp/Rep.o )
[ 5 of 26] Compiling Numeric.Limp.Program.ResultKind ( src/Numeric/Limp/Program/ResultKind.hs, dist/build/Numeric/Limp/Program/ResultKind.o )

src/Numeric/Limp/Program/ResultKind.hs:21:53: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/ResultKind.hs:22:53: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/ResultKind.hs:30:9: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/ResultKind.hs:30:12: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/ResultKind.hs:30:17: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/ResultKind.hs:31:9: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/ResultKind.hs:31:17: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/ResultKind.hs:32:12: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/ResultKind.hs:32:17: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/ResultKind.hs:36:7: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/ResultKind.hs:37:7: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.
[ 6 of 26] Compiling Numeric.Limp.Program.Linear ( src/Numeric/Limp/Program/Linear.hs, dist/build/Numeric/Limp/Program/Linear.o )

src/Numeric/Limp/Program/Linear.hs:25:48: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:33:40: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:38:34: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:43:40: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:48:34: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:54:37: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:59:38: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:63:29: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:66:29: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:70:38: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:110:35: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:110:54: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:110:73: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:113:35: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:113:54: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:113:73: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.
[ 7 of 26] Compiling Numeric.Limp.Program.Constraint ( src/Numeric/Limp/Program/Constraint.hs, dist/build/Numeric/Limp/Program/Constraint.o )

src/Numeric/Limp/Program/Constraint.hs:6:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Numeric/Limp/Program/Constraint.hs:36:26: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Constraint.hs:36:46: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Constraint.hs:38:26: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Constraint.hs:38:46: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.
[ 8 of 26] Compiling Numeric.Limp.Program.Bounds ( src/Numeric/Limp/Program/Bounds.hs, dist/build/Numeric/Limp/Program/Bounds.o )
[ 9 of 26] Compiling Numeric.Limp.Program.Program ( src/Numeric/Limp/Program/Program.hs, dist/build/Numeric/Limp/Program/Program.o )

src/Numeric/Limp/Program/Program.hs:27:37: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.
[10 of 26] Compiling Numeric.Limp.Program.Eval ( src/Numeric/Limp/Program/Eval.hs, dist/build/Numeric/Limp/Program/Eval.o )
[11 of 26] Compiling Numeric.Limp.Program ( src/Numeric/Limp/Program.hs, dist/build/Numeric/Limp/Program.o )
[12 of 26] Compiling Numeric.Limp.Error ( src/Numeric/Limp/Error.hs, dist/build/Numeric/Limp/Error.o )
[13 of 26] Compiling Numeric.Limp.Canon.Linear ( src/Numeric/Limp/Canon/Linear.hs, dist/build/Numeric/Limp/Canon/Linear.o )
[14 of 26] Compiling Numeric.Limp.Canon.Constraint ( src/Numeric/Limp/Canon/Constraint.hs, dist/build/Numeric/Limp/Canon/Constraint.o )
[15 of 26] Compiling Numeric.Limp.Canon.Program ( src/Numeric/Limp/Canon/Program.hs, dist/build/Numeric/Limp/Canon/Program.o )
[16 of 26] Compiling Numeric.Limp.Canon.Convert ( src/Numeric/Limp/Canon/Convert.hs, dist/build/Numeric/Limp/Canon/Convert.o )

src/Numeric/Limp/Canon/Convert.hs:15:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[17 of 26] Compiling Numeric.Limp.Canon.Pretty ( src/Numeric/Limp/Canon/Pretty.hs, dist/build/Numeric/Limp/Canon/Pretty.o )
[18 of 26] Compiling Numeric.Limp.Canon.Simplify.Bounder ( src/Numeric/Limp/Canon/Simplify/Bounder.hs, dist/build/Numeric/Limp/Canon/Simplify/Bounder.o )

src/Numeric/Limp/Canon/Simplify/Bounder.hs:9:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[19 of 26] Compiling Numeric.Limp.Canon.Simplify.Crunch ( src/Numeric/Limp/Canon/Simplify/Crunch.hs, dist/build/Numeric/Limp/Canon/Simplify/Crunch.o )
[20 of 26] Compiling Numeric.Limp.Canon.Simplify.Subst ( src/Numeric/Limp/Canon/Simplify/Subst.hs, dist/build/Numeric/Limp/Canon/Simplify/Subst.o )
[21 of 26] Compiling Numeric.Limp.Solve.Simplex.StandardForm ( src/Numeric/Limp/Solve/Simplex/StandardForm.hs, dist/build/Numeric/Limp/Solve/Simplex/StandardForm.o )
[22 of 26] Compiling Numeric.Limp.Solve.Simplex.Maps ( src/Numeric/Limp/Solve/Simplex/Maps.hs, dist/build/Numeric/Limp/Solve/Simplex/Maps.o )
[23 of 26] Compiling Numeric.Limp.Canon.Analyse.Constants ( src/Numeric/Limp/Canon/Analyse/Constants.hs, dist/build/Numeric/Limp/Canon/Analyse/Constants.o )
[24 of 26] Compiling Numeric.Limp.Canon.Simplify ( src/Numeric/Limp/Canon/Simplify.hs, dist/build/Numeric/Limp/Canon/Simplify.o )
[25 of 26] Compiling Numeric.Limp.Solve.Branch.Simple ( src/Numeric/Limp/Solve/Branch/Simple.hs, dist/build/Numeric/Limp/Solve/Branch/Simple.o )

src/Numeric/Limp/Solve/Branch/Simple.hs:11:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[26 of 26] Compiling Numeric.Limp.Canon ( src/Numeric/Limp/Canon.hs, dist/build/Numeric/Limp/Canon.o )
Running Haddock for limp-0.3.2.1...
Running hscolour for limp-0.3.2.1...
Preprocessing library limp-0.3.2.1...
Preprocessing library limp-0.3.2.1...

src/Numeric/Limp/Rep/Rep.hs:13:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Numeric/Limp/Program/ResultKind.hs:21:53: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/ResultKind.hs:22:53: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/ResultKind.hs:30:9: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/ResultKind.hs:30:12: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/ResultKind.hs:30:17: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/ResultKind.hs:31:9: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/ResultKind.hs:31:17: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/ResultKind.hs:32:12: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/ResultKind.hs:32:17: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/ResultKind.hs:36:7: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/ResultKind.hs:37:7: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:25:48: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:33:40: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:38:34: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:43:40: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:48:34: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:54:37: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:59:38: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:63:29: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:66:29: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:70:38: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:110:35: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:110:54: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:110:73: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Linear.hs:113:35: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:113:54: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Linear.hs:113:73: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Program/Constraint.hs:6:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Numeric/Limp/Program/Constraint.hs:36:26: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Constraint.hs:36:46: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Constraint.hs:38:26: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Constraint.hs:38:46: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KZ’.
    Use ‘'KZ’ instead of ‘KZ’.

src/Numeric/Limp/Program/Program.hs:27:37: warning: [-Wunticked-promoted-constructors]
    Unticked promoted constructor: ‘KR’.
    Use ‘'KR’ instead of ‘KR’.

src/Numeric/Limp/Canon/Convert.hs:15:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Numeric/Limp/Canon/Simplify/Bounder.hs:9:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Numeric/Limp/Solve/Branch/Simple.hs:11:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
Haddock coverage:
  75% (  6 /  8) in 'Numeric.Limp.Rep.Rep'
  Missing documentation for:
     (src/Numeric/Limp/Rep/Rep.hs:41)
    assSize (src/Numeric/Limp/Rep/Rep.hs:61)
  67% (  4 /  6) in 'Numeric.Limp.Rep.IntDouble'
  Missing documentation for:
     (src/Numeric/Limp/Rep/IntDouble.hs:9)
     (src/Numeric/Limp/Rep/IntDouble.hs:20)
  60% (  3 /  5) in 'Numeric.Limp.Rep.Arbitrary'
  Missing documentation for:
     (src/Numeric/Limp/Rep/Arbitrary.hs:8)
     (src/Numeric/Limp/Rep/Arbitrary.hs:19)
 100% (  3 /  3) in 'Numeric.Limp.Rep'
 100% (  5 /  5) in 'Numeric.Limp.Program.ResultKind'
 100% ( 17 / 17) in 'Numeric.Limp.Program.Linear'
  33% (  1 /  3) in 'Numeric.Limp.Program.Constraint'
  Missing documentation for:
    Module header
     (src/Numeric/Limp/Program/Constraint.hs:54)
 100% ( 10 / 10) in 'Numeric.Limp.Program.Bounds'
  50% (  3 /  6) in 'Numeric.Limp.Program.Program'
  Missing documentation for:
    program (src/Numeric/Limp/Program/Program.hs:37)
    minimise (src/Numeric/Limp/Program/Program.hs:41)
    maximise (src/Numeric/Limp/Program/Program.hs:46)
  83% (  5 /  6) in 'Numeric.Limp.Program.Eval'
  Missing documentation for:
    checkBounds (src/Numeric/Limp/Program/Eval.hs:63)
 100% ( 13 / 13) in 'Numeric.Limp.Program'
 100% (  2 /  2) in 'Numeric.Limp.Error'
 100% (  5 /  5) in 'Numeric.Limp.Canon.Linear'
 100% (  5 /  5) in 'Numeric.Limp.Canon.Constraint'
  83% (  5 /  6) in 'Numeric.Limp.Canon.Program'
  Missing documentation for:
    checkBounds (src/Numeric/Limp/Canon/Program.hs:56)
 100% (  4 /  4) in 'Numeric.Limp.Canon.Convert'
   0% (  0 /  3) in 'Numeric.Limp.Canon.Pretty'
  Missing documentation for:
    Module header
     (src/Numeric/Limp/Canon/Pretty.hs:11)
    ppr (src/Numeric/Limp/Canon/Pretty.hs:14)
  40% (  2 /  5) in 'Numeric.Limp.Canon.Simplify.Bounder'
  Missing documentation for:
    Bound (src/Numeric/Limp/Canon/Simplify/Bounder.hs:13)
    bounderConstraint (src/Numeric/Limp/Canon/Simplify/Bounder.hs:55)
    bounderProgram (src/Numeric/Limp/Canon/Simplify/Bounder.hs:68)
 100% (  3 /  3) in 'Numeric.Limp.Canon.Simplify.Crunch'
 100% (  5 /  5) in 'Numeric.Limp.Canon.Simplify.Subst'
  73% (  8 / 11) in 'Numeric.Limp.Solve.Simplex.StandardForm'
  Missing documentation for:
    StandardSubst (src/Numeric/Limp/Solve/Simplex/StandardForm.hs:41)
    StandardLinear (src/Numeric/Limp/Solve/Simplex/StandardForm.hs:44)
    StandardVar (src/Numeric/Limp/Solve/Simplex/StandardForm.hs:47)
  86% ( 12 / 14) in 'Numeric.Limp.Solve.Simplex.Maps'
  Missing documentation for:
    assignmentAll (src/Numeric/Limp/Solve/Simplex/Maps.hs:223)
    assignment (src/Numeric/Limp/Solve/Simplex/Maps.hs:235)
 100% (  2 /  2) in 'Numeric.Limp.Canon.Analyse.Constants'
  33% (  1 /  3) in 'Numeric.Limp.Canon.Simplify'
  Missing documentation for:
    simplify (src/Numeric/Limp/Canon/Simplify.hs:15)
    simplify' (src/Numeric/Limp/Canon/Simplify.hs:19)
  33% (  1 /  3) in 'Numeric.Limp.Solve.Branch.Simple'
  Missing documentation for:
    branch (src/Numeric/Limp/Solve/Branch/Simple.hs:16)
    makeIntegral (src/Numeric/Limp/Solve/Branch/Simple.hs:65)
 100% (  5 /  5) in 'Numeric.Limp.Canon'
Documentation created: dist/doc/html/limp/index.html,
dist/doc/html/limp/limp.txt
Creating package registration file:
/tmp/pkgConf-limp-0.3.2524688209700108581.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/limp-0.3.2.1-3RWmHZzVkKnGTpi897ifEs
Registering limp-0.3.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/limp-0.3.2.1'
Installed limp-0.3.2.1
cabal: Entering directory '/tmp/cabal-tmp-14199/mtl-2.2.1'
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 3 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[ 4 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[ 5 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[ 6 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 7 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[ 8 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[ 9 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[10 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[11 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[12 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[13 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[14 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[15 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[16 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[17 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[18 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[19 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[20 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[21 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
  75% (  3 /  4) in 'Control.Monad.Writer.Class'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
 100% (  3 /  3) in 'Control.Monad.Trans'
  89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
    runWriterT
 100% (  2 /  2) in 'Control.Monad.Writer'
  94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
 100% (  5 /  5) in 'Control.Monad.State.Class'
  96% ( 24 / 25) in 'Control.Monad.State.Lazy'
  Missing documentation for:
    runStateT
  96% ( 24 / 25) in 'Control.Monad.State.Strict'
  Missing documentation for:
    runStateT
 100% (  2 /  2) in 'Control.Monad.State'
 100% (  3 /  3) in 'Control.Monad.Reader.Class'
  96% ( 22 / 23) in 'Control.Monad.Reader'
  Missing documentation for:
    runReaderT
  80% (  4 /  5) in 'Control.Monad.RWS.Class'
  Missing documentation for:
    MonadRWS (Control/Monad/RWS/Class.hs:44)
  95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
  Missing documentation for:
    runRWST
  95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
  Missing documentation for:
    runRWST
 100% (  2 /  2) in 'Control.Monad.RWS'
 100% (  5 /  5) in 'Control.Monad.List'
 100% (  4 /  4) in 'Control.Monad.Identity'
 100% (  3 /  3) in 'Control.Monad.Error.Class'
 100% ( 19 / 19) in 'Control.Monad.Except'
  93% ( 14 / 15) in 'Control.Monad.Error'
  Missing documentation for:
    runErrorT
  50% (  1 /  2) in 'Control.Monad.Cont.Class'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
  91% ( 20 / 22) in 'Control.Monad.Cont'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
    runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.21215828993409544918.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
Registering mtl-2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/mtl-2.2.1'
Installed mtl-2.2.1
cabal: Entering directory '/tmp/cabal-tmp-14199/primitive-0.6.1.0'
Configuring primitive-0.6.1.0...
Building primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...
[ 1 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o )
[ 2 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o )
[ 3 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o )
[ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o )

Control/Monad/Primitive.hs:41:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

Control/Monad/Primitive.hs:100:11: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:100:47: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:101:19: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
[ 5 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o )
[ 6 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o )
[ 7 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o )
[ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o )
[ 9 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o )
[10 of 10] Compiling Data.Primitive   ( Data/Primitive.hs, dist/build/Data/Primitive.o )
Running Haddock for primitive-0.6.1.0...
Running hscolour for primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...

Control/Monad/Primitive.hs:41:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

Control/Monad/Primitive.hs:100:11: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:100:47: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:101:19: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
Haddock coverage:
   3% (  1 / 35) in 'Data.Primitive.MachDeps'
  Missing documentation for:
    sIZEOF_CHAR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:19)
    sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:19)
    sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:19)
    sIZEOF_PTR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT8 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT16 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT32 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT64 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:19)
    Word64_# (Data/Primitive/MachDeps.hs:120)
    Int64_# (Data/Primitive/MachDeps.hs:121)
   3% (  1 / 29) in 'Data.Primitive.Internal.Operations'
  Missing documentation for:
    setWord8Array# (Data/Primitive/Internal/Operations.hs:33)
    setWord16Array# (Data/Primitive/Internal/Operations.hs:35)
    setWord32Array# (Data/Primitive/Internal/Operations.hs:37)
    setWord64Array# (Data/Primitive/Internal/Operations.hs:39)
    setWordArray# (Data/Primitive/Internal/Operations.hs:41)
    setInt8Array# (Data/Primitive/Internal/Operations.hs:43)
    setInt16Array# (Data/Primitive/Internal/Operations.hs:45)
    setInt32Array# (Data/Primitive/Internal/Operations.hs:47)
    setInt64Array# (Data/Primitive/Internal/Operations.hs:49)
    setIntArray# (Data/Primitive/Internal/Operations.hs:51)
    setAddrArray# (Data/Primitive/Internal/Operations.hs:53)
    setFloatArray# (Data/Primitive/Internal/Operations.hs:55)
    setDoubleArray# (Data/Primitive/Internal/Operations.hs:57)
    setWideCharArray# (Data/Primitive/Internal/Operations.hs:59)
    setWord8OffAddr# (Data/Primitive/Internal/Operations.hs:62)
    setWord16OffAddr# (Data/Primitive/Internal/Operations.hs:64)
    setWord32OffAddr# (Data/Primitive/Internal/Operations.hs:66)
    setWord64OffAddr# (Data/Primitive/Internal/Operations.hs:68)
    setWordOffAddr# (Data/Primitive/Internal/Operations.hs:70)
    setInt8OffAddr# (Data/Primitive/Internal/Operations.hs:72)
    setInt16OffAddr# (Data/Primitive/Internal/Operations.hs:74)
    setInt32OffAddr# (Data/Primitive/Internal/Operations.hs:76)
    setInt64OffAddr# (Data/Primitive/Internal/Operations.hs:78)
    setIntOffAddr# (Data/Primitive/Internal/Operations.hs:80)
    setAddrOffAddr# (Data/Primitive/Internal/Operations.hs:82)
    setFloatOffAddr# (Data/Primitive/Internal/Operations.hs:84)
    setDoubleOffAddr# (Data/Primitive/Internal/Operations.hs:86)
    setWideCharOffAddr# (Data/Primitive/Internal/Operations.hs:88)
 100% (  3 /  3) in 'Data.Primitive.Internal.Compat'
  75% ( 12 / 16) in 'Control.Monad.Primitive'
  Missing documentation for:
    unsafeInlinePrim (Control/Monad/Primitive.hs:189)
    unsafeInlineIO (Control/Monad/Primitive.hs:193)
    unsafeInlineST (Control/Monad/Primitive.hs:197)
    touch (Control/Monad/Primitive.hs:201)
 100% ( 15 / 15) in 'Data.Primitive.Array'
 100% (  9 /  9) in 'Data.Primitive.MutVar'
 100% (  3 /  3) in 'Data.Primitive.Types'
 100% ( 16 / 16) in 'Data.Primitive.Addr'
  93% ( 27 / 29) in 'Data.Primitive.ByteArray'
  Missing documentation for:
    ByteArray#
    MutableByteArray#
 100% (  7 /  7) in 'Data.Primitive'
Warning: Control.Monad.Primitive: could not find link destinations for:
    ~
Documentation created: dist/doc/html/primitive/index.html,
dist/doc/html/primitive/primitive.txt
Creating package registration file:
/tmp/pkgConf-primitive-0.6.17455983821143565421.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/primitive-0.6.1.0-Ip44DqhfCp21tTUYbecwa
Registering primitive-0.6.1.0...
cabal: Leaving directory '/tmp/cabal-tmp-14199/primitive-0.6.1.0'
Installed primitive-0.6.1.0
cabal: Entering directory '/tmp/cabal-tmp-14199/text-1.2.2.1'
Configuring text-1.2.2.1...
Building text-1.2.2.1...
Preprocessing library text-1.2.2.1...
[ 1 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 2 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o )
[ 3 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )
[ 4 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 5 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 6 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 7 of 44] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o )
[ 8 of 44] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o )
[ 9 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )
[10 of 44] Compiling Data.Text.Array  ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[11 of 44] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o )
[12 of 44] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[13 of 44] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o )
[14 of 44] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o )
[15 of 44] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o )
[16 of 44] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o )
[17 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o )
[18 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o )
[19 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[20 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[21 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[22 of 44] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o )
[23 of 44] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o )
[24 of 44] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o )
[25 of 44] Compiling Data.Text.Show   ( Data/Text/Show.hs, dist/build/Data/Text/Show.o )
[26 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[27 of 44] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[28 of 44] Compiling Data.Text        ( Data/Text.hs, dist/build/Data/Text.o )

Data/Text.hs:587:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT compareN/length -> compareLength" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:592:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT ==N/length -> compareLength/==EQ" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:597:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT /=N/length -> compareLength//=EQ" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:602:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT <N/length -> compareLength/==LT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:607:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT <=N/length -> compareLength//=GT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:612:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT >N/length -> compareLength/==GT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:617:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT >=N/length -> compareLength//=LT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
[29 of 44] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o )
[30 of 44] Compiling Data.Text.IO     ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[31 of 44] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o )
[32 of 44] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o )
[33 of 44] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o )
[34 of 44] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[35 of 44] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )
[36 of 44] Compiling Data.Text.Lazy   ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o )
[37 of 44] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o )

Data/Text/Internal/Builder.hs:324:1: warning: [-Winline-rule-shadowing]
    Rule "flush/flush" may never fire
      because ‘flush’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘flush’
[38 of 44] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o )
[39 of 44] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o )
[40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )
[41 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[42 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[43 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )
[44 of 44] Compiling Data.Text.Read   ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )
Running Haddock for text-1.2.2.1...
Running hscolour for text-1.2.2.1...
Preprocessing library text-1.2.2.1...
Preprocessing library text-1.2.2.1...
Haddock coverage:
 100% (  2 /  2) in 'Data.Text.Internal.Unsafe.Shift'
 100% (  3 /  3) in 'Data.Text.Internal.Unsafe'
  14% (  1 /  7) in 'Data.Text.Internal.Read'
  Missing documentation for:
    IReader (Data/Text/Internal/Read.hs:26)
    IParser (Data/Text/Internal/Read.hs:28)
    T (Data/Text/Internal/Read.hs:48)
    digitToInt (Data/Text/Internal/Read.hs:61)
    hexDigitToInt (Data/Text/Internal/Read.hs:55)
    perhaps (Data/Text/Internal/Read.hs:50)
 100% (  2 /  2) in 'Data.Text.Internal.Functions'
  50% (  1 /  2) in 'Data.Text.Internal.Encoding.Utf32'
  Missing documentation for:
    validate (Data/Text/Internal/Encoding/Utf32.hs:24)
  25% (  1 /  4) in 'Data.Text.Internal.Encoding.Utf16'
  Missing documentation for:
    chr2 (Data/Text/Internal/Encoding/Utf16.hs:29)
    validate1 (Data/Text/Internal/Encoding/Utf16.hs:38)
    validate2 (Data/Text/Internal/Encoding/Utf16.hs:42)
  50% (  1 /  2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
  Missing documentation for:
    roundTo (Data/Text/Internal/Builder/RealFloat/Functions.hs:17)
   0% (  0 /  2) in 'Data.Text.Internal.Builder.Int.Digits'
  Missing documentation for:
    Module header
    digits (Data/Text/Internal/Builder/Int/Digits.hs:21)
 100% ( 12 / 12) in 'Data.Text.Encoding.Error'
 100% ( 16 / 16) in 'Data.Text.Array'
  33% (  2 /  6) in 'Data.Text.Internal.Unsafe.Char'
  Missing documentation for:
    ord (Data/Text/Internal/Unsafe/Char.hs:39)
    unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43)
    unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47)
    unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51)
  95% ( 19 / 20) in 'Data.Text.Internal'
  Missing documentation for:
    textP (Data/Text/Internal.hs:97)
  38% (  5 / 13) in 'Data.Text.Internal.Fusion.Size'
  Missing documentation for:
    Size (Data/Text/Internal/Fusion/Size.hs:40)
    exactly (Data/Text/Internal/Fusion/Size.hs:44)
    exactSize (Data/Text/Internal/Fusion/Size.hs:49)
    maxSize (Data/Text/Internal/Fusion/Size.hs:57)
    betweenSize (Data/Text/Internal/Fusion/Size.hs:65)
    unknownSize (Data/Text/Internal/Fusion/Size.hs:74)
    compareSize (Data/Text/Internal/Fusion/Size.hs:143)
    isEmpty (Data/Text/Internal/Fusion/Size.hs:151)
  88% (  7 /  8) in 'Data.Text.Internal.Fusion.Types'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
   0% (  0 /  5) in 'Data.Text.Internal.Fusion.CaseMapping'
  Missing documentation for:
    Module header
    upperMapping (Data/Text/Internal/Fusion/CaseMapping.hs:13)
    lowerMapping (Data/Text/Internal/Fusion/CaseMapping.hs:220)
    titleMapping (Data/Text/Internal/Fusion/CaseMapping.hs:225)
    foldMapping (Data/Text/Internal/Fusion/CaseMapping.hs:324)
  89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
  Missing documentation for:
    singleton (Data/Text/Internal/Fusion/Common.hs:119)
    streamList (Data/Text/Internal/Fusion/Common.hs:125)
    unstreamList (Data/Text/Internal/Fusion/Common.hs:131)
    intercalate (Data/Text/Internal/Fusion/Common.hs:577)
    justifyLeftI (Data/Text/Internal/Fusion/Common.hs:479)
    scanl (Data/Text/Internal/Fusion/Common.hs:656)
    replicateCharI (Data/Text/Internal/Fusion/Common.hs:671)
    replicateI (Data/Text/Internal/Fusion/Common.hs:682)
 100% (  2 /  2) in 'Data.Text.Internal.Search'
  17% (  2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
  Missing documentation for:
    ord2 (Data/Text/Internal/Encoding/Utf8.hs:58)
    ord3 (Data/Text/Internal/Encoding/Utf8.hs:69)
    ord4 (Data/Text/Internal/Encoding/Utf8.hs:81)
    chr2 (Data/Text/Internal/Encoding/Utf8.hs:94)
    chr3 (Data/Text/Internal/Encoding/Utf8.hs:103)
    chr4 (Data/Text/Internal/Encoding/Utf8.hs:114)
    validate1 (Data/Text/Internal/Encoding/Utf8.hs:128)
    validate2 (Data/Text/Internal/Encoding/Utf8.hs:132)
    validate3 (Data/Text/Internal/Encoding/Utf8.hs:136)
    validate4 (Data/Text/Internal/Encoding/Utf8.hs:153)
  93% ( 13 / 14) in 'Data.Text.Unsafe'
  Missing documentation for:
    Iter (Data/Text/Unsafe.hs:62)
  33% (  1 /  3) in 'Data.Text.Internal.Private'
  Missing documentation for:
    runText (Data/Text/Internal/Private.hs:33)
    span_ (Data/Text/Internal/Private.hs:23)
  91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
    length (Data/Text/Internal/Fusion.hs:127)
  33% (  2 /  6) in 'Data.Text.Internal.Encoding.Fusion.Common'
  Missing documentation for:
    restreamUtf16LE (Data/Text/Internal/Encoding/Fusion/Common.hs:63)
    restreamUtf16BE (Data/Text/Internal/Encoding/Fusion/Common.hs:39)
    restreamUtf32LE (Data/Text/Internal/Encoding/Fusion/Common.hs:106)
    restreamUtf32BE (Data/Text/Internal/Encoding/Fusion/Common.hs:87)
  91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
  Missing documentation for:
    streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57)
 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
 100% (  4 /  4) in 'Data.Text.Show'
 100% ( 33 / 33) in 'Data.Text.Encoding'
 100% ( 18 / 18) in 'Data.Text.Foreign'
 100% (127 /127) in 'Data.Text'
 100% (  3 /  3) in 'Data.Text.Internal.IO'
 100% ( 20 / 20) in 'Data.Text.IO'
  93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
 100% (  8 /  8) in 'Data.Text.Internal.Lazy.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Lazy.Search'
 100% (  2 /  2) in 'Data.Text.Lazy.Internal'
  89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
  Missing documentation for:
    encodeUtf8 (Data/Text/Lazy/Encoding.hs:148)
    encodeUtf8Builder (Data/Text/Lazy/Encoding.hs:162)
    encodeUtf8BuilderEscaped (Data/Text/Lazy/Encoding.hs:167)
  99% (128 /129) in 'Data.Text.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
  94% ( 16 / 17) in 'Data.Text.Internal.Builder'
  Missing documentation for:
    append' (Data/Text/Internal/Builder.hs:301)
 100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
 100% (  3 /  3) in 'Data.Text.Internal.Builder.Functions'
   0% (  0 /  3) in 'Data.Text.Lazy.Builder.Int'
  Missing documentation for:
    Module header
    decimal (Data/Text/Lazy/Builder/Int.hs:52)
    hexadecimal (Data/Text/Lazy/Builder/Int.hs:162)
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  Missing documentation for:
    formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46)
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
 100% (  7 /  7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
    findIndicesI
Warning: Data.Text: could not find link destinations for:
    replicateChar countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
    Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
    replicateChar dropWords splitAtWord countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
    empty append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
    floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file:
/tmp/pkgConf-text-1.2.21111088131813465002.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/text-1.2.2.1-9Yh8rJoh8fO2JMLWffT3Qs
Registering text-1.2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/text-1.2.2.1'
Installed text-1.2.2.1
cabal: Entering directory '/tmp/cabal-tmp-14199/wl-pprint-1.2'
Configuring wl-pprint-1.2...
Building wl-pprint-1.2...
Preprocessing library wl-pprint-1.2...

on the commandline: warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
[1 of 1] Compiling Text.PrettyPrint.Leijen ( Text/PrettyPrint/Leijen.hs, dist/build/Text/PrettyPrint/Leijen.o )
Running Haddock for wl-pprint-1.2...
Running hscolour for wl-pprint-1.2...
Preprocessing library wl-pprint-1.2...
Preprocessing library wl-pprint-1.2...
Haddock coverage:
  96% ( 85 / 89) in 'Text.PrettyPrint.Leijen'
  Missing documentation for:
    bool (Text/PrettyPrint/Leijen.hs:467)
    column (Text/PrettyPrint/Leijen.hs:770)
    nesting (Text/PrettyPrint/Leijen.hs:770)
    width (Text/PrettyPrint/Leijen.hs:607)
Documentation created: dist/doc/html/wl-pprint/index.html,
dist/doc/html/wl-pprint/wl-pprint.txt
Creating package registration file:
/tmp/pkgConf-wl-pprint-129860596960188534.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/wl-pprint-1.2-Kh8hiQGh95lIkosLx1aTQU
Registering wl-pprint-1.2...
cabal: Leaving directory '/tmp/cabal-tmp-14199/wl-pprint-1.2'
Installed wl-pprint-1.2
cabal: Entering directory '/tmp/cabal-tmp-14199/pretty-show-1.6.12'
Configuring pretty-show-1.6.12...
Building pretty-show-1.6.12...
Preprocessing library pretty-show-1.6.12...
[1 of 6] Compiling Text.Show.Value  ( Text/Show/Value.hs, dist/build/Text/Show/Value.o )
[2 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, dist/build/Text/Show/PrettyVal.o )
[3 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, dist/build/Text/Show/Parser.o )
[4 of 6] Compiling Text.Show.Html   ( Text/Show/Html.hs, dist/build/Text/Show/Html.o )

Text/Show/Html.hs:106:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘tallTuple’
[5 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, dist/build/Paths_pretty_show.o )
[6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, dist/build/Text/Show/Pretty.o )
Preprocessing executable 'ppsh' for pretty-show-1.6.12...
[1 of 1] Compiling Main             ( bin/ppsh.hs, dist/build/ppsh/ppsh-tmp/Main.o )
Linking dist/build/ppsh/ppsh ...
Running Haddock for pretty-show-1.6.12...
Running hscolour for pretty-show-1.6.12...
Preprocessing library pretty-show-1.6.12...
Preprocessing executable 'ppsh' for pretty-show-1.6.12...
Preprocessing library pretty-show-1.6.12...

Text/Show/Html.hs:106:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘tallTuple’
Haddock coverage:
 100% (  3 /  3) in 'Text.Show.Value'
  50% (  1 /  2) in 'Text.Show.PrettyVal'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'Text.Show.Parser'
  Missing documentation for:
    Module header
    parseValue (dist/build/Text/Show/Parser.hs:778)
  71% (  5 /  7) in 'Text.Show.Html'
  Missing documentation for:
    Module header
    Html (Text/Show/Html.hs:144)
   0% (  0 /  8) in 'Paths_pretty_show'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_pretty_show.hs:28)
    getBinDir (dist/build/autogen/Paths_pretty_show.hs:38)
    getLibDir (dist/build/autogen/Paths_pretty_show.hs:38)
    getDataDir (dist/build/autogen/Paths_pretty_show.hs:38)
    getLibexecDir (dist/build/autogen/Paths_pretty_show.hs:38)
    getDataFileName (dist/build/autogen/Paths_pretty_show.hs:45)
    getSysconfDir (dist/build/autogen/Paths_pretty_show.hs:38)
  81% ( 22 / 27) in 'Text.Show.Pretty'
  Missing documentation for:
    parseValue (Text/Show/Pretty.hs:53)
    reify (Text/Show/Pretty.hs:50)
    Html (Text/Show/Html.hs:144)
    getDataDir (dist/build/autogen/Paths_pretty_show.hs:38)
    ppValue (Text/Show/Pretty.hs:47)
Warning: Text.Show.Pretty: could not find link destinations for:
    GDump listValue
Documentation created: dist/doc/html/pretty-show/index.html,
dist/doc/html/pretty-show/pretty-show.txt
Preprocessing executable 'ppsh' for pretty-show-1.6.12...
Creating package registration file:
/tmp/pkgConf-pretty-show-1.618995425531705632563.12
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/pretty-show-1.6.12-APoyzWUT80sLwzp0X0LDvD
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Registering pretty-show-1.6.12...
cabal: Leaving directory '/tmp/cabal-tmp-14199/pretty-show-1.6.12'
Installed pretty-show-1.6.12
cabal: Entering directory '/tmp/cabal-tmp-14199/vector-0.10.12.3'
Configuring vector-0.10.12.3...
Building vector-0.10.12.3...
Preprocessing library vector-0.10.12.3...
[ 1 of 19] Compiling Data.Vector.Storable.Internal ( Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o )
[ 2 of 19] Compiling Data.Vector.Internal.Check ( Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o )
[ 3 of 19] Compiling Data.Vector.Fusion.Util ( Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o )
[ 4 of 19] Compiling Data.Vector.Fusion.Stream.Size ( Data/Vector/Fusion/Stream/Size.hs, dist/build/Data/Vector/Fusion/Stream/Size.o )

Data/Vector/Fusion/Stream/Size.hs:25:10: warning: [-Wmissing-methods]
    • No explicit implementation for
        ‘*’, ‘abs’, and ‘signum’
    • In the instance declaration for ‘Num Size’
[ 5 of 19] Compiling Data.Vector.Fusion.Stream.Monadic ( Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o )
[ 6 of 19] Compiling Data.Vector.Fusion.Stream ( Data/Vector/Fusion/Stream.hs, dist/build/Data/Vector/Fusion/Stream.o )
[ 7 of 19] Compiling Data.Vector.Generic.Mutable ( Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o )
[ 8 of 19] Compiling Data.Vector.Generic.Base ( Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o )
[ 9 of 19] Compiling Data.Vector.Mutable ( Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o )
[10 of 19] Compiling Data.Vector.Primitive.Mutable ( Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o )
[11 of 19] Compiling Data.Vector.Storable.Mutable ( Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o )

Data/Vector/Storable/Mutable.hs:450:1: warning: [-Winline-rule-shadowing]
    Rule "unsafeFromForeignPtr fp 0 n -> unsafeFromForeignPtr0 fp n " may never fire
      because ‘unsafeFromForeignPtr’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘unsafeFromForeignPtr’
[12 of 19] Compiling Data.Vector.Generic.New ( Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o )
[13 of 19] Compiling Data.Vector.Generic ( Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o )
[14 of 19] Compiling Data.Vector.Primitive ( Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o )
[15 of 19] Compiling Data.Vector.Unboxed.Base ( Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o )
[16 of 19] Compiling Data.Vector.Unboxed.Mutable ( Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o )
[17 of 19] Compiling Data.Vector.Storable ( Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o )

Data/Vector/Storable.hs:1398:1: warning: [-Winline-rule-shadowing]
    Rule "unsafeFromForeignPtr fp 0 n -> unsafeFromForeignPtr0 fp n " may never fire
      because ‘unsafeFromForeignPtr’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘unsafeFromForeignPtr’
[18 of 19] Compiling Data.Vector.Unboxed ( Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o )
[19 of 19] Compiling Data.Vector      ( Data/Vector.hs, dist/build/Data/Vector.o )
Running Haddock for vector-0.10.12.3...
Running hscolour for vector-0.10.12.3...
Preprocessing library vector-0.10.12.3...
Preprocessing library vector-0.10.12.3...

Data/Vector/Fusion/Stream/Size.hs:25:10: warning: [-Wmissing-methods]
    • No explicit implementation for
        ‘*’, ‘abs’, and ‘signum’
    • In the instance declaration for ‘Num Size’
Haddock coverage:
  25% (  1 /  4) in 'Data.Vector.Storable.Internal'
  Missing documentation for:
    getPtr (Data/Vector/Storable/Internal.hs:26)
    setPtr (Data/Vector/Storable/Internal.hs:30)
    updPtr (Data/Vector/Storable/Internal.hs:34)
  11% (  1 /  9) in 'Data.Vector.Internal.Check'
  Missing documentation for:
    Checks (Data/Vector/Internal/Check.hs:49)
    doChecks (Data/Vector/Internal/Check.hs:73)
    error (Data/Vector/Internal/Check.hs:82)
    internalError (Data/Vector/Internal/Check.hs:87)
    check (Data/Vector/Internal/Check.hs:103)
    checkIndex (Data/Vector/Internal/Check.hs:117)
    checkLength (Data/Vector/Internal/Check.hs:131)
    checkSlice (Data/Vector/Internal/Check.hs:145)
 100% (  5 /  5) in 'Data.Vector.Fusion.Util'
 100% (  6 /  6) in 'Data.Vector.Fusion.Stream.Size'
  83% (104 /126) in 'Data.Vector.Fusion.Stream.Monadic'
  Missing documentation for:
    SPEC (Data/Vector/Fusion/Stream/Monadic.hs:102)
    generate (Data/Vector/Fusion/Stream/Monadic.hs:179)
    unbox (Data/Vector/Fusion/Stream/Monadic.hs:431)
    concatMap (Data/Vector/Fusion/Stream/Monadic.hs:933)
    zipWithM_ (Data/Vector/Fusion/Stream/Monadic.hs:509)
    zipWith3M (Data/Vector/Fusion/Stream/Monadic.hs:513)
    zipWith4M (Data/Vector/Fusion/Stream/Monadic.hs:540)
    zipWith5M (Data/Vector/Fusion/Stream/Monadic.hs:547)
    zipWith6M (Data/Vector/Fusion/Stream/Monadic.hs:554)
    zipWith (Data/Vector/Fusion/Stream/Monadic.hs:562)
    zipWith3 (Data/Vector/Fusion/Stream/Monadic.hs:566)
    zipWith4 (Data/Vector/Fusion/Stream/Monadic.hs:571)
    zipWith5 (Data/Vector/Fusion/Stream/Monadic.hs:577)
    zipWith6 (Data/Vector/Fusion/Stream/Monadic.hs:583)
    zip (Data/Vector/Fusion/Stream/Monadic.hs:589)
    zip3 (Data/Vector/Fusion/Stream/Monadic.hs:593)
    zip4 (Data/Vector/Fusion/Stream/Monadic.hs:597)
    zip5 (Data/Vector/Fusion/Stream/Monadic.hs:602)
    zip6 (Data/Vector/Fusion/Stream/Monadic.hs:607)
    and (Data/Vector/Fusion/Stream/Monadic.hs:907)
    or (Data/Vector/Fusion/Stream/Monadic.hs:920)
    concatMapM (Data/Vector/Fusion/Stream/Monadic.hs:937)
  85% ( 88 /104) in 'Data.Vector.Fusion.Stream'
  Missing documentation for:
    inplace (Data/Vector/Fusion/Stream.hs:107)
    concatMap (Data/Vector/Fusion/Stream.hs:257)
    unbox (Data/Vector/Fusion/Stream.hs:253)
    zipWith4 (Data/Vector/Fusion/Stream.hs:285)
    zipWith5 (Data/Vector/Fusion/Stream.hs:291)
    zipWith6 (Data/Vector/Fusion/Stream.hs:297)
    zip (Data/Vector/Fusion/Stream.hs:303)
    zip3 (Data/Vector/Fusion/Stream.hs:307)
    zip4 (Data/Vector/Fusion/Stream.hs:311)
    zip5 (Data/Vector/Fusion/Stream.hs:316)
    zip6 (Data/Vector/Fusion/Stream.hs:321)
    and (Data/Vector/Fusion/Stream.hs:407)
    or (Data/Vector/Fusion/Stream.hs:411)
    unsafeFromList (Data/Vector/Fusion/Stream.hs:626)
    zipWithM (Data/Vector/Fusion/Stream.hs:537)
    zipWithM_ (Data/Vector/Fusion/Stream.hs:541)
  64% ( 42 / 66) in 'Data.Vector.Generic.Mutable'
  Missing documentation for:
    init (Data/Vector/Generic/Mutable.hs:447)
    tail (Data/Vector/Generic/Mutable.hs:451)
    take (Data/Vector/Generic/Mutable.hs:426)
    drop (Data/Vector/Generic/Mutable.hs:430)
    splitAt (Data/Vector/Generic/Mutable.hs:438)
    unsafeInit (Data/Vector/Generic/Mutable.hs:465)
    unsafeTail (Data/Vector/Generic/Mutable.hs:469)
    unsafeTake (Data/Vector/Generic/Mutable.hs:473)
    unsafeDrop (Data/Vector/Generic/Mutable.hs:477)
    overlaps (Data/Vector/Generic/Mutable.hs:485)
    mstream (Data/Vector/Generic/Mutable.hs:237)
    mstreamR (Data/Vector/Generic/Mutable.hs:266)
    transform (Data/Vector/Generic/Mutable.hs:261)
    transformR (Data/Vector/Generic/Mutable.hs:295)
    fill (Data/Vector/Generic/Mutable.hs:248)
    fillR (Data/Vector/Generic/Mutable.hs:279)
    unsafeAccum (Data/Vector/Generic/Mutable.hs:736)
    accum (Data/Vector/Generic/Mutable.hs:712)
    unsafeUpdate (Data/Vector/Generic/Mutable.hs:749)
    update (Data/Vector/Generic/Mutable.hs:725)
    reverse (Data/Vector/Generic/Mutable.hs:760)
    unstablePartition (Data/Vector/Generic/Mutable.hs:769)
    unstablePartitionStream (Data/Vector/Generic/Mutable.hs:798)
    partitionStream (Data/Vector/Generic/Mutable.hs:826)
 100% (  3 /  3) in 'Data.Vector.Generic.Base'
  76% ( 37 / 49) in 'Data.Vector.Mutable'
  Missing documentation for:
    IOVector (Data/Vector/Mutable.hs:73)
    STVector (Data/Vector/Mutable.hs:74)
    init (Data/Vector/Mutable.hs:221)
    tail (Data/Vector/Mutable.hs:225)
    take (Data/Vector/Mutable.hs:209)
    drop (Data/Vector/Mutable.hs:213)
    splitAt (Data/Vector/Mutable.hs:218)
    unsafeInit (Data/Vector/Mutable.hs:246)
    unsafeTail (Data/Vector/Mutable.hs:250)
    unsafeTake (Data/Vector/Mutable.hs:238)
    unsafeDrop (Data/Vector/Mutable.hs:242)
    overlaps (Data/Vector/Mutable.hs:258)
  76% ( 38 / 50) in 'Data.Vector.Primitive.Mutable'
  Missing documentation for:
    IOVector (Data/Vector/Primitive/Mutable.hs:73)
    STVector (Data/Vector/Primitive/Mutable.hs:74)
    init (Data/Vector/Primitive/Mutable.hs:149)
    tail (Data/Vector/Primitive/Mutable.hs:153)
    take (Data/Vector/Primitive/Mutable.hs:137)
    drop (Data/Vector/Primitive/Mutable.hs:141)
    splitAt (Data/Vector/Primitive/Mutable.hs:145)
    unsafeInit (Data/Vector/Primitive/Mutable.hs:175)
    unsafeTail (Data/Vector/Primitive/Mutable.hs:179)
    unsafeTake (Data/Vector/Primitive/Mutable.hs:167)
    unsafeDrop (Data/Vector/Primitive/Mutable.hs:171)
    overlaps (Data/Vector/Primitive/Mutable.hs:187)
  79% ( 46 / 58) in 'Data.Vector.Storable.Mutable'
  Missing documentation for:
    IOVector (Data/Vector/Storable/Mutable.hs:95)
    STVector (Data/Vector/Storable/Mutable.hs:96)
    init (Data/Vector/Storable/Mutable.hs:226)
    tail (Data/Vector/Storable/Mutable.hs:230)
    take (Data/Vector/Storable/Mutable.hs:214)
    drop (Data/Vector/Storable/Mutable.hs:218)
    splitAt (Data/Vector/Storable/Mutable.hs:222)
    unsafeInit (Data/Vector/Storable/Mutable.hs:252)
    unsafeTail (Data/Vector/Storable/Mutable.hs:256)
    unsafeTake (Data/Vector/Storable/Mutable.hs:244)
    unsafeDrop (Data/Vector/Storable/Mutable.hs:248)
    overlaps (Data/Vector/Storable/Mutable.hs:264)
   5% (  1 / 20) in 'Data.Vector.Generic.New'
  Missing documentation for:
    New (Data/Vector/Generic/New.hs:37)
    create (Data/Vector/Generic/New.hs:39)
    run (Data/Vector/Generic/New.hs:43)
    runPrim (Data/Vector/Generic/New.hs:47)
    apply (Data/Vector/Generic/New.hs:51)
    modify (Data/Vector/Generic/New.hs:55)
    modifyWithStream (Data/Vector/Generic/New.hs:59)
    unstream (Data/Vector/Generic/New.hs:64)
    transform (Data/Vector/Generic/New.hs:68)
    unstreamR (Data/Vector/Generic/New.hs:89)
    transformR (Data/Vector/Generic/New.hs:93)
    slice (Data/Vector/Generic/New.hs:113)
    init (Data/Vector/Generic/New.hs:117)
    tail (Data/Vector/Generic/New.hs:121)
    take (Data/Vector/Generic/New.hs:125)
    drop (Data/Vector/Generic/New.hs:129)
    unsafeSlice (Data/Vector/Generic/New.hs:133)
    unsafeInit (Data/Vector/Generic/New.hs:137)
    unsafeTail (Data/Vector/Generic/New.hs:141)
  93% (215 /232) in 'Data.Vector.Generic'
  Missing documentation for:
    zipWith4 (Data/Vector/Generic.hs:1060)
    zipWith5 (Data/Vector/Generic.hs:1069)
    zipWith6 (Data/Vector/Generic.hs:1081)
    izipWith3 (Data/Vector/Generic.hs:1103)
    izipWith4 (Data/Vector/Generic.hs:1111)
    izipWith5 (Data/Vector/Generic.hs:1120)
    izipWith6 (Data/Vector/Generic.hs:1132)
    zip3 (Data/Vector/Generic.hs:1150)
    zip4 (Data/Vector/Generic.hs:1155)
    zip5 (Data/Vector/Generic.hs:1160)
    zip6 (Data/Vector/Generic.hs:1166)
    unzip3 (Data/Vector/Generic.hs:1198)
    unzip4 (Data/Vector/Generic.hs:1205)
    unzip5 (Data/Vector/Generic.hs:1214)
    unzip6 (Data/Vector/Generic.hs:1224)
    dataCast (Data/Vector/Generic.hs:2029)
    mkType (Data/Vector/Generic.hs:2024)
  97% (185 /191) in 'Data.Vector.Primitive'
  Missing documentation for:
    zipWith4 (Data/Vector/Primitive.hs:804)
    zipWith5 (Data/Vector/Primitive.hs:810)
    zipWith6 (Data/Vector/Primitive.hs:818)
    izipWith4 (Data/Vector/Primitive.hs:840)
    izipWith5 (Data/Vector/Primitive.hs:846)
    izipWith6 (Data/Vector/Primitive.hs:854)
  17% (  1 /  6) in 'Data.Vector.Unboxed.Base'
  Missing documentation for:
    MVector (Data/Vector/Unboxed/Base.hs:53)
    IOVector (Data/Vector/Unboxed/Base.hs:56)
    STVector (Data/Vector/Unboxed/Base.hs:57)
    Vector (Data/Vector/Unboxed/Base.hs:54)
    Unbox (Data/Vector/Unboxed/Base.hs:61)
  77% ( 47 / 61) in 'Data.Vector.Unboxed.Mutable'
  Missing documentation for:
    MVector (Data/Vector/Unboxed/Base.hs:53)
    IOVector (Data/Vector/Unboxed/Base.hs:56)
    STVector (Data/Vector/Unboxed/Base.hs:57)
    Unbox (Data/Vector/Unboxed/Base.hs:61)
    init (Data/Vector/Unboxed/Mutable.hs:98)
    tail (Data/Vector/Unboxed/Mutable.hs:102)
    take (Data/Vector/Unboxed/Mutable.hs:86)
    drop (Data/Vector/Unboxed/Mutable.hs:90)
    splitAt (Data/Vector/Unboxed/Mutable.hs:94)
    unsafeInit (Data/Vector/Unboxed/Mutable.hs:124)
    unsafeTail (Data/Vector/Unboxed/Mutable.hs:128)
    unsafeTake (Data/Vector/Unboxed/Mutable.hs:116)
    unsafeDrop (Data/Vector/Unboxed/Mutable.hs:120)
    overlaps (Data/Vector/Unboxed/Mutable.hs:136)
  97% (194 /200) in 'Data.Vector.Storable'
  Missing documentation for:
    zipWith4 (Data/Vector/Storable.hs:812)
    zipWith5 (Data/Vector/Storable.hs:818)
    zipWith6 (Data/Vector/Storable.hs:826)
    izipWith4 (Data/Vector/Storable.hs:848)
    izipWith5 (Data/Vector/Storable.hs:854)
    izipWith6 (Data/Vector/Storable.hs:862)
  96% (201 /210) in 'Data.Vector.Unboxed'
  Missing documentation for:
    Vector (Data/Vector/Unboxed/Base.hs:54)
    MVector (Data/Vector/Unboxed/Base.hs:53)
    Unbox (Data/Vector/Unboxed/Base.hs:61)
    zipWith4 (Data/Vector/Unboxed.hs:835)
    zipWith5 (Data/Vector/Unboxed.hs:841)
    zipWith6 (Data/Vector/Unboxed.hs:848)
    izipWith4 (Data/Vector/Unboxed.hs:869)
    izipWith5 (Data/Vector/Unboxed.hs:875)
    izipWith6 (Data/Vector/Unboxed.hs:882)
  94% (199 /212) in 'Data.Vector'
  Missing documentation for:
    zipWith4 (Data/Vector.hs:927)
    zipWith5 (Data/Vector.hs:932)
    zipWith6 (Data/Vector.hs:938)
    izipWith4 (Data/Vector.hs:956)
    izipWith5 (Data/Vector.hs:961)
    izipWith6 (Data/Vector.hs:967)
    zip4 (Data/Vector.hs:983)
    zip5 (Data/Vector.hs:988)
    zip6 (Data/Vector.hs:993)
    unzip3 (Data/Vector.hs:1006)
    unzip4 (Data/Vector.hs:1010)
    unzip5 (Data/Vector.hs:1014)
    unzip6 (Data/Vector.hs:1019)
Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for:
    D:R:MVectorsBool0 MV_Bool D:R:MVectorsChar0 MV_Char D:R:MVectorsDouble0 MV_Double D:R:MVectorsFloat0 MV_Float D:R:MVectorsWord640 MV_Word64 D:R:MVectorsWord320 MV_Word32 D:R:MVectorsWord160 MV_Word16 D:R:MVectorsWord80 MV_Word8 D:R:MVectorsWord0 MV_Word D:R:MVectorsInt640 MV_Int64 D:R:MVectorsInt320 MV_Int32 D:R:MVectorsInt160 MV_Int16 D:R:MVectorsInt80 MV_Int8 D:R:MVectorsInt0 MV_Int D:R:MVectors()0 MV_Unit D:R:MVectorsComplex0 MV_Complex D:R:MVectors(,)0 MV_2 D:R:MVectors(,,)0 MV_3 D:R:MVectors(,,,)0 MV_4 D:R:MVectors(,,,,)0 MV_5 D:R:MVectors(,,,,,)0 MV_6
Warning: Data.Vector.Unboxed: could not find link destinations for:
    D:R:VectorBool0 V_Bool D:R:VectorChar0 V_Char D:R:VectorDouble0 V_Double D:R:VectorFloat0 V_Float D:R:VectorInt0 V_Int D:R:VectorInt80 V_Int8 D:R:VectorInt160 V_Int16 D:R:VectorInt320 V_Int32 D:R:VectorInt640 V_Int64 D:R:VectorWord0 V_Word D:R:VectorWord80 V_Word8 D:R:VectorWord160 V_Word16 D:R:VectorWord320 V_Word32 D:R:VectorWord640 V_Word64 D:R:Vector()0 V_Unit D:R:VectorComplex0 V_Complex D:R:Vector(,)0 V_2 D:R:Vector(,,)0 V_3 D:R:Vector(,,,)0 V_4 D:R:Vector(,,,,)0 V_5 D:R:Vector(,,,,,)0 V_6 D:R:MVectorsBool0 MV_Bool D:R:MVectorsChar0 MV_Char D:R:MVectorsDouble0 MV_Double D:R:MVectorsFloat0 MV_Float D:R:MVectorsWord640 MV_Word64 D:R:MVectorsWord320 MV_Word32 D:R:MVectorsWord160 MV_Word16 D:R:MVectorsWord80 MV_Word8 D:R:MVectorsWord0 MV_Word D:R:MVectorsInt640 MV_Int64 D:R:MVectorsInt320 MV_Int32 D:R:MVectorsInt160 MV_Int16 D:R:MVectorsInt80 MV_Int8 D:R:MVectorsInt0 MV_Int D:R:MVectors()0 MV_Unit D:R:MVectorsComplex0 MV_Complex D:R:MVectors(,)0 MV_2 D:R:MVectors(,,)0 MV_3 D:R:MVectors(,,,)0 MV_4 D:R:MVectors(,,,,)0 MV_5 D:R:MVectors(,,,,,)0 MV_6
Documentation created: dist/doc/html/vector/index.html,
dist/doc/html/vector/vector.txt
Creating package registration file:
/tmp/pkgConf-vector-0.10.12871700699701943705.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/vector-0.10.12.3-IR1PdKtcTMfG5IvQmU7vVF
Registering vector-0.10.12.3...
cabal: Leaving directory '/tmp/cabal-tmp-14199/vector-0.10.12.3'
Installed vector-0.10.12.3
cabal: Entering directory '/tmp/cabal-tmp-14199/parsec-3.1.11'
Configuring parsec-3.1.11...
Building parsec-3.1.11...
Preprocessing library parsec-3.1.11...
[ 1 of 25] Compiling Text.Parsec.Pos  ( Text/Parsec/Pos.hs, dist/build/Text/Parsec/Pos.o )
[ 2 of 25] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist/build/Text/ParserCombinators/Parsec/Pos.o )
[ 3 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs, dist/build/Text/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.String ( Text/Parsec/String.hs, dist/build/Text/Parsec/String.o )
[ 6 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs, dist/build/Text/Parsec/Text.o )
[ 7 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs, dist/build/Text/Parsec/Text/Lazy.o )
[ 8 of 25] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist/build/Text/ParserCombinators/Parsec/Error.o )
[ 9 of 25] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist/build/Text/ParserCombinators/Parsec/Prim.o )
[10 of 25] Compiling Text.Parsec.Combinator ( Text/Parsec/Combinator.hs, dist/build/Text/Parsec/Combinator.o )
[11 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs, dist/build/Text/Parsec/Expr.o )
[12 of 25] Compiling Text.ParserCombinators.Parsec.Combinator ( Text/ParserCombinators/Parsec/Combinator.hs, dist/build/Text/ParserCombinators/Parsec/Combinator.o )
[13 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs, dist/build/Text/Parsec/Char.o )
[14 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs, dist/build/Text/Parsec/Token.o )
[15 of 25] Compiling Text.ParserCombinators.Parsec.Token ( Text/ParserCombinators/Parsec/Token.hs, dist/build/Text/ParserCombinators/Parsec/Token.o )
[16 of 25] Compiling Text.ParserCombinators.Parsec.Char ( Text/ParserCombinators/Parsec/Char.hs, dist/build/Text/ParserCombinators/Parsec/Char.o )
[17 of 25] Compiling Text.ParserCombinators.Parsec ( Text/ParserCombinators/Parsec.hs, dist/build/Text/ParserCombinators/Parsec.o )
[18 of 25] Compiling Text.ParserCombinators.Parsec.Expr ( Text/ParserCombinators/Parsec/Expr.hs, dist/build/Text/ParserCombinators/Parsec/Expr.o )
[19 of 25] Compiling Text.Parsec.ByteString.Lazy ( Text/Parsec/ByteString/Lazy.hs, dist/build/Text/Parsec/ByteString/Lazy.o )
[20 of 25] Compiling Text.Parsec.ByteString ( Text/Parsec/ByteString.hs, dist/build/Text/Parsec/ByteString.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 )
[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 )
Running Haddock for parsec-3.1.11...
Running hscolour for parsec-3.1.11...
Preprocessing library parsec-3.1.11...
Preprocessing library parsec-3.1.11...
Haddock coverage:
  82% ( 14 / 17) in 'Text.Parsec.Pos'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:31)
    Line (Text/Parsec/Pos.hs:32)
    Column (Text/Parsec/Pos.hs:33)
  82% ( 14 / 17) in 'Text.ParserCombinators.Parsec.Pos'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:31)
    Line (Text/Parsec/Pos.hs:32)
    Column (Text/Parsec/Pos.hs:33)
  43% (  6 / 14) in 'Text.Parsec.Error'
  Missing documentation for:
    errorIsUnknown (Text/Parsec/Error.hs:113)
    showErrorMessages (Text/Parsec/Error.hs:176)
    newErrorMessage (Text/Parsec/Error.hs:123)
    newErrorUnknown (Text/Parsec/Error.hs:119)
    addErrorMessage (Text/Parsec/Error.hs:127)
    setErrorPos (Text/Parsec/Error.hs:131)
    setErrorMessage (Text/Parsec/Error.hs:135)
    mergeError (Text/Parsec/Error.hs:139)
  64% ( 32 / 50) in 'Text.Parsec.Prim'
  Missing documentation for:
    unknownError (Text/Parsec/Prim.hs:93)
    sysUnExpectError (Text/Parsec/Prim.hs:96)
    Parsec (Text/Parsec/Prim.hs:159)
    Consumed (Text/Parsec/Prim.hs:161)
    Reply (Text/Parsec/Prim.hs:165)
    State (Text/Parsec/Prim.hs:169)
    parsecMap (Text/Parsec/Prim.hs:187)
    parserReturn (Text/Parsec/Prim.hs:231)
    parserBind (Text/Parsec/Prim.hs:236)
    mergeErrorReply (Text/Parsec/Prim.hs:276)
    parserFail (Text/Parsec/Prim.hs:282)
    parserPlus (Text/Parsec/Prim.hs:300)
    labels (Text/Parsec/Prim.hs:355)
    tokens (Text/Parsec/Prim.hs:406)
    tokenPrimEx (Text/Parsec/Prim.hs:543)
    manyAccum (Text/Parsec/Prim.hs:602)
    runPT (Text/Parsec/Prim.hs:620)
    runP (Text/Parsec/Prim.hs:634)
  50% (  2 /  4) in 'Text.Parsec.String'
  Missing documentation for:
    Parser (Text/Parsec/String.hs:22)
    GenParser (Text/Parsec/String.hs:23)
  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)
  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:113)
    showErrorMessages (Text/Parsec/Error.hs:176)
    newErrorMessage (Text/Parsec/Error.hs:123)
    newErrorUnknown (Text/Parsec/Error.hs:119)
    addErrorMessage (Text/Parsec/Error.hs:127)
    setErrorPos (Text/Parsec/Error.hs:131)
    setErrorMessage (Text/Parsec/Error.hs:135)
    mergeError (Text/Parsec/Error.hs:139)
  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:406)
    tokenPrimEx (Text/Parsec/Prim.hs:543)
    try (Text/ParserCombinators/Parsec/Prim.hs:64)
    labels (Text/Parsec/Prim.hs:355)
    pzero (Text/ParserCombinators/Parsec/Prim.hs:54)
    State (Text/Parsec/Prim.hs:169)
 100% ( 24 / 24) in 'Text.Parsec.Combinator'
 100% (  5 /  5) in 'Text.Parsec.Expr'
 100% ( 24 / 24) in 'Text.ParserCombinators.Parsec.Combinator'
 100% ( 20 / 20) in 'Text.Parsec.Char'
  67% (  4 /  6) in 'Text.Parsec.Token'
  Missing documentation for:
    LanguageDef (Text/Parsec/Token.hs:39)
    TokenParser (Text/Parsec/Token.hs:110)
  67% (  4 /  6) in 'Text.ParserCombinators.Parsec.Token'
  Missing documentation for:
    LanguageDef (Text/Parsec/Token.hs:39)
    TokenParser (Text/Parsec/Token.hs:110)
  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:31)
    Line (Text/Parsec/Pos.hs:32)
    Column (Text/Parsec/Pos.hs:33)
  40% (  2 /  5) in 'Text.ParserCombinators.Parsec.Expr'
  Missing documentation for:
    Operator (Text/ParserCombinators/Parsec/Expr.hs:29)
    OperatorTable (Text/ParserCombinators/Parsec/Expr.hs:33)
    buildExpressionParser (Text/ParserCombinators/Parsec/Expr.hs:40)
  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)
  50% (  2 /  4) in 'Text.Parsec.ByteString'
  Missing documentation for:
    Parser (Text/Parsec/ByteString.hs:24)
    GenParser (Text/Parsec/ByteString.hs:25)
  78% ( 73 / 94) in 'Text.Parsec'
  Missing documentation for:
    Parsec (Text/Parsec/Prim.hs:159)
    tokens (Text/Parsec/Prim.hs:406)
    labels (Text/Parsec/Prim.hs:355)
    SourceName (Text/Parsec/Pos.hs:31)
    Line (Text/Parsec/Pos.hs:32)
    Column (Text/Parsec/Pos.hs:33)
    manyAccum (Text/Parsec/Prim.hs:602)
    tokenPrimEx (Text/Parsec/Prim.hs:543)
    runPT (Text/Parsec/Prim.hs:620)
    unknownError (Text/Parsec/Prim.hs:93)
    sysUnExpectError (Text/Parsec/Prim.hs:96)
    mergeErrorReply (Text/Parsec/Prim.hs:276)
    runP (Text/Parsec/Prim.hs:634)
    Consumed (Text/Parsec/Prim.hs:161)
    Reply (Text/Parsec/Prim.hs:165)
    State (Text/Parsec/Prim.hs:169)
    parsecMap (Text/Parsec/Prim.hs:187)
    parserReturn (Text/Parsec/Prim.hs:231)
    parserBind (Text/Parsec/Prim.hs:236)
    parserFail (Text/Parsec/Prim.hs:282)
    parserPlus (Text/Parsec/Prim.hs:300)
  90% (  9 / 10) in 'Text.Parsec.Language'
  Missing documentation for:
    LanguageDef (Text/Parsec/Token.hs:39)
  90% (  9 / 10) in 'Text.ParserCombinators.Parsec.Language'
  Missing documentation for:
    LanguageDef (Text/Parsec/Token.hs:39)
 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.11129709433574690958.11
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/parsec-3.1.11-37j7M1YEHqtEooY7BpJdri
Registering parsec-3.1.11...
cabal: Leaving directory '/tmp/cabal-tmp-14199/parsec-3.1.11'
Installed parsec-3.1.11
cabal: Entering directory '/tmp/cabal-tmp-14199/limp-cbc-0.3.2.1'
Configuring limp-cbc-0.3.2.1...
Building limp-cbc-0.3.2.1...
Preprocessing library limp-cbc-0.3.2.1...
[1 of 6] Compiling Numeric.Limp.Solvers.Cbc.Internal.Foreign ( dist/build/Numeric/Limp/Solvers/Cbc/Internal/Foreign.hs, dist/build/Numeric/Limp/Solvers/Cbc/Internal/Foreign.o )

src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:13:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[2 of 6] Compiling Numeric.Limp.Solvers.Cbc.Internal.Wrapper ( src/Numeric/Limp/Solvers/Cbc/Internal/Wrapper.hs, dist/build/Numeric/Limp/Solvers/Cbc/Internal/Wrapper.o )
[3 of 6] Compiling Numeric.Limp.Solvers.Cbc.MatrixRepr ( src/Numeric/Limp/Solvers/Cbc/MatrixRepr.hs, dist/build/Numeric/Limp/Solvers/Cbc/MatrixRepr.o )
[4 of 6] Compiling Numeric.Limp.Solvers.Cbc.Error ( src/Numeric/Limp/Solvers/Cbc/Error.hs, dist/build/Numeric/Limp/Solvers/Cbc/Error.o )
[5 of 6] Compiling Numeric.Limp.Solvers.Cbc.Solve ( src/Numeric/Limp/Solvers/Cbc/Solve.hs, dist/build/Numeric/Limp/Solvers/Cbc/Solve.o )
[6 of 6] Compiling Numeric.Limp.Solvers.Cbc ( src/Numeric/Limp/Solvers/Cbc.hs, dist/build/Numeric/Limp/Solvers/Cbc.o )
Running Haddock for limp-cbc-0.3.2.1...
Running hscolour for limp-cbc-0.3.2.1...
Preprocessing library limp-cbc-0.3.2.1...
Preprocessing library limp-cbc-0.3.2.1...

src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:13:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
Haddock coverage:
   0% (  0 / 27) in 'Numeric.Limp.Solvers.Cbc.Internal.Foreign'
  Missing documentation for:
    Module header
    cbcDeleteModel_funptr (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:21)
    CbcModel (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:23)
    mkCbcModel (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:24)
    CbcModelPtr (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:24)
    withCbcModel (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:28)
    newModel (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:32)
    withVecI (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:35)
    withVecD (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:39)
    loadProblem (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:44)
    setInteger (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:64)
    branchAndBound (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:70)
    getSolution (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:75)
    setObjSense (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:83)
    setLogLevel (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:89)
    isProvenInfeasible (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:95)
    getCoinDblMax (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:100)
    newModel'_ (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:104)
    loadProblem'_ (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:107)
    setInteger'_ (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:110)
    branchAndBound'_ (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:113)
    getNumCols (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:116)
    getBestSolution (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:119)
    setObjSense'_ (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:122)
    setLogLevel'_ (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:125)
    isProvenInfeasible'_ (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:128)
    getCoinDblMax'_ (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:131)
   0% (  0 / 12) in 'Numeric.Limp.Solvers.Cbc.Internal.Wrapper'
  Missing documentation for:
    Module header
    CbcModel (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:23)
    newModel (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:32)
    branchAndBound (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:70)
    setInteger (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:64)
    setObjSense (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:83)
    setLogLevel (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:89)
    getSolution (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:75)
    isProvenInfeasible (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:95)
    getCoinDblMax (src/Numeric/Limp/Solvers/Cbc/Internal/Foreign.chs:100)
    setQuiet (src/Numeric/Limp/Solvers/Cbc/Internal/Wrapper.hs:23)
    loadProblem (src/Numeric/Limp/Solvers/Cbc/Internal/Wrapper.hs:26)
  25% (  1 /  4) in 'Numeric.Limp.Solvers.Cbc.MatrixRepr'
  Missing documentation for:
    Module header
    matrixReprOfProgram (src/Numeric/Limp/Solvers/Cbc/MatrixRepr.hs:49)
    makeAssignment (src/Numeric/Limp/Solvers/Cbc/MatrixRepr.hs:103)
   0% (  0 /  2) in 'Numeric.Limp.Solvers.Cbc.Error'
  Missing documentation for:
    Module header
    Error (src/Numeric/Limp/Solvers/Cbc/Error.hs:3)
   0% (  0 /  2) in 'Numeric.Limp.Solvers.Cbc.Solve'
  Missing documentation for:
    Module header
    solve (src/Numeric/Limp/Solvers/Cbc/Solve.hs:13)
   0% (  0 /  3) in 'Numeric.Limp.Solvers.Cbc'
  Missing documentation for:
    Module header
    Error (src/Numeric/Limp/Solvers/Cbc/Error.hs:3)
    solve (src/Numeric/Limp/Solvers/Cbc.hs:12)
Documentation created: dist/doc/html/limp-cbc/index.html,
dist/doc/html/limp-cbc/limp-cbc.txt
Creating package registration file:
/tmp/pkgConf-limp-cbc-0.3.22200710061727671564.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/limp-cbc-0.3.2.1-1r0rfiI6JeoCS03JSziiHj
Registering limp-cbc-0.3.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/limp-cbc-0.3.2.1'
Installed limp-cbc-0.3.2.1
cabal: Entering directory '/tmp/cabal-tmp-14199/ddc-core-0.4.3.1'
Configuring ddc-core-0.4.3.1...
Building ddc-core-0.4.3.1...
Preprocessing library ddc-core-0.4.3.1...
[  1 of 148] Compiling DDC.Version      ( DDC/Version.hs, dist/build/DDC/Version.o )
[  2 of 148] Compiling DDC.Type.Exp.TyCon ( DDC/Type/Exp/TyCon.hs, dist/build/DDC/Type/Exp/TyCon.o )
[  3 of 148] Compiling DDC.Type.Exp.Simple.Exp ( DDC/Type/Exp/Simple/Exp.hs, dist/build/DDC/Type/Exp/Simple/Exp.o )
[  4 of 148] Compiling DDC.Type.Exp.Simple.NFData ( DDC/Type/Exp/Simple/NFData.hs, dist/build/DDC/Type/Exp/Simple/NFData.o )
[  5 of 148] Compiling DDC.Type.Exp.Generic.Exp ( DDC/Type/Exp/Generic/Exp.hs, dist/build/DDC/Type/Exp/Generic/Exp.o )
[  6 of 148] Compiling DDC.Type.Exp.Generic.NFData ( DDC/Type/Exp/Generic/NFData.hs, dist/build/DDC/Type/Exp/Generic/NFData.o )
[  7 of 148] Compiling DDC.Type.Exp.Generic.Predicates ( DDC/Type/Exp/Generic/Predicates.hs, dist/build/DDC/Type/Exp/Generic/Predicates.o )
[  8 of 148] Compiling DDC.Type.Exp.Generic.Binding ( DDC/Type/Exp/Generic/Binding.hs, dist/build/DDC/Type/Exp/Generic/Binding.o )
[  9 of 148] Compiling DDC.Type.Exp.Generic.Compounds ( DDC/Type/Exp/Generic/Compounds.hs, dist/build/DDC/Type/Exp/Generic/Compounds.o )
[ 10 of 148] Compiling DDC.Type.Exp.Generic ( DDC/Type/Exp/Generic.hs, dist/build/DDC/Type/Exp/Generic.o )
[ 11 of 148] Compiling DDC.Type.Exp.Flat.Exp ( DDC/Type/Exp/Flat/Exp.hs, dist/build/DDC/Type/Exp/Flat/Exp.o )
[ 12 of 148] Compiling DDC.Type.Exp     ( DDC/Type/Exp.hs, dist/build/DDC/Type/Exp.o )
[ 13 of 148] Compiling DDC.Type.Sum     ( DDC/Type/Sum.hs, dist/build/DDC/Type/Sum.o )
[ 14 of 148] Compiling DDC.Type.Exp.Simple.Compounds ( DDC/Type/Exp/Simple/Compounds.hs, dist/build/DDC/Type/Exp/Simple/Compounds.o )
[ 15 of 148] Compiling DDC.Type.Exp.Simple.Predicates ( DDC/Type/Exp/Simple/Predicates.hs, dist/build/DDC/Type/Exp/Simple/Predicates.o )
[ 16 of 148] Compiling DDC.Type.Transform.BoundT ( DDC/Type/Transform/BoundT.hs, dist/build/DDC/Type/Transform/BoundT.o )
[ 17 of 148] Compiling DDC.Type.Env     ( DDC/Type/Env.hs, dist/build/DDC/Type/Env.o )
[ 18 of 148] Compiling DDC.Type.DataDef ( DDC/Type/DataDef.hs, dist/build/DDC/Type/DataDef.o )
[ 19 of 148] Compiling DDC.Type.Transform.SpreadT ( DDC/Type/Transform/SpreadT.hs, dist/build/DDC/Type/Transform/SpreadT.o )
[ 20 of 148] Compiling DDC.Type.Bind    ( DDC/Type/Bind.hs, dist/build/DDC/Type/Bind.o )
[ 21 of 148] Compiling DDC.Data.Pretty  ( DDC/Data/Pretty.hs, dist/build/DDC/Data/Pretty.o )
[ 22 of 148] Compiling DDC.Data.SourcePos ( DDC/Data/SourcePos.hs, dist/build/DDC/Data/SourcePos.o )
[ 23 of 148] Compiling DDC.Type.Exp.Generic.Pretty ( DDC/Type/Exp/Generic/Pretty.hs, dist/build/DDC/Type/Exp/Generic/Pretty.o )
[ 24 of 148] Compiling DDC.Type.Exp.Flat.Pretty ( DDC/Type/Exp/Flat/Pretty.hs, dist/build/DDC/Type/Exp/Flat/Pretty.o )
[ 25 of 148] Compiling DDC.Type.Exp.Flat ( DDC/Type/Exp/Flat.hs, dist/build/DDC/Type/Exp/Flat.o )
[ 26 of 148] Compiling DDC.Type.Exp.Pretty ( DDC/Type/Exp/Pretty.hs, dist/build/DDC/Type/Exp/Pretty.o )
[ 27 of 148] Compiling DDC.Type.Exp.Simple.Pretty ( DDC/Type/Exp/Simple/Pretty.hs, dist/build/DDC/Type/Exp/Simple/Pretty.o )
[ 28 of 148] Compiling DDC.Type.Universe ( DDC/Type/Universe.hs, dist/build/DDC/Type/Universe.o )
[ 29 of 148] Compiling DDC.Data.Name    ( DDC/Data/Name.hs, dist/build/DDC/Data/Name.o )
[ 30 of 148] Compiling DDC.Data.ListUtils ( DDC/Data/ListUtils.hs, dist/build/DDC/Data/ListUtils.o )
[ 31 of 148] Compiling DDC.Data.Env     ( DDC/Data/Env.hs, dist/build/DDC/Data/Env.o )
[ 32 of 148] Compiling DDC.Data.Canned  ( DDC/Data/Canned.hs, dist/build/DDC/Data/Canned.o )
[ 33 of 148] Compiling DDC.Core.Module.Name ( DDC/Core/Module/Name.hs, dist/build/DDC/Core/Module/Name.o )
[ 34 of 148] Compiling DDC.Core.Module.Import ( DDC/Core/Module/Import.hs, dist/build/DDC/Core/Module/Import.o )
[ 35 of 148] Compiling DDC.Core.Module.Export ( DDC/Core/Module/Export.hs, dist/build/DDC/Core/Module/Export.o )
[ 36 of 148] Compiling DDC.Core.Lexer.Unicode ( DDC/Core/Lexer/Unicode.hs, dist/build/DDC/Core/Lexer/Unicode.o )
[ 37 of 148] Compiling DDC.Core.Lexer.Token.Symbol ( DDC/Core/Lexer/Token/Symbol.hs, dist/build/DDC/Core/Lexer/Token/Symbol.o )
[ 38 of 148] Compiling DDC.Core.Lexer.Token.Operator ( DDC/Core/Lexer/Token/Operator.hs, dist/build/DDC/Core/Lexer/Token/Operator.o )
[ 39 of 148] Compiling DDC.Core.Lexer.Token.Names ( DDC/Core/Lexer/Token/Names.hs, dist/build/DDC/Core/Lexer/Token/Names.o )
[ 40 of 148] Compiling DDC.Core.Lexer.Token.Keyword ( DDC/Core/Lexer/Token/Keyword.hs, dist/build/DDC/Core/Lexer/Token/Keyword.o )
[ 41 of 148] Compiling DDC.Core.Lexer.Token.Index ( DDC/Core/Lexer/Token/Index.hs, dist/build/DDC/Core/Lexer/Token/Index.o )
[ 42 of 148] Compiling DDC.Core.Fragment.Feature ( DDC/Core/Fragment/Feature.hs, dist/build/DDC/Core/Fragment/Feature.o )
[ 43 of 148] Compiling DDC.Core.Exp.WiCon ( DDC/Core/Exp/WiCon.hs, dist/build/DDC/Core/Exp/WiCon.o )
[ 44 of 148] Compiling DDC.Core.Exp.Literal ( DDC/Core/Exp/Literal.hs, dist/build/DDC/Core/Exp/Literal.o )
[ 45 of 148] Compiling DDC.Core.Fragment.Profile ( DDC/Core/Fragment/Profile.hs, dist/build/DDC/Core/Fragment/Profile.o )
[ 46 of 148] Compiling DDC.Core.Lexer.Token.Literal ( DDC/Core/Lexer/Token/Literal.hs, dist/build/DDC/Core/Lexer/Token/Literal.o )
[ 47 of 148] Compiling DDC.Core.Exp.Annot.AnT ( DDC/Core/Exp/Annot/AnT.hs, dist/build/DDC/Core/Exp/Annot/AnT.o )
[ 48 of 148] Compiling DDC.Core.Env.EnvT ( DDC/Core/Env/EnvT.hs, dist/build/DDC/Core/Env/EnvT.o )
[ 49 of 148] Compiling DDC.Core.Env.EnvX ( DDC/Core/Env/EnvX.hs, dist/build/DDC/Core/Env/EnvX.o )
[ 50 of 148] Compiling DDC.Type.Exp.Simple.Equiv ( DDC/Type/Exp/Simple/Equiv.hs, dist/build/DDC/Type/Exp/Simple/Equiv.o )
[ 51 of 148] Compiling DDC.Type.Exp.Simple.Subsumes ( DDC/Type/Exp/Simple/Subsumes.hs, dist/build/DDC/Type/Exp/Simple/Subsumes.o )
[ 52 of 148] Compiling DDC.Type.Exp.Simple ( DDC/Type/Exp/Simple.hs, dist/build/DDC/Type/Exp/Simple.o )
[ 53 of 148] Compiling DDC.Core.Exp.Annot.AnTEC ( DDC/Core/Exp/Annot/AnTEC.hs, dist/build/DDC/Core/Exp/Annot/AnTEC.o )
[ 54 of 148] Compiling DDC.Core.Exp.DaCon ( DDC/Core/Exp/DaCon.hs, dist/build/DDC/Core/Exp/DaCon.o )
[ 55 of 148] Compiling DDC.Core.Exp.Annot.Exp ( DDC/Core/Exp/Annot/Exp.hs, dist/build/DDC/Core/Exp/Annot/Exp.o )
[ 56 of 148] Compiling DDC.Core.Exp     ( DDC/Core/Exp.hs, dist/build/DDC/Core/Exp.o )
[ 57 of 148] Compiling DDC.Core.Lexer.Token.Builtin ( DDC/Core/Lexer/Token/Builtin.hs, dist/build/DDC/Core/Lexer/Token/Builtin.o )
[ 58 of 148] Compiling DDC.Core.Transform.BoundX ( DDC/Core/Transform/BoundX.hs, dist/build/DDC/Core/Transform/BoundX.o )
[ 59 of 148] Compiling DDC.Core.Exp.Annot.Compounds ( DDC/Core/Exp/Annot/Compounds.hs, dist/build/DDC/Core/Exp/Annot/Compounds.o )
[ 60 of 148] Compiling DDC.Core.Exp.Annot.Ctx ( DDC/Core/Exp/Annot/Ctx.hs, dist/build/DDC/Core/Exp/Annot/Ctx.o )
[ 61 of 148] Compiling DDC.Core.Exp.Annot.Context ( DDC/Core/Exp/Annot/Context.hs, dist/build/DDC/Core/Exp/Annot/Context.o )
[ 62 of 148] Compiling DDC.Core.Exp.Annot.Predicates ( DDC/Core/Exp/Annot/Predicates.hs, dist/build/DDC/Core/Exp/Annot/Predicates.o )
[ 63 of 148] Compiling DDC.Core.Exp.Annot ( DDC/Core/Exp/Annot.hs, dist/build/DDC/Core/Exp/Annot.o )
[ 64 of 148] Compiling DDC.Core.Exp.Annot.Pretty ( DDC/Core/Exp/Annot/Pretty.hs, dist/build/DDC/Core/Exp/Annot/Pretty.o )
[ 65 of 148] Compiling DDC.Core.Module  ( DDC/Core/Module.hs, dist/build/DDC/Core/Module.o )
[ 66 of 148] Compiling DDC.Core.Transform.SpreadX ( DDC/Core/Transform/SpreadX.hs, dist/build/DDC/Core/Transform/SpreadX.o )
[ 67 of 148] Compiling DDC.Core.Pretty  ( DDC/Core/Pretty.hs, dist/build/DDC/Core/Pretty.o )
[ 68 of 148] Compiling DDC.Core.Fragment.Error ( DDC/Core/Fragment/Error.hs, dist/build/DDC/Core/Fragment/Error.o )
[ 69 of 148] Compiling DDC.Core.Fragment.Compliance ( DDC/Core/Fragment/Compliance.hs, dist/build/DDC/Core/Fragment/Compliance.o )
[ 70 of 148] Compiling DDC.Core.Lexer.Tokens ( DDC/Core/Lexer/Tokens.hs, dist/build/DDC/Core/Lexer/Tokens.o )
[ 71 of 148] Compiling DDC.Core.Lexer.Offside ( DDC/Core/Lexer/Offside.hs, dist/build/DDC/Core/Lexer/Offside.o )
[ 72 of 148] Compiling DDC.Core.Lexer   ( DDC/Core/Lexer.hs, dist/build/DDC/Core/Lexer.o )
[ 73 of 148] Compiling DDC.Core.Fragment ( DDC/Core/Fragment.hs, dist/build/DDC/Core/Fragment.o )
[ 74 of 148] Compiling DDC.Core.Parser.Context ( DDC/Core/Parser/Context.hs, dist/build/DDC/Core/Parser/Context.o )
[ 75 of 148] Compiling DDC.Core.Transform.BoundT ( DDC/Core/Transform/BoundT.hs, dist/build/DDC/Core/Transform/BoundT.o )
[ 76 of 148] Compiling DDC.Core.Transform.MapT ( DDC/Core/Transform/MapT.hs, dist/build/DDC/Core/Transform/MapT.o )
[ 77 of 148] Compiling DDC.Core.Transform.Reannotate ( DDC/Core/Transform/Reannotate.hs, dist/build/DDC/Core/Transform/Reannotate.o )
[ 78 of 148] Compiling DDC.Core.Exp.Generic.Exp ( DDC/Core/Exp/Generic/Exp.hs, dist/build/DDC/Core/Exp/Generic/Exp.o )
[ 79 of 148] Compiling DDC.Core.Exp.Generic.Compounds ( DDC/Core/Exp/Generic/Compounds.hs, dist/build/DDC/Core/Exp/Generic/Compounds.o )
[ 80 of 148] Compiling DDC.Core.Exp.Generic.Predicates ( DDC/Core/Exp/Generic/Predicates.hs, dist/build/DDC/Core/Exp/Generic/Predicates.o )
[ 81 of 148] Compiling DDC.Core.Exp.Generic.Pretty ( DDC/Core/Exp/Generic/Pretty.hs, dist/build/DDC/Core/Exp/Generic/Pretty.o )
[ 82 of 148] Compiling DDC.Core.Exp.Generic ( DDC/Core/Exp/Generic.hs, dist/build/DDC/Core/Exp/Generic.o )
[ 83 of 148] Compiling DDC.Type.Transform.Rename ( DDC/Type/Transform/Rename.hs, dist/build/DDC/Type/Transform/Rename.o )
[ 84 of 148] Compiling DDC.Core.Transform.Rename ( DDC/Core/Transform/Rename.hs, dist/build/DDC/Core/Transform/Rename.o )
[ 85 of 148] Compiling DDC.Core.Collect.BindStruct ( DDC/Core/Collect/BindStruct.hs, dist/build/DDC/Core/Collect/BindStruct.o )
[ 86 of 148] Compiling DDC.Core.Collect.FreeT ( DDC/Core/Collect/FreeT.hs, dist/build/DDC/Core/Collect/FreeT.o )
[ 87 of 148] Compiling DDC.Core.Collect.Support ( DDC/Core/Collect/Support.hs, dist/build/DDC/Core/Collect/Support.o )
[ 88 of 148] Compiling DDC.Core.Collect.FreeX ( DDC/Core/Collect/FreeX.hs, dist/build/DDC/Core/Collect/FreeX.o )
[ 89 of 148] Compiling DDC.Core.Exp.Generic.BindStruct ( DDC/Core/Exp/Generic/BindStruct.hs, dist/build/DDC/Core/Exp/Generic/BindStruct.o )
[ 90 of 148] Compiling DDC.Core.Collect ( DDC/Core/Collect.hs, dist/build/DDC/Core/Collect.o )
[ 91 of 148] Compiling DDC.Core.Transform.SubstituteWX ( DDC/Core/Transform/SubstituteWX.hs, dist/build/DDC/Core/Transform/SubstituteWX.o )
[ 92 of 148] Compiling DDC.Type.Transform.SubstituteT ( DDC/Type/Transform/SubstituteT.hs, dist/build/DDC/Type/Transform/SubstituteT.o )
[ 93 of 148] Compiling DDC.Core.Transform.SubstituteTX ( DDC/Core/Transform/SubstituteTX.hs, dist/build/DDC/Core/Transform/SubstituteTX.o )
[ 94 of 148] Compiling DDC.Core.Transform.SubstituteXX ( DDC/Core/Transform/SubstituteXX.hs, dist/build/DDC/Core/Transform/SubstituteXX.o )
[ 95 of 148] Compiling DDC.Type.Transform.Instantiate ( DDC/Type/Transform/Instantiate.hs, dist/build/DDC/Type/Transform/Instantiate.o )
[ 96 of 148] Compiling DDC.Core.Check.Judge.Kind.TyCon ( DDC/Core/Check/Judge/Kind/TyCon.hs, dist/build/DDC/Core/Check/Judge/Kind/TyCon.o )
[ 97 of 148] Compiling DDC.Core.Check.Error.ErrorType ( DDC/Core/Check/Error/ErrorType.hs, dist/build/DDC/Core/Check/Error/ErrorType.o )
[ 98 of 148] Compiling DDC.Core.Check.Error.ErrorTypeMessage ( DDC/Core/Check/Error/ErrorTypeMessage.hs, dist/build/DDC/Core/Check/Error/ErrorTypeMessage.o )
[ 99 of 148] Compiling DDC.Core.Check.Error.ErrorData ( DDC/Core/Check/Error/ErrorData.hs, dist/build/DDC/Core/Check/Error/ErrorData.o )
[100 of 148] Compiling DDC.Core.Check.Error.ErrorDataMessage ( DDC/Core/Check/Error/ErrorDataMessage.hs, dist/build/DDC/Core/Check/Error/ErrorDataMessage.o )
[101 of 148] Compiling DDC.Core.Check.Error.ErrorExp ( DDC/Core/Check/Error/ErrorExp.hs, dist/build/DDC/Core/Check/Error/ErrorExp.o )
[102 of 148] Compiling DDC.Core.Check.Error.ErrorExpMessage ( DDC/Core/Check/Error/ErrorExpMessage.hs, dist/build/DDC/Core/Check/Error/ErrorExpMessage.o )
[103 of 148] Compiling DDC.Core.Check.Error ( DDC/Core/Check/Error.hs, dist/build/DDC/Core/Check/Error.o )
[104 of 148] Compiling DDC.Core.Check.Context.Elem ( DDC/Core/Check/Context/Elem.hs, dist/build/DDC/Core/Check/Context/Elem.o )
[105 of 148] Compiling DDC.Core.Check.Context.Mode ( DDC/Core/Check/Context/Mode.hs, dist/build/DDC/Core/Check/Context/Mode.o )
[106 of 148] Compiling DDC.Core.Check.Context.Base ( DDC/Core/Check/Context/Base.hs, dist/build/DDC/Core/Check/Context/Base.o )
[107 of 148] Compiling DDC.Core.Check.Context.Effect ( DDC/Core/Check/Context/Effect.hs, dist/build/DDC/Core/Check/Context/Effect.o )
[108 of 148] Compiling DDC.Core.Check.Context.Apply ( DDC/Core/Check/Context/Apply.hs, dist/build/DDC/Core/Check/Context/Apply.o )
[109 of 148] Compiling DDC.Core.Check.Context ( DDC/Core/Check/Context.hs, dist/build/DDC/Core/Check/Context.o )
[110 of 148] Compiling DDC.Core.Check.Config ( DDC/Core/Check/Config.hs, dist/build/DDC/Core/Check/Config.o )
[111 of 148] Compiling DDC.Core.Check.Judge.DataDefs ( DDC/Core/Check/Judge/DataDefs.hs, dist/build/DDC/Core/Check/Judge/DataDefs.o )
[112 of 148] Compiling DDC.Core.Call    ( DDC/Core/Call.hs, dist/build/DDC/Core/Call.o )
[113 of 148] Compiling DDC.Control.Parser ( DDC/Control/Parser.hs, dist/build/DDC/Control/Parser.o )
[114 of 148] Compiling DDC.Core.Parser.Base ( DDC/Core/Parser/Base.hs, dist/build/DDC/Core/Parser/Base.o )
[115 of 148] Compiling DDC.Core.Parser.Type ( DDC/Core/Parser/Type.hs, dist/build/DDC/Core/Parser/Type.o )
[116 of 148] Compiling DDC.Core.Parser.DataDef ( DDC/Core/Parser/DataDef.hs, dist/build/DDC/Core/Parser/DataDef.o )
[117 of 148] Compiling DDC.Core.Parser.ExportSpec ( DDC/Core/Parser/ExportSpec.hs, dist/build/DDC/Core/Parser/ExportSpec.o )
[118 of 148] Compiling DDC.Core.Parser.ImportSpec ( DDC/Core/Parser/ImportSpec.hs, dist/build/DDC/Core/Parser/ImportSpec.o )
[119 of 148] Compiling DDC.Core.Parser.Param ( DDC/Core/Parser/Param.hs, dist/build/DDC/Core/Parser/Param.o )
[120 of 148] Compiling DDC.Core.Parser.Witness ( DDC/Core/Parser/Witness.hs, dist/build/DDC/Core/Parser/Witness.o )
[121 of 148] Compiling DDC.Core.Parser.Exp ( DDC/Core/Parser/Exp.hs, dist/build/DDC/Core/Parser/Exp.o )
[122 of 148] Compiling DDC.Core.Parser.Module ( DDC/Core/Parser/Module.hs, dist/build/DDC/Core/Parser/Module.o )
[123 of 148] Compiling DDC.Core.Parser  ( DDC/Core/Parser.hs, dist/build/DDC/Core/Parser.o )
[124 of 148] Compiling DDC.Control.Panic ( DDC/Control/Panic.hs, dist/build/DDC/Control/Panic.o )
[125 of 148] Compiling DDC.Control.Check ( DDC/Control/Check.hs, dist/build/DDC/Control/Check.o )
[126 of 148] Compiling DDC.Core.Check.Base ( DDC/Core/Check/Base.hs, dist/build/DDC/Core/Check/Base.o )
[127 of 148] Compiling DDC.Core.Check.Judge.EqT ( DDC/Core/Check/Judge/EqT.hs, dist/build/DDC/Core/Check/Judge/EqT.o )
[128 of 148] Compiling DDC.Core.Check.Judge.Inst ( DDC/Core/Check/Judge/Inst.hs, dist/build/DDC/Core/Check/Judge/Inst.o )
[129 of 148] Compiling DDC.Core.Check.Judge.Kind ( DDC/Core/Check/Judge/Kind.hs, dist/build/DDC/Core/Check/Judge/Kind.o )
[130 of 148] Compiling DDC.Core.Check.Judge.Sub ( DDC/Core/Check/Judge/Sub.hs, dist/build/DDC/Core/Check/Judge/Sub.o )
[131 of 148] Compiling DDC.Core.Check.Judge.Witness ( DDC/Core/Check/Judge/Witness.hs, dist/build/DDC/Core/Check/Judge/Witness.o )
[132 of 148] Compiling DDC.Core.Check.Judge.Type.Base ( DDC/Core/Check/Judge/Type/Base.hs, dist/build/DDC/Core/Check/Judge/Type/Base.o )
[133 of 148] Compiling DDC.Core.Check.Judge.Type.Case ( DDC/Core/Check/Judge/Type/Case.hs, dist/build/DDC/Core/Check/Judge/Type/Case.o )
[134 of 148] Compiling DDC.Core.Check.Judge.Type.DaCon ( DDC/Core/Check/Judge/Type/DaCon.hs, dist/build/DDC/Core/Check/Judge/Type/DaCon.o )
[135 of 148] Compiling DDC.Core.Check.Judge.Type.Let ( DDC/Core/Check/Judge/Type/Let.hs, dist/build/DDC/Core/Check/Judge/Type/Let.o )
[136 of 148] Compiling DDC.Core.Check.Judge.Type.LetPrivate ( DDC/Core/Check/Judge/Type/LetPrivate.hs, dist/build/DDC/Core/Check/Judge/Type/LetPrivate.o )
[137 of 148] Compiling DDC.Core.Check.Judge.Type.Sub ( DDC/Core/Check/Judge/Type/Sub.hs, dist/build/DDC/Core/Check/Judge/Type/Sub.o )
[138 of 148] Compiling DDC.Core.Check.Judge.Type.AppT ( DDC/Core/Check/Judge/Type/AppT.hs, dist/build/DDC/Core/Check/Judge/Type/AppT.o )
[139 of 148] Compiling DDC.Core.Check.Judge.Type.AppX ( DDC/Core/Check/Judge/Type/AppX.hs, dist/build/DDC/Core/Check/Judge/Type/AppX.o )
[140 of 148] Compiling DDC.Core.Check.Judge.Type.Cast ( DDC/Core/Check/Judge/Type/Cast.hs, dist/build/DDC/Core/Check/Judge/Type/Cast.o )
[141 of 148] Compiling DDC.Core.Check.Judge.Type.LamT ( DDC/Core/Check/Judge/Type/LamT.hs, dist/build/DDC/Core/Check/Judge/Type/LamT.o )
[142 of 148] Compiling DDC.Core.Check.Judge.Type.LamX ( DDC/Core/Check/Judge/Type/LamX.hs, dist/build/DDC/Core/Check/Judge/Type/LamX.o )
[143 of 148] Compiling DDC.Core.Check.Judge.Type.VarCon ( DDC/Core/Check/Judge/Type/VarCon.hs, dist/build/DDC/Core/Check/Judge/Type/VarCon.o )
[144 of 148] Compiling DDC.Core.Check.Judge.Type.Witness ( DDC/Core/Check/Judge/Type/Witness.hs, dist/build/DDC/Core/Check/Judge/Type/Witness.o )
[145 of 148] Compiling DDC.Core.Check.Exp ( DDC/Core/Check/Exp.hs, dist/build/DDC/Core/Check/Exp.o )
[146 of 148] Compiling DDC.Core.Check.Judge.Module ( DDC/Core/Check/Judge/Module.hs, dist/build/DDC/Core/Check/Judge/Module.o )
[147 of 148] Compiling DDC.Core.Check   ( DDC/Core/Check.hs, dist/build/DDC/Core/Check.o )
[148 of 148] Compiling DDC.Core.Load    ( DDC/Core/Load.hs, dist/build/DDC/Core/Load.o )
Running Haddock for ddc-core-0.4.3.1...
Running hscolour for ddc-core-0.4.3.1...
Preprocessing library ddc-core-0.4.3.1...
Preprocessing library ddc-core-0.4.3.1...
Haddock coverage:
   0% (  0 /  3) in 'DDC.Version'
  Missing documentation for:
    Module header
    splash (DDC/Version.hs:4)
    version (DDC/Version.hs:7)
  80% (  4 /  5) in 'DDC.Type.Exp.TyCon'
  Missing documentation for:
    Module header
  89% ( 16 / 18) in 'DDC.Type.Exp.Simple.Exp'
  Missing documentation for:
    Module header
    Binder (DDC/Type/Exp/Simple/Exp.hs:28)
   0% (  0 /  9) in 'DDC.Type.Exp.Simple.NFData'
  Missing documentation for:
    Module header
     (DDC/Type/Exp/Simple/NFData.hs:7)
     (DDC/Type/Exp/Simple/NFData.hs:15)
     (DDC/Type/Exp/Simple/NFData.hs:23)
     (DDC/Type/Exp/Simple/NFData.hs:31)
     (DDC/Type/Exp/Simple/NFData.hs:42)
     (DDC/Type/Exp/Simple/NFData.hs:56)
     (DDC/Type/Exp/Simple/NFData.hs:61)
     (DDC/Type/Exp/Simple/NFData.hs:68)
  96% ( 23 / 24) in 'DDC.Type.Exp.Generic.Exp'
  Missing documentation for:
    Module header
   0% (  0 /  4) in 'DDC.Type.Exp.Generic.NFData'
  Missing documentation for:
    Module header
    NFDataLanguage (DDC/Type/Exp/Generic/NFData.hs:8)
     (DDC/Type/Exp/Generic/NFData.hs:16)
     (DDC/Type/Exp/Generic/NFData.hs:26)
 100% (  2 /  2) in 'DDC.Type.Exp.Generic.Predicates'
  67% (  2 /  3) in 'DDC.Type.Exp.Generic.Binding'
  Missing documentation for:
    Module header
  93% ( 27 / 29) in 'DDC.Type.Exp.Generic.Compounds'
  Missing documentation for:
    Module header
    ~> (DDC/Type/Exp/Generic/Compounds.hs:90)
  97% ( 37 / 38) in 'DDC.Type.Exp.Generic'
  Missing documentation for:
    Module header
  20% (  1 /  5) in 'DDC.Type.Exp.Flat.Exp'
  Missing documentation for:
    Module header
    Flat (DDC/Type/Exp/Flat/Exp.hs:10)
    Type (DDC/Type/Exp/Flat/Exp.hs:15)
    TyCon (DDC/Type/Exp/Flat/Exp.hs:16)
  89% ( 17 / 19) in 'DDC.Type.Exp'
  Missing documentation for:
    Module header
    Binder (DDC/Type/Exp/Simple/Exp.hs:28)
 100% ( 20 / 20) in 'DDC.Type.Sum'
  98% ( 89 / 91) in 'DDC.Type.Exp.Simple.Compounds'
  Missing documentation for:
    Module header
    tSum (DDC/Type/Exp/Simple/Compounds.hs:367)
  90% ( 27 / 30) in 'DDC.Type.Exp.Simple.Predicates'
  Missing documentation for:
    isBNone (DDC/Type/Exp/Simple/Predicates.hs:45)
    isBAnon (DDC/Type/Exp/Simple/Predicates.hs:51)
    isBName (DDC/Type/Exp/Simple/Predicates.hs:57)
  83% (  5 /  6) in 'DDC.Type.Transform.BoundT'
  Missing documentation for:
    MapBoundT (DDC/Type/Transform/BoundT.hs:66)
 100% ( 27 / 27) in 'DDC.Type.Env'
 100% ( 19 / 19) in 'DDC.Type.DataDef'
   0% (  0 /  2) in 'DDC.Type.Transform.SpreadT'
  Missing documentation for:
    Module header
    SpreadT (DDC/Type/Transform/SpreadT.hs:13)
  50% (  1 /  2) in 'DDC.Type.Bind'
  Missing documentation for:
    Module header
  83% ( 10 / 12) in 'DDC.Data.Pretty'
  Missing documentation for:
    Pretty (DDC/Data/Pretty.hs:35)
    padL (DDC/Data/Pretty.hs:76)
  89% (  8 /  9) in 'DDC.Data.SourcePos'
  Missing documentation for:
    Module header
  80% (  4 /  5) in 'DDC.Type.Exp.Generic.Pretty'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Type.Exp.Flat.Pretty'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Type.Exp.Flat'
  Missing documentation for:
    Module header
   0% (  0 /  5) in 'DDC.Type.Exp.Pretty'
  Missing documentation for:
    Module header
     (DDC/Type/Exp/Pretty.hs:7)
     (DDC/Type/Exp/Pretty.hs:14)
     (DDC/Type/Exp/Pretty.hs:25)
     (DDC/Type/Exp/Pretty.hs:38)
  50% (  1 /  2) in 'DDC.Type.Exp.Simple.Pretty'
  Missing documentation for:
    Module header
  86% (  6 /  7) in 'DDC.Type.Universe'
  Missing documentation for:
    Module header
  33% (  1 /  3) in 'DDC.Data.Name'
  Missing documentation for:
    Module header
    StringName (DDC/Data/Name.hs:7)
 100% (  8 /  8) in 'DDC.Data.ListUtils'
 100% ( 22 / 22) in 'DDC.Data.Env'
  50% (  1 /  2) in 'DDC.Data.Canned'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Core.Module.Name'
  Missing documentation for:
    Module header
  92% ( 12 / 13) in 'DDC.Core.Module.Import'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Core.Module.Export'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'DDC.Core.Lexer.Unicode'
  83% (  5 /  6) in 'DDC.Core.Lexer.Token.Symbol'
  Missing documentation for:
    Module header
  86% (  6 /  7) in 'DDC.Core.Lexer.Token.Operator'
  Missing documentation for:
    Module header
  93% ( 14 / 15) in 'DDC.Core.Lexer.Token.Names'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Core.Lexer.Token.Keyword'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Lexer.Token.Index'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Fragment.Feature'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Exp.WiCon'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Exp.Literal'
  Missing documentation for:
    Module header
 100% (  7 /  7) in 'DDC.Core.Fragment.Profile'
  86% ( 12 / 14) in 'DDC.Core.Lexer.Token.Literal'
  Missing documentation for:
    Module header
    scanLiteral (DDC/Core/Lexer/Token/Literal.hs:27)
  50% (  1 /  2) in 'DDC.Core.Exp.Annot.AnT'
  Missing documentation for:
    Module header
 100% ( 25 / 25) in 'DDC.Core.Env.EnvT'
 100% ( 31 / 31) in 'DDC.Core.Env.EnvX'
  86% (  6 /  7) in 'DDC.Type.Exp.Simple.Equiv'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Type.Exp.Simple.Subsumes'
  Missing documentation for:
    Module header
  96% (146 /152) in 'DDC.Type.Exp.Simple'
  Missing documentation for:
    Module header
    Binder (DDC/Type/Exp/Simple/Exp.hs:28)
    isBNone (DDC/Type/Exp/Simple/Predicates.hs:45)
    isBAnon (DDC/Type/Exp/Simple/Predicates.hs:51)
    isBName (DDC/Type/Exp/Simple/Predicates.hs:57)
    tSum (DDC/Type/Exp/Simple/Compounds.hs:367)
  67% (  2 /  3) in 'DDC.Core.Exp.Annot.AnTEC'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Core.Exp.DaCon'
  Missing documentation for:
    Module header
 100% ( 14 / 14) in 'DDC.Core.Exp.Annot.Exp'
 100% ( 14 / 14) in 'DDC.Core.Exp'
  80% (  4 /  5) in 'DDC.Core.Lexer.Token.Builtin'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Core.Transform.BoundX'
  Missing documentation for:
    MapBoundX (DDC/Core/Transform/BoundX.hs:69)
 100% ( 52 / 52) in 'DDC.Core.Exp.Annot.Compounds'
  88% (  7 /  8) in 'DDC.Core.Exp.Annot.Ctx'
  Missing documentation for:
    Module header
  83% ( 10 / 12) in 'DDC.Core.Exp.Annot.Context'
  Missing documentation for:
    Module header
    Context (DDC/Core/Exp/Annot/Context.hs:21)
 100% ( 24 / 24) in 'DDC.Core.Exp.Annot.Predicates'
  99% ( 90 / 91) in 'DDC.Core.Exp.Annot'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'DDC.Core.Exp.Annot.Pretty'
  98% ( 42 / 43) in 'DDC.Core.Module'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'DDC.Core.Transform.SpreadX'
  Missing documentation for:
    Module header
    SpreadX (DDC/Core/Transform/SpreadX.hs:13)
 100% ( 10 / 10) in 'DDC.Core.Pretty'
  50% (  1 /  2) in 'DDC.Core.Fragment.Error'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Core.Fragment.Compliance'
  Missing documentation for:
    Module header
  98% ( 40 / 41) in 'DDC.Core.Lexer.Tokens'
  Missing documentation for:
    Module header
 100% (  4 /  4) in 'DDC.Core.Lexer.Offside'
 100% (  6 /  6) in 'DDC.Core.Lexer'
 100% ( 17 / 17) in 'DDC.Core.Fragment'
  67% (  2 /  3) in 'DDC.Core.Parser.Context'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Core.Transform.BoundT'
  Missing documentation for:
    MapBoundT (DDC/Type/Transform/BoundT.hs:66)
  50% (  1 /  2) in 'DDC.Core.Transform.MapT'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Transform.Reannotate'
  Missing documentation for:
    Module header
  71% ( 12 / 17) in 'DDC.Core.Exp.Generic.Exp'
  Missing documentation for:
    GBind (DDC/Core/Exp/Generic/Exp.hs:16)
    GBound (DDC/Core/Exp/Generic/Exp.hs:17)
    GPrim (DDC/Core/Exp/Generic/Exp.hs:18)
    XLAM (DDC/Core/Exp/Generic/Exp.hs:63)
    XLam (DDC/Core/Exp/Generic/Exp.hs:64)
 100% ( 19 / 19) in 'DDC.Core.Exp.Generic.Compounds'
 100% ( 18 / 18) in 'DDC.Core.Exp.Generic.Predicates'
  38% (  6 / 16) in 'DDC.Core.Exp.Generic.Pretty'
  Missing documentation for:
    Module header
     (DDC/Core/Exp/Generic/Pretty.hs:22)
     (DDC/Core/Exp/Generic/Pretty.hs:120)
     (DDC/Core/Exp/Generic/Pretty.hs:134)
     (DDC/Core/Exp/Generic/Pretty.hs:142)
     (DDC/Core/Exp/Generic/Pretty.hs:157)
     (DDC/Core/Exp/Generic/Pretty.hs:174)
     (DDC/Core/Exp/Generic/Pretty.hs:233)
     (DDC/Core/Exp/Generic/Pretty.hs:243)
     (DDC/Core/Exp/Generic/Pretty.hs:250)
  89% ( 51 / 57) in 'DDC.Core.Exp.Generic'
  Missing documentation for:
    Module header
    GBind (DDC/Core/Exp/Generic/Exp.hs:16)
    GBound (DDC/Core/Exp/Generic/Exp.hs:17)
    GPrim (DDC/Core/Exp/Generic/Exp.hs:18)
    XLAM (DDC/Core/Exp/Generic/Exp.hs:63)
    XLam (DDC/Core/Exp/Generic/Exp.hs:64)
  94% ( 16 / 17) in 'DDC.Type.Transform.Rename'
  Missing documentation for:
    Rename (DDC/Type/Transform/Rename.hs:29)
  88% ( 15 / 17) in 'DDC.Core.Transform.Rename'
  Missing documentation for:
    Module header
    Rename (DDC/Type/Transform/Rename.hs:29)
  83% ( 10 / 12) in 'DDC.Core.Collect.BindStruct'
  Missing documentation for:
    BindStruct (DDC/Core/Collect/BindStruct.hs:84)
    freeOfTreeT (DDC/Core/Collect/BindStruct.hs:101)
  33% (  1 /  3) in 'DDC.Core.Collect.FreeT'
  Missing documentation for:
    Module header
    FreeVarConT (DDC/Core/Collect/FreeT.hs:42)
  25% (  1 /  4) in 'DDC.Core.Collect.Support'
  Missing documentation for:
    Module header
    Support (DDC/Core/Collect/Support.hs:18)
    SupportX (DDC/Core/Collect/Support.hs:81)
 100% (  3 /  3) in 'DDC.Core.Collect.FreeX'
   0% (  0 /  6) in 'DDC.Core.Exp.Generic.BindStruct'
  Missing documentation for:
    Module header
     (DDC/Core/Exp/Generic/BindStruct.hs:12)
     (DDC/Core/Exp/Generic/BindStruct.hs:51)
     (DDC/Core/Exp/Generic/BindStruct.hs:60)
     (DDC/Core/Exp/Generic/BindStruct.hs:68)
     (DDC/Core/Exp/Generic/BindStruct.hs:78)
  81% ( 13 / 16) in 'DDC.Core.Collect'
  Missing documentation for:
    BindStruct (DDC/Core/Collect/BindStruct.hs:84)
    Support (DDC/Core/Collect/Support.hs:18)
    SupportX (DDC/Core/Collect/Support.hs:81)
  75% (  3 /  4) in 'DDC.Core.Transform.SubstituteWX'
  Missing documentation for:
    SubstituteWX (DDC/Core/Transform/SubstituteWX.hs:66)
  89% (  8 /  9) in 'DDC.Type.Transform.SubstituteT'
  Missing documentation for:
    SubstituteT (DDC/Type/Transform/SubstituteT.hs:55)
  80% (  4 /  5) in 'DDC.Core.Transform.SubstituteTX'
  Missing documentation for:
    SubstituteTX (DDC/Core/Transform/SubstituteTX.hs:61)
  83% (  5 /  6) in 'DDC.Core.Transform.SubstituteXX'
  Missing documentation for:
    SubstituteXX (DDC/Core/Transform/SubstituteXX.hs:96)
  67% (  2 /  3) in 'DDC.Type.Transform.Instantiate'
  Missing documentation for:
    Module header
  80% (  4 /  5) in 'DDC.Core.Check.Judge.Kind.TyCon'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Check.Error.ErrorType'
  Missing documentation for:
    Module header
  33% (  1 /  3) in 'DDC.Core.Check.Error.ErrorTypeMessage'
  Missing documentation for:
     (DDC/Core/Check/Error/ErrorTypeMessage.hs:10)
    ppr' (DDC/Core/Check/Error/ErrorTypeMessage.hs:16)
  50% (  1 /  2) in 'DDC.Core.Check.Error.ErrorData'
  Missing documentation for:
    Module header
   0% (  0 /  3) in 'DDC.Core.Check.Error.ErrorDataMessage'
  Missing documentation for:
    Module header
     (DDC/Core/Check/Error/ErrorDataMessage.hs:7)
    ppr' (DDC/Core/Check/Error/ErrorDataMessage.hs:11)
  50% (  1 /  2) in 'DDC.Core.Check.Error.ErrorExp'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'DDC.Core.Check.Error.ErrorExpMessage'
 100% (  4 /  4) in 'DDC.Core.Check.Error'
  92% ( 12 / 13) in 'DDC.Core.Check.Context.Elem'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Check.Context.Mode'
  Missing documentation for:
    Module header
  95% ( 36 / 38) in 'DDC.Core.Check.Context.Base'
  Missing documentation for:
    Module header
    pushExistsScope (DDC/Core/Check/Context/Base.hs:220)
  50% (  1 /  2) in 'DDC.Core.Check.Context.Effect'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Check.Context.Apply'
  Missing documentation for:
    Module header
  96% ( 55 / 57) in 'DDC.Core.Check.Context'
  Missing documentation for:
    Module header
    pushExistsScope (DDC/Core/Check/Context/Base.hs:220)
  67% (  2 /  3) in 'DDC.Core.Check.Config'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Check.Judge.DataDefs'
  Missing documentation for:
    Module header
 100% ( 22 / 22) in 'DDC.Core.Call'
 100% ( 12 / 12) in 'DDC.Control.Parser'
  96% ( 22 / 23) in 'DDC.Core.Parser.Base'
  Missing documentation for:
    Module header
 100% (  8 /  8) in 'DDC.Core.Parser.Type'
  33% (  1 /  3) in 'DDC.Core.Parser.DataDef'
  Missing documentation for:
    Module header
    pDataDef (DDC/Core/Parser/DataDef.hs:16)
  33% (  1 /  3) in 'DDC.Core.Parser.ExportSpec'
  Missing documentation for:
    Module header
    ExportSpec (DDC/Core/Parser/ExportSpec.hs:18)
  67% (  2 /  3) in 'DDC.Core.Parser.ImportSpec'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Core.Parser.Param'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Core.Parser.Witness'
  Missing documentation for:
    Module header
 100% (  9 /  9) in 'DDC.Core.Parser.Exp'
  50% (  1 /  2) in 'DDC.Core.Parser.Module'
  Missing documentation for:
    Module header
 100% ( 46 / 46) in 'DDC.Core.Parser'
  50% (  1 /  2) in 'DDC.Control.Panic'
  Missing documentation for:
    Module header
 100% (  7 /  7) in 'DDC.Control.Check'
  98% ( 85 / 87) in 'DDC.Core.Check.Base'
  Missing documentation for:
    Module header
    pushExistsScope (DDC/Core/Check/Context/Base.hs:220)
  50% (  1 /  2) in 'DDC.Core.Check.Judge.EqT'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Check.Judge.Inst'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Check.Judge.Kind'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Check.Judge.Sub'
  Missing documentation for:
    Module header
 100% (  5 /  5) in 'DDC.Core.Check.Judge.Witness'
  97% (108 /111) in 'DDC.Core.Check.Judge.Type.Base'
  Missing documentation for:
    Module header
    isHoleT (DDC/Core/Check/Judge/Type/Base.hs:172)
    pushExistsScope (DDC/Core/Check/Context/Base.hs:220)
   0% (  0 /  2) in 'DDC.Core.Check.Judge.Type.Case'
  Missing documentation for:
    Module header
    checkCase (DDC/Core/Check/Judge/Type/Case.hs:16)
  50% (  1 /  2) in 'DDC.Core.Check.Judge.Type.DaCon'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'DDC.Core.Check.Judge.Type.Let'
  Missing documentation for:
    Module header
    checkLet (DDC/Core/Check/Judge/Type/Let.hs:11)
   0% (  0 /  2) in 'DDC.Core.Check.Judge.Type.LetPrivate'
  Missing documentation for:
    Module header
    checkLetPrivate (DDC/Core/Check/Judge/Type/LetPrivate.hs:15)
   0% (  0 /  2) in 'DDC.Core.Check.Judge.Type.Sub'
  Missing documentation for:
    Module header
    checkSub (DDC/Core/Check/Judge/Type/Sub.hs:12)
  50% (  1 /  2) in 'DDC.Core.Check.Judge.Type.AppT'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Check.Judge.Type.AppX'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'DDC.Core.Check.Judge.Type.Cast'
  Missing documentation for:
    Module header
    checkCast (DDC/Core/Check/Judge/Type/Cast.hs:12)
   0% (  0 /  2) in 'DDC.Core.Check.Judge.Type.LamT'
  Missing documentation for:
    Module header
    checkLamT (DDC/Core/Check/Judge/Type/LamT.hs:11)
  50% (  1 /  2) in 'DDC.Core.Check.Judge.Type.LamX'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'DDC.Core.Check.Judge.Type.VarCon'
  Missing documentation for:
    Module header
    checkVarCon (DDC/Core/Check/Judge/Type/VarCon.hs:14)
   0% (  0 /  2) in 'DDC.Core.Check.Judge.Type.Witness'
  Missing documentation for:
    Module header
    checkWit (DDC/Core/Check/Judge/Type/Witness.hs:10)
  94% ( 16 / 17) in 'DDC.Core.Check.Exp'
  Missing documentation for:
    makeTable (DDC/Core/Check/Exp.hs:156)
  67% (  2 /  3) in 'DDC.Core.Check.Judge.Module'
  Missing documentation for:
    Module header
 100% ( 33 / 33) in 'DDC.Core.Check'
 100% ( 18 / 18) in 'DDC.Core.Load'
Warning: DDC.Type.Exp.Simple.Exp: could not find link destinations for:
    unsafeIndex unsafeRangeSize
Warning: DDC.Type.Exp: could not find link destinations for:
    unsafeIndex unsafeRangeSize
Warning: DDC.Type.Sum: could not find link destinations for:
    takeSumArrayElem
Warning: DDC.Type.Exp.Simple: could not find link destinations for:
    unsafeIndex unsafeRangeSize
Warning: DDC.Core.Exp: could not find link destinations for:
    compliesX Context CheckM D:R:PrettyModeExp0 PrettyModeExp modeExpLets modeExpAlt modeExpVarTypes modeExpConTypes modeExpUseLetCase D:R:PrettyModeLets0 PrettyModeLets modeLetsExp modeLetsSuppressTypes D:R:PrettyModeAlt0 PrettyModeAlt modeAltExp
Warning: DDC.Core.Exp.Annot: could not find link destinations for:
    compliesX Context CheckM D:R:PrettyModeExp0 PrettyModeExp modeExpLets modeExpAlt modeExpVarTypes modeExpConTypes modeExpUseLetCase D:R:PrettyModeLets0 PrettyModeLets modeLetsExp modeLetsSuppressTypes D:R:PrettyModeAlt0 PrettyModeAlt modeAltExp
Warning: DDC.Core.Module: could not find link destinations for:
    compliesX Context CheckM D:R:PrettyModeModule0 PrettyModeModule modeModuleLets modeModuleSuppressImports modeModuleSuppressExports
Warning: DDC.Core.Lexer.Offside: could not find link destinations for:
    Paren Context
Warning: DDC.Core.Fragment: could not find link destinations for:
    compliesX Context CheckM
Warning: DDC.Core.Transform.MapT: could not find link destinations for:
    MapT MAPT
Warning: DDC.Core.Exp.Generic: could not find link destinations for:
    D:R:PrettyModeGExp0 PrettyModeExp modeExpArg modeExpLets modeExpAlt modeExpUseLetCase D:R:PrettyModeGArg0 PrettyModeArg modeArgExp D:R:PrettyModeGLets0 PrettyModeLets modeLetsExp D:R:PrettyModeGAlt0 PrettyModeAlt modeAltExp
Warning: DDC.Core.Exp.Generic.BindStruct: could not find link destinations for:
    ~
Warning: DDC.Core.Check: could not find link destinations for:
    Context CheckM Exists
Warning: DDC.Core.Load: could not find link destinations for:
    Exists
Documentation created: dist/doc/html/ddc-core/index.html,
dist/doc/html/ddc-core/ddc-core.txt
Creating package registration file:
/tmp/pkgConf-ddc-core-0.4.31127167744959171794.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/ddc-core-0.4.3.1-AdWZFfTlgrIFHZ73NjfIxL
Registering ddc-core-0.4.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/ddc-core-0.4.3.1'
Installed ddc-core-0.4.3.1
cabal: Entering directory '/tmp/cabal-tmp-14199/ddc-core-salt-0.4.3.1'
Configuring ddc-core-salt-0.4.3.1...
Building ddc-core-salt-0.4.3.1...
Preprocessing library ddc-core-salt-0.4.3.1...
[ 1 of 30] Compiling DDC.Core.Salt.Platform ( DDC/Core/Salt/Platform.hs, dist/build/DDC/Core/Salt/Platform.o )
[ 2 of 30] Compiling DDC.Core.Salt.Name.PrimTyCon ( DDC/Core/Salt/Name/PrimTyCon.hs, dist/build/DDC/Core/Salt/Name/PrimTyCon.o )
[ 3 of 30] Compiling DDC.Core.Salt.Name.PrimStore ( DDC/Core/Salt/Name/PrimStore.hs, dist/build/DDC/Core/Salt/Name/PrimStore.o )
[ 4 of 30] Compiling DDC.Core.Salt.Name.PrimControl ( DDC/Core/Salt/Name/PrimControl.hs, dist/build/DDC/Core/Salt/Name/PrimControl.o )
[ 5 of 30] Compiling DDC.Core.Salt.Name.PrimCast ( DDC/Core/Salt/Name/PrimCast.hs, dist/build/DDC/Core/Salt/Name/PrimCast.o )
[ 6 of 30] Compiling DDC.Core.Salt.Name.PrimCall ( DDC/Core/Salt/Name/PrimCall.hs, dist/build/DDC/Core/Salt/Name/PrimCall.o )
[ 7 of 30] Compiling DDC.Core.Salt.Name.PrimArith ( DDC/Core/Salt/Name/PrimArith.hs, dist/build/DDC/Core/Salt/Name/PrimArith.o )
[ 8 of 30] Compiling DDC.Core.Salt.Name.PrimVec ( DDC/Core/Salt/Name/PrimVec.hs, dist/build/DDC/Core/Salt/Name/PrimVec.o )
[ 9 of 30] Compiling DDC.Core.Salt.Name ( DDC/Core/Salt/Name.hs, dist/build/DDC/Core/Salt/Name.o )
[10 of 30] Compiling DDC.Core.Salt.Exp ( DDC/Core/Salt/Exp.hs, dist/build/DDC/Core/Salt/Exp.o )
[11 of 30] Compiling DDC.Core.Salt.Convert.Prim ( DDC/Core/Salt/Convert/Prim.hs, dist/build/DDC/Core/Salt/Convert/Prim.o )
[12 of 30] Compiling DDC.Core.Salt.Convert.Name ( DDC/Core/Salt/Convert/Name.hs, dist/build/DDC/Core/Salt/Convert/Name.o )
[13 of 30] Compiling DDC.Core.Salt.Convert.Base ( DDC/Core/Salt/Convert/Base.hs, dist/build/DDC/Core/Salt/Convert/Base.o )
[14 of 30] Compiling DDC.Core.Salt.Convert.Type ( DDC/Core/Salt/Convert/Type.hs, dist/build/DDC/Core/Salt/Convert/Type.o )
[15 of 30] Compiling DDC.Core.Salt.Convert.Exp ( DDC/Core/Salt/Convert/Exp.hs, dist/build/DDC/Core/Salt/Convert/Exp.o )
[16 of 30] Compiling DDC.Core.Salt.Convert.Super ( DDC/Core/Salt/Convert/Super.hs, dist/build/DDC/Core/Salt/Convert/Super.o )
[17 of 30] Compiling DDC.Core.Salt.Compounds.PrimTyCon ( DDC/Core/Salt/Compounds/PrimTyCon.hs, dist/build/DDC/Core/Salt/Compounds/PrimTyCon.o )
[18 of 30] Compiling DDC.Core.Salt.Compounds.PrimStore ( DDC/Core/Salt/Compounds/PrimStore.hs, dist/build/DDC/Core/Salt/Compounds/PrimStore.o )
[19 of 30] Compiling DDC.Core.Salt.Compounds.PrimControl ( DDC/Core/Salt/Compounds/PrimControl.hs, dist/build/DDC/Core/Salt/Compounds/PrimControl.o )
[20 of 30] Compiling DDC.Core.Salt.Compounds.PrimCast ( DDC/Core/Salt/Compounds/PrimCast.hs, dist/build/DDC/Core/Salt/Compounds/PrimCast.o )
[21 of 30] Compiling DDC.Core.Salt.Compounds.PrimArith ( DDC/Core/Salt/Compounds/PrimArith.hs, dist/build/DDC/Core/Salt/Compounds/PrimArith.o )
[22 of 30] Compiling DDC.Core.Salt.Compounds.Lit ( DDC/Core/Salt/Compounds/Lit.hs, dist/build/DDC/Core/Salt/Compounds/Lit.o )
[23 of 30] Compiling DDC.Core.Salt.Compounds ( DDC/Core/Salt/Compounds.hs, dist/build/DDC/Core/Salt/Compounds.o )
[24 of 30] Compiling DDC.Core.Salt.Env ( DDC/Core/Salt/Env.hs, dist/build/DDC/Core/Salt/Env.o )
[25 of 30] Compiling DDC.Core.Salt.Profile ( DDC/Core/Salt/Profile.hs, dist/build/DDC/Core/Salt/Profile.o )
[26 of 30] Compiling DDC.Core.Salt.Runtime ( DDC/Core/Salt/Runtime.hs, dist/build/DDC/Core/Salt/Runtime.o )
[27 of 30] Compiling DDC.Core.Salt.Convert.Init ( DDC/Core/Salt/Convert/Init.hs, dist/build/DDC/Core/Salt/Convert/Init.o )
[28 of 30] Compiling DDC.Core.Salt.Convert ( DDC/Core/Salt/Convert.hs, dist/build/DDC/Core/Salt/Convert.o )
[29 of 30] Compiling DDC.Core.Salt.Transfer ( DDC/Core/Salt/Transfer.hs, dist/build/DDC/Core/Salt/Transfer.o )
[30 of 30] Compiling DDC.Core.Salt    ( DDC/Core/Salt.hs, dist/build/DDC/Core/Salt.o )
Running Haddock for ddc-core-salt-0.4.3.1...
Running hscolour for ddc-core-salt-0.4.3.1...
Preprocessing library ddc-core-salt-0.4.3.1...
Preprocessing library ddc-core-salt-0.4.3.1...
Haddock coverage:
  75% (  3 /  4) in 'DDC.Core.Salt.Platform'
  Missing documentation for:
    Module header
  90% (  9 / 10) in 'DDC.Core.Salt.Name.PrimTyCon'
  Missing documentation for:
    Module header
  33% (  1 /  3) in 'DDC.Core.Salt.Name.PrimStore'
  Missing documentation for:
    Module header
    readPrimStore (DDC/Core/Salt/Name/PrimStore.hs:109)
  33% (  1 /  3) in 'DDC.Core.Salt.Name.PrimControl'
  Missing documentation for:
    Module header
    readPrimControl (DDC/Core/Salt/Name/PrimControl.hs:34)
  60% (  3 /  5) in 'DDC.Core.Salt.Name.PrimCast'
  Missing documentation for:
    Module header
    readPrimCast (DDC/Core/Salt/Name/PrimCast.hs:46)
  33% (  1 /  3) in 'DDC.Core.Salt.Name.PrimCall'
  Missing documentation for:
    Module header
    readPrimCall (DDC/Core/Salt/Name/PrimCall.hs:40)
  67% (  2 /  3) in 'DDC.Core.Salt.Name.PrimArith'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Core.Salt.Name.PrimVec'
  Missing documentation for:
    Module header
  75% ( 49 / 65) in 'DDC.Core.Salt.Name'
  Missing documentation for:
    NamePrimOp (DDC/Core/Salt/Name.hs:208)
    NamePrimLit (DDC/Core/Salt/Name.hs:209)
    readPrimCall (DDC/Core/Salt/Name/PrimCall.hs:40)
    readPrimCast (DDC/Core/Salt/Name/PrimCast.hs:46)
    readPrimControl (DDC/Core/Salt/Name/PrimControl.hs:34)
    readPrimStore (DDC/Core/Salt/Name/PrimStore.hs:109)
    NameLitVoid (DDC/Core/Salt/Name.hs:341)
    NameLitBool (DDC/Core/Salt/Name.hs:342)
    NameLitNat (DDC/Core/Salt/Name.hs:343)
    NameLitInt (DDC/Core/Salt/Name.hs:344)
    NameLitSize (DDC/Core/Salt/Name.hs:345)
    NameLitWord (DDC/Core/Salt/Name.hs:346)
    NameLitFloat (DDC/Core/Salt/Name.hs:347)
    NameLitChar (DDC/Core/Salt/Name.hs:348)
    NameLitTextLit (DDC/Core/Salt/Name.hs:349)
    NameLitTag (DDC/Core/Salt/Name.hs:350)
  17% (  3 / 18) in 'DDC.Core.Salt.Exp'
  Missing documentation for:
    Module header
    Annot (DDC/Core/Salt/Exp.hs:26)
    Bind (DDC/Core/Salt/Exp.hs:27)
    Bound (DDC/Core/Salt/Exp.hs:28)
    Prim (DDC/Core/Salt/Exp.hs:29)
    Exp (DDC/Core/Salt/Exp.hs:30)
    Abs (DDC/Core/Salt/Exp.hs:31)
    Arg (DDC/Core/Salt/Exp.hs:32)
    Lets (DDC/Core/Salt/Exp.hs:33)
    Alt (DDC/Core/Salt/Exp.hs:34)
    Pat (DDC/Core/Salt/Exp.hs:35)
    Cast (DDC/Core/Salt/Exp.hs:36)
    Witness (DDC/Core/Salt/Exp.hs:37)
    WiCon (DDC/Core/Salt/Exp.hs:38)
    Type (DDC/Core/Salt/Exp.hs:40)
 100% (  4 /  4) in 'DDC.Core.Salt.Convert.Prim'
  80% (  4 /  5) in 'DDC.Core.Salt.Convert.Name'
  Missing documentation for:
    Module header
 100% (  3 /  3) in 'DDC.Core.Salt.Convert.Base'
  67% (  2 /  3) in 'DDC.Core.Salt.Convert.Type'
  Missing documentation for:
    Module header
  86% (  6 /  7) in 'DDC.Core.Salt.Convert.Exp'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Salt.Convert.Super'
  Missing documentation for:
    Module header
   7% (  1 / 14) in 'DDC.Core.Salt.Compounds.PrimTyCon'
  Missing documentation for:
    tVoid (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tBool (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tNat (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tInt (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tSize (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tWord (DDC/Core/Salt/Compounds/PrimTyCon.hs:27)
    tFloat (DDC/Core/Salt/Compounds/PrimTyCon.hs:31)
    tAddr (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tPtr (DDC/Core/Salt/Compounds/PrimTyCon.hs:36)
    takeTPtr (DDC/Core/Salt/Compounds/PrimTyCon.hs:41)
    tTextLit (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tTag (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tObj (DDC/Core/Salt/Compounds/PrimTyCon.hs:51)
 100% ( 12 / 12) in 'DDC.Core.Salt.Compounds.PrimStore'
  75% (  3 /  4) in 'DDC.Core.Salt.Compounds.PrimControl'
  Missing documentation for:
    typeOfPrimControl (DDC/Core/Salt/Compounds/PrimControl.hs:31)
 100% (  5 /  5) in 'DDC.Core.Salt.Compounds.PrimCast'
   9% (  2 / 22) in 'DDC.Core.Salt.Compounds.PrimArith'
  Missing documentation for:
    xNeg (DDC/Core/Salt/Compounds/PrimArith.hs:16)
    xAdd (DDC/Core/Salt/Compounds/PrimArith.hs:18)
    xSub (DDC/Core/Salt/Compounds/PrimArith.hs:19)
    xMul (DDC/Core/Salt/Compounds/PrimArith.hs:20)
    xDiv (DDC/Core/Salt/Compounds/PrimArith.hs:21)
    xMod (DDC/Core/Salt/Compounds/PrimArith.hs:22)
    xRem (DDC/Core/Salt/Compounds/PrimArith.hs:23)
    xEq (DDC/Core/Salt/Compounds/PrimArith.hs:25)
    xNeq (DDC/Core/Salt/Compounds/PrimArith.hs:26)
    xLt (DDC/Core/Salt/Compounds/PrimArith.hs:27)
    xGt (DDC/Core/Salt/Compounds/PrimArith.hs:28)
    xLe (DDC/Core/Salt/Compounds/PrimArith.hs:29)
    xGe (DDC/Core/Salt/Compounds/PrimArith.hs:30)
    xAnd (DDC/Core/Salt/Compounds/PrimArith.hs:32)
    xOr (DDC/Core/Salt/Compounds/PrimArith.hs:33)
    xShl (DDC/Core/Salt/Compounds/PrimArith.hs:35)
    xShr (DDC/Core/Salt/Compounds/PrimArith.hs:36)
    xBAnd (DDC/Core/Salt/Compounds/PrimArith.hs:37)
    xBOr (DDC/Core/Salt/Compounds/PrimArith.hs:38)
    xBXOr (DDC/Core/Salt/Compounds/PrimArith.hs:39)
  20% (  2 / 10) in 'DDC.Core.Salt.Compounds.Lit'
  Missing documentation for:
    Module header
    xBool (DDC/Core/Salt/Compounds/Lit.hs:14)
    xNat (DDC/Core/Salt/Compounds/Lit.hs:18)
    xInt (DDC/Core/Salt/Compounds/Lit.hs:22)
    xSize (DDC/Core/Salt/Compounds/Lit.hs:26)
    xWord (DDC/Core/Salt/Compounds/Lit.hs:30)
    xFloat (DDC/Core/Salt/Compounds/Lit.hs:34)
    xTag (DDC/Core/Salt/Compounds/Lit.hs:38)
  37% ( 24 / 65) in 'DDC.Core.Salt.Compounds'
  Missing documentation for:
    Module header
    tVoid (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tBool (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tNat (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tInt (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tSize (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tWord (DDC/Core/Salt/Compounds/PrimTyCon.hs:27)
    tFloat (DDC/Core/Salt/Compounds/PrimTyCon.hs:31)
    tAddr (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tPtr (DDC/Core/Salt/Compounds/PrimTyCon.hs:36)
    takeTPtr (DDC/Core/Salt/Compounds/PrimTyCon.hs:41)
    tTextLit (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tTag (DDC/Core/Salt/Compounds/PrimTyCon.hs:16)
    tObj (DDC/Core/Salt/Compounds/PrimTyCon.hs:51)
    xBool (DDC/Core/Salt/Compounds/Lit.hs:14)
    xNat (DDC/Core/Salt/Compounds/Lit.hs:18)
    xInt (DDC/Core/Salt/Compounds/Lit.hs:22)
    xSize (DDC/Core/Salt/Compounds/Lit.hs:26)
    xWord (DDC/Core/Salt/Compounds/Lit.hs:30)
    xFloat (DDC/Core/Salt/Compounds/Lit.hs:34)
    xTag (DDC/Core/Salt/Compounds/Lit.hs:38)
    xNeg (DDC/Core/Salt/Compounds/PrimArith.hs:16)
    xAdd (DDC/Core/Salt/Compounds/PrimArith.hs:18)
    xSub (DDC/Core/Salt/Compounds/PrimArith.hs:19)
    xMul (DDC/Core/Salt/Compounds/PrimArith.hs:20)
    xDiv (DDC/Core/Salt/Compounds/PrimArith.hs:21)
    xMod (DDC/Core/Salt/Compounds/PrimArith.hs:22)
    xRem (DDC/Core/Salt/Compounds/PrimArith.hs:23)
    xEq (DDC/Core/Salt/Compounds/PrimArith.hs:25)
    xNeq (DDC/Core/Salt/Compounds/PrimArith.hs:26)
    xLt (DDC/Core/Salt/Compounds/PrimArith.hs:27)
    xGt (DDC/Core/Salt/Compounds/PrimArith.hs:28)
    xLe (DDC/Core/Salt/Compounds/PrimArith.hs:29)
    xGe (DDC/Core/Salt/Compounds/PrimArith.hs:30)
    xAnd (DDC/Core/Salt/Compounds/PrimArith.hs:32)
    xOr (DDC/Core/Salt/Compounds/PrimArith.hs:33)
    xShl (DDC/Core/Salt/Compounds/PrimArith.hs:35)
    xShr (DDC/Core/Salt/Compounds/PrimArith.hs:36)
    xBAnd (DDC/Core/Salt/Compounds/PrimArith.hs:37)
    xBOr (DDC/Core/Salt/Compounds/PrimArith.hs:38)
    xBXOr (DDC/Core/Salt/Compounds/PrimArith.hs:39)
  92% ( 11 / 12) in 'DDC.Core.Salt.Env'
  Missing documentation for:
    typeOfPrimControl (DDC/Core/Salt/Compounds/PrimControl.hs:31)
 100% (  4 /  4) in 'DDC.Core.Salt.Profile'
 100% ( 30 / 30) in 'DDC.Core.Salt.Runtime'
 100% (  2 /  2) in 'DDC.Core.Salt.Convert.Init'
 100% (  7 /  7) in 'DDC.Core.Salt.Convert'
  50% (  1 /  2) in 'DDC.Core.Salt.Transfer'
  Missing documentation for:
    Module header
  73% ( 30 / 41) in 'DDC.Core.Salt'
  Missing documentation for:
    NamePrimOp (DDC/Core/Salt/Name.hs:208)
    NamePrimLit (DDC/Core/Salt/Name.hs:209)
    NameLitVoid (DDC/Core/Salt/Name.hs:341)
    NameLitBool (DDC/Core/Salt/Name.hs:342)
    NameLitNat (DDC/Core/Salt/Name.hs:343)
    NameLitInt (DDC/Core/Salt/Name.hs:344)
    NameLitSize (DDC/Core/Salt/Name.hs:345)
    NameLitWord (DDC/Core/Salt/Name.hs:346)
    NameLitFloat (DDC/Core/Salt/Name.hs:347)
    NameLitTextLit (DDC/Core/Salt/Name.hs:349)
    NameLitTag (DDC/Core/Salt/Name.hs:350)
Documentation created: dist/doc/html/ddc-core-salt/index.html,
dist/doc/html/ddc-core-salt/ddc-core-salt.txt
Creating package registration file:
/tmp/pkgConf-ddc-core-salt-0.4.318385494582120279370.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/ddc-core-salt-0.4.3.1-5I9ASCSriAsFTMuHray0xy
Registering ddc-core-salt-0.4.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/ddc-core-salt-0.4.3.1'
Installed ddc-core-salt-0.4.3.1
cabal: Entering directory '/tmp/cabal-tmp-14199/ddc-core-simpl-0.4.3.1'
Configuring ddc-core-simpl-0.4.3.1...
Building ddc-core-simpl-0.4.3.1...
Preprocessing library ddc-core-simpl-0.4.3.1...
[ 1 of 40] Compiling DDC.Type.Transform.AnonymizeT ( DDC/Type/Transform/AnonymizeT.hs, dist/build/DDC/Type/Transform/AnonymizeT.o )
[ 2 of 40] Compiling DDC.Type.Transform.Alpha ( DDC/Type/Transform/Alpha.hs, dist/build/DDC/Type/Transform/Alpha.o )
[ 3 of 40] Compiling DDC.Core.Transform.Unshare ( DDC/Core/Transform/Unshare.hs, dist/build/DDC/Core/Transform/Unshare.o )
[ 4 of 40] Compiling DDC.Core.Transform.TransformUpX ( DDC/Core/Transform/TransformUpX.hs, dist/build/DDC/Core/Transform/TransformUpX.o )
[ 5 of 40] Compiling DDC.Core.Transform.TransformModX ( DDC/Core/Transform/TransformModX.hs, dist/build/DDC/Core/Transform/TransformModX.o )
[ 6 of 40] Compiling DDC.Core.Transform.TransformDownX ( DDC/Core/Transform/TransformDownX.hs, dist/build/DDC/Core/Transform/TransformDownX.o )
[ 7 of 40] Compiling DDC.Core.Transform.Thread ( DDC/Core/Transform/Thread.hs, dist/build/DDC/Core/Transform/Thread.o )
[ 8 of 40] Compiling DDC.Core.Transform.Rewrite.Error ( DDC/Core/Transform/Rewrite/Error.hs, dist/build/DDC/Core/Transform/Rewrite/Error.o )
[ 9 of 40] Compiling DDC.Core.Transform.Rewrite.Env ( DDC/Core/Transform/Rewrite/Env.hs, dist/build/DDC/Core/Transform/Rewrite/Env.o )
[10 of 40] Compiling DDC.Core.Transform.Rewrite.Disjoint ( DDC/Core/Transform/Rewrite/Disjoint.hs, dist/build/DDC/Core/Transform/Rewrite/Disjoint.o )
[11 of 40] Compiling DDC.Core.Transform.Namify ( DDC/Core/Transform/Namify.hs, dist/build/DDC/Core/Transform/Namify.o )
[12 of 40] Compiling DDC.Core.Transform.Lambdas.Base ( DDC/Core/Transform/Lambdas/Base.hs, dist/build/DDC/Core/Transform/Lambdas/Base.o )
[13 of 40] Compiling DDC.Core.Transform.Lambdas.Lift ( DDC/Core/Transform/Lambdas/Lift.hs, dist/build/DDC/Core/Transform/Lambdas/Lift.o )
[14 of 40] Compiling DDC.Core.Transform.Lambdas ( DDC/Core/Transform/Lambdas.hs, dist/build/DDC/Core/Transform/Lambdas.o )
[15 of 40] Compiling DDC.Core.Transform.FoldCase ( DDC/Core/Transform/FoldCase.hs, dist/build/DDC/Core/Transform/FoldCase.o )
[16 of 40] Compiling DDC.Core.Transform.Elaborate ( DDC/Core/Transform/Elaborate.hs, dist/build/DDC/Core/Transform/Elaborate.o )
[17 of 40] Compiling DDC.Core.Transform.Bubble ( DDC/Core/Transform/Bubble.hs, dist/build/DDC/Core/Transform/Bubble.o )
[18 of 40] Compiling DDC.Core.Transform.Boxing ( DDC/Core/Transform/Boxing.hs, dist/build/DDC/Core/Transform/Boxing.o )
[19 of 40] Compiling DDC.Core.Transform.AnonymizeX ( DDC/Core/Transform/AnonymizeX.hs, dist/build/DDC/Core/Transform/AnonymizeX.o )
[20 of 40] Compiling DDC.Core.Transform.Flatten ( DDC/Core/Transform/Flatten.hs, dist/build/DDC/Core/Transform/Flatten.o )
[21 of 40] Compiling DDC.Core.Transform.Inline.Templates ( DDC/Core/Transform/Inline/Templates.hs, dist/build/DDC/Core/Transform/Inline/Templates.o )
[22 of 40] Compiling DDC.Core.Transform.Inline ( DDC/Core/Transform/Inline.hs, dist/build/DDC/Core/Transform/Inline.o )
[23 of 40] Compiling DDC.Core.Transform.Rewrite.Match ( DDC/Core/Transform/Rewrite/Match.hs, dist/build/DDC/Core/Transform/Rewrite/Match.o )
[24 of 40] Compiling DDC.Core.Simplifier.Result ( DDC/Core/Simplifier/Result.hs, dist/build/DDC/Core/Simplifier/Result.o )
[25 of 40] Compiling DDC.Core.Transform.Beta ( DDC/Core/Transform/Beta.hs, dist/build/DDC/Core/Transform/Beta.o )
[26 of 40] Compiling DDC.Core.Transform.Eta ( DDC/Core/Transform/Eta.hs, dist/build/DDC/Core/Transform/Eta.o )
[27 of 40] Compiling DDC.Core.Simplifier.Lexer ( DDC/Core/Simplifier/Lexer.hs, dist/build/DDC/Core/Simplifier/Lexer.o )
[28 of 40] Compiling DDC.Core.Analysis.Usage ( DDC/Core/Analysis/Usage.hs, dist/build/DDC/Core/Analysis/Usage.o )
[29 of 40] Compiling DDC.Core.Transform.Rewrite.Rule ( DDC/Core/Transform/Rewrite/Rule.hs, dist/build/DDC/Core/Transform/Rewrite/Rule.o )
[30 of 40] Compiling DDC.Core.Transform.Rewrite.Parser ( DDC/Core/Transform/Rewrite/Parser.hs, dist/build/DDC/Core/Transform/Rewrite/Parser.o )
[31 of 40] Compiling DDC.Core.Analysis.Arity ( DDC/Core/Analysis/Arity.hs, dist/build/DDC/Core/Analysis/Arity.o )
[32 of 40] Compiling DDC.Core.Transform.Snip ( DDC/Core/Transform/Snip.hs, dist/build/DDC/Core/Transform/Snip.o )
[33 of 40] Compiling DDC.Core.Simplifier.Base ( DDC/Core/Simplifier/Base.hs, dist/build/DDC/Core/Simplifier/Base.o )
[34 of 40] Compiling DDC.Core.Transform.Forward ( DDC/Core/Transform/Forward.hs, dist/build/DDC/Core/Transform/Forward.o )
[35 of 40] Compiling DDC.Core.Transform.Prune ( DDC/Core/Transform/Prune.hs, dist/build/DDC/Core/Transform/Prune.o )
[36 of 40] Compiling DDC.Core.Transform.Rewrite ( DDC/Core/Transform/Rewrite.hs, dist/build/DDC/Core/Transform/Rewrite.o )
[37 of 40] Compiling DDC.Core.Simplifier.Apply ( DDC/Core/Simplifier/Apply.hs, dist/build/DDC/Core/Simplifier/Apply.o )
[38 of 40] Compiling DDC.Core.Simplifier ( DDC/Core/Simplifier.hs, dist/build/DDC/Core/Simplifier.o )
[39 of 40] Compiling DDC.Core.Simplifier.Parser ( DDC/Core/Simplifier/Parser.hs, dist/build/DDC/Core/Simplifier/Parser.o )
[40 of 40] Compiling DDC.Core.Simplifier.Recipe ( DDC/Core/Simplifier/Recipe.hs, dist/build/DDC/Core/Simplifier/Recipe.o )
Running Haddock for ddc-core-simpl-0.4.3.1...
Running hscolour for ddc-core-simpl-0.4.3.1...
Preprocessing library ddc-core-simpl-0.4.3.1...
Preprocessing library ddc-core-simpl-0.4.3.1...
Haddock coverage:
  50% (  2 /  4) in 'DDC.Type.Transform.AnonymizeT'
  Missing documentation for:
    Module header
    AnonymizeT (DDC/Type/Transform/AnonymizeT.hs:19)
   0% (  0 /  2) in 'DDC.Type.Transform.Alpha'
  Missing documentation for:
    Module header
    Alpha (DDC/Type/Transform/Alpha.hs:9)
  50% (  1 /  2) in 'DDC.Core.Transform.Unshare'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Core.Transform.TransformUpX'
  Missing documentation for:
    TransformUpMX (DDC/Core/Transform/TransformUpX.hs:45)
 100% (  3 /  3) in 'DDC.Core.Transform.TransformModX'
  75% (  3 /  4) in 'DDC.Core.Transform.TransformDownX'
  Missing documentation for:
    TransformDownMX (DDC/Core/Transform/TransformDownX.hs:50)
 100% (  4 /  4) in 'DDC.Core.Transform.Thread'
  67% (  2 /  3) in 'DDC.Core.Transform.Rewrite.Error'
  Missing documentation for:
    Module header
  85% ( 11 / 13) in 'DDC.Core.Transform.Rewrite.Env'
  Missing documentation for:
    Module header
    hasDef (DDC/Core/Transform/Rewrite/Env.hs:162)
 100% (  3 /  3) in 'DDC.Core.Transform.Rewrite.Disjoint'
  80% (  4 /  5) in 'DDC.Core.Transform.Namify'
  Missing documentation for:
    Namify (DDC/Core/Transform/Namify.hs:66)
  86% (  6 /  7) in 'DDC.Core.Transform.Lambdas.Base'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Transform.Lambdas.Lift'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Core.Transform.Lambdas'
  Missing documentation for:
    Module header
   0% (  0 /  5) in 'DDC.Core.Transform.FoldCase'
  Missing documentation for:
    Module header
    Config (DDC/Core/Transform/FoldCase.hs:14)
    configZero (DDC/Core/Transform/FoldCase.hs:23)
    foldCase (DDC/Core/Transform/FoldCase.hs:33)
    foldCaseX (DDC/Core/Transform/FoldCase.hs:42)
 100% (  3 /  3) in 'DDC.Core.Transform.Elaborate'
 100% (  3 /  3) in 'DDC.Core.Transform.Bubble'
  75% (  3 /  4) in 'DDC.Core.Transform.Boxing'
  Missing documentation for:
    Config (DDC/Core/Transform/Boxing.hs:42)
  75% (  3 /  4) in 'DDC.Core.Transform.AnonymizeX'
  Missing documentation for:
    AnonymizeX (DDC/Core/Transform/AnonymizeX.hs:24)
 100% (  2 /  2) in 'DDC.Core.Transform.Flatten'
  75% (  3 /  4) in 'DDC.Core.Transform.Inline.Templates'
  Missing documentation for:
    lookupTemplateFromModule (DDC/Core/Transform/Inline/Templates.hs:64)
  75% (  3 /  4) in 'DDC.Core.Transform.Inline'
  Missing documentation for:
    inline (DDC/Core/Transform/Inline.hs:16)
 100% (  6 /  6) in 'DDC.Core.Transform.Rewrite.Match'
  80% (  4 /  5) in 'DDC.Core.Simplifier.Result'
  Missing documentation for:
    Module header
  80% (  4 /  5) in 'DDC.Core.Transform.Beta'
  Missing documentation for:
    Config (DDC/Core/Transform/Beta.hs:27)
  50% (  3 /  6) in 'DDC.Core.Transform.Eta'
  Missing documentation for:
    Module header
    Config (DDC/Core/Transform/Eta.hs:32)
    Info (DDC/Core/Transform/Eta.hs:46)
  33% (  1 /  3) in 'DDC.Core.Simplifier.Lexer'
  Missing documentation for:
    Module header
    lexSimplifier (DDC/Core/Simplifier/Lexer.hs:10)
 100% (  7 /  7) in 'DDC.Core.Analysis.Usage'
  92% ( 11 / 12) in 'DDC.Core.Transform.Rewrite.Rule'
  Missing documentation for:
    NamedRewriteRule (DDC/Core/Transform/Rewrite/Rule.hs:83)
 100% (  3 /  3) in 'DDC.Core.Transform.Rewrite.Parser'
 100% ( 12 / 12) in 'DDC.Core.Analysis.Arity'
 100% (  4 /  4) in 'DDC.Core.Transform.Snip'
  92% ( 11 / 12) in 'DDC.Core.Simplifier.Base'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Core.Transform.Forward'
  Missing documentation for:
    Config (DDC/Core/Transform/Forward.hs:65)
 100% (  4 /  4) in 'DDC.Core.Transform.Prune'
 100% (  4 /  4) in 'DDC.Core.Transform.Rewrite'
 100% (  5 /  5) in 'DDC.Core.Simplifier.Apply'
  93% ( 13 / 14) in 'DDC.Core.Simplifier'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Simplifier.Parser'
  Missing documentation for:
    Module header
 100% ( 17 / 17) in 'DDC.Core.Simplifier.Recipe'
Warning: DDC.Core.Transform.Lambdas: could not find link destinations for:
    S
Warning: DDC.Core.Transform.FoldCase: could not find link destinations for:
    FoldCase
Warning: DDC.Core.Transform.Bubble: could not find link destinations for:
    FvsCast
Warning: DDC.Core.Transform.Inline: could not find link destinations for:
    Inline
Warning: DDC.Core.Transform.Snip: could not find link destinations for:
    buildNormalisedFunApp
Documentation created: dist/doc/html/ddc-core-simpl/index.html,
dist/doc/html/ddc-core-simpl/ddc-core-simpl.txt
Creating package registration file:
/tmp/pkgConf-ddc-core-simpl-0.4.313903427891911445431.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/ddc-core-simpl-0.4.3.1-HuYbPSEvX6P2fGPRmknlVJ
Registering ddc-core-simpl-0.4.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/ddc-core-simpl-0.4.3.1'
Installed ddc-core-simpl-0.4.3.1
cabal: Entering directory '/tmp/cabal-tmp-14199/ddc-core-llvm-0.4.3.1'
Configuring ddc-core-llvm-0.4.3.1...
Building ddc-core-llvm-0.4.3.1...
Preprocessing library ddc-core-llvm-0.4.3.1...
[ 1 of 42] Compiling DDC.Llvm.Syntax.Prim ( DDC/Llvm/Syntax/Prim.hs, dist/build/DDC/Llvm/Syntax/Prim.o )
[ 2 of 42] Compiling DDC.Llvm.Syntax.Attr ( DDC/Llvm/Syntax/Attr.hs, dist/build/DDC/Llvm/Syntax/Attr.o )
[ 3 of 42] Compiling DDC.Llvm.Syntax.Type ( DDC/Llvm/Syntax/Type.hs, dist/build/DDC/Llvm/Syntax/Type.o )
[ 4 of 42] Compiling DDC.Llvm.Syntax.Metadata ( DDC/Llvm/Syntax/Metadata.hs, dist/build/DDC/Llvm/Syntax/Metadata.o )
[ 5 of 42] Compiling DDC.Llvm.Pretty.Prim ( DDC/Llvm/Pretty/Prim.hs, dist/build/DDC/Llvm/Pretty/Prim.o )
[ 6 of 42] Compiling DDC.Llvm.Syntax.Exp ( DDC/Llvm/Syntax/Exp.hs, dist/build/DDC/Llvm/Syntax/Exp.o )
[ 7 of 42] Compiling DDC.Llvm.Syntax.Instr ( DDC/Llvm/Syntax/Instr.hs, dist/build/DDC/Llvm/Syntax/Instr.o )
[ 8 of 42] Compiling DDC.Llvm.Syntax.Function ( DDC/Llvm/Syntax/Function.hs, dist/build/DDC/Llvm/Syntax/Function.o )
[ 9 of 42] Compiling DDC.Llvm.Syntax.Module ( DDC/Llvm/Syntax/Module.hs, dist/build/DDC/Llvm/Syntax/Module.o )
[10 of 42] Compiling DDC.Llvm.Syntax  ( DDC/Llvm/Syntax.hs, dist/build/DDC/Llvm/Syntax.o )
[11 of 42] Compiling DDC.Llvm.Transform.Calls ( DDC/Llvm/Transform/Calls.hs, dist/build/DDC/Llvm/Transform/Calls.o )
[12 of 42] Compiling DDC.Llvm.Transform.Flatten ( DDC/Llvm/Transform/Flatten.hs, dist/build/DDC/Llvm/Transform/Flatten.o )
[13 of 42] Compiling DDC.Llvm.Pretty.Base ( DDC/Llvm/Pretty/Base.hs, dist/build/DDC/Llvm/Pretty/Base.o )
[14 of 42] Compiling DDC.Llvm.Pretty.Attr ( DDC/Llvm/Pretty/Attr.hs, dist/build/DDC/Llvm/Pretty/Attr.o )
[15 of 42] Compiling DDC.Llvm.Pretty.Type ( DDC/Llvm/Pretty/Type.hs, dist/build/DDC/Llvm/Pretty/Type.o )
[16 of 42] Compiling DDC.Llvm.Pretty.Exp ( DDC/Llvm/Pretty/Exp.hs, dist/build/DDC/Llvm/Pretty/Exp.o )
[17 of 42] Compiling DDC.Llvm.Pretty.Metadata ( DDC/Llvm/Pretty/Metadata.hs, dist/build/DDC/Llvm/Pretty/Metadata.o )
[18 of 42] Compiling DDC.Llvm.Pretty.Instr ( DDC/Llvm/Pretty/Instr.hs, dist/build/DDC/Llvm/Pretty/Instr.o )
[19 of 42] Compiling DDC.Llvm.Pretty.Function ( DDC/Llvm/Pretty/Function.hs, dist/build/DDC/Llvm/Pretty/Function.o )
[20 of 42] Compiling DDC.Llvm.Pretty.Module ( DDC/Llvm/Pretty/Module.hs, dist/build/DDC/Llvm/Pretty/Module.o )
[21 of 42] Compiling DDC.Llvm.Pretty  ( DDC/Llvm/Pretty.hs, dist/build/DDC/Llvm/Pretty.o )
[22 of 42] Compiling DDC.Llvm.Graph   ( DDC/Llvm/Graph.hs, dist/build/DDC/Llvm/Graph.o )
[23 of 42] Compiling DDC.Llvm.Analysis.Parents ( DDC/Llvm/Analysis/Parents.hs, dist/build/DDC/Llvm/Analysis/Parents.o )
[24 of 42] Compiling DDC.Llvm.Analysis.Defs ( DDC/Llvm/Analysis/Defs.hs, dist/build/DDC/Llvm/Analysis/Defs.o )
[25 of 42] Compiling DDC.Llvm.Transform.Simpl ( DDC/Llvm/Transform/Simpl.hs, dist/build/DDC/Llvm/Transform/Simpl.o )
[26 of 42] Compiling DDC.Llvm.Analysis.Children ( DDC/Llvm/Analysis/Children.hs, dist/build/DDC/Llvm/Analysis/Children.o )
[27 of 42] Compiling DDC.Core.Llvm.Metadata.Graph ( DDC/Core/Llvm/Metadata/Graph.hs, dist/build/DDC/Core/Llvm/Metadata/Graph.o )
[28 of 42] Compiling DDC.Core.Llvm.Convert.Error ( DDC/Core/Llvm/Convert/Error.hs, dist/build/DDC/Core/Llvm/Convert/Error.o )
[29 of 42] Compiling DDC.Core.Llvm.Convert.Base ( DDC/Core/Llvm/Convert/Base.hs, dist/build/DDC/Core/Llvm/Convert/Base.o )
[30 of 42] Compiling DDC.Core.Llvm.Convert.Type ( DDC/Core/Llvm/Convert/Type.hs, dist/build/DDC/Core/Llvm/Convert/Type.o )
[31 of 42] Compiling DDC.Core.Llvm.Runtime ( DDC/Core/Llvm/Runtime.hs, dist/build/DDC/Core/Llvm/Runtime.o )
[32 of 42] Compiling DDC.Core.Llvm.Metadata.Tbaa ( DDC/Core/Llvm/Metadata/Tbaa.hs, dist/build/DDC/Core/Llvm/Metadata/Tbaa.o )
[33 of 42] Compiling DDC.Core.Llvm.Convert.Context ( DDC/Core/Llvm/Convert/Context.hs, dist/build/DDC/Core/Llvm/Convert/Context.o )
[34 of 42] Compiling DDC.Core.Llvm.Convert.Exp.Atom ( DDC/Core/Llvm/Convert/Exp/Atom.hs, dist/build/DDC/Core/Llvm/Convert/Exp/Atom.o )
[35 of 42] Compiling DDC.Core.Llvm.Convert.Exp.Case ( DDC/Core/Llvm/Convert/Exp/Case.hs, dist/build/DDC/Core/Llvm/Convert/Exp/Case.o )
[36 of 42] Compiling DDC.Core.Llvm.Convert.Exp.PrimArith ( DDC/Core/Llvm/Convert/Exp/PrimArith.hs, dist/build/DDC/Core/Llvm/Convert/Exp/PrimArith.o )
[37 of 42] Compiling DDC.Core.Llvm.Convert.Exp.PrimCall ( DDC/Core/Llvm/Convert/Exp/PrimCall.hs, dist/build/DDC/Core/Llvm/Convert/Exp/PrimCall.o )
[38 of 42] Compiling DDC.Core.Llvm.Convert.Exp.PrimCast ( DDC/Core/Llvm/Convert/Exp/PrimCast.hs, dist/build/DDC/Core/Llvm/Convert/Exp/PrimCast.o )
[39 of 42] Compiling DDC.Core.Llvm.Convert.Exp.PrimStore ( DDC/Core/Llvm/Convert/Exp/PrimStore.hs, dist/build/DDC/Core/Llvm/Convert/Exp/PrimStore.o )
[40 of 42] Compiling DDC.Core.Llvm.Convert.Exp ( DDC/Core/Llvm/Convert/Exp.hs, dist/build/DDC/Core/Llvm/Convert/Exp.o )
[41 of 42] Compiling DDC.Core.Llvm.Convert.Super ( DDC/Core/Llvm/Convert/Super.hs, dist/build/DDC/Core/Llvm/Convert/Super.o )
[42 of 42] Compiling DDC.Core.Llvm.Convert ( DDC/Core/Llvm/Convert.hs, dist/build/DDC/Core/Llvm/Convert.o )
Running Haddock for ddc-core-llvm-0.4.3.1...
Running hscolour for ddc-core-llvm-0.4.3.1...
Preprocessing library ddc-core-llvm-0.4.3.1...
Preprocessing library ddc-core-llvm-0.4.3.1...
Haddock coverage:
  83% (  5 /  6) in 'DDC.Llvm.Syntax.Prim'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Llvm.Syntax.Attr'
  Missing documentation for:
    Module header
  92% ( 12 / 13) in 'DDC.Llvm.Syntax.Type'
  Missing documentation for:
    Module header
  40% (  4 / 10) in 'DDC.Llvm.Syntax.Metadata'
  Missing documentation for:
    Module header
    tbaaRoot (DDC/Llvm/Syntax/Metadata.hs:78)
    MRef (DDC/Llvm/Syntax/Metadata.hs:34)
    MDNode (DDC/Llvm/Syntax/Metadata.hs:50)
    MDNodeOp (DDC/Llvm/Syntax/Metadata.hs:57)
    rval (DDC/Llvm/Syntax/Metadata.hs:39)
   0% (  0 /  5) in 'DDC.Llvm.Pretty.Prim'
  Missing documentation for:
    Module header
     (DDC/Llvm/Pretty/Prim.hs:7)
     (DDC/Llvm/Pretty/Prim.hs:30)
     (DDC/Llvm/Pretty/Prim.hs:45)
     (DDC/Llvm/Pretty/Prim.hs:66)
  94% ( 17 / 18) in 'DDC.Llvm.Syntax.Exp'
  Missing documentation for:
    Module header
  92% ( 12 / 13) in 'DDC.Llvm.Syntax.Instr'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Llvm.Syntax.Function'
  Missing documentation for:
    Module header
  90% (  9 / 10) in 'DDC.Llvm.Syntax.Module'
  Missing documentation for:
    Module header
  96% ( 71 / 74) in 'DDC.Llvm.Syntax'
  Missing documentation for:
    Module header
    MRef (DDC/Llvm/Syntax/Metadata.hs:34)
    rval (DDC/Llvm/Syntax/Metadata.hs:39)
 100% (  2 /  2) in 'DDC.Llvm.Transform.Calls'
 100% (  2 /  2) in 'DDC.Llvm.Transform.Flatten'
  86% (  6 /  7) in 'DDC.Llvm.Pretty.Base'
  Missing documentation for:
    Module header
  17% (  1 /  6) in 'DDC.Llvm.Pretty.Attr'
  Missing documentation for:
     (DDC/Llvm/Pretty/Attr.hs:8)
     (DDC/Llvm/Pretty/Attr.hs:26)
     (DDC/Llvm/Pretty/Attr.hs:39)
     (DDC/Llvm/Pretty/Attr.hs:49)
     (DDC/Llvm/Pretty/Attr.hs:65)
   0% (  0 /  5) in 'DDC.Llvm.Pretty.Type'
  Missing documentation for:
    Module header
     (DDC/Llvm/Pretty/Type.hs:8)
     (DDC/Llvm/Pretty/Type.hs:14)
     (DDC/Llvm/Pretty/Type.hs:34)
     (DDC/Llvm/Pretty/Type.hs:39)
  67% (  2 /  3) in 'DDC.Llvm.Pretty.Exp'
  Missing documentation for:
    Module header
   0% (  0 / 10) in 'DDC.Llvm.Pretty.Metadata'
  Missing documentation for:
    Module header
     (DDC/Llvm/Pretty/Metadata.hs:10)
    pprMetaData (DDC/Llvm/Pretty/Metadata.hs:22)
     (DDC/Llvm/Pretty/Metadata.hs:36)
    pprMDecl (DDC/Llvm/Pretty/Metadata.hs:48)
     (DDC/Llvm/Pretty/Metadata.hs:60)
     (DDC/Llvm/Pretty/Metadata.hs:66)
     (DDC/Llvm/Pretty/Metadata.hs:72)
     (DDC/Llvm/Pretty/Metadata.hs:78)
    pprMDNodeOp (DDC/Llvm/Pretty/Metadata.hs:90)
   0% (  0 /  5) in 'DDC.Llvm.Pretty.Instr'
  Missing documentation for:
    Module header
     (DDC/Llvm/Pretty/Instr.hs:19)
     (DDC/Llvm/Pretty/Instr.hs:24)
     (DDC/Llvm/Pretty/Instr.hs:44)
     (DDC/Llvm/Pretty/Instr.hs:67)
  33% (  1 /  3) in 'DDC.Llvm.Pretty.Function'
  Missing documentation for:
    Module header
     (DDC/Llvm/Pretty/Function.hs:12)
  40% (  2 /  5) in 'DDC.Llvm.Pretty.Module'
  Missing documentation for:
    Module header
     (DDC/Llvm/Pretty/Module.hs:53)
     (DDC/Llvm/Pretty/Module.hs:64)
 100% (  4 /  4) in 'DDC.Llvm.Pretty'
  93% ( 14 / 15) in 'DDC.Llvm.Graph'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Llvm.Analysis.Parents'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Llvm.Analysis.Defs'
  Missing documentation for:
    Module header
 100% (  4 /  4) in 'DDC.Llvm.Transform.Simpl'
  80% (  4 /  5) in 'DDC.Llvm.Analysis.Children'
  Missing documentation for:
    Module header
  83% ( 15 / 18) in 'DDC.Core.Llvm.Metadata.Graph'
  Missing documentation for:
    Module header
    orientUG (DDC/Core/Llvm/Metadata/Graph.hs:165)
    Dom (DDC/Core/Llvm/Metadata/Graph.hs:24)
  50% (  1 /  2) in 'DDC.Core.Llvm.Convert.Error'
  Missing documentation for:
    Module header
  92% ( 11 / 12) in 'DDC.Core.Llvm.Convert.Base'
  Missing documentation for:
    Module header
  95% ( 21 / 22) in 'DDC.Core.Llvm.Convert.Type'
  Missing documentation for:
    aObj (DDC/Core/Llvm/Convert/Type.hs:214)
  83% (  5 /  6) in 'DDC.Core.Llvm.Runtime'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Core.Llvm.Metadata.Tbaa'
  Missing documentation for:
    Module header
  90% (  9 / 10) in 'DDC.Core.Llvm.Convert.Context'
  Missing documentation for:
    Module header
  88% (  7 /  8) in 'DDC.Core.Llvm.Convert.Exp.Atom'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'DDC.Core.Llvm.Convert.Exp.Case'
  Missing documentation for:
    Module header
    convertCase (DDC/Core/Llvm/Convert/Exp/Case.hs:20)
  50% (  1 /  2) in 'DDC.Core.Llvm.Convert.Exp.PrimArith'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Llvm.Convert.Exp.PrimCall'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Llvm.Convert.Exp.PrimCast'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Llvm.Convert.Exp.PrimStore'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Core.Llvm.Convert.Exp'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Llvm.Convert.Super'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Core.Llvm.Convert'
  Missing documentation for:
    Module header
Warning: DDC.Llvm.Syntax: could not find link destinations for:
    D:R:PrettyModeModule0 PrettyModeModule modeModuleConfig D:R:PrettyModeFunction0 PrettyModeFunction modeFunctionConfig D:R:PrettyModeBlock0 PrettyModeBlock modeBlockConfig D:R:PrettyModeAnnotInstr0 PrettyModeAnnotInstr modeAnnotInstrConfig D:R:PrettyModeInstr0 PrettyModeInstr modeInstrConfig MDNode D:R:PrettyModeMetadata0 PrettyModeMetadata modeMetadataConfig D:R:PrettyModeMDecl0 PrettyModeMDecl modeMDeclConfig
Warning: DDC.Llvm.Pretty: could not find link destinations for:
    Version
Warning: DDC.Core.Llvm.Metadata.Graph: could not find link destinations for:
    Partitioning
Warning: DDC.Core.Llvm.Metadata.Tbaa: could not find link destinations for:
    MDEnv ConvertM
Warning: DDC.Core.Llvm.Convert: could not find link destinations for:
    Error ConvertM
Documentation created: dist/doc/html/ddc-core-llvm/index.html,
dist/doc/html/ddc-core-llvm/ddc-core-llvm.txt
Creating package registration file:
/tmp/pkgConf-ddc-core-llvm-0.4.31778219419491009120.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/ddc-core-llvm-0.4.3.1-K3jnkE98KhTFdrWeOgVeZS
Registering ddc-core-llvm-0.4.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/ddc-core-llvm-0.4.3.1'
Installed ddc-core-llvm-0.4.3.1
cabal: Entering directory '/tmp/cabal-tmp-14199/ddc-core-tetra-0.4.3.1'
Configuring ddc-core-tetra-0.4.3.1...
Building ddc-core-tetra-0.4.3.1...
Preprocessing library ddc-core-tetra-0.4.3.1...
[ 1 of 48] Compiling DDC.Core.Tetra.Prim.Base ( DDC/Core/Tetra/Prim/Base.hs, dist/build/DDC/Core/Tetra/Prim/Base.o )
[ 2 of 48] Compiling DDC.Core.Tetra.Prim.TyConPrim ( DDC/Core/Tetra/Prim/TyConPrim.hs, dist/build/DDC/Core/Tetra/Prim/TyConPrim.o )
[ 3 of 48] Compiling DDC.Core.Tetra.Prim.TyConTetra ( DDC/Core/Tetra/Prim/TyConTetra.hs, dist/build/DDC/Core/Tetra/Prim/TyConTetra.o )
[ 4 of 48] Compiling DDC.Core.Tetra.Prim.DaConTetra ( DDC/Core/Tetra/Prim/DaConTetra.hs, dist/build/DDC/Core/Tetra/Prim/DaConTetra.o )
[ 5 of 48] Compiling DDC.Core.Tetra.Prim.OpArith ( DDC/Core/Tetra/Prim/OpArith.hs, dist/build/DDC/Core/Tetra/Prim/OpArith.o )
[ 6 of 48] Compiling DDC.Core.Tetra.Prim.OpCast ( DDC/Core/Tetra/Prim/OpCast.hs, dist/build/DDC/Core/Tetra/Prim/OpCast.o )
[ 7 of 48] Compiling DDC.Core.Tetra.Prim.OpError ( DDC/Core/Tetra/Prim/OpError.hs, dist/build/DDC/Core/Tetra/Prim/OpError.o )
[ 8 of 48] Compiling DDC.Core.Tetra.Prim.OpFun ( DDC/Core/Tetra/Prim/OpFun.hs, dist/build/DDC/Core/Tetra/Prim/OpFun.o )
[ 9 of 48] Compiling DDC.Core.Tetra.Prim.OpVector ( DDC/Core/Tetra/Prim/OpVector.hs, dist/build/DDC/Core/Tetra/Prim/OpVector.o )
[10 of 48] Compiling DDC.Core.Tetra.Prim ( DDC/Core/Tetra/Prim.hs, dist/build/DDC/Core/Tetra/Prim.o )
[11 of 48] Compiling DDC.Core.Tetra.Transform.Curry.Error ( DDC/Core/Tetra/Transform/Curry/Error.hs, dist/build/DDC/Core/Tetra/Transform/Curry/Error.o )
[12 of 48] Compiling DDC.Core.Tetra.Transform.Curry.Callable ( DDC/Core/Tetra/Transform/Curry/Callable.hs, dist/build/DDC/Core/Tetra/Transform/Curry/Callable.o )
[13 of 48] Compiling DDC.Core.Tetra.Error ( DDC/Core/Tetra/Error.hs, dist/build/DDC/Core/Tetra/Error.o )
[14 of 48] Compiling DDC.Core.Tetra.Convert.Error ( DDC/Core/Tetra/Convert/Error.hs, dist/build/DDC/Core/Tetra/Convert/Error.o )
[15 of 48] Compiling DDC.Core.Tetra.Convert.Exp.Lit ( DDC/Core/Tetra/Convert/Exp/Lit.hs, dist/build/DDC/Core/Tetra/Convert/Exp/Lit.o )
[16 of 48] Compiling DDC.Core.Tetra.Convert.Type.Base ( DDC/Core/Tetra/Convert/Type/Base.hs, dist/build/DDC/Core/Tetra/Convert/Type/Base.o )
[17 of 48] Compiling DDC.Core.Tetra.Convert.Exp.Base ( DDC/Core/Tetra/Convert/Exp/Base.hs, dist/build/DDC/Core/Tetra/Convert/Exp/Base.o )
[18 of 48] Compiling DDC.Core.Tetra.Convert.Exp.PrimError ( DDC/Core/Tetra/Convert/Exp/PrimError.hs, dist/build/DDC/Core/Tetra/Convert/Exp/PrimError.o )
[19 of 48] Compiling DDC.Core.Tetra.Convert.Type.Kind ( DDC/Core/Tetra/Convert/Type/Kind.hs, dist/build/DDC/Core/Tetra/Convert/Type/Kind.o )
[20 of 48] Compiling DDC.Core.Tetra.Convert.Type.Region ( DDC/Core/Tetra/Convert/Type/Region.hs, dist/build/DDC/Core/Tetra/Convert/Type/Region.o )
[21 of 48] Compiling DDC.Core.Tetra.Convert.Type.Witness ( DDC/Core/Tetra/Convert/Type/Witness.hs, dist/build/DDC/Core/Tetra/Convert/Type/Witness.o )
[22 of 48] Compiling DDC.Core.Tetra.Compounds ( DDC/Core/Tetra/Compounds.hs, dist/build/DDC/Core/Tetra/Compounds.o )
[23 of 48] Compiling DDC.Core.Tetra.Convert.Boxing ( DDC/Core/Tetra/Convert/Boxing.hs, dist/build/DDC/Core/Tetra/Convert/Boxing.o )
[24 of 48] Compiling DDC.Core.Tetra.Convert.Layout ( DDC/Core/Tetra/Convert/Layout.hs, dist/build/DDC/Core/Tetra/Convert/Layout.o )
[25 of 48] Compiling DDC.Core.Tetra.Convert.Data ( DDC/Core/Tetra/Convert/Data.hs, dist/build/DDC/Core/Tetra/Convert/Data.o )
[26 of 48] Compiling DDC.Core.Tetra.Convert.Type.Data ( DDC/Core/Tetra/Convert/Type/Data.hs, dist/build/DDC/Core/Tetra/Convert/Type/Data.o )
[27 of 48] Compiling DDC.Core.Tetra.Convert.Type.DaCon ( DDC/Core/Tetra/Convert/Type/DaCon.hs, dist/build/DDC/Core/Tetra/Convert/Type/DaCon.o )
[28 of 48] Compiling DDC.Core.Tetra.Convert.Type.Super ( DDC/Core/Tetra/Convert/Type/Super.hs, dist/build/DDC/Core/Tetra/Convert/Type/Super.o )
[29 of 48] Compiling DDC.Core.Tetra.Convert.Type ( DDC/Core/Tetra/Convert/Type.hs, dist/build/DDC/Core/Tetra/Convert/Type.o )
[30 of 48] Compiling DDC.Core.Tetra.Convert.Exp.Alt ( DDC/Core/Tetra/Convert/Exp/Alt.hs, dist/build/DDC/Core/Tetra/Convert/Exp/Alt.o )
[31 of 48] Compiling DDC.Core.Tetra.Convert.Exp.Arg ( DDC/Core/Tetra/Convert/Exp/Arg.hs, dist/build/DDC/Core/Tetra/Convert/Exp/Arg.o )
[32 of 48] Compiling DDC.Core.Tetra.Convert.Exp.Ctor ( DDC/Core/Tetra/Convert/Exp/Ctor.hs, dist/build/DDC/Core/Tetra/Convert/Exp/Ctor.o )
[33 of 48] Compiling DDC.Core.Tetra.Convert.Exp.Lets ( DDC/Core/Tetra/Convert/Exp/Lets.hs, dist/build/DDC/Core/Tetra/Convert/Exp/Lets.o )
[34 of 48] Compiling DDC.Core.Tetra.Convert.Exp.PrimArith ( DDC/Core/Tetra/Convert/Exp/PrimArith.hs, dist/build/DDC/Core/Tetra/Convert/Exp/PrimArith.o )
[35 of 48] Compiling DDC.Core.Tetra.Convert.Exp.PrimBoxing ( DDC/Core/Tetra/Convert/Exp/PrimBoxing.hs, dist/build/DDC/Core/Tetra/Convert/Exp/PrimBoxing.o )
[36 of 48] Compiling DDC.Core.Tetra.Convert.Exp.PrimCall ( DDC/Core/Tetra/Convert/Exp/PrimCall.hs, dist/build/DDC/Core/Tetra/Convert/Exp/PrimCall.o )
[37 of 48] Compiling DDC.Core.Tetra.Convert.Exp.PrimVector ( DDC/Core/Tetra/Convert/Exp/PrimVector.hs, dist/build/DDC/Core/Tetra/Convert/Exp/PrimVector.o )
[38 of 48] Compiling DDC.Core.Tetra.Convert.Exp ( DDC/Core/Tetra/Convert/Exp.hs, dist/build/DDC/Core/Tetra/Convert/Exp.o )
[39 of 48] Compiling DDC.Core.Tetra.Convert ( DDC/Core/Tetra/Convert.hs, dist/build/DDC/Core/Tetra/Convert.o )
[40 of 48] Compiling DDC.Core.Tetra.Env ( DDC/Core/Tetra/Env.hs, dist/build/DDC/Core/Tetra/Env.o )
[41 of 48] Compiling DDC.Core.Tetra.Profile ( DDC/Core/Tetra/Profile.hs, dist/build/DDC/Core/Tetra/Profile.o )
[42 of 48] Compiling DDC.Core.Tetra.Transform.Boxing ( DDC/Core/Tetra/Transform/Boxing.hs, dist/build/DDC/Core/Tetra/Transform/Boxing.o )
[43 of 48] Compiling DDC.Core.Tetra.Transform.Curry.CallSuper ( DDC/Core/Tetra/Transform/Curry/CallSuper.hs, dist/build/DDC/Core/Tetra/Transform/Curry/CallSuper.o )
[44 of 48] Compiling DDC.Core.Tetra.Transform.Curry.CallThunk ( DDC/Core/Tetra/Transform/Curry/CallThunk.hs, dist/build/DDC/Core/Tetra/Transform/Curry/CallThunk.o )
[45 of 48] Compiling DDC.Core.Tetra.Transform.Curry.Call ( DDC/Core/Tetra/Transform/Curry/Call.hs, dist/build/DDC/Core/Tetra/Transform/Curry/Call.o )
[46 of 48] Compiling DDC.Core.Tetra.Transform.Curry ( DDC/Core/Tetra/Transform/Curry.hs, dist/build/DDC/Core/Tetra/Transform/Curry.o )
[47 of 48] Compiling DDC.Core.Tetra.Check ( DDC/Core/Tetra/Check.hs, dist/build/DDC/Core/Tetra/Check.o )
[48 of 48] Compiling DDC.Core.Tetra   ( DDC/Core/Tetra.hs, dist/build/DDC/Core/Tetra.o )
Running Haddock for ddc-core-tetra-0.4.3.1...
Running hscolour for ddc-core-tetra-0.4.3.1...
Preprocessing library ddc-core-tetra-0.4.3.1...
Preprocessing library ddc-core-tetra-0.4.3.1...
Haddock coverage:
  92% ( 12 / 13) in 'DDC.Core.Tetra.Prim.Base'
  Missing documentation for:
    Module header
  93% ( 14 / 15) in 'DDC.Core.Tetra.Prim.TyConPrim'
  Missing documentation for:
    Module header
  88% (  7 /  8) in 'DDC.Core.Tetra.Prim.TyConTetra'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Tetra.Prim.DaConTetra'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Tetra.Prim.OpArith'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Tetra.Prim.OpCast'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Core.Tetra.Prim.OpError'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Core.Tetra.Prim.OpFun'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Tetra.Prim.OpVector'
  Missing documentation for:
    Module header
  98% ( 46 / 47) in 'DDC.Core.Tetra.Prim'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'DDC.Core.Tetra.Transform.Curry.Error'
  Missing documentation for:
    Module header
    Error (DDC/Core/Tetra/Transform/Curry/Error.hs:11)
  75% (  6 /  8) in 'DDC.Core.Tetra.Transform.Curry.Callable'
  Missing documentation for:
    Module header
    takeCallablesOfModule (DDC/Core/Tetra/Transform/Curry/Callable.hs:61)
  50% (  1 /  2) in 'DDC.Core.Tetra.Error'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Tetra.Convert.Error'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Convert.Exp.Lit'
  Missing documentation for:
    Module header
  40% (  2 /  5) in 'DDC.Core.Tetra.Convert.Type.Base'
  Missing documentation for:
    Module header
    extendKindEnv (DDC/Core/Tetra/Convert/Type/Base.hs:43)
    extendsKindEnv (DDC/Core/Tetra/Convert/Type/Base.hs:47)
  69% (  9 / 13) in 'DDC.Core.Tetra.Convert.Exp.Base'
  Missing documentation for:
    Module header
    xConvert (DDC/Core/Tetra/Convert/Exp/Base.hs:150)
    xTakePtr (DDC/Core/Tetra/Convert/Exp/Base.hs:157)
    xMakePtr (DDC/Core/Tetra/Convert/Exp/Base.hs:164)
  50% (  1 /  2) in 'DDC.Core.Tetra.Convert.Exp.PrimError'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Core.Tetra.Convert.Type.Kind'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Tetra.Convert.Type.Region'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Tetra.Convert.Type.Witness'
  Missing documentation for:
    Module header
  91% ( 21 / 23) in 'DDC.Core.Tetra.Compounds'
  Missing documentation for:
    Module header
    xCastConvert (DDC/Core/Tetra/Compounds.hs:89)
 100% (  9 /  9) in 'DDC.Core.Tetra.Convert.Boxing'
 100% (  7 /  7) in 'DDC.Core.Tetra.Convert.Layout'
  67% (  2 /  3) in 'DDC.Core.Tetra.Convert.Data'
  Missing documentation for:
    Module header
  80% (  4 /  5) in 'DDC.Core.Tetra.Convert.Type.Data'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Tetra.Convert.Type.DaCon'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Convert.Type.Super'
  Missing documentation for:
    Module header
  96% ( 22 / 23) in 'DDC.Core.Tetra.Convert.Type'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Convert.Exp.Alt'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Convert.Exp.Arg'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Convert.Exp.Ctor'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Convert.Exp.Lets'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Convert.Exp.PrimArith'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Convert.Exp.PrimBoxing'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Convert.Exp.PrimCall'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'DDC.Core.Tetra.Convert.Exp.PrimVector'
  Missing documentation for:
    Module header
    convertPrimVector (DDC/Core/Tetra/Convert/Exp/PrimVector.hs:17)
 100% (  2 /  2) in 'DDC.Core.Tetra.Convert.Exp'
 100% (  3 /  3) in 'DDC.Core.Tetra.Convert'
  83% (  5 /  6) in 'DDC.Core.Tetra.Env'
  Missing documentation for:
    Module header
 100% (  6 /  6) in 'DDC.Core.Tetra.Profile'
  50% (  1 /  2) in 'DDC.Core.Tetra.Transform.Boxing'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Tetra.Transform.Curry.CallSuper'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Transform.Curry.CallThunk'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Transform.Curry.Call'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Transform.Curry'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Tetra.Check'
  Missing documentation for:
    Module header
  97% ( 36 / 37) in 'DDC.Core.Tetra'
  Missing documentation for:
    Module header
Warning: DDC.Core.Tetra.Convert: could not find link destinations for:
    Error
Warning: DDC.Core.Tetra.Transform.Curry: could not find link destinations for:
    Error
Documentation created: dist/doc/html/ddc-core-tetra/index.html,
dist/doc/html/ddc-core-tetra/ddc-core-tetra.txt
Creating package registration file:
/tmp/pkgConf-ddc-core-tetra-0.4.310904625631347118159.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/ddc-core-tetra-0.4.3.1-LiFqEnpvlHPIFWxBKHmGOU
Registering ddc-core-tetra-0.4.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/ddc-core-tetra-0.4.3.1'
Installed ddc-core-tetra-0.4.3.1
cabal: Entering directory '/tmp/cabal-tmp-14199/ddc-core-babel-0.4.3.1'
Configuring ddc-core-babel-0.4.3.1...
Building ddc-core-babel-0.4.3.1...
Preprocessing library ddc-core-babel-0.4.3.1...
[1 of 1] Compiling DDC.Core.Babel.PHP ( DDC/Core/Babel/PHP.hs, dist/build/DDC/Core/Babel/PHP.o )
Running Haddock for ddc-core-babel-0.4.3.1...
Running hscolour for ddc-core-babel-0.4.3.1...
Preprocessing library ddc-core-babel-0.4.3.1...
Preprocessing library ddc-core-babel-0.4.3.1...
Haddock coverage:
   5% (  1 / 22) in 'DDC.Core.Babel.PHP'
  Missing documentation for:
    phpOfModule (DDC/Core/Babel/PHP.hs:16)
    phpOfDataDefs (DDC/Core/Babel/PHP.hs:43)
    Context (DDC/Core/Babel/PHP.hs:76)
    phpOfExp (DDC/Core/Babel/PHP.hs:82)
    phpOfLets (DDC/Core/Babel/PHP.hs:172)
    phpOfAlts (DDC/Core/Babel/PHP.hs:206)
    makeFunction (DDC/Core/Babel/PHP.hs:246)
    noTypes (DDC/Core/Babel/PHP.hs:277)
    bare_name (DDC/Core/Babel/PHP.hs:284)
    bare_name_b (DDC/Core/Babel/PHP.hs:287)
    var_name_b (DDC/Core/Babel/PHP.hs:292)
    var_name_u (DDC/Core/Babel/PHP.hs:295)
    var_name_t (DDC/Core/Babel/PHP.hs:300)
    obj_field (DDC/Core/Babel/PHP.hs:303)
    obj_field_tt (DDC/Core/Babel/PHP.hs:306)
    sanitise_prim (DDC/Core/Babel/PHP.hs:309)
    string_of (DDC/Core/Babel/PHP.hs:339)
    parenss (DDC/Core/Babel/PHP.hs:342)
    phpOfPrimOp (DDC/Core/Babel/PHP.hs:345)
    OpType (DDC/Core/Babel/PHP.hs:375)
    operators (DDC/Core/Babel/PHP.hs:379)
Documentation created: dist/doc/html/ddc-core-babel/index.html,
dist/doc/html/ddc-core-babel/ddc-core-babel.txt
Creating package registration file:
/tmp/pkgConf-ddc-core-babel-0.4.314696695162112528260.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/ddc-core-babel-0.4.3.1-CgmuGUlZuK4KkW3iNrxlvR
Registering ddc-core-babel-0.4.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/ddc-core-babel-0.4.3.1'
Installed ddc-core-babel-0.4.3.1
cabal: Entering directory '/tmp/cabal-tmp-14199/ddc-core-flow-0.4.3.1'
Configuring ddc-core-flow-0.4.3.1...
Building ddc-core-flow-0.4.3.1...
Preprocessing library ddc-core-flow-0.4.3.1...
[ 1 of 65] Compiling DDC.Core.Flow.Prim.Base ( DDC/Core/Flow/Prim/Base.hs, dist/build/DDC/Core/Flow/Prim/Base.o )
[ 2 of 65] Compiling DDC.Core.Flow.Exp.Simple.Exp ( DDC/Core/Flow/Exp/Simple/Exp.hs, dist/build/DDC/Core/Flow/Exp/Simple/Exp.o )
[ 3 of 65] Compiling DDC.Core.Flow.Prim.KiConFlow ( DDC/Core/Flow/Prim/KiConFlow.hs, dist/build/DDC/Core/Flow/Prim/KiConFlow.o )
[ 4 of 65] Compiling DDC.Core.Flow.Transform.Annotate ( DDC/Core/Flow/Transform/Annotate.hs, dist/build/DDC/Core/Flow/Transform/Annotate.o )
[ 5 of 65] Compiling DDC.Core.Flow.Transform.Deannotate ( DDC/Core/Flow/Transform/Deannotate.hs, dist/build/DDC/Core/Flow/Transform/Deannotate.o )
[ 6 of 65] Compiling DDC.Core.Flow.Transform.TransformUpX ( DDC/Core/Flow/Transform/TransformUpX.hs, dist/build/DDC/Core/Flow/Transform/TransformUpX.o )
[ 7 of 65] Compiling DDC.Core.Flow.Exp.Simple.Compounds ( DDC/Core/Flow/Exp/Simple/Compounds.hs, dist/build/DDC/Core/Flow/Exp/Simple/Compounds.o )
[ 8 of 65] Compiling DDC.Core.Flow.Prim.TyConFlow ( DDC/Core/Flow/Prim/TyConFlow.hs, dist/build/DDC/Core/Flow/Prim/TyConFlow.o )
[ 9 of 65] Compiling DDC.Core.Flow.Prim.DaConFlow ( DDC/Core/Flow/Prim/DaConFlow.hs, dist/build/DDC/Core/Flow/Prim/DaConFlow.o )
[10 of 65] Compiling DDC.Core.Flow.Prim.TyConPrim ( DDC/Core/Flow/Prim/TyConPrim.hs, dist/build/DDC/Core/Flow/Prim/TyConPrim.o )
[11 of 65] Compiling DDC.Core.Flow.Prim.DaConPrim ( DDC/Core/Flow/Prim/DaConPrim.hs, dist/build/DDC/Core/Flow/Prim/DaConPrim.o )
[12 of 65] Compiling DDC.Core.Flow.Prim.OpConcrete ( DDC/Core/Flow/Prim/OpConcrete.hs, dist/build/DDC/Core/Flow/Prim/OpConcrete.o )
[13 of 65] Compiling DDC.Core.Flow.Prim.OpControl ( DDC/Core/Flow/Prim/OpControl.hs, dist/build/DDC/Core/Flow/Prim/OpControl.o )
[14 of 65] Compiling DDC.Core.Flow.Prim.OpPrim ( DDC/Core/Flow/Prim/OpPrim.hs, dist/build/DDC/Core/Flow/Prim/OpPrim.o )
[15 of 65] Compiling DDC.Core.Flow.Prim.OpSeries ( DDC/Core/Flow/Prim/OpSeries.hs, dist/build/DDC/Core/Flow/Prim/OpSeries.o )
[16 of 65] Compiling DDC.Core.Flow.Prim.OpStore ( DDC/Core/Flow/Prim/OpStore.hs, dist/build/DDC/Core/Flow/Prim/OpStore.o )
[17 of 65] Compiling DDC.Core.Flow.Prim.OpVector ( DDC/Core/Flow/Prim/OpVector.hs, dist/build/DDC/Core/Flow/Prim/OpVector.o )
[18 of 65] Compiling DDC.Core.Flow.Prim ( DDC/Core/Flow/Prim.hs, dist/build/DDC/Core/Flow/Prim.o )
[19 of 65] Compiling DDC.Core.Flow.Transform.Rates.Fail ( DDC/Core/Flow/Transform/Rates/Fail.hs, dist/build/DDC/Core/Flow/Transform/Rates/Fail.o )
[20 of 65] Compiling DDC.Core.Flow.Exp.Simple.Collect ( DDC/Core/Flow/Exp/Simple/Collect.hs, dist/build/DDC/Core/Flow/Exp/Simple/Collect.o )
[21 of 65] Compiling DDC.Core.Flow.Exp ( DDC/Core/Flow/Exp.hs, dist/build/DDC/Core/Flow/Exp.o )
[22 of 65] Compiling DDC.Core.Flow.Process.Operator ( DDC/Core/Flow/Process/Operator.hs, dist/build/DDC/Core/Flow/Process/Operator.o )
[23 of 65] Compiling DDC.Core.Flow.Transform.Rates.Combinators ( DDC/Core/Flow/Transform/Rates/Combinators.hs, dist/build/DDC/Core/Flow/Transform/Rates/Combinators.o )
[24 of 65] Compiling DDC.Core.Flow.Transform.Rates.SizeInference ( DDC/Core/Flow/Transform/Rates/SizeInference.hs, dist/build/DDC/Core/Flow/Transform/Rates/SizeInference.o )
[25 of 65] Compiling DDC.Core.Flow.Transform.Rates.Graph ( DDC/Core/Flow/Transform/Rates/Graph.hs, dist/build/DDC/Core/Flow/Transform/Rates/Graph.o )
[26 of 65] Compiling DDC.Core.Flow.Transform.Rates.Clusters.Base ( DDC/Core/Flow/Transform/Rates/Clusters/Base.hs, dist/build/DDC/Core/Flow/Transform/Rates/Clusters/Base.o )
[27 of 65] Compiling DDC.Core.Flow.Transform.Rates.Clusters.Greedy ( DDC/Core/Flow/Transform/Rates/Clusters/Greedy.hs, dist/build/DDC/Core/Flow/Transform/Rates/Clusters/Greedy.o )
[28 of 65] Compiling DDC.Core.Flow.Transform.Rates.Clusters ( DDC/Core/Flow/Transform/Rates/Clusters.hs, dist/build/DDC/Core/Flow/Transform/Rates/Clusters.o )
[29 of 65] Compiling DDC.Core.Flow.Transform.Rates.Clusters.Linear ( DDC/Core/Flow/Transform/Rates/Clusters/Linear.hs, dist/build/DDC/Core/Flow/Transform/Rates/Clusters/Linear.o )
[30 of 65] Compiling DDC.Core.Flow.Transform.Slurp.Operator ( DDC/Core/Flow/Transform/Slurp/Operator.hs, dist/build/DDC/Core/Flow/Transform/Slurp/Operator.o )
[31 of 65] Compiling DDC.Core.Flow.Convert.Base ( DDC/Core/Flow/Convert/Base.hs, dist/build/DDC/Core/Flow/Convert/Base.o )
[32 of 65] Compiling DDC.Core.Flow.Context.Base ( DDC/Core/Flow/Context/Base.hs, dist/build/DDC/Core/Flow/Context/Base.o )
[33 of 65] Compiling DDC.Core.Flow.Context.FillPath ( DDC/Core/Flow/Context/FillPath.hs, dist/build/DDC/Core/Flow/Context/FillPath.o )
[34 of 65] Compiling DDC.Core.Flow.Context ( DDC/Core/Flow/Context.hs, dist/build/DDC/Core/Flow/Context.o )
[35 of 65] Compiling DDC.Core.Flow.Procedure ( DDC/Core/Flow/Procedure.hs, dist/build/DDC/Core/Flow/Procedure.o )
[36 of 65] Compiling DDC.Core.Flow.Process.Process ( DDC/Core/Flow/Process/Process.hs, dist/build/DDC/Core/Flow/Process/Process.o )
[37 of 65] Compiling DDC.Core.Flow.Process.Pretty ( DDC/Core/Flow/Process/Pretty.hs, dist/build/DDC/Core/Flow/Process/Pretty.o )
[38 of 65] Compiling DDC.Core.Flow.Process ( DDC/Core/Flow/Process.hs, dist/build/DDC/Core/Flow/Process.o )
[39 of 65] Compiling DDC.Core.Flow.Transform.Slurp.Error ( DDC/Core/Flow/Transform/Slurp/Error.hs, dist/build/DDC/Core/Flow/Transform/Slurp/Error.o )
[40 of 65] Compiling DDC.Core.Flow.Transform.Schedule.Error ( DDC/Core/Flow/Transform/Schedule/Error.hs, dist/build/DDC/Core/Flow/Transform/Schedule/Error.o )
[41 of 65] Compiling DDC.Core.Flow.Transform.Slurp.Resize ( DDC/Core/Flow/Transform/Slurp/Resize.hs, dist/build/DDC/Core/Flow/Transform/Slurp/Resize.o )
[42 of 65] Compiling DDC.Core.Flow.Transform.Slurp.Context ( DDC/Core/Flow/Transform/Slurp/Context.hs, dist/build/DDC/Core/Flow/Transform/Slurp/Context.o )
[43 of 65] Compiling DDC.Core.Flow.Compounds ( DDC/Core/Flow/Compounds.hs, dist/build/DDC/Core/Flow/Compounds.o )
[44 of 65] Compiling DDC.Core.Flow.Convert.Type ( DDC/Core/Flow/Convert/Type.hs, dist/build/DDC/Core/Flow/Convert/Type.o )
[45 of 65] Compiling DDC.Core.Flow.Convert.Exp ( DDC/Core/Flow/Convert/Exp.hs, dist/build/DDC/Core/Flow/Convert/Exp.o )
[46 of 65] Compiling DDC.Core.Flow.Convert ( DDC/Core/Flow/Convert.hs, dist/build/DDC/Core/Flow/Convert.o )
[47 of 65] Compiling DDC.Core.Flow.Env ( DDC/Core/Flow/Env.hs, dist/build/DDC/Core/Flow/Env.o )
[48 of 65] Compiling DDC.Core.Flow.Profile ( DDC/Core/Flow/Profile.hs, dist/build/DDC/Core/Flow/Profile.o )
[49 of 65] Compiling DDC.Core.Flow.Transform.Forward ( DDC/Core/Flow/Transform/Forward.hs, dist/build/DDC/Core/Flow/Transform/Forward.o )
[50 of 65] Compiling DDC.Core.Flow.Transform.Concretize ( DDC/Core/Flow/Transform/Concretize.hs, dist/build/DDC/Core/Flow/Transform/Concretize.o )
[51 of 65] Compiling DDC.Core.Flow.Transform.Extract ( DDC/Core/Flow/Transform/Extract.hs, dist/build/DDC/Core/Flow/Transform/Extract.o )
[52 of 65] Compiling DDC.Core.Flow.Transform.Melt ( DDC/Core/Flow/Transform/Melt.hs, dist/build/DDC/Core/Flow/Transform/Melt.o )
[53 of 65] Compiling DDC.Core.Flow.Transform.Rates.CnfFromExp ( DDC/Core/Flow/Transform/Rates/CnfFromExp.hs, dist/build/DDC/Core/Flow/Transform/Rates/CnfFromExp.o )
[54 of 65] Compiling DDC.Core.Flow.Transform.Rates.SeriesOfVector ( DDC/Core/Flow/Transform/Rates/SeriesOfVector.hs, dist/build/DDC/Core/Flow/Transform/Rates/SeriesOfVector.o )
[55 of 65] Compiling DDC.Core.Flow.Transform.Schedule.Base ( DDC/Core/Flow/Transform/Schedule/Base.hs, dist/build/DDC/Core/Flow/Transform/Schedule/Base.o )
[56 of 65] Compiling DDC.Core.Flow.Transform.Schedule.Lifting ( DDC/Core/Flow/Transform/Schedule/Lifting.hs, dist/build/DDC/Core/Flow/Transform/Schedule/Lifting.o )
[57 of 65] Compiling DDC.Core.Flow.Transform.Schedule.Nest ( DDC/Core/Flow/Transform/Schedule/Nest.hs, dist/build/DDC/Core/Flow/Transform/Schedule/Nest.o )
[58 of 65] Compiling DDC.Core.Flow.Transform.Schedule.Kernel ( DDC/Core/Flow/Transform/Schedule/Kernel.hs, dist/build/DDC/Core/Flow/Transform/Schedule/Kernel.o )
[59 of 65] Compiling DDC.Core.Flow.Transform.Schedule.Scalar ( DDC/Core/Flow/Transform/Schedule/Scalar.hs, dist/build/DDC/Core/Flow/Transform/Schedule/Scalar.o )
[60 of 65] Compiling DDC.Core.Flow.Transform.Schedule ( DDC/Core/Flow/Transform/Schedule.hs, dist/build/DDC/Core/Flow/Transform/Schedule.o )
[61 of 65] Compiling DDC.Core.Flow.Transform.Slurp ( DDC/Core/Flow/Transform/Slurp.hs, dist/build/DDC/Core/Flow/Transform/Slurp.o )
[62 of 65] Compiling DDC.Core.Flow.Lower ( DDC/Core/Flow/Lower.hs, dist/build/DDC/Core/Flow/Lower.o )
[63 of 65] Compiling DDC.Core.Flow.Transform.Thread ( DDC/Core/Flow/Transform/Thread.hs, dist/build/DDC/Core/Flow/Transform/Thread.o )
[64 of 65] Compiling DDC.Core.Flow    ( DDC/Core/Flow.hs, dist/build/DDC/Core/Flow.o )
[65 of 65] Compiling DDC.Core.Flow.Transform.Wind ( DDC/Core/Flow/Transform/Wind.hs, dist/build/DDC/Core/Flow/Transform/Wind.o )
Running Haddock for ddc-core-flow-0.4.3.1...
Running hscolour for ddc-core-flow-0.4.3.1...
Preprocessing library ddc-core-flow-0.4.3.1...
Preprocessing library ddc-core-flow-0.4.3.1...
Haddock coverage:
  93% ( 13 / 14) in 'DDC.Core.Flow.Prim.Base'
  Missing documentation for:
    Module header
 100% ( 14 / 14) in 'DDC.Core.Flow.Exp.Simple.Exp'
  25% (  1 /  4) in 'DDC.Core.Flow.Prim.KiConFlow'
  Missing documentation for:
    Module header
    kRate (DDC/Core/Flow/Prim/KiConFlow.hs:35)
    kProc (DDC/Core/Flow/Prim/KiConFlow.hs:37)
  50% (  1 /  2) in 'DDC.Core.Flow.Transform.Annotate'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Flow.Transform.Deannotate'
  Missing documentation for:
    Module header
  88% (  7 /  8) in 'DDC.Core.Flow.Transform.TransformUpX'
  Missing documentation for:
    TransformUpMX
 100% ( 39 / 39) in 'DDC.Core.Flow.Exp.Simple.Compounds'
  38% ( 12 / 32) in 'DDC.Core.Flow.Prim.TyConFlow'
  Missing documentation for:
    Module header
    tTuple1 (DDC/Core/Flow/Prim/TyConFlow.hs:191)
    tTuple2 (DDC/Core/Flow/Prim/TyConFlow.hs:195)
    tTupleN (DDC/Core/Flow/Prim/TyConFlow.hs:199)
    tVector (DDC/Core/Flow/Prim/TyConFlow.hs:207)
    tBuffer (DDC/Core/Flow/Prim/TyConFlow.hs:203)
    tRateVec (DDC/Core/Flow/Prim/TyConFlow.hs:210)
    tSeries (DDC/Core/Flow/Prim/TyConFlow.hs:214)
    tSegd (DDC/Core/Flow/Prim/TyConFlow.hs:218)
    tSel1 (DDC/Core/Flow/Prim/TyConFlow.hs:222)
    tSel2 (DDC/Core/Flow/Prim/TyConFlow.hs:226)
    tRef (DDC/Core/Flow/Prim/TyConFlow.hs:230)
    tWorld (DDC/Core/Flow/Prim/TyConFlow.hs:234)
    tRateNat (DDC/Core/Flow/Prim/TyConFlow.hs:238)
    tRateAppend (DDC/Core/Flow/Prim/TyConFlow.hs:244)
    tRateCross (DDC/Core/Flow/Prim/TyConFlow.hs:241)
    tDown (DDC/Core/Flow/Prim/TyConFlow.hs:249)
    tTail (DDC/Core/Flow/Prim/TyConFlow.hs:253)
    tProcess (DDC/Core/Flow/Prim/TyConFlow.hs:257)
    tResize (DDC/Core/Flow/Prim/TyConFlow.hs:260)
  67% (  2 /  3) in 'DDC.Core.Flow.Prim.DaConFlow'
  Missing documentation for:
    Module header
  89% (  8 /  9) in 'DDC.Core.Flow.Prim.TyConPrim'
  Missing documentation for:
    Module header
  89% (  8 /  9) in 'DDC.Core.Flow.Prim.DaConPrim'
  Missing documentation for:
    Module header
  27% (  3 / 11) in 'DDC.Core.Flow.Prim.OpConcrete'
  Missing documentation for:
    Module header
    xProj (DDC/Core/Flow/Prim/OpConcrete.hs:147)
    xRateOfSeries (DDC/Core/Flow/Prim/OpConcrete.hs:153)
    xNatOfRateNat (DDC/Core/Flow/Prim/OpConcrete.hs:159)
    xNext (DDC/Core/Flow/Prim/OpConcrete.hs:165)
    xNextC (DDC/Core/Flow/Prim/OpConcrete.hs:171)
    xDown (DDC/Core/Flow/Prim/OpConcrete.hs:177)
    xTail (DDC/Core/Flow/Prim/OpConcrete.hs:183)
  43% (  3 /  7) in 'DDC.Core.Flow.Prim.OpControl'
  Missing documentation for:
    xLoopN (DDC/Core/Flow/Prim/OpControl.hs:102)
    xGuard (DDC/Core/Flow/Prim/OpControl.hs:108)
    xSegment (DDC/Core/Flow/Prim/OpControl.hs:114)
    xSplit (DDC/Core/Flow/Prim/OpControl.hs:120)
  44% (  4 /  9) in 'DDC.Core.Flow.Prim.OpPrim'
  Missing documentation for:
    Module header
    xvRep (DDC/Core/Flow/Prim/OpPrim.hs:100)
    xvProj (DDC/Core/Flow/Prim/OpPrim.hs:105)
    xvGather (DDC/Core/Flow/Prim/OpPrim.hs:110)
    xvScatter (DDC/Core/Flow/Prim/OpPrim.hs:116)
  50% (  2 /  4) in 'DDC.Core.Flow.Prim.OpSeries'
  Missing documentation for:
    Module header
    xSeriesOfRateVec (DDC/Core/Flow/Prim/OpSeries.hs:461)
  17% (  3 / 18) in 'DDC.Core.Flow.Prim.OpStore'
  Missing documentation for:
    Module header
    xNew (DDC/Core/Flow/Prim/OpStore.hs:175)
    xRead (DDC/Core/Flow/Prim/OpStore.hs:181)
    xWrite (DDC/Core/Flow/Prim/OpStore.hs:187)
    xNewVector (DDC/Core/Flow/Prim/OpStore.hs:193)
    xNewVectorR (DDC/Core/Flow/Prim/OpStore.hs:199)
    xNewVectorN (DDC/Core/Flow/Prim/OpStore.hs:205)
    xReadVector (DDC/Core/Flow/Prim/OpStore.hs:211)
    xReadVectorC (DDC/Core/Flow/Prim/OpStore.hs:217)
    xWriteVector (DDC/Core/Flow/Prim/OpStore.hs:223)
    xWriteVectorC (DDC/Core/Flow/Prim/OpStore.hs:229)
    xTailVector (DDC/Core/Flow/Prim/OpStore.hs:235)
    xTruncVector (DDC/Core/Flow/Prim/OpStore.hs:241)
    xBufOfVector (DDC/Core/Flow/Prim/OpStore.hs:246)
    xBufOfRateVec (DDC/Core/Flow/Prim/OpStore.hs:251)
  67% (  2 /  3) in 'DDC.Core.Flow.Prim.OpVector'
  Missing documentation for:
    Module header
  98% ( 49 / 50) in 'DDC.Core.Flow.Prim'
  Missing documentation for:
    Module header
  33% (  2 /  6) in 'DDC.Core.Flow.Transform.Rates.Fail'
  Missing documentation for:
    Module header
    LogFailures (DDC/Core/Flow/Transform/Rates/Fail.hs:50)
    warn (DDC/Core/Flow/Transform/Rates/Fail.hs:52)
    run (DDC/Core/Flow/Transform/Rates/Fail.hs:55)
 100% (  1 /  1) in 'DDC.Core.Flow.Exp.Simple.Collect'
  50% ( 13 / 26) in 'DDC.Core.Flow.Exp'
  Missing documentation for:
    Module header
    KindEnvF (DDC/Core/Flow/Exp.hs:22)
    TypeEnvF (DDC/Core/Flow/Exp.hs:23)
    TypeF (DDC/Core/Flow/Exp.hs:25)
    ModuleF (DDC/Core/Flow/Exp.hs:27)
    ExpF (DDC/Core/Flow/Exp.hs:28)
    CastF (DDC/Core/Flow/Exp.hs:29)
    LetsF (DDC/Core/Flow/Exp.hs:30)
    AltF (DDC/Core/Flow/Exp.hs:31)
    PatF (DDC/Core/Flow/Exp.hs:32)
    WitnessF (DDC/Core/Flow/Exp.hs:33)
    BoundF (DDC/Core/Flow/Exp.hs:35)
    BindF (DDC/Core/Flow/Exp.hs:36)
  33% (  1 /  3) in 'DDC.Core.Flow.Process.Operator'
  Missing documentation for:
    Module header
    bindOfOp (DDC/Core/Flow/Process/Operator.hs:264)
  65% ( 11 / 17) in 'DDC.Core.Flow.Transform.Rates.Combinators'
  Missing documentation for:
    lookupA (DDC/Core/Flow/Transform/Rates/Combinators.hs:89)
    lookupS (DDC/Core/Flow/Transform/Rates/Combinators.hs:100)
    lookupB (DDC/Core/Flow/Transform/Rates/Combinators.hs:112)
    envOfBind (DDC/Core/Flow/Transform/Rates/Combinators.hs:132)
    freeOfBind (DDC/Core/Flow/Transform/Rates/Combinators.hs:144)
    cnameOfBind (DDC/Core/Flow/Transform/Rates/Combinators.hs:139)
 100% ( 11 / 11) in 'DDC.Core.Flow.Transform.Rates.SizeInference'
  50% (  8 / 16) in 'DDC.Core.Flow.Transform.Rates.Graph'
  Missing documentation for:
    Module header
    Graph (DDC/Core/Flow/Transform/Rates/Graph.hs:30)
    graphOfBinds (DDC/Core/Flow/Transform/Rates/Graph.hs:33)
    invertMap (DDC/Core/Flow/Transform/Rates/Graph.hs:150)
    hasNode (DDC/Core/Flow/Transform/Rates/Graph.hs:169)
    hasEdge (DDC/Core/Flow/Transform/Rates/Graph.hs:173)
    nodeInputs (DDC/Core/Flow/Transform/Rates/Graph.hs:177)
    nodeInEdges (DDC/Core/Flow/Transform/Rates/Graph.hs:182)
  25% (  1 /  4) in 'DDC.Core.Flow.Transform.Rates.Clusters.Base'
  Missing documentation for:
    Module header
    TransducerMap (DDC/Core/Flow/Transform/Rates/Clusters/Base.hs:4)
    noFusionPreventingPath (DDC/Core/Flow/Transform/Rates/Clusters/Base.hs:7)
   0% (  0 /  2) in 'DDC.Core.Flow.Transform.Rates.Clusters.Greedy'
  Missing documentation for:
    Module header
    cluster_greedy (DDC/Core/Flow/Transform/Rates/Clusters/Greedy.hs:7)
   0% (  0 /  2) in 'DDC.Core.Flow.Transform.Rates.Clusters'
  Missing documentation for:
    Module header
    cluster (DDC/Core/Flow/Transform/Rates/Clusters.hs:14)
  50% (  1 /  2) in 'DDC.Core.Flow.Transform.Rates.Clusters.Linear'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Core.Flow.Transform.Slurp.Operator'
  Missing documentation for:
    Module header
  29% (  2 /  7) in 'DDC.Core.Flow.Convert.Base'
  Missing documentation for:
    Module header
    withRateXLAM (DDC/Core/Flow/Convert/Base.hs:25)
    isRateXLAM (DDC/Core/Flow/Convert/Base.hs:37)
    withSuspFns (DDC/Core/Flow/Convert/Base.hs:43)
    isSuspFn (DDC/Core/Flow/Convert/Base.hs:52)
   0% (  0 /  2) in 'DDC.Core.Flow.Context.Base'
  Missing documentation for:
    Module header
    Context (DDC/Core/Flow/Context/Base.hs:10)
   0% (  0 /  8) in 'DDC.Core.Flow.Context.FillPath'
  Missing documentation for:
    Module header
    FillMap (DDC/Core/Flow/Context/FillPath.hs:19)
    FillPath (DDC/Core/Flow/Context/FillPath.hs:21)
    pathsOfFills (DDC/Core/Flow/Context/FillPath.hs:30)
    getAccForPath (DDC/Core/Flow/Context/FillPath.hs:110)
    getAcc (DDC/Core/Flow/Context/FillPath.hs:120)
    isSimple (DDC/Core/Flow/Context/FillPath.hs:99)
    isNone (DDC/Core/Flow/Context/FillPath.hs:90)
   0% (  0 /  9) in 'DDC.Core.Flow.Context'
  Missing documentation for:
    Module header
    Context (DDC/Core/Flow/Context/Base.hs:10)
    FillMap (DDC/Core/Flow/Context/FillPath.hs:19)
    FillPath (DDC/Core/Flow/Context/FillPath.hs:21)
    pathsOfFills (DDC/Core/Flow/Context/FillPath.hs:30)
    getAccForPath (DDC/Core/Flow/Context/FillPath.hs:110)
    getAcc (DDC/Core/Flow/Context/FillPath.hs:120)
    isSimple (DDC/Core/Flow/Context/FillPath.hs:99)
    isNone (DDC/Core/Flow/Context/FillPath.hs:90)
  86% (  6 /  7) in 'DDC.Core.Flow.Procedure'
  Missing documentation for:
    Context (DDC/Core/Flow/Context/Base.hs:10)
  50% (  1 /  2) in 'DDC.Core.Flow.Process.Process'
  Missing documentation for:
    Module header
   0% (  0 /  4) in 'DDC.Core.Flow.Process.Pretty'
  Missing documentation for:
    Module header
     (DDC/Core/Flow/Process/Pretty.hs:10)
     (DDC/Core/Flow/Process/Pretty.hs:18)
     (DDC/Core/Flow/Process/Pretty.hs:51)
  67% (  2 /  3) in 'DDC.Core.Flow.Process'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Flow.Transform.Slurp.Error'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Flow.Transform.Schedule.Error'
  Missing documentation for:
    Module header
   0% (  0 /  5) in 'DDC.Core.Flow.Transform.Slurp.Resize'
  Missing documentation for:
    Module header
    Resize (DDC/Core/Flow/Transform/Slurp/Resize.hs:16)
    slurpResize (DDC/Core/Flow/Transform/Slurp/Resize.hs:26)
    lookupOrDie (DDC/Core/Flow/Transform/Slurp/Resize.hs:105)
    seqEitherMaybe (DDC/Core/Flow/Transform/Slurp/Resize.hs:114)
   0% (  0 /  4) in 'DDC.Core.Flow.Transform.Slurp.Context'
  Missing documentation for:
    Module header
    insertContext (DDC/Core/Flow/Transform/Slurp/Context.hs:19)
    mergeContexts (DDC/Core/Flow/Transform/Slurp/Context.hs:198)
    resizeContext (DDC/Core/Flow/Transform/Slurp/Context.hs:202)
  58% ( 68 /117) in 'DDC.Core.Flow.Compounds'
  Missing documentation for:
    kRate (DDC/Core/Flow/Prim/KiConFlow.hs:35)
    kProc (DDC/Core/Flow/Prim/KiConFlow.hs:37)
    tTuple1 (DDC/Core/Flow/Prim/TyConFlow.hs:191)
    tTuple2 (DDC/Core/Flow/Prim/TyConFlow.hs:195)
    tTupleN (DDC/Core/Flow/Prim/TyConFlow.hs:199)
    tVector (DDC/Core/Flow/Prim/TyConFlow.hs:207)
    tBuffer (DDC/Core/Flow/Prim/TyConFlow.hs:203)
    tSeries (DDC/Core/Flow/Prim/TyConFlow.hs:214)
    tRateVec (DDC/Core/Flow/Prim/TyConFlow.hs:210)
    tSegd (DDC/Core/Flow/Prim/TyConFlow.hs:218)
    tSel1 (DDC/Core/Flow/Prim/TyConFlow.hs:222)
    tSel2 (DDC/Core/Flow/Prim/TyConFlow.hs:226)
    tRef (DDC/Core/Flow/Prim/TyConFlow.hs:230)
    tWorld (DDC/Core/Flow/Prim/TyConFlow.hs:234)
    tRateNat (DDC/Core/Flow/Prim/TyConFlow.hs:238)
    tDown (DDC/Core/Flow/Prim/TyConFlow.hs:249)
    tTail (DDC/Core/Flow/Prim/TyConFlow.hs:253)
    tRateAppend (DDC/Core/Flow/Prim/TyConFlow.hs:244)
    tRateCross (DDC/Core/Flow/Prim/TyConFlow.hs:241)
    tProcess (DDC/Core/Flow/Prim/TyConFlow.hs:257)
    tResize (DDC/Core/Flow/Prim/TyConFlow.hs:260)
    xvRep (DDC/Core/Flow/Prim/OpPrim.hs:100)
    xvProj (DDC/Core/Flow/Prim/OpPrim.hs:105)
    xvGather (DDC/Core/Flow/Prim/OpPrim.hs:110)
    xvScatter (DDC/Core/Flow/Prim/OpPrim.hs:116)
    xProj (DDC/Core/Flow/Prim/OpConcrete.hs:147)
    xRateOfSeries (DDC/Core/Flow/Prim/OpConcrete.hs:153)
    xNatOfRateNat (DDC/Core/Flow/Prim/OpConcrete.hs:159)
    xNext (DDC/Core/Flow/Prim/OpConcrete.hs:165)
    xNextC (DDC/Core/Flow/Prim/OpConcrete.hs:171)
    xDown (DDC/Core/Flow/Prim/OpConcrete.hs:177)
    xTail (DDC/Core/Flow/Prim/OpConcrete.hs:183)
    xSeriesOfRateVec (DDC/Core/Flow/Prim/OpSeries.hs:461)
    xLoopN (DDC/Core/Flow/Prim/OpControl.hs:102)
    xGuard (DDC/Core/Flow/Prim/OpControl.hs:108)
    xSegment (DDC/Core/Flow/Prim/OpControl.hs:114)
    xSplit (DDC/Core/Flow/Prim/OpControl.hs:120)
    xNew (DDC/Core/Flow/Prim/OpStore.hs:175)
    xRead (DDC/Core/Flow/Prim/OpStore.hs:181)
    xWrite (DDC/Core/Flow/Prim/OpStore.hs:187)
    xNewVector (DDC/Core/Flow/Prim/OpStore.hs:193)
    xNewVectorR (DDC/Core/Flow/Prim/OpStore.hs:199)
    xNewVectorN (DDC/Core/Flow/Prim/OpStore.hs:205)
    xReadVector (DDC/Core/Flow/Prim/OpStore.hs:211)
    xReadVectorC (DDC/Core/Flow/Prim/OpStore.hs:217)
    xWriteVector (DDC/Core/Flow/Prim/OpStore.hs:223)
    xWriteVectorC (DDC/Core/Flow/Prim/OpStore.hs:229)
    xTailVector (DDC/Core/Flow/Prim/OpStore.hs:235)
    xTruncVector (DDC/Core/Flow/Prim/OpStore.hs:241)
  38% (  3 /  8) in 'DDC.Core.Flow.Convert.Type'
  Missing documentation for:
    convertBind (DDC/Core/Flow/Convert/Type.hs:109)
    convertBound (DDC/Core/Flow/Convert/Type.hs:117)
    convertName (DDC/Core/Flow/Convert/Type.hs:127)
    tVec (DDC/Core/Flow/Convert/Type.hs:29)
    tRef (DDC/Core/Flow/Convert/Type.hs:26)
  50% (  1 /  2) in 'DDC.Core.Flow.Convert.Exp'
  Missing documentation for:
    convertX (DDC/Core/Flow/Convert/Exp.hs:23)
  50% (  1 /  2) in 'DDC.Core.Flow.Convert'
  Missing documentation for:
    tetraOfFlowModule (DDC/Core/Flow/Convert.hs:25)
  80% (  4 /  5) in 'DDC.Core.Flow.Env'
  Missing documentation for:
    Module header
 100% (  6 /  6) in 'DDC.Core.Flow.Profile'
  50% (  1 /  2) in 'DDC.Core.Flow.Transform.Forward'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Flow.Transform.Concretize'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Flow.Transform.Extract'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Flow.Transform.Melt'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Core.Flow.Transform.Rates.CnfFromExp'
  Missing documentation for:
    Module header
  33% (  1 /  3) in 'DDC.Core.Flow.Transform.Rates.SeriesOfVector'
  Missing documentation for:
    Module header
    seriesOfVectorModule (DDC/Core/Flow/Transform/Rates/SeriesOfVector.hs:27)
  89% (  8 /  9) in 'DDC.Core.Flow.Transform.Schedule.Base'
  Missing documentation for:
    Module header
  90% (  9 / 10) in 'DDC.Core.Flow.Transform.Schedule.Lifting'
  Missing documentation for:
    Module header
  33% (  1 /  3) in 'DDC.Core.Flow.Transform.Schedule.Nest'
  Missing documentation for:
    Module header
    scheduleContext (DDC/Core/Flow/Transform/Schedule/Nest.hs:18)
  75% (  3 /  4) in 'DDC.Core.Flow.Transform.Schedule.Kernel'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Core.Flow.Transform.Schedule.Scalar'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Core.Flow.Transform.Schedule'
  Missing documentation for:
    Module header
  80% (  4 /  5) in 'DDC.Core.Flow.Transform.Slurp'
  Missing documentation for:
    Module header
  88% (  7 /  8) in 'DDC.Core.Flow.Lower'
  Missing documentation for:
    Module header
 100% (  6 /  6) in 'DDC.Core.Flow.Transform.Thread'
 100% ( 29 / 29) in 'DDC.Core.Flow'
 100% (  3 /  3) in 'DDC.Core.Flow.Transform.Wind'
Warning: DDC.Core.Flow.Transform.Rates.SizeInference: could not find link destinations for:
    flatten
Warning: DDC.Core.Flow.Compounds: could not find link destinations for:
    TypeF ExpF TypeF ExpF
Warning: DDC.Core.Flow.Transform.Schedule: could not find link destinations for:
    Error
Warning: DDC.Core.Flow.Transform.Slurp: could not find link destinations for:
    Error
Warning: DDC.Core.Flow.Transform.Wind: could not find link destinations for:
    RefMap Context ContextLoop
Documentation created: dist/doc/html/ddc-core-flow/index.html,
dist/doc/html/ddc-core-flow/ddc-core-flow.txt
Creating package registration file:
/tmp/pkgConf-ddc-core-flow-0.4.31351426360637945550.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/ddc-core-flow-0.4.3.1-EdsIOUF75XuAoHjQKMLiXH
Registering ddc-core-flow-0.4.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/ddc-core-flow-0.4.3.1'
Installed ddc-core-flow-0.4.3.1
cabal: Entering directory '/tmp/cabal-tmp-14199/ddc-source-tetra-0.4.3.1'
Configuring ddc-source-tetra-0.4.3.1...
Building ddc-source-tetra-0.4.3.1...
Preprocessing library ddc-source-tetra-0.4.3.1...
[ 1 of 47] Compiling DDC.Source.Tetra.Prim.Base ( DDC/Source/Tetra/Prim/Base.hs, dist/build/DDC/Source/Tetra/Prim/Base.o )
[ 2 of 47] Compiling DDC.Source.Tetra.Prim.TyCon ( DDC/Source/Tetra/Prim/TyCon.hs, dist/build/DDC/Source/Tetra/Prim/TyCon.o )
[ 3 of 47] Compiling DDC.Source.Tetra.Exp.Generic ( DDC/Source/Tetra/Exp/Generic.hs, dist/build/DDC/Source/Tetra/Exp/Generic.o )
[ 4 of 47] Compiling DDC.Source.Tetra.Exp.NFData ( DDC/Source/Tetra/Exp/NFData.hs, dist/build/DDC/Source/Tetra/Exp/NFData.o )
[ 5 of 47] Compiling DDC.Source.Tetra.Exp.Predicates ( DDC/Source/Tetra/Exp/Predicates.hs, dist/build/DDC/Source/Tetra/Exp/Predicates.o )
[ 6 of 47] Compiling DDC.Source.Tetra.Exp.Compounds ( DDC/Source/Tetra/Exp/Compounds.hs, dist/build/DDC/Source/Tetra/Exp/Compounds.o )
[ 7 of 47] Compiling DDC.Source.Tetra.Prim.OpCast ( DDC/Source/Tetra/Prim/OpCast.hs, dist/build/DDC/Source/Tetra/Prim/OpCast.o )
[ 8 of 47] Compiling DDC.Source.Tetra.Prim.TyConTetra ( DDC/Source/Tetra/Prim/TyConTetra.hs, dist/build/DDC/Source/Tetra/Prim/TyConTetra.o )
[ 9 of 47] Compiling DDC.Source.Tetra.Prim.OpFun ( DDC/Source/Tetra/Prim/OpFun.hs, dist/build/DDC/Source/Tetra/Prim/OpFun.o )
[10 of 47] Compiling DDC.Source.Tetra.Exp.Bind ( DDC/Source/Tetra/Exp/Bind.hs, dist/build/DDC/Source/Tetra/Exp/Bind.o )
[11 of 47] Compiling DDC.Source.Tetra.Prim.TyConPrim ( DDC/Source/Tetra/Prim/TyConPrim.hs, dist/build/DDC/Source/Tetra/Prim/TyConPrim.o )
[12 of 47] Compiling DDC.Source.Tetra.Prim.OpArith ( DDC/Source/Tetra/Prim/OpArith.hs, dist/build/DDC/Source/Tetra/Prim/OpArith.o )
[13 of 47] Compiling DDC.Source.Tetra.Prim.OpError ( DDC/Source/Tetra/Prim/OpError.hs, dist/build/DDC/Source/Tetra/Prim/OpError.o )
[14 of 47] Compiling DDC.Source.Tetra.Prim.OpVector ( DDC/Source/Tetra/Prim/OpVector.hs, dist/build/DDC/Source/Tetra/Prim/OpVector.o )
[15 of 47] Compiling DDC.Source.Tetra.Prim ( DDC/Source/Tetra/Prim.hs, dist/build/DDC/Source/Tetra/Prim.o )
[16 of 47] Compiling DDC.Source.Tetra.Exp.Source ( DDC/Source/Tetra/Exp/Source.hs, dist/build/DDC/Source/Tetra/Exp/Source.o )
[17 of 47] Compiling DDC.Source.Tetra.Lexer ( DDC/Source/Tetra/Lexer.hs, dist/build/DDC/Source/Tetra/Lexer.o )
[18 of 47] Compiling DDC.Source.Tetra.Parser.Base ( DDC/Source/Tetra/Parser/Base.hs, dist/build/DDC/Source/Tetra/Parser/Base.o )
[19 of 47] Compiling DDC.Source.Tetra.Parser.Type ( DDC/Source/Tetra/Parser/Type.hs, dist/build/DDC/Source/Tetra/Parser/Type.o )
[20 of 47] Compiling DDC.Source.Tetra.Parser.Param ( DDC/Source/Tetra/Parser/Param.hs, dist/build/DDC/Source/Tetra/Parser/Param.o )
[21 of 47] Compiling DDC.Source.Tetra.Parser.Witness ( DDC/Source/Tetra/Parser/Witness.hs, dist/build/DDC/Source/Tetra/Parser/Witness.o )
[22 of 47] Compiling DDC.Source.Tetra.Transform.BoundX ( DDC/Source/Tetra/Transform/BoundX.hs, dist/build/DDC/Source/Tetra/Transform/BoundX.o )
[23 of 47] Compiling DDC.Source.Tetra.Env ( DDC/Source/Tetra/Env.hs, dist/build/DDC/Source/Tetra/Env.o )
[24 of 47] Compiling DDC.Source.Tetra.DataDef ( DDC/Source/Tetra/DataDef.hs, dist/build/DDC/Source/Tetra/DataDef.o )
[25 of 47] Compiling DDC.Source.Tetra.Module ( DDC/Source/Tetra/Module.hs, dist/build/DDC/Source/Tetra/Module.o )
[26 of 47] Compiling DDC.Source.Tetra.Pretty ( DDC/Source/Tetra/Pretty.hs, dist/build/DDC/Source/Tetra/Pretty.o )
[27 of 47] Compiling DDC.Source.Tetra.Exp ( DDC/Source/Tetra/Exp.hs, dist/build/DDC/Source/Tetra/Exp.o )
[28 of 47] Compiling DDC.Source.Tetra.Parser.Exp ( DDC/Source/Tetra/Parser/Exp.hs, dist/build/DDC/Source/Tetra/Parser/Exp.o )
[29 of 47] Compiling DDC.Source.Tetra.Parser.Module ( DDC/Source/Tetra/Parser/Module.hs, dist/build/DDC/Source/Tetra/Parser/Module.o )
[30 of 47] Compiling DDC.Source.Tetra.Parser ( DDC/Source/Tetra/Parser.hs, dist/build/DDC/Source/Tetra/Parser.o )
[31 of 47] Compiling DDC.Source.Tetra.Transform.Freshen.State ( DDC/Source/Tetra/Transform/Freshen/State.hs, dist/build/DDC/Source/Tetra/Transform/Freshen/State.o )
[32 of 47] Compiling DDC.Source.Tetra.Transform.Freshen ( DDC/Source/Tetra/Transform/Freshen.hs, dist/build/DDC/Source/Tetra/Transform/Freshen.o )
[33 of 47] Compiling DDC.Source.Tetra.Transform.Guards ( DDC/Source/Tetra/Transform/Guards.hs, dist/build/DDC/Source/Tetra/Transform/Guards.o )
[34 of 47] Compiling DDC.Source.Tetra.Transform.Matches ( DDC/Source/Tetra/Transform/Matches.hs, dist/build/DDC/Source/Tetra/Transform/Matches.o )
[35 of 47] Compiling DDC.Source.Tetra.Transform.Prep ( DDC/Source/Tetra/Transform/Prep.hs, dist/build/DDC/Source/Tetra/Transform/Prep.o )
[36 of 47] Compiling DDC.Source.Tetra.Transform.Defix.Error ( DDC/Source/Tetra/Transform/Defix/Error.hs, dist/build/DDC/Source/Tetra/Transform/Defix/Error.o )
[37 of 47] Compiling DDC.Source.Tetra.Transform.Defix.FixTable ( DDC/Source/Tetra/Transform/Defix/FixTable.hs, dist/build/DDC/Source/Tetra/Transform/Defix/FixTable.o )
[38 of 47] Compiling DDC.Source.Tetra.Transform.Defix ( DDC/Source/Tetra/Transform/Defix.hs, dist/build/DDC/Source/Tetra/Transform/Defix.o )
[39 of 47] Compiling DDC.Source.Tetra.Convert.Prim ( DDC/Source/Tetra/Convert/Prim.hs, dist/build/DDC/Source/Tetra/Convert/Prim.o )
[40 of 47] Compiling DDC.Source.Tetra.Convert.Error ( DDC/Source/Tetra/Convert/Error.hs, dist/build/DDC/Source/Tetra/Convert/Error.o )
[41 of 47] Compiling DDC.Source.Tetra.Convert.Base ( DDC/Source/Tetra/Convert/Base.hs, dist/build/DDC/Source/Tetra/Convert/Base.o )
[42 of 47] Compiling DDC.Source.Tetra.Convert.Clause ( DDC/Source/Tetra/Convert/Clause.hs, dist/build/DDC/Source/Tetra/Convert/Clause.o )
[43 of 47] Compiling DDC.Source.Tetra.Convert.Type ( DDC/Source/Tetra/Convert/Type.hs, dist/build/DDC/Source/Tetra/Convert/Type.o )
[44 of 47] Compiling DDC.Source.Tetra.Convert.Witness ( DDC/Source/Tetra/Convert/Witness.hs, dist/build/DDC/Source/Tetra/Convert/Witness.o )
[45 of 47] Compiling DDC.Source.Tetra.Convert ( DDC/Source/Tetra/Convert.hs, dist/build/DDC/Source/Tetra/Convert.o )
[46 of 47] Compiling DDC.Source.Tetra.Collect.FreeVars ( DDC/Source/Tetra/Collect/FreeVars.hs, dist/build/DDC/Source/Tetra/Collect/FreeVars.o )
[47 of 47] Compiling DDC.Source.Tetra.Transform.Expand ( DDC/Source/Tetra/Transform/Expand.hs, dist/build/DDC/Source/Tetra/Transform/Expand.o )
Running Haddock for ddc-source-tetra-0.4.3.1...
Running hscolour for ddc-source-tetra-0.4.3.1...
Preprocessing library ddc-source-tetra-0.4.3.1...
Preprocessing library ddc-source-tetra-0.4.3.1...
Haddock coverage:
  95% ( 21 / 22) in 'DDC.Source.Tetra.Prim.Base'
  Missing documentation for:
    PrimLit (DDC/Source/Tetra/Prim/Base.hs:115)
  89% (  8 /  9) in 'DDC.Source.Tetra.Prim.TyCon'
  Missing documentation for:
    Module header
  96% ( 50 / 52) in 'DDC.Source.Tetra.Exp.Generic'
  Missing documentation for:
    HasAnonBind (DDC/Source/Tetra/Exp/Generic.hs:84)
    ShowLanguage (DDC/Source/Tetra/Exp/Generic.hs:307)
   0% (  0 / 15) in 'DDC.Source.Tetra.Exp.NFData'
  Missing documentation for:
    Module header
    NFDataLanguage (DDC/Source/Tetra/Exp/NFData.hs:8)
     (DDC/Source/Tetra/Exp/NFData.hs:15)
     (DDC/Source/Tetra/Exp/NFData.hs:39)
     (DDC/Source/Tetra/Exp/NFData.hs:44)
     (DDC/Source/Tetra/Exp/NFData.hs:51)
     (DDC/Source/Tetra/Exp/NFData.hs:59)
     (DDC/Source/Tetra/Exp/NFData.hs:68)
     (DDC/Source/Tetra/Exp/NFData.hs:74)
     (DDC/Source/Tetra/Exp/NFData.hs:80)
     (DDC/Source/Tetra/Exp/NFData.hs:89)
     (DDC/Source/Tetra/Exp/NFData.hs:96)
     (DDC/Source/Tetra/Exp/NFData.hs:104)
     (DDC/Source/Tetra/Exp/NFData.hs:113)
     (DDC/Source/Tetra/Exp/NFData.hs:123)
 100% ( 21 / 21) in 'DDC.Source.Tetra.Exp.Predicates'
  95% ( 62 / 65) in 'DDC.Source.Tetra.Exp.Compounds'
  Missing documentation for:
    ~>
    XRun (DDC/Source/Tetra/Exp/Compounds.hs:299)
    XBox (DDC/Source/Tetra/Exp/Compounds.hs:298)
 100% (  2 /  2) in 'DDC.Source.Tetra.Prim.OpCast'
  50% (  3 /  6) in 'DDC.Source.Tetra.Prim.TyConTetra'
  Missing documentation for:
    TVector (DDC/Source/Tetra/Prim/TyConTetra.hs:66)
    TFunValue (DDC/Source/Tetra/Prim/TyConTetra.hs:67)
    TCloValue (DDC/Source/Tetra/Prim/TyConTetra.hs:68)
 100% (  2 /  2) in 'DDC.Source.Tetra.Prim.OpFun'
  78% (  7 /  9) in 'DDC.Source.Tetra.Exp.Bind'
  Missing documentation for:
    Module header
    Name (DDC/Source/Tetra/Exp/Bind.hs:16)
  77% ( 10 / 13) in 'DDC.Source.Tetra.Prim.TyConPrim'
  Missing documentation for:
    PTrue (DDC/Source/Tetra/Prim/TyConPrim.hs:72)
    PFalse (DDC/Source/Tetra/Prim/TyConPrim.hs:73)
    makeXErrorDefault (DDC/Source/Tetra/Prim/TyConPrim.hs:77)
 100% (  2 /  2) in 'DDC.Source.Tetra.Prim.OpArith'
  50% (  1 /  2) in 'DDC.Source.Tetra.Prim.OpError'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Source.Tetra.Prim.OpVector'
  Missing documentation for:
    Module header
  92% ( 46 / 50) in 'DDC.Source.Tetra.Prim'
  Missing documentation for:
    makeXErrorDefault (DDC/Source/Tetra/Prim/TyConPrim.hs:77)
    PrimLit (DDC/Source/Tetra/Prim/Base.hs:115)
    PTrue (DDC/Source/Tetra/Prim/TyConPrim.hs:72)
    PFalse (DDC/Source/Tetra/Prim/TyConPrim.hs:73)
  75% ( 81 /108) in 'DDC.Source.Tetra.Exp.Source'
  Missing documentation for:
    Module header
    Name (DDC/Source/Tetra/Exp/Bind.hs:16)
    Type (DDC/Source/Tetra/Exp/Source.hs:124)
    TyCon (DDC/Source/Tetra/Exp/Source.hs:125)
    Annot (DDC/Source/Tetra/Exp/Source.hs:136)
    BindVarMT (DDC/Source/Tetra/Exp/Source.hs:138)
    BindVar (DDC/Source/Tetra/Exp/Source.hs:137)
    BoundVar (DDC/Source/Tetra/Exp/Source.hs:139)
    BindCon (DDC/Source/Tetra/Exp/Source.hs:140)
    BoundCon (DDC/Source/Tetra/Exp/Source.hs:141)
    Prim (DDC/Source/Tetra/Exp/Source.hs:142)
    Exp (DDC/Source/Tetra/Exp/Source.hs:143)
    Lets (DDC/Source/Tetra/Exp/Source.hs:144)
    Clause (DDC/Source/Tetra/Exp/Source.hs:145)
    Param (DDC/Source/Tetra/Exp/Source.hs:146)
    Pat (DDC/Source/Tetra/Exp/Source.hs:147)
    Guard (DDC/Source/Tetra/Exp/Source.hs:148)
    GuardedExp (DDC/Source/Tetra/Exp/Source.hs:149)
    AltMatch (DDC/Source/Tetra/Exp/Source.hs:151)
    AltCase (DDC/Source/Tetra/Exp/Source.hs:150)
    Cast (DDC/Source/Tetra/Exp/Source.hs:152)
    Witness (DDC/Source/Tetra/Exp/Source.hs:153)
    WiCon (DDC/Source/Tetra/Exp/Source.hs:154)
    PrimLit (DDC/Source/Tetra/Prim/Base.hs:115)
    PTrue (DDC/Source/Tetra/Prim/TyConPrim.hs:72)
    PFalse (DDC/Source/Tetra/Prim/TyConPrim.hs:73)
    ShowLanguage (DDC/Source/Tetra/Exp/Generic.hs:307)
 100% (  3 /  3) in 'DDC.Source.Tetra.Lexer'
  89% ( 24 / 27) in 'DDC.Source.Tetra.Parser.Base'
  Missing documentation for:
    Module header
    Parser (DDC/Source/Tetra/Parser/Base.hs:43)
    pPrimValSP (DDC/Source/Tetra/Parser/Base.hs:149)
  88% (  7 /  8) in 'DDC.Source.Tetra.Parser.Type'
  Missing documentation for:
    Module header
 100% (  6 /  6) in 'DDC.Source.Tetra.Parser.Param'
  75% (  3 /  4) in 'DDC.Source.Tetra.Parser.Witness'
  Missing documentation for:
    Module header
  60% (  3 /  5) in 'DDC.Source.Tetra.Transform.BoundX'
  Missing documentation for:
    MapBoundX (DDC/Source/Tetra/Transform/BoundX.hs:15)
    HasAnonBind (DDC/Source/Tetra/Exp/Generic.hs:84)
  97% ( 32 / 33) in 'DDC.Source.Tetra.Env'
  Missing documentation for:
    Env (DDC/Source/Tetra/Env.hs:49)
 100% (  7 /  7) in 'DDC.Source.Tetra.DataDef'
  88% ( 14 / 16) in 'DDC.Source.Tetra.Module'
  Missing documentation for:
    Module (DDC/Source/Tetra/Module.hs:40)
    Top (DDC/Source/Tetra/Module.hs:92)
  75% (  3 /  4) in 'DDC.Source.Tetra.Pretty'
  Missing documentation for:
    PrettyLanguage (DDC/Source/Tetra/Pretty.hs:20)
  86% (186 /217) in 'DDC.Source.Tetra.Exp'
  Missing documentation for:
    Name (DDC/Source/Tetra/Exp/Bind.hs:16)
    Type (DDC/Source/Tetra/Exp/Source.hs:124)
    TyCon (DDC/Source/Tetra/Exp/Source.hs:125)
    ~>
    Annot (DDC/Source/Tetra/Exp/Source.hs:136)
    BindVar (DDC/Source/Tetra/Exp/Source.hs:137)
    BindVarMT (DDC/Source/Tetra/Exp/Source.hs:138)
    BoundVar (DDC/Source/Tetra/Exp/Source.hs:139)
    BindCon (DDC/Source/Tetra/Exp/Source.hs:140)
    BoundCon (DDC/Source/Tetra/Exp/Source.hs:141)
    Prim (DDC/Source/Tetra/Exp/Source.hs:142)
    Exp (DDC/Source/Tetra/Exp/Source.hs:143)
    Lets (DDC/Source/Tetra/Exp/Source.hs:144)
    Clause (DDC/Source/Tetra/Exp/Source.hs:145)
    Param (DDC/Source/Tetra/Exp/Source.hs:146)
    Pat (DDC/Source/Tetra/Exp/Source.hs:147)
    Guard (DDC/Source/Tetra/Exp/Source.hs:148)
    GuardedExp (DDC/Source/Tetra/Exp/Source.hs:149)
    AltCase (DDC/Source/Tetra/Exp/Source.hs:150)
    AltMatch (DDC/Source/Tetra/Exp/Source.hs:151)
    Cast (DDC/Source/Tetra/Exp/Source.hs:152)
    Witness (DDC/Source/Tetra/Exp/Source.hs:153)
    WiCon (DDC/Source/Tetra/Exp/Source.hs:154)
    PrimLit (DDC/Source/Tetra/Prim/Base.hs:115)
    PTrue (DDC/Source/Tetra/Prim/TyConPrim.hs:72)
    PFalse (DDC/Source/Tetra/Prim/TyConPrim.hs:73)
    XRun (DDC/Source/Tetra/Exp/Compounds.hs:299)
    XBox (DDC/Source/Tetra/Exp/Compounds.hs:298)
    ShowLanguage (DDC/Source/Tetra/Exp/Generic.hs:307)
    PrettyLanguage (DDC/Source/Tetra/Pretty.hs:20)
    NFDataLanguage (DDC/Source/Tetra/Exp/NFData.hs:8)
  67% (  6 /  9) in 'DDC.Source.Tetra.Parser.Exp'
  Missing documentation for:
    pExp (DDC/Source/Tetra/Parser/Exp.hs:29)
    pExpAppSP (DDC/Source/Tetra/Parser/Exp.hs:52)
    pLetsSP (DDC/Source/Tetra/Parser/Exp.hs:401)
  83% (  5 /  6) in 'DDC.Source.Tetra.Parser.Module'
  Missing documentation for:
    pTop (DDC/Source/Tetra/Parser/Module.hs:190)
  87% ( 27 / 31) in 'DDC.Source.Tetra.Parser'
  Missing documentation for:
    Parser (DDC/Source/Tetra/Parser/Base.hs:43)
    pExp (DDC/Source/Tetra/Parser/Exp.hs:29)
    pExpAppSP (DDC/Source/Tetra/Parser/Exp.hs:52)
    pPrimValSP (DDC/Source/Tetra/Parser/Base.hs:149)
  82% (  9 / 11) in 'DDC.Source.Tetra.Transform.Freshen.State'
  Missing documentation for:
    Module header
    State (DDC/Source/Tetra/Transform/Freshen/State.hs:28)
 100% (  5 /  5) in 'DDC.Source.Tetra.Transform.Freshen'
 100% (  5 /  5) in 'DDC.Source.Tetra.Transform.Guards'
 100% (  5 /  5) in 'DDC.Source.Tetra.Transform.Matches'
 100% (  5 /  5) in 'DDC.Source.Tetra.Transform.Prep'
 100% (  2 /  2) in 'DDC.Source.Tetra.Transform.Defix.Error'
 100% (  8 /  8) in 'DDC.Source.Tetra.Transform.Defix.FixTable'
  86% (  6 /  7) in 'DDC.Source.Tetra.Transform.Defix'
  Missing documentation for:
    Defix (DDC/Source/Tetra/Transform/Defix.hs:38)
  75% (  3 /  4) in 'DDC.Source.Tetra.Convert.Prim'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Source.Tetra.Convert.Error'
  Missing documentation for:
    Module header
  50% (  3 /  6) in 'DDC.Source.Tetra.Convert.Base'
  Missing documentation for:
    Module header
    ConvertM (DDC/Source/Tetra/Convert/Base.hs:15)
    SP (DDC/Source/Tetra/Convert/Base.hs:19)
  75% (  3 /  4) in 'DDC.Source.Tetra.Convert.Clause'
  Missing documentation for:
    Module header
  64% (  9 / 14) in 'DDC.Source.Tetra.Convert.Type'
  Missing documentation for:
    Module header
    toCoreTypeDef (DDC/Source/Tetra/Convert/Type.hs:32)
    toCoreT (DDC/Source/Tetra/Convert/Type.hs:44)
    toCoreXBVN (DDC/Source/Tetra/Convert/Type.hs:158)
    toCoreU (DDC/Source/Tetra/Convert/Type.hs:215)
   0% (  0 /  3) in 'DDC.Source.Tetra.Convert.Witness'
  Missing documentation for:
    Module header
    toCoreW (DDC/Source/Tetra/Convert/Witness.hs:16)
    toCoreWC (DDC/Source/Tetra/Convert/Witness.hs:35)
  80% (  4 /  5) in 'DDC.Source.Tetra.Convert'
  Missing documentation for:
    ConvertM (DDC/Source/Tetra/Convert/Base.hs:15)
  50% (  1 /  2) in 'DDC.Source.Tetra.Collect.FreeVars'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Source.Tetra.Transform.Expand'
  Missing documentation for:
    Expand (DDC/Source/Tetra/Transform/Expand.hs:48)
Warning: DDC.Source.Tetra.Prim: could not find link destinations for:
    ~ ~#
Warning: DDC.Source.Tetra.Exp.Source: could not find link destinations for:
    ~#
Warning: DDC.Source.Tetra.Transform.BoundX: could not find link destinations for:
    ~
Warning: DDC.Source.Tetra.Exp: could not find link destinations for:
    ~#
Warning: DDC.Source.Tetra.Parser: could not find link destinations for:
    SP
Warning: DDC.Source.Tetra.Transform.Freshen: could not find link destinations for:
    State
Warning: DDC.Source.Tetra.Transform.Guards: could not find link destinations for:
    stripPatsToGuards
Warning: DDC.Source.Tetra.Transform.Defix: could not find link destinations for:
    ~
Warning: DDC.Source.Tetra.Convert: could not find link destinations for:
    SP
Documentation created: dist/doc/html/ddc-source-tetra/index.html,
dist/doc/html/ddc-source-tetra/ddc-source-tetra.txt
Creating package registration file:
/tmp/pkgConf-ddc-source-tetra-0.4.37583234661222930771.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/ddc-source-tetra-0.4.3.1-2JwvvNOcb4K1y80tf0Oegg
Registering ddc-source-tetra-0.4.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/ddc-source-tetra-0.4.3.1'
Installed ddc-source-tetra-0.4.3.1
cabal: Entering directory '/tmp/cabal-tmp-14199/ddc-build-0.4.3.1'
Configuring ddc-build-0.4.3.1...
Building ddc-build-0.4.3.1...
Preprocessing library ddc-build-0.4.3.1...
[ 1 of 23] Compiling DDC.Build.Spec.Check ( DDC/Build/Spec/Check.hs, dist/build/DDC/Build/Spec/Check.o )
[ 2 of 23] Compiling DDC.Build.Spec.Base ( DDC/Build/Spec/Base.hs, dist/build/DDC/Build/Spec/Base.o )
[ 3 of 23] Compiling DDC.Build.Spec.Parser ( DDC/Build/Spec/Parser.hs, dist/build/DDC/Build/Spec/Parser.o )
[ 4 of 23] Compiling DDC.Build.Spec   ( DDC/Build/Spec.hs, dist/build/DDC/Build/Spec.o )
[ 5 of 23] Compiling DDC.Build.Platform ( DDC/Build/Platform.hs, dist/build/DDC/Build/Platform.o )
[ 6 of 23] Compiling DDC.Build.Pipeline.Error ( DDC/Build/Pipeline/Error.hs, dist/build/DDC/Build/Pipeline/Error.o )
[ 7 of 23] Compiling DDC.Build.Pipeline.Sink ( DDC/Build/Pipeline/Sink.hs, dist/build/DDC/Build/Pipeline/Sink.o )
[ 8 of 23] Compiling DDC.Build.Language.Base ( DDC/Build/Language/Base.hs, dist/build/DDC/Build/Language/Base.o )
[ 9 of 23] Compiling DDC.Build.Language.Flow ( DDC/Build/Language/Flow.hs, dist/build/DDC/Build/Language/Flow.o )
[10 of 23] Compiling DDC.Build.Language.Salt ( DDC/Build/Language/Salt.hs, dist/build/DDC/Build/Language/Salt.o )
[11 of 23] Compiling DDC.Build.Language.Tetra ( DDC/Build/Language/Tetra.hs, dist/build/DDC/Build/Language/Tetra.o )
[12 of 23] Compiling DDC.Build.Language.Zero ( DDC/Build/Language/Zero.hs, dist/build/DDC/Build/Language/Zero.o )
[13 of 23] Compiling DDC.Build.Language ( DDC/Build/Language.hs, dist/build/DDC/Build/Language.o )
[14 of 23] Compiling DDC.Build.Interface.Base ( DDC/Build/Interface/Base.hs, dist/build/DDC/Build/Interface/Base.o )
[15 of 23] Compiling DDC.Build.Interface.Load ( DDC/Build/Interface/Load.hs, dist/build/DDC/Build/Interface/Load.o )
[16 of 23] Compiling DDC.Build.Interface.Store ( DDC/Build/Interface/Store.hs, dist/build/DDC/Build/Interface/Store.o )
[17 of 23] Compiling DDC.Build.Transform.Resolve ( DDC/Build/Transform/Resolve.hs, dist/build/DDC/Build/Transform/Resolve.o )
[18 of 23] Compiling DDC.Build.Builder ( DDC/Build/Builder.hs, dist/build/DDC/Build/Builder.o )
[19 of 23] Compiling DDC.Build.Pipeline.Llvm ( DDC/Build/Pipeline/Llvm.hs, dist/build/DDC/Build/Pipeline/Llvm.o )
[20 of 23] Compiling DDC.Build.Pipeline.Salt ( DDC/Build/Pipeline/Salt.hs, dist/build/DDC/Build/Pipeline/Salt.o )
[21 of 23] Compiling DDC.Build.Pipeline.Core ( DDC/Build/Pipeline/Core.hs, dist/build/DDC/Build/Pipeline/Core.o )
[22 of 23] Compiling DDC.Build.Pipeline.Text ( DDC/Build/Pipeline/Text.hs, dist/build/DDC/Build/Pipeline/Text.o )
[23 of 23] Compiling DDC.Build.Pipeline ( DDC/Build/Pipeline.hs, dist/build/DDC/Build/Pipeline.o )
Running Haddock for ddc-build-0.4.3.1...
Running hscolour for ddc-build-0.4.3.1...
Preprocessing library ddc-build-0.4.3.1...
Preprocessing library ddc-build-0.4.3.1...
Haddock coverage:
  50% (  1 /  2) in 'DDC.Build.Spec.Check'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Build.Spec.Base'
  Missing documentation for:
    Module header
 100% (  3 /  3) in 'DDC.Build.Spec.Parser'
  75% (  3 /  4) in 'DDC.Build.Spec'
  Missing documentation for:
    Module header
  92% ( 11 / 12) in 'DDC.Build.Platform'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'DDC.Build.Pipeline.Error'
  Missing documentation for:
    Module header
    Error (DDC/Build/Pipeline/Error.hs:12)
  67% (  2 /  3) in 'DDC.Build.Pipeline.Sink'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Build.Language.Base'
  Missing documentation for:
    Module header
  80% (  4 /  5) in 'DDC.Build.Language.Flow'
  Missing documentation for:
    Error (DDC/Build/Language/Flow.hs:51)
 100% (  6 /  6) in 'DDC.Build.Language.Salt'
 100% (  4 /  4) in 'DDC.Build.Language.Tetra'
  67% (  4 /  6) in 'DDC.Build.Language.Zero'
  Missing documentation for:
    Name (DDC/Build/Language/Zero.hs:67)
    Error (DDC/Build/Language/Zero.hs:57)
  83% (  5 /  6) in 'DDC.Build.Language'
  Missing documentation for:
    Module header
  80% (  4 /  5) in 'DDC.Build.Interface.Base'
  Missing documentation for:
    Module header
 100% (  4 /  4) in 'DDC.Build.Interface.Load'
  91% ( 10 / 11) in 'DDC.Build.Interface.Store'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'DDC.Build.Transform.Resolve'
  88% (  7 /  8) in 'DDC.Build.Builder'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Build.Pipeline.Llvm'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Build.Pipeline.Salt'
  Missing documentation for:
    Module header
  75% (  6 /  8) in 'DDC.Build.Pipeline.Core'
  Missing documentation for:
    Module header
    pipeCores (DDC/Build/Pipeline/Core.hs:234)
  67% (  2 /  3) in 'DDC.Build.Pipeline.Text'
  Missing documentation for:
    Module header
  96% ( 23 / 24) in 'DDC.Build.Pipeline'
  Missing documentation for:
    Error (DDC/Build/Pipeline/Error.hs:12)
Documentation created: dist/doc/html/ddc-build/index.html,
dist/doc/html/ddc-build/ddc-build.txt
Creating package registration file:
/tmp/pkgConf-ddc-build-0.4.31729484654976243076.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/ddc-build-0.4.3.1-Lx4HroSLASOcrkIL8Vm3y
Registering ddc-build-0.4.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/ddc-build-0.4.3.1'
Installed ddc-build-0.4.3.1
cabal: Entering directory '/tmp/cabal-tmp-14199/ddc-driver-0.4.3.1'
Configuring ddc-driver-0.4.3.1...
Building ddc-driver-0.4.3.1...
Preprocessing library ddc-driver-0.4.3.1...
[ 1 of 35] Compiling DDC.Driver.Output ( DDC/Driver/Output.hs, dist/build/DDC/Driver/Output.o )
[ 2 of 35] Compiling DDC.Driver.Interface.Source ( DDC/Driver/Interface/Source.hs, dist/build/DDC/Driver/Interface/Source.o )
[ 3 of 35] Compiling DDC.Driver.Interface.Input ( DDC/Driver/Interface/Input.hs, dist/build/DDC/Driver/Interface/Input.o )
[ 4 of 35] Compiling DDC.Driver.Config ( DDC/Driver/Config.hs, dist/build/DDC/Driver/Config.o )
[ 5 of 35] Compiling DDC.Driver.Dump  ( DDC/Driver/Dump.hs, dist/build/DDC/Driver/Dump.o )
[ 6 of 35] Compiling DDC.Driver.Stage.Flow ( DDC/Driver/Stage/Flow.hs, dist/build/DDC/Driver/Stage/Flow.o )
[ 7 of 35] Compiling DDC.Driver.Stage.Salt ( DDC/Driver/Stage/Salt.hs, dist/build/DDC/Driver/Stage/Salt.o )
[ 8 of 35] Compiling DDC.Driver.Stage.Tetra ( DDC/Driver/Stage/Tetra.hs, dist/build/DDC/Driver/Stage/Tetra.o )
[ 9 of 35] Compiling DDC.Driver.Stage ( DDC/Driver/Stage.hs, dist/build/DDC/Driver/Stage.o )
[10 of 35] Compiling DDC.Driver.Command.Tetra.Curry ( DDC/Driver/Command/Tetra/Curry.hs, dist/build/DDC/Driver/Command/Tetra/Curry.o )
[11 of 35] Compiling DDC.Driver.Command.Tetra.Boxing ( DDC/Driver/Command/Tetra/Boxing.hs, dist/build/DDC/Driver/Command/Tetra/Boxing.o )
[12 of 35] Compiling DDC.Driver.Command.Scan ( DDC/Driver/Command/Scan.hs, dist/build/DDC/Driver/Command/Scan.o )
[13 of 35] Compiling DDC.Driver.Command.RewriteRules ( DDC/Driver/Command/RewriteRules.hs, dist/build/DDC/Driver/Command/RewriteRules.o )
[14 of 35] Compiling DDC.Driver.Command.Read ( DDC/Driver/Command/Read.hs, dist/build/DDC/Driver/Command/Read.o )
[15 of 35] Compiling DDC.Driver.Command.Parse ( DDC/Driver/Command/Parse.hs, dist/build/DDC/Driver/Command/Parse.o )
[16 of 35] Compiling DDC.Driver.Command.Flow.Wind ( DDC/Driver/Command/Flow/Wind.hs, dist/build/DDC/Driver/Command/Flow/Wind.o )
[17 of 35] Compiling DDC.Driver.Command.Flow.ToTetra ( DDC/Driver/Command/Flow/ToTetra.hs, dist/build/DDC/Driver/Command/Flow/ToTetra.o )
[18 of 35] Compiling DDC.Driver.Command.Flow.Thread ( DDC/Driver/Command/Flow/Thread.hs, dist/build/DDC/Driver/Command/Flow/Thread.o )
[19 of 35] Compiling DDC.Driver.Command.Flow.Rate ( DDC/Driver/Command/Flow/Rate.hs, dist/build/DDC/Driver/Command/Flow/Rate.o )
[20 of 35] Compiling DDC.Driver.Command.Flow.Prep ( DDC/Driver/Command/Flow/Prep.hs, dist/build/DDC/Driver/Command/Flow/Prep.o )
[21 of 35] Compiling DDC.Driver.Command.Flow.Melt ( DDC/Driver/Command/Flow/Melt.hs, dist/build/DDC/Driver/Command/Flow/Melt.o )
[22 of 35] Compiling DDC.Driver.Command.Flow.Lower ( DDC/Driver/Command/Flow/Lower.hs, dist/build/DDC/Driver/Command/Flow/Lower.o )
[23 of 35] Compiling DDC.Driver.Command.Flow.Concretize ( DDC/Driver/Command/Flow/Concretize.hs, dist/build/DDC/Driver/Command/Flow/Concretize.o )
[24 of 35] Compiling DDC.Driver.Build.Locate ( DDC/Driver/Build/Locate.hs, dist/build/DDC/Driver/Build/Locate.o )
[25 of 35] Compiling DDC.Driver.Command.Compile ( DDC/Driver/Command/Compile.hs, dist/build/DDC/Driver/Command/Compile.o )
[26 of 35] Compiling DDC.Driver.Build.Main ( DDC/Driver/Build/Main.hs, dist/build/DDC/Driver/Build/Main.o )
[27 of 35] Compiling DDC.Driver.Command.BaseBuild ( DDC/Driver/Command/BaseBuild.hs, dist/build/DDC/Driver/Command/BaseBuild.o )
[28 of 35] Compiling DDC.Driver.Command.Build ( DDC/Driver/Command/Build.hs, dist/build/DDC/Driver/Command/Build.o )
[29 of 35] Compiling DDC.Driver.Command.Check ( DDC/Driver/Command/Check.hs, dist/build/DDC/Driver/Command/Check.o )
[30 of 35] Compiling DDC.Driver.Command.Trans ( DDC/Driver/Command/Trans.hs, dist/build/DDC/Driver/Command/Trans.o )
[31 of 35] Compiling DDC.Driver.Command.Load ( DDC/Driver/Command/Load.hs, dist/build/DDC/Driver/Command/Load.o )
[32 of 35] Compiling DDC.Driver.Command.ToC ( DDC/Driver/Command/ToC.hs, dist/build/DDC/Driver/Command/ToC.o )
[33 of 35] Compiling DDC.Driver.Command.ToLlvm ( DDC/Driver/Command/ToLlvm.hs, dist/build/DDC/Driver/Command/ToLlvm.o )
[34 of 35] Compiling DDC.Driver.Command.ToPHP ( DDC/Driver/Command/ToPHP.hs, dist/build/DDC/Driver/Command/ToPHP.o )
[35 of 35] Compiling DDC.Driver.Command.ToSalt ( DDC/Driver/Command/ToSalt.hs, dist/build/DDC/Driver/Command/ToSalt.o )
Running Haddock for ddc-driver-0.4.3.1...
Running hscolour for ddc-driver-0.4.3.1...
Preprocessing library ddc-driver-0.4.3.1...
Preprocessing library ddc-driver-0.4.3.1...
Haddock coverage:
  83% (  5 /  6) in 'DDC.Driver.Output'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Driver.Interface.Source'
  Missing documentation for:
    Module header
  50% (  3 /  6) in 'DDC.Driver.Interface.Input'
  Missing documentation for:
    Module header
    InputState (DDC/Driver/Interface/Input.hs:18)
    inputLine (DDC/Driver/Interface/Input.hs:81)
  67% (  6 /  9) in 'DDC.Driver.Config'
  Missing documentation for:
    Module header
    ViaBackend (DDC/Driver/Config.hs:183)
    RuntimeLinkStrategy (DDC/Driver/Config.hs:193)
  50% (  1 /  2) in 'DDC.Driver.Dump'
  Missing documentation for:
    Module header
  86% (  6 /  7) in 'DDC.Driver.Stage.Flow'
  Missing documentation for:
    Module header
  86% (  6 /  7) in 'DDC.Driver.Stage.Salt'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Driver.Stage.Tetra'
  Missing documentation for:
    Module header
  91% ( 21 / 23) in 'DDC.Driver.Stage'
  Missing documentation for:
    ViaBackend (DDC/Driver/Config.hs:183)
    RuntimeLinkStrategy (DDC/Driver/Config.hs:193)
  50% (  1 /  2) in 'DDC.Driver.Command.Tetra.Curry'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Driver.Command.Tetra.Boxing'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Driver.Command.Scan'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Driver.Command.RewriteRules'
  Missing documentation for:
    Module header
  33% (  1 /  3) in 'DDC.Driver.Command.Read'
  Missing documentation for:
    Module header
    cmdReadModule' (DDC/Driver/Command/Read.hs:34)
  75% (  3 /  4) in 'DDC.Driver.Command.Parse'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Driver.Command.Flow.Wind'
  Missing documentation for:
    Module header
  60% (  3 /  5) in 'DDC.Driver.Command.Flow.ToTetra'
  Missing documentation for:
    Module header
    pipelineFlowToTetra (DDC/Driver/Command/Flow/ToTetra.hs:126)
  50% (  1 /  2) in 'DDC.Driver.Command.Flow.Thread'
  Missing documentation for:
    Module header
  67% (  2 /  3) in 'DDC.Driver.Command.Flow.Rate'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Driver.Command.Flow.Prep'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Driver.Command.Flow.Melt'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Driver.Command.Flow.Lower'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Driver.Command.Flow.Concretize'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'DDC.Driver.Build.Locate'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Driver.Command.Compile'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'DDC.Driver.Build.Main'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'DDC.Driver.Command.BaseBuild'
  Missing documentation for:
    Module header
    cmdBaseBuild (DDC/Driver/Command/BaseBuild.hs:35)
   0% (  0 /  2) in 'DDC.Driver.Command.Build'
  Missing documentation for:
    Module header
    cmdBuild (DDC/Driver/Command/Build.hs:19)
  95% ( 18 / 19) in 'DDC.Driver.Command.Check'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Driver.Command.Trans'
  Missing documentation for:
    Module header
  88% (  7 /  8) in 'DDC.Driver.Command.Load'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Driver.Command.ToC'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Driver.Command.ToLlvm'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Driver.Command.ToPHP'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'DDC.Driver.Command.ToSalt'
  Missing documentation for:
    Module header
Warning: DDC.Driver.Command.Check: could not find link destinations for:
    Exists
Documentation created: dist/doc/html/ddc-driver/index.html,
dist/doc/html/ddc-driver/ddc-driver.txt
Creating package registration file:
/tmp/pkgConf-ddc-driver-0.4.318638460722019329928.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/ddc-driver-0.4.3.1-5BsOp8yD9Pm3dYAlTLpLvD
Registering ddc-driver-0.4.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-14199/ddc-driver-0.4.3.1'
Installed ddc-driver-0.4.3.1
cabal: Entering directory '/tmp/cabal-tmp-14199/ddc-tools-0.4.3.1'
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-14199/ddc-tools-0.4.3.1/dist/setup/setup.hs, /tmp/cabal-tmp-14199/ddc-tools-0.4.3.1/dist/setup/Main.o )
Linking /tmp/cabal-tmp-14199/ddc-tools-0.4.3.1/dist/setup/setup ...
Configuring ddc-tools-0.4.3.1...
Building ddc-tools-0.4.3.1...
Preprocessing executable 'ddc-check' for ddc-tools-0.4.3.1...
[1 of 2] Compiling Config           ( src/ddc-check/Config.hs, dist/build/ddc-check/ddc-check-tmp/Config.o )
[2 of 2] Compiling Main             ( src/ddc-check/Main.hs, dist/build/ddc-check/ddc-check-tmp/Main.o )
Linking dist/build/ddc-check/ddc-check ...
Preprocessing executable 'ddc' for ddc-tools-0.4.3.1...
[1 of 5] Compiling DDC.Main.Help    ( src/ddc-main/DDC/Main/Help.hs, dist/build/ddc/ddc-tmp/DDC/Main/Help.o )
[2 of 5] Compiling DDC.Main.Config  ( src/ddc-main/DDC/Main/Config.hs, dist/build/ddc/ddc-tmp/DDC/Main/Config.o )
[3 of 5] Compiling DDC.Main.OptLevels ( src/ddc-main/DDC/Main/OptLevels.hs, dist/build/ddc/ddc-tmp/DDC/Main/OptLevels.o )
[4 of 5] Compiling DDC.Main.Args    ( src/ddc-main/DDC/Main/Args.hs, dist/build/ddc/ddc-tmp/DDC/Main/Args.o )
[5 of 5] Compiling Main             ( src/ddc-main/Main.hs, dist/build/ddc/ddc-tmp/Main.o )
Linking dist/build/ddc/ddc ...
Preprocessing executable 'ddci-core' for ddc-tools-0.4.3.1...
[ 1 of 14] Compiling DDCI.Core.Mode   ( src/ddci-core/DDCI/Core/Mode.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/Mode.o )
[ 2 of 14] Compiling DDCI.Core.State  ( src/ddci-core/DDCI/Core/State.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/State.o )
[ 3 of 14] Compiling DDCI.Core.Output ( src/ddci-core/DDCI/Core/Output.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/Output.o )
[ 4 of 14] Compiling DDCI.Core.Rewrite ( src/ddci-core/DDCI/Core/Rewrite.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/Rewrite.o )
[ 5 of 14] Compiling DDCI.Core.Command.With ( src/ddci-core/DDCI/Core/Command/With.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/Command/With.o )
[ 6 of 14] Compiling DDCI.Core.Command.TransInteract ( src/ddci-core/DDCI/Core/Command/TransInteract.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/Command/TransInteract.o )
[ 7 of 14] Compiling DDCI.Core.Command.Set ( src/ddci-core/DDCI/Core/Command/Set.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/Command/Set.o )
[ 8 of 14] Compiling DDCI.Core.Command.Help ( src/ddci-core/DDCI/Core/Command/Help.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/Command/Help.o )
[ 9 of 14] Compiling DDCI.Core.Command ( src/ddci-core/DDCI/Core/Command.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/Command.o )
[10 of 14] Compiling DDCI.Core.Input  ( src/ddci-core/DDCI/Core/Input.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/Input.o )
[11 of 14] Compiling DDCI.Core.Interface.Args ( src/ddci-core/DDCI/Core/Interface/Args.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/Interface/Args.o )
[12 of 14] Compiling DDCI.Core.Interface.Batch ( src/ddci-core/DDCI/Core/Interface/Batch.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/Interface/Batch.o )
[13 of 14] Compiling DDCI.Core.Interface.Interactive ( src/ddci-core/DDCI/Core/Interface/Interactive.hs, dist/build/ddci-core/ddci-core-tmp/DDCI/Core/Interface/Interactive.o )
[14 of 14] Compiling Main             ( src/ddci-core/Main.hs, dist/build/ddci-core/ddci-core-tmp/Main.o )
Linking dist/build/ddci-core/ddci-core ...
Preprocessing executable 'ddci-tetra' for ddc-tools-0.4.3.1...
[ 1 of 14] Compiling DDCI.Tetra.Mode  ( src/ddci-tetra/DDCI/Tetra/Mode.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/Mode.o )
[ 2 of 14] Compiling DDCI.Tetra.State ( src/ddci-tetra/DDCI/Tetra/State.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/State.o )
[ 3 of 14] Compiling DDCI.Tetra.Command.ToCore ( src/ddci-tetra/DDCI/Tetra/Command/ToCore.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/Command/ToCore.o )
[ 4 of 14] Compiling DDCI.Tetra.Command.Set ( src/ddci-tetra/DDCI/Tetra/Command/Set.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/Command/Set.o )
[ 5 of 14] Compiling DDCI.Tetra.Command.Parse ( src/ddci-tetra/DDCI/Tetra/Command/Parse.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/Command/Parse.o )
[ 6 of 14] Compiling DDCI.Tetra.Command.Infer ( src/ddci-tetra/DDCI/Tetra/Command/Infer.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/Command/Infer.o )
[ 7 of 14] Compiling DDCI.Tetra.Command.Help ( src/ddci-tetra/DDCI/Tetra/Command/Help.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/Command/Help.o )
[ 8 of 14] Compiling DDCI.Tetra.Command.Desugar ( src/ddci-tetra/DDCI/Tetra/Command/Desugar.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/Command/Desugar.o )
[ 9 of 14] Compiling DDCI.Tetra.Command ( src/ddci-tetra/DDCI/Tetra/Command.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/Command.o )
[10 of 14] Compiling DDCI.Tetra.Input ( src/ddci-tetra/DDCI/Tetra/Input.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/Input.o )
[11 of 14] Compiling DDCI.Tetra.Interface.Args ( src/ddci-tetra/DDCI/Tetra/Interface/Args.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/Interface/Args.o )
[12 of 14] Compiling DDCI.Tetra.Interface.Batch ( src/ddci-tetra/DDCI/Tetra/Interface/Batch.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/Interface/Batch.o )
[13 of 14] Compiling DDCI.Tetra.Interface.Interactive ( src/ddci-tetra/DDCI/Tetra/Interface/Interactive.hs, dist/build/ddci-tetra/ddci-tetra-tmp/DDCI/Tetra/Interface/Interactive.o )
[14 of 14] Compiling Main             ( src/ddci-tetra/Main.hs, dist/build/ddci-tetra/ddci-tetra-tmp/Main.o )
Linking dist/build/ddci-tetra/ddci-tetra ...
Warning: No documentation was generated as this package does not contain a
library. Perhaps you want to use the --executables, --tests or --benchmarks
flags.
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
cabal: Leaving directory '/tmp/cabal-tmp-14199/ddc-tools-0.4.3.1'
Installed ddc-tools-0.4.3.1

Test log

No test log was submitted for this report.