Build #1 for csound-sampler-0.0.6.5

[all reports]

Package csound-sampler-0.0.6.5
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-11-11 05:31:24.546372 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies base-4.9.0.0, csound-expression-5.0.1, transformers-0.5.2.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-9986/Boolean-0.2.3'
Configuring Boolean-0.2.3...
Building Boolean-0.2.3...
Preprocessing library Boolean-0.2.3...
[1 of 3] Compiling Data.Boolean     ( src/Data/Boolean.hs, dist/build/Data/Boolean.o )
[2 of 3] Compiling Data.Boolean.Numbers ( src/Data/Boolean/Numbers.hs, dist/build/Data/Boolean/Numbers.o )
[3 of 3] Compiling Data.Boolean.Overload ( src/Data/Boolean/Overload.hs, dist/build/Data/Boolean/Overload.o )
Running Haddock for Boolean-0.2.3...
Running hscolour for Boolean-0.2.3...
Preprocessing library Boolean-0.2.3...
Preprocessing library Boolean-0.2.3...
Haddock coverage:
 100% ( 14 / 14) in 'Data.Boolean'
 100% (  8 /  8) in 'Data.Boolean.Numbers'
  14% (  2 / 14) in 'Data.Boolean.Overload'
  Missing documentation for:
    && (src/Data/Boolean/Overload.hs:41)
    || (src/Data/Boolean/Overload.hs:44)
    not (src/Data/Boolean/Overload.hs:47)
    ifThenElse (src/Data/Boolean/Overload.hs:52)
    == (src/Data/Boolean/Overload.hs:56)
    /= (src/Data/Boolean/Overload.hs:58)
    < (src/Data/Boolean/Overload.hs:62)
    > (src/Data/Boolean/Overload.hs:64)
    <= (src/Data/Boolean/Overload.hs:66)
    >= (src/Data/Boolean/Overload.hs:68)
    min (src/Data/Boolean/Overload.hs:71)
    max (src/Data/Boolean/Overload.hs:73)
Warning: Data.Boolean: could not find link destinations for:
    ~
Warning: Data.Boolean.Numbers: could not find link destinations for:
    ~
Documentation created: dist/doc/html/Boolean/index.html,
dist/doc/html/Boolean/Boolean.txt
Creating package registration file:
/tmp/pkgConf-Boolean-0.22145174067468703135.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/Boolean-0.2.3-JYotQglXhtoJXpADNau8XH
Registering Boolean-0.2.3...
cabal: Leaving directory '/tmp/cabal-tmp-9986/Boolean-0.2.3'
Installed Boolean-0.2.3
cabal: Entering directory '/tmp/cabal-tmp-9986/colour-2.3.3'
Configuring colour-2.3.3...
Building colour-2.3.3...
Preprocessing library colour-2.3.3...
[ 1 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o )
[ 2 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o )
[ 3 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o )
[ 4 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o )
[ 5 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o )
[ 6 of 14] Compiling Data.Colour.RGB  ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o )
[12 of 14] Compiling Data.Colour      ( Data/Colour.hs, dist/build/Data/Colour.o )
[13 of 14] Compiling Data.Colour.CIE  ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o )
[14 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o )
Running Haddock for colour-2.3.3...
Running hscolour for colour-2.3.3...
Preprocessing library colour-2.3.3...
Preprocessing library colour-2.3.3...
Haddock coverage:
   0% (  0 /  5) in 'Data.Colour.Matrix'
  Missing documentation for:
    Module header
    inverse (Data/Colour/Matrix.hs:29)
    determinant (Data/Colour/Matrix.hs:35)
    mult (Data/Colour/Matrix.hs:38)
    matrixMult (Data/Colour/Matrix.hs:40)
   0% (  0 / 10) in 'Data.Colour.Chan'
  Missing documentation for:
    Module header
    Chan (Data/Colour/Chan.hs:29)
    empty (Data/Colour/Chan.hs:31)
    full (Data/Colour/Chan.hs:34)
    scale (Data/Colour/Chan.hs:37)
    add (Data/Colour/Chan.hs:40)
    invert (Data/Colour/Chan.hs:43)
    over (Data/Colour/Chan.hs:46)
    convert (Data/Colour/Chan.hs:48)
    sum (Data/Colour/Chan.hs:51)
  50% ( 14 / 28) in 'Data.Colour.Internal'
  Missing documentation for:
    Module header
    Red (Data/Colour/Internal.hs:30)
    Green (Data/Colour/Internal.hs:31)
    Blue (Data/Colour/Internal.hs:32)
    black (Data/Colour/Internal.hs:53)
     (Data/Colour/Internal.hs:56)
    Alpha (Data/Colour/Internal.hs:65)
    AffineSpace (Data/Colour/Internal.hs:109)
     (Data/Colour/Internal.hs:130)
     (Data/Colour/Internal.hs:136)
    ColourOps (Data/Colour/Internal.hs:146)
     (Data/Colour/Internal.hs:156)
     (Data/Colour/Internal.hs:165)
    rgbaAdd (Data/Colour/Internal.hs:214)
  50% (  6 / 12) in 'Data.Colour.CIE.Chromaticity'
  Missing documentation for:
    Module header
    Chromaticity (Data/Colour/CIE/Chromaticity.hs:25)
     (Data/Colour/CIE/Chromaticity.hs:56)
     (Data/Colour/CIE/Chromaticity.hs:63)
    app_prec (Data/Colour/CIE/Chromaticity.hs:74)
    infix_prec (Data/Colour/CIE/Chromaticity.hs:76)
 100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant'
  38% (  6 / 16) in 'Data.Colour.RGB'
  Missing documentation for:
    Module header
     (Data/Colour/RGB.hs:36)
     (Data/Colour/RGB.hs:39)
     (Data/Colour/RGB.hs:59)
     (Data/Colour/RGB.hs:66)
    primaryMatrix (Data/Colour/RGB.hs:82)
    rgb2xyz (Data/Colour/RGB.hs:92)
    xyz2rgb (Data/Colour/RGB.hs:100)
    hslsv (Data/Colour/RGB.hs:103)
    mod1 (Data/Colour/RGB.hs:127)
  86% (  6 /  7) in 'Data.Colour.RGBSpace.HSL'
  Missing documentation for:
    Module header
  86% (  6 /  7) in 'Data.Colour.RGBSpace.HSV'
  Missing documentation for:
    Module header
 100% (  6 /  6) in 'Data.Colour.SRGB.Linear'
  83% ( 20 / 24) in 'Data.Colour.RGBSpace'
  Missing documentation for:
    primaries (Data/Colour/RGB.hs:55)
    whitePoint (Data/Colour/RGB.hs:56)
    gamut (Data/Colour/RGBSpace.hs:121)
    transferFunction (Data/Colour/RGBSpace.hs:122)
 100% ( 14 / 14) in 'Data.Colour.SRGB'
  85% ( 17 / 20) in 'Data.Colour'
  Missing documentation for:
    black (Data/Colour/Internal.hs:53)
    AffineSpace (Data/Colour/Internal.hs:109)
    ColourOps (Data/Colour/Internal.hs:146)
  88% ( 15 / 17) in 'Data.Colour.CIE'
  Missing documentation for:
    toCIEXYZ (Data/Colour/CIE.hs:65)
    Chromaticity (Data/Colour/CIE/Chromaticity.hs:25)
   1% (  1 /149) in 'Data.Colour.Names'
  Missing documentation for:
    readColourName (Data/Colour/Names.hs:188)
    aliceblue (Data/Colour/Names.hs:339)
    antiquewhite (Data/Colour/Names.hs:342)
    aqua (Data/Colour/Names.hs:345)
    aquamarine (Data/Colour/Names.hs:348)
    azure (Data/Colour/Names.hs:351)
    beige (Data/Colour/Names.hs:354)
    bisque (Data/Colour/Names.hs:357)
    black (Data/Colour/Internal.hs:53)
    blanchedalmond (Data/Colour/Names.hs:362)
    blue (Data/Colour/Names.hs:365)
    blueviolet (Data/Colour/Names.hs:368)
    brown (Data/Colour/Names.hs:371)
    burlywood (Data/Colour/Names.hs:374)
    cadetblue (Data/Colour/Names.hs:377)
    chartreuse (Data/Colour/Names.hs:380)
    chocolate (Data/Colour/Names.hs:383)
    coral (Data/Colour/Names.hs:386)
    cornflowerblue (Data/Colour/Names.hs:389)
    cornsilk (Data/Colour/Names.hs:392)
    crimson (Data/Colour/Names.hs:395)
    cyan (Data/Colour/Names.hs:398)
    darkblue (Data/Colour/Names.hs:401)
    darkcyan (Data/Colour/Names.hs:404)
    darkgoldenrod (Data/Colour/Names.hs:407)
    darkgray (Data/Colour/Names.hs:410)
    darkgreen (Data/Colour/Names.hs:413)
    darkgrey (Data/Colour/Names.hs:416)
    darkkhaki (Data/Colour/Names.hs:419)
    darkmagenta (Data/Colour/Names.hs:422)
    darkolivegreen (Data/Colour/Names.hs:425)
    darkorange (Data/Colour/Names.hs:428)
    darkorchid (Data/Colour/Names.hs:431)
    darkred (Data/Colour/Names.hs:434)
    darksalmon (Data/Colour/Names.hs:437)
    darkseagreen (Data/Colour/Names.hs:440)
    darkslateblue (Data/Colour/Names.hs:443)
    darkslategray (Data/Colour/Names.hs:446)
    darkslategrey (Data/Colour/Names.hs:449)
    darkturquoise (Data/Colour/Names.hs:452)
    darkviolet (Data/Colour/Names.hs:455)
    deeppink (Data/Colour/Names.hs:458)
    deepskyblue (Data/Colour/Names.hs:461)
    dimgray (Data/Colour/Names.hs:464)
    dimgrey (Data/Colour/Names.hs:467)
    dodgerblue (Data/Colour/Names.hs:470)
    firebrick (Data/Colour/Names.hs:473)
    floralwhite (Data/Colour/Names.hs:476)
    forestgreen (Data/Colour/Names.hs:479)
    fuchsia (Data/Colour/Names.hs:482)
    gainsboro (Data/Colour/Names.hs:485)
    ghostwhite (Data/Colour/Names.hs:488)
    gold (Data/Colour/Names.hs:491)
    goldenrod (Data/Colour/Names.hs:494)
    gray (Data/Colour/Names.hs:497)
    grey (Data/Colour/Names.hs:500)
    green (Data/Colour/Names.hs:503)
    greenyellow (Data/Colour/Names.hs:506)
    honeydew (Data/Colour/Names.hs:509)
    hotpink (Data/Colour/Names.hs:512)
    indianred (Data/Colour/Names.hs:515)
    indigo (Data/Colour/Names.hs:518)
    ivory (Data/Colour/Names.hs:521)
    khaki (Data/Colour/Names.hs:524)
    lavender (Data/Colour/Names.hs:527)
    lavenderblush (Data/Colour/Names.hs:530)
    lawngreen (Data/Colour/Names.hs:533)
    lemonchiffon (Data/Colour/Names.hs:536)
    lightblue (Data/Colour/Names.hs:539)
    lightcoral (Data/Colour/Names.hs:542)
    lightcyan (Data/Colour/Names.hs:545)
    lightgoldenrodyellow (Data/Colour/Names.hs:548)
    lightgray (Data/Colour/Names.hs:551)
    lightgreen (Data/Colour/Names.hs:554)
    lightgrey (Data/Colour/Names.hs:557)
    lightpink (Data/Colour/Names.hs:560)
    lightsalmon (Data/Colour/Names.hs:563)
    lightseagreen (Data/Colour/Names.hs:566)
    lightskyblue (Data/Colour/Names.hs:569)
    lightslategray (Data/Colour/Names.hs:572)
    lightslategrey (Data/Colour/Names.hs:575)
    lightsteelblue (Data/Colour/Names.hs:578)
    lightyellow (Data/Colour/Names.hs:581)
    lime (Data/Colour/Names.hs:584)
    limegreen (Data/Colour/Names.hs:587)
    linen (Data/Colour/Names.hs:590)
    magenta (Data/Colour/Names.hs:593)
    maroon (Data/Colour/Names.hs:596)
    mediumaquamarine (Data/Colour/Names.hs:599)
    mediumblue (Data/Colour/Names.hs:602)
    mediumorchid (Data/Colour/Names.hs:605)
    mediumpurple (Data/Colour/Names.hs:608)
    mediumseagreen (Data/Colour/Names.hs:611)
    mediumslateblue (Data/Colour/Names.hs:614)
    mediumspringgreen (Data/Colour/Names.hs:617)
    mediumturquoise (Data/Colour/Names.hs:620)
    mediumvioletred (Data/Colour/Names.hs:623)
    midnightblue (Data/Colour/Names.hs:626)
    mintcream (Data/Colour/Names.hs:629)
    mistyrose (Data/Colour/Names.hs:632)
    moccasin (Data/Colour/Names.hs:635)
    navajowhite (Data/Colour/Names.hs:638)
    navy (Data/Colour/Names.hs:641)
    oldlace (Data/Colour/Names.hs:644)
    olive (Data/Colour/Names.hs:647)
    olivedrab (Data/Colour/Names.hs:650)
    orange (Data/Colour/Names.hs:653)
    orangered (Data/Colour/Names.hs:656)
    orchid (Data/Colour/Names.hs:659)
    palegoldenrod (Data/Colour/Names.hs:662)
    palegreen (Data/Colour/Names.hs:665)
    paleturquoise (Data/Colour/Names.hs:668)
    palevioletred (Data/Colour/Names.hs:671)
    papayawhip (Data/Colour/Names.hs:674)
    peachpuff (Data/Colour/Names.hs:677)
    peru (Data/Colour/Names.hs:680)
    pink (Data/Colour/Names.hs:683)
    plum (Data/Colour/Names.hs:686)
    powderblue (Data/Colour/Names.hs:689)
    purple (Data/Colour/Names.hs:692)
    red (Data/Colour/Names.hs:695)
    rosybrown (Data/Colour/Names.hs:698)
    royalblue (Data/Colour/Names.hs:701)
    saddlebrown (Data/Colour/Names.hs:704)
    salmon (Data/Colour/Names.hs:707)
    sandybrown (Data/Colour/Names.hs:710)
    seagreen (Data/Colour/Names.hs:713)
    seashell (Data/Colour/Names.hs:716)
    sienna (Data/Colour/Names.hs:719)
    silver (Data/Colour/Names.hs:722)
    skyblue (Data/Colour/Names.hs:725)
    slateblue (Data/Colour/Names.hs:728)
    slategray (Data/Colour/Names.hs:731)
    slategrey (Data/Colour/Names.hs:734)
    snow (Data/Colour/Names.hs:737)
    springgreen (Data/Colour/Names.hs:740)
    steelblue (Data/Colour/Names.hs:743)
    tan (Data/Colour/Names.hs:746)
    teal (Data/Colour/Names.hs:749)
    thistle (Data/Colour/Names.hs:752)
    tomato (Data/Colour/Names.hs:755)
    turquoise (Data/Colour/Names.hs:758)
    violet (Data/Colour/Names.hs:761)
    wheat (Data/Colour/Names.hs:764)
    white (Data/Colour/Names.hs:767)
    whitesmoke (Data/Colour/Names.hs:770)
    yellow (Data/Colour/Names.hs:773)
    yellowgreen (Data/Colour/Names.hs:776)
Documentation created: dist/doc/html/colour/index.html,
dist/doc/html/colour/colour.txt
Creating package registration file:
/tmp/pkgConf-colour-2.3959997301485560280.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/colour-2.3.3-1clKnMqHWhQAElTFd8Ydyp
Registering colour-2.3.3...
cabal: Leaving directory '/tmp/cabal-tmp-9986/colour-2.3.3'
Installed colour-2.3.3
cabal: Entering directory '/tmp/cabal-tmp-9986/data-default-class-0.1.2.0'
Configuring data-default-class-0.1.2.0...
Building data-default-class-0.1.2.0...
Preprocessing library data-default-class-0.1.2.0...
[1 of 1] Compiling Data.Default.Class ( Data/Default/Class.hs, dist/build/Data/Default/Class.o )
Running Haddock for data-default-class-0.1.2.0...
Running hscolour for data-default-class-0.1.2.0...
Preprocessing library data-default-class-0.1.2.0...
Preprocessing library data-default-class-0.1.2.0...
Haddock coverage:
  67% (  2 /  3) in 'Data.Default.Class'
  Missing documentation for:
    Module header
Warning: Data.Default.Class: could not find link destinations for:
    GDefault
Documentation created: dist/doc/html/data-default-class/index.html,
dist/doc/html/data-default-class/data-default-class.txt
Creating package registration file:
/tmp/pkgConf-data-default-class-0.1.28468111271414829150.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/data-default-class-0.1.2.0-FYQpjIylblBDctdkHAFeXA
Registering data-default-class-0.1.2.0...
cabal: Leaving directory '/tmp/cabal-tmp-9986/data-default-class-0.1.2.0'
Installed data-default-class-0.1.2.0
cabal: Entering directory '/tmp/cabal-tmp-9986/data-fix-0.0.3'
Configuring data-fix-0.0.3...
Building data-fix-0.0.3...
Preprocessing library data-fix-0.0.3...
[1 of 1] Compiling Data.Fix         ( src/Data/Fix.hs, dist/build/Data/Fix.o )

src/Data/Fix.hs:58: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/Data/Fix.hs:60:1: warning: [-Wunused-imports]
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
Running Haddock for data-fix-0.0.3...
Running hscolour for data-fix-0.0.3...
Preprocessing library data-fix-0.0.3...
Preprocessing library data-fix-0.0.3...

src/Data/Fix.hs:58: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/Data/Fix.hs:60:1: warning: [-Wunused-imports]
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
Haddock coverage:
 100% ( 13 / 13) in 'Data.Fix'
Documentation created: dist/doc/html/data-fix/index.html,
dist/doc/html/data-fix/data-fix.txt
Creating package registration file:
/tmp/pkgConf-data-fix-0.02557895281266235189.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/data-fix-0.0.3-KQQuMBmv7EXLxU7on2EBKw
Registering data-fix-0.0.3...
cabal: Leaving directory '/tmp/cabal-tmp-9986/data-fix-0.0.3'
Installed data-fix-0.0.3
cabal: Entering directory '/tmp/cabal-tmp-9986/dlist-0.8.0.2'
Configuring dlist-0.8.0.2...
Building dlist-0.8.0.2...
Preprocessing library dlist-0.8.0.2...
[1 of 1] Compiling Data.DList       ( Data/DList.hs, dist/build/Data/DList.o )
Running Haddock for dlist-0.8.0.2...
Running hscolour for dlist-0.8.0.2...
Preprocessing library dlist-0.8.0.2...
Preprocessing library dlist-0.8.0.2...
Haddock coverage:
 100% ( 20 / 20) in 'Data.DList'
Warning: Data.DList: could not find link destinations for:
    ~
Documentation created: dist/doc/html/dlist/index.html,
dist/doc/html/dlist/dlist.txt
Creating package registration file:
/tmp/pkgConf-dlist-0.8.0138703615912895151.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/dlist-0.8.0.2-GWAMmbX9rLg3tqrbOizHGv
Registering dlist-0.8.0.2...
cabal: Leaving directory '/tmp/cabal-tmp-9986/dlist-0.8.0.2'
Installed dlist-0.8.0.2
cabal: Entering directory '/tmp/cabal-tmp-9986/old-locale-1.0.0.7'
Configuring old-locale-1.0.0.7...
Building old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
[1 of 1] Compiling System.Locale    ( System/Locale.hs, dist/build/System/Locale.o )
Running Haddock for old-locale-1.0.0.7...
Running hscolour for old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
Haddock coverage:
  60% (  3 /  5) in 'System.Locale'
  Missing documentation for:
    TimeLocale (System/Locale.hs:36)
    defaultTimeLocale (System/Locale.hs:49)
Documentation created: dist/doc/html/old-locale/index.html,
dist/doc/html/old-locale/old-locale.txt
Creating package registration file:
/tmp/pkgConf-old-locale-1.0.016652049161707056552.7
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/old-locale-1.0.0.7-6glXNhHF891B41ZfuI8hU8
Registering old-locale-1.0.0.7...
cabal: Leaving directory '/tmp/cabal-tmp-9986/old-locale-1.0.0.7'
Installed old-locale-1.0.0.7
cabal: Entering directory '/tmp/cabal-tmp-9986/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.218990580252077211388.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-9986/text-1.2.2.1'
Installed text-1.2.2.1
cabal: Entering directory '/tmp/cabal-tmp-9986/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-118400193041953161956.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-9986/wl-pprint-1.2'
Installed wl-pprint-1.2
cabal: Entering directory '/tmp/cabal-tmp-9986/temporal-media-0.6.1'
Configuring temporal-media-0.6.1...
Building temporal-media-0.6.1...
Preprocessing library temporal-media-0.6.1...
[1 of 2] Compiling Temporal.Class   ( src/Temporal/Class.hs, dist/build/Temporal/Class.o )

src/Temporal/Class.hs:3:1: warning: [-Wtabs]
    Tab character found here, and in 26 further locations.
    Please use spaces instead.
[2 of 2] Compiling Temporal.Media   ( src/Temporal/Media.hs, dist/build/Temporal/Media.o )
Running Haddock for temporal-media-0.6.1...
Running hscolour for temporal-media-0.6.1...
Preprocessing library temporal-media-0.6.1...
Preprocessing library temporal-media-0.6.1...

src/Temporal/Class.hs:3:1: warning: [-Wtabs]
    Tab character found here, and in 26 further locations.
    Please use spaces instead.
Haddock coverage:
  44% (  7 / 16) in 'Temporal.Class'
  Missing documentation for:
    Module header
    Melody (src/Temporal/Class.hs:17)
    Harmony (src/Temporal/Class.hs:26)
    Compose (src/Temporal/Class.hs:37)
    Delay (src/Temporal/Class.hs:43)
    Rest (src/Temporal/Class.hs:59)
    Stretch (src/Temporal/Class.hs:47)
    Limit (src/Temporal/Class.hs:62)
    Loop (src/Temporal/Class.hs:66)
  98% ( 42 / 43) in 'Temporal.Media'
  Missing documentation for:
    traverseEvents (src/Temporal/Media.hs:211)
Documentation created: dist/doc/html/temporal-media/index.html,
dist/doc/html/temporal-media/temporal-media.txt
Creating package registration file:
/tmp/pkgConf-temporal-media-0.66497859051259577690.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/temporal-media-0.6.1-8XMODl2uQ4v9gUoVxtu4rV
Registering temporal-media-0.6.1...
cabal: Leaving directory '/tmp/cabal-tmp-9986/temporal-media-0.6.1'
Installed temporal-media-0.6.1
cabal: Entering directory '/tmp/cabal-tmp-9986/data-default-instances-containers-0.0.1'
Configuring data-default-instances-containers-0.0.1...
Building data-default-instances-containers-0.0.1...
Preprocessing library data-default-instances-containers-0.0.1...
[1 of 1] Compiling Data.Default.Instances.Containers ( Data/Default/Instances/Containers.hs, dist/build/Data/Default/Instances/Containers.o )
Running Haddock for data-default-instances-containers-0.0.1...
Running hscolour for data-default-instances-containers-0.0.1...
Preprocessing library data-default-instances-containers-0.0.1...
Preprocessing library data-default-instances-containers-0.0.1...
Haddock coverage:
  50% (  1 /  2) in 'Data.Default.Instances.Containers'
  Missing documentation for:
    Module header
Documentation created:
dist/doc/html/data-default-instances-containers/index.html,
dist/doc/html/data-default-instances-containers/data-default-instances-containers.txt
Creating package registration file:
/tmp/pkgConf-data-default-instances-containers-0.066091648767974802.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/data-default-instances-containers-0.0.1-B3LqdWnlDzL8N7WtQnkQ3T
Registering data-default-instances-containers-0.0.1...
cabal: Leaving directory '/tmp/cabal-tmp-9986/data-default-instances-containers-0.0.1'
Installed data-default-instances-containers-0.0.1
cabal: Entering directory '/tmp/cabal-tmp-9986/data-fix-cse-0.0.2'
Configuring data-fix-cse-0.0.2...
Building data-fix-cse-0.0.2...
Preprocessing library data-fix-cse-0.0.2...
[1 of 3] Compiling Data.Fix.BiMapFramed ( src/Data/Fix/BiMapFramed.hs, dist/build/Data/Fix/BiMapFramed.o )

src/Data/Fix/BiMapFramed.hs:16:1: warning: [-Wtabs]
    Tab character found here, and in 8 further locations.
    Please use spaces instead.

src/Data/Fix/BiMapFramed.hs:57:1: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for ‘insert’: Patterns not matched: _ (BiMap [] _)
[2 of 3] Compiling Data.Fix.BiMap   ( src/Data/Fix/BiMap.hs, dist/build/Data/Fix/BiMap.o )

src/Data/Fix/BiMap.hs:16:1: warning: [-Wtabs]
    Tab character found here, and in five further locations.
    Please use spaces instead.
[3 of 3] Compiling Data.Fix.Cse     ( src/Data/Fix/Cse.hs, dist/build/Data/Fix/Cse.o )

src/Data/Fix/Cse.hs:25: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/Data/Fix/Cse.hs:30:1: warning: [-Wunused-imports]
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()

src/Data/Fix/Cse.hs:142:23: warning: [-Wname-shadowing]
    This binding for ‘m'’ shadows the existing binding
      bound at src/Data/Fix/Cse.hs:134:3
Running Haddock for data-fix-cse-0.0.2...
Running hscolour for data-fix-cse-0.0.2...
Preprocessing library data-fix-cse-0.0.2...
Preprocessing library data-fix-cse-0.0.2...

src/Data/Fix/BiMapFramed.hs:16:1: warning: [-Wtabs]
    Tab character found here, and in 8 further locations.
    Please use spaces instead.

src/Data/Fix/BiMap.hs:16:1: warning: [-Wtabs]
    Tab character found here, and in five further locations.
    Please use spaces instead.

src/Data/Fix/Cse.hs:25: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/Data/Fix/Cse.hs:30:1: warning: [-Wunused-imports]
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()

src/Data/Fix/Cse.hs:142:23: warning: [-Wname-shadowing]
    This binding for ‘m'’ shadows the existing binding
      bound at src/Data/Fix/Cse.hs:134:3
Haddock coverage:
   0% (  0 / 11) in 'Data.Fix.BiMapFramed'
  Missing documentation for:
    Module header
    BiMap (src/Data/Fix/BiMapFramed.hs:29)
    empty (src/Data/Fix/BiMapFramed.hs:62)
    getDag (src/Data/Fix/BiMapFramed.hs:40)
    lookup_key (src/Data/Fix/BiMapFramed.hs:43)
    lookup_val (src/Data/Fix/BiMapFramed.hs:49)
    startFrame (src/Data/Fix/BiMapFramed.hs:31)
    stopFrame (src/Data/Fix/BiMapFramed.hs:34)
    nextFrame (src/Data/Fix/BiMapFramed.hs:37)
    insert (src/Data/Fix/BiMapFramed.hs:56)
    size (src/Data/Fix/BiMapFramed.hs:68)
   0% (  0 /  8) in 'Data.Fix.BiMap'
  Missing documentation for:
    Module header
    BiMap (src/Data/Fix/BiMap.hs:27)
    empty (src/Data/Fix/BiMap.hs:50)
    getDag (src/Data/Fix/BiMap.hs:29)
    lookup_key (src/Data/Fix/BiMap.hs:33)
    lookup_val (src/Data/Fix/BiMap.hs:37)
    insert (src/Data/Fix/BiMap.hs:44)
    size (src/Data/Fix/BiMap.hs:56)
  94% ( 15 / 16) in 'Data.Fix.Cse'
  Missing documentation for:
    VarName (src/Data/Fix/Cse.hs:36)
Documentation created: dist/doc/html/data-fix-cse/index.html,
dist/doc/html/data-fix-cse/data-fix-cse.txt
Creating package registration file:
/tmp/pkgConf-data-fix-cse-0.014350011711047196295.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/data-fix-cse-0.0.2-7Kf6tJU4OWDJJGK3eichIL
Registering data-fix-cse-0.0.2...
cabal: Leaving directory '/tmp/cabal-tmp-9986/data-fix-cse-0.0.2'
Installed data-fix-cse-0.0.2
cabal: Entering directory '/tmp/cabal-tmp-9986/data-default-instances-dlist-0.0.1'
Configuring data-default-instances-dlist-0.0.1...
Building data-default-instances-dlist-0.0.1...
Preprocessing library data-default-instances-dlist-0.0.1...
[1 of 1] Compiling Data.Default.Instances.DList ( Data/Default/Instances/DList.hs, dist/build/Data/Default/Instances/DList.o )
Running Haddock for data-default-instances-dlist-0.0.1...
Running hscolour for data-default-instances-dlist-0.0.1...
Preprocessing library data-default-instances-dlist-0.0.1...
Preprocessing library data-default-instances-dlist-0.0.1...
Haddock coverage:
  50% (  1 /  2) in 'Data.Default.Instances.DList'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/data-default-instances-dlist/index.html,
dist/doc/html/data-default-instances-dlist/data-default-instances-dlist.txt
Creating package registration file:
/tmp/pkgConf-data-default-instances-dlist-0.013963420131518260757.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/data-default-instances-dlist-0.0.1-7EnnOuRxBMR4O5lm1rpRqD
Registering data-default-instances-dlist-0.0.1...
cabal: Leaving directory '/tmp/cabal-tmp-9986/data-default-instances-dlist-0.0.1'
Installed data-default-instances-dlist-0.0.1
cabal: Entering directory '/tmp/cabal-tmp-9986/data-default-instances-old-locale-0.0.1'
Configuring data-default-instances-old-locale-0.0.1...
Building data-default-instances-old-locale-0.0.1...
Preprocessing library data-default-instances-old-locale-0.0.1...
[1 of 1] Compiling Data.Default.Instances.OldLocale ( Data/Default/Instances/OldLocale.hs, dist/build/Data/Default/Instances/OldLocale.o )
Running Haddock for data-default-instances-old-locale-0.0.1...
Running hscolour for data-default-instances-old-locale-0.0.1...
Preprocessing library data-default-instances-old-locale-0.0.1...
Preprocessing library data-default-instances-old-locale-0.0.1...
Haddock coverage:
  50% (  1 /  2) in 'Data.Default.Instances.OldLocale'
  Missing documentation for:
    Module header
Documentation created:
dist/doc/html/data-default-instances-old-locale/index.html,
dist/doc/html/data-default-instances-old-locale/data-default-instances-old-locale.txt
Creating package registration file:
/tmp/pkgConf-data-default-instances-old-locale-0.01637840187700287639.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/data-default-instances-old-locale-0.0.1-LPOHPEJCJUa53W1ZYaHB84
Registering data-default-instances-old-locale-0.0.1...
cabal: Leaving directory '/tmp/cabal-tmp-9986/data-default-instances-old-locale-0.0.1'
Installed data-default-instances-old-locale-0.0.1
cabal: Entering directory '/tmp/cabal-tmp-9986/hashable-1.2.4.0'
Configuring hashable-1.2.4.0...
Building hashable-1.2.4.0...
Preprocessing library hashable-1.2.4.0...
[1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o )

Data/Hashable/Class.hs:460:28: warning: [-Wdeprecations]
    In the use of ‘inlinePerformIO’
    (imported from Data.ByteString.Internal):
    Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
[2 of 3] Compiling Data.Hashable.Generic ( Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o )
[3 of 3] Compiling Data.Hashable    ( Data/Hashable.hs, dist/build/Data/Hashable.o )
Running Haddock for hashable-1.2.4.0...
Running hscolour for hashable-1.2.4.0...
Preprocessing library hashable-1.2.4.0...
Preprocessing library hashable-1.2.4.0...

Data/Hashable/Class.hs:460:28: warning: [-Wdeprecations]
    In the use of ‘inlinePerformIO’
    (imported from Data.ByteString.Internal):
    Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
Haddock coverage:
 100% ( 11 / 11) in 'Data.Hashable.Class'
 100% (  1 /  1) in 'Data.Hashable.Generic'
 100% ( 22 / 22) in 'Data.Hashable'
Warning: Data.Hashable: could not find link destinations for:
    GHashable
Documentation created: dist/doc/html/hashable/index.html,
dist/doc/html/hashable/hashable.txt
Creating package registration file:
/tmp/pkgConf-hashable-1.2.45546024081048938329.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/hashable-1.2.4.0-Ctl752zbguF6QanxurLOm2
Registering hashable-1.2.4.0...
cabal: Leaving directory '/tmp/cabal-tmp-9986/hashable-1.2.4.0'
Installed hashable-1.2.4.0
cabal: Entering directory '/tmp/cabal-tmp-9986/data-default-0.7.1.1'
Configuring data-default-0.7.1.1...
Building data-default-0.7.1.1...
Preprocessing library data-default-0.7.1.1...
[1 of 1] Compiling Data.Default     ( Data/Default.hs, dist/build/Data/Default.o )
Running Haddock for data-default-0.7.1.1...
Running hscolour for data-default-0.7.1.1...
Preprocessing library data-default-0.7.1.1...
Preprocessing library data-default-0.7.1.1...
Haddock coverage:
  67% (  2 /  3) in 'Data.Default'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/data-default/index.html,
dist/doc/html/data-default/data-default.txt
Creating package registration file:
/tmp/pkgConf-data-default-0.7.117633606021917305981.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/data-default-0.7.1.1-5uix4eIzBY9IcVb4V2HbW3
Registering data-default-0.7.1.1...
cabal: Leaving directory '/tmp/cabal-tmp-9986/data-default-0.7.1.1'
Installed data-default-0.7.1.1
cabal: Entering directory '/tmp/cabal-tmp-9986/csound-expression-dynamic-0.1.6'
Configuring csound-expression-dynamic-0.1.6...
Building csound-expression-dynamic-0.1.6...
Preprocessing library csound-expression-dynamic-0.1.6...
[ 1 of 15] Compiling Csound.Dynamic.Types.Flags ( src/Csound/Dynamic/Types/Flags.hs, dist/build/Csound/Dynamic/Types/Flags.o )
[ 2 of 15] Compiling Csound.Dynamic.Tfm.DeduceTypes ( src/Csound/Dynamic/Tfm/DeduceTypes.hs, dist/build/Csound/Dynamic/Tfm/DeduceTypes.o )
[ 3 of 15] Compiling Csound.Dynamic.Tfm.UnfoldMultiOuts ( src/Csound/Dynamic/Tfm/UnfoldMultiOuts.hs, dist/build/Csound/Dynamic/Tfm/UnfoldMultiOuts.o )
[ 4 of 15] Compiling Csound.Dynamic.Types.Exp ( src/Csound/Dynamic/Types/Exp.hs, dist/build/Csound/Dynamic/Types/Exp.o )

src/Csound/Dynamic/Types/Exp.hs:20: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/Csound/Dynamic/Types/Exp.hs:245:17: warning: [-Wname-shadowing]
    This binding for ‘x’ shadows the existing binding
      bound at src/Csound/Dynamic/Types/Exp.hs:239:20
[ 5 of 15] Compiling Csound.Dynamic.Tfm.Liveness ( src/Csound/Dynamic/Tfm/Liveness.hs, dist/build/Csound/Dynamic/Tfm/Liveness.o )

src/Csound/Dynamic/Tfm/Liveness.hs:25:1: warning: [-Wtabs]
    Tab character found here, and in 67 further locations.
    Please use spaces instead.
[ 6 of 15] Compiling Csound.Dynamic.Types.Dep ( src/Csound/Dynamic/Types/Dep.hs, dist/build/Csound/Dynamic/Types/Dep.o )

src/Csound/Dynamic/Types/Dep.hs:12: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/Csound/Dynamic/Types/Dep.hs:69:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘end’

src/Csound/Dynamic/Types/Dep.hs:93:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘emptyE’
[ 7 of 15] Compiling Csound.Dynamic.Build ( src/Csound/Dynamic/Build.hs, dist/build/Csound/Dynamic/Build.o )

src/Csound/Dynamic/Build.hs:200:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘gInit’

src/Csound/Dynamic/Build.hs:203:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘gInitDouble’
[ 8 of 15] Compiling Csound.Dynamic.Build.Numeric ( src/Csound/Dynamic/Build/Numeric.hs, dist/build/Csound/Dynamic/Build/Numeric.o )

src/Csound/Dynamic/Build/Numeric.hs:8: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()
[ 9 of 15] Compiling Csound.Dynamic.Types.CsdFile ( src/Csound/Dynamic/Types/CsdFile.hs, dist/build/Csound/Dynamic/Types/CsdFile.o )

src/Csound/Dynamic/Types/CsdFile.hs:8:1: warning: [-Wunused-imports]
    The import of ‘Csound.Dynamic.Build.Numeric’ is redundant
      except perhaps to import instances from ‘Csound.Dynamic.Build.Numeric’
    To import instances alone, use: import Csound.Dynamic.Build.Numeric()
[10 of 15] Compiling Csound.Dynamic.Types ( src/Csound/Dynamic/Types.hs, dist/build/Csound/Dynamic/Types.o )
[11 of 15] Compiling Csound.Dynamic.Build.Logic ( src/Csound/Dynamic/Build/Logic.hs, dist/build/Csound/Dynamic/Build/Logic.o )

src/Csound/Dynamic/Build/Logic.hs:133:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘fromBoolOpt’

src/Csound/Dynamic/Build/Logic.hs:136:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘toNumOpt’
[12 of 15] Compiling Csound.Dynamic.Render.Pretty ( src/Csound/Dynamic/Render/Pretty.hs, dist/build/Csound/Dynamic/Render/Pretty.o )

src/Csound/Dynamic/Render/Pretty.hs:87:9: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic.Types’ at src/Csound/Dynamic/Render/Pretty.hs:11:1-27
      (and originally defined in ‘Csound.Dynamic.Types.Exp’
         at src/Csound/Dynamic/Types/Exp.hs:264:7-11)
[13 of 15] Compiling Csound.Dynamic.Render.Instr ( src/Csound/Dynamic/Render/Instr.hs, dist/build/Csound/Dynamic/Render/Instr.o )

src/Csound/Dynamic/Render/Instr.hs:160:24: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns not matched:
            Starts
            (Seq _ _)
            (Ends _)
[14 of 15] Compiling Csound.Dynamic.Render ( src/Csound/Dynamic/Render.hs, dist/build/Csound/Dynamic/Render.o )
[15 of 15] Compiling Csound.Dynamic   ( src/Csound/Dynamic.hs, dist/build/Csound/Dynamic.o )
Running Haddock for csound-expression-dynamic-0.1.6...
Running hscolour for csound-expression-dynamic-0.1.6...
Preprocessing library csound-expression-dynamic-0.1.6...
Preprocessing library csound-expression-dynamic-0.1.6...

src/Csound/Dynamic/Types/Exp.hs:20: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/Csound/Dynamic/Types/Exp.hs:245:17: warning: [-Wname-shadowing]
    This binding for ‘x’ shadows the existing binding
      bound at src/Csound/Dynamic/Types/Exp.hs:239:20

src/Csound/Dynamic/Tfm/Liveness.hs:25:1: warning: [-Wtabs]
    Tab character found here, and in 67 further locations.
    Please use spaces instead.

src/Csound/Dynamic/Types/Dep.hs:12: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/Csound/Dynamic/Types/Dep.hs:69:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘end’

src/Csound/Dynamic/Types/Dep.hs:93:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘emptyE’

src/Csound/Dynamic/Build.hs:200:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘gInit’

src/Csound/Dynamic/Build.hs:203:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘gInitDouble’

src/Csound/Dynamic/Build/Numeric.hs:8: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/Csound/Dynamic/Types/CsdFile.hs:8:1: warning: [-Wunused-imports]
    The import of ‘Csound.Dynamic.Build.Numeric’ is redundant
      except perhaps to import instances from ‘Csound.Dynamic.Build.Numeric’
    To import instances alone, use: import Csound.Dynamic.Build.Numeric()

src/Csound/Dynamic/Build/Logic.hs:133:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘fromBoolOpt’

src/Csound/Dynamic/Build/Logic.hs:136:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘toNumOpt’

src/Csound/Dynamic/Render/Pretty.hs:87:9: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic.Types’ at src/Csound/Dynamic/Render/Pretty.hs:11:1-27
      (and originally defined in ‘Csound.Dynamic.Types.Exp’
         at src/Csound/Dynamic/Types/Exp.hs:264:7-11)
Haddock coverage:
  32% (  7 / 22) in 'Csound.Dynamic.Types.Flags'
  Missing documentation for:
    Flags (src/Csound/Dynamic/Types/Flags.hs:38)
    AudioFileOutput (src/Csound/Dynamic/Types/Flags.hs:69)
    FormatHeader (src/Csound/Dynamic/Types/Flags.hs:92)
    FormatSamples (src/Csound/Dynamic/Types/Flags.hs:94)
    FormatType (src/Csound/Dynamic/Types/Flags.hs:102)
    Dither (src/Csound/Dynamic/Types/Flags.hs:99)
    IdTags (src/Csound/Dynamic/Types/Flags.hs:111)
    Rtaudio (src/Csound/Dynamic/Types/Flags.hs:134)
    PulseAudio (src/Csound/Dynamic/Types/Flags.hs:143)
    MidiIO (src/Csound/Dynamic/Types/Flags.hs:150)
    MidiRT (src/Csound/Dynamic/Types/Flags.hs:171)
    Rtmidi (src/Csound/Dynamic/Types/Flags.hs:197)
    Displays (src/Csound/Dynamic/Types/Flags.hs:201)
    DisplayMode (src/Csound/Dynamic/Types/Flags.hs:216)
    Config (src/Csound/Dynamic/Types/Flags.hs:244)
  33% (  2 /  6) in 'Csound.Dynamic.Tfm.DeduceTypes'
  Missing documentation for:
    Module header
    TypeGraph (src/Csound/Dynamic/Tfm/DeduceTypes.hs:62)
    Convert (src/Csound/Dynamic/Tfm/DeduceTypes.hs:52)
    Stmt (src/Csound/Dynamic/Tfm/DeduceTypes.hs:49)
   0% (  0 /  4) in 'Csound.Dynamic.Tfm.UnfoldMultiOuts'
  Missing documentation for:
    Module header
    unfoldMultiOuts (src/Csound/Dynamic/Tfm/UnfoldMultiOuts.hs:39)
    UnfoldMultiOuts (src/Csound/Dynamic/Tfm/UnfoldMultiOuts.hs:35)
    Selector (src/Csound/Dynamic/Tfm/UnfoldMultiOuts.hs:31)
  33% ( 15 / 45) in 'Csound.Dynamic.Types.Exp'
  Missing documentation for:
    RatedExp (src/Csound/Dynamic/Types/Exp.hs:64)
    isEmptyExp (src/Csound/Dynamic/Types/Exp.hs:172)
    ratedExp (src/Csound/Dynamic/Types/Exp.hs:90)
    noRate (src/Csound/Dynamic/Types/Exp.hs:93)
    withRate (src/Csound/Dynamic/Types/Exp.hs:96)
    setRate (src/Csound/Dynamic/Types/Exp.hs:101)
    Exp (src/Csound/Dynamic/Types/Exp.hs:133)
    MainExp (src/Csound/Dynamic/Types/Exp.hs:136)
    Name (src/Csound/Dynamic/Types/Exp.hs:35)
    VarType (src/Csound/Dynamic/Types/Exp.hs:188)
    Var (src/Csound/Dynamic/Types/Exp.hs:177)
    Info (src/Csound/Dynamic/Types/Exp.hs:192)
    OpcFixity (src/Csound/Dynamic/Types/Exp.hs:207)
    Signature (src/Csound/Dynamic/Types/Exp.hs:227)
    isInfix (src/Csound/Dynamic/Types/Exp.hs:201)
    isPrefix (src/Csound/Dynamic/Types/Exp.hs:201)
    Prim (src/Csound/Dynamic/Types/Exp.hs:248)
    Gen (src/Csound/Dynamic/Types/Exp.hs:262)
    GenId (src/Csound/Dynamic/Types/Exp.hs:269)
    Inline (src/Csound/Dynamic/Types/Exp.hs:278)
    InlineExp (src/Csound/Dynamic/Types/Exp.hs:287)
    PreInline (src/Csound/Dynamic/Types/Exp.hs:293)
    BoolExp (src/Csound/Dynamic/Types/Exp.hs:298)
    CondInfo (src/Csound/Dynamic/Types/Exp.hs:299)
    CondOp (src/Csound/Dynamic/Types/Exp.hs:302)
    isTrue (src/Csound/Dynamic/Types/Exp.hs:307)
    isFalse (src/Csound/Dynamic/Types/Exp.hs:307)
    NumExp (src/Csound/Dynamic/Types/Exp.hs:322)
    NumOp (src/Csound/Dynamic/Types/Exp.hs:324)
    Note (src/Csound/Dynamic/Types/Exp.hs:273)
   0% (  0 /  2) in 'Csound.Dynamic.Tfm.Liveness'
  Missing documentation for:
    Module header
    liveness (src/Csound/Dynamic/Tfm/Liveness.hs:23)
  20% (  4 / 20) in 'Csound.Dynamic.Types.Dep'
  Missing documentation for:
    LocalHistory (src/Csound/Dynamic/Types/Dep.hs:29)
    runDepT (src/Csound/Dynamic/Types/Dep.hs:51)
    execDepT (src/Csound/Dynamic/Types/Dep.hs:57)
    evalDepT (src/Csound/Dynamic/Types/Dep.hs:54)
    depT (src/Csound/Dynamic/Types/Dep.hs:71)
    depT_ (src/Csound/Dynamic/Types/Dep.hs:80)
    mdepT (src/Csound/Dynamic/Types/Dep.hs:83)
    stripDepT (src/Csound/Dynamic/Types/Dep.hs:86)
    stmtOnlyT (src/Csound/Dynamic/Types/Dep.hs:89)
    newLocalVar (src/Csound/Dynamic/Types/Dep.hs:103)
    newLocalVars (src/Csound/Dynamic/Types/Dep.hs:97)
    writeVar (src/Csound/Dynamic/Types/Dep.hs:121)
    readVar (src/Csound/Dynamic/Types/Dep.hs:124)
    readOnlyVar (src/Csound/Dynamic/Types/Dep.hs:127)
    initVar (src/Csound/Dynamic/Types/Dep.hs:130)
    appendVarBy (src/Csound/Dynamic/Types/Dep.hs:133)
  25% ( 12 / 48) in 'Csound.Dynamic.Build'
  Missing documentation for:
    Module header
    toExp (src/Csound/Dynamic/Build.hs:173)
    onExp (src/Csound/Dynamic/Build.hs:177)
    getRates (src/Csound/Dynamic/Build.hs:154)
    isMultiOutSignature (src/Csound/Dynamic/Build.hs:161)
    getPrimUnsafe (src/Csound/Dynamic/Build.hs:166)
    prim (src/Csound/Dynamic/Build.hs:37)
    opcPrefix (src/Csound/Dynamic/Build.hs:40)
    oprPrefix (src/Csound/Dynamic/Build.hs:43)
    oprInfix (src/Csound/Dynamic/Build.hs:46)
    numExp1 (src/Csound/Dynamic/Build.hs:123)
    numExp2 (src/Csound/Dynamic/Build.hs:126)
    tfm (src/Csound/Dynamic/Build.hs:49)
    tfmNoInlineArgs (src/Csound/Dynamic/Build.hs:59)
    pn (src/Csound/Dynamic/Build.hs:62)
    withInits (src/Csound/Dynamic/Build.hs:65)
    verbatim (src/Csound/Dynamic/Build.hs:86)
    instrIdE (src/Csound/Dynamic/Build.hs:89)
    Spec1 (src/Csound/Dynamic/Build.hs:100)
    spec1 (src/Csound/Dynamic/Build.hs:102)
    opcs (src/Csound/Dynamic/Build.hs:105)
    opcsNoInlineArgs (src/Csound/Dynamic/Build.hs:108)
    opr1 (src/Csound/Dynamic/Build.hs:111)
    opr1k (src/Csound/Dynamic/Build.hs:117)
    infOpr (src/Csound/Dynamic/Build.hs:120)
    oprBy (src/Csound/Dynamic/Build.hs:114)
    Specs (src/Csound/Dynamic/Build.hs:132)
    specs (src/Csound/Dynamic/Build.hs:134)
    mopcs (src/Csound/Dynamic/Build.hs:137)
    mo (src/Csound/Dynamic/Build.hs:140)
    setSr (src/Csound/Dynamic/Build.hs:185)
    setKsmps (src/Csound/Dynamic/Build.hs:185)
    setNchnls (src/Csound/Dynamic/Build.hs:185)
    setNchnls_i (src/Csound/Dynamic/Build.hs:185)
    setKr (src/Csound/Dynamic/Build.hs:185)
    setZeroDbfs (src/Csound/Dynamic/Build.hs:187)
  17% (  1 /  6) in 'Csound.Dynamic.Build.Numeric'
  Missing documentation for:
    ceilE (src/Csound/Dynamic/Build/Numeric.hs:152)
    floorE (src/Csound/Dynamic/Build/Numeric.hs:152)
    roundE (src/Csound/Dynamic/Build/Numeric.hs:152)
    intE (src/Csound/Dynamic/Build/Numeric.hs:152)
    fracE (src/Csound/Dynamic/Build/Numeric.hs:152)
  14% (  2 / 14) in 'Csound.Dynamic.Types.CsdFile'
  Missing documentation for:
    Csd (src/Csound/Dynamic/Types/CsdFile.hs:12)
    Flags (src/Csound/Dynamic/Types/Flags.hs:38)
    Orc (src/Csound/Dynamic/Types/CsdFile.hs:18)
    Sco (src/Csound/Dynamic/Types/CsdFile.hs:30)
    Instr (src/Csound/Dynamic/Types/CsdFile.hs:25)
    InstrBody (src/Csound/Dynamic/Types/CsdFile.hs:23)
    csdEventStart (src/Csound/Dynamic/Types/CsdFile.hs:53)
    csdEventDur (src/Csound/Dynamic/Types/CsdFile.hs:54)
    csdEventContent (src/Csound/Dynamic/Types/CsdFile.hs:55)
    csdEventTotalDur (src/Csound/Dynamic/Types/CsdFile.hs:61)
    intInstr (src/Csound/Dynamic/Types/CsdFile.hs:38)
    alwaysOn (src/Csound/Dynamic/Types/CsdFile.hs:44)
  80% (  4 /  5) in 'Csound.Dynamic.Types'
  Missing documentation for:
    Module header
  11% (  1 /  9) in 'Csound.Dynamic.Build.Logic'
  Missing documentation for:
    when1 (src/Csound/Dynamic/Build/Logic.hs:21)
    whens (src/Csound/Dynamic/Build/Logic.hs:27)
    ifBegin (src/Csound/Dynamic/Build/Logic.hs:39)
    ifEnd (src/Csound/Dynamic/Build/Logic.hs:45)
    elseBegin (src/Csound/Dynamic/Build/Logic.hs:42)
    untilDo (src/Csound/Dynamic/Build/Logic.hs:48)
    untilBegin (src/Csound/Dynamic/Build/Logic.hs:54)
    untilEnd (src/Csound/Dynamic/Build/Logic.hs:57)
  11% (  1 /  9) in 'Csound.Dynamic.Render.Pretty'
  Missing documentation for:
    Module header
    vcatSep (src/Csound/Dynamic/Render/Pretty.hs:13)
    ppCsdFile (src/Csound/Dynamic/Render/Pretty.hs:30)
    ppGen (src/Csound/Dynamic/Render/Pretty.hs:77)
    ppNotes (src/Csound/Dynamic/Render/Pretty.hs:43)
    ppInstr (src/Csound/Dynamic/Render/Pretty.hs:91)
    ppStmt (src/Csound/Dynamic/Render/Pretty.hs:111)
    ppTotalDur (src/Csound/Dynamic/Render/Pretty.hs:259)
   0% (  0 /  3) in 'Csound.Dynamic.Render.Instr'
  Missing documentation for:
    Module header
    renderInstr (src/Csound/Dynamic/Render/Instr.hs:26)
    renderInstrBody (src/Csound/Dynamic/Render/Instr.hs:29)
   0% (  0 /  2) in 'Csound.Dynamic.Render'
  Missing documentation for:
    Module header
    renderCsd (src/Csound/Dynamic/Render.hs:11)
 100% ( 10 / 10) in 'Csound.Dynamic'
Warning: Csound.Dynamic.Types.Exp: could not find link destinations for:
    LineNum Var
Warning: Csound.Dynamic.Build.Logic: could not find link destinations for:
    ~
Documentation created: dist/doc/html/csound-expression-dynamic/index.html,
dist/doc/html/csound-expression-dynamic/csound-expression-dynamic.txt
Creating package registration file:
/tmp/pkgConf-csound-expression-dynamic-0.15034587931925473439.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/csound-expression-dynamic-0.1.6-7DThflCFq3xBt9jeOFhDLk
Registering csound-expression-dynamic-0.1.6...
cabal: Leaving directory '/tmp/cabal-tmp-9986/csound-expression-dynamic-0.1.6'
Installed csound-expression-dynamic-0.1.6
cabal: Entering directory '/tmp/cabal-tmp-9986/csound-expression-typed-0.0.9.3'
Configuring csound-expression-typed-0.0.9.3...
Building csound-expression-typed-0.0.9.3...
Preprocessing library csound-expression-typed-0.0.9.3...
[ 1 of 38] Compiling Paths_csound_expression_typed ( dist/build/autogen/Paths_csound_expression_typed.hs, dist/build/Paths_csound_expression_typed.o )
[ 2 of 38] Compiling Csound.Typed.Types.TupleHelpers ( src/Csound/Typed/Types/TupleHelpers.hs, dist/build/Csound/Typed/Types/TupleHelpers.o )
[ 3 of 38] Compiling Csound.Typed.Lib.StableMaps.Dynamic ( src/Csound/Typed/Lib/StableMaps/Dynamic.hs, dist/build/Csound/Typed/Lib/StableMaps/Dynamic.o )
[ 4 of 38] Compiling Csound.Typed.Lib.StableMaps.Dynamic.Map ( src/Csound/Typed/Lib/StableMaps/Dynamic/Map.hs, dist/build/Csound/Typed/Lib/StableMaps/Dynamic/Map.o )
[ 5 of 38] Compiling Csound.Typed.Gui.BoxModel ( src/Csound/Typed/Gui/BoxModel.hs, dist/build/Csound/Typed/Gui/BoxModel.o )

src/Csound/Typed/Gui/BoxModel.hs:12: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()
[ 6 of 38] Compiling Csound.Typed.GlobalState.Options ( src/Csound/Typed/GlobalState/Options.hs, dist/build/Csound/Typed/GlobalState/Options.o )
[ 7 of 38] Compiling Csound.Typed.GlobalState.Opcodes ( src/Csound/Typed/GlobalState/Opcodes.hs, dist/build/Csound/Typed/GlobalState/Opcodes.o )

src/Csound/Typed/GlobalState/Opcodes.hs:297:8: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Typed/GlobalState/Opcodes.hs:43:1-21
      (and originally defined in ‘Csound.Dynamic.Types.Exp’)

src/Csound/Typed/GlobalState/Opcodes.hs:308:9: warning: [-Wname-shadowing]
    This binding for ‘port’ shadows the existing binding
      defined at src/Csound/Typed/GlobalState/Opcodes.hs:385:1

src/Csound/Typed/GlobalState/Opcodes.hs:379:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘active’

src/Csound/Typed/GlobalState/Opcodes.hs:392:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      getPair :: Num t1 => (t1 -> [t]) -> (t, t)
[ 8 of 38] Compiling Csound.Typed.GlobalState.Elements ( src/Csound/Typed/GlobalState/Elements.hs, dist/build/Csound/Typed/GlobalState/Elements.o )

src/Csound/Typed/GlobalState/Elements.hs:434:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      tabQueuePlugin :: UdoPlugin

src/Csound/Typed/GlobalState/Elements.hs:435:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      tabQueue2Plugin :: UdoPlugin
[ 9 of 38] Compiling Csound.Typed.GlobalState.Cache ( src/Csound/Typed/GlobalState/Cache.hs, dist/build/Csound/Typed/GlobalState/Cache.o )
[10 of 38] Compiling Csound.Typed.Constants ( src/Csound/Typed/Constants.hs, dist/build/Csound/Typed/Constants.o )

src/Csound/Typed/Constants.hs:2:1: warning: [-Wtabs]
    Tab character found here.
    Please use spaces instead.
[11 of 38] Compiling Csound.Typed.Gui.Gui ( src/Csound/Typed/Gui/Gui.hs, dist/build/Csound/Typed/Gui/Gui.o )
[12 of 38] Compiling Csound.Typed.GlobalState.GE ( src/Csound/Typed/GlobalState/GE.hs, dist/build/Csound/Typed/GlobalState/GE.o )

src/Csound/Typed/GlobalState/GE.hs:175:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      onGenMap :: State GenMap b -> GE b

src/Csound/Typed/GlobalState/GE.hs:183:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      onWriteGenMap :: State WriteGenMap b -> GE b
[13 of 38] Compiling Csound.Typed.GlobalState.SE ( src/Csound/Typed/GlobalState/SE.hs, dist/build/Csound/Typed/GlobalState/SE.o )

src/Csound/Typed/GlobalState/SE.hs:8: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()
[14 of 38] Compiling Csound.Typed.Types.Prim ( src/Csound/Typed/Types/Prim.hs, dist/build/Csound/Typed/Types/Prim.o )

src/Csound/Typed/Types/Prim.hs:38: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/Csound/Typed/Types/Prim.hs:46:1: warning: [-Wunused-imports]
    The qualified import of ‘D.int’
    from module ‘Csound.Dynamic’ is redundant

src/Csound/Typed/Types/Prim.hs:234:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      skipNormGenId :: GenId -> GenId

src/Csound/Typed/Types/Prim.hs:243:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      normGenId :: GenId -> GenId

src/Csound/Typed/Types/Prim.hs:246:15: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Typed/Types/Prim.hs:45:1-119
      (and originally defined in ‘Csound.Dynamic.Types.Exp’)

src/Csound/Typed/Types/Prim.hs:268:20: warning: [-Wname-shadowing]
    This binding for ‘xs’ shadows the existing binding
      bound at src/Csound/Typed/Types/Prim.hs:266:9

src/Csound/Typed/Types/Prim.hs:562:21: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Typed/Types/Prim.hs:43:1-19

src/Csound/Typed/Types/Prim.hs:567:19: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Typed/Types/Prim.hs:43:1-19

src/Csound/Typed/Types/Prim.hs:572:19: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Typed/Types/Prim.hs:43:1-19

src/Csound/Typed/Types/Prim.hs:577:19: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Typed/Types/Prim.hs:43:1-19

src/Csound/Typed/Types/Prim.hs:582:19: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Typed/Types/Prim.hs:43:1-19
[15 of 38] Compiling Csound.Typed.Types.Tuple ( src/Csound/Typed/Types/Tuple.hs, dist/build/Csound/Typed/Types/Tuple.o )
[16 of 38] Compiling Csound.Typed.Control.Ref ( src/Csound/Typed/Control/Ref.hs, dist/build/Csound/Typed/Control/Ref.o )

src/Csound/Typed/Control/Ref.hs:7:1: warning: [-Wunused-imports]
    The import of ‘Control.DeepSeq’ is redundant
      except perhaps to import instances from ‘Control.DeepSeq’
    To import instances alone, use: import Control.DeepSeq()

src/Csound/Typed/Control/Ref.hs:49:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      toCtrlRate :: Rate -> Rate

src/Csound/Typed/Control/Ref.hs:138:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘ftgenonce’
[17 of 38] Compiling Csound.Typed.Types.MixSco ( src/Csound/Typed/Types/MixSco.hs, dist/build/Csound/Typed/Types/MixSco.o )

src/Csound/Typed/Types/MixSco.hs:75:17: warning: [-Wname-shadowing]
    This binding for ‘notes’ shadows the existing binding
      imported from ‘Csound.Typed.GlobalState.GE’ at src/Csound/Typed/Types/MixSco.hs:12:1-34
      (and originally defined
         at src/Csound/Typed/GlobalState/GE.hs:111:7-11)
[18 of 38] Compiling Csound.Typed.GlobalState.Instr ( src/Csound/Typed/GlobalState/Instr.hs, dist/build/Csound/Typed/GlobalState/Instr.o )

src/Csound/Typed/GlobalState/Instr.hs:14:1: warning: [-Wunused-imports]
    The import of ‘Csound.Typed.GlobalState.Cache’ is redundant
      except perhaps to import instances from ‘Csound.Typed.GlobalState.Cache’
    To import instances alone, use: import Csound.Typed.GlobalState.Cache()
[19 of 38] Compiling Csound.Typed.GlobalState ( src/Csound/Typed/GlobalState.hs, dist/build/Csound/Typed/GlobalState.o )
[20 of 38] Compiling Csound.Typed.Types.Evt ( src/Csound/Typed/Types/Evt.hs, dist/build/Csound/Typed/Types/Evt.o )

src/Csound/Typed/Types/Evt.hs:9: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()
[21 of 38] Compiling Csound.Typed.Types.Lift ( src/Csound/Typed/Types/Lift.hs, dist/build/Csound/Typed/Types/Lift.o )

src/Csound/Typed/Types/Lift.hs:22: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()
[22 of 38] Compiling Csound.Typed.Types ( src/Csound/Typed/Types.hs, dist/build/Csound/Typed/Types.o )
[23 of 38] Compiling Csound.Typed.Control.Channel ( src/Csound/Typed/Control/Channel.hs, dist/build/Csound/Typed/Control/Channel.o )
[24 of 38] Compiling Csound.Typed.Control.Instr ( src/Csound/Typed/Control/Instr.hs, dist/build/Csound/Typed/Control/Instr.o )
[25 of 38] Compiling Csound.Typed.Control.Midi ( src/Csound/Typed/Control/Midi.hs, dist/build/Csound/Typed/Control/Midi.o )

src/Csound/Typed/Control/Midi.hs:9:1: warning: [-Wunused-imports]
    The import of ‘System.Mem.StableName’ is redundant
      except perhaps to import instances from ‘System.Mem.StableName’
    To import instances alone, use: import System.Mem.StableName()

src/Csound/Typed/Control/Midi.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()

src/Csound/Typed/Control/Midi.hs:13:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad.IO.Class’ is redundant
      except perhaps to import instances from ‘Control.Monad.IO.Class’
    To import instances alone, use: import Control.Monad.IO.Class()

src/Csound/Typed/Control/Midi.hs:19:1: warning: [-Wunused-imports]
    The import of ‘Csound.Typed.Control.Instr’ is redundant
      except perhaps to import instances from ‘Csound.Typed.Control.Instr’
    To import instances alone, use: import Csound.Typed.Control.Instr()
[26 of 38] Compiling Csound.Typed.Control.Mix ( src/Csound/Typed/Control/Mix.hs, dist/build/Csound/Typed/Control/Mix.o )

src/Csound/Typed/Control/Mix.hs:6:10: warning: [-Wdodgy-exports]
    The export item ‘CsdEventList(..)’ suggests that
    ‘CsdEventList’ has (in-scope) constructors or class methods,
    but it has none

src/Csound/Typed/Control/Mix.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/Csound/Typed/Control/Mix.hs:11:1: warning: [-Wunused-imports]
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()

src/Csound/Typed/Control/Mix.hs:17:1: warning: [-Wunused-imports]
    The qualified import of ‘Csound.Typed.GlobalState.Elements’ is redundant
      except perhaps to import instances from ‘Csound.Typed.GlobalState.Elements’
    To import instances alone, use: import Csound.Typed.GlobalState.Elements()
[27 of 38] Compiling Csound.Typed.Control.Evt ( src/Csound/Typed/Control/Evt.hs, dist/build/Csound/Typed/Control/Evt.o )

src/Csound/Typed/Control/Evt.hs:37:11: warning: [-Wunused-local-binds]
    Defined but not used: ‘unEvt’

src/Csound/Typed/Control/Evt.hs:121:33: warning: [-Wname-shadowing]
    This binding for ‘instrs’ shadows the existing binding
      imported from ‘Csound.Typed.GlobalState’ at src/Csound/Typed/Control/Evt.hs:21:1-31
      (and originally defined in ‘Csound.Typed.GlobalState.GE’
         at src/Csound/Typed/GlobalState/GE.hs:104:7-12)

src/Csound/Typed/Control/Evt.hs:142:21: warning: [-Wname-shadowing]
    This binding for ‘evts’ shadows the existing binding
      bound at src/Csound/Typed/Control/Evt.hs:121:40

src/Csound/Typed/Control/Evt.hs:183:27: warning: [-Wunused-matches]
    Defined but not used: ‘aliveCountRef’

src/Csound/Typed/Control/Evt.hs:184:30: warning: [-Wunused-matches]
    Defined but not used: ‘es’

src/Csound/Typed/Control/Evt.hs:207:9: warning: [-Wunused-local-binds]
    Defined but not used: ‘startEvtInstr’

src/Csound/Typed/Control/Evt.hs:258:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘evtKey’

src/Csound/Typed/Control/Evt.hs:266:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘samNext’

src/Csound/Typed/Control/Evt.hs:269:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘samLoop’
[28 of 38] Compiling Csound.Typed.Control.Osc ( src/Csound/Typed/Control/Osc.hs, dist/build/Csound/Typed/Control/Osc.o )
[29 of 38] Compiling Csound.Typed.Control.Sf2 ( src/Csound/Typed/Control/Sf2.hs, dist/build/Csound/Typed/Control/Sf2.o )
[30 of 38] Compiling Csound.Typed.Control.Vco ( src/Csound/Typed/Control/Vco.hs, dist/build/Csound/Typed/Control/Vco.o )
[31 of 38] Compiling Csound.Typed.Misc ( src/Csound/Typed/Misc.hs, dist/build/Csound/Typed/Misc.o )
[32 of 38] Compiling Csound.Typed.Plugins.TabQueue ( src/Csound/Typed/Plugins/TabQueue.hs, dist/build/Csound/Typed/Plugins/TabQueue.o )

src/Csound/Typed/Plugins/TabQueue.hs:23:13: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:20:18

src/Csound/Typed/Plugins/TabQueue.hs:23:17: warning: [-Wname-shadowing]
    This binding for ‘pch’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:20:23

src/Csound/Typed/Plugins/TabQueue.hs:23:21: warning: [-Wname-shadowing]
    This binding for ‘vol’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:20:28

src/Csound/Typed/Plugins/TabQueue.hs:32:13: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:29:18

src/Csound/Typed/Plugins/TabQueue.hs:32:17: warning: [-Wname-shadowing]
    This binding for ‘pch’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:29:22

src/Csound/Typed/Plugins/TabQueue.hs:42:13: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:39:24

src/Csound/Typed/Plugins/TabQueue.hs:48:13: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:45:27
[33 of 38] Compiling Csound.Typed.Control.Api ( src/Csound/Typed/Control/Api.hs, dist/build/Csound/Typed/Control/Api.o )

src/Csound/Typed/Control/Api.hs:13:1: warning: [-Wunused-imports]
    The import of ‘>*’ from module ‘Data.Boolean’ is redundant

src/Csound/Typed/Control/Api.hs:103:5: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      defined at src/Csound/Typed/Control/Api.hs:177:1

src/Csound/Typed/Control/Api.hs:118:17: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      defined at src/Csound/Typed/Control/Api.hs:177:1

src/Csound/Typed/Control/Api.hs:118:27: warning: [-Wunused-matches]
    Defined but not used: ‘vol’

src/Csound/Typed/Control/Api.hs:157:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘tabw’

src/Csound/Typed/Control/Api.hs:177:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘tab’
[34 of 38] Compiling Csound.Typed.Control ( src/Csound/Typed/Control.hs, dist/build/Csound/Typed/Control.o )
[35 of 38] Compiling Csound.Typed.Gui.Widget ( src/Csound/Typed/Gui/Widget.hs, dist/build/Csound/Typed/Gui/Widget.o )

src/Csound/Typed/Gui/Widget.hs:23: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/Csound/Typed/Gui/Widget.hs:28: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/Csound/Typed/Gui/Widget.hs:33:1: warning: [-Wunused-imports]
    The qualified import of ‘Csound.Typed.GlobalState.Opcodes’ is redundant
      except perhaps to import instances from ‘Csound.Typed.GlobalState.Opcodes’
    To import instances alone, use: import Csound.Typed.GlobalState.Opcodes()
[36 of 38] Compiling Csound.Typed.Gui ( src/Csound/Typed/Gui.hs, dist/build/Csound/Typed/Gui.o )
[37 of 38] Compiling Csound.Typed.Render ( src/Csound/Typed/Render.hs, dist/build/Csound/Typed/Render.o )

src/Csound/Typed/Render.hs:14: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()
[38 of 38] Compiling Csound.Typed     ( src/Csound/Typed.hs, dist/build/Csound/Typed.o )
Running Haddock for csound-expression-typed-0.0.9.3...
Running hscolour for csound-expression-typed-0.0.9.3...
Preprocessing library csound-expression-typed-0.0.9.3...
Preprocessing library csound-expression-typed-0.0.9.3...

src/Csound/Typed/Gui/BoxModel.hs:12: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/Csound/Typed/GlobalState/Opcodes.hs:297:8: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Typed/GlobalState/Opcodes.hs:43:1-21
      (and originally defined in ‘Csound.Dynamic.Types.Exp’)

src/Csound/Typed/GlobalState/Opcodes.hs:308:9: warning: [-Wname-shadowing]
    This binding for ‘port’ shadows the existing binding
      defined at src/Csound/Typed/GlobalState/Opcodes.hs:385:1

src/Csound/Typed/GlobalState/Opcodes.hs:379:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘active’

src/Csound/Typed/GlobalState/Opcodes.hs:392:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      getPair :: Num t1 => (t1 -> [t]) -> (t, t)
Haddock coverage:
   0% (  0 /  8) in 'Paths_csound_expression_typed'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_csound_expression_typed.hs:28)
    getBinDir (dist/build/autogen/Paths_csound_expression_typed.hs:38)
    getLibDir (dist/build/autogen/Paths_csound_expression_typed.hs:38)
    getDataDir (dist/build/autogen/Paths_csound_expression_typed.hs:38)
    getLibexecDir (dist/build/autogen/Paths_csound_expression_typed.hs:38)
    getDataFileName (dist/build/autogen/Paths_csound_expression_typed.hs:45)
    getSysconfDir (dist/build/autogen/Paths_csound_expression_typed.hs:38)
   0% (  0 / 13) in 'Csound.Typed.Types.TupleHelpers'
  Missing documentation for:
    Module header
    cons3 (src/Csound/Typed/Types/TupleHelpers.hs:3)
    cons4 (src/Csound/Typed/Types/TupleHelpers.hs:4)
    cons5 (src/Csound/Typed/Types/TupleHelpers.hs:5)
    cons6 (src/Csound/Typed/Types/TupleHelpers.hs:6)
    cons7 (src/Csound/Typed/Types/TupleHelpers.hs:7)
    cons8 (src/Csound/Typed/Types/TupleHelpers.hs:8)
    split3 (src/Csound/Typed/Types/TupleHelpers.hs:17)
    split4 (src/Csound/Typed/Types/TupleHelpers.hs:18)
    split5 (src/Csound/Typed/Types/TupleHelpers.hs:19)
    split6 (src/Csound/Typed/Types/TupleHelpers.hs:20)
    split7 (src/Csound/Typed/Types/TupleHelpers.hs:21)
    split8 (src/Csound/Typed/Types/TupleHelpers.hs:22)
  80% (  4 /  5) in 'Csound.Typed.Lib.StableMaps.Dynamic'
  Missing documentation for:
    wrapStableName (src/Csound/Typed/Lib/StableMaps/Dynamic.hs:76)
  31% (  4 / 13) in 'Csound.Typed.Lib.StableMaps.Dynamic.Map'
  Missing documentation for:
    Module header
    Map (src/Csound/Typed/Lib/StableMaps/Dynamic/Map.hs:26)
    empty (src/Csound/Typed/Lib/StableMaps/Dynamic/Map.hs:28)
    null (src/Csound/Typed/Lib/StableMaps/Dynamic/Map.hs:31)
    singleton (src/Csound/Typed/Lib/StableMaps/Dynamic/Map.hs:34)
    member (src/Csound/Typed/Lib/StableMaps/Dynamic/Map.hs:37)
    notMember (src/Csound/Typed/Lib/StableMaps/Dynamic/Map.hs:42)
    insert (src/Csound/Typed/Lib/StableMaps/Dynamic/Map.hs:45)
    find (src/Csound/Typed/Lib/StableMaps/Dynamic/Map.hs:79)
   6% (  1 / 17) in 'Csound.Typed.Gui.BoxModel'
  Missing documentation for:
    Module header
    Offset (src/Csound/Typed/Gui/BoxModel.hs:76)
    AbsScene (src/Csound/Typed/Gui/BoxModel.hs:33)
    Scene (src/Csound/Typed/Gui/BoxModel.hs:50)
    draw (src/Csound/Typed/Gui/BoxModel.hs:113)
    hor (src/Csound/Typed/Gui/BoxModel.hs:91)
    ver (src/Csound/Typed/Gui/BoxModel.hs:91)
    sca (src/Csound/Typed/Gui/BoxModel.hs:95)
    margin (src/Csound/Typed/Gui/BoxModel.hs:96)
    padding (src/Csound/Typed/Gui/BoxModel.hs:96)
    space (src/Csound/Typed/Gui/BoxModel.hs:92)
    prim (src/Csound/Typed/Gui/BoxModel.hs:93)
    appendContext (src/Csound/Typed/Gui/BoxModel.hs:86)
    cascade (src/Csound/Typed/Gui/BoxModel.hs:165)
    boundingRect (src/Csound/Typed/Gui/BoxModel.hs:185)
    zeroRect (src/Csound/Typed/Gui/BoxModel.hs:182)
  21% (  8 / 39) in 'Csound.Typed.GlobalState.Options'
  Missing documentation for:
    Module header
    defGain (src/Csound/Typed/GlobalState/Options.hs:52)
    defSampleRate (src/Csound/Typed/GlobalState/Options.hs:55)
    defBlockSize (src/Csound/Typed/GlobalState/Options.hs:58)
    defTabFi (src/Csound/Typed/GlobalState/Options.hs:61)
    idWavs (src/Csound/Typed/GlobalState/Options.hs:99)
    idMp3s (src/Csound/Typed/GlobalState/Options.hs:99)
    idDoubles (src/Csound/Typed/GlobalState/Options.hs:99)
    idSines (src/Csound/Typed/GlobalState/Options.hs:99)
    idSines3 (src/Csound/Typed/GlobalState/Options.hs:99)
    idSines2 (src/Csound/Typed/GlobalState/Options.hs:99)
    idPartials (src/Csound/Typed/GlobalState/Options.hs:99)
    idSines4 (src/Csound/Typed/GlobalState/Options.hs:99)
    idBuzzes (src/Csound/Typed/GlobalState/Options.hs:99)
    idConsts (src/Csound/Typed/GlobalState/Options.hs:99)
    idLins (src/Csound/Typed/GlobalState/Options.hs:99)
    idCubes (src/Csound/Typed/GlobalState/Options.hs:99)
    idExps (src/Csound/Typed/GlobalState/Options.hs:99)
    idSplines (src/Csound/Typed/GlobalState/Options.hs:99)
    idStartEnds (src/Csound/Typed/GlobalState/Options.hs:99)
    idPolys (src/Csound/Typed/GlobalState/Options.hs:99)
    idChebs1 (src/Csound/Typed/GlobalState/Options.hs:99)
    idChebs2 (src/Csound/Typed/GlobalState/Options.hs:99)
    idBessels (src/Csound/Typed/GlobalState/Options.hs:99)
    idWins (src/Csound/Typed/GlobalState/Options.hs:99)
    idPadsynth (src/Csound/Typed/GlobalState/Options.hs:129)
    idTanh (src/Csound/Typed/GlobalState/Options.hs:129)
    idExp (src/Csound/Typed/GlobalState/Options.hs:129)
    idSone (src/Csound/Typed/GlobalState/Options.hs:129)
    idFarey (src/Csound/Typed/GlobalState/Options.hs:129)
    idWave (src/Csound/Typed/GlobalState/Options.hs:129)
  21% ( 15 / 73) in 'Csound.Typed.GlobalState.Opcodes'
  Missing documentation for:
    Module header
    sprintf (src/Csound/Typed/GlobalState/Opcodes.hs:124)
    ChnRef (src/Csound/Typed/GlobalState/Opcodes.hs:47)
    chnRefFromParg (src/Csound/Typed/GlobalState/Opcodes.hs:51)
    chnRefAlloc (src/Csound/Typed/GlobalState/Opcodes.hs:54)
    readChn (src/Csound/Typed/GlobalState/Opcodes.hs:59)
    writeChn (src/Csound/Typed/GlobalState/Opcodes.hs:65)
    freeChn (src/Csound/Typed/GlobalState/Opcodes.hs:158)
    readChnEvtLoop (src/Csound/Typed/GlobalState/Opcodes.hs:109)
    chnUpdateUdo (src/Csound/Typed/GlobalState/Opcodes.hs:146)
    masterUpdateChnAlive (src/Csound/Typed/GlobalState/Opcodes.hs:77)
    servantUpdateChnAlive (src/Csound/Typed/GlobalState/Opcodes.hs:83)
    masterUpdateChnRetrig (src/Csound/Typed/GlobalState/Opcodes.hs:80)
    servantUpdateChnRetrig (src/Csound/Typed/GlobalState/Opcodes.hs:94)
    servantUpdateChnEvtLoop (src/Csound/Typed/GlobalState/Opcodes.hs:102)
    getRetrigVal (src/Csound/Typed/GlobalState/Opcodes.hs:91)
    Event (src/Csound/Typed/GlobalState/Opcodes.hs:166)
    event (src/Csound/Typed/GlobalState/Opcodes.hs:172)
    eventi (src/Csound/Typed/GlobalState/Opcodes.hs:175)
    event_i (src/Csound/Typed/GlobalState/Opcodes.hs:178)
    appendChn (src/Csound/Typed/GlobalState/Opcodes.hs:185)
    subinstr (src/Csound/Typed/GlobalState/Opcodes.hs:188)
    subinstr_ (src/Csound/Typed/GlobalState/Opcodes.hs:193)
    changed (src/Csound/Typed/GlobalState/Opcodes.hs:198)
    diff (src/Csound/Typed/GlobalState/Opcodes.hs:201)
    delay1 (src/Csound/Typed/GlobalState/Opcodes.hs:204)
    primInstrId (src/Csound/Typed/GlobalState/Opcodes.hs:163)
    out (src/Csound/Typed/GlobalState/Opcodes.hs:209)
    outs (src/Csound/Typed/GlobalState/Opcodes.hs:212)
    safeOut (src/Csound/Typed/GlobalState/Opcodes.hs:218)
    autoOff (src/Csound/Typed/GlobalState/Opcodes.hs:224)
    turnoff (src/Csound/Typed/GlobalState/Opcodes.hs:243)
    turnoff2 (src/Csound/Typed/GlobalState/Opcodes.hs:246)
    exitnow (src/Csound/Typed/GlobalState/Opcodes.hs:249)
    oscili (src/Csound/Typed/GlobalState/Opcodes.hs:273)
    oscilikt (src/Csound/Typed/GlobalState/Opcodes.hs:262)
    vco2ft (src/Csound/Typed/GlobalState/Opcodes.hs:284)
    vco2ift (src/Csound/Typed/GlobalState/Opcodes.hs:287)
    vco2init (src/Csound/Typed/GlobalState/Opcodes.hs:301)
    ftgen (src/Csound/Typed/GlobalState/Opcodes.hs:290)
    oscInit (src/Csound/Typed/GlobalState/Opcodes.hs:307)
    oscListen (src/Csound/Typed/GlobalState/Opcodes.hs:310)
    oscSend (src/Csound/Typed/GlobalState/Opcodes.hs:313)
    chnGet (src/Csound/Typed/GlobalState/Opcodes.hs:319)
    chnSet (src/Csound/Typed/GlobalState/Opcodes.hs:322)
    metro (src/Csound/Typed/GlobalState/Opcodes.hs:328)
    times (src/Csound/Typed/GlobalState/Opcodes.hs:334)
    fluidEngine (src/Csound/Typed/GlobalState/Opcodes.hs:340)
    fluidLoad (src/Csound/Typed/GlobalState/Opcodes.hs:343)
    fluidProgramSelect (src/Csound/Typed/GlobalState/Opcodes.hs:346)
    sfSetList (src/Csound/Typed/GlobalState/Opcodes.hs:362)
    midiVolumeFactor (src/Csound/Typed/GlobalState/Opcodes.hs:373)
    hrtfmove (src/Csound/Typed/GlobalState/Opcodes.hs:395)
    hrtfstat (src/Csound/Typed/GlobalState/Opcode
src/Csound/Typed/GlobalState/Elements.hs:434:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      tabQueuePlugin :: UdoPlugin

src/Csound/Typed/GlobalState/Elements.hs:435:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      tabQueue2Plugin :: UdoPlugin

src/Csound/Typed/Constants.hs:2:1: warning: [-Wtabs]
    Tab character found here.
    Please use spaces instead.

src/Csound/Typed/GlobalState/GE.hs:175:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      onGenMap :: State GenMap b -> GE b

src/Csound/Typed/GlobalState/GE.hs:183:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      onWriteGenMap :: State WriteGenMap b -> GE b
s.hs:398)
    tableK (src/Csound/Typed/GlobalState/Opcodes.hs:405)
    tableI (src/Csound/Typed/GlobalState/Opcodes.hs:408)
    port (src/Csound/Typed/GlobalState/Opcodes.hs:384)
    downsamp (src/Csound/Typed/GlobalState/Opcodes.hs:387)
  14% ( 10 / 74) in 'Csound.Typed.GlobalState.Elements'
  Missing documentation for:
    Module header
    IdMap (src/Csound/Typed/GlobalState/Elements.hs:52)
    saveId (src/Csound/Typed/GlobalState/Elements.hs:59)
    newIdMapId (src/Csound/Typed/GlobalState/Elements.hs:69)
    GenMap (src/Csound/Typed/GlobalState/Elements.hs:77)
    newGen (src/Csound/Typed/GlobalState/Elements.hs:79)
    newGenId (src/Csound/Typed/GlobalState/Elements.hs:96)
    nextGlobalGenCounter (src/Csound/Typed/GlobalState/Elements.hs:142)
    newTabOfGens (src/Csound/Typed/GlobalState/Elements.hs:82)
    WriteGenMap (src/Csound/Typed/GlobalState/Elements.hs:104)
    newWriteGen (src/Csound/Typed/GlobalState/Elements.hs:106)
    newWriteTab (src/Csound/Typed/GlobalState/Elements.hs:109)
    SfFluid (src/Csound/Typed/GlobalState/Elements.hs:147)
    SfSpec (src/Csound/Typed/GlobalState/Elements.hs:151)
    SfMap (src/Csound/Typed/GlobalState/Elements.hs:157)
    newSf (src/Csound/Typed/GlobalState/Elements.hs:159)
    sfVar (src/Csound/Typed/GlobalState/Elements.hs:162)
    renderSf (src/Csound/Typed/GlobalState/Elements.hs:171)
    BandLimited (src/Csound/Typed/GlobalState/Elements.hs:187)
    BandLimitedMap (src/Csound/Typed/GlobalState/Elements.hs:190)
    saveBandLimited (src/Csound/Typed/GlobalState/Elements.hs:192)
    renderBandLimited (src/Csound/Typed/GlobalState/Elements.hs:213)
    readBandLimited (src/Csound/Typed/GlobalState/Elements.hs:244)
    StringMap (src/Csound/Typed/GlobalState/Elements.hs:135)
    newString (src/Csound/Typed/GlobalState/Elements.hs:137)
    MidiType (src/Csound/Typed/GlobalState/Elements.hs:252)
    Channel (src/Csound/Typed/GlobalState/Elements.hs:250)
    MidiMap (src/Csound/Typed/GlobalState/Elements.hs:258)
    MidiKey (src/Csound/Typed/GlobalState/Elements.hs:255)
    saveMidiInstr (src/Csound/Typed/GlobalState/Elements.hs:260)
    Globals (src/Csound/Typed/GlobalState/Elements.hs:265)
    newPersistentGlobalVar (src/Csound/Typed/GlobalState/Elements.hs:289)
    newClearableGlobalVar (src/Csound/Typed/GlobalState/Elements.hs:292)
    renderGlobals (src/Csound/Typed/GlobalState/Elements.hs:295)
    Instrs (src/Csound/Typed/GlobalState/Elements.hs:306)
    saveInstr (src/Csound/Typed/GlobalState/Elements.hs:322)
    getInstrIds (src/Csound/Typed/GlobalState/Elements.hs:315)
    NamedInstrs (src/Csound/Typed/GlobalState/Elements.hs:367)
    saveNamedInstr (src/Csound/Typed/GlobalState/Elements.hs:372)
    InstrBody
    getIn (src/Csound/Typed/GlobalState/Elements.hs:378)
    sendOut (src/Csound/Typed/GlobalState/Elements.hs:393)
    sendChn (src/Csound/Typed/GlobalState/Elements.hs:417)
    sendGlobal (src/Csound/Typed/GlobalState/Elements.hs:412)
    chnPargId (src/Csound/Typed/GlobalState/Elements.hs:420)
    Event (src/Csound/Typed/GlobalState/Opcodes.hs:166)
    ChnRef (src/Csound/Typed/GlobalState/Opcodes.hs:47)
    chnRefFromParg (src/Csound/Typed/GlobalState/Opcodes.hs:51)
    chnRefAlloc (src/Csound/Typed/GlobalState/Opcodes.hs:54)
    readChn (src/Csound/Typed/GlobalState/Opcodes.hs:59)
    writeChn (src/Csound/Typed/GlobalState/Opcodes.hs:65)
    chnUpdateUdo (src/Csound/Typed/GlobalState/Opcodes.hs:146)
    subinstr (src/Csound/Typed/GlobalState/Opcodes.hs:188)
    subinstr_ (src/Csound/Typed/GlobalState/Opcodes.hs:193)
    event_i (src/Csound/Typed/GlobalState/Opcodes.hs:178)
    event (src/Csound/Typed/GlobalState/Opcodes.hs:172)
    safeOut (src/Csound/Typed/GlobalState/Opcodes.hs:218)
    autoOff (src/Csound/Typed/GlobalState/Opcodes.hs:224)
    changed (src/Csound/Typed/GlobalState/Opcodes.hs:198)
    UdoPlugin (src/Csound/Typed/GlobalState/Elements.hs:432)
    addUdoPlugin (src/Csound/Typed/GlobalState/Elements.hs:437)
    getUdoPluginNames (src/Csound/Typed/GlobalState/Elements.hs:440)
    tabQueuePlugin (src/Csound/Typed/GlobalState/Elements.hs:434)
    tabQueue2Plugin (src/Csound/Typed/GlobalState/Elements.hs:435)
  26% (  6 / 23) in 'Csound.Typed.GlobalState.Cache'
  Missing documentation for:
    Module header
    Cache (src/Csound/Typed/GlobalState/Cache.hs:24)
    HashKey (src/Csound/Typed/GlobalState/Cache.hs:33)
    CacheMix (src/Csound/Typed/GlobalState/Cache.hs:54)
    MixKey (src/Csound/Typed/GlobalState/Cache.hs:49)
    saveMixKey (src/Csound/Typed/GlobalState/Cache.hs:59)
    getMixKey (src/Csound/Typed/GlobalState/Cache.hs:56)
    CacheMixProc (src/Csound/Typed/GlobalState/Cache.hs:64)
    saveMixProcKey (src/Csound/Typed/GlobalState/Cache.hs:69)
    getMixProcKey (src/Csound/Typed/GlobalState/Cache.hs:66)
    CacheEvt (src/Csound/Typed/GlobalState/Cache.hs:82)
    EvtKey (src/Csound/Typed/GlobalState/Cache.hs:77)
    saveEvtKey (src/Csound/Typed/GlobalState/Cache.hs:87)
    getEvtKey (src/Csound/Typed/GlobalState/Cache.hs:84)
    CacheEvtProc (src/Csound/Typed/GlobalState/Cache.hs:92)
    saveEvtProcKey (src/Csound/Typed/GlobalState/Cache.hs:97)
    getEvtProcKey (src/Csound/Typed/GlobalState/Cache.hs:94)
   0% (  0 /  2) in 'Csound.Typed.Constants'
  Missing documentation for:
    Module header
    infiniteDur (src/Csound/Typed/Constants.hs:5)
  44% ( 31 / 71) in 'Csound.Typed.Gui.Gui'
  Missing documentation for:
    Module header
    Panel (src/Csound/Typed/Gui/Gui.hs:216)
    Win (src/Csound/Typed/Gui/Gui.hs:231)
    GuiNode (src/Csound/Typed/Gui/Gui.hs:236)
    GuiHandle (src/Csound/Typed/Gui/Gui.hs:55)
    Elem (src/Csound/Typed/Gui/Gui.hs:169)
    InitMe (src/Csound/Typed/Gui/Gui.hs:165)
    restoreTree (src/Csound/Typed/Gui/Gui.hs:350)
    guiMap (src/Csound/Typed/Gui/Gui.hs:347)
    mapGuiOnPanel (src/Csound/Typed/Gui/Gui.hs:256)
    fromElem (src/Csound/Typed/Gui/Gui.hs:250)
    fromGuiHandle (src/Csound/Typed/Gui/Gui.hs:253)
    panelIsKeybdSensitive (src/Csound/Typed/Gui/Gui.hs:226)
    defText (src/Csound/Typed/Gui/Gui.hs:247)
    guiStmt (src/Csound/Typed/Gui/Gui.hs:357)
    BorderType (src/Csound/Typed/Gui/Gui.hs:138)
    FontType (src/Csound/Typed/Gui/Gui.hs:116)
    Emphasis (src/Csound/Typed/Gui/Gui.hs:117)
    setBorder (src/Csound/Typed/Gui/Gui.hs:342)
    setLabel (src/Csound/Typed/Gui/Gui.hs:781)
    setMaterial (src/Csound/Typed/Gui/Gui.hs:787)
    setLabelType (src/Csound/Typed/Gui/Gui.hs:784)
    setColor1 (src/Csound/Typed/Gui/Gui.hs:793)
    setColor2 (src/Csound/Typed/Gui/Gui.hs:796)
    setColors (src/Csound/Typed/Gui/Gui.hs:799)
    setTextColor (src/Csound/Typed/Gui/Gui.hs:802)
    setFontSize (src/Csound/Typed/Gui/Gui.hs:805)
    setFontType (src/Csound/Typed/Gui/Gui.hs:808)
    setEmphasis (src/Csound/Typed/Gui/Gui.hs:811)
    setOrient (src/Csound/Typed/Gui/Gui.hs:823)
    ValStep (src/Csound/Typed/Gui/Gui.hs:114)
    ValScaleType (src/Csound/Typed/Gui/Gui.hs:112)
    KnobType (src/Csound/Typed/Gui/Gui.hs:118)
    setKnobType (src/Csound/Typed/Gui/Gui.hs:826)
    SliderType (src/Csound/Typed/Gui/Gui.hs:119)
    setSliderType (src/Csound/Typed/Gui/Gui.hs:814)
    TextType (src/Csound/Typed/Gui/Gui.hs:120)
    setTextType (src/Csound/Typed/Gui/Gui.hs:817)
    setBoxType (src/Csound/Typed/Gui/Gui.hs:790)
    setButtonType (src/Csound/Typed/Gui/Gui.hs:820)
  21% ( 16 / 75) in 'Csound.Typed.GlobalState.GE'
  Missing documentation for:
    Module header
    GE (src/Csound/Typed/GlobalState/GE.hs:71)
    Dep (src/Csound/Typed/GlobalState/GE.hs:68)
    History (src/Csound/Typed/GlobalState/GE.hs:96)
    withOptions (src/Csound/Typed/GlobalState/GE.hs:245)
    withHistory (src/Csound/Typed/GlobalState/GE.hs:257)
    getOptions (src/Csound/Typed/GlobalState/GE.hs:248)
    evalGE (src/Csound/Typed/GlobalState/GE.hs:76)
    execGE (src/Csound/Typed/GlobalState/GE.hs:79)
    getHistory (src/Csound/Typed/GlobalState/GE.hs:251)
    putHistory (src/Csound/Typed/GlobalState/GE.hs:254)
    onGlobals (src/Csound/Typed/GlobalState/GE.hs:281)
    MidiAssign (src/Csound/Typed/GlobalState/GE.hs:121)
    Msg (src/Csound/Typed/GlobalState/GE.hs:120)
   
src/Csound/Typed/GlobalState/SE.hs:8: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/Csound/Typed/Types/Prim.hs:38: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/Csound/Typed/Types/Prim.hs:46:1: warning: [-Wunused-imports]
    The qualified import of ‘D.int’
    from module ‘Csound.Dynamic’ is redundant

src/Csound/Typed/Types/Prim.hs:234:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      skipNormGenId :: GenId -> GenId

src/Csound/Typed/Types/Prim.hs:243:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      normGenId :: GenId -> GenId

src/Csound/Typed/Types/Prim.hs:246:15: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Typed/Types/Prim.hs:45:1-119
      (and originally defined in ‘Csound.Dynamic.Types.Exp’)

src/Csound/Typed/Types/Prim.hs:268:20: warning: [-Wname-shadowing]
    This binding for ‘xs’ shadows the existing binding
      bound at src/Csound/Typed/Types/Prim.hs:266:9

src/Csound/Typed/Types/Prim.hs:562:21: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Typed/Types/Prim.hs:43:1-19

src/Csound/Typed/Types/Prim.hs:567:19: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Typed/Types/Prim.hs:43:1-19

src/Csound/Typed/Types/Prim.hs:572:19: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Typed/Types/Prim.hs:43:1-19

src/Csound/Typed/Types/Prim.hs:577:19: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Typed/Types/Prim.hs:43:1-19

src/Csound/Typed/Types/Prim.hs:582:19: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Typed/Types/Prim.hs:43:1-19

src/Csound/Typed/Control/Ref.hs:7:1: warning: [-Wunused-imports]
    The import of ‘Control.DeepSeq’ is redundant
      except perhaps to import instances from ‘Control.DeepSeq’
    To import instances alone, use: import Control.DeepSeq()

src/Csound/Typed/Control/Ref.hs:49:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      toCtrlRate :: Rate -> Rate

src/Csound/Typed/Control/Ref.hs:138:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘ftgenonce’

src/Csound/Typed/Types/MixSco.hs:75:17: warning: [-Wname-shadowing]
    This binding for ‘notes’ shadows the existing binding
      imported from ‘Csound.Typed.GlobalState.GE’ at src/Csound/Typed/Types/MixSco.hs:12:1-34
      (and originally defined
         at src/Csound/Typed/GlobalState/GE.hs:111:7-11)

src/Csound/Typed/GlobalState/Instr.hs:14:1: warning: [-Wunused-imports]
    The import of ‘Csound.Typed.GlobalState.Cache’ is redundant
      except perhaps to import instances from ‘Csound.Typed.GlobalState.Cache’
    To import instances alone, use: import Csound.Typed.GlobalState.Cache()
 renderMidiAssign (src/Csound/Typed/GlobalState/GE.hs:124)
    saveMidi (src/Csound/Typed/GlobalState/GE.hs:206)
    saveToMidiInstr (src/Csound/Typed/GlobalState/GE.hs:210)
    MidiCtrl (src/Csound/Typed/GlobalState/GE.hs:122)
    saveMidiCtrl (src/Csound/Typed/GlobalState/GE.hs:214)
    renderMidiCtrl (src/Csound/Typed/GlobalState/GE.hs:132)
    saveAlwaysOnInstr (src/Csound/Typed/GlobalState/GE.hs:230)
    onInstr (src/Csound/Typed/GlobalState/GE.hs:278)
    saveUserInstr0 (src/Csound/Typed/GlobalState/GE.hs:218)
    getSysExpr (src/Csound/Typed/GlobalState/GE.hs:222)
    saveNamedInstr (src/Csound/Typed/GlobalState/GE.hs:287)
    TotalDur (src/Csound/Typed/GlobalState/GE.hs:138)
    pureGetTotalDurForF0 (src/Csound/Typed/GlobalState/GE.hs:143)
    getTotalDurForTerminator (src/Csound/Typed/GlobalState/GE.hs:140)
    setDurationForce (src/Csound/Typed/GlobalState/GE.hs:162)
    setDuration (src/Csound/Typed/GlobalState/GE.hs:159)
    setDurationToInfinite (src/Csound/Typed/GlobalState/GE.hs:156)
    addNote (src/Csound/Typed/GlobalState/GE.hs:234)
    saveGen (src/Csound/Typed/GlobalState/GE.hs:172)
    saveTabs (src/Csound/Typed/GlobalState/GE.hs:185)
    getNextGlobalGenId (src/Csound/Typed/GlobalState/GE.hs:169)
    saveWriteGen (src/Csound/Typed/GlobalState/GE.hs:177)
    saveWriteTab (src/Csound/Typed/GlobalState/GE.hs:180)
    saveSf (src/Csound/Typed/GlobalState/GE.hs:191)
    sfTable (src/Csound/Typed/GlobalState/GE.hs:194)
    saveBandLimitedWave (src/Csound/Typed/GlobalState/GE.hs:197)
    saveStr (src/Csound/Typed/GlobalState/GE.hs:165)
    GetCache (src/Csound/Typed/GlobalState/GE.hs:296)
    SetCache (src/Csound/Typed/GlobalState/GE.hs:301)
    withCache (src/Csound/Typed/GlobalState/GE.hs:306)
    newGuiHandle (src/Csound/Typed/GlobalState/GE.hs:335)
    saveGuiRoot (src/Csound/Typed/GlobalState/GE.hs:354)
    saveDefKeybdPanel (src/Csound/Typed/GlobalState/GE.hs:358)
    appendToGui (src/Csound/Typed/GlobalState/GE.hs:349)
    newGuiVar (src/Csound/Typed/GlobalState/GE.hs:343)
    getPanels (src/Csound/Typed/GlobalState/GE.hs:367)
    guiHandleToVar (src/Csound/Typed/GlobalState/GE.hs:340)
    guiInstrExp (src/Csound/Typed/GlobalState/GE.hs:372)
    listenKeyEvt (src/Csound/Typed/GlobalState/GE.hs:468)
    Guis (src/Csound/Typed/GlobalState/GE.hs:321)
    getKeyEventListener (src/Csound/Typed/GlobalState/GE.hs:506)
    simpleHrtfmove (src/Csound/Typed/GlobalState/GE.hs:520)
    simpleHrtfstat (src/Csound/Typed/GlobalState/GE.hs:525)
    addUdoPlugin (src/Csound/Typed/GlobalState/GE.hs:543)
    renderUdoPlugins (src/Csound/Typed/GlobalState/GE.hs:547)
   7% (  1 / 15) in 'Csound.Typed.GlobalState.SE'
  Missing documentation for:
    Module header
    LocalHistory
    runSE (src/Csound/Typed/GlobalState/SE.hs:32)
    execSE (src/Csound/Typed/GlobalState/SE.hs:35)
    evalSE (src/Csound/Typed/GlobalState/SE.hs:56)
    execGEinSE (src/Csound/Typed/GlobalState/SE.hs:38)
    hideGEinDep (src/Csound/Typed/GlobalState/SE.hs:47)
    fromDep (src/Csound/Typed/GlobalState/SE.hs:50)
    fromDep_ (src/Csound/Typed/GlobalState/SE.hs:53)
    geToSe (src/Csound/Typed/GlobalState/SE.hs:59)
    newLocalVar (src/Csound/Typed/GlobalState/SE.hs:68)
    newLocalVars (src/Csound/Typed/GlobalState/SE.hs:65)
    newGlobalVars (src/Csound/Typed/GlobalState/SE.hs:74)
    newClearableGlobalVars (src/Csound/Typed/GlobalState/SE.hs:78)
  46% ( 39 / 85) in 'Csound.Typed.Types.Prim'
  Missing documentation for:
    Module header
    unSig (src/Csound/Typed/Types/Prim.hs:57)
    unD (src/Csound/Typed/Types/Prim.hs:65)
    unTab (src/Csound/Typed/Types/Prim.hs:375)
    unBoolSig (src/Csound/Typed/Types/Prim.hs:84)
    unBoolD (src/Csound/Typed/Types/Prim.hs:92)
    hideGE (src/Csound/Typed/Types/Prim.hs:349)
    SigOrD (src/Csound/Typed/Types/Prim.hs:393)
    preTab (src/Csound/Typed/Types/Prim.hs:125)
    preStringTab (src/Csound/Typed/Types/Prim.hs:128)
    TabSize (src/Csound/Typed/Types/Prim.hs:137)
    TabArgs (src/Csound/Typed/Types/Prim.hs:152)
    updateTabSize (src/Csound/Typed/Types/Prim.hs:253)
    fromPreTab (src/Csound/Typed/Types/Prim.hs:169)
    getPreTabUnsafe (src/Csound/Typed/Types/Prim.hs:164)
    tabList (src/Csound/Typed/Types/Prim.hs:265)
    fromTabList (src/Csound/Typed/Types/Prim.hs:273)
    fromTabListD (src/Csound/Typed/Types/Prim.hs:279)
    getSampleRate (src/Csound/Typed/Types/Prim.hs:307)
    getControlRate (src/Csound/Typed/Types/Prim.hs:310)
    getBlockSize (src/Csound/Typed/Types/Prim.hs:313)
    getZeroDbfs (src/Csound/Typed/Types/Prim.hs:316)
    on0 (src/Csound/Typed/Types/Prim.hs:398)
    on1 (src/Csound/Typed/Types/Prim.hs:401)
    on2 (src/Csound/Typed/Types/Prim.hs:404)
    on3 (src/Csound/Typed/Types/Prim.hs:407)
    quot' (src/Csound/Typed/Types/Prim.hs:525)
    rem' (src/Csound/Typed/Types/Prim.hs:525)
    div' (src/Csound/Typed/Types/Prim.hs:525)
    mod' (src/Csound/Typed/Types/Prim.hs:525)
    ceil' (src/Csound/Typed/Types/Prim.hs:524)
    floor' (src/Csound/Typed/Types/Prim.hs:524)
    round' (src/Csound/Typed/Types/Prim.hs:524)
    int' (src/Csound/Typed/Types/Prim.hs:524)
    frac' (src/Csound/Typed/Types/Prim.hs:527)
    untilDo (src/Csound/Typed/Types/Prim.hs:652)
    whileDo (src/Csound/Typed/Types/Prim.hs:658)
    equalsTo (src/Csound/Typed/Types/Prim.hs:687)
    notEqualsTo (src/Csound/Typed/Types/Prim.hs:690)
    lessThan (src/Csound/Typed/Types/Prim.hs:693)
    greaterThan (src/Csound/Typed/Types/Prim.hs:696)
    lessThanEquals (src/Csound/Typed/Types/Prim.hs:699)
    greaterThanEquals (src/Csound/Typed/Types/Prim.hs:702)
    untilDoD (src/Csound/Typed/Types/Prim.hs:667)
    whileDoD (src/Csound/Typed/Types/Prim.hs:673)
    untilBeginD (src/Csound/Typed/Types/Prim.hs:676)
  35% ( 15 / 43) in 'Csound.Typed.Types.Tuple'
  Missing documentation for:
    Module header
    TupleMethods (src/Csound/Typed/Types/Tuple.hs:49)
    fromTuple (src/Csound/Typed/Types/Tuple.hs:56)
    toTuple (src/Csound/Typed/Types/Tuple.hs:59)
    tupleArity (src/Csound/Typed/Types/Tuple.hs:62)
    tupleRates (src/Csound/Typed/Types/Tuple.hs:65)
    defTuple (src/Csound/Typed/Types/Tuple.hs:68)
    mapTuple (src/Csound/Typed/Types/Tuple.hs:71)
    Sig2 (src/Csound/Typed/Types/Tuple.hs:154)
    Sig3 (src/Csound/Typed/Types/Tuple.hs:155)
    Sig4 (src/Csound/Typed/Types/Tuple.hs:156)
    Sig5 (src/Csound/Typed/Types/Tuple.hs:157)
    Sig6 (src/Csound/Typed/Types/Tuple.hs:158)
    Sig8 (src/Csound/Typed/Types/Tuple.hs:159)
    outArity (src/Csound/Typed/Types/Tuple.hs:170)
    multiOuts (src/Csound/Typed/Types/Tuple.hs:136)
    ar1 (src/Csound/Typed/Types/Tuple.hs:140)
    ar2 (src/Csound/Typed/Types/Tuple.hs:141)
    ar4 (src/Csound/Typed/Types/Tuple.hs:142)
    ar6 (src/Csound/Typed/Types/Tuple.hs:143)
    ar8 (src/Csound/Typed/Types/Tuple.hs:144)
    Arg (src/Csound/Typed/Types/Tuple.hs:179)
    arg (src/Csound/Typed/Types/Tuple.hs:195)
    toNote (src/Csound/Typed/Types/Tuple.hs:204)
    argArity (src/Csound/Typed/Types/Tuple.hs:201)
    toArg (src/Csound/Typed/Types/Tuple.hs:198)
    pureTuple (src/Csound/Typed/Types/Tuple.hs:277)
    dirtyTuple (src/Csound/Typed/Types/Tuple.hs:281)
  80% ( 12 / 15) in 'Csound.Typed.Control.Ref'
  Missing documentation for:
    Module header
    writeRef (src/Csound/Typed/Control/Ref.hs:25)
    readRef (src/Csound/Typed/Control/Ref.hs:34)
   0% (  0 /  8) in 'Csound.Typed.Types.MixSco'
  Missing documentation for:
    Module header
    M (src/Csound/Typed/Types/MixSco.hs:33)
    CsdEventList (src/Csound/Typed/Types/MixSco.hs:19)
    csdEventListDur (src/Csound/Typed/Types/MixSco.hs:24)
    csdEventListNotes (src/Csound/Typed/Types/MixSco.hs:21)
    delayAndRescaleCsdEventListM (src/Csound/Typed/Types/MixSco.hs:37)
    renderMixSco (src/Csound/Typed/Types/MixSco.hs:61)
    renderMixSco_ (src/Csound/Typed/Types/MixSco.hs:91)
   0% (  0 / 23) in 'Csound.Typed.GlobalState.Instr'
  Missing documentation for:
    Module header
    Arity (src/Csound/Typed/GlobalState/Instr.hs:18)
    InsExp (src/Csound/Typed/GlobalState/Instr.hs:22)
    EffExp (src/Csound/Typed/GlobalState/Instr.hs:23)
    UnitExp (src/Csound/Typed/GlobalState/Instr.hs:24)
    saveInstr (src/Csound/Typed/GlobalState/Instr.hs:26)
    livenessWatch (src/Csound/Typed/GlobalState/Instr.hs:29)
    retrigWatch (src/Csound/Typed/GlobalState/Instr.hs:32)
    saveSourceInstrCachedWithLivenessWatch (src/Csound/Typed/GlobalState/Instr.hs:35)
    saveSourceInstrCachedWithLivenessWatchAndRetrig (src/Csound/Typed/GlobalState/Instr.hs:41)
    saveSourceInstrCachedWithLivenessWatchAndRetrigAndEvtLoop (src/Csound/Typed/GlobalState/Instr.hs:48)
    saveSourceInstrCached (src/Csound/Typed/GlobalState/Instr.hs:56)
    saveSourceInstrCached_ (src/Csound/Typed/GlobalState/Instr.hs:60)
    saveSourceInstrCachedWithLivenessWatch_ (src/Csound/Typed/GlobalState/Instr.hs:63)
    saveEffectInstr (src/Csound/Typed/GlobalState/Instr.hs:67)
    saveMixInstr (src/Csound/Typed/GlobalState/Instr.hs:73)
    saveMixInstr_ (src/Csound/Typed/GlobalState/Instr.hs:78)
    saveMasterInstr (src/Csound/Typed/GlobalState/Instr.hs:83)
    saveMidiInstr (src/Csound/Typed/GlobalState/Instr.hs:88)
    saveMidiMap (src/Csound/Typed/GlobalState/Instr.hs:97)
    saveMidiInstr_ (src/Csound/Typed/GlobalState/Instr.hs:102)
    saveIns0 (src/Csound/Typed/GlobalState/Instr.hs:107)
    terminatorInstr (src/Csound/Typed/GlobalState/Instr.hs:113)
  16% ( 33 /207) in 'Csound.Typed.GlobalState'
  Missing documentation for:
    Module header
    defGain (src/Csound/Typed/GlobalState/Options.hs:52)
    defSampleRate (src/Csound/Typed/GlobalState/Options.hs:55)
    defBlockSize (src/Csound/Typed/GlobalState/Options.hs:58)
    defTabFi (src/Csound/Typed/GlobalState/Options.hs:61)
    idWavs (src/Csound/Typed/GlobalState/Options.hs:99)
    idMp3s (src/Csound/Typed/GlobalState/Options.hs:99)
    idDoubles (src/Csound/Typed/GlobalState/Options.hs:99)
    idSines (src/Csound/Typed/GlobalState/Options.hs:99)
    idSines3 (src/Csound/Typed/GlobalState/Options.hs:99)
    idSines2 (src/Csound/Typed/GlobalState/Options.hs:99)
    idPartials (src/Csound/Typed/GlobalState/Options.hs:99)
    idSines4 (src/Csound/Typed/GlobalState/Options.hs:99)
    idBuzzes (src/Csound/Typed/GlobalState/Options.hs:99)
    idConsts (src/Csound/Typed/GlobalState/Options.hs:99)
    idLins (src/Csound/Typed/GlobalState/Options.hs:99)
    idCubes (src/Csound/Typed/GlobalState/Options.hs:99)
    idExps (src/Csound/Typed/GlobalState/Options.hs:99)
    idSplines (src/Csound/Typed/GlobalState/Options.hs:99)
    idStartEnds (src/Csound/Typed/GlobalState/Options.hs:99)
    idPolys (src/Csound/Typed/GlobalState/Options.hs:99)
    idChebs1 (src/Csound/Typed/GlobalState/Options.hs:99)
    idChebs2 (src/Csound/Typed/GlobalState/Options.hs:99)
    idBessels (src/Csound/Typed/GlobalState/Options.hs:99)
    idWins (src/Csound/Typed/GlobalState/Options.hs:99)
    idPadsynth (src/Csound/Typed/GlobalState/Options.hs:129)
    idTanh (src/Csound/Typed/GlobalState/Options.hs:129)
    idExp (src/Csound/Typed/GlobalState/Options.hs:129)
    idSone (src/Csound/Typed/GlobalState/Options.hs:129)
    idFarey (src/Csound/Typed/GlobalState/Options.hs:129)
    idWave (src/Csound/Typed/GlobalState/Options.hs:129)
    GE (src/Csound/Typed/GlobalState/GE.hs:71)
    Dep (src/Csound/Typed/GlobalState/GE.hs:68)
    History (src/Csound/Typed/GlobalState/GE.hs:96)
    withOptions (src/Csound/Typed/GlobalState/GE.hs:245)
    withHistory (src/Csound/Typed/GlobalState/GE.hs:257)
    getOptions (src/Csound/Typed/GlobalState/GE.hs:248)
    evalGE (src/Csound/Typed/GlobalState/GE.hs:76)
    execGE (src/Csound/Typed/GlobalState/GE.hs:79)
    getHistory (src/Csound/Typed/GlobalState/GE.hs:251)
    putHistory (src/Csound/Typed/GlobalState/GE.hs:254)
    onGlobals (src/Csound/Typed/GlobalState/GE.hs:281)
    MidiAssign (src/Csound/Typed/GlobalState/GE.hs:121)
    Msg (src/Csound/Typed/GlobalState/GE.hs:120)
    renderMidiAssign (src/Csound/Typed/GlobalState/GE.hs:124)
    saveMidi (src/Csound/Typed/GlobalState/GE.hs:206)
    saveToMidiInstr (src/Csound/Typed/GlobalState/GE.hs:210)
    MidiCtrl (src/Csound/Typed/GlobalState/GE.hs:122)
    saveMidiCtrl (src/Csound/Typed/GlobalState/GE.hs:214)
    renderMidiCtrl (src/Csound/Typed/GlobalState/GE.hs:132)
    saveAlwaysOnInstr (src/Csound/Typed/GlobalState/GE.hs:230)
    onInstr (src/Csound/Typed/GlobalState/GE.hs:278)
    saveUserInstr0 (src/Csound/Typed/GlobalState/GE.hs:218)
    getSysExpr (src/Csound/Typed/GlobalState/GE.hs:222)
    saveNamedInstr (src/Csound/Typed/GlobalState/GE.hs:287)
    TotalDur (src/Csound/Typed/GlobalState/GE.hs:138)
    pureGetTotalDurForF0 (src/Csound/Typed/GlobalState/GE.hs:143)
    getTotalDurForTerminator (src/Csound/Typed/GlobalState/GE.hs:140)
    setDurationForce (src/Csound/Typed/GlobalState/GE.hs:162)
    setDuration (src/Csound/Typed/GlobalState/GE.hs:159)
    setDurationToInfinite (src/Csound/Typed/GlobalState/GE.hs:156)
    addNote (src/Csound/Typed/GlobalState/GE.hs:234)
    saveGen (src/Csound/Typed/GlobalState/GE.hs:172)
    saveTabs (src/Csound/Typed/GlobalState/GE.hs:185)
    getNextGlobalGenId (src/Csound/Typed/GlobalState/GE.hs:169)
    saveWriteGen (src/Csound/Typed/GlobalState/GE.hs:177)
    saveWriteTab (src/Csound/Typed/GlobalState/GE.hs:180)
    saveSf (src/Csound/Typed/GlobalState/GE.hs:191)
    sfTable (src/Csound/Typed/GlobalState/GE.hs:194)
    saveBandLimitedWave (src/Csound/Typed/GlobalState/GE.hs:197)
    saveStr (src/Csound/Typed/GlobalState/GE.hs:165)
    GetCache (src/Csound/Typed/GlobalState/GE.hs:296)
    SetCache (src/Csound/Typed/GlobalState/GE.hs:301)
    withCache (src/Csound/Typed/GlobalState/GE.hs:306)
    newGuiHandle (src/Csound/Typed/GlobalState/GE.hs:335)
    saveGuiRoot (src/Csound/Typed/GlobalState/GE.hs:354)
    saveDefKeybdPanel (src/Csound/Typed/GlobalState/GE.hs:358)
    appendToGui (src/Csound/Typed/GlobalState/GE.hs:349)
    newGuiVar (src/Csound/Typed/GlobalState/GE.hs:343)
    getPanels (src/Csound/Typed/GlobalState/GE.hs:367)
    guiHandleToVar (src/Csound/Typed/GlobalState/GE.hs:340)
    guiInstrExp (src/Csound/Typed/GlobalState/GE.hs:372)
    listenKeyEvt (src/Csound/Typed/GlobalState/GE.hs:468)
    Guis (src/Csound/Typed/GlobalState/GE.hs:321)
    getKeyEventListener (src/Csound/Typed/GlobalState/GE.hs:506)
    simpleHrtfmove (src/Csound/Typed/GlobalState/GE.hs:520)
    simpleHrtfstat (src/Csound/Typed/GlobalState/GE.hs:525)
    addUdoPlugin (src/Csound/Typed/GlobalState/GE.hs:543)
    renderUdoPlugins (src/Csound/Typed/GlobalState/GE.hs:547)
    LocalHistory
    runSE (src/Csound/Typed/GlobalState/SE.hs:32)
    execSE (src/Csound/Typed/GlobalState/SE.hs:35)
    evalSE (src/Csound/Typed/GlobalState/SE.hs:56)
    execGEinSE (src/Csound/Typed/GlobalState/SE.hs:38)
    hideGEinDep (src/Csound/Typed/GlobalState/SE.hs:47)
    fromDep (src/Csound/Typed/GlobalState/SE.hs:50)
    fromDep_ (src/Csound/Typed/GlobalState/SE.hs:53)
    geToSe (src/Csound/Typed/GlobalState/SE.hs:59)
    newLocalVar (src/Csound/Typed/GlobalState/SE.hs:68)
    newLocalVars (src/Csound/Typed/GlobalState/SE.hs:65)
    newGlobalVars (src/Csound/Typed/GlobalState/SE.hs:74)
    newClearableGlobalVars (src/Csound/Typed/GlobalState/SE.hs:78)
    Arity (src/Csound/Typed/GlobalState/Instr.hs:18)
    InsExp (src/Csound/Typed/GlobalState/Instr.hs:22)
    EffExp (src/Csound/Typed/GlobalState/Instr.hs:23)
    UnitExp (src/Csound/Typed/GlobalState/Instr.hs:24)
    saveInstr (src/Csound/Typed/GlobalState/Instr.hs:26)
    livenessWatch (src/Csound/Typed/GlobalState/Instr.hs:29)
    retrigWatch (src/Csound/Typed/GlobalState/Instr.hs:32)
    saveSourceInstrCachedWithLivenessWatch (src/Csound/Typed/GlobalState/Instr.hs:35)
    saveSourceInstrCachedWithLivenessWatchAndRetrig (src/Csound/Typed/GlobalState/Instr.hs:41)
    saveSourceInstrCachedWithLivenessWatchAndRetrigAndEvtLoop (src/Csound/Typed/GlobalState/Instr.hs:48)
    saveSourceInstrCached (src/Csound/Typed/GlobalState/Instr.hs:56)
    saveSourceInstrCached_ (src/Csound/Typed/GlobalState/Instr.hs:60)
    saveSourceInstrCachedWithLivenessWatch_ (src/Csound/Typed/GlobalState/Instr.hs:63)
    saveEffectInstr (src/Csound/Typed/GlobalState/Instr.hs:67)
    saveMixInstr (src/Csound/T
src/Csound/Typed/Types/Evt.hs:9: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/Csound/Typed/Types/Lift.hs:22: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/Csound/Typed/Control/Midi.hs:9:1: warning: [-Wunused-imports]
    The import of ‘System.Mem.StableName’ is redundant
      except perhaps to import instances from ‘System.Mem.StableName’
    To import instances alone, use: import System.Mem.StableName()

src/Csound/Typed/Control/Midi.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()

src/Csound/Typed/Control/Midi.hs:13:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad.IO.Class’ is redundant
      except perhaps to import instances from ‘Control.Monad.IO.Class’
    To import instances alone, use: import Control.Monad.IO.Class()

src/Csound/Typed/Control/Midi.hs:19:1: warning: [-Wunused-imports]
    The import of ‘Csound.Typed.Control.Instr’ is redundant
      except perhaps to import instances from ‘Csound.Typed.Control.Instr’
    To import instances alone, use: import Csound.Typed.Control.Instr()

src/Csound/Typed/Control/Mix.hs:6:10: warning: [-Wdodgy-exports]
    The export item ‘CsdEventList(..)’ suggests that
    ‘CsdEventList’ has (in-scope) constructors or class methods,
    but it has none

src/Csound/Typed/Control/Mix.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/Csound/Typed/Control/Mix.hs:11:1: warning: [-Wunused-imports]
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()

src/Csound/Typed/Control/Mix.hs:17:1: warning: [-Wunused-imports]
    The qualified import of ‘Csound.Typed.GlobalState.Elements’ is redundant
      except perhaps to import instances from ‘Csound.Typed.GlobalState.Elements’
    To import instances alone, use: import Csound.Typed.GlobalState.Elements()

src/Csound/Typed/Control/Evt.hs:37:11: warning: [-Wunused-local-binds]
    Defined but not used: ‘unEvt’

src/Csound/Typed/Control/Evt.hs:121:33: warning: [-Wname-shadowing]
    This binding for ‘instrs’ shadows the existing binding
      imported from ‘Csound.Typed.GlobalState’ at src/Csound/Typed/Control/Evt.hs:21:1-31
      (and originally defined in ‘Csound.Typed.GlobalState.GE’
         at src/Csound/Typed/GlobalState/GE.hs:104:7-12)

src/Csound/Typed/Control/Evt.hs:142:21: warning: [-Wname-shadowing]
    This binding for ‘evts’ shadows the existing binding
      bound at src/Csound/Typed/Control/Evt.hs:121:40

src/Csound/Typed/Control/Evt.hs:183:27: warning: [-Wunused-matches]
    Defined but not used: ‘aliveCountRef’

src/Csound/Typed/Control/Evt.hs:184:30: warning: [-Wunused-matches]
    Defined but not used: ‘es’

src/Csound/Typed/Control/Evt.hs:207:9: warning: [-Wunused-local-binds]
    Defined but not used: ‘startEvtInstr’

src/Csound/Typed/Control/Evt.hs:258:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘evtKey’

src/Csound/Typed/Control/Evt.hs:266:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘samNext’

src/Csound/Typed/Control/Evt.hs:269:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘samLoop’

src/Csound/Typed/Plugins/TabQueue.hs:23:13: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:20:18

src/Csound/Typed/Plugins/TabQueue.hs:23:17: warning: [-Wname-shadowing]
    This binding for ‘pch’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:20:23

src/Csound/Typed/Plugins/TabQueue.hs:23:21: warning: [-Wname-shadowing]
    This binding for ‘vol’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:20:28

src/Csound/Typed/Plugins/TabQueue.hs:32:13: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:29:18

src/Csound/Typed/Plugins/TabQueue.hs:32:17: warning: [-Wname-shadowing]
    This binding for ‘pch’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:29:22

src/Csound/Typed/Plugins/TabQueue.hs:42:13: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:39:24

src/Csound/Typed/Plugins/TabQueue.hs:48:13: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      bound at src/Csound/Typed/Plugins/TabQueue.hs:45:27

src/Csound/Typed/Control/Api.hs:13:1: warning: [-Wunused-imports]
    The import of ‘>*’ from module ‘Data.Boolean’ is redundant

src/Csound/Typed/Control/Api.hs:103:5: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      defined at src/Csound/Typed/Control/Api.hs:177:1

src/Csound/Typed/Control/Api.hs:118:17: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      defined at src/Csound/Typed/Control/Api.hs:177:1

src/Csound/Typed/Control/Api.hs:118:27: warning: [-Wunused-matches]
    Defined but not used: ‘vol’

src/Csound/Typed/Control/Api.hs:157:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘tabw’

src/Csound/Typed/Control/Api.hs:177:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘tab’
yped/GlobalState/Instr.hs:73)
    saveMixInstr_ (src/Csound/Typed/GlobalState/Instr.hs:78)
    saveMasterInstr (src/Csound/Typed/GlobalState/Instr.hs:83)
    saveMidiInstr (src/Csound/Typed/GlobalState/Instr.hs:88)
    saveMidiMap (src/Csound/Typed/GlobalState/Instr.hs:97)
    saveMidiInstr_ (src/Csound/Typed/GlobalState/Instr.hs:102)
    saveIns0 (src/Csound/Typed/GlobalState/Instr.hs:107)
    terminatorInstr (src/Csound/Typed/GlobalState/Instr.hs:113)
    Cache (src/Csound/Typed/GlobalState/Cache.hs:24)
    HashKey (src/Csound/Typed/GlobalState/Cache.hs:33)
    CacheMix (src/Csound/Typed/GlobalState/Cache.hs:54)
    MixKey (src/Csound/Typed/GlobalState/Cache.hs:49)
    saveMixKey (src/Csound/Typed/GlobalState/Cache.hs:59)
    getMixKey (src/Csound/Typed/GlobalState/Cache.hs:56)
    CacheMixProc (src/Csound/Typed/GlobalState/Cache.hs:64)
    saveMixProcKey (src/Csound/Typed/GlobalState/Cache.hs:69)
    getMixProcKey (src/Csound/Typed/GlobalState/Cache.hs:66)
    CacheEvt (src/Csound/Typed/GlobalState/Cache.hs:82)
    EvtKey (src/Csound/Typed/GlobalState/Cache.hs:77)
    saveEvtKey (src/Csound/Typed/GlobalState/Cache.hs:87)
    getEvtKey (src/Csound/Typed/GlobalState/Cache.hs:84)
    CacheEvtProc (src/Csound/Typed/GlobalState/Cache.hs:92)
    saveEvtProcKey (src/Csound/Typed/GlobalState/Cache.hs:97)
    getEvtProcKey (src/Csound/Typed/GlobalState/Cache.hs:94)
    BandLimited (src/Csound/Typed/GlobalState/Elements.hs:187)
    readBandLimited (src/Csound/Typed/GlobalState/Elements.hs:244)
    renderBandLimited (src/Csound/Typed/GlobalState/Elements.hs:213)
    Instrs (src/Csound/Typed/GlobalState/Elements.hs:306)
    IdMap (src/Csound/Typed/GlobalState/Elements.hs:52)
    getInstrIds (src/Csound/Typed/GlobalState/Elements.hs:315)
    getIn (src/Csound/Typed/GlobalState/Elements.hs:378)
    chnUpdateUdo (src/Csound/Typed/GlobalState/Opcodes.hs:146)
    renderGlobals (src/Csound/Typed/GlobalState/Elements.hs:295)
    turnoff (src/Csound/Typed/GlobalState/Opcodes.hs:243)
    turnoff2 (src/Csound/Typed/GlobalState/Opcodes.hs:246)
    exitnow (src/Csound/Typed/GlobalState/Opcodes.hs:249)
    oscListen (src/Csound/Typed/GlobalState/Opcodes.hs:310)
    oscInit (src/Csound/Typed/GlobalState/Opcodes.hs:307)
    oscSend (src/Csound/Typed/GlobalState/Opcodes.hs:313)
    chnSet (src/Csound/Typed/GlobalState/Opcodes.hs:322)
    chnGet (src/Csound/Typed/GlobalState/Opcodes.hs:319)
    freeChn (src/Csound/Typed/GlobalState/Opcodes.hs:158)
    tableK (src/Csound/Typed/GlobalState/Opcodes.hs:405)
    tableI (src/Csound/Typed/GlobalState/Opcodes.hs:408)
    readChnEvtLoop (src/Csound/Typed/GlobalState/Opcodes.hs:109)
    masterUpdateChnAlive (src/Csound/Typed/GlobalState/Opcodes.hs:77)
    servantUpdateChnAlive (src/Csound/Typed/GlobalState/Opcodes.hs:83)
    masterUpdateChnRetrig (src/Csound/Typed/GlobalState/Opcodes.hs:80)
    servantUpdateChnRetrig (src/Csound/Typed/GlobalState/Opcodes.hs:94)
    servantUpdateChnEvtLoop (src/Csound/Typed/GlobalState/Opcodes.hs:102)
    getRetrigVal (src/Csound/Typed/GlobalState/Opcodes.hs:91)
    SfFluid (src/Csound/Typed/GlobalState/Elements.hs:147)
    SfSpec (src/Csound/Typed/GlobalState/Elements.hs:151)
    renderSf (src/Csound/Typed/GlobalState/Elements.hs:171)
    sfVar (src/Csound/Typed/GlobalState/Elements.hs:162)
    sfSetList (src/Csound/Typed/GlobalState/Opcodes.hs:362)
    MidiType (src/Csound/Typed/GlobalState/Elements.hs:252)
    Channel (src/Csound/Typed/GlobalState/Elements.hs:250)
  89% ( 16 / 18) in 'Csound.Typed.Types.Evt'
  Missing documentation for:
    Module header
    readSnap (src/Csound/Typed/Types/Evt.hs:90)
  30% (  7 / 23) in 'Csound.Typed.Types.Lift'
  Missing documentation for:
    Module header
    GE (src/Csound/Typed/GlobalState/GE.hs:71)
    PureSingle (src/Csound/Typed/Types/Lift.hs:48)
    pureSingle (src/Csound/Typed/Types/Lift.hs:29)
    DirtySingle (src/Csound/Typed/Types/Lift.hs:51)
    dirtySingle (src/Csound/Typed/Types/Lift.hs:32)
    Procedure (src/Csound/Typed/Types/Lift.hs:54)
    procedure (src/Csound/Typed/Types/Lift.hs:35)
    PureMulti (src/Csound/Typed/Types/Lift.hs:57)
    Pm (src/Csound/Typed/Types/Lift.hs:38)
    fromPm (src/Csound/Typed/Types/Lift.hs:65)
    pureMulti (src/Csound/Typed/Types/Lift.hs:40)
    DirtyMulti (src/Csound/Typed/Types/Lift.hs:60)
    Dm (src/Csound/Typed/Types/Lift.hs:43)
    fromDm (src/Csound/Typed/Types/Lift.hs:69)
    dirtyMulti (src/Csound/Typed/Types/Lift.hs:45)
  90% ( 18 / 20) in 'Csound.Typed.Types'
  Missing documentation for:
    Module header
    getNextGlobalGenId (src/Csound/Typed/Types.hs:30)
 100% ( 11 / 11) in 'Csound.Typed.Control.Channel'
   8% (  1 / 13) in 'Csound.Typed.Control.Instr'
  Missing documentation for:
    Arity (src/Csound/Typed/GlobalState/Instr.hs:18)
    InsExp (src/Csound/Typed/GlobalState/Instr.hs:22)
    EffExp (src/Csound/Typed/GlobalState/Instr.hs:23)
    funArity (src/Csound/Typed/Control/Instr.hs:19)
    constArity (src/Csound/Typed/Control/Instr.hs:23)
    insExp (src/Csound/Typed/Control/Instr.hs:26)
    effExp (src/Csound/Typed/Control/Instr.hs:29)
    masterExp (src/Csound/Typed/Control/Instr.hs:32)
    midiExp (src/Csound/Typed/Control/Instr.hs:35)
    unitExp (src/Csound/Typed/Control/Instr.hs:38)
    apInstr (src/Csound/Typed/Control/Instr.hs:41)
    apInstr0 (src/Csound/Typed/Control/Instr.hs:49)
  60% (  6 / 10) in 'Csound.Typed.Control.Midi'
  Missing documentation for:
    Module header
    Msg (src/Csound/Typed/GlobalState/GE.hs:120)
    Channel (src/Csound/Typed/GlobalState/Elements.hs:250)
    initMidiCtrl (src/Csound/Typed/Control/Midi.hs:79)
  75% (  9 / 12) in 'Csound.Typed.Control.Mix'
  Missing documentation for:
    Module header
    Sco (src/Csound/Typed/Control/Mix.hs:35)
    CsdEventList (src/Csound/Typed/Types/MixSco.hs:19)
  56% (  5 /  9) in 'Csound.Typed.Control.Evt'
  Missing documentation for:
    Module header
    sched (src/Csound/Typed/Control/Evt.hs:33)
    evtLoop (src/Csound/Typed/Control/Evt.hs:114)
    evtLoopOnce (src/Csound/Typed/Control/Evt.hs:117)
  89% (  8 /  9) in 'Csound.Typed.Control.Osc'
  Missing documentation for:
    OscRef (src/Csound/Typed/Control/Osc.hs:17)
  33% (  1 /  3) in 'Csound.Typed.Control.Sf2'
  Missing documentation for:
    Module header
    unSf (src/Csound/Typed/Control/Sf2.hs:26)
 100% ( 13 / 13) in 'Csound.Typed.Control.Vco'
  80% (  4 /  5) in 'Csound.Typed.Misc'
  Missing documentation for:
    Module header
  60% (  3 /  5) in 'Csound.Typed.Plugins.TabQueue'
  Missing documentation for:
    Module header
    tabQueue2_readLastElement (src/Csound/Typed/Plugins/TabQueue.hs:44)
  67% (  4 /  6) in 'Csound.Typed.Control.Api'
  Missing documentation for:
    Module header
    namedMonoMsg (src/Csound/Typed/Control/Api.hs:99)
  74% ( 81 /110) in 'Csound.Typed.Control'
  Missing documentation for:
    Module header
    LocalHistory
    runSE (src/Csound/Typed/GlobalState/SE.hs:32)
    execSE (src/Csound/Typed/GlobalState/SE.hs:35)
    evalSE (src/Csound/Typed/GlobalState/SE.hs:56)
    execGEinSE (src/Csound/Typed/GlobalState/SE.hs:38)
    hideGEinDep (src/Csound/Typed/GlobalState/SE.hs:47)
    fromDep (src/Csound/Typed/GlobalState/SE.hs:50)
    fromDep_ (src/Csound/Typed/GlobalState/SE.hs:53)
    geToSe (src/Csound/Typed/GlobalState/SE.hs:59)
    newLocalVar (src/Csound/Typed/GlobalState/SE.hs:68)
    newLocalVars (src/Csound/Typed/GlobalState/SE.hs:65)
    newGlobalVars (src/Csound/Typed/GlobalState/SE.hs:74)
    newClearableGlobalVars (src/Csound/Typed/GlobalState/SE.hs:78)
    writeRef (src/Csound/Typed/Control/Ref.hs:25)
    readRef (src/Csound/Typed/Control/Ref.hs:34)
    instr0 (src/Csound/Typed/Control.hs:43)
    getIns (src/Csound/Typed/Control.hs:53)
    Sco (src/Csound/Typed/Control/Mix.hs:35)
    CsdEventList (src/Csound/Typed/Types/MixSco.hs:19)
    Msg (src/Csound/Typed/GlobalState/GE.hs:120)
    Channel (src/Csound/Typed/GlobalState/Elements.hs:250)
    initMidiCtrl (src/Csound/Typed/Control/Midi.hs:79)
    namedMonoMsg (src/Csound/Typed/Control/Api.hs:99)
    OscRef (src/Csound/Typed/Control/Osc.hs:17)
    unSf (src/Csound/Typ
src/Csound/Typed/Gui/Widget.hs:23: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/Csound/Typed/Gui/Widget.hs:28: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/Csound/Typed/Gui/Widget.hs:33:1: warning: [-Wunused-imports]
    The qualified import of ‘Csound.Typed.GlobalState.Opcodes’ is redundant
      except perhaps to import instances from ‘Csound.Typed.GlobalState.Opcodes’
    To import instances alone, use: import Csound.Typed.GlobalState.Opcodes()

src/Csound/Typed/Render.hs:14: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()
ed/Control/Sf2.hs:26)
    sched (src/Csound/Typed/Control/Evt.hs:33)
    evtLoop (src/Csound/Typed/Control/Evt.hs:114)
    evtLoopOnce (src/Csound/Typed/Control/Evt.hs:117)
  85% ( 55 / 65) in 'Csound.Typed.Gui.Widget'
  Missing documentation for:
    Module header
    SinkSource (src/Csound/Typed/Gui/Widget.hs:130)
    sinkSource (src/Csound/Typed/Gui/Widget.hs:185)
    sourceSlice (src/Csound/Typed/Gui/Widget.hs:514)
    sinkSlice (src/Csound/Typed/Gui/Widget.hs:517)
    butBankSig1 (src/Csound/Typed/Gui/Widget.hs:429)
    setToggle (src/Csound/Typed/Gui/Widget.hs:449)
    setToggleSig (src/Csound/Typed/Gui/Widget.hs:446)
    setKnob (src/Csound/Typed/Gui/Widget.hs:455)
    setSlider (src/Csound/Typed/Gui/Widget.hs:458)
  64% ( 86 /135) in 'Csound.Typed.Gui'
  Missing documentation for:
    Module header
    Panel (src/Csound/Typed/Gui/Gui.hs:216)
    Win (src/Csound/Typed/Gui/Gui.hs:231)
    GuiNode (src/Csound/Typed/Gui/Gui.hs:236)
    GuiHandle (src/Csound/Typed/Gui/Gui.hs:55)
    Elem (src/Csound/Typed/Gui/Gui.hs:169)
    InitMe (src/Csound/Typed/Gui/Gui.hs:165)
    restoreTree (src/Csound/Typed/Gui/Gui.hs:350)
    guiMap (src/Csound/Typed/Gui/Gui.hs:347)
    mapGuiOnPanel (src/Csound/Typed/Gui/Gui.hs:256)
    fromElem (src/Csound/Typed/Gui/Gui.hs:250)
    fromGuiHandle (src/Csound/Typed/Gui/Gui.hs:253)
    panelIsKeybdSensitive (src/Csound/Typed/Gui/Gui.hs:226)
    defText (src/Csound/Typed/Gui/Gui.hs:247)
    guiStmt (src/Csound/Typed/Gui/Gui.hs:357)
    BorderType (src/Csound/Typed/Gui/Gui.hs:138)
    FontType (src/Csound/Typed/Gui/Gui.hs:116)
    Emphasis (src/Csound/Typed/Gui/Gui.hs:117)
    setBorder (src/Csound/Typed/Gui/Gui.hs:342)
    setLabel (src/Csound/Typed/Gui/Gui.hs:781)
    setMaterial (src/Csound/Typed/Gui/Gui.hs:787)
    setLabelType (src/Csound/Typed/Gui/Gui.hs:784)
    setColor1 (src/Csound/Typed/Gui/Gui.hs:793)
    setColor2 (src/Csound/Typed/Gui/Gui.hs:796)
    setColors (src/Csound/Typed/Gui/Gui.hs:799)
    setTextColor (src/Csound/Typed/Gui/Gui.hs:802)
    setFontSize (src/Csound/Typed/Gui/Gui.hs:805)
    setFontType (src/Csound/Typed/Gui/Gui.hs:808)
    setEmphasis (src/Csound/Typed/Gui/Gui.hs:811)
    setOrient (src/Csound/Typed/Gui/Gui.hs:823)
    ValStep (src/Csound/Typed/Gui/Gui.hs:114)
    ValScaleType (src/Csound/Typed/Gui/Gui.hs:112)
    KnobType (src/Csound/Typed/Gui/Gui.hs:118)
    setKnobType (src/Csound/Typed/Gui/Gui.hs:826)
    SliderType (src/Csound/Typed/Gui/Gui.hs:119)
    setSliderType (src/Csound/Typed/Gui/Gui.hs:814)
    TextType (src/Csound/Typed/Gui/Gui.hs:120)
    setTextType (src/Csound/Typed/Gui/Gui.hs:817)
    setBoxType (src/Csound/Typed/Gui/Gui.hs:790)
    setButtonType (src/Csound/Typed/Gui/Gui.hs:820)
    SinkSource (src/Csound/Typed/Gui/Widget.hs:130)
    sinkSource (src/Csound/Typed/Gui/Widget.hs:185)
    sourceSlice (src/Csound/Typed/Gui/Widget.hs:514)
    sinkSlice (src/Csound/Typed/Gui/Widget.hs:517)
    butBankSig1 (src/Csound/Typed/Gui/Widget.hs:429)
    setToggle (src/Csound/Typed/Gui/Widget.hs:449)
    setToggleSig (src/Csound/Typed/Gui/Widget.hs:446)
    setKnob (src/Csound/Typed/Gui/Widget.hs:455)
    setSlider (src/Csound/Typed/Gui/Widget.hs:458)
  21% ( 10 / 47) in 'Csound.Typed.Render'
  Missing documentation for:
    Module header
    renderOut (src/Csound/Typed/Render.hs:54)
    renderOutBy (src/Csound/Typed/Render.hs:57)
    renderEff (src/Csound/Typed/Render.hs:60)
    renderEffBy (src/Csound/Typed/Render.hs:63)
    renderOut_ (src/Csound/Typed/Render.hs:48)
    renderOutBy_ (src/Csound/Typed/Render.hs:51)
    defGain (src/Csound/Typed/GlobalState/Options.hs:52)
    defSampleRate (src/Csound/Typed/GlobalState/Options.hs:55)
    defBlockSize (src/Csound/Typed/GlobalState/Options.hs:58)
    defTabFi (src/Csound/Typed/GlobalState/Options.hs:61)
    idWavs (src/Csound/Typed/GlobalState/Options.hs:99)
    idMp3s (src/Csound/Typed/GlobalState/Options.hs:99)
    idDoubles (src/Csound/Typed/GlobalState/Options.hs:99)
    idSines (src/Csound/Typed/GlobalState/Options.hs:99)
    idSines3 (src/Csound/Typed/GlobalState/Options.hs:99)
    idSines2 (src/Csound/Typed/GlobalState/Options.hs:99)
    idPartials (src/Csound/Typed/GlobalState/Options.hs:99)
    idSines4 (src/Csound/Typed/GlobalState/Options.hs:99)
    idBuzzes (src/Csound/Typed/GlobalState/Options.hs:99)
    idConsts (src/Csound/Typed/GlobalState/Options.hs:99)
    idLins (src/Csound/Typed/GlobalState/Options.hs:99)
    idCubes (src/Csound/Typed/GlobalState/Options.hs:99)
    idExps (src/Csound/Typed/GlobalState/Options.hs:99)
    idSplines (src/Csound/Typed/GlobalState/Options.hs:99)
    idStartEnds (src/Csound/Typed/GlobalState/Options.hs:99)
    idPolys (src/Csound/Typed/GlobalState/Options.hs:99)
    idChebs1 (src/Csound/Typed/GlobalState/Options.hs:99)
    idChebs2 (src/Csound/Typed/GlobalState/Options.hs:99)
    idBessels (src/Csound/Typed/GlobalState/Options.hs:99)
    idWins (src/Csound/Typed/GlobalState/Options.hs:99)
    idPadsynth (src/Csound/Typed/GlobalState/Options.hs:129)
    idTanh (src/Csound/Typed/GlobalState/Options.hs:129)
    idExp (src/Csound/Typed/GlobalState/Options.hs:129)
    idSone (src/Csound/Typed/GlobalState/Options.hs:129)
    idFarey (src/Csound/Typed/GlobalState/Options.hs:129)
    idWave (src/Csound/Typed/GlobalState/Options.hs:129)
  78% (  7 /  9) in 'Csound.Typed'
  Missing documentation for:
    Module header
    infiniteDur (src/Csound/Typed/Constants.hs:5)
Warning: Csound.Typed.Types.Prim: could not find link destinations for:
    ~ pureSingleGE dirtySingleGE Dep dirtyMultiGE pureMultiGE procedureGE PreTab IsPrim PrimOf
Warning: Csound.Typed.Types.Lift: could not find link destinations for:
    dirtySingleGE Dep pureSingleGE dirtyMultiGE pureMultiGE procedureGE
Warning: Csound.Typed.Control: could not find link destinations for:
    Dep procedureGE dirtySingleGE dirtyMultiGE pureMultiGE pureSingleGE ~
Warning: Csound.Typed.Gui: could not find link destinations for:
    LowGui GuiMap ElemOuts
Documentation created: dist/doc/html/csound-expression-typed/index.html,
dist/doc/html/csound-expression-typed/csound-expression-typed.txt
Creating package registration file:
/tmp/pkgConf-csound-expression-typed-0.0.91326297801744161708.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/csound-expression-typed-0.0.9.3-Kd9BXYOKiFb1d8txfpxAyN
Registering csound-expression-typed-0.0.9.3...
cabal: Leaving directory '/tmp/cabal-tmp-9986/csound-expression-typed-0.0.9.3'
Installed csound-expression-typed-0.0.9.3
cabal: Entering directory '/tmp/cabal-tmp-9986/csound-expression-opcodes-0.0.3.1'
Configuring csound-expression-opcodes-0.0.3.1...
Building csound-expression-opcodes-0.0.3.1...
Preprocessing library csound-expression-opcodes-0.0.3.1...
[ 1 of 24] Compiling Csound.Typed.Opcode.ZakPatchSystem ( src/Csound/Typed/Opcode/ZakPatchSystem.hs, dist/build/Csound/Typed/Opcode/ZakPatchSystem.o )

src/Csound/Typed/Opcode/ZakPatchSystem.hs:7: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 24] Compiling Csound.Typed.Opcode.Vectorial ( src/Csound/Typed/Opcode/Vectorial.hs, dist/build/Csound/Typed/Opcode/Vectorial.o )

src/Csound/Typed/Opcode/Vectorial.hs:28:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 3 of 24] Compiling Csound.Typed.Opcode.TableControl ( src/Csound/Typed/Opcode/TableControl.hs, dist/build/Csound/Typed/Opcode/TableControl.o )

src/Csound/Typed/Opcode/TableControl.hs:7: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()
[ 4 of 24] Compiling Csound.Typed.Opcode.Strings ( src/Csound/Typed/Opcode/Strings.hs, dist/build/Csound/Typed/Opcode/Strings.o )

src/Csound/Typed/Opcode/Strings.hs: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()
[ 5 of 24] Compiling Csound.Typed.Opcode.SpectralProcessing ( src/Csound/Typed/Opcode/SpectralProcessing.hs, dist/build/Csound/Typed/Opcode/SpectralProcessing.o )

src/Csound/Typed/Opcode/SpectralProcessing.hs:22: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()
[ 6 of 24] Compiling Csound.Typed.Opcode.SignalModifiers ( src/Csound/Typed/Opcode/SignalModifiers.hs, dist/build/Csound/Typed/Opcode/SignalModifiers.o )

src/Csound/Typed/Opcode/SignalModifiers.hs:49:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 7 of 24] Compiling Csound.Typed.Opcode.SignalIO ( src/Csound/Typed/Opcode/SignalIO.hs, dist/build/Csound/Typed/Opcode/SignalIO.o )

src/Csound/Typed/Opcode/SignalIO.hs:22: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()
[ 8 of 24] Compiling Csound.Typed.Opcode.SignalGenerators ( src/Csound/Typed/Opcode/SignalGenerators.hs, dist/build/Csound/Typed/Opcode/SignalGenerators.o )

src/Csound/Typed/Opcode/SignalGenerators.hs:55: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()
[ 9 of 24] Compiling Csound.Typed.Opcode.SignalFlowGraphOpcodes ( src/Csound/Typed/Opcode/SignalFlowGraphOpcodes.hs, dist/build/Csound/Typed/Opcode/SignalFlowGraphOpcodes.o )

src/Csound/Typed/Opcode/SignalFlowGraphOpcodes.hs:7: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()
[10 of 24] Compiling Csound.Typed.Opcode.SerialIO ( src/Csound/Typed/Opcode/SerialIO.hs, dist/build/Csound/Typed/Opcode/SerialIO.o )

src/Csound/Typed/Opcode/SerialIO.hs:7: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()
[11 of 24] Compiling Csound.Typed.Opcode.RemoteOpcodes ( src/Csound/Typed/Opcode/RemoteOpcodes.hs, dist/build/Csound/Typed/Opcode/RemoteOpcodes.o )

src/Csound/Typed/Opcode/RemoteOpcodes.hs:7: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()
[12 of 24] Compiling Csound.Typed.Opcode.RealtimeMIDI ( src/Csound/Typed/Opcode/RealtimeMIDI.hs, dist/build/Csound/Typed/Opcode/RealtimeMIDI.o )

src/Csound/Typed/Opcode/RealtimeMIDI.hs:28: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()
[13 of 24] Compiling Csound.Typed.Opcode.PluginHosting ( src/Csound/Typed/Opcode/PluginHosting.hs, dist/build/Csound/Typed/Opcode/PluginHosting.o )

src/Csound/Typed/Opcode/PluginHosting.hs:10: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()
[14 of 24] Compiling Csound.Typed.Opcode.PitchConverters ( src/Csound/Typed/Opcode/PitchConverters.hs, dist/build/Csound/Typed/Opcode/PitchConverters.o )

src/Csound/Typed/Opcode/PitchConverters.hs:10: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/Csound/Typed/Opcode/PitchConverters.hs:11:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad.Trans.Class’ is redundant
      except perhaps to import instances from ‘Control.Monad.Trans.Class’
    To import instances alone, use: import Control.Monad.Trans.Class()
[15 of 24] Compiling Csound.Typed.Opcode.OSC ( src/Csound/Typed/Opcode/OSC.hs, dist/build/Csound/Typed/Opcode/OSC.o )

src/Csound/Typed/Opcode/OSC.hs:7: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()
[16 of 24] Compiling Csound.Typed.Opcode.Network ( src/Csound/Typed/Opcode/Network.hs, dist/build/Csound/Typed/Opcode/Network.o )

src/Csound/Typed/Opcode/Network.hs:7: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 24] Compiling Csound.Typed.Opcode.MixerOpcodes ( src/Csound/Typed/Opcode/MixerOpcodes.hs, dist/build/Csound/Typed/Opcode/MixerOpcodes.o )

src/Csound/Typed/Opcode/MixerOpcodes.hs:7: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()
[18 of 24] Compiling Csound.Typed.Opcode.Miscellaneous ( src/Csound/Typed/Opcode/Miscellaneous.hs, dist/build/Csound/Typed/Opcode/Miscellaneous.o )

src/Csound/Typed/Opcode/Miscellaneous.hs:7: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 24] Compiling Csound.Typed.Opcode.MathematicalOperations ( src/Csound/Typed/Opcode/MathematicalOperations.hs, dist/build/Csound/Typed/Opcode/MathematicalOperations.o )

src/Csound/Typed/Opcode/MathematicalOperations.hs:16: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()
[20 of 24] Compiling Csound.Typed.Opcode.JackoOpcodes ( src/Csound/Typed/Opcode/JackoOpcodes.hs, dist/build/Csound/Typed/Opcode/JackoOpcodes.o )

src/Csound/Typed/Opcode/JackoOpcodes.hs:7: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()
[21 of 24] Compiling Csound.Typed.Opcode.InstrumentControl ( src/Csound/Typed/Opcode/InstrumentControl.hs, dist/build/Csound/Typed/Opcode/InstrumentControl.o )

src/Csound/Typed/Opcode/InstrumentControl.hs:28: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()
[22 of 24] Compiling Csound.Typed.Opcode.ImageProcessingOpcodes ( src/Csound/Typed/Opcode/ImageProcessingOpcodes.hs, dist/build/Csound/Typed/Opcode/ImageProcessingOpcodes.o )

src/Csound/Typed/Opcode/ImageProcessingOpcodes.hs:7: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()
[23 of 24] Compiling Csound.Typed.Opcode.FLTK ( src/Csound/Typed/Opcode/FLTK.hs, dist/build/Csound/Typed/Opcode/FLTK.o )

src/Csound/Typed/Opcode/FLTK.hs:16: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()
[24 of 24] Compiling Csound.Typed.Opcode ( src/Csound/Typed/Opcode.hs, dist/build/Csound/Typed/Opcode.o )
Running Haddock for csound-expression-opcodes-0.0.3.1...
Running hscolour for csound-expression-opcodes-0.0.3.1...
Preprocessing library csound-expression-opcodes-0.0.3.1...
Preprocessing library csound-expression-opcodes-0.0.3.1...

src/Csound/Typed/Opcode/ZakPatchSystem.hs:7: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/Csound/Typed/Opcode/Vectorial.hs:28: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/Csound/Typed/Opcode/TableControl.hs:7: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/Csound/Typed/Opcode/Strings.hs: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()

src/Csound/Typed/Opcode/SpectralProcessing.hs:22: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/Csound/Typed/Opcode/SignalModifiers.hs:49: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/Csound/Typed/Opcode/SignalIO.hs:22: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/Csound/Typed/Opcode/SignalGenerators.hs:55: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/Csound/Typed/Opcode/SignalFlowGraphOpcodes.hs:7: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/Csound/Typed/Opcode/SerialIO.hs:7: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/Csound/Typed/Opcode/RemoteOpcodes.hs:7: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/Csound/Typed/Opcode/RealtimeMIDI.hs:28: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/Csound/Typed/Opcode/PluginHosting.hs:10: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/Csound/Typed/Opcode/PitchConverters.hs:10: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/Csound/Typed/Opcode/PitchConverters.hs:11:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad.Trans.Class’ is redundant
      except perhaps to import instances from ‘Control.Monad.Trans.Class’
    To import instances alone, use: import Control.Monad.Trans.Class()

src/Csound/Typed/Opcode/OSC.hs:7: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/Csound/Typed/Opcode/Network.hs:7: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/Csound/Typed/Opcode/MixerOpcodes.hs:7: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/Csound/Typed/Opcode/Miscellaneous.hs:7: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/Csound/Typed/Opcode/MathematicalOperations.hs:16: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/Csound/Typed/Opcode/JackoOpcodes.hs:7: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/Csound/Typed/Opcode/InstrumentControl.hs:28: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/Csound/Typed/Opcode/ImageProcessingOpcodes.hs:7: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/Csound/Typed/Opcode/FLTK.hs:16: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:
  94% ( 15 / 16) in 'Csound.Typed.Opcode.ZakPatchSystem'
  Missing documentation for:
    Module header
  98% ( 56 / 57) in 'Csound.Typed.Opcode.Vectorial'
  Missing documentation for:
    Module header
  80% (  4 /  5) in 'Csound.Typed.Opcode.TableControl'
  Missing documentation for:
    Module header
  97% ( 32 / 33) in 'Csound.Typed.Opcode.Strings'
  Missing documentation for:
    Module header
  99% ( 96 / 97) in 'Csound.Typed.Opcode.SpectralProcessing'
  Missing documentation for:
    Module header
  99% (186 /187) in 'Csound.Typed.Opcode.SignalModifiers'
  Missing documentation for:
    Module header
  99% ( 95 / 96) in 'Csound.Typed.Opcode.SignalIO'
  Missing documentation for:
    Module header
 100% (273 /274) in 'Csound.Typed.Opcode.SignalGenerators'
  Missing documentation for:
    Module header
  90% (  9 / 10) in 'Csound.Typed.Opcode.SignalFlowGraphOpcodes'
  Missing documentation for:
    Module header
  88% (  7 /  8) in 'Csound.Typed.Opcode.SerialIO'
  Missing documentation for:
    Module header
  80% (  4 /  5) in 'Csound.Typed.Opcode.RemoteOpcodes'
  Missing documentation for:
    Module header
  99% ( 74 / 75) in 'Csound.Typed.Opcode.RealtimeMIDI'
  Missing documentation for:
    Module header
  74% ( 14 / 19) in 'Csound.Typed.Opcode.PluginHosting'
  Missing documentation for:
    Module header
    vstaudio (src/Csound/Typed/Opcode/PluginHosting.hs:89)
    vstaudiog (src/Csound/Typed/Opcode/PluginHosting.hs:102)
    vstparamset (src/Csound/Typed/Opcode/PluginHosting.hs:194)
    vstparamget (src/Csound/Typed/Opcode/PluginHosting.hs:206)
  94% ( 17 / 18) in 'Csound.Typed.Opcode.PitchConverters'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'Csound.Typed.Opcode.OSC'
  Missing documentation for:
    Module header
  88% (  7 /  8) in 'Csound.Typed.Opcode.Network'
  Missing documentation for:
    Module header
  86% (  6 /  7) in 'Csound.Typed.Opcode.MixerOpcodes'
  Missing documentation for:
    Module header
  89% (  8 /  9) in 'Csound.Typed.Opcode.Miscellaneous'
  Missing documentation for:
    Module header
  95% ( 20 / 21) in 'Csound.Typed.Opcode.MathematicalOperations'
  Missing documentation for:
    Module header
  93% ( 13 / 14) in 'Csound.Typed.Opcode.JackoOpcodes'
  Missing documentation for:
    Module header
  99% ( 83 / 84) in 'Csound.Typed.Opcode.InstrumentControl'
  Missing documentation for:
    Module header
  88% (  7 /  8) in 'Csound.Typed.Opcode.ImageProcessingOpcodes'
  Missing documentation for:
    Module header
  99% ( 69 / 70) in 'Csound.Typed.Opcode.FLTK'
  Missing documentation for:
    Module header
  96% ( 23 / 24) in 'Csound.Typed.Opcode'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/csound-expression-opcodes/index.html,
dist/doc/html/csound-expression-opcodes/csound-expression-opcodes.txt
Creating package registration file:
/tmp/pkgConf-csound-expression-opcodes-0.0.359344320396198530.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/csound-expression-opcodes-0.0.3.1-7qpS3QoTHwO9XUP1LA4nr5
Registering csound-expression-opcodes-0.0.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-9986/csound-expression-opcodes-0.0.3.1'
Installed csound-expression-opcodes-0.0.3.1
Downloading csound-expression-5.0.1...
cabal: Entering directory '/tmp/cabal-tmp-9986/csound-expression-5.0.1'
Configuring csound-expression-5.0.1...
Building csound-expression-5.0.1...
Preprocessing library csound-expression-5.0.1...
[ 1 of 42] Compiling Csound.Types     ( src/Csound/Types.hs, dist/build/Csound/Types.o )
[ 2 of 42] Compiling Csound.Tab       ( src/Csound/Tab.hs, dist/build/Csound/Tab.o )

src/Csound/Tab.hs:100: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/Csound/Tab.hs:106:1: warning: [-Wunused-imports]
    The import of ‘Csound.Typed.Opcode’ is redundant
      except perhaps to import instances from ‘Csound.Typed.Opcode’
    To import instances alone, use: import Csound.Typed.Opcode()

src/Csound/Tab.hs:199:8: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Tab.hs:102:1-48
      (and originally defined in ‘Csound.Dynamic.Types.Exp’)

src/Csound/Tab.hs:202:8: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Tab.hs:102:1-48
      (and originally defined in ‘Csound.Dynamic.Types.Exp’)

src/Csound/Tab.hs:400:35: warning: [-Wname-shadowing]
    This binding for ‘pn’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Tab.hs:102:1-48
      (and originally defined in ‘Csound.Dynamic.Build’)

src/Csound/Tab.hs:404:35: warning: [-Wname-shadowing]
    This binding for ‘pn’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Tab.hs:102:1-48
      (and originally defined in ‘Csound.Dynamic.Build’)

src/Csound/Tab.hs:563:16: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Tab.hs:102:1-48
      (and originally defined in ‘Csound.Dynamic.Types.Exp’)

src/Csound/Tab.hs:574:5: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Tab.hs:102:1-48
      (and originally defined in ‘Csound.Dynamic.Types.Exp’)
[ 3 of 42] Compiling Csound.Tuning    ( src/Csound/Tuning.hs, dist/build/Csound/Tuning.o )

src/Csound/Tuning.hs:25:1: warning: [-Wunused-imports]
    The import of ‘Csound.Typed.Opcode’ is redundant
      except perhaps to import instances from ‘Csound.Typed.Opcode’
    To import instances alone, use: import Csound.Typed.Opcode()

src/Csound/Tuning.hs:121:24: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Tuning.hs:25:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Tuning.hs:125:25: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Tuning.hs:25:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Tuning.hs:135:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: equalCents1 :: [Double]

src/Csound/Tuning.hs:136:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: justCents1 :: [Double]

src/Csound/Tuning.hs:137:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: meantoneCents :: [Double]

src/Csound/Tuning.hs:138:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: pythagorCents :: [Double]

src/Csound/Tuning.hs:139:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      werckmeisterCents :: [Double]

src/Csound/Tuning.hs:141:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: youngCents1 :: [Double]

src/Csound/Tuning.hs:142:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: youngCents2 :: [Double]

src/Csound/Tuning.hs:143:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: youngCents3 :: [Double]

src/Csound/Tuning.hs:145:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      toTemp :: [Double] -> Temp
[ 4 of 42] Compiling Csound.SigSpace  ( src/Csound/SigSpace.hs, dist/build/Csound/SigSpace.o )

src/Csound/SigSpace.hs:17:1: warning: [-Wunused-imports]
    The import of ‘Csound.Types’ is redundant
      except perhaps to import instances from ‘Csound.Types’
    To import instances alone, use: import Csound.Types()

src/Csound/SigSpace.hs:39:20: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/SigSpace.hs:38:4

src/Csound/SigSpace.hs:378:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: fromMono :: t -> (t, t)
[ 5 of 42] Compiling Csound.Options   ( src/Csound/Options.hs, dist/build/Csound/Options.o )
[ 6 of 42] Compiling Csound.Control.SE ( src/Csound/Control/SE.hs, dist/build/Csound/Control/SE.o )

src/Csound/Control/SE.hs:7:1: warning: [-Wunused-imports]
    The import of ‘Csound.Typed.Types.Tuple’ is redundant
      except perhaps to import instances from ‘Csound.Typed.Types.Tuple’
    To import instances alone, use: import Csound.Typed.Types.Tuple()
[ 7 of 42] Compiling Csound.Control.Overload.SpecInstr ( src/Csound/Control/Overload/SpecInstr.hs, dist/build/Csound/Control/Overload/SpecInstr.o )
[ 8 of 42] Compiling Csound.Control.Overload.Outs ( src/Csound/Control/Overload/Outs.hs, dist/build/Csound/Control/Overload/Outs.o )

src/Csound/Control/Overload/Outs.hs:19:1: warning: [-Wtabs]
    Tab character found here, and in 11 further locations.
    Please use spaces instead.
[ 9 of 42] Compiling Csound.Control.Overload.MidiInstr ( src/Csound/Control/Overload/MidiInstr.hs, dist/build/Csound/Control/Overload/MidiInstr.o )
[10 of 42] Compiling Csound.Control.Overload ( src/Csound/Control/Overload.hs, dist/build/Csound/Control/Overload.o )
[11 of 42] Compiling Csound.Control.Osc ( src/Csound/Control/Osc.hs, dist/build/Csound/Control/Osc.o )
[12 of 42] Compiling Csound.Control.Gui.Props ( src/Csound/Control/Gui/Props.hs, dist/build/Csound/Control/Gui/Props.o )
[13 of 42] Compiling Csound.Control.Gui.Layout ( src/Csound/Control/Gui/Layout.hs, dist/build/Csound/Control/Gui/Layout.o )
[14 of 42] Compiling Csound.Control.Evt ( src/Csound/Control/Evt.hs, dist/build/Csound/Control/Evt.o )

src/Csound/Control/Evt.hs:105:11: warning: [-Wname-shadowing]
    This binding for ‘singleEvent’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Control/Evt.hs:31:1-21

src/Csound/Control/Evt.hs:134:11: warning: [-Wname-shadowing]
    This binding for ‘trigger’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Control/Evt.hs:34:1-54
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Control/Evt.hs:153:9: warning: [-Wname-shadowing]
    This binding for ‘within’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Control/Evt.hs:31:1-21
[15 of 42] Compiling Csound.Control.Gui.Widget ( src/Csound/Control/Gui/Widget.hs, dist/build/Csound/Control/Gui/Widget.o )

src/Csound/Control/Gui/Widget.hs:188:1: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for ‘genNumbers’: Patterns not matched: _ []

src/Csound/Control/Gui/Widget.hs:188:21: warning: [-Wunused-matches]
    Defined but not used: ‘ds’

src/Csound/Control/Gui/Widget.hs:231:11: warning: [-Wname-shadowing]
    This binding for ‘width’ shadows the existing binding
      imported from ‘Csound.Typed.Gui’ at src/Csound/Control/Gui/Widget.hs:60:1-23
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.BoxModel’)

src/Csound/Control/Gui/Widget.hs:231:17: warning: [-Wname-shadowing]
    This binding for ‘height’ shadows the existing binding
      imported from ‘Csound.Typed.Gui’ at src/Csound/Control/Gui/Widget.hs:60:1-23
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.BoxModel’)

src/Csound/Control/Gui/Widget.hs:239:19: warning: [-Wname-shadowing]
    This binding for ‘width’ shadows the existing binding
      imported from ‘Csound.Typed.Gui’ at src/Csound/Control/Gui/Widget.hs:60:1-23
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.BoxModel’)

src/Csound/Control/Gui/Widget.hs:239:25: warning: [-Wname-shadowing]
    This binding for ‘height’ shadows the existing binding
      imported from ‘Csound.Typed.Gui’ at src/Csound/Control/Gui/Widget.hs:60:1-23
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.BoxModel’)

src/Csound/Control/Gui/Widget.hs:255:19: warning: [-Wname-shadowing]
    This binding for ‘as’ shadows the existing binding
      bound at src/Csound/Control/Gui/Widget.hs:239:38

src/Csound/Control/Gui/Widget.hs:280:20: warning: [-Wname-shadowing]
    This binding for ‘reads’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Control/Gui/Widget.hs:6:8-32
      (and originally defined in ‘Text.Read’)

src/Csound/Control/Gui/Widget.hs:338:11: warning: [-Wname-shadowing]
    This binding for ‘widget’ shadows the existing binding
      imported from ‘Csound.Typed.Gui’ at src/Csound/Control/Gui/Widget.hs:60:1-23
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Widget’)

src/Csound/Control/Gui/Widget.hs:341:11: warning: [-Wname-shadowing]
    This binding for ‘widget’ shadows the existing binding
      imported from ‘Csound.Typed.Gui’ at src/Csound/Control/Gui/Widget.hs:60:1-23
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Widget’)

src/Csound/Control/Gui/Widget.hs:423:17: warning: [-Wname-shadowing]
    This binding for ‘span’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Control/Gui/Widget.hs:6:8-32
      (and originally defined in ‘GHC.List’)

src/Csound/Control/Gui/Widget.hs:428:19: warning: [-Wname-shadowing]
    This binding for ‘span’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Control/Gui/Widget.hs:6:8-32
      (and originally defined in ‘GHC.List’)

src/Csound/Control/Gui/Widget.hs:455:20: warning: [-Wname-shadowing]
    This binding for ‘reads’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Control/Gui/Widget.hs:6:8-32
      (and originally defined in ‘Text.Read’)
[16 of 42] Compiling Csound.Control.Gui ( src/Csound/Control/Gui.hs, dist/build/Csound/Control/Gui.o )

src/Csound/Control/Gui.hs:89:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad’ is redundant
      except perhaps to import instances from ‘Control.Monad’
    To import instances alone, use: import Control.Monad()

src/Csound/Control/Gui.hs:100:1: warning: [-Worphans]
    Orphan instance: instance SigSpace a => SigSpace (Source a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Control/Gui.hs:103:1: warning: [-Worphans]
    Orphan instance:
      instance At Sig (SE Sig) a => At Sig (SE Sig) (Source a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Control/Gui.hs:107:1: warning: [-Worphans]
    Orphan instance: instance At Sig2 Sig2 a => At Sig2 Sig2 (Source a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Control/Gui.hs:111:1: warning: [-Worphans]
    Orphan instance:
      instance At Sig2 (SE Sig2) a => At Sig2 (SE Sig2) (Source a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Control/Gui.hs:145:9: warning: [-Wname-shadowing]
    This binding for ‘props’ shadows the existing binding
      imported from ‘Csound.Control.Gui.Props’ at src/Csound/Control/Gui.hs:96:1-31
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Gui’)

src/Csound/Control/Gui.hs:150:9: warning: [-Wname-shadowing]
    This binding for ‘props’ shadows the existing binding
      imported from ‘Csound.Control.Gui.Props’ at src/Csound/Control/Gui.hs:96:1-31
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Gui’)

src/Csound/Control/Gui.hs:153:24: warning: [-Wname-shadowing]
    This binding for ‘props’ shadows the existing binding
      imported from ‘Csound.Control.Gui.Props’ at src/Csound/Control/Gui.hs:96:1-31
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Gui’)

src/Csound/Control/Gui.hs:172:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      lift2' :: Double
                -> Double
                -> (Gui -> Gui -> Gui)
                -> (a -> b -> c)
                -> Source a
                -> Source b
                -> Source c

src/Csound/Control/Gui.hs:173:22: warning: [-Wname-shadowing]
    This binding for ‘gf’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:172:12

src/Csound/Control/Gui.hs:173:28: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:172:8

src/Csound/Control/Gui.hs:173:30: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:172:10

src/Csound/Control/Gui.hs:200:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      lift3' :: Double
                -> Double
                -> Double
                -> (Gui -> Gui -> Gui -> Gui)
                -> (a -> b -> c -> d)
                -> Source a
                -> Source b
                -> Source c
                -> Source d

src/Csound/Control/Gui.hs:201:16: warning: [-Wname-shadowing]
    This binding for ‘sa’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:200:8

src/Csound/Control/Gui.hs:201:19: warning: [-Wname-shadowing]
    This binding for ‘sb’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:200:11

src/Csound/Control/Gui.hs:201:22: warning: [-Wname-shadowing]
    This binding for ‘sc’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:200:14

src/Csound/Control/Gui.hs:201:25: warning: [-Wname-shadowing]
    This binding for ‘gf’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:200:17

src/Csound/Control/Gui.hs:213:32: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:213:9

src/Csound/Control/Gui.hs:213:34: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:213:11

src/Csound/Control/Gui.hs:213:36: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:213:13

src/Csound/Control/Gui.hs:217:32: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:217:9

src/Csound/Control/Gui.hs:217:34: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:217:11

src/Csound/Control/Gui.hs:217:36: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:217:13

src/Csound/Control/Gui.hs:227:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      lift4' :: Double
                -> Double
                -> Double
                -> Double
                -> (Gui -> Gui -> Gui -> Gui -> Gui)
                -> (a -> b -> c -> d -> e)
                -> Source a
                -> Source b
                -> Source c
                -> Source d
                -> Source e

src/Csound/Control/Gui.hs:228:16: warning: [-Wname-shadowing]
    This binding for ‘sa’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:227:8

src/Csound/Control/Gui.hs:228:19: warning: [-Wname-shadowing]
    This binding for ‘sb’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:227:11

src/Csound/Control/Gui.hs:228:22: warning: [-Wname-shadowing]
    This binding for ‘sc’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:227:14

src/Csound/Control/Gui.hs:228:25: warning: [-Wname-shadowing]
    This binding for ‘sd’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:227:17

src/Csound/Control/Gui.hs:228:28: warning: [-Wname-shadowing]
    This binding for ‘gf’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:227:20

src/Csound/Control/Gui.hs:240:36: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:240:9

src/Csound/Control/Gui.hs:240:38: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:240:11

src/Csound/Control/Gui.hs:240:40: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:240:13

src/Csound/Control/Gui.hs:240:42: warning: [-Wname-shadowing]
    This binding for ‘d’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:240:15

src/Csound/Control/Gui.hs:244:36: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:244:9

src/Csound/Control/Gui.hs:244:38: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:244:11

src/Csound/Control/Gui.hs:244:40: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:244:13

src/Csound/Control/Gui.hs:244:42: warning: [-Wname-shadowing]
    This binding for ‘d’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:244:15

src/Csound/Control/Gui.hs:256:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      lift5' :: Double
                -> Double
                -> Double
                -> Double
                -> Double
                -> (Gui -> Gui -> Gui -> Gui -> Gui -> Gui)
                -> (a1 -> a2 -> a3 -> a4 -> a5 -> b)
                -> Source a1
                -> Source a2
                -> Source a3
                -> Source a4
                -> Source a5
                -> Source b

src/Csound/Control/Gui.hs:257:16: warning: [-Wname-shadowing]
    This binding for ‘sa’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:256:8

src/Csound/Control/Gui.hs:257:19: warning: [-Wname-shadowing]
    This binding for ‘sb’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:256:11

src/Csound/Control/Gui.hs:257:22: warning: [-Wname-shadowing]
    This binding for ‘sc’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:256:14

src/Csound/Control/Gui.hs:257:25: warning: [-Wname-shadowing]
    This binding for ‘sd’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:256:17

src/Csound/Control/Gui.hs:257:28: warning: [-Wname-shadowing]
    This binding for ‘se’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:256:20

src/Csound/Control/Gui.hs:257:31: warning: [-Wname-shadowing]
    This binding for ‘gf’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:256:23

src/Csound/Control/Gui.hs:269:40: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:269:9

src/Csound/Control/Gui.hs:269:42: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:269:11

src/Csound/Control/Gui.hs:269:44: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:269:13

src/Csound/Control/Gui.hs:269:46: warning: [-Wname-shadowing]
    This binding for ‘d’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:269:15

src/Csound/Control/Gui.hs:269:48: warning: [-Wname-shadowing]
    This binding for ‘e’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:269:17

src/Csound/Control/Gui.hs:273:40: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:273:9

src/Csound/Control/Gui.hs:273:42: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:273:11

src/Csound/Control/Gui.hs:273:44: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:273:13

src/Csound/Control/Gui.hs:273:46: warning: [-Wname-shadowing]
    This binding for ‘d’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:273:15

src/Csound/Control/Gui.hs:273:48: warning: [-Wname-shadowing]
    This binding for ‘e’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:273:17
[17 of 42] Compiling Csound.IO        ( src/Csound/IO.hs, dist/build/Csound/IO.o )
[18 of 42] Compiling Csound.Control.Instr ( src/Csound/Control/Instr.hs, dist/build/Csound/Control/Instr.o )

src/Csound/Control/Instr.hs:116:1: warning: [-Wdodgy-imports]
    Module ‘Temporal.Media’ does not export ‘delay’

src/Csound/Control/Instr.hs:116:1: warning: [-Wdodgy-imports]
    Module ‘Temporal.Media’ does not export ‘line’

src/Csound/Control/Instr.hs:116:1: warning: [-Wdodgy-imports]
    Module ‘Temporal.Media’ does not export ‘chord’

src/Csound/Control/Instr.hs:116:1: warning: [-Wdodgy-imports]
    Module ‘Temporal.Media’ does not export ‘stretch’

src/Csound/Control/Instr.hs:120:55: warning: [-Wdeprecations]
    In the use of ‘metroE’ (imported from Csound.Control.Evt):
    Deprecated: "Use metro instead"

src/Csound/Control/Instr.hs:127:57: warning: [-Wdeprecations]
    In the use of ‘metroE’ (imported from Csound.Control.Evt):
    Deprecated: "Use metro instead"
[19 of 42] Compiling Csound.Control.Midi ( src/Csound/Control/Midi.hs, dist/build/Csound/Control/Midi.o )

src/Csound/Control/Midi.hs:37:1: warning: [-Wtabs]
    Tab character found here, and in 119 further locations.
    Please use spaces instead.

src/Csound/Control/Midi.hs:172:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘namedAmpCpsSig’
[20 of 42] Compiling Csound.Control.Sf ( src/Csound/Control/Sf.hs, dist/build/Csound/Control/Sf.o )
[21 of 42] Compiling Csound.Control.Channel ( src/Csound/Control/Channel.hs, dist/build/Csound/Control/Channel.o )
[22 of 42] Compiling Csound.Control   ( src/Csound/Control.hs, dist/build/Csound/Control.o )
[23 of 42] Compiling Csound.Air.Wave  ( src/Csound/Air/Wave.hs, dist/build/Csound/Air/Wave.o )

src/Csound/Air/Wave.hs:4:1: warning: [-Wtabs]
    Tab character found here.
    Please use spaces instead.

src/Csound/Air/Wave.hs:47:1: warning: [-Wunused-imports]
    The import of ‘sines4’ from module ‘Csound.Tab’ is redundant

src/Csound/Air/Wave.hs:130:10: warning: [-Wname-shadowing]
    This binding for ‘mod’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Wave.hs:3:8-22
      (and originally defined in ‘GHC.Real’)

src/Csound/Air/Wave.hs:170:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: uosc' :: D -> Sig -> Sig

src/Csound/Air/Wave.hs:171:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      uoscBy' :: Tab -> D -> Sig -> Sig

src/Csound/Air/Wave.hs:172:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: usaw' :: D -> Sig -> Sig

src/Csound/Air/Wave.hs:173:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: uisaw' :: D -> Sig -> Sig

src/Csound/Air/Wave.hs:174:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      upulse' :: D -> Sig -> Sig

src/Csound/Air/Wave.hs:175:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: usqr' :: D -> Sig -> Sig

src/Csound/Air/Wave.hs:176:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      upw' :: Sig -> D -> Sig -> Sig

src/Csound/Air/Wave.hs:177:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: utri' :: D -> Sig -> Sig

src/Csound/Air/Wave.hs:178:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      uramp' :: Sig -> D -> Sig -> Sig

src/Csound/Air/Wave.hs:179:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      ublosc' :: Tab -> D -> Sig -> Sig

src/Csound/Air/Wave.hs:188:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndOsc :: Sig -> SE Sig

src/Csound/Air/Wave.hs:189:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rndOscBy :: Tab -> Sig -> SE Sig

src/Csound/Air/Wave.hs:190:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndSaw :: Sig -> SE Sig

src/Csound/Air/Wave.hs:191:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndIsaw :: Sig -> SE Sig

src/Csound/Air/Wave.hs:192:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndPulse :: Sig -> SE Sig

src/Csound/Air/Wave.hs:193:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndSqr :: Sig -> SE Sig

src/Csound/Air/Wave.hs:194:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rndPw :: Sig -> Sig -> SE Sig

src/Csound/Air/Wave.hs:195:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndTri :: Sig -> SE Sig

src/Csound/Air/Wave.hs:196:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rndRamp :: Sig -> Sig -> SE Sig

src/Csound/Air/Wave.hs:197:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rndBlosc :: Tab -> Sig -> SE Sig

src/Csound/Air/Wave.hs:199:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: urndOsc :: Sig -> SE Sig

src/Csound/Air/Wave.hs:200:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      urndOscBy :: Tab -> Sig -> SE Sig

src/Csound/Air/Wave.hs:201:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: urndSaw :: Sig -> SE Sig

src/Csound/Air/Wave.hs:202:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: urndIsaw :: Sig -> SE Sig

src/Csound/Air/Wave.hs:203:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      urndPulse :: Sig -> SE Sig

src/Csound/Air/Wave.hs:204:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: urndSqr :: Sig -> SE Sig

src/Csound/Air/Wave.hs:205:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      urndPw :: Sig -> Sig -> SE Sig

src/Csound/Air/Wave.hs:206:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: urndTri :: Sig -> SE Sig

src/Csound/Air/Wave.hs:207:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      urndRamp :: Sig -> Sig -> SE Sig

src/Csound/Air/Wave.hs:208:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      urndBlosc :: Tab -> Sig -> SE Sig

src/Csound/Air/Wave.hs:267:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      linRange :: Integral a => a -> Sig -> [Sig]
[24 of 42] Compiling Csound.Air.Spec  ( src/Csound/Air/Spec.hs, dist/build/Csound/Air/Spec.o )

src/Csound/Air/Spec.hs:2:26: warning: [-Wtabs]
    Tab character found here, and in 50 further locations.
    Please use spaces instead.
[25 of 42] Compiling Csound.Air.Wav   ( src/Csound/Air/Wav.hs, dist/build/Csound/Air/Wav.o )

src/Csound/Air/Wav.hs:46: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/Csound/Air/Wav.hs:50:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad.Trans.Class’ is redundant
      except perhaps to import instances from ‘Control.Monad.Trans.Class’
    To import instances alone, use: import Control.Monad.Trans.Class()

src/Csound/Air/Wav.hs:77:15: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Wav.hs:48:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Wav.hs:119:28: warning: [-Wdeprecations]
    In the use of ‘metroE’ (imported from Csound.Control.Evt):
    Deprecated: "Use metro instead"

src/Csound/Air/Wav.hs:308:26: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Wav.hs:308:35: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:326:8: warning: [-Wunused-matches]
    Defined but not used: ‘irefdur’

src/Csound/Air/Wav.hs:413:18: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:416:53: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:455:17: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:455:23: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:459:17: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:459:23: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:464:30: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:464:36: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:469:30: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:469:36: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:475:30: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:475:36: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:481:30: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:481:36: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:485:18: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:485:24: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:489:18: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:489:24: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:493:31: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:493:37: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:497:31: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:497:37: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:501:31: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:501:37: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:505:31: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:505:37: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)
[26 of 42] Compiling Csound.Air.Seg   ( src/Csound/Air/Seg.hs, dist/build/Csound/Air/Seg.o )

src/Csound/Air/Seg.hs:3:1: warning: [-Wtabs]
    Tab character found here, and in 177 further locations.
    Please use spaces instead.

src/Csound/Air/Seg.hs:8: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/Csound/Air/Seg.hs:96:29: warning: [-Wname-shadowing]
    This binding for ‘as’ shadows the existing binding
      bound at src/Csound/Air/Seg.hs:93:7

src/Csound/Air/Seg.hs:105:29: warning: [-Wname-shadowing]
    This binding for ‘as’ shadows the existing binding
      bound at src/Csound/Air/Seg.hs:102:6

src/Csound/Air/Seg.hs:125:12: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns not matched:
            (Loop (Unlim _))
            (Loop (Par _))
            (Loop (Loop _))

src/Csound/Air/Seg.hs:168:27: warning: [-Wname-shadowing]
    This binding for ‘x’ shadows the existing binding
      bound at src/Csound/Air/Seg.hs:150:8
[27 of 42] Compiling Csound.Air.Pan   ( src/Csound/Air/Pan.hs, dist/build/Csound/Air/Pan.o )
[28 of 42] Compiling Csound.Air.Padsynth ( src/Csound/Air/Padsynth.hs, dist/build/Csound/Air/Padsynth.o )

src/Csound/Air/Padsynth.hs:54:29: warning: [-Wname-shadowing]
    This binding for ‘freq’ shadows the existing binding
      bound at src/Csound/Air/Padsynth.hs:51:31

src/Csound/Air/Padsynth.hs:59:5: warning: [-Wname-shadowing]
    This binding for ‘left’ shadows the existing binding
      imported from ‘Control.Arrow’ at src/Csound/Air/Padsynth.hs:34:1-20

src/Csound/Air/Padsynth.hs:60:5: warning: [-Wname-shadowing]
    This binding for ‘right’ shadows the existing binding
      imported from ‘Control.Arrow’ at src/Csound/Air/Padsynth.hs:34:1-20

src/Csound/Air/Padsynth.hs:87:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘toThreshholdCond’

src/Csound/Air/Padsynth.hs:128:24: warning: [-Wunused-matches]
    Defined but not used: ‘specs’

src/Csound/Air/Padsynth.hs:128:31: warning: [-Wunused-matches]
    Defined but not used: ‘amp’

src/Csound/Air/Padsynth.hs:128:36: warning: [-Wunused-matches]
    Defined but not used: ‘freq’

src/Csound/Air/Padsynth.hs:145:7: warning: [-Wunused-matches]
    Defined but not used: ‘cond’

src/Csound/Air/Padsynth.hs:146:19: warning: [-Wunused-matches]
    Defined but not used: ‘cond2’

src/Csound/Air/Padsynth.hs:175:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: limit :: Int

src/Csound/Air/Padsynth.hs:177:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: triCoeff :: [Double]

src/Csound/Air/Padsynth.hs:178:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: sqrCoeff :: [Double]

src/Csound/Air/Padsynth.hs:179:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: sawCoeff :: [Double]
[29 of 42] Compiling Csound.Air.Hvs   ( src/Csound/Air/Hvs.hs, dist/build/Csound/Air/Hvs.o )

src/Csound/Air/Hvs.hs:3:1: warning: [-Wtabs]
    Tab character found here, and in 45 further locations.
    Please use spaces instead.

src/Csound/Air/Hvs.hs:10: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/Csound/Air/Hvs.hs:16:1: warning: [-Wunused-imports]
    The qualified import of ‘Csound.Typed.Opcode’ is redundant
      except perhaps to import instances from ‘Csound.Typed.Opcode’
    To import instances alone, use: import Csound.Typed.Opcode()
[30 of 42] Compiling Csound.Air.Fm    ( src/Csound/Air/Fm.hs, dist/build/Csound/Air/Fm.o )

src/Csound/Air/Fm.hs:11:1: warning: [-Wtabs]
    Tab character found here, and in 146 further locations.
    Please use spaces instead.

src/Csound/Air/Fm.hs:40:27: warning: [-Wunused-top-binds]
    Defined but not used: ‘unFmNode’

src/Csound/Air/Fm.hs:52:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: defSt :: St

src/Csound/Air/Fm.hs:58:13: warning: [-Wname-shadowing]
    This binding for ‘units’ shadows the existing binding
      defined at src/Csound/Air/Fm.hs:48:11

src/Csound/Air/Fm.hs:67:35: warning: [-Wname-shadowing]
    This binding for ‘mod’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fm.hs:10:8-20
      (and originally defined in ‘GHC.Real’)

src/Csound/Air/Fm.hs:77:31: warning: [-Wname-shadowing]
    This binding for ‘mod’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fm.hs:10:8-20
      (and originally defined in ‘GHC.Real’)

src/Csound/Air/Fm.hs:178:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: dx_1 :: FmGraph

src/Csound/Air/Fm.hs:197:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: dx_2 :: FmGraph

src/Csound/Air/Fm.hs:214:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: dx_3 :: FmGraph

src/Csound/Air/Fm.hs:233:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: dx_4 :: FmGraph
[31 of 42] Compiling Csound.Air.Filter ( src/Csound/Air/Filter.hs, dist/build/Csound/Air/Filter.o )

src/Csound/Air/Filter.hs:43:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad.Trans.Class’ is redundant
      except perhaps to import instances from ‘Control.Monad.Trans.Class’
    To import instances alone, use: import Control.Monad.Trans.Class()

src/Csound/Air/Filter.hs:214:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: anO :: [(Sig, Sig)]

src/Csound/Air/Filter.hs:215:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: anA :: [(Sig, Sig)]

src/Csound/Air/Filter.hs:216:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: anE :: [(Sig, Sig)]

src/Csound/Air/Filter.hs:217:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: anIY :: [(Sig, Sig)]

src/Csound/Air/Filter.hs:218:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: anO2 :: [(Sig, Sig)]

src/Csound/Air/Filter.hs:227:11: warning: [-Wname-shadowing]
    This binding for ‘reson’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Filter.hs:41:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Filter.hs:233:11: warning: [-Wname-shadowing]
    This binding for ‘reson’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Filter.hs:41:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Filter.hs:239:11: warning: [-Wname-shadowing]
    This binding for ‘reson’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Filter.hs:41:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Filter.hs:245:11: warning: [-Wname-shadowing]
    This binding for ‘reson’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Filter.hs:41:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)
[32 of 42] Compiling Csound.Air.Fx    ( src/Csound/Air/Fx.hs, dist/build/Csound/Air/Fx.o )

src/Csound/Air/Fx.hs:42:1: warning: [-Wunused-imports]
    The import of ‘sec2rel’ from module ‘Csound.Tab’ is redundant

src/Csound/Air/Fx.hs:180:5: warning: [-Wname-shadowing]
    This binding for ‘ptr’ shadows the existing binding
      bound at src/Csound/Air/Fx.hs:177:5

src/Csound/Air/Fx.hs:231:13: warning: [-Wunused-matches]
    Defined but not used: ‘abuf’

src/Csound/Air/Fx.hs:238:13: warning: [-Wunused-matches]
    Defined but not used: ‘abuf’

src/Csound/Air/Fx.hs:302:17: warning: [-Wname-shadowing]
    This binding for ‘min’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fx.hs:2:8-20
      (and originally defined in ‘ghc-prim-0.5.0.0:GHC.Classes’)

src/Csound/Air/Fx.hs:302:22: warning: [-Wname-shadowing]
    This binding for ‘max’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fx.hs:2:8-20
      (and originally defined in ‘ghc-prim-0.5.0.0:GHC.Classes’)

src/Csound/Air/Fx.hs:305:17: warning: [-Wname-shadowing]
    This binding for ‘min’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fx.hs:2:8-20
      (and originally defined in ‘ghc-prim-0.5.0.0:GHC.Classes’)

src/Csound/Air/Fx.hs:305:22: warning: [-Wname-shadowing]
    This binding for ‘max’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fx.hs:2:8-20
      (and originally defined in ‘ghc-prim-0.5.0.0:GHC.Classes’)

src/Csound/Air/Fx.hs:316:7: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Air/Fx.hs:339:37: warning: [-Wname-shadowing]
    This binding for ‘ar’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘Csound.Typed.Types.Prim’)

src/Csound/Air/Fx.hs:349:42: warning: [-Wname-shadowing]
    This binding for ‘ar’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘Csound.Typed.Types.Prim’)

src/Csound/Air/Fx.hs:357:14: warning: [-Wname-shadowing]
    This binding for ‘mod’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fx.hs:2:8-20
      (and originally defined in ‘GHC.Real’)

src/Csound/Air/Fx.hs:377:43: warning: [-Wname-shadowing]
    This binding for ‘ar’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘Csound.Typed.Types.Prim’)

src/Csound/Air/Fx.hs:400:50: warning: [-Wname-shadowing]
    This binding for ‘ar’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘Csound.Typed.Types.Prim’)

src/Csound/Air/Fx.hs:410:5: warning: [-Wunused-matches]
    Defined but not used: ‘aBuffer’

src/Csound/Air/Fx.hs:444:32: warning: [-Wname-shadowing]
    This binding for ‘ar’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘Csound.Typed.Types.Prim’)

src/Csound/Air/Fx.hs:453:14: warning: [-Wname-shadowing]
    This binding for ‘gain’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Fx.hs:43:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Fx.hs:462:15: warning: [-Wname-shadowing]
    This binding for ‘gain’ shadows the existing binding
      bound at src/Csound/Air/Fx.hs:453:14

src/Csound/Air/Fx.hs:468:15: warning: [-Wname-shadowing]
    This binding for ‘gain’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Fx.hs:43:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Fx.hs:468:25: warning: [-Wname-shadowing]
    This binding for ‘ar’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘Csound.Typed.Types.Prim’)

src/Csound/Air/Fx.hs:493:5: warning: [-Wname-shadowing]
    This binding for ‘noise’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Fx.hs:43:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Fx.hs:507:5: warning: [-Wname-shadowing]
    This binding for ‘noise’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Fx.hs:43:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Fx.hs:580:17: warning: [-Wname-shadowing]
    This binding for ‘kindx’ shadows the existing binding
      bound at src/Csound/Air/Fx.hs:578:17

src/Csound/Air/Fx.hs:584:17: warning: [-Wname-shadowing]
    This binding for ‘kindx’ shadows the existing binding
      bound at src/Csound/Air/Fx.hs:580:17

src/Csound/Air/Fx.hs:591:17: warning: [-Wname-shadowing]
    This binding for ‘kindx’ shadows the existing binding
      bound at src/Csound/Air/Fx.hs:589:17
[33 of 42] Compiling Csound.Air.Granular ( src/Csound/Air/Granular.hs, dist/build/Csound/Air/Granular.o )

src/Csound/Air/Granular.hs:48:1: warning: [-Wtabs]
    Tab character found here, and in 740 further locations.
    Please use spaces instead.

src/Csound/Air/Granular.hs:112:1: warning: [-Wunused-imports]
    The import of ‘Data.Boolean’ is redundant
      except perhaps to import instances from ‘Data.Boolean’
    To import instances alone, use: import Data.Boolean()

src/Csound/Air/Granular.hs:113:1: warning: [-Wunused-imports]
    The import of ‘Data.List’ is redundant
      except perhaps to import instances from ‘Data.List’
    To import instances alone, use: import Data.List()

src/Csound/Air/Granular.hs:114: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/Csound/Air/Granular.hs:115:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad.Trans.Class’ is redundant
      except perhaps to import instances from ‘Control.Monad.Trans.Class’
    To import instances alone, use: import Control.Monad.Trans.Class()

src/Csound/Air/Granular.hs:120:1: warning: [-Wunused-imports]
    The qualified import of ‘C.grain, C.partikkel, C.syncgrain’
    from module ‘Csound.Typed.Opcode’ is redundant

src/Csound/Air/Granular.hs:134:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘w1’

src/Csound/Air/Granular.hs:134:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: w1 :: [Char]

src/Csound/Air/Granular.hs:135:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘w2’

src/Csound/Air/Granular.hs:135:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: w2 :: [Char]

src/Csound/Air/Granular.hs:136:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘w3’

src/Csound/Air/Granular.hs:136:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: w3 :: [Char]

src/Csound/Air/Granular.hs:360:17: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:377:17: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:460:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: toPercent :: D -> D

src/Csound/Air/Granular.hs:527:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘main’

src/Csound/Air/Granular.hs:527:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: main :: IO ()

src/Csound/Air/Granular.hs:638:17: warning: [-Wunused-local-binds]
    Defined but not used: ‘awp’

src/Csound/Air/Granular.hs:653:21: warning: [-Wunused-local-binds]
    Defined but not used: ‘awp’

src/Csound/Air/Granular.hs:834:27: warning: [-Wname-shadowing]
    This binding for ‘buf’ shadows the existing binding
      bound at src/Csound/Air/Granular.hs:824:31

src/Csound/Air/Granular.hs:834:31: warning: [-Wname-shadowing]
    This binding for ‘kphs’ shadows the existing binding
      bound at src/Csound/Air/Granular.hs:824:35

src/Csound/Air/Granular.hs:871:20: warning: [-Wname-shadowing]
    This binding for ‘kFmod’ shadows the existing binding
      bound at src/Csound/Air/Granular.hs:860:17

src/Csound/Air/Granular.hs:871:26: warning: [-Wname-shadowing]
    This binding for ‘tabLen’ shadows the existing binding
      bound at src/Csound/Air/Granular.hs:868:17

src/Csound/Air/Granular.hs:883:63: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:884:18: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:888:72: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:893:49: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:894:18: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:898:61: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:898:67: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:899:18: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:903:72: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:903:78: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:904:18: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:908:71: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:909:18: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:914:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: fxFeed :: Feedback

src/Csound/Air/Granular.hs:915:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: fxBalance :: Balance

src/Csound/Air/Granular.hs:916:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      fxMaxLength :: MaxDelayTime

src/Csound/Air/Granular.hs:917:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: fxDelTime :: DelayTime

src/Csound/Air/Granular.hs:1051:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      csdFof2 :: Sig
                 -> Sig
                 -> Sig
                 -> Sig
                 -> Sig
                 -> Sig
                 -> Sig
                 -> Sig
                 -> D
                 -> Tab
                 -> Tab
                 -> D
                 -> Sig
                 -> Sig
                 -> Sig
[34 of 42] Compiling Csound.Air.Patch ( src/Csound/Air/Patch.hs, dist/build/Csound/Air/Patch.o )

src/Csound/Air/Patch.hs:4:1: warning: [-Wtabs]
    Tab character found here, and in 80 further locations.
    Please use spaces instead.

src/Csound/Air/Patch.hs:59:1: warning: [-Wunused-imports]
    The import of ‘ampdb’
    from module ‘Csound.Typed.Opcode’ is redundant
[35 of 42] Compiling Csound.Air.Sampler ( src/Csound/Air/Sampler.hs, dist/build/Csound/Air/Sampler.o )

src/Csound/Air/Sampler.hs:3:1: warning: [-Wtabs]
    Tab character found here, and in 176 further locations.
    Please use spaces instead.

src/Csound/Air/Sampler.hs:34: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/Csound/Air/Sampler.hs:59:31: warning: [-Wname-shadowing]
    This binding for ‘x’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:51:18

src/Csound/Air/Sampler.hs:59:33: warning: [-Wname-shadowing]
    This binding for ‘st’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:51:20

src/Csound/Air/Sampler.hs:59:36: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:51:23

src/Csound/Air/Sampler.hs:66:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘evtToggle’

src/Csound/Air/Sampler.hs:70:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘syncEvtToggle’

src/Csound/Air/Sampler.hs:104:32: warning: [-Wname-shadowing]
    This binding for ‘start’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:97:19

src/Csound/Air/Sampler.hs:104:38: warning: [-Wname-shadowing]
    This binding for ‘stop’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:97:25

src/Csound/Air/Sampler.hs:104:43: warning: [-Wname-shadowing]
    This binding for ‘sigs’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:97:30

src/Csound/Air/Sampler.hs:124:32: warning: [-Wname-shadowing]
    This binding for ‘starts’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:116:19

src/Csound/Air/Sampler.hs:124:39: warning: [-Wname-shadowing]
    This binding for ‘stops’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:116:26

src/Csound/Air/Sampler.hs:124:45: warning: [-Wname-shadowing]
    This binding for ‘asig’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:116:32

src/Csound/Air/Sampler.hs:138:32: warning: [-Wname-shadowing]
    This binding for ‘starts’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:130:27

src/Csound/Air/Sampler.hs:138:39: warning: [-Wname-shadowing]
    This binding for ‘stops’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:130:34

src/Csound/Air/Sampler.hs:138:45: warning: [-Wname-shadowing]
    This binding for ‘asig’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:130:40

src/Csound/Air/Sampler.hs:175:30: warning: [-Wname-shadowing]
    This binding for ‘asig’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:171:37

src/Csound/Air/Sampler.hs:217:33: warning: [-Wname-shadowing]
    This binding for ‘as’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:207:28

src/Csound/Air/Sampler.hs:217:36: warning: [-Wname-shadowing]
    This binding for ‘stop’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:207:31

src/Csound/Air/Sampler.hs:222:49: warning: [-Wname-shadowing]
    This binding for ‘ons’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:211:17

src/Csound/Air/Sampler.hs:223:49: warning: [-Wname-shadowing]
    This binding for ‘offs’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:212:17

src/Csound/Air/Sampler.hs:266:21: warning: [-Wunused-matches]
    Defined but not used: ‘amp’

src/Csound/Air/Sampler.hs:325:30: warning: [-Wname-shadowing]
    This binding for ‘asig’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:322:36

src/Csound/Air/Sampler.hs:344:18: warning: [-Wunused-matches]
    Defined but not used: ‘midiInstr’
[36 of 42] Compiling Csound.Air.Envelope ( src/Csound/Air/Envelope.hs, dist/build/Csound/Air/Envelope.o )

src/Csound/Air/Envelope.hs:48:1: warning: [-Wunused-imports]
    The import of ‘Csound.Air.Wave’ is redundant
      except perhaps to import instances from ‘Csound.Air.Wave’
    To import instances alone, use: import Csound.Air.Wave()

src/Csound/Air/Envelope.hs:49:1: warning: [-Wunused-imports]
    The import of ‘Csound.Tab’ is redundant
      except perhaps to import instances from ‘Csound.Tab’
    To import instances alone, use: import Csound.Tab()

src/Csound/Air/Envelope.hs:50:1: warning: [-Wunused-imports]
    The import of ‘Csound.Air.Wave’ is redundant
      except perhaps to import instances from ‘Csound.Air.Wave’
    To import instances alone, use: import Csound.Air.Wave()

src/Csound/Air/Envelope.hs:51:1: warning: [-Wunused-imports]
    The import of ‘Csound.Air.Filter’ is redundant
      except perhaps to import instances from ‘Csound.Air.Filter’
    To import instances alone, use: import Csound.Air.Filter()

src/Csound/Air/Envelope.hs:83:7: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:182:13: warning: [-Wunused-matches]
    Defined but not used: ‘a’

src/Csound/Air/Envelope.hs:182:22: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:199:17: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:205:22: warning: [-Wunused-matches]
    Defined but not used: ‘a’

src/Csound/Air/Envelope.hs:206:21: warning: [-Wunused-matches]
    Defined but not used: ‘a’

src/Csound/Air/Envelope.hs:206:25: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:275:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      sawList :: Num a => [a] -> [a]

src/Csound/Air/Envelope.hs:278:7: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:280:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      isawList :: Num a => [a] -> [a]

src/Csound/Air/Envelope.hs:283:7: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:285:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      triList :: Num t => [t] -> [t]

src/Csound/Air/Envelope.hs:287:7: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:289:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      pwList :: Num t => t -> [t] -> [t]

src/Csound/Air/Envelope.hs:293:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      ipwList :: Num t => t -> [t] -> [t]

src/Csound/Air/Envelope.hs:297:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rampList :: Fractional a => a -> a -> [a] -> [a]

src/Csound/Air/Envelope.hs:305:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      irampList :: Fractional a => a -> a -> [a] -> [a]

src/Csound/Air/Envelope.hs:408:18: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:418:19: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:424:19: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:481:18: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:522:11: warning: [-Wunused-top-binds]
    Defined but not used: ‘seq1Val’

src/Csound/Air/Envelope.hs:575:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      simpleSeq0 :: ([Sig] -> Sig -> Sig) -> [Seq] -> Sig -> Sig

src/Csound/Air/Envelope.hs:576:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      simpleSeq1 :: ([Sig] -> Sig -> Sig) -> [Seq] -> Sig -> Sig

src/Csound/Air/Envelope.hs:578:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      seq0 :: (Sig -> Sig -> [Sig]) -> [Seq] -> Sig -> Sig

src/Csound/Air/Envelope.hs:579:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      seq1 :: (Sig -> Sig -> [Sig]) -> [Seq] -> Sig -> Sig

src/Csound/Air/Envelope.hs:580:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      seqx :: (Sig -> Sig -> [Sig]) -> [Seq] -> Sig -> Sig

src/Csound/Air/Envelope.hs:616:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      saw1 :: Num t => t -> t -> [t]

src/Csound/Air/Envelope.hs:617:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      isaw1 :: Num t => t -> t -> [t]

src/Csound/Air/Envelope.hs:655:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      adsr1 :: Num a => a -> a -> a -> a -> a -> a -> [a]

src/Csound/Air/Envelope.hs:656:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      adsr1_ :: Num a => a -> a -> a -> a -> a -> a -> a -> [a]

src/Csound/Air/Envelope.hs:656:16: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:681:18: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:685:19: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:726:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rowDesc :: (Enum t, Integral a, Fractional t) => a -> [t]

src/Csound/Air/Envelope.hs:804:23: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Eq a0)
          arising from a use of ‘==’ at src/Csound/Air/Envelope.hs:804:23-34
        (Integral a0)
          arising from a use of ‘mod’ at src/Csound/Air/Envelope.hs:804:23-29
        (Num a0)
          arising from the literal ‘2’ at src/Csound/Air/Envelope.hs:804:29
        (Enum a0)
          arising from the arithmetic sequence ‘0 .. ’
          at src/Csound/Air/Envelope.hs:802:55-60
    • In the expression: mod n 2 == 1
      In a stmt of a pattern guard for
                     an equation for ‘human1’:
        mod n 2 == 1
      In an equation for ‘human1’:
          human1 (n, a)
            | mod n 2 == 1 = rndValD dr a
            | otherwise = return a

src/Csound/Air/Envelope.hs:809:25: warning: [-Wname-shadowing]
    This binding for ‘release’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Envelope.hs:46:1-62
      (and originally defined in ‘Csound.Typed.Opcode.RealtimeMIDI’)

src/Csound/Air/Envelope.hs:811:23: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Eq a0)
          arising from a use of ‘==’ at src/Csound/Air/Envelope.hs:811:23-34
        (Integral a0)
          arising from a use of ‘mod’ at src/Csound/Air/Envelope.hs:811:23-29
        (Num a0)
          arising from the literal ‘2’ at src/Csound/Air/Envelope.hs:811:29
        (Enum a0)
          arising from the arithmetic sequence ‘0 .. ’
          at src/Csound/Air/Envelope.hs:809:78-83
    • In the expression: mod n 2 == 1
      In a stmt of a pattern guard for
                     an equation for ‘human1’:
        mod n 2 == 1
      In an equation for ‘human1’:
          human1 (n, a)
            | mod n 2 == 1 = rndValD dr a
            | otherwise = return a

src/Csound/Air/Envelope.hs:843:23: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Eq a0)
          arising from a use of ‘==’ at src/Csound/Air/Envelope.hs:843:23-34
        (Integral a0)
          arising from a use of ‘mod’ at src/Csound/Air/Envelope.hs:843:23-29
        (Num a0)
          arising from the literal ‘2’ at src/Csound/Air/Envelope.hs:843:29
        (Enum a0)
          arising from the arithmetic sequence ‘0 .. ’
          at src/Csound/Air/Envelope.hs:841:56-61
    • In the expression: mod n 2 == 0
      In a stmt of a pattern guard for
                     an equation for ‘human1’:
        mod n 2 == 0
      In an equation for ‘human1’:
          human1 (n, a)
            | mod n 2 == 0 = rndValD dr a
            | otherwise = return a

src/Csound/Air/Envelope.hs:848:26: warning: [-Wname-shadowing]
    This binding for ‘release’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Envelope.hs:46:1-62
      (and originally defined in ‘Csound.Typed.Opcode.RealtimeMIDI’)

src/Csound/Air/Envelope.hs:850:23: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Eq a0)
          arising from a use of ‘==’ at src/Csound/Air/Envelope.hs:850:23-34
        (Integral a0)
          arising from a use of ‘mod’ at src/Csound/Air/Envelope.hs:850:23-29
        (Num a0)
          arising from the literal ‘2’ at src/Csound/Air/Envelope.hs:850:29
        (Enum a0)
          arising from the arithmetic sequence ‘0 .. ’
          at src/Csound/Air/Envelope.hs:848:65-70
    • In the expression: mod n 2 == 0
      In a stmt of a pattern guard for
                     an equation for ‘human1’:
        mod n 2 == 0
      In an equation for ‘human1’:
          human1 (n, a)
            | mod n 2 == 0 = rndValD dr a
            | otherwise = return a

src/Csound/Air/Envelope.hs:882:23: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Eq a0)
          arising from a use of ‘==’ at src/Csound/Air/Envelope.hs:882:23-34
        (Integral a0)
          arising from a use of ‘mod’ at src/Csound/Air/Envelope.hs:882:23-29
        (Num a0)
          arising from the literal ‘2’ at src/Csound/Air/Envelope.hs:882:29
        (Enum a0)
          arising from the arithmetic sequence ‘0 .. ’
          at src/Csound/Air/Envelope.hs:880:69-74
    • In the expression: mod n 2 == 1
      In a stmt of a pattern guard for
                     an equation for ‘human1’:
        mod n 2 == 1
      In an equation for ‘human1’:
          human1 (n, a)
            | mod n 2 == 1 = rndValD drVal a
            | otherwise = rndValD drTime a

src/Csound/Air/Envelope.hs:887:39: warning: [-Wname-shadowing]
    This binding for ‘release’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Envelope.hs:46:1-62
      (and originally defined in ‘Csound.Typed.Opcode.RealtimeMIDI’)

src/Csound/Air/Envelope.hs:889:23: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Eq a0)
          arising from a use of ‘==’ at src/Csound/Air/Envelope.hs:889:23-34
        (Integral a0)
          arising from a use of ‘mod’ at src/Csound/Air/Envelope.hs:889:23-29
        (Num a0)
          arising from the literal ‘2’ at src/Csound/Air/Envelope.hs:889:29
        (Enum a0)
          arising from the arithmetic sequence ‘0 .. ’
          at src/Csound/Air/Envelope.hs:887:78-83
    • In the expression: mod n 2 == 1
      In a stmt of a pattern guard for
                     an equation for ‘human1’:
        mod n 2 == 1
      In an equation for ‘human1’:
          human1 (n, a)
            | mod n 2 == 1 = rndValD drVal a
            | otherwise = rndValD drTime a
[37 of 42] Compiling Csound.Air.Misc  ( src/Csound/Air/Misc.hs, dist/build/Csound/Air/Misc.o )

src/Csound/Air/Misc.hs:40:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad’ is redundant
      except perhaps to import instances from ‘Control.Monad’
    To import instances alone, use: import Control.Monad()

src/Csound/Air/Misc.hs:44:1: warning: [-Wunused-imports]
    The import of ‘Csound.Dynamic’ is redundant
      except perhaps to import instances from ‘Csound.Dynamic’
    To import instances alone, use: import Csound.Dynamic()

src/Csound/Air/Misc.hs:96:13: warning: [-Wname-shadowing]
    This binding for ‘rndAmp’ shadows the existing binding
      defined at src/Csound/Air/Misc.hs:267:1

src/Csound/Air/Misc.hs:96:20: warning: [-Wname-shadowing]
    This binding for ‘rndCps’ shadows the existing binding
      defined at src/Csound/Air/Misc.hs:277:1

src/Csound/Air/Misc.hs:123:10: warning: [-Wname-shadowing]
    This binding for ‘filt’ shadows the existing binding
      imported from ‘Csound.Air.Filter’ at src/Csound/Air/Misc.hs:55:1-24
      (and originally defined at src/Csound/Air/Filter.hs:133:1-4)

src/Csound/Air/Misc.hs:276:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndDur :: D -> D -> SE D

src/Csound/Air/Misc.hs:277:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndCps :: D -> D -> SE D

src/Csound/Air/Misc.hs:278:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndTune :: D -> D -> SE D

src/Csound/Air/Misc.hs:282:5: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Misc.hs:50:1-27
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Misc.hs:295:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: addDur' :: D -> b -> SE b

src/Csound/Air/Misc.hs:296:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: addDur :: b -> SE b

src/Csound/Air/Misc.hs:345:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rimShot' :: TrSpec -> SE Sig

src/Csound/Air/Misc.hs:351:9: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Misc.hs:50:1-27
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Misc.hs:372:9: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Misc.hs:50:1-27
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Misc.hs:388:9: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Misc.hs:50:1-27
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Misc.hs:401:9: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Misc.hs:50:1-27
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Misc.hs:403:9: warning: [-Wunused-local-binds]
    Defined but not used: ‘cps’

src/Csound/Air/Misc.hs:405:9: warning: [-Wunused-local-binds]
    Defined but not used: ‘fullDur’

src/Csound/Air/Misc.hs:415:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: testDrone :: D -> SE Sig2

src/Csound/Air/Misc.hs:416:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      testDrone2 :: D -> SE Sig2

src/Csound/Air/Misc.hs:417:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      testDrone3 :: D -> SE Sig2

src/Csound/Air/Misc.hs:418:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      testDrone4 :: D -> SE Sig2

src/Csound/Air/Misc.hs:420:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      pwEnsemble :: Patch D Sig2

src/Csound/Air/Misc.hs:424:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: nightPad :: Patch D Sig2

src/Csound/Air/Misc.hs:428:28: warning: [-Wunused-top-binds]
    Defined but not used: ‘razorPadSpeed’

src/Csound/Air/Misc.hs:433:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: razorPad :: Patch D Sig2

src/Csound/Air/Misc.hs:435:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      razorPad' :: RazorPad -> Patch D Sig2

src/Csound/Air/Misc.hs:439:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      overtonePad :: Patch D Sig2

src/Csound/Air/Misc.hs:443:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      caveOvertonePad :: Patch D Sig2

src/Csound/Air/Misc.hs:468:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      impRazorPad :: Sig -> Sig -> Sig -> SE Sig

src/Csound/Air/Misc.hs:469:13: warning: [-Wname-shadowing]
    This binding for ‘cps’ shadows the existing binding
      bound at src/Csound/Air/Misc.hs:468:23

src/Csound/Air/Misc.hs:471:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      genRazor :: (Fractional t, SigSpace (SE b)) =>
                  (Sig -> t -> Sig -> b) -> Sig -> Sig -> Sig -> SE b

src/Csound/Air/Misc.hs:471:10: warning: [-Wname-shadowing]
    This binding for ‘filter’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Misc.hs:3:8-22
      (and originally defined in ‘GHC.List’)
[38 of 42] Compiling Csound.Air.Live  ( src/Csound/Air/Live.hs, dist/build/Csound/Air/Live.o )

src/Csound/Air/Live.hs:30:1: warning: [-Wunused-imports]
    The import of ‘Data.Colour’ is redundant
      except perhaps to import instances from ‘Data.Colour’
    To import instances alone, use: import Data.Colour()

src/Csound/Air/Live.hs:37:1: warning: [-Wunused-imports]
    The import of ‘Csound.Control.Evt’ is redundant
      except perhaps to import instances from ‘Csound.Control.Evt’
    To import instances alone, use: import Csound.Control.Evt()

src/Csound/Air/Live.hs:53:1: warning: [-Worphans]
    Orphan instance: instance SigSpace FxFun
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Air/Live.hs:74:45: warning: [-Wname-shadowing]
    This binding for ‘mute’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Live.hs:82:17: warning: [-Wname-shadowing]
    This binding for ‘mute’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Live.hs:108:5: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for ‘applyFxArgs’: Patterns not matched: _ [] _

src/Csound/Air/Live.hs:145:39: warning: [-Wname-shadowing]
    This binding for ‘name’ shadows the existing binding
      bound at src/Csound/Air/Live.hs:139:7

src/Csound/Air/Live.hs:170:12: warning: [-Wname-shadowing]
    This binding for ‘off’ shadows the existing binding
      bound at src/Csound/Air/Live.hs:169:9

src/Csound/Air/Live.hs:170:16: warning: [-Wname-shadowing]
    This binding for ‘fx’ shadows the existing binding
      bound at src/Csound/Air/Live.hs:167:12

src/Csound/Air/Live.hs:170:19: warning: [-Wname-shadowing]
    This binding for ‘arg’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Live.hs:34:1-19
      (and originally defined in ‘Csound.Typed.Types.Tuple’)

src/Csound/Air/Live.hs:172:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: uiOnOffSize :: Double

src/Csound/Air/Live.hs:173:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: uiBoxSize :: Double

src/Csound/Air/Live.hs:218:28: warning: [-Wname-shadowing]
    This binding for ‘tone’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Live.hs:225:15: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Live.hs:38:1-27
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Air/Live.hs:225:30: warning: [-Wname-shadowing]
    This binding for ‘width’ shadows the existing binding
      imported from ‘Csound.Control.Gui’ at src/Csound/Air/Live.hs:39:1-25
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.BoxModel’)

src/Csound/Air/Live.hs:232:16: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Live.hs:38:1-27
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Air/Live.hs:232:37: warning: [-Wname-shadowing]
    This binding for ‘delay’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Live.hs:239:15: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Live.hs:38:1-27
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Air/Live.hs:246:14: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Live.hs:38:1-27
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Air/Live.hs:246:29: warning: [-Wname-shadowing]
    This binding for ‘tone’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Live.hs:260:23: warning: [-Wname-shadowing]
    This binding for ‘gain’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Live.hs:267:15: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Live.hs:38:1-27
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Air/Live.hs:267:73: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      bound at src/Csound/Air/Live.hs:267:15

src/Csound/Air/Live.hs:267:77: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      bound at src/Csound/Air/Live.hs:267:19

src/Csound/Air/Live.hs:274:13: warning: [-Wname-shadowing]
    This binding for ‘gain’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Live.hs:309:29: warning: [-Wname-shadowing]
    This binding for ‘arg’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Live.hs:34:1-19
      (and originally defined in ‘Csound.Typed.Types.Tuple’)

src/Csound/Air/Live.hs:314:29: warning: [-Wname-shadowing]
    This binding for ‘arg’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Live.hs:34:1-19
      (and originally defined in ‘Csound.Typed.Types.Tuple’)

src/Csound/Air/Live.hs:318:18: warning: [-Wname-shadowing]
    This binding for ‘widget’ shadows the existing binding
      imported from ‘Csound.Control.Gui’ at src/Csound/Air/Live.hs:39:1-25
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Widget’)

src/Csound/Air/Live.hs:386:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      genMidiChooser :: Sigs a =>
                        (t1 -> t -> Source (Msg -> SE a)) -> t1 -> t -> Source a

src/Csound/Air/Live.hs:405:17: warning: [-Wname-shadowing]
    This binding for ‘widget’ shadows the existing binding
      imported from ‘Csound.Control.Gui’ at src/Csound/Air/Live.hs:39:1-25
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Widget’)

src/Csound/Air/Live.hs:410:27: warning: [-Wname-shadowing]
    This binding for ‘arg’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Live.hs:34:1-19
      (and originally defined in ‘Csound.Typed.Types.Tuple’)

src/Csound/Air/Live.hs:422:17: warning: [-Wname-shadowing]
    This binding for ‘widget’ shadows the existing binding
      imported from ‘Csound.Control.Gui’ at src/Csound/Air/Live.hs:39:1-25
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Widget’)
[39 of 42] Compiling Csound.Air.Looper ( src/Csound/Air/Looper.hs, dist/build/Csound/Air/Looper.o )

src/Csound/Air/Looper.hs:4:1: warning: [-Wtabs]
    Tab character found here, and in 206 further locations.
    Please use spaces instead.

src/Csound/Air/Looper.hs:20:1: warning: [-Wunused-imports]
    The import of ‘Csound.Typed.Opcode’ is redundant
      except perhaps to import instances from ‘Csound.Typed.Opcode’
    To import instances alone, use: import Csound.Typed.Opcode()

src/Csound/Air/Looper.hs:23:1: warning: [-Wunused-imports]
    The import of ‘Csound.Air.Wave’ is redundant
      except perhaps to import instances from ‘Csound.Air.Wave’
    To import instances alone, use: import Csound.Air.Wave()

src/Csound/Air/Looper.hs:27:1: warning: [-Wunused-imports]
    The import of ‘Csound.Air.Misc’ is redundant
      except perhaps to import instances from ‘Csound.Air.Misc’
    To import instances alone, use: import Csound.Air.Misc()

src/Csound/Air/Looper.hs:128:19: warning: [-Wname-shadowing]
    This binding for ‘times’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Looper.hs:20:1-49
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Looper.hs:133:23: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Air/Looper.hs:12:1-19

src/Csound/Air/Looper.hs:137:24: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Air/Looper.hs:12:1-19

src/Csound/Air/Looper.hs:157:22: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Air/Looper.hs:12:1-19

src/Csound/Air/Looper.hs:189:17: warning: [-Wname-shadowing]
    This binding for ‘times’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Looper.hs:20:1-49
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Looper.hs:208:17: warning: [-Wname-shadowing]
    This binding for ‘delete’ shadows the existing binding
      imported from ‘Data.List’ at src/Csound/Air/Looper.hs:9:1-16
      (and originally defined in ‘base-4.9.0.0:Data.OldList’)

src/Csound/Air/Looper.hs:212:45: warning: [-Wname-shadowing]
    This binding for ‘f’ shadows the existing binding
      bound at src/Csound/Air/Looper.hs:217:17

src/Csound/Air/Looper.hs:217:68: warning: [-Wname-shadowing]
    This binding for ‘preFx’ shadows the existing binding
      bound at src/Csound/Air/Looper.hs:192:17

src/Csound/Air/Looper.hs:217:85: warning: [-Wname-shadowing]
    This binding for ‘postFx’ shadows the existing binding
      bound at src/Csound/Air/Looper.hs:191:17
[40 of 42] Compiling Csound.Air.ModArg ( src/Csound/Air/ModArg.hs, dist/build/Csound/Air/ModArg.o )

src/Csound/Air/ModArg.hs:396:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘pinkArg1’

src/Csound/Air/ModArg.hs:399:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘pinkArg2’

src/Csound/Air/ModArg.hs:402:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘pinkArg3’

src/Csound/Air/ModArg.hs:405:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘pinkArg4’

src/Csound/Air/ModArg.hs:410:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘delPinkArg1’

src/Csound/Air/ModArg.hs:413:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘delPinkArg2’

src/Csound/Air/ModArg.hs:416:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘delPinkArg3’

src/Csound/Air/ModArg.hs:419:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘delPinkArg4’
[41 of 42] Compiling Csound.Air       ( src/Csound/Air.hs, dist/build/Csound/Air.o )
[42 of 42] Compiling Csound.Base      ( src/Csound/Base.hs, dist/build/Csound/Base.o )
Running Haddock for csound-expression-5.0.1...
Running hscolour for csound-expression-5.0.1...
Preprocessing library csound-expression-5.0.1...
Preprocessing library csound-expression-5.0.1...

src/Csound/Tab.hs:100: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/Csound/Tab.hs:106:1: warning: [-Wunused-imports]
    The import of ‘Csound.Typed.Opcode’ is redundant
      except perhaps to import instances from ‘Csound.Typed.Opcode’
    To import instances alone, use: import Csound.Typed.Opcode()

src/Csound/Tab.hs:199:8: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Tab.hs:102:1-48
      (and originally defined in ‘Csound.Dynamic.Types.Exp’)

src/Csound/Tab.hs:202:8: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Tab.hs:102:1-48
      (and originally defined in ‘Csound.Dynamic.Types.Exp’)

src/Csound/Tab.hs:400:35: warning: [-Wname-shadowing]
    This binding for ‘pn’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Tab.hs:102:1-48
      (and originally defined in ‘Csound.Dynamic.Build’)

src/Csound/Tab.hs:404:35: warning: [-Wname-shadowing]
    This binding for ‘pn’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Tab.hs:102:1-48
      (and originally defined in ‘Csound.Dynamic.Build’)

src/Csound/Tab.hs:563:16: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Tab.hs:102:1-48
      (and originally defined in ‘Csound.Dynamic.Types.Exp’)

src/Csound/Tab.hs:574:5: warning: [-Wname-shadowing]
    This binding for ‘genId’ shadows the existing binding
      imported from ‘Csound.Dynamic’ at src/Csound/Tab.hs:102:1-48
      (and originally defined in ‘Csound.Dynamic.Types.Exp’)

src/Csound/Tuning.hs:25:1: warning: [-Wunused-imports]
    The import of ‘Csound.Typed.Opcode’ is redundant
      except perhaps to import instances from ‘Csound.Typed.Opcode’
    To import instances alone, use: import Csound.Typed.Opcode()

src/Csound/Tuning.hs:121:24: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Tuning.hs:25:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Tuning.hs:125:25: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Tuning.hs:25:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Tuning.hs:135:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: equalCents1 :: [Double]

src/Csound/Tuning.hs:136:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: justCents1 :: [Double]

src/Csound/Tuning.hs:137:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: meantoneCents :: [Double]

src/Csound/Tuning.hs:138:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: pythagorCents :: [Double]

src/Csound/Tuning.hs:139:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      werckmeisterCents :: [Double]

src/Csound/Tuning.hs:141:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: youngCents1 :: [Double]

src/Csound/Tuning.hs:142:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: youngCents2 :: [Double]

src/Csound/Tuning.hs:143:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: youngCents3 :: [Double]

src/Csound/Tuning.hs:145:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      toTemp :: [Double] -> Temp

src/Csound/SigSpace.hs:17:1: warning: [-Wunused-imports]
    The import of ‘Csound.Types’ is redundant
      except perhaps to import instances from ‘Csound.Types’
    To import instances alone, use: import Csound.Types()

src/Csound/SigSpace.hs:39:20: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/SigSpace.hs:38:4

src/Csound/SigSpace.hs:378:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: fromMono :: t -> (t, t)

src/Csound/Control/SE.hs:7:1: warning: [-Wunused-imports]
    The import of ‘Csound.Typed.Types.Tuple’ is redundant
      except perhaps to import instances from ‘Csound.Typed.Types.Tuple’
    To import instances alone, use: import Csound.Typed.Types.Tuple()

src/Csound/Control/Overload/Outs.hs:19:1: warning: [-Wtabs]
    Tab character found here, and in 11 further locations.
    Please use spaces instead.

src/Csound/Control/Evt.hs:105:11: warning: [-Wname-shadowing]
    This binding for ‘singleEvent’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Control/Evt.hs:31:1-21

src/Csound/Control/Evt.hs:134:11: warning: [-Wname-shadowing]
    This binding for ‘trigger’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Control/Evt.hs:34:1-54
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Control/Evt.hs:153:9: warning: [-Wname-shadowing]
    This binding for ‘within’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Control/Evt.hs:31:1-21

src/Csound/Control/Gui/Widget.hs:188:21: warning: [-Wunused-matches]
    Defined but not used: ‘ds’

src/Csound/Control/Gui/Widget.hs:231:11: warning: [-Wname-shadowing]
    This binding for ‘width’ shadows the existing binding
      imported from ‘Csound.Typed.Gui’ at src/Csound/Control/Gui/Widget.hs:60:1-23
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.BoxModel’)

src/Csound/Control/Gui/Widget.hs:231:17: warning: [-Wname-shadowing]
    This binding for ‘height’ shadows the existing binding
      imported from ‘Csound.Typed.Gui’ at src/Csound/Control/Gui/Widget.hs:60:1-23
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.BoxModel’)

src/Csound/Control/Gui/Widget.hs:239:19: warning: [-Wname-shadowing]
    This binding for ‘width’ shadows the existing binding
      imported from ‘Csound.Typed.Gui’ at src/Csound/Control/Gui/Widget.hs:60:1-23
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.BoxModel’)

src/Csound/Control/Gui/Widget.hs:239:25: warning: [-Wname-shadowing]
    This binding for ‘height’ shadows the existing binding
      imported from ‘Csound.Typed.Gui’ at src/Csound/Control/Gui/Widget.hs:60:1-23
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.BoxModel’)

src/Csound/Control/Gui/Widget.hs:255:19: warning: [-Wname-shadowing]
    This binding for ‘as’ shadows the existing binding
      bound at src/Csound/Control/Gui/Widget.hs:239:38

src/Csound/Control/Gui/Widget.hs:280:20: warning: [-Wname-shadowing]
    This binding for ‘reads’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Control/Gui/Widget.hs:6:8-32
      (and originally defined in ‘Text.Read’)

src/Csound/Control/Gui/Widget.hs:338:11: warning: [-Wname-shadowing]
    This binding for ‘widget’ shadows the existing binding
      imported from ‘Csound.Typed.Gui’ at src/Csound/Control/Gui/Widget.hs:60:1-23
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Widget’)

src/Csound/Control/Gui/Widget.hs:341:11: warning: [-Wname-shadowing]
    This binding for ‘widget’ shadows the existing binding
      imported from ‘Csound.Typed.Gui’ at src/Csound/Control/Gui/Widget.hs:60:1-23
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Widget’)

src/Csound/Control/Gui/Widget.hs:423:17: warning: [-Wname-shadowing]
    This binding for ‘span’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Control/Gui/Widget.hs:6:8-32
      (and originally defined in ‘GHC.List’)

src/Csound/Control/Gui/Widget.hs:428:19: warning: [-Wname-shadowing]
    This binding for ‘span’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Control/Gui/Widget.hs:6:8-32
      (and originally defined in ‘GHC.List’)

src/Csound/Control/Gui/Widget.hs:455:20: warning: [-Wname-shadowing]
    This binding for ‘reads’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Control/Gui/Widget.hs:6:8-32
      (and originally defined in ‘Text.Read’)

src/Csound/Control/Gui.hs:89:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad’ is redundant
      except perhaps to import instances from ‘Control.Monad’
    To import instances alone, use: import Control.Monad()

src/Csound/Control/Gui.hs:100:1: warning: [-Worphans]
    Orphan instance: instance SigSpace a => SigSpace (Source a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Control/Gui.hs:103:1: warning: [-Worphans]
    Orphan instance:
      instance At Sig (SE Sig) a => At Sig (SE Sig) (Source a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Control/Gui.hs:107:1: warning: [-Worphans]
    Orphan instance: instance At Sig2 Sig2 a => At Sig2 Sig2 (Source a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Control/Gui.hs:111:1: warning: [-Worphans]
    Orphan instance:
      instance At Sig2 (SE Sig2) a => At Sig2 (SE Sig2) (Source a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Control/Gui.hs:145:9: warning: [-Wname-shadowing]
    This binding for ‘props’ shadows the existing binding
      imported from ‘Csound.Control.Gui.Props’ at src/Csound/Control/Gui.hs:96:1-31
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Gui’)

src/Csound/Control/Gui.hs:150:9: warning: [-Wname-shadowing]
    This binding for ‘props’ shadows the existing binding
      imported from ‘Csound.Control.Gui.Props’ at src/Csound/Control/Gui.hs:96:1-31
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Gui’)

src/Csound/Control/Gui.hs:153:24: warning: [-Wname-shadowing]
    This binding for ‘props’ shadows the existing binding
      imported from ‘Csound.Control.Gui.Props’ at src/Csound/Control/Gui.hs:96:1-31
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Gui’)

src/Csound/Control/Gui.hs:172:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      lift2' :: Double
                -> Double
                -> (Gui -> Gui -> Gui)
                -> (a -> b -> c)
                -> Source a
                -> Source b
                -> Source c

src/Csound/Control/Gui.hs:173:22: warning: [-Wname-shadowing]
    This binding for ‘gf’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:172:12

src/Csound/Control/Gui.hs:173:28: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:172:8

src/Csound/Control/Gui.hs:173:30: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:172:10

src/Csound/Control/Gui.hs:200:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      lift3' :: Double
                -> Double
                -> Double
                -> (Gui -> Gui -> Gui -> Gui)
                -> (a -> b -> c -> d)
                -> Source a
                -> Source b
                -> Source c
                -> Source d

src/Csound/Control/Gui.hs:201:16: warning: [-Wname-shadowing]
    This binding for ‘sa’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:200:8

src/Csound/Control/Gui.hs:201:19: warning: [-Wname-shadowing]
    This binding for ‘sb’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:200:11

src/Csound/Control/Gui.hs:201:22: warning: [-Wname-shadowing]
    This binding for ‘sc’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:200:14

src/Csound/Control/Gui.hs:201:25: warning: [-Wname-shadowing]
    This binding for ‘gf’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:200:17

src/Csound/Control/Gui.hs:213:32: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:213:9

src/Csound/Control/Gui.hs:213:34: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:213:11

src/Csound/Control/Gui.hs:213:36: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:213:13

src/Csound/Control/Gui.hs:217:32: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:217:9

src/Csound/Control/Gui.hs:217:34: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:217:11

src/Csound/Control/Gui.hs:217:36: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:217:13

src/Csound/Control/Gui.hs:227:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      lift4' :: Double
                -> Double
                -> Double
                -> Double
                -> (Gui -> Gui -> Gui -> Gui -> Gui)
                -> (a -> b -> c -> d -> e)
                -> Source a
                -> Source b
                -> Source c
                -> Source d
                -> Source e

src/Csound/Control/Gui.hs:228:16: warning: [-Wname-shadowing]
    This binding for ‘sa’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:227:8

src/Csound/Control/Gui.hs:228:19: warning: [-Wname-shadowing]
    This binding for ‘sb’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:227:11

src/Csound/Control/Gui.hs:228:22: warning: [-Wname-shadowing]
    This binding for ‘sc’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:227:14

src/Csound/Control/Gui.hs:228:25: warning: [-Wname-shadowing]
    This binding for ‘sd’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:227:17

src/Csound/Control/Gui.hs:228:28: warning: [-Wname-shadowing]
    This binding for ‘gf’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:227:20

src/Csound/Control/Gui.hs:240:36: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:240:9

src/Csound/Control/Gui.hs:240:38: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:240:11

src/Csound/Control/Gui.hs:240:40: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:240:13

src/Csound/Control/Gui.hs:240:42: warning: [-Wname-shadowing]
    This binding for ‘d’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:240:15

src/Csound/Control/Gui.hs:244:36: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:244:9

src/Csound/Control/Gui.hs:244:38: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:244:11

src/Csound/Control/Gui.hs:244:40: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:244:13

src/Csound/Control/Gui.hs:244:42: warning: [-Wname-shadowing]
    This binding for ‘d’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:244:15

src/Csound/Control/Gui.hs:256:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      lift5' :: Double
                -> Double
                -> Double
                -> Double
                -> Double
                -> (Gui -> Gui -> Gui -> Gui -> Gui -> Gui)
                -> (a1 -> a2 -> a3 -> a4 -> a5 -> b)
                -> Source a1
                -> Source a2
                -> Source a3
                -> Source a4
                -> Source a5
                -> Source b

src/Csound/Control/Gui.hs:257:16: warning: [-Wname-shadowing]
    This binding for ‘sa’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:256:8

src/Csound/Control/Gui.hs:257:19: warning: [-Wname-shadowing]
    This binding for ‘sb’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:256:11

src/Csound/Control/Gui.hs:257:22: warning: [-Wname-shadowing]
    This binding for ‘sc’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:256:14

src/Csound/Control/Gui.hs:257:25: warning: [-Wname-shadowing]
    This binding for ‘sd’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:256:17

src/Csound/Control/Gui.hs:257:28: warning: [-Wname-shadowing]
    This binding for ‘se’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:256:20

src/Csound/Control/Gui.hs:257:31: warning: [-Wname-shadowing]
    This binding for ‘gf’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:256:23

src/Csound/Control/Gui.hs:269:40: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:269:9

src/Csound/Control/Gui.hs:269:42: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:269:11

src/Csound/Control/Gui.hs:269:44: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:269:13

src/Csound/Control/Gui.hs:269:46: warning: [-Wname-shadowing]
    This binding for ‘d’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:269:15

src/Csound/Control/Gui.hs:269:48: warning: [-Wname-shadowing]
    This binding for ‘e’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:269:17

src/Csound/Control/Gui.hs:273:40: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:273:9

src/Csound/Control/Gui.hs:273:42: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:273:11

src/Csound/Control/Gui.hs:273:44: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:273:13

src/Csound/Control/Gui.hs:273:46: warning: [-Wname-shadowing]
    This binding for ‘d’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:273:15

src/Csound/Control/Gui.hs:273:48: warning: [-Wname-shadowing]
    This binding for ‘e’ shadows the existing binding
      bound at src/Csound/Control/Gui.hs:273:17

src/Csound/Control/Instr.hs:116:1: warning: [-Wdodgy-imports]
    Module ‘Temporal.Media’ does not export ‘delay’

src/Csound/Control/Instr.hs:116:1: warning: [-Wdodgy-imports]
    Module ‘Temporal.Media’ does not export ‘line’

src/Csound/Control/Instr.hs:116:1: warning: [-Wdodgy-imports]
    Module ‘Temporal.Media’ does not export ‘chord’

src/Csound/Control/Instr.hs:116:1: warning: [-Wdodgy-imports]
    Module ‘Temporal.Media’ does not export ‘stretch’

src/Csound/Control/Instr.hs:120:55: warning: [-Wdeprecations]
    In the use of ‘metroE’ (imported from Csound.Control.Evt):
    Deprecated: "Use metro instead"

src/Csound/Control/Instr.hs:127:57: warning: [-Wdeprecations]
    In the use of ‘metroE’ (imported from Csound.Control.Evt):
    Deprecated: "Use metro instead"

src/Csound/Control/Midi.hs:37:1: warning: [-Wtabs]
    Tab character found here, and in 119 further locations.
    Please use spaces instead.

src/Csound/Control/Midi.hs:172:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘namedAmpCpsSig’

src/Csound/Air/Wave.hs:4:1: warning: [-Wtabs]
    Tab character found here.
    Please use spaces instead.

src/Csound/Air/Wave.hs:47:1: warning: [-Wunused-imports]
    The import of ‘sines4’ from module ‘Csound.Tab’ is redundant

src/Csound/Air/Wave.hs:130:10: warning: [-Wname-shadowing]
    This binding for ‘mod’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Wave.hs:3:8-22
      (and originally defined in ‘GHC.Real’)

src/Csound/Air/Wave.hs:170:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: uosc' :: D -> Sig -> Sig

src/Csound/Air/Wave.hs:171:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      uoscBy' :: Tab -> D -> Sig -> Sig

src/Csound/Air/Wave.hs:172:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: usaw' :: D -> Sig -> Sig

src/Csound/Air/Wave.hs:173:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: uisaw' :: D -> Sig -> Sig

src/Csound/Air/Wave.hs:174:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      upulse' :: D -> Sig -> Sig

src/Csound/Air/Wave.hs:175:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: usqr' :: D -> Sig -> Sig

src/Csound/Air/Wave.hs:176:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      upw' :: Sig -> D -> Sig -> Sig

src/Csound/Air/Wave.hs:177:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: utri' :: D -> Sig -> Sig

src/Csound/Air/Wave.hs:178:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      uramp' :: Sig -> D -> Sig -> Sig

src/Csound/Air/Wave.hs:179:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      ublosc' :: Tab -> D -> Sig -> Sig

src/Csound/Air/Wave.hs:188:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndOsc :: Sig -> SE Sig

src/Csound/Air/Wave.hs:189:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rndOscBy :: Tab -> Sig -> SE Sig

src/Csound/Air/Wave.hs:190:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndSaw :: Sig -> SE Sig

src/Csound/Air/Wave.hs:191:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndIsaw :: Sig -> SE Sig

src/Csound/Air/Wave.hs:192:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndPulse :: Sig -> SE Sig

src/Csound/Air/Wave.hs:193:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndSqr :: Sig -> SE Sig

src/Csound/Air/Wave.hs:194:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rndPw :: Sig -> Sig -> SE Sig

src/Csound/Air/Wave.hs:195:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndTri :: Sig -> SE Sig

src/Csound/Air/Wave.hs:196:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rndRamp :: Sig -> Sig -> SE Sig

src/Csound/Air/Wave.hs:197:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rndBlosc :: Tab -> Sig -> SE Sig

src/Csound/Air/Wave.hs:199:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: urndOsc :: Sig -> SE Sig

src/Csound/Air/Wave.hs:200:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      urndOscBy :: Tab -> Sig -> SE Sig

src/Csound/Air/Wave.hs:201:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: urndSaw :: Sig -> SE Sig

src/Csound/Air/Wave.hs:202:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: urndIsaw :: Sig -> SE Sig

src/Csound/Air/Wave.hs:203:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      urndPulse :: Sig -> SE Sig

src/Csound/Air/Wave.hs:204:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: urndSqr :: Sig -> SE Sig

src/Csound/Air/Wave.hs:205:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      urndPw :: Sig -> Sig -> SE Sig

src/Csound/Air/Wave.hs:206:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: urndTri :: Sig -> SE Sig

src/Csound/Air/Wave.hs:207:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      urndRamp :: Sig -> Sig -> SE Sig

src/Csound/Air/Wave.hs:208:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      urndBlosc :: Tab -> Sig -> SE Sig

src/Csound/Air/Wave.hs:267:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      linRange :: Integral a => a -> Sig -> [Sig]

src/Csound/Air/Spec.hs:2:26: warning: [-Wtabs]
    Tab character found here, and in 50 further locations.
    Please use spaces instead.

src/Csound/Air/Wav.hs:46: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/Csound/Air/Wav.hs:50:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad.Trans.Class’ is redundant
      except perhaps to import instances from ‘Control.Monad.Trans.Class’
    To import instances alone, use: import Control.Monad.Trans.Class()

src/Csound/Air/Wav.hs:77:15: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Wav.hs:48:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Wav.hs:119:28: warning: [-Wdeprecations]
    In the use of ‘metroE’ (imported from Csound.Control.Evt):
    Deprecated: "Use metro instead"

src/Csound/Air/Wav.hs:308:26: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Wav.hs:308:35: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:326:8: warning: [-Wunused-matches]
    Defined but not used: ‘irefdur’

src/Csound/Air/Wav.hs:413:18: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:416:53: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:455:17: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:455:23: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:459:17: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:459:23: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:464:30: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:464:36: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:469:30: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:469:36: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:475:30: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:475:36: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:481:30: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:481:36: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:485:18: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:485:24: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:489:18: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:489:24: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:493:31: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:493:37: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:497:31: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:497:37: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:501:31: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:501:37: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:505:31: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Wav.hs:505:37: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Wav.hs:54:1-26
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Seg.hs:3:1: warning: [-Wtabs]
    Tab character found here, and in 177 further locations.
    Please use spaces instead.

src/Csound/Air/Seg.hs:8: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/Csound/Air/Seg.hs:96:29: warning: [-Wname-shadowing]
    This binding for ‘as’ shadows the existing binding
      bound at src/Csound/Air/Seg.hs:93:7

src/Csound/Air/Seg.hs:105:29: warning: [-Wname-shadowing]
    This binding for ‘as’ shadows the existing binding
      bound at src/Csound/Air/Seg.hs:102:6

src/Csound/Air/Seg.hs:168:27: warning: [-Wname-shadowing]
    This binding for ‘x’ shadows the existing binding
      bound at src/Csound/Air/Seg.hs:150:8

src/Csound/Air/Padsynth.hs:54:29: warning: [-Wname-shadowing]
    This binding for ‘freq’ shadows the existing binding
      bound at src/Csound/Air/Padsynth.hs:51:31

src/Csound/Air/Padsynth.hs:59:5: warning: [-Wname-shadowing]
    This binding for ‘left’ shadows the existing binding
      imported from ‘Control.Arrow’ at src/Csound/Air/Padsynth.hs:34:1-20

src/Csound/Air/Padsynth.hs:60:5: warning: [-Wname-shadowing]
    This binding for ‘right’ shadows the existing binding
      imported from ‘Control.Arrow’ at src/Csound/Air/Padsynth.hs:34:1-20

src/Csound/Air/Padsynth.hs:87:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘toThreshholdCond’

src/Csound/Air/Padsynth.hs:128:24: warning: [-Wunused-matches]
    Defined but not used: ‘specs’

src/Csound/Air/Padsynth.hs:128:31: warning: [-Wunused-matches]
    Defined but not used: ‘amp’

src/Csound/Air/Padsynth.hs:128:36: warning: [-Wunused-matches]
    Defined but not used: ‘freq’

src/Csound/Air/Padsynth.hs:145:7: warning: [-Wunused-matches]
    Defined but not used: ‘cond’

src/Csound/Air/Padsynth.hs:146:19: warning: [-Wunused-matches]
    Defined but not used: ‘cond2’

src/Csound/Air/Padsynth.hs:175:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: limit :: Int

src/Csound/Air/Padsynth.hs:177:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: triCoeff :: [Double]

src/Csound/Air/Padsynth.hs:178:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: sqrCoeff :: [Double]

src/Csound/Air/Padsynth.hs:179:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: sawCoeff :: [Double]

src/Csound/Air/Hvs.hs:3:1: warning: [-Wtabs]
    Tab character found here, and in 45 further locations.
    Please use spaces instead.

src/Csound/Air/Hvs.hs:10: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/Csound/Air/Hvs.hs:16:1: warning: [-Wunused-imports]
    The qualified import of ‘Csound.Typed.Opcode’ is redundant
      except perhaps to import instances from ‘Csound.Typed.Opcode’
    To import instances alone, use: import Csound.Typed.Opcode()

src/Csound/Air/Fm.hs:11:1: warning: [-Wtabs]
    Tab character found here, and in 146 further locations.
    Please use spaces instead.

src/Csound/Air/Fm.hs:40:27: warning: [-Wunused-top-binds]
    Defined but not used: ‘unFmNode’

src/Csound/Air/Fm.hs:52:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: defSt :: St

src/Csound/Air/Fm.hs:58:13: warning: [-Wname-shadowing]
    This binding for ‘units’ shadows the existing binding
      defined at src/Csound/Air/Fm.hs:48:11

src/Csound/Air/Fm.hs:67:35: warning: [-Wname-shadowing]
    This binding for ‘mod’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fm.hs:10:8-20
      (and originally defined in ‘GHC.Real’)

src/Csound/Air/Fm.hs:77:31: warning: [-Wname-shadowing]
    This binding for ‘mod’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fm.hs:10:8-20
      (and originally defined in ‘GHC.Real’)

src/Csound/Air/Fm.hs:178:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: dx_1 :: FmGraph

src/Csound/Air/Fm.hs:197:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: dx_2 :: FmGraph

src/Csound/Air/Fm.hs:214:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: dx_3 :: FmGraph

src/Csound/Air/Fm.hs:233:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: dx_4 :: FmGraph

src/Csound/Air/Filter.hs:43:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad.Trans.Class’ is redundant
      except perhaps to import instances from ‘Control.Monad.Trans.Class’
    To import instances alone, use: import Control.Monad.Trans.Class()

src/Csound/Air/Filter.hs:214:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: anO :: [(Sig, Sig)]

src/Csound/Air/Filter.hs:215:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: anA :: [(Sig, Sig)]

src/Csound/Air/Filter.hs:216:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: anE :: [(Sig, Sig)]

src/Csound/Air/Filter.hs:217:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: anIY :: [(Sig, Sig)]

src/Csound/Air/Filter.hs:218:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: anO2 :: [(Sig, Sig)]

src/Csound/Air/Filter.hs:227:11: warning: [-Wname-shadowing]
    This binding for ‘reson’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Filter.hs:41:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Filter.hs:233:11: warning: [-Wname-shadowing]
    This binding for ‘reson’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Filter.hs:41:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Filter.hs:239:11: warning: [-Wname-shadowing]
    This binding for ‘reson’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Filter.hs:41:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Filter.hs:245:11: warning: [-Wname-shadowing]
    This binding for ‘reson’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Filter.hs:41:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Fx.hs:42:1: warning: [-Wunused-imports]
    The import of ‘sec2rel’ from module ‘Csound.Tab’ is redundant

src/Csound/Air/Fx.hs:180:5: warning: [-Wname-shadowing]
    This binding for ‘ptr’ shadows the existing binding
      bound at src/Csound/Air/Fx.hs:177:5

src/Csound/Air/Fx.hs:231:13: warning: [-Wunused-matches]
    Defined but not used: ‘abuf’

src/Csound/Air/Fx.hs:238:13: warning: [-Wunused-matches]
    Defined but not used: ‘abuf’

src/Csound/Air/Fx.hs:302:17: warning: [-Wname-shadowing]
    This binding for ‘min’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fx.hs:2:8-20
      (and originally defined in ‘ghc-prim-0.5.0.0:GHC.Classes’)

src/Csound/Air/Fx.hs:302:22: warning: [-Wname-shadowing]
    This binding for ‘max’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fx.hs:2:8-20
      (and originally defined in ‘ghc-prim-0.5.0.0:GHC.Classes’)

src/Csound/Air/Fx.hs:305:17: warning: [-Wname-shadowing]
    This binding for ‘min’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fx.hs:2:8-20
      (and originally defined in ‘ghc-prim-0.5.0.0:GHC.Classes’)

src/Csound/Air/Fx.hs:305:22: warning: [-Wname-shadowing]
    This binding for ‘max’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fx.hs:2:8-20
      (and originally defined in ‘ghc-prim-0.5.0.0:GHC.Classes’)

src/Csound/Air/Fx.hs:316:7: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Air/Fx.hs:339:37: warning: [-Wname-shadowing]
    This binding for ‘ar’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘Csound.Typed.Types.Prim’)

src/Csound/Air/Fx.hs:349:42: warning: [-Wname-shadowing]
    This binding for ‘ar’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘Csound.Typed.Types.Prim’)

src/Csound/Air/Fx.hs:357:14: warning: [-Wname-shadowing]
    This binding for ‘mod’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Fx.hs:2:8-20
      (and originally defined in ‘GHC.Real’)

src/Csound/Air/Fx.hs:377:43: warning: [-Wname-shadowing]
    This binding for ‘ar’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘Csound.Typed.Types.Prim’)

src/Csound/Air/Fx.hs:400:50: warning: [-Wname-shadowing]
    This binding for ‘ar’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘Csound.Typed.Types.Prim’)

src/Csound/Air/Fx.hs:410:5: warning: [-Wunused-matches]
    Defined but not used: ‘aBuffer’

src/Csound/Air/Fx.hs:444:32: warning: [-Wname-shadowing]
    This binding for ‘ar’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘Csound.Typed.Types.Prim’)

src/Csound/Air/Fx.hs:453:14: warning: [-Wname-shadowing]
    This binding for ‘gain’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Fx.hs:43:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Fx.hs:462:15: warning: [-Wname-shadowing]
    This binding for ‘gain’ shadows the existing binding
      bound at src/Csound/Air/Fx.hs:453:14

src/Csound/Air/Fx.hs:468:15: warning: [-Wname-shadowing]
    This binding for ‘gain’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Fx.hs:43:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Fx.hs:468:25: warning: [-Wname-shadowing]
    This binding for ‘ar’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Fx.hs:41:1-19
      (and originally defined in ‘Csound.Typed.Types.Prim’)

src/Csound/Air/Fx.hs:493:5: warning: [-Wname-shadowing]
    This binding for ‘noise’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Fx.hs:43:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Fx.hs:507:5: warning: [-Wname-shadowing]
    This binding for ‘noise’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Fx.hs:43:1-26
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Fx.hs:580:17: warning: [-Wname-shadowing]
    This binding for ‘kindx’ shadows the existing binding
      bound at src/Csound/Air/Fx.hs:578:17

src/Csound/Air/Fx.hs:584:17: warning: [-Wname-shadowing]
    This binding for ‘kindx’ shadows the existing binding
      bound at src/Csound/Air/Fx.hs:580:17

src/Csound/Air/Fx.hs:591:17: warning: [-Wname-shadowing]
    This binding for ‘kindx’ shadows the existing binding
      bound at src/Csound/Air/Fx.hs:589:17

src/Csound/Air/Granular.hs:48:1: warning: [-Wtabs]
    Tab character found here, and in 726 further locations.
    Please use spaces instead.

src/Csound/Air/Granular.hs:112:1: warning: [-Wunused-imports]
    The import of ‘Data.Boolean’ is redundant
      except perhaps to import instances from ‘Data.Boolean’
    To import instances alone, use: import Data.Boolean()

src/Csound/Air/Granular.hs:113:1: warning: [-Wunused-imports]
    The import of ‘Data.List’ is redundant
      except perhaps to import instances from ‘Data.List’
    To import instances alone, use: import Data.List()

src/Csound/Air/Granular.hs:114: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/Csound/Air/Granular.hs:115:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad.Trans.Class’ is redundant
      except perhaps to import instances from ‘Control.Monad.Trans.Class’
    To import instances alone, use: import Control.Monad.Trans.Class()

src/Csound/Air/Granular.hs:120:1: warning: [-Wunused-imports]
    The qualified import of ‘C.grain, C.partikkel, C.syncgrain’
    from module ‘Csound.Typed.Opcode’ is redundant

src/Csound/Air/Granular.hs:134:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘w1’

src/Csound/Air/Granular.hs:134:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: w1 :: [Char]

src/Csound/Air/Granular.hs:135:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘w2’

src/Csound/Air/Granular.hs:135:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: w2 :: [Char]

src/Csound/Air/Granular.hs:136:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘w3’

src/Csound/Air/Granular.hs:136:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: w3 :: [Char]

src/Csound/Air/Granular.hs:360:17: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:377:17: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:460:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: toPercent :: D -> D

src/Csound/Air/Granular.hs:527:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘main’

src/Csound/Air/Granular.hs:527:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: main :: IO ()

src/Csound/Air/Granular.hs:638:17: warning: [-Wunused-local-binds]
    Defined but not used: ‘awp’

src/Csound/Air/Granular.hs:653:21: warning: [-Wunused-local-binds]
    Defined but not used: ‘awp’

src/Csound/Air/Granular.hs:834:27: warning: [-Wname-shadowing]
    This binding for ‘buf’ shadows the existing binding
      bound at src/Csound/Air/Granular.hs:824:31

src/Csound/Air/Granular.hs:834:31: warning: [-Wname-shadowing]
    This binding for ‘kphs’ shadows the existing binding
      bound at src/Csound/Air/Granular.hs:824:35

src/Csound/Air/Granular.hs:871:20: warning: [-Wname-shadowing]
    This binding for ‘kFmod’ shadows the existing binding
      bound at src/Csound/Air/Granular.hs:860:17

src/Csound/Air/Granular.hs:871:26: warning: [-Wname-shadowing]
    This binding for ‘tabLen’ shadows the existing binding
      bound at src/Csound/Air/Granular.hs:868:17

src/Csound/Air/Granular.hs:883:63: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:884:18: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:888:72: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:893:49: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:894:18: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:898:61: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:898:67: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:899:18: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:903:72: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:903:78: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:904:18: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:908:71: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Granular.hs:909:18: warning: [-Wname-shadowing]
    This binding for ‘tab’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Granular.hs:119:1-97
      (and originally defined in ‘Csound.Typed.Opcode.SignalGenerators’)

src/Csound/Air/Granular.hs:914:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: fxFeed :: Feedback

src/Csound/Air/Granular.hs:915:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: fxBalance :: Balance

src/Csound/Air/Granular.hs:916:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      fxMaxLength :: MaxDelayTime

src/Csound/Air/Granular.hs:917:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: fxDelTime :: DelayTime

src/Csound/Air/Granular.hs:1051:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      csdFof2 :: Sig
                 -> Sig
                 -> Sig
                 -> Sig
                 -> Sig
                 -> Sig
                 -> Sig
                 -> Sig
                 -> D
                 -> Tab
                 -> Tab
                 -> D
                 -> Sig
                 -> Sig
                 -> Sig

src/Csound/Air/Patch.hs:4:1: warning: [-Wtabs]
    Tab character found here, and in 80 further locations.
    Please use spaces instead.

src/Csound/Air/Patch.hs:59:1: warning: [-Wunused-imports]
    The import of ‘ampdb’
    from module ‘Csound.Typed.Opcode’ is redundant
Haddock coverage:
  63% ( 60 / 95) in 'Csound.Types'
  Missing documentation for:
    SigOrD
    Sig2
    Sig3
    Sig4
    Sig5
    Sig6
    Sig8
    getSampleRate
    getControlRate
    getBlockSize
    quot'
    rem'
    div'
    mod'
    ceil'
    floor'
    round'
    int'
    frac'
    whileDo
    untilDo
    whileDoD
    untilDoD
    equalsTo
    notEqualsTo
    lessThan
    greaterThan
    lessThanEquals
    greaterThanEquals
    ar1
    ar2
    ar4
    ar6
    ar8
    Arg
  66% ( 89 /134) in 'Csound.Tab'
  Missing documentation for:
    WavChn (src/Csound/Tab.hs:146)
    Mp3Chn (src/Csound/Tab.hs:171)
    PartialStrength (src/Csound/Tab.hs:374)
    PartialNumber (src/Csound/Tab.hs:373)
    PartialPhase (src/Csound/Tab.hs:375)
    PartialDC (src/Csound/Tab.hs:376)
    winHamming (src/Csound/Tab.hs:490)
    winHanning (src/Csound/Tab.hs:490)
    winBartlett (src/Csound/Tab.hs:490)
    winBlackman (src/Csound/Tab.hs:490)
    winHarris (src/Csound/Tab.hs:490)
    winGaussian (src/Csound/Tab.hs:490)
    winKaiser (src/Csound/Tab.hs:490)
    winRectangle (src/Csound/Tab.hs:490)
    winSync (src/Csound/Tab.hs:490)
    PadsynthShape (src/Csound/Tab.hs:536)
    idWavs
    idMp3s
    idDoubles
    idSines
    idSines3
    idSines2
    idPartials
    idSines4
    idBuzzes
    idConsts
    idLins
    idCubes
    idExps
    idSplines
    idStartEnds
    idPolys
    idChebs1
    idChebs2
    idBessels
    idWins
    idPadsynth
    idTanh
    idExp
    idSone
    idFarey
    idWave
    tabList
    fromTabList
    fromTabListD
  77% ( 30 / 39) in 'Csound.Tuning'
  Missing documentation for:
    Module header
    equalCents1 (src/Csound/Tuning.hs:135)
    justCents1 (src/Csound/Tuning.hs:136)
    meantoneCents (src/Csound/Tuning.hs:137)
    pythagorCents (src/Csound/Tuning.hs:138)
    werckmeisterCents (src/Csound/Tuning.hs:139)
    youngCents1 (src/Csound/Tuning.hs:141)
    youngCents2 (src/Csound/Tuning.hs:142)
    youngCents3 (src/Csound/Tuning.hs:143)
  88% ( 15 / 17) in 'Csound.SigSpace'
  Missing documentation for:
    Module header
    At (src/Csound/SigSpace.hs:307)
  39% ( 16 / 41) in 'Csound.Options'
  Missing documentation for:
    Module header
    setGain (src/Csound/Options.hs:54)
    setJack (src/Csound/Options.hs:58)
    setOutput (src/Csound/Options.hs:71)
    setInput (src/Csound/Options.hs:68)
    setDac (src/Csound/Options.hs:62)
    setAdc (src/Csound/Options.hs:65)
    setDacBy (src/Csound/Options.hs:74)
    setAdcBy (src/Csound/Options.hs:80)
    setThru (src/Csound/Options.hs:86)
    Flags
    AudioFileOutput
    FormatHeader
    FormatSamples
    FormatType
    Dither
    IdTags
    Rtaudio
    PulseAudio
    MidiIO
    MidiRT
    Rtmidi
    Displays
    DisplayMode
    Config
  81% ( 13 / 16) in 'Csound.Control.SE'
  Missing documentation for:
    Module header
    writeRef
    readRef
  67% (  2 /  3) in 'Csound.Control.Overload.SpecInstr'
  Missing documentation for:
    Module header
   0% (  0 /  3) in 'Csound.Control.Overload.Outs'
  Missing documentation for:
    Module header
    Outs (src/Csound/Control/Overload/Outs.hs:14)
    onArg (src/Csound/Control/Overload/Outs.hs:11)
  67% (  2 /  3) in 'Csound.Control.Overload.MidiInstr'
  Missing documentation for:
    Module header
  57% (  4 /  7) in 'Csound.Control.Overload'
  Missing documentation for:
    Module header
    Outs (src/Csound/Control/Overload/Outs.hs:14)
    onArg (src/Csound/Control/Overload/Outs.hs:11)
 100% (  4 /  4) in 'Csound.Control.Osc'
  44% ( 11 / 25) in 'Csound.Control.Gui.Props'
  Missing documentation for:
    BorderType
    FontType
    Emphasis
    setBorder
    setLabel
    setMaterial
    setColor1
    setColor2
    setColors
    setTextColor
    setFontSize
    setFontType
    setEmphasis
    setOrient
 100% (  9 /  9) in 'Csound.Control.Gui.Layout'
  94% ( 60 / 64) in 'Csound.Control.Evt'
  Missing documentation for:
    Module header
    Tick (src/Csound/Control/Evt.hs:38)
    evtToBool (src/Csound/Control/Evt.hs:43)
    evtToSig (src/Csound/Control/Evt.hs:40)
  84% ( 84 /100) in 'Csound.Control.Gui.Widget'
  Missing documentation for:
    ValStep
    ValScaleType
    KnobType
    setKnobType
    SliderType
    setSliderType
    TextType
    setTextType
    setBoxType
    setButtonType
    butBankSig1
    setKnob
    setSlider
    setToggle
    setToggleSig
    toggleSig' (src/Csound/Control/Gui/Widget.hs:406)
  88% ( 65 / 74) in 'Csound.Control.Gui'
  Missing documentation for:
    SinkSource
    sinkSource
    sinkSlice
    sourceSlice
    keyWin (src/Csound/Control/Gui.hs:121)
    hmapM (src/Csound/Control/Gui.hs:318)
    vmapM (src/Csound/Control/Gui.hs:321)
    hmapM' (src/Csound/Control/Gui.hs:324)
    vmapM' (src/Csound/Control/Gui.hs:327)
  96% ( 22 / 23) in 'Csound.IO'
  Missing documentation for:
    RenderCsd (src/Csound/IO.hs:57)
  86% ( 36 / 42) in 'Csound.Control.Instr'
  Missing documentation for:
    Sco
    infiniteDur
    sched
    retrig (src/Csound/Control/Instr.hs:178)
    Outs (src/Csound/Control/Overload/Outs.hs:14)
    onArg (src/Csound/Control/Overload/Outs.hs:11)
  86% ( 37 / 43) in 'Csound.Control.Midi'
  Missing documentation for:
    MidiFun (src/Csound/Control/Midi.hs:39)
    toMidiFun (src/Csound/Control/Midi.hs:41)
    toMidiFun_ (src/Csound/Control/Midi.hs:47)
    Msg
    Channel
    ampCps (src/Csound/Control/Midi.hs:53)
 100% ( 28 / 28) in 'Csound.Control.Sf'
 100% ( 11 / 11) in 'Csound.Control.Channel'
 100% ( 24 / 24) in 'Csound.Control'
  70% ( 69 / 99) in 'Csound.Air.Wave'
  Missing documentation for:
    rndOsc (src/Csound/Air/Wave.hs:188)
    rndOscBy (src/Csound/Air/Wave.hs:189)
    rndSaw (src/Csound/Air/Wave.hs:190)
    rndIsaw (src/Csound/Air/Wave.hs:191)
    rndPulse (src/Csound/Air/Wave.hs:192)
    rndSqr (src/Csound/Air/Wave.hs:193)
    rndPw (src/Csound/Air/Wave.hs:194)
    rndTri (src/Csound/Air/Wave.hs:195)
    rndRamp (src/Csound/Air/Wave.hs:196)
    rndBlosc (src/Csound/Air/Wave.hs:197)
    uosc' (src/Csound/Air/Wave.hs:170)
    uoscBy' (src/Csound/Air/Wave.hs:171)
    usaw' (src/Csound/Air/Wave.hs:172)
    uisaw' (src/Csound/Air/Wave.hs:173)
    upulse' (src/Csound/Air/Wave.hs:174)
    usqr' (src/Csound/Air/Wave.hs:175)
    upw' (src/Csound/Air/Wave.hs:176)
    utri' (src/Csound/Air/Wave.hs:177)
    uramp' (src/Csound/Air/Wave.hs:178)
    ublosc' (src/Csound/Air/Wave.hs:179)
    urndOsc (src/Csound/Air/Wave.hs:199)
    urndOscBy (src/Csound/Air/Wave.hs:200)
    urndSaw (src/Csound/Air/Wave.hs:201)
    urndIsaw (src/Csound/Air/Wave.hs:202)
    urndPulse (src/Csound/Air/Wave.hs:203)
    urndSqr (src/Csound/Air/Wave.hs:204)
    urndPw (src/Csound/Air/Wave.hs:205)
    urndTri (src/Csound/Air/Wave.hs:206)
    urndRamp (src/Csound/Air/Wave.hs:207)
    urndBlosc (src/Csound/Air/Wave.hs:208)
 100% ( 12 / 12) in 'Csound.Air.Spec'
  97% ( 69 / 71) in 'Csound.Air.Wav'
  Missing documentation for:
    LoopMode (src/Csound/Air/Wav.hs:201)
    ram1 (src/Csound/Air/Wav.hs:372)
  88% (  7 /  8) in 'Csound.Air.Seg'
  Missing documentation for:
    Module header
 100% ( 10 / 10) in 'Csound.Air.Pan'
 100% ( 24 / 24) in 'Csound.Air.Padsynth'
 100% ( 12 / 12) in 'Csound.Air.Hvs'
  71% ( 15 / 21) in 'Csound.Air.Fm'
  Missing documentation for:
    Fm (src/Csound/Air/Fm.hs:38)
    FmNode (src/Csound/Air/Fm.hs:40)
    fmod (src/Csound/Air/Fm.hs:119)
    FmSpec (src/Csound/Air/Fm.hs:140)
    FmGraph (src/Csound/Air/Fm.hs:146)
    fmRun (src/Csound/Air/Fm.hs:150)
 100% ( 52 / 52) in 'Csound.Air.Filter'
  94% ( 64 / 68) in 'Csound.Air.Fx'
  Missing documentation for:
    DepthSig (src/Csound/Air/Fx.hs:248)
    RateSig (src/Csound/Air/Fx.hs:249)
    WidthSig (src/Csound/Air/Fx.hs:250)
    ToneSig (src/Csound/Air/Fx.hs:251)
  94% ( 68 / 72) in 'Csound.Air.Granular'
  Missing documentation for:
    GrainRate (src/Csound/Air/Granular.hs:141)
    GrainSize (src/Csound/Air/Granular.hs:142)
    Pointer (src/Csound/Air/Granular.hs:143)
    ConstPitchSig (src/Csound/Air/Granular.hs:145)
  75% ( 52 / 69) in 'Csound.Air.Patch'
  Missing documentation for:
    FxSpec (src/Csound/Air/Patch.hs:91)
    DryWetRatio (src/Csoun
src/Csound/Air/Sampler.hs:3:1: warning: [-Wtabs]
    Tab character found here, and in 175 further locations.
    Please use spaces instead.

src/Csound/Air/Sampler.hs:34: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/Csound/Air/Sampler.hs:59:31: warning: [-Wname-shadowing]
    This binding for ‘x’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:51:18

src/Csound/Air/Sampler.hs:59:33: warning: [-Wname-shadowing]
    This binding for ‘st’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:51:20

src/Csound/Air/Sampler.hs:59:36: warning: [-Wname-shadowing]
    This binding for ‘a’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:51:23

src/Csound/Air/Sampler.hs:66:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘evtToggle’

src/Csound/Air/Sampler.hs:70:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘syncEvtToggle’

src/Csound/Air/Sampler.hs:104:32: warning: [-Wname-shadowing]
    This binding for ‘start’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:97:19

src/Csound/Air/Sampler.hs:104:38: warning: [-Wname-shadowing]
    This binding for ‘stop’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:97:25

src/Csound/Air/Sampler.hs:104:43: warning: [-Wname-shadowing]
    This binding for ‘sigs’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:97:30

src/Csound/Air/Sampler.hs:124:32: warning: [-Wname-shadowing]
    This binding for ‘starts’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:116:19

src/Csound/Air/Sampler.hs:124:39: warning: [-Wname-shadowing]
    This binding for ‘stops’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:116:26

src/Csound/Air/Sampler.hs:124:45: warning: [-Wname-shadowing]
    This binding for ‘asig’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:116:32

src/Csound/Air/Sampler.hs:138:32: warning: [-Wname-shadowing]
    This binding for ‘starts’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:130:27

src/Csound/Air/Sampler.hs:138:39: warning: [-Wname-shadowing]
    This binding for ‘stops’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:130:34

src/Csound/Air/Sampler.hs:138:45: warning: [-Wname-shadowing]
    This binding for ‘asig’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:130:40

src/Csound/Air/Sampler.hs:175:30: warning: [-Wname-shadowing]
    This binding for ‘asig’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:171:37

src/Csound/Air/Sampler.hs:217:33: warning: [-Wname-shadowing]
    This binding for ‘as’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:207:28

src/Csound/Air/Sampler.hs:217:36: warning: [-Wname-shadowing]
    This binding for ‘stop’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:207:31

src/Csound/Air/Sampler.hs:222:49: warning: [-Wname-shadowing]
    This binding for ‘ons’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:211:17

src/Csound/Air/Sampler.hs:223:49: warning: [-Wname-shadowing]
    This binding for ‘offs’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:212:17

src/Csound/Air/Sampler.hs:266:21: warning: [-Wunused-matches]
    Defined but not used: ‘amp’

src/Csound/Air/Sampler.hs:325:30: warning: [-Wname-shadowing]
    This binding for ‘asig’ shadows the existing binding
      bound at src/Csound/Air/Sampler.hs:322:36

src/Csound/Air/Sampler.hs:344:18: warning: [-Wunused-matches]
    Defined but not used: ‘midiInstr’

src/Csound/Air/Envelope.hs:48:1: warning: [-Wunused-imports]
    The import of ‘Csound.Air.Wave’ is redundant
      except perhaps to import instances from ‘Csound.Air.Wave’
    To import instances alone, use: import Csound.Air.Wave()

src/Csound/Air/Envelope.hs:49:1: warning: [-Wunused-imports]
    The import of ‘Csound.Tab’ is redundant
      except perhaps to import instances from ‘Csound.Tab’
    To import instances alone, use: import Csound.Tab()

src/Csound/Air/Envelope.hs:50:1: warning: [-Wunused-imports]
    The import of ‘Csound.Air.Wave’ is redundant
      except perhaps to import instances from ‘Csound.Air.Wave’
    To import instances alone, use: import Csound.Air.Wave()

src/Csound/Air/Envelope.hs:51:1: warning: [-Wunused-imports]
    The import of ‘Csound.Air.Filter’ is redundant
      except perhaps to import instances from ‘Csound.Air.Filter’
    To import instances alone, use: import Csound.Air.Filter()

src/Csound/Air/Envelope.hs:83:7: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:182:13: warning: [-Wunused-matches]
    Defined but not used: ‘a’

src/Csound/Air/Envelope.hs:182:22: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:199:17: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:205:22: warning: [-Wunused-matches]
    Defined but not used: ‘a’

src/Csound/Air/Envelope.hs:206:21: warning: [-Wunused-matches]
    Defined but not used: ‘a’

src/Csound/Air/Envelope.hs:206:25: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:275:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      sawList :: Num a => [a] -> [a]

src/Csound/Air/Envelope.hs:278:7: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:280:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      isawList :: Num a => [a] -> [a]

src/Csound/Air/Envelope.hs:283:7: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:285:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      triList :: Num t => [t] -> [t]

src/Csound/Air/Envelope.hs:287:7: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:289:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      pwList :: Num t => t -> [t] -> [t]

src/Csound/Air/Envelope.hs:293:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      ipwList :: Num t => t -> [t] -> [t]

src/Csound/Air/Envelope.hs:297:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rampList :: Fractional a => a -> a -> [a] -> [a]

src/Csound/Air/Envelope.hs:305:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      irampList :: Fractional a => a -> a -> [a] -> [a]

src/Csound/Air/Envelope.hs:408:18: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:418:19: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:424:19: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:481:18: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:522:11: warning: [-Wunused-top-binds]
    Defined but not used: ‘seq1Val’

src/Csound/Air/Envelope.hs:575:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      simpleSeq0 :: ([Sig] -> Sig -> Sig) -> [Seq] -> Sig -> Sig

src/Csound/Air/Envelope.hs:576:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      simpleSeq1 :: ([Sig] -> Sig -> Sig) -> [Seq] -> Sig -> Sig

src/Csound/Air/Envelope.hs:578:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      seq0 :: (Sig -> Sig -> [Sig]) -> [Seq] -> Sig -> Sig

src/Csound/Air/Envelope.hs:579:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      seq1 :: (Sig -> Sig -> [Sig]) -> [Seq] -> Sig -> Sig

src/Csound/Air/Envelope.hs:580:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      seqx :: (Sig -> Sig -> [Sig]) -> [Seq] -> Sig -> Sig

src/Csound/Air/Envelope.hs:616:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      saw1 :: Num t => t -> t -> [t]

src/Csound/Air/Envelope.hs:617:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      isaw1 :: Num t => t -> t -> [t]

src/Csound/Air/Envelope.hs:655:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      adsr1 :: Num a => a -> a -> a -> a -> a -> a -> [a]

src/Csound/Air/Envelope.hs:656:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      adsr1_ :: Num a => a -> a -> a -> a -> a -> a -> a -> [a]

src/Csound/Air/Envelope.hs:656:16: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:681:18: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:685:19: warning: [-Wname-shadowing]
    This binding for ‘rest’ shadows the existing binding
      imported from ‘Temporal.Media’ at src/Csound/Air/Envelope.hs:43:1-21
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Envelope.hs:726:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rowDesc :: (Enum t, Integral a, Fractional t) => a -> [t]

src/Csound/Air/Envelope.hs:804:23: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Eq a0)
          arising from a use of ‘==’ at src/Csound/Air/Envelope.hs:804:23-34
        (Integral a0)
          arising from a use of ‘mod’ at src/Csound/Air/Envelope.hs:804:23-29
        (Num a0)
          arising from the literal ‘2’ at src/Csound/Air/Envelope.hs:804:29
        (Enum a0)
          arising from the arithmetic sequence ‘0 .. ’
          at src/Csound/Air/Envelope.hs:802:55-60
    • In the expression: mod n 2 == 1
      In a stmt of a pattern guard for
                     an equation for ‘human1’:
        mod n 2 == 1
      In an equation for ‘human1’:
          human1 (n, a)
            | mod n 2 == 1 = rndValD dr a
            | otherwise = return a

src/Csound/Air/Envelope.hs:809:25: warning: [-Wname-shadowing]
    This binding for ‘release’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Envelope.hs:46:1-62
      (and originally defined in ‘Csound.Typed.Opcode.RealtimeMIDI’)

src/Csound/Air/Envelope.hs:811:23: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Eq a0)
          arising from a use of ‘==’ at src/Csound/Air/Envelope.hs:811:23-34
        (Integral a0)
          arising from a use of ‘mod’ at src/Csound/Air/Envelope.hs:811:23-29
        (Num a0)
          arising from the literal ‘2’ at src/Csound/Air/Envelope.hs:811:29
        (Enum a0)
          arising from the arithmetic sequence ‘0 .. ’
          at src/Csound/Air/Envelope.hs:809:78-83
    • In the expression: mod n 2 == 1
      In a stmt of a pattern guard for
                     an equation for ‘human1’:
        mod n 2 == 1
      In an equation for ‘human1’:
          human1 (n, a)
            | mod n 2 == 1 = rndValD dr a
            | otherwise = return a

src/Csound/Air/Envelope.hs:843:23: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Eq a0)
          arising from a use of ‘==’ at src/Csound/Air/Envelope.hs:843:23-34
        (Integral a0)
          arising from a use of ‘mod’ at src/Csound/Air/Envelope.hs:843:23-29
        (Num a0)
          arising from the literal ‘2’ at src/Csound/Air/Envelope.hs:843:29
        (Enum a0)
          arising from the arithmetic sequence ‘0 .. ’
          at src/Csound/Air/Envelope.hs:841:56-61
    • In the expression: mod n 2 == 0
      In a stmt of a pattern guard for
                     an equation for ‘human1’:
        mod n 2 == 0
      In an equation for ‘human1’:
          human1 (n, a)
            | mod n 2 == 0 = rndValD dr a
            | otherwise = return a

src/Csound/Air/Envelope.hs:848:26: warning: [-Wname-shadowing]
    This binding for ‘release’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Envelope.hs:46:1-62
      (and originally defined in ‘Csound.Typed.Opcode.RealtimeMIDI’)

src/Csound/Air/Envelope.hs:850:23: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Eq a0)
          arising from a use of ‘==’ at src/Csound/Air/Envelope.hs:850:23-34
        (Integral a0)
          arising from a use of ‘mod’ at src/Csound/Air/Envelope.hs:850:23-29
        (Num a0)
          arising from the literal ‘2’ at src/Csound/Air/Envelope.hs:850:29
        (Enum a0)
          arising from the arithmetic sequence ‘0 .. ’
          at src/Csound/Air/Envelope.hs:848:65-70
    • In the expression: mod n 2 == 0
      In a stmt of a pattern guard for
                     an equation for ‘human1’:
        mod n 2 == 0
      In an equation for ‘human1’:
          human1 (n, a)
            | mod n 2 == 0 = rndValD dr a
            | otherwise = return a

src/Csound/Air/Envelope.hs:882:23: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Eq a0)
          arising from a use of ‘==’ at src/Csound/Air/Envelope.hs:882:23-34
        (Integral a0)
          arising from a use of ‘mod’ at src/Csound/Air/Envelope.hs:882:23-29
        (Num a0)
          arising from the literal ‘2’ at src/Csound/Air/Envelope.hs:882:29
        (Enum a0)
          arising from the arithmetic sequence ‘0 .. ’
          at src/Csound/Air/Envelope.hs:880:69-74
    • In the expression: mod n 2 == 1
      In a stmt of a pattern guard for
                     an equation for ‘human1’:
        mod n 2 == 1
      In an equation for ‘human1’:
          human1 (n, a)
            | mod n 2 == 1 = rndValD drVal a
            | otherwise = rndValD drTime a

src/Csound/Air/Envelope.hs:887:39: warning: [-Wname-shadowing]
    This binding for ‘release’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Envelope.hs:46:1-62
      (and originally defined in ‘Csound.Typed.Opcode.RealtimeMIDI’)

src/Csound/Air/Envelope.hs:889:23: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Eq a0)
          arising from a use of ‘==’ at src/Csound/Air/Envelope.hs:889:23-34
        (Integral a0)
          arising from a use of ‘mod’ at src/Csound/Air/Envelope.hs:889:23-29
        (Num a0)
          arising from the literal ‘2’ at src/Csound/Air/Envelope.hs:889:29
        (Enum a0)
          arising from the arithmetic sequence ‘0 .. ’
          at src/Csound/Air/Envelope.hs:887:78-83
    • In the expression: mod n 2 == 1
      In a stmt of a pattern guard for
                     an equation for ‘human1’:
        mod n 2 == 1
      In an equation for ‘human1’:
          human1 (n, a)
            | mod n 2 == 1 = rndValD drVal a
            | otherwise = rndValD drTime a

src/Csound/Air/Misc.hs:40:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad’ is redundant
      except perhaps to import instances from ‘Control.Monad’
    To import instances alone, use: import Control.Monad()

src/Csound/Air/Misc.hs:44:1: warning: [-Wunused-imports]
    The import of ‘Csound.Dynamic’ is redundant
      except perhaps to import instances from ‘Csound.Dynamic’
    To import instances alone, use: import Csound.Dynamic()

src/Csound/Air/Misc.hs:96:13: warning: [-Wname-shadowing]
    This binding for ‘rndAmp’ shadows the existing binding
      defined at src/Csound/Air/Misc.hs:267:1

src/Csound/Air/Misc.hs:96:20: warning: [-Wname-shadowing]
    This binding for ‘rndCps’ shadows the existing binding
      defined at src/Csound/Air/Misc.hs:277:1

src/Csound/Air/Misc.hs:123:10: warning: [-Wname-shadowing]
    This binding for ‘filt’ shadows the existing binding
      imported from ‘Csound.Air.Filter’ at src/Csound/Air/Misc.hs:55:1-24
      (and originally defined at src/Csound/Air/Filter.hs:133:1-4)

src/Csound/Air/Misc.hs:276:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndDur :: D -> D -> SE D

src/Csound/Air/Misc.hs:277:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndCps :: D -> D -> SE D

src/Csound/Air/Misc.hs:278:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: rndTune :: D -> D -> SE D

src/Csound/Air/Misc.hs:282:5: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Misc.hs:50:1-27
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Misc.hs:295:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: addDur' :: D -> b -> SE b

src/Csound/Air/Misc.hs:296:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: addDur :: b -> SE b

src/Csound/Air/Misc.hs:345:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      rimShot' :: TrSpec -> SE Sig

src/Csound/Air/Misc.hs:351:9: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Misc.hs:50:1-27
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Misc.hs:372:9: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Misc.hs:50:1-27
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Misc.hs:388:9: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Misc.hs:50:1-27
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Misc.hs:401:9: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Misc.hs:50:1-27
      (and originally defined in ‘Temporal.Class’)

src/Csound/Air/Misc.hs:403:9: warning: [-Wunused-local-binds]
    Defined but not used: ‘cps’

src/Csound/Air/Misc.hs:405:9: warning: [-Wunused-local-binds]
    Defined but not used: ‘fullDur’

src/Csound/Air/Misc.hs:415:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: testDrone :: D -> SE Sig2

src/Csound/Air/Misc.hs:416:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      testDrone2 :: D -> SE Sig2

src/Csound/Air/Misc.hs:417:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      testDrone3 :: D -> SE Sig2

src/Csound/Air/Misc.hs:418:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      testDrone4 :: D -> SE Sig2

src/Csound/Air/Misc.hs:420:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      pwEnsemble :: Patch D Sig2

src/Csound/Air/Misc.hs:424:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: nightPad :: Patch D Sig2

src/Csound/Air/Misc.hs:428:28: warning: [-Wunused-top-binds]
    Defined but not used: ‘razorPadSpeed’

src/Csound/Air/Misc.hs:433:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: razorPad :: Patch D Sig2

src/Csound/Air/Misc.hs:435:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      razorPad' :: RazorPad -> Patch D Sig2

src/Csound/Air/Misc.hs:439:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      overtonePad :: Patch D Sig2

src/Csound/Air/Misc.hs:443:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      caveOvertonePad :: Patch D Sig2

src/Csound/Air/Misc.hs:468:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      impRazorPad :: Sig -> Sig -> Sig -> SE Sig

src/Csound/Air/Misc.hs:469:13: warning: [-Wname-shadowing]
    This binding for ‘cps’ shadows the existing binding
      bound at src/Csound/Air/Misc.hs:468:23

src/Csound/Air/Misc.hs:471:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      genRazor :: (Fractional t, SigSpace (SE b)) =>
                  (Sig -> t -> Sig -> b) -> Sig -> Sig -> Sig -> SE b

src/Csound/Air/Misc.hs:471:10: warning: [-Wname-shadowing]
    This binding for ‘filter’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Air/Misc.hs:3:8-22
      (and originally defined in ‘GHC.List’)

src/Csound/Air/Live.hs:30:1: warning: [-Wunused-imports]
    The import of ‘Data.Colour’ is redundant
      except perhaps to import instances from ‘Data.Colour’
    To import instances alone, use: import Data.Colour()

src/Csound/Air/Live.hs:37:1: warning: [-Wunused-imports]
    The import of ‘Csound.Control.Evt’ is redundant
      except perhaps to import instances from ‘Csound.Control.Evt’
    To import instances alone, use: import Csound.Control.Evt()

src/Csound/Air/Live.hs:53:1: warning: [-Worphans]
    Orphan instance: instance SigSpace FxFun
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Air/Live.hs:74:45: warning: [-Wname-shadowing]
    This binding for ‘mute’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Live.hs:82:17: warning: [-Wname-shadowing]
    This binding for ‘mute’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Live.hs:145:39: warning: [-Wname-shadowing]
    This binding for ‘name’ shadows the existing binding
      bound at src/Csound/Air/Live.hs:139:7

src/Csound/Air/Live.hs:170:12: warning: [-Wname-shadowing]
    This binding for ‘off’ shadows the existing binding
      bound at src/Csound/Air/Live.hs:169:9

src/Csound/Air/Live.hs:170:16: warning: [-Wname-shadowing]
    This binding for ‘fx’ shadows the existing binding
      bound at src/Csound/Air/Live.hs:167:12

src/Csound/Air/Live.hs:170:19: warning: [-Wname-shadowing]
    This binding for ‘arg’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Live.hs:34:1-19
      (and originally defined in ‘Csound.Typed.Types.Tuple’)

src/Csound/Air/Live.hs:172:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: uiOnOffSize :: Double

src/Csound/Air/Live.hs:173:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature: uiBoxSize :: Double

src/Csound/Air/Live.hs:218:28: warning: [-Wname-shadowing]
    This binding for ‘tone’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Live.hs:225:15: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Live.hs:38:1-27
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Air/Live.hs:225:30: warning: [-Wname-shadowing]
    This binding for ‘width’ shadows the existing binding
      imported from ‘Csound.Control.Gui’ at src/Csound/Air/Live.hs:39:1-25
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.BoxModel’)

src/Csound/Air/Live.hs:232:16: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Live.hs:38:1-27
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Air/Live.hs:232:37: warning: [-Wname-shadowing]
    This binding for ‘delay’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Live.hs:239:15: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Live.hs:38:1-27
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Air/Live.hs:246:14: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Live.hs:38:1-27
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Air/Live.hs:246:29: warning: [-Wname-shadowing]
    This binding for ‘tone’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Live.hs:260:23: warning: [-Wname-shadowing]
    This binding for ‘gain’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Live.hs:267:15: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      imported from ‘Csound.Control.Instr’ at src/Csound/Air/Live.hs:38:1-27
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Air/Live.hs:267:73: warning: [-Wname-shadowing]
    This binding for ‘mix’ shadows the existing binding
      bound at src/Csound/Air/Live.hs:267:15

src/Csound/Air/Live.hs:267:77: warning: [-Wname-shadowing]
    This binding for ‘depth’ shadows the existing binding
      bound at src/Csound/Air/Live.hs:267:19

src/Csound/Air/Live.hs:274:13: warning: [-Wname-shadowing]
    This binding for ‘gain’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Live.hs:40:1-41
      (and originally defined in ‘Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Air/Live.hs:309:29: warning: [-Wname-shadowing]
    This binding for ‘arg’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Live.hs:34:1-19
      (and originally defined in ‘Csound.Typed.Types.Tuple’)

src/Csound/Air/Live.hs:314:29: warning: [-Wname-shadowing]
    This binding for ‘arg’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Live.hs:34:1-19
      (and originally defined in ‘Csound.Typed.Types.Tuple’)

src/Csound/Air/Live.hs:318:18: warning: [-Wname-shadowing]
    This binding for ‘widget’ shadows the existing binding
      imported from ‘Csound.Control.Gui’ at src/Csound/Air/Live.hs:39:1-25
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Widget’)

src/Csound/Air/Live.hs:386:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      genMidiChooser :: Sigs a =>
                        (t1 -> t -> Source (Msg -> SE a)) -> t1 -> t -> Source a

src/Csound/Air/Live.hs:405:17: warning: [-Wname-shadowing]
    This binding for ‘widget’ shadows the existing binding
      imported from ‘Csound.Control.Gui’ at src/Csound/Air/Live.hs:39:1-25
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Widget’)

src/Csound/Air/Live.hs:410:27: warning: [-Wname-shadowing]
    This binding for ‘arg’ shadows the existing binding
      imported from ‘Csound.Typed’ at src/Csound/Air/Live.hs:34:1-19
      (and originally defined in ‘Csound.Typed.Types.Tuple’)

src/Csound/Air/Live.hs:422:17: warning: [-Wname-shadowing]
    This binding for ‘widget’ shadows the existing binding
      imported from ‘Csound.Control.Gui’ at src/Csound/Air/Live.hs:39:1-25
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Gui.Widget’)

src/Csound/Air/Looper.hs:4:1: warning: [-Wtabs]
    Tab character found here, and in 206 further locations.
    Please use spaces instead.

src/Csound/Air/Looper.hs:20:1: warning: [-Wunused-imports]
    The import of ‘Csound.Typed.Opcode’ is redundant
      except perhaps to import instances from ‘Csound.Typed.Opcode’
    To import instances alone, use: import Csound.Typed.Opcode()

src/Csound/Air/Looper.hs:23:1: warning: [-Wunused-imports]
    The import of ‘Csound.Air.Wave’ is redundant
      except perhaps to import instances from ‘Csound.Air.Wave’
    To import instances alone, use: import Csound.Air.Wave()

src/Csound/Air/Looper.hs:27:1: warning: [-Wunused-imports]
    The import of ‘Csound.Air.Misc’ is redundant
      except perhaps to import instances from ‘Csound.Air.Misc’
    To import instances alone, use: import Csound.Air.Misc()

src/Csound/Air/Looper.hs:128:19: warning: [-Wname-shadowing]
    This binding for ‘times’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Looper.hs:20:1-49
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Looper.hs:133:23: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Air/Looper.hs:12:1-19

src/Csound/Air/Looper.hs:137:24: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Air/Looper.hs:12:1-19

src/Csound/Air/Looper.hs:157:22: warning: [-Wname-shadowing]
    This binding for ‘cond’ shadows the existing binding
      imported from ‘Data.Boolean’ at src/Csound/Air/Looper.hs:12:1-19

src/Csound/Air/Looper.hs:189:17: warning: [-Wname-shadowing]
    This binding for ‘times’ shadows the existing binding
      imported from ‘Csound.Typed.Opcode’ at src/Csound/Air/Looper.hs:20:1-49
      (and originally defined in ‘Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Air/Looper.hs:208:17: warning: [-Wname-shadowing]
    This binding for ‘delete’ shadows the existing binding
      imported from ‘Data.List’ at src/Csound/Air/Looper.hs:9:1-16
      (and originally defined in ‘base-4.9.0.0:Data.OldList’)

src/Csound/Air/Looper.hs:212:45: warning: [-Wname-shadowing]
    This binding for ‘f’ shadows the existing binding
      bound at src/Csound/Air/Looper.hs:217:17

src/Csound/Air/Looper.hs:217:68: warning: [-Wname-shadowing]
    This binding for ‘preFx’ shadows the existing binding
      bound at src/Csound/Air/Looper.hs:192:17

src/Csound/Air/Looper.hs:217:85: warning: [-Wname-shadowing]
    This binding for ‘postFx’ shadows the existing binding
      bound at src/Csound/Air/Looper.hs:191:17

src/Csound/Air/ModArg.hs:396:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘pinkArg1’

src/Csound/Air/ModArg.hs:399:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘pinkArg2’

src/Csound/Air/ModArg.hs:402:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘pinkArg3’

src/Csound/Air/ModArg.hs:405:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘pinkArg4’

src/Csound/Air/ModArg.hs:410:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘delPinkArg1’

src/Csound/Air/ModArg.hs:413:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘delPinkArg2’

src/Csound/Air/ModArg.hs:416:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘delPinkArg3’

src/Csound/Air/ModArg.hs:419:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘delPinkArg4’
d/Air/Patch.hs:71)
    dryPatch (src/Csound/Air/Patch.hs:102)
    atSchedUntil (src/Csound/Air/Patch.hs:203)
    harmonPatch (src/Csound/Air/Patch.hs:244)
    deepPad (src/Csound/Air/Patch.hs:249)
    mixInstr (src/Csound/Air/Patch.hs:238)
    withSmallRoom (src/Csound/Air/Patch.hs:255)
    withSmallRoom' (src/Csound/Air/Patch.hs:258)
    withSmallHall (src/Csound/Air/Patch.hs:261)
    withSmallHall' (src/Csound/Air/Patch.hs:264)
    withLargeHall (src/Csound/Air/Patch.hs:267)
    withLargeHall' (src/Csound/Air/Patch.hs:270)
    withMagicCave (src/Csound/Air/Patch.hs:273)
    withMagicCave' (src/Csound/Air/Patch.hs:276)
    sfPatch (src/Csound/Air/Patch.hs:290)
    sfPatchHall (src/Csound/Air/Patch.hs:285)
  67% ( 37 / 55) in 'Csound.Air.Sampler'
  Missing documentation for:
    Module header
    syncEvtTrig (src/Csound/Air/Sampler.hs:61)
    syncEvtTap (src/Csound/Air/Sampler.hs:79)
    syncEvtGroup (src/Csound/Air/Sampler.hs:92)
    charTap (src/Csound/Air/Sampler.hs:188)
    syncCharTap (src/Csound/Air/Sampler.hs:191)
    MidiTrigFun (src/Csound/Air/Sampler.hs:248)
    keyColumn1 (src/Csound/Air/Sampler.hs:349)
    keyColumn2 (src/Csound/Air/Sampler.hs:349)
    keyColumn3 (src/Csound/Air/Sampler.hs:349)
    keyColumn4 (src/Csound/Air/Sampler.hs:349)
    keyColumn5 (src/Csound/Air/Sampler.hs:349)
    keyColumn6 (src/Csound/Air/Sampler.hs:349)
    keyColumn7 (src/Csound/Air/Sampler.hs:349)
    keyColumn8 (src/Csound/Air/Sampler.hs:349)
    keyColumn9 (src/Csound/Air/Sampler.hs:349)
    keyColumn0 (src/Csound/Air/Sampler.hs:349)
    keyColumns (src/Csound/Air/Sampler.hs:362)
  99% ( 89 / 90) in 'Csound.Air.Envelope'
  Missing documentation for:
    stepSeq (src/Csound/Air/Envelope.hs:163)
  82% ( 46 / 56) in 'Csound.Air.Misc'
  Missing documentation for:
    ticks2 (src/Csound/Air/Misc.hs:326)
    nticks2 (src/Csound/Air/Misc.hs:308)
    ticks3 (src/Csound/Air/Misc.hs:329)
    nticks3 (src/Csound/Air/Misc.hs:311)
    ticks4 (src/Csound/Air/Misc.hs:332)
    nticks4 (src/Csound/Air/Misc.hs:314)
    testDrone (src/Csound/Air/Misc.hs:415)
    testDrone2 (src/Csound/Air/Misc.hs:416)
    testDrone3 (src/Csound/Air/Misc.hs:417)
    testDrone4 (src/Csound/Air/Misc.hs:418)
  86% ( 43 / 50) in 'Csound.Air.Live'
  Missing documentation for:
    FxUI (src/Csound/Air/Live.hs:95)
    hpatchChooser (src/Csound/Air/Live.hs:415)
    vpatchChooser (src/Csound/Air/Live.hs:418)
    AdsrBound (src/Csound/Air/Live.hs:333)
    AdsrInit (src/Csound/Air/Live.hs:338)
    linAdsr (src/Csound/Air/Live.hs:347)
    expAdsr (src/Csound/Air/Live.hs:350)
 100% (  7 /  7) in 'Csound.Air.Looper'
   8% ( 11 /131) in 'Csound.Air.ModArg'
  Missing documentation for:
    ModArg1 (src/Csound/Air/ModArg.hs:510)
    ModArg2 (src/Csound/Air/ModArg.hs:670)
    ModArg3 (src/Csound/Air/ModArg.hs:798)
    ModArg4 (src/Csound/Air/ModArg.hs:894)
    delModArg1 (src/Csound/Air/ModArg.hs:67)
    delModArg2 (src/Csound/Air/ModArg.hs:70)
    delModArg3 (src/Csound/Air/ModArg.hs:73)
    delModArg4 (src/Csound/Air/ModArg.hs:76)
    oscArg1 (src/Csound/Air/ModArg.hs:143)
    oscArg2 (src/Csound/Air/ModArg.hs:146)
    oscArg3 (src/Csound/Air/ModArg.hs:149)
    oscArg4 (src/Csound/Air/ModArg.hs:152)
    triArg1 (src/Csound/Air/ModArg.hs:171)
    triArg2 (src/Csound/Air/ModArg.hs:174)
    triArg3 (src/Csound/Air/ModArg.hs:177)
    triArg4 (src/Csound/Air/ModArg.hs:180)
    sqrArg1 (src/Csound/Air/ModArg.hs:199)
    sqrArg2 (src/Csound/Air/ModArg.hs:202)
    sqrArg3 (src/Csound/Air/ModArg.hs:205)
    sqrArg4 (src/Csound/Air/ModArg.hs:208)
    sawArg1 (src/Csound/Air/ModArg.hs:227)
    sawArg2 (src/Csound/Air/ModArg.hs:230)
    sawArg3 (src/Csound/Air/ModArg.hs:233)
    sawArg4 (src/Csound/Air/ModArg.hs:236)
    rndOscArg1 (src/Csound/Air/ModArg.hs:255)
    rndOscArg2 (src/Csound/Air/ModArg.hs:258)
    rndOscArg3 (src/Csound/Air/ModArg.hs:261)
    rndOscArg4 (src/Csound/Air/ModArg.hs:264)
    rndTriArg1 (src/Csound/Air/ModArg.hs:283)
    rndTriArg2 (src/Csound/Air/ModArg.hs:286)
    rndTriArg3 (src/Csound/Air/ModArg.hs:289)
    rndTriArg4 (src/Csound/Air/ModArg.hs:292)
    rndSqrArg1 (src/Csound/Air/ModArg.hs:311)
    rndSqrArg2 (src/Csound/Air/ModArg.hs:314)
    rndSqrArg3 (src/Csound/Air/ModArg.hs:317)
    rndSqrArg4 (src/Csound/Air/ModArg.hs:320)
    rndSawArg1 (src/Csound/Air/ModArg.hs:339)
    rndSawArg2 (src/Csound/Air/ModArg.hs:342)
    rndSawArg3 (src/Csound/Air/ModArg.hs:345)
    rndSawArg4 (src/Csound/Air/ModArg.hs:348)
    delOscArg1 (src/Csound/Air/ModArg.hs:157)
    delOscArg2 (src/Csound/Air/ModArg.hs:160)
    delOscArg3 (src/Csound/Air/ModArg.hs:163)
    delOscArg4 (src/Csound/Air/ModArg.hs:166)
    delTriArg1 (src/Csound/Air/ModArg.hs:185)
    delTriArg2 (src/Csound/Air/ModArg.hs:188)
    delTriArg3 (src/Csound/Air/ModArg.hs:191)
    delTriArg4 (src/Csound/Air/ModArg.hs:194)
    delSqrArg1 (src/Csound/Air/ModArg.hs:213)
    delSqrArg2 (src/Csound/Air/ModArg.hs:216)
    delSqrArg3 (src/Csound/Air/ModArg.hs:219)
    delSqrArg4 (src/Csound/Air/ModArg.hs:222)
    delSawArg1 (src/Csound/Air/ModArg.hs:241)
    delSawArg2 (src/Csound/Air/ModArg.hs:244)
    delSawArg3 (src/Csound/Air/ModArg.hs:247)
    delSawArg4 (src/Csound/Air/ModArg.hs:250)
    delRndOscArg1 (src/Csound/Air/ModArg.hs:269)
    delRndOscArg2 (src/Csound/Air/ModArg.hs:272)
    delRndOscArg3 (src/Csound/Air/ModArg.hs:275)
    delRndOscArg4 (src/Csound/Air/ModArg.hs:278)
    delRndTriArg1 (src/Csound/Air/ModArg.hs:297)
    delRndTriArg2 (src/Csound/Air/ModArg.hs:300)
    delRndTriArg3 (src/Csound/Air/ModArg.hs:303)
    delRndTriArg4 (src/Csound/Air/ModArg.hs:306)
    delRndSqrArg1 (src/Csound/Air/ModArg.hs:325)
    delRndSqrArg2 (src/Csound/Air/ModArg.hs:328)
    delRndSqrArg3 (src/Csound/Air/ModArg.hs:331)
    delRndSqrArg4 (src/Csound/Air/ModArg.hs:334)
    delRndSawArg1 (src/Csound/Air/ModArg.hs:353)
    delRndSawArg2 (src/Csound/Air/ModArg.hs:356)
    delRndSawArg3 (src/Csound/Air/ModArg.hs:359)
    delRndSawArg4 (src/Csound/Air/ModArg.hs:362)
    noiseArg1 (src/Csound/Air/ModArg.hs:367)
    noiseArg2 (src/Csound/Air/ModArg.hs:370)
    noiseArg3 (src/Csound/Air/ModArg.hs:373)
    noiseArg4 (src/Csound/Air/ModArg.hs:376)
    jitArg1 (src/Csound/Air/ModArg.hs:424)
    jitArg2 (src/Csound/Air/ModArg.hs:427)
    jitArg3 (src/Csound/Air/ModArg.hs:430)
    jitArg4 (src/Csound/Air/ModArg.hs:433)
    gaussArg1 (src/Csound/Air/ModArg.hs:452)
    gaussArg2 (src/Csound/Air/ModArg.hs:455)
    gaussArg3 (src/Csound/Air/ModArg.hs:458)
    gaussArg4 (src/Csound/Air/ModArg.hs:461)
    gaussiArg1 (src/Csound/Air/ModArg.hs:480)
    gaussiArg2 (src/Csound/Air/ModArg.hs:483)
    gaussiArg3 (src/Csound/Air/ModArg.hs:486)
    gaussiArg4 (src/Csound/Air/ModArg.hs:489)
    delNoiseArg1 (src/Csound/Air/ModArg.hs:381)
    delNoiseArg2 (src/Csound/Air/ModArg.hs:384)
    delNoiseArg3 (src/Csound/Air/ModArg.hs:387)
    delNoiseArg4 (src/Csound/Air/ModArg.hs:390)
    delJitArg1 (src/Csound/Air/ModArg.hs:438)
    delJitArg2 (src/Csound/Air/ModArg.hs:441)
    delJitArg3 (src/Csound/Air/ModArg.hs:444)
    delJitArg4 (src/Csound/Air/ModArg.hs:447)
    delGaussArg1 (src/Csound/Air/ModArg.hs:466)
    delGaussArg2 (src/Csound/Air/ModArg.hs:469)
    delGaussArg3 (src/Csound/Air/ModArg.hs:472)
    delGaussArg4 (src/Csound/Air/ModArg.hs:475)
    delGaussiArg1 (src/Csound/Air/ModArg.hs:494)
    delGaussiArg2 (src/Csound/Air/ModArg.hs:497)
    delGaussiArg3 (src/Csound/Air/ModArg.hs:500)
    delGaussiArg4 (src/Csound/Air/ModArg.hs:503)
    adsrArg1 (src/Csound/Air/ModArg.hs:81)
    adsrArg2 (src/Csound/Air/ModArg.hs:84)
    adsrArg3 (src/Csound/Air/ModArg.hs:87)
    adsrArg4 (src/Csound/Air/ModArg.hs:90)
    xadsrArg1 (src/Csound/Air/ModArg.hs:112)
    xadsrArg2 (src/Csound/Air/ModArg.hs:115)
    xadsrArg3 (src/Csound/Air/ModArg.hs:118)
    xadsrArg4 (src/Csound/Air/ModArg.hs:121)
    delAdsrArg1 (src/Csound/Air/ModArg.hs:98)
    delAdsrArg2 (src/Csound/Air/ModArg.hs:101)
    delAdsrArg3 (src/Csound/Air/ModArg.hs:104)
    delAdsrArg4 (src/Csound/Air/ModArg.hs:107)
    delXadsrArg1 (src/Csound/Air/ModArg.hs:129)
    delXadsrArg2 (src/Csound/Air/ModArg.hs:132)
    delXadsrArg3 (src/Csound/Air/ModArg.hs:135)
    delXadsrArg4 (src/Csound/Air/ModArg.hs:138)
 100% ( 35 / 35) in 'Csound.Air'
 100% ( 18 / 18) in 'Csound.Base'
Warning: Csound.Types: could not find link destinations for:
    ~ IsPrim getPrim PrimOf fromPrim
Warning: Csound.Tab: could not find link destinations for:
    ~
Warning: Csound.Control.Sf: could not find link destinations for:
    ~
Warning: Csound.Air.Fm: could not find link destinations for:
    St
Documentation created: dist/doc/html/csound-expression/index.html,
dist/doc/html/csound-expression/csound-expression.txt
Creating package registration file:
/tmp/pkgConf-csound-expression-5.0892335526245491186.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/csound-expression-5.0.1-CkMDJKVOfdXCJroLvZQ9hO
Registering csound-expression-5.0.1...
cabal: Leaving directory '/tmp/cabal-tmp-9986/csound-expression-5.0.1'
Installed csound-expression-5.0.1
Downloading csound-sampler-0.0.6.5...
cabal: Entering directory '/tmp/cabal-tmp-9986/csound-sampler-0.0.6.5'
Configuring csound-sampler-0.0.6.5...
Building csound-sampler-0.0.6.5...
Preprocessing library csound-sampler-0.0.6.5...
[1 of 5] Compiling Csound.Sam.Core  ( src/Csound/Sam/Core.hs, dist/build/Csound/Sam/Core.o )

src/Csound/Sam/Core.hs:4:1: warning: [-Wtabs]
    Tab character found here, and in 39 further locations.
    Please use spaces instead.
[2 of 5] Compiling Csound.Sam.Trig  ( src/Csound/Sam/Trig.hs, dist/build/Csound/Sam/Trig.o )

src/Csound/Sam/Trig.hs:2:1: warning: [-Wtabs]
    Tab character found here, and in 31 further locations.
    Please use spaces instead.

src/Csound/Sam/Trig.hs:15:1: warning: [-Wunused-imports]
    The import of ‘Data.Foldable’ is redundant
      except perhaps to import instances from ‘Data.Foldable’
    To import instances alone, use: import Data.Foldable()

src/Csound/Sam/Trig.hs:16:1: warning: [-Wunused-imports]
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()

src/Csound/Sam/Trig.hs:17:1: warning: [-Wunused-imports]
    The import of ‘Control.Arrow’ is redundant
      except perhaps to import instances from ‘Control.Arrow’
    To import instances alone, use: import Control.Arrow()

src/Csound/Sam/Trig.hs:68:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      syncBeats :: D -> D -> Sig
[3 of 5] Compiling Csound.Sam.Ui    ( src/Csound/Sam/Ui.hs, dist/build/Csound/Sam/Ui.o )

src/Csound/Sam/Ui.hs:4:1: warning: [-Wtabs]
    Tab character found here, and in 188 further locations.
    Please use spaces instead.

src/Csound/Sam/Ui.hs:66:24: warning: [-Wname-shadowing]
    This binding for ‘reads’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Sam/Ui.hs:3:8-20
      (and originally defined in ‘Text.Read’)

src/Csound/Sam/Ui.hs:89:24: warning: [-Wname-shadowing]
    This binding for ‘reads’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Sam/Ui.hs:3:8-20
      (and originally defined in ‘Text.Read’)

src/Csound/Sam/Ui.hs:135:24: warning: [-Wname-shadowing]
    This binding for ‘reads’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Sam/Ui.hs:3:8-20
      (and originally defined in ‘Text.Read’)

src/Csound/Sam/Ui.hs:189:54: warning: [-Wname-shadowing]
    This binding for ‘xs’ shadows the existing binding
      bound at src/Csound/Sam/Ui.hs:189:33

src/Csound/Sam/Ui.hs:193:24: warning: [-Wname-shadowing]
    This binding for ‘reads’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Sam/Ui.hs:3:8-20
      (and originally defined in ‘Text.Read’)

src/Csound/Sam/Ui.hs:208:41: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Show a0)
          arising from a use of ‘show’ at src/Csound/Sam/Ui.hs:208:41-44
        (Num a0)
          arising from the literal ‘1’ at src/Csound/Sam/Ui.hs:208:47
        (Enum a0)
          arising from the arithmetic sequence ‘1 .. ’
          at src/Csound/Sam/Ui.hs:208:46-51
    • In the first argument of ‘fmap’, namely ‘show’
      In the second argument of ‘($)’, namely ‘fmap show [1 .. ]’
      In the expression: take len $ fmap show [1 .. ]

src/Csound/Sam/Ui.hs:243:25: warning: [-Wname-shadowing]
    This binding for ‘eff’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam/Ui.hs:16:1-18
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Sam/Ui.hs:257:17: warning: [-Wname-shadowing]
    This binding for ‘joinSource’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam/Ui.hs:16:1-18
      (and originally defined in ‘Csound.Control.Gui’)

src/Csound/Sam/Ui.hs:266:19: warning: [-Wname-shadowing]
    This binding for ‘gain’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam/Ui.hs:16:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.SignalModifiers’)
[4 of 5] Compiling Csound.Sam       ( src/Csound/Sam.hs, dist/build/Csound/Sam.o )

src/Csound/Sam.hs:4:1: warning: [-Wtabs]
    Tab character found here, and in 238 further locations.
    Please use spaces instead.

src/Csound/Sam.hs:43: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/Csound/Sam.hs:53:1: warning: [-Worphans]
    Orphan instance: instance Melody Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:56:1: warning: [-Worphans]
    Orphan instance: instance Harmony Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:59:1: warning: [-Worphans]
    Orphan instance: instance Compose Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:61:1: warning: [-Worphans]
    Orphan instance: instance Delay Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:67:41: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘temporal-media-0.6.1:Temporal.Class’)

src/Csound/Sam.hs:69:1: warning: [-Worphans]
    Orphan instance: instance Stretch Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:72:1: warning: [-Worphans]
    Orphan instance: instance Limit Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:78:1: warning: [-Worphans]
    Orphan instance: instance Loop Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:81:1: warning: [-Worphans]
    Orphan instance: instance Rest Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:84:1: warning: [-Worphans]
    Orphan instance: instance At Sig2 Sig2 Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:88:1: warning: [-Worphans]
    Orphan instance: instance At Sig2 (SE Sig2) Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:92:1: warning: [-Worphans]
    Orphan instance: instance At Sig (SE Sig) Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:96:1: warning: [-Worphans]
    Orphan instance: instance At Sig Sig2 Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:102:1: warning: [-Worphans]
    Orphan instance: instance At Sig (SE Sig2) Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:111:1: warning: [-Worphans]
    Orphan instance: instance MixAt Sig2 Sig2 Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:114:1: warning: [-Worphans]
    Orphan instance: instance MixAt Sig2 (SE Sig2) Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:117:1: warning: [-Worphans]
    Orphan instance: instance MixAt Sig (SE Sig) Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:120:1: warning: [-Worphans]
    Orphan instance: instance MixAt Sig Sig2 Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:123:1: warning: [-Worphans]
    Orphan instance: instance MixAt Sig (SE Sig2) Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:318:75: warning: [-Wname-shadowing]
    This binding for ‘dt’ shadows the existing binding
      bound at src/Csound/Sam.hs:313:17

src/Csound/Sam.hs:347:17: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘temporal-media-0.6.1:Temporal.Class’)

src/Csound/Sam.hs:357:19: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘temporal-media-0.6.1:Temporal.Class’)

src/Csound/Sam.hs:498:17: warning: [-Wdeprecations]
    In the use of ‘metroE’
    (imported from Csound.Base, but defined in Csound.Control.Evt):
    Deprecated: "Use metro instead"

src/Csound/Sam.hs:584:17: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:584:23: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:588:17: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:588:23: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:592:20: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:592:26: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:596:33: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:596:39: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:600:20: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:600:26: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:604:33: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:604:39: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:608:18: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:608:24: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:612:18: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:612:24: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:616:21: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:616:27: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:620:34: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:620:40: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:624:21: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:624:27: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:628:34: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:628:40: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)
[5 of 5] Compiling Csound.Sam.Chord ( src/Csound/Sam/Chord.hs, dist/build/Csound/Sam/Chord.o )

src/Csound/Sam/Chord.hs:3:1: warning: [-Wtabs]
    Tab character found here, and in 21 further locations.
    Please use spaces instead.
Running Haddock for csound-sampler-0.0.6.5...
Running hscolour for csound-sampler-0.0.6.5...
Preprocessing library csound-sampler-0.0.6.5...
Preprocessing library csound-sampler-0.0.6.5...

src/Csound/Sam/Core.hs:4:1: warning: [-Wtabs]
    Tab character found here, and in 39 further locations.
    Please use spaces instead.

src/Csound/Sam/Trig.hs:2:1: warning: [-Wtabs]
    Tab character found here, and in 31 further locations.
    Please use spaces instead.

src/Csound/Sam/Trig.hs:15:1: warning: [-Wunused-imports]
    The import of ‘Data.Foldable’ is redundant
      except perhaps to import instances from ‘Data.Foldable’
    To import instances alone, use: import Data.Foldable()

src/Csound/Sam/Trig.hs:16:1: warning: [-Wunused-imports]
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()

src/Csound/Sam/Trig.hs:17:1: warning: [-Wunused-imports]
    The import of ‘Control.Arrow’ is redundant
      except perhaps to import instances from ‘Control.Arrow’
    To import instances alone, use: import Control.Arrow()

src/Csound/Sam/Trig.hs:68:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      syncBeats :: D -> D -> Sig

src/Csound/Sam/Ui.hs:4:1: warning: [-Wtabs]
    Tab character found here, and in 188 further locations.
    Please use spaces instead.

src/Csound/Sam/Ui.hs:66:24: warning: [-Wname-shadowing]
    This binding for ‘reads’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Sam/Ui.hs:3:8-20
      (and originally defined in ‘Text.Read’)

src/Csound/Sam/Ui.hs:89:24: warning: [-Wname-shadowing]
    This binding for ‘reads’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Sam/Ui.hs:3:8-20
      (and originally defined in ‘Text.Read’)

src/Csound/Sam/Ui.hs:135:24: warning: [-Wname-shadowing]
    This binding for ‘reads’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Sam/Ui.hs:3:8-20
      (and originally defined in ‘Text.Read’)

src/Csound/Sam/Ui.hs:189:54: warning: [-Wname-shadowing]
    This binding for ‘xs’ shadows the existing binding
      bound at src/Csound/Sam/Ui.hs:189:33

src/Csound/Sam/Ui.hs:193:24: warning: [-Wname-shadowing]
    This binding for ‘reads’ shadows the existing binding
      imported from ‘Prelude’ at src/Csound/Sam/Ui.hs:3:8-20
      (and originally defined in ‘Text.Read’)

src/Csound/Sam/Ui.hs:208:41: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Integer’
        (Show a0)
          arising from a use of ‘show’ at src/Csound/Sam/Ui.hs:208:41-44
        (Num a0)
          arising from the literal ‘1’ at src/Csound/Sam/Ui.hs:208:47
        (Enum a0)
          arising from the arithmetic sequence ‘1 .. ’
          at src/Csound/Sam/Ui.hs:208:46-51
    • In the first argument of ‘fmap’, namely ‘show’
      In the second argument of ‘($)’, namely ‘fmap show [1 .. ]’
      In the expression: take len $ fmap show [1 .. ]

src/Csound/Sam/Ui.hs:243:25: warning: [-Wname-shadowing]
    This binding for ‘eff’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam/Ui.hs:16:1-18
      (and originally defined in ‘csound-expression-typed-0.0.9.3:Csound.Typed.Control.Mix’)

src/Csound/Sam/Ui.hs:257:17: warning: [-Wname-shadowing]
    This binding for ‘joinSource’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam/Ui.hs:16:1-18
      (and originally defined in ‘Csound.Control.Gui’)

src/Csound/Sam/Ui.hs:266:19: warning: [-Wname-shadowing]
    This binding for ‘gain’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam/Ui.hs:16:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.SignalModifiers’)

src/Csound/Sam.hs:4:1: warning: [-Wtabs]
    Tab character found here, and in 238 further locations.
    Please use spaces instead.

src/Csound/Sam.hs:43: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/Csound/Sam.hs:53:1: warning: [-Worphans]
    Orphan instance: instance Melody Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:56:1: warning: [-Worphans]
    Orphan instance: instance Harmony Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:59:1: warning: [-Worphans]
    Orphan instance: instance Compose Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:61:1: warning: [-Worphans]
    Orphan instance: instance Delay Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:67:41: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘temporal-media-0.6.1:Temporal.Class’)

src/Csound/Sam.hs:69:1: warning: [-Worphans]
    Orphan instance: instance Stretch Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:72:1: warning: [-Worphans]
    Orphan instance: instance Limit Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:78:1: warning: [-Worphans]
    Orphan instance: instance Loop Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:81:1: warning: [-Worphans]
    Orphan instance: instance Rest Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:84:1: warning: [-Worphans]
    Orphan instance: instance At Sig2 Sig2 Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:88:1: warning: [-Worphans]
    Orphan instance: instance At Sig2 (SE Sig2) Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:92:1: warning: [-Worphans]
    Orphan instance: instance At Sig (SE Sig) Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:96:1: warning: [-Worphans]
    Orphan instance: instance At Sig Sig2 Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:102:1: warning: [-Worphans]
    Orphan instance: instance At Sig (SE Sig2) Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:111:1: warning: [-Worphans]
    Orphan instance: instance MixAt Sig2 Sig2 Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:114:1: warning: [-Worphans]
    Orphan instance: instance MixAt Sig2 (SE Sig2) Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:117:1: warning: [-Worphans]
    Orphan instance: instance MixAt Sig (SE Sig) Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:120:1: warning: [-Worphans]
    Orphan instance: instance MixAt Sig Sig2 Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:123:1: warning: [-Worphans]
    Orphan instance: instance MixAt Sig (SE Sig2) Sam
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Csound/Sam.hs:318:75: warning: [-Wname-shadowing]
    This binding for ‘dt’ shadows the existing binding
      bound at src/Csound/Sam.hs:313:17

src/Csound/Sam.hs:347:17: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘temporal-media-0.6.1:Temporal.Class’)

src/Csound/Sam.hs:357:19: warning: [-Wname-shadowing]
    This binding for ‘dur’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘temporal-media-0.6.1:Temporal.Class’)

src/Csound/Sam.hs:498:17: warning: [-Wdeprecations]
    In the use of ‘metroE’
    (imported from Csound.Base, but defined in Csound.Control.Evt):
    Deprecated: "Use metro instead"

src/Csound/Sam.hs:584:17: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:584:23: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:588:17: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:588:23: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:592:20: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:592:26: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:596:33: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:596:39: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:600:20: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:600:26: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:604:33: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:604:39: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:608:18: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:608:24: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:612:18: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:612:24: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:616:21: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:616:27: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:620:34: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:620:40: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:624:21: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:624:27: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:628:34: warning: [-Wname-shadowing]
    This binding for ‘tempo’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam.hs:628:40: warning: [-Wname-shadowing]
    This binding for ‘pitch’ shadows the existing binding
      imported from ‘Csound.Base’ at src/Csound/Sam.hs:46:1-18
      (and originally defined in ‘csound-expression-opcodes-0.0.3.1:Csound.Typed.Opcode.InstrumentControl’)

src/Csound/Sam/Chord.hs:3:1: warning: [-Wtabs]
    Tab character found here, and in 21 further locations.
    Please use spaces instead.
Haddock coverage:
  71% ( 10 / 14) in 'Csound.Sam.Core'
  Missing documentation for:
    runSam (src/Csound/Sam/Core.hs:23)
    S (src/Csound/Sam/Core.hs:39)
    Dur (src/Csound/Sam/Core.hs:26)
    withBpm (src/Csound/Sam/Core.hs:99)
  93% ( 25 / 27) in 'Csound.Sam.Trig'
  Missing documentation for:
    Module header
    samMidiPush (src/Csound/Sam/Trig.hs:127)
 100% ( 18 / 18) in 'Csound.Sam.Ui'
  92% ( 96 /104) in 'Csound.Sam'
  Missing documentation for:
    runSam (src/Csound/Sam/Core.hs:23)
    withBpm (src/Csound/Sam/Core.hs:99)
    ToSam (src/Csound/Sam.hs:556)
    limSam (src/Csound/Sam.hs:559)
    segr (src/Csound/Sam.hs:167)
    segr1 (src/Csound/Sam.hs:224)
    metroS (src/Csound/Sam.hs:497)
    toSec (src/Csound/Sam.hs:253)
  93% ( 13 / 14) in 'Csound.Sam.Chord'
  Missing documentation for:
    chTrans (src/Csound/Sam/Chord.hs:40)
Documentation created: dist/doc/html/csound-sampler/index.html,
dist/doc/html/csound-sampler/csound-sampler.txt
Creating package registration file:
/tmp/pkgConf-csound-sampler-0.0.61125265081625315128.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/csound-sampler-0.0.6.5-4IBn5VPQP818mVJaR3OZCm
Registering csound-sampler-0.0.6.5...
cabal: Leaving directory '/tmp/cabal-tmp-9986/csound-sampler-0.0.6.5'
Installed csound-sampler-0.0.6.5

Test log

No test log was submitted for this report.