Build #2 for luminance-0.7.2

[all reports]

Package luminance-0.7.2
Install DependencyFailed contravariant-1.3.3
Docs NotTried
Tests NotTried
Time submitted 2015-12-03 13:35:05.415235 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies void-0.7.1, vector-0.11.0.0, transformers-0.4.2.0, semigroups-0.18.0.1, resourcet-1.1.7, mtl-2.2.1, linear-1.20.2, gl-0.7.7, dlist-0.7.1.2, contravariant-1.3.3, containers-0.5.6.2, base-4.8.1.0
Flags -gl45-bindless-textures -gl45 gl32 -debug-gl

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring HUnit-1.3.0.0...
Building HUnit-1.3.0.0...
Preprocessing library HUnit-1.3.0.0...
[1 of 5] Compiling Test.HUnit.Terminal ( Test/HUnit/Terminal.hs, dist/build/Test/HUnit/Terminal.o )
[2 of 5] Compiling Test.HUnit.Lang  ( Test/HUnit/Lang.hs, dist/build/Test/HUnit/Lang.o )
[3 of 5] Compiling Test.HUnit.Base  ( Test/HUnit/Base.hs, dist/build/Test/HUnit/Base.o )
[4 of 5] Compiling Test.HUnit.Text  ( Test/HUnit/Text.hs, dist/build/Test/HUnit/Text.o )
[5 of 5] Compiling Test.HUnit       ( Test/HUnit.hs, dist/build/Test/HUnit.o )
In-place registering HUnit-1.3.0.0...
Running Haddock for HUnit-1.3.0.0...
Running hscolour for HUnit-1.3.0.0...
Preprocessing library HUnit-1.3.0.0...
Preprocessing library HUnit-1.3.0.0...
Haddock coverage:
 100% (  2 /  2) in 'Test.HUnit.Terminal'
  56% (  5 /  9) in 'Test.HUnit.Lang'
  Missing documentation for:
    Module header
    Location (Test/HUnit/Lang.hs:38)
    Result (Test/HUnit/Lang.hs:74)
    HUnitFailure (Test/HUnit/Lang.hs:44)
  97% ( 33 / 34) in 'Test.HUnit.Base'
  Missing documentation for:
    Location (Test/HUnit/Lang.hs:38)
 100% (  8 /  8) in 'Test.HUnit.Text'
 100% (  3 /  3) in 'Test.HUnit'
Documentation created: dist/doc/html/HUnit/index.html,
dist/doc/html/HUnit/HUnit.txt
Creating package registration file:
/tmp/pkgConf-HUnit-1.3.0278722862233665123.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/HUnit-1.3.0.0-DDLSMCRs3jyLBDbJPCH01j
Registering HUnit-1.3.0.0...
Installed HUnit-1.3.0.0
Configuring base-orphans-0.4.4...
Building base-orphans-0.4.4...
Preprocessing library base-orphans-0.4.4...
[1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, dist/build/Data/Orphans/Prelude.o )
[2 of 2] Compiling Data.Orphans     ( src/Data/Orphans.hs, dist/build/Data/Orphans.o )
In-place registering base-orphans-0.4.4...
Running Haddock for base-orphans-0.4.4...
Running hscolour for base-orphans-0.4.4...
Preprocessing library base-orphans-0.4.4...
Preprocessing library base-orphans-0.4.4...
Haddock coverage:
Warning: Data.Orphans.Prelude: Could not find documentation for exported module: OrphansPrelude
 100% (  1 /  1) in 'Data.Orphans.Prelude'
 100% (  1 /  1) in 'Data.Orphans'
Documentation created: dist/doc/html/base-orphans/index.html,
dist/doc/html/base-orphans/base-orphans.txt
Creating package registration file:
/tmp/pkgConf-base-orphans-0.43524062191600028624.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/base-orphans-0.4.4-E55c3OEBLyu45sND7mOuE9
Registering base-orphans-0.4.4...
Installed base-orphans-0.4.4
Configuring cereal-0.4.1.1...
Building cereal-0.4.1.1...
Preprocessing library cereal-0.4.1.1...
[1 of 5] Compiling Data.Serialize.Builder ( src/Data/Serialize/Builder.hs, dist/build/Data/Serialize/Builder.o )

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

src/Data/Serialize/Builder.hs:197:40: Warning:
    In the use of ‘S.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 5] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.o )

src/Data/Serialize/Put.hs:70:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Data/Serialize/Put.hs:72:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Data/Serialize/Put.hs:73:1: Warning:
    The import of ‘Data.Foldable’ is redundant
      except perhaps to import instances from ‘Data.Foldable’
    To import instances alone, use: import Data.Foldable()
[3 of 5] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.o )

src/Data/Serialize/Get.hs:89:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Data/Serialize/Get.hs:90:1: Warning:
    The import of ‘MonadPlus, when, liftM2, ap’
    from module ‘Control.Monad’ is redundant

src/Data/Serialize/Get.hs:456:13: Warning:
    In the use of ‘B.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'."
[4 of 5] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.o )

src/Data/Serialize/IEEE754.hs:24:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[5 of 5] Compiling Data.Serialize   ( src/Data/Serialize.hs, dist/build/Data/Serialize.o )

src/Data/Serialize.hs:68:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
In-place registering cereal-0.4.1.1...
Running Haddock for cereal-0.4.1.1...
Running hscolour for cereal-0.4.1.1...
Preprocessing library cereal-0.4.1.1...
Preprocessing library cereal-0.4.1.1...

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

src/Data/Serialize/Builder.hs:197:40: Warning:
    In the use of ‘S.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'."

src/Data/Serialize/Put.hs:70:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Data/Serialize/Put.hs:72:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Data/Serialize/Put.hs:73:1: Warning:
    The import of ‘Data.Foldable’ is redundant
      except perhaps to import instances from ‘Data.Foldable’
    To import instances alone, use: import Data.Foldable()

src/Data/Serialize/Get.hs:89:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Data/Serialize/Get.hs:90:1: Warning:
    The import of ‘ap, liftM2, when, MonadPlus’
    from module ‘Control.Monad’ is redundant

src/Data/Serialize/Get.hs:456:13: Warning:
    In the use of ‘B.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'."

src/Data/Serialize/IEEE754.hs:24:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Data/Serialize.hs:68:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
Haddock coverage:
  96% ( 26 / 27) in 'Data.Serialize.Builder'
  Missing documentation for:
    toByteString (src/Data/Serialize/Builder.hs:161)
  69% ( 29 / 42) in 'Data.Serialize.Put'
  Missing documentation for:
    Putter (src/Data/Serialize/Put.hs:99)
    putBuilder (src/Data/Serialize/Put.hs:137)
    putTwoOf (src/Data/Serialize/Put.hs:261)
    putListOf (src/Data/Serialize/Put.hs:265)
    putIArrayOf (src/Data/Serialize/Put.hs:269)
    putSeqOf (src/Data/Serialize/Put.hs:275)
    putTreeOf (src/Data/Serialize/Put.hs:281)
    putMapOf (src/Data/Serialize/Put.hs:288)
    putIntMapOf (src/Data/Serialize/Put.hs:292)
    putSetOf (src/Data/Serialize/Put.hs:296)
    putIntSetOf (src/Data/Serialize/Put.hs:300)
    putMaybeOf (src/Data/Serialize/Put.hs:304)
    putEitherOf (src/Data/Serialize/Put.hs:309)
  94% ( 50 / 53) in 'Data.Serialize.Get'
  Missing documentation for:
    label (src/Data/Serialize/Get.hs:215)
    getLazyByteString (src/Data/Serialize/Get.hs:424)
    getTwoOf (src/Data/Serialize/Get.hs:577)
 100% ( 11 / 11) in 'Data.Serialize.IEEE754'
Cannot find documentation for: $example
 100% ( 12 / 12) in 'Data.Serialize'
Warning: Data.Serialize.Put: could not find link destinations for:
    PairS
Warning: Data.Serialize.Get: could not find link destinations for:
    get
Documentation created: dist/doc/html/cereal/index.html,
dist/doc/html/cereal/cereal.txt
Creating package registration file:
/tmp/pkgConf-cereal-0.4.11909002904165344818.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/cereal-0.4.1.1-LMaR4P6lFvNJtmY00msKYH
Registering cereal-0.4.1.1...
Installed cereal-0.4.1.1
Configuring dlist-0.7.1.2...
Building dlist-0.7.1.2...
Preprocessing library dlist-0.7.1.2...
[1 of 1] Compiling Data.DList       ( Data/DList.hs, dist/build/Data/DList.o )
In-place registering dlist-0.7.1.2...
Running Haddock for dlist-0.7.1.2...
Running hscolour for dlist-0.7.1.2...
Preprocessing library dlist-0.7.1.2...
Preprocessing library dlist-0.7.1.2...
Haddock coverage:
 100% ( 20 / 20) in 'Data.DList'
Documentation created: dist/doc/html/dlist/index.html,
dist/doc/html/dlist/dlist.txt
Creating package registration file:
/tmp/pkgConf-dlist-0.7.11065103348625032172.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/dlist-0.7.1.2-7AixcwRWCwX32HiPCcE7zz
Registering dlist-0.7.1.2...
Installed dlist-0.7.1.2
Configuring fixed-0.2.1.1...
Building fixed-0.2.1.1...
Preprocessing library fixed-0.2.1.1...
[1 of 1] Compiling Numeric.Fixed    ( src/Numeric/Fixed.hs, dist/build/Numeric/Fixed.o )
In-place registering fixed-0.2.1.1...
Running Haddock for fixed-0.2.1.1...
Running hscolour for fixed-0.2.1.1...
Preprocessing library fixed-0.2.1.1...
Preprocessing library fixed-0.2.1.1...
Haddock coverage:
 100% (  4 /  4) in 'Numeric.Fixed'
Documentation created: dist/doc/html/fixed/index.html,
dist/doc/html/fixed/fixed.txt
Creating package registration file:
/tmp/pkgConf-fixed-0.2.1630668850246247255.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/fixed-0.2.1.1-BFhmh9bEpra92ESDW0exC6
Registering fixed-0.2.1.1...
Installed fixed-0.2.1.1
Configuring half-0.2.2.1...
Building half-0.2.2.1...
Preprocessing library half-0.2.2.1...
[1 of 1] Compiling Numeric.Half     ( src/Numeric/Half.hs, dist/build/Numeric/Half.o )
In-place registering half-0.2.2.1...
Running Haddock for half-0.2.2.1...
Running hscolour for half-0.2.2.1...
Preprocessing library half-0.2.2.1...
Preprocessing library half-0.2.2.1...
Haddock coverage:
  81% ( 13 / 16) in 'Numeric.Half'
  Missing documentation for:
    Half (src/Numeric/Half.hs:61)
    HALF_MIN_10_EXP (src/Numeric/Half.hs:174)
    HALF_MAX_10_EXP (src/Numeric/Half.hs:177)
Documentation created: dist/doc/html/half/index.html,
dist/doc/html/half/half.txt
Creating package registration file:
/tmp/pkgConf-half-0.2.216798954361545032460.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/half-0.2.2.1-7lOIyJwAhBD6VpkcMgaFcH
Registering half-0.2.2.1...
Installed half-0.2.2.1
Configuring hxt-charproperties-9.2.0.1...
Building hxt-charproperties-9.2.0.1...
Preprocessing library hxt-charproperties-9.2.0.1...
[1 of 4] Compiling Data.Set.CharSet ( src/Data/Set/CharSet.hs, dist/build/Data/Set/CharSet.o )
[2 of 4] Compiling Data.Char.Properties.XMLCharProps ( src/Data/Char/Properties/XMLCharProps.hs, dist/build/Data/Char/Properties/XMLCharProps.o )
[3 of 4] Compiling Data.Char.Properties.UnicodeCharProps ( src/Data/Char/Properties/UnicodeCharProps.hs, dist/build/Data/Char/Properties/UnicodeCharProps.o )
[4 of 4] Compiling Data.Char.Properties.UnicodeBlocks ( src/Data/Char/Properties/UnicodeBlocks.hs, dist/build/Data/Char/Properties/UnicodeBlocks.o )
In-place registering hxt-charproperties-9.2.0.1...
Running Haddock for hxt-charproperties-9.2.0.1...
Running hscolour for hxt-charproperties-9.2.0.1...
Preprocessing library hxt-charproperties-9.2.0.1...
Preprocessing library hxt-charproperties-9.2.0.1...
Haddock coverage:
   6% (  1 / 16) in 'Data.Set.CharSet'
  Missing documentation for:
    CharSet (src/Data/Set/CharSet.hs:39)
    emptyCS (src/Data/Set/CharSet.hs:41)
    allCS (src/Data/Set/CharSet.hs:45)
    singleCS (src/Data/Set/CharSet.hs:49)
    stringCS (src/Data/Set/CharSet.hs:53)
    rangeCS (src/Data/Set/CharSet.hs:57)
    nullCS (src/Data/Set/CharSet.hs:63)
    fullCS (src/Data/Set/CharSet.hs:67)
    unionCS (src/Data/Set/CharSet.hs:81)
    diffCS (src/Data/Set/CharSet.hs:97)
    intersectCS (src/Data/Set/CharSet.hs:116)
    exorCS (src/Data/Set/CharSet.hs:132)
    compCS (src/Data/Set/CharSet.hs:113)
    elemCS (src/Data/Set/CharSet.hs:74)
    toListCS (src/Data/Set/CharSet.hs:78)
  51% ( 20 / 39) in 'Data.Char.Properties.XMLCharProps'
  Missing documentation for:
    charPropXmlChar (src/Data/Char/Properties/XMLCharProps.hs:88)
    charPropXmlCharCR (src/Data/Char/Properties/XMLCharProps.hs:120)
    charPropXml1ByteChar (src/Data/Char/Properties/XMLCharProps.hs:135)
    charPropXmlLatin1Char (src/Data/Char/Properties/XMLCharProps.hs:148)
    charPropXmlSpaceChar (src/Data/Char/Properties/XMLCharProps.hs:172)
    charPropXmlSpaceCharCR (src/Data/Char/Properties/XMLCharProps.hs:192)
    charPropXml11SpaceChar (src/Data/Char/Properties/XMLCharProps.hs:204)
    charPropXmlNameChar (src/Data/Char/Properties/XMLCharProps.hs:227)
    charPropXmlNameStartChar (src/Data/Char/Properties/XMLCharProps.hs:260)
    charPropXmlNCNameChar (src/Data/Char/Properties/XMLCharProps.hs:289)
    charPropXmlNCNameStartChar (src/Data/Char/Properties/XMLCharProps.hs:314)
    charPropXmlPubidChar (src/Data/Char/Properties/XMLCharProps.hs:326)
    charPropXmlLetter (src/Data/Char/Properties/XMLCharProps.hs:343)
    charPropXmlBaseChar (src/Data/Char/Properties/XMLCharProps.hs:355)
    charPropXmlIdeographicChar (src/Data/Char/Properties/XMLCharProps.hs:567)
    charPropXmlCombiningChar (src/Data/Char/Properties/XMLCharProps.hs:580)
    charPropXmlDigit (src/Data/Char/Properties/XMLCharProps.hs:685)
    charPropXmlExtender (src/Data/Char/Properties/XMLCharProps.hs:710)
    charPropXmlControlOrPermanentlyUndefined (src/Data/Char/Properties/XMLCharProps.hs:739)
   1% (  1 / 73) in 'Data.Char.Properties.UnicodeCharProps'
  Missing documentation for:
    isUnicodeC (src/Data/Char/Properties/UnicodeCharProps.hs:100)
    isUnicodeCc (src/Data/Char/Properties/UnicodeCharProps.hs:138)
    isUnicodeCf (src/Data/Char/Properties/UnicodeCharProps.hs:150)
    isUnicodeCo (src/Data/Char/Properties/UnicodeCharProps.hs:177)
    isUnicodeCs (src/Data/Char/Properties/UnicodeCharProps.hs:193)
    isUnicodeL (src/Data/Char/Properties/UnicodeCharProps.hs:207)
    isUnicodeLl (src/Data/Char/Properties/UnicodeCharProps.hs:760)
    isUnicodeLm (src/Data/Char/Properties/UnicodeCharProps.hs:1395)
    isUnicodeLo (src/Data/Char/Properties/UnicodeCharProps.hs:1461)
    isUnicodeLt (src/Data/Char/Properties/UnicodeCharProps.hs:1894)
    isUnicodeLu (src/Data/Char/Properties/UnicodeCharProps.hs:1914)
    isUnicodeM (src/Data/Char/Properties/UnicodeCharProps.hs:2546)
    isUnicodeMc (src/Data/Char/Properties/UnicodeCharProps.hs:2785)
    isUnicodeMe (src/Data/Char/Properties/UnicodeCharProps.hs:2942)
    isUnicodeMn (src/Data/Char/Properties/UnicodeCharProps.hs:2957)
    isUnicodeN (src/Data/Char/Properties/UnicodeCharProps.hs:3222)
    isUnicodeNd (src/Data/Char/Properties/UnicodeCharProps.hs:3337)
    isUnicodeNl (src/Data/Char/Properties/UnicodeCharProps.hs:3397)
    isUnicodeNo (src/Data/Char/Properties/UnicodeCharProps.hs:3419)
    isUnicodeP (src/Data/Char/Properties/UnicodeCharProps.hs:3481)
    isUnicodePc (src/Data/Char/Properties/UnicodeCharProps.hs:3646)
    isUnicodePd (src/Data/Char/Properties/UnicodeCharProps.hs:3662)
    isUnicodePe (src/Data/Char/Properties/UnicodeCharProps.hs:3689)
    isUnicodePf (src/Data/Char/Properties/UnicodeCharProps.hs:3771)
    isUnicodePi (src/Data/Char/Properties/UnicodeCharProps.hs:3791)
    isUnicodePo (src/Data/Char/Properties/UnicodeCharProps.hs:3812)
    isUnicodePs (src/Data/Char/Properties/UnicodeCharProps.hs:3973)
    isUnicodeS (src/Data/Char/Properties/UnicodeCharProps.hs:4058)
    isUnicodeSc (src/Data/Char/Properties/UnicodeCharProps.hs:4278)
    isUnicodeSk (src/Data/Char/Properties/UnicodeCharProps.hs:4305)
    isUnicodeSm (src/Data/Char/Properties/UnicodeCharProps.hs:4343)
    isUnicodeSo (src/Data/Char/Properties/UnicodeCharProps.hs:4417)
    isUnicodeZ (src/Data/Char/Properties/UnicodeCharProps.hs:4592)
    isUnicodeZl (src/Data/Char/Properties/UnicodeCharProps.hs:4610)
    isUnicodeZp (src/Data/Char/Properties/UnicodeCharProps.hs:4621)
    isUnicodeZs (src/Data/Char/Properties/UnicodeCharProps.hs:4632)
    charPropUnicodeC (src/Data/Char/Properties/UnicodeCharProps.hs:104)
    charPropUnicodeCc (src/Data/Char/Properties/UnicodeCharProps.hs:142)
    charPropUnicodeCf (src/Data/Char/Properties/UnicodeCharProps.hs:154)
    charPropUnicodeCo (src/Data/Char/Properties/UnicodeCharProps.hs:181)
    charPropUnicodeCs (src/Data/Char/Properties/UnicodeCharProps.hs:197)
    charPropUnicodeL (src/Data/Char/Properties/UnicodeCharProps.hs:211)
    charPropUnicodeLl (src/Data/Char/Properties/UnicodeCharProps.hs:764)
    charPropUnicodeLm (src/Data/Char/Properties/UnicodeCharProps.hs:1399)
    charPropUnicodeLo (src/Data/Char/Properties/UnicodeCharProps.hs:1465)
    charPropUnicodeLt (src/Data/Char/Properties/UnicodeCharProps.hs:1898)
    charPropUnicodeLu (src/Data/Char/Properties/UnicodeCharProps.hs:1918)
    charPropUnicodeM (src/Data/Char/Properties/UnicodeCharProps.hs:2550)
    charPropUnicodeMc (src/Data/Char/Properties/UnicodeCharProps.hs:2789)
    charPropUnicodeMe (src/Data/Char/Properties/UnicodeCharProps.hs:2946)
    charPropUnicodeMn (src/Data/Char/Properties/UnicodeCharProps.hs:2961)
    charPropUnicodeN (src/Data/Char/Properties/UnicodeCharProps.hs:3226)
    charPropUnicodeNd (src/Data/Char/Properties/UnicodeCharProps.hs:3341)
    charPropUnicodeNl (src/Data/Char/Properties/UnicodeCharProps.hs:3401)
    charPropUnicodeNo (src/Data/Char/Properties/UnicodeCharProps.hs:3423)
    charPropUnicodeP (src/Data/Char/Properties/UnicodeCharProps.hs:3485)
    charPropUnicodePc (src/Data/Char/Properties/UnicodeCharProps.hs:3650)
    charPropUnicodePd (src/Data/Char/Properties/UnicodeCharProps.hs:3666)
    charPropUnicodePe (src/Data/Char/Properties/UnicodeCharProps.hs:3693)
    charPropUnicodePf (src/Data/Char/Properties/UnicodeCharProps.hs:3775)
    charPropUnicodePi (src/Data/Char/Properties/UnicodeCharProps.hs:3795)
    charPropUnicodePo (src/Data/Char/Properties/UnicodeCharProps.hs:3816)
    charPropUnicodePs (src/Data/Char/Properties/UnicodeCharProps.hs:3977)
    charPropUnicodeS (src/Data/Char/Properties/UnicodeCharProps.hs:4062)
    charPropUnicodeSc (src/Data/Char/Properties/UnicodeCharProps.hs:4282)
    charPropUnicodeSk (src/Data/Char/Properties/UnicodeCharProps.hs:4309)
    charPropUnicodeSm (src/Data/Char/Properties/UnicodeCharProps.hs:4347)
    charPropUnicodeSo (src/Data/Char/Properties/UnicodeCharProps.hs:4421)
    charPropUnicodeZ (src/Data/Char/Properties/UnicodeCharProps.hs:4596)
    charPropUnicodeZl (src/Data/Char/Properties/UnicodeCharProps.hs:4614)
    charPropUnicodeZp (src/Data/Char/Properties/UnicodeCharProps.hs:4625)
    charPropUnicodeZs (src/Data/Char/Properties/UnicodeCharProps.hs:4636)
   0% (  1 /256) in 'Data.Char.Properties.UnicodeBlocks'
  Missing documentation for:
    codeBlocks (src/Data/Char/Properties/UnicodeBlocks.hs:287)
    elemCodeBlock (src/Data/Char/Properties/UnicodeBlocks.hs:284)
    versionUnicode (src/Data/Char/Properties/UnicodeBlocks.hs:281)
    isBasicLatin (src/Data/Char/Properties/UnicodeBlocks.hs:545)
    isLatin1Supplement (src/Data/Char/Properties/UnicodeBlocks.hs:548)
    isLatinExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:551)
    isLatinExtendedB (src/Data/Char/Properties/UnicodeBlocks.hs:554)
    isIPAExtensions (src/Data/Char/Properties/UnicodeBlocks.hs:557)
    isSpacingModifierLetters (src/Data/Char/Properties/UnicodeBlocks.hs:560)
    isCombiningDiacriticalMarks (src/Data/Char/Properties/UnicodeBlocks.hs:563)
    isGreekandCoptic (src/Data/Char/Properties/UnicodeBlocks.hs:566)
    isCyrillic (src/Data/Char/Properties/UnicodeBlocks.hs:569)
    isCyrillicSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:572)
    isArmenian (src/Data/Char/Properties/UnicodeBlocks.hs:575)
    isHebrew (src/Data/Char/Properties/UnicodeBlocks.hs:578)
    isArabic (src/Data/Char/Properties/UnicodeBlocks.hs:581)
    isSyriac (src/Data/Char/Properties/UnicodeBlocks.hs:584)
    isArabicSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:587)
    isThaana (src/Data/Char/Properties/UnicodeBlocks.hs:590)
    isNKo (src/Data/Char/Properties/UnicodeBlocks.hs:593)
    isSamaritan (src/Data/Char/Properties/UnicodeBlocks.hs:596)
    isMandaic (src/Data/Char/Properties/UnicodeBlocks.hs:599)
    isArabicExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:602)
    isDevanagari (src/Data/Char/Properties/UnicodeBlocks.hs:605)
    isBengali (src/Data/Char/Properties/UnicodeBlocks.hs:608)
    isGurmukhi (src/Data/Char/Properties/UnicodeBlocks.hs:611)
    isGujarati (src/Data/Char/Properties/UnicodeBlocks.hs:614)
    isOriya (src/Data/Char/Properties/UnicodeBlocks.hs:617)
    isTamil (src/Data/Char/Properties/UnicodeBlocks.hs:620)
    isTelugu (src/Data/Char/Properties/UnicodeBlocks.hs:623)
    isKannada (src/Data/Char/Properties/UnicodeBlocks.hs:626)
    isMalayalam (src/Data/Char/Properties/UnicodeBlocks.hs:629)
    isSinhala (src/Data/Char/Properties/UnicodeBlocks.hs:632)
    isThai (src/Data/Char/Properties/UnicodeBlocks.hs:635)
    isLao (src/Data/Char/Properties/UnicodeBlocks.hs:638)
    isTibetan (src/Data/Char/Properties/UnicodeBlocks.hs:641)
    isMyanmar (src/Data/Char/Properties/UnicodeBlocks.hs:644)
    isGeorgian (src/Data/Char/Properties/UnicodeBlocks.hs:647)
    isHangulJamo (src/Data/Char/Properties/UnicodeBlocks.hs:650)
    isEthiopic (src/Data/Char/Properties/UnicodeBlocks.hs:653)
    isEthiopicSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:656)
    isCherokee (src/Data/Char/Properties/UnicodeBlocks.hs:659)
    isUnifiedCanadianAboriginalSyllabics (src/Data/Char/Properties/UnicodeBlocks.hs:662)
    isOgham (src/Data/Char/Properties/UnicodeBlocks.hs:665)
    isRunic (src/Data/Char/Properties/UnicodeBlocks.hs:668)
    isTagalog (src/Data/Char/Properties/UnicodeBlocks.hs:671)
    isHanunoo (src/Data/Char/Properties/UnicodeBlocks.hs:674)
    isBuhid (src/Data/Char/Properties/UnicodeBlocks.hs:677)
    isTagbanwa (src/Data/Char/Properties/UnicodeBlocks.hs:680)
    isKhmer (src/Data/Char/Properties/UnicodeBlocks.hs:683)
    isMongolian (src/Data/Char/Properties/UnicodeBlocks.hs:686)
    isUnifiedCanadianAboriginalSyllabicsExtended (src/Data/Char/Properties/UnicodeBlocks.hs:689)
    isLimbu (src/Data/Char/Properties/UnicodeBlocks.hs:692)
    isTaiLe (src/Data/Char/Properties/UnicodeBlocks.hs:695)
    isNewTaiLue (src/Data/Char/Properties/UnicodeBlocks.hs:698)
    isKhmerSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:701)
    isBuginese (src/Data/Char/Properties/UnicodeBlocks.hs:704)
    isTaiTham (src/Data/Char/Properties/UnicodeBlocks.hs:707)
    isCombiningDiacriticalMarksExtended (src/Data/Char/Properties/UnicodeBlocks.hs:710)
    isBalinese (src/Data/Char/Properties/UnicodeBlocks.hs:713)
    isSundanese (src/Data/Char/Properties/UnicodeBlocks.hs:716)
    isBatak (src/Data/Char/Properties/UnicodeBlocks.hs:719)
    isLepcha (src/Data/Char/Properties/UnicodeBlocks.hs:722)
    isOlChiki (src/Data/Char/Properties/UnicodeBlocks.hs:725)
    isSundaneseSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:728)
    isVedicExtensions (src/Data/Char/Properties/UnicodeBlocks.hs:731)
    isPhoneticExtensions (src/Data/Char/Properties/UnicodeBlocks.hs:734)
    isPhoneticExtensionsSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:737)
    isCombiningDiacriticalMarksSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:740)
    isLatinExtendedAdditional (src/Data/Char/Properties/UnicodeBlocks.hs:743)
    isGreekExtended (src/Data/Char/Properties/UnicodeBlocks.hs:746)
    isGeneralPunctuation (src/Data/Char/Properties/UnicodeBlocks.hs:749)
    isSuperscriptsandSubscripts (src/Data/Char/Properties/UnicodeBlocks.hs:752)
    isCurrencySymbols (src/Data/Char/Properties/UnicodeBlocks.hs:755)
    isCombiningDiacriticalMarksforSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:758)
    isLetterlikeSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:761)
    isNumberForms (src/Data/Char/Properties/UnicodeBlocks.hs:764)
    isArrows (src/Data/Char/Properties/UnicodeBlocks.hs:767)
    isMathematicalOperators (src/Data/Char/Properties/UnicodeBlocks.hs:770)
    isMiscellaneousTechnical (src/Data/Char/Properties/UnicodeBlocks.hs:773)
    isControlPictures (src/Data/Char/Properties/UnicodeBlocks.hs:776)
    isOpticalCharacterRecognition (src/Data/Char/Properties/UnicodeBlocks.hs:779)
    isEnclosedAlphanumerics (src/Data/Char/Properties/UnicodeBlocks.hs:782)
    isBoxDrawing (src/Data/Char/Properties/UnicodeBlocks.hs:785)
    isBlockElements (src/Data/Char/Properties/UnicodeBlocks.hs:788)
    isGeometricShapes (src/Data/Char/Properties/UnicodeBlocks.hs:791)
    isMiscellaneousSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:794)
    isDingbats (src/Data/Char/Properties/UnicodeBlocks.hs:797)
    isMiscellaneousMathematicalSymbolsA (src/Data/Char/Properties/UnicodeBlocks.hs:800)
    isSupplementalArrowsA (src/Data/Char/Properties/UnicodeBlocks.hs:803)
    isBraillePatterns (src/Data/Char/Properties/UnicodeBlocks.hs:806)
    isSupplementalArrowsB (src/Data/Char/Properties/UnicodeBlocks.hs:809)
    isMiscellaneousMathematicalSymbolsB (src/Data/Char/Properties/UnicodeBlocks.hs:812)
    isSupplementalMathematicalOperators (src/Data/Char/Properties/UnicodeBlocks.hs:815)
    isMiscellaneousSymbolsandArrows (src/Data/Char/Properties/UnicodeBlocks.hs:818)
    isGlagolitic (src/Data/Char/Properties/UnicodeBlocks.hs:821)
    isLatinExtendedC (src/Data/Char/Properties/UnicodeBlocks.hs:824)
    isCoptic (src/Data/Char/Properties/UnicodeBlocks.hs:827)
    isGeorgianSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:830)
    isTifinagh (src/Data/Char/Properties/UnicodeBlocks.hs:833)
    isEthiopicExtended (src/Data/Char/Properties/UnicodeBlocks.hs:836)
    isCyrillicExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:839)
    isSupplementalPunctuation (src/Data/Char/Properties/UnicodeBlocks.hs:842)
    isCJKRadicalsSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:845)
    isKangxiRadicals (src/Data/Char/Properties/UnicodeBlocks.hs:848)
    isIdeographicDescriptionCharacters (src/Data/Char/Properties/UnicodeBlocks.hs:851)
    isCJKSymbolsandPunctuation (src/Data/Char/Properties/UnicodeBlocks.hs:854)
    isHiragana (src/Data/Char/Properties/UnicodeBlocks.hs:857)
    isKatakana (src/Data/Char/Properties/UnicodeBlocks.hs:860)
    isBopomofo (src/Data/Char/Properties/UnicodeBlocks.hs:863)
    isHangulCompatibilityJamo (src/Data/Char/Properties/UnicodeBlocks.hs:866)
    isKanbun (src/Data/Char/Properties/UnicodeBlocks.hs:869)
    isBopomofoExtended (src/Data/Char/Properties/UnicodeBlocks.hs:872)
    isCJKStrokes (src/Data/Char/Properties/UnicodeBlocks.hs:875)
    isKatakanaPhoneticExtensions (src/Data/Char/Properties/UnicodeBlocks.hs:878)
    isEnclosedCJKLettersandMonths (src/Data/Char/Properties/UnicodeBlocks.hs:881)
    isCJKCompatibility (src/Data/Char/Properties/UnicodeBlocks.hs:884)
    isCJKUnifiedIdeographsExtensionA (src/Data/Char/Properties/UnicodeBlocks.hs:887)
    isYijingHexagramSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:890)
    isCJKUnifiedIdeographs (src/Data/Char/Properties/UnicodeBlocks.hs:893)
    isYiSyllables (src/Data/Char/Properties/UnicodeBlocks.hs:896)
    isYiRadicals (src/Data/Char/Properties/UnicodeBlocks.hs:899)
    isLisu (src/Data/Char/Properties/UnicodeBlocks.hs:902)
    isVai (src/Data/Char/Properties/UnicodeBlocks.hs:905)
    isCyrillicExtendedB (src/Data/Char/Properties/UnicodeBlocks.hs:908)
    isBamum (src/Data/Char/Properties/UnicodeBlocks.hs:911)
    isModifierToneLetters (src/Data/Char/Properties/UnicodeBlocks.hs:914)
    isLatinExtendedD (src/Data/Char/Properties/UnicodeBlocks.hs:917)
    isSylotiNagri (src/Data/Char/Properties/UnicodeBlocks.hs:920)
    isCommonIndicNumberForms (src/Data/Char/Properties/UnicodeBlocks.hs:923)
    isPhagspa (src/Data/Char/Properties/UnicodeBlocks.hs:926)
    isSaurashtra (src/Data/Char/Properties/UnicodeBlocks.hs:929)
    isDevanagariExtended (src/Data/Char/Properties/UnicodeBlocks.hs:932)
    isKayahLi (src/Data/Char/Properties/UnicodeBlocks.hs:935)
    isRejang (src/Data/Char/Properties/UnicodeBlocks.hs:938)
    isHangulJamoExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:941)
    isJavanese (src/Data/Char/Properties/UnicodeBlocks.hs:944)
    isMyanmarExtendedB (src/Data/Char/Properties/UnicodeBlocks.hs:947)
    isCham (src/Data/Char/Properties/UnicodeBlocks.hs:950)
    isMyanmarExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:953)
    isTaiViet (src/Data/Char/Properties/UnicodeBlocks.hs:956)
    isMeeteiMayekExtensions (src/Data/Char/Properties/UnicodeBlocks.hs:959)
    isEthiopicExtendedA (src/Data/Char/Properties/UnicodeBlocks.hs:962)
    isLatinExtendedE (src/Data/Char/Properties/UnicodeBlocks.hs:965)
    isMeeteiMayek (src/Data/Char/Properties/UnicodeBlocks.hs:968)
    isHangulSyllables (src/Data/Char/Properties/UnicodeBlocks.hs:971)
    isHangulJamoExtendedB (src/Data/Char/Properties/UnicodeBlocks.hs:974)
    isHighSurrogates (src/Data/Char/Properties/UnicodeBlocks.hs:977)
    isHighPrivateUseSurrogates (src/Data/Char/Properties/UnicodeBlocks.hs:980)
    isLowSurrogates (src/Data/Char/Properties/UnicodeBlocks.hs:983)
    isPrivateUseArea (src/Data/Char/Properties/UnicodeBlocks.hs:986)
    isCJKCompatibilityIdeographs (src/Data/Char/Properties/UnicodeBlocks.hs:989)
    isAlphabeticPresentationForms (src/Data/Char/Properties/UnicodeBlocks.hs:992)
    isArabicPresentationFormsA (src/Data/Char/Properties/UnicodeBlocks.hs:995)
    isVariationSelectors (src/Data/Char/Properties/UnicodeBlocks.hs:998)
    isVerticalForms (src/Data/Char/Properties/UnicodeBlocks.hs:1001)
    isCombiningHalfMarks (src/Data/Char/Properties/UnicodeBlocks.hs:1004)
    isCJKCompatibilityForms (src/Data/Char/Properties/UnicodeBlocks.hs:1007)
    isSmallFormVariants (src/Data/Char/Properties/UnicodeBlocks.hs:1010)
    isArabicPresentationFormsB (src/Data/Char/Properties/UnicodeBlocks.hs:1013)
    isHalfwidthandFullwidthForms (src/Data/Char/Properties/UnicodeBlocks.hs:1016)
    isSpecials (src/Data/Char/Properties/UnicodeBlocks.hs:1019)
    isLinearBSyllabary (src/Data/Char/Properties/UnicodeBlocks.hs:1022)
    isLinearBIdeograms (src/Data/Char/Properties/UnicodeBlocks.hs:1025)
    isAegeanNumbers (src/Data/Char/Properties/UnicodeBlocks.hs:1028)
    isAncientGreekNumbers (src/Data/Char/Properties/UnicodeBlocks.hs:1031)
    isAncientSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1034)
    isPhaistosDisc (src/Data/Char/Properties/UnicodeBlocks.hs:1037)
    isLycian (src/Data/Char/Properties/UnicodeBlocks.hs:1040)
    isCarian (src/Data/Char/Properties/UnicodeBlocks.hs:1043)
    isCopticEpactNumbers (src/Data/Char/Properties/UnicodeBlocks.hs:1046)
    isOldItalic (src/Data/Char/Properties/UnicodeBlocks.hs:1049)
    isGothic (src/Data/Char/Properties/UnicodeBlocks.hs:1052)
    isOldPermic (src/Data/Char/Properties/UnicodeBlocks.hs:1055)
    isUgaritic (src/Data/Char/Properties/UnicodeBlocks.hs:1058)
    isOldPersian (src/Data/Char/Properties/UnicodeBlocks.hs:1061)
    isDeseret (src/Data/Char/Properties/UnicodeBlocks.hs:1064)
    isShavian (src/Data/Char/Properties/UnicodeBlocks.hs:1067)
    isOsmanya (src/Data/Char/Properties/UnicodeBlocks.hs:1070)
    isElbasan (src/Data/Char/Properties/UnicodeBlocks.hs:1073)
    isCaucasianAlbanian (src/Data/Char/Properties/UnicodeBlocks.hs:1076)
    isLinearA (src/Data/Char/Properties/UnicodeBlocks.hs:1079)
    isCypriotSyllabary (src/Data/Char/Properties/UnicodeBlocks.hs:1082)
    isImperialAramaic (src/Data/Char/Properties/UnicodeBlocks.hs:1085)
    isPalmyrene (src/Data/Char/Properties/UnicodeBlocks.hs:1088)
    isNabataean (src/Data/Char/Properties/UnicodeBlocks.hs:1091)
    isPhoenician (src/Data/Char/Properties/UnicodeBlocks.hs:1094)
    isLydian (src/Data/Char/Properties/UnicodeBlocks.hs:1097)
    isMeroiticHieroglyphs (src/Data/Char/Properties/UnicodeBlocks.hs:1100)
    isMeroiticCursive (src/Data/Char/Properties/UnicodeBlocks.hs:1103)
    isKharoshthi (src/Data/Char/Properties/UnicodeBlocks.hs:1106)
    isOldSouthArabian (src/Data/Char/Properties/UnicodeBlocks.hs:1109)
    isOldNorthArabian (src/Data/Char/Properties/UnicodeBlocks.hs:1112)
    isManichaean (src/Data/Char/Properties/UnicodeBlocks.hs:1115)
    isAvestan (src/Data/Char/Properties/UnicodeBlocks.hs:1118)
    isInscriptionalParthian (src/Data/Char/Properties/UnicodeBlocks.hs:1121)
    isInscriptionalPahlavi (src/Data/Char/Properties/UnicodeBlocks.hs:1124)
    isPsalterPahlavi (src/Data/Char/Properties/UnicodeBlocks.hs:1127)
    isOldTurkic (src/Data/Char/Properties/UnicodeBlocks.hs:1130)
    isRumiNumeralSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1133)
    isBrahmi (src/Data/Char/Properties/UnicodeBlocks.hs:1136)
    isKaithi (src/Data/Char/Properties/UnicodeBlocks.hs:1139)
    isSoraSompeng (src/Data/Char/Properties/UnicodeBlocks.hs:1142)
    isChakma (src/Data/Char/Properties/UnicodeBlocks.hs:1145)
    isMahajani (src/Data/Char/Properties/UnicodeBlocks.hs:1148)
    isSharada (src/Data/Char/Properties/UnicodeBlocks.hs:1151)
    isSinhalaArchaicNumbers (src/Data/Char/Properties/UnicodeBlocks.hs:1154)
    isKhojki (src/Data/Char/Properties/UnicodeBlocks.hs:1157)
    isKhudawadi (src/Data/Char/Properties/UnicodeBlocks.hs:1160)
    isGrantha (src/Data/Char/Properties/UnicodeBlocks.hs:1163)
    isTirhuta (src/Data/Char/Properties/UnicodeBlocks.hs:1166)
    isSiddham (src/Data/Char/Properties/UnicodeBlocks.hs:1169)
    isModi (src/Data/Char/Properties/UnicodeBlocks.hs:1172)
    isTakri (src/Data/Char/Properties/UnicodeBlocks.hs:1175)
    isWarangCiti (src/Data/Char/Properties/UnicodeBlocks.hs:1178)
    isPauCinHau (src/Data/Char/Properties/UnicodeBlocks.hs:1181)
    isCuneiform (src/Data/Char/Properties/UnicodeBlocks.hs:1184)
    isCuneiformNumbersandPunctuation (src/Data/Char/Properties/UnicodeBlocks.hs:1187)
    isEgyptianHieroglyphs (src/Data/Char/Properties/UnicodeBlocks.hs:1190)
    isBamumSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1193)
    isMro (src/Data/Char/Properties/UnicodeBlocks.hs:1196)
    isBassaVah (src/Data/Char/Properties/UnicodeBlocks.hs:1199)
    isPahawhHmong (src/Data/Char/Properties/UnicodeBlocks.hs:1202)
    isMiao (src/Data/Char/Properties/UnicodeBlocks.hs:1205)
    isKanaSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1208)
    isDuployan (src/Data/Char/Properties/UnicodeBlocks.hs:1211)
    isShorthandFormatControls (src/Data/Char/Properties/UnicodeBlocks.hs:1214)
    isByzantineMusicalSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1217)
    isMusicalSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1220)
    isAncientGreekMusicalNotation (src/Data/Char/Properties/UnicodeBlocks.hs:1223)
    isTaiXuanJingSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1226)
    isCountingRodNumerals (src/Data/Char/Properties/UnicodeBlocks.hs:1229)
    isMathematicalAlphanumericSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1232)
    isMendeKikakui (src/Data/Char/Properties/UnicodeBlocks.hs:1235)
    isArabicMathematicalAlphabeticSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1238)
    isMahjongTiles (src/Data/Char/Properties/UnicodeBlocks.hs:1241)
    isDominoTiles (src/Data/Char/Properties/UnicodeBlocks.hs:1244)
    isPlayingCards (src/Data/Char/Properties/UnicodeBlocks.hs:1247)
    isEnclosedAlphanumericSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1250)
    isEnclosedIdeographicSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1253)
    isMiscellaneousSymbolsandPictographs (src/Data/Char/Properties/UnicodeBlocks.hs:1256)
    isEmoticons (src/Data/Char/Properties/UnicodeBlocks.hs:1259)
    isOrnamentalDingbats (src/Data/Char/Properties/UnicodeBlocks.hs:1262)
    isTransportandMapSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1265)
    isAlchemicalSymbols (src/Data/Char/Properties/UnicodeBlocks.hs:1268)
    isGeometricShapesExtended (src/Data/Char/Properties/UnicodeBlocks.hs:1271)
    isSupplementalArrowsC (src/Data/Char/Properties/UnicodeBlocks.hs:1274)
    isCJKUnifiedIdeographsExtensionB (src/Data/Char/Properties/UnicodeBlocks.hs:1277)
    isCJKUnifiedIdeographsExtensionC (src/Data/Char/Properties/UnicodeBlocks.hs:1280)
    isCJKUnifiedIdeographsExtensionD (src/Data/Char/Properties/UnicodeBlocks.hs:1283)
    isCJKCompatibilityIdeographsSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1286)
    isTags (src/Data/Char/Properties/UnicodeBlocks.hs:1289)
    isVariationSelectorsSupplement (src/Data/Char/Properties/UnicodeBlocks.hs:1292)
    isSupplementaryPrivateUseAreaA (src/Data/Char/Properties/UnicodeBlocks.hs:1295)
    isSupplementaryPrivateUseAreaB (src/Data/Char/Properties/UnicodeBlocks.hs:1298)
Documentation created: dist/doc/html/hxt-charproperties/index.html,
dist/doc/html/hxt-charproperties/hxt-charproperties.txt
Creating package registration file:
/tmp/pkgConf-hxt-charproperties-9.2.08472280231516266761.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hxt-charproperties-9.2.0.1-8SupK5eAgu73iV3Vmf7B19
Registering hxt-charproperties-9.2.0.1...
Installed hxt-charproperties-9.2.0.1
Configuring mmorph-1.0.4...
Building mmorph-1.0.4...
Preprocessing library mmorph-1.0.4...
[1 of 2] Compiling Control.Monad.Morph ( src/Control/Monad/Morph.hs, dist/build/Control/Monad/Morph.o )

src/Control/Monad/Morph.hs:76:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

src/Control/Monad/Morph.hs:116:20: Warning:
    In the use of type constructor or class ‘E.ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:117:19: Warning:
    In the use of data constructor ‘E.ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:117:34: Warning:
    In the use of ‘E.runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:241:11: Warning:
    In the use of type constructor or class ‘E.Error’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:241:33: Warning:
    In the use of type constructor or class ‘E.ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:242:17: Warning:
    In the use of data constructor ‘E.ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:243:14: Warning:
    In the use of ‘E.runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:243:30: Warning:
    In the use of ‘E.runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
[2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, dist/build/Control/Monad/Trans/Compose.o )
In-place registering mmorph-1.0.4...
Running Haddock for mmorph-1.0.4...
Running hscolour for mmorph-1.0.4...
Preprocessing library mmorph-1.0.4...
Preprocessing library mmorph-1.0.4...

src/Control/Monad/Morph.hs:76:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

src/Control/Monad/Morph.hs:116:20: Warning:
    In the use of type constructor or class ‘E.ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:117:19: Warning:
    In the use of data constructor ‘E.ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:117:34: Warning:
    In the use of ‘E.runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:241:11: Warning:
    In the use of type constructor or class ‘E.Error’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:241:33: Warning:
    In the use of type constructor or class ‘E.ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:242:17: Warning:
    In the use of data constructor ‘E.ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:243:14: Warning:
    In the use of ‘E.runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Control/Monad/Morph.hs:243:30: Warning:
    In the use of ‘E.runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
Haddock coverage:
 100% ( 22 / 22) in 'Control.Monad.Morph'
 100% (  3 /  3) in 'Control.Monad.Trans.Compose'
Documentation created: dist/doc/html/mmorph/index.html,
dist/doc/html/mmorph/mmorph.txt
Creating package registration file:
/tmp/pkgConf-mmorph-1.01210359231521035021.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mmorph-1.0.4-8dNpUU8QFPe77rrwKAb20b
Registering mmorph-1.0.4...
Installed mmorph-1.0.4
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
  75% (  3 /  4) in 'Control.Monad.Writer.Class'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
 100% (  5 /  5) in 'Control.Monad.State.Class'
 100% (  3 /  3) in 'Control.Monad.Reader.Class'
  80% (  4 /  5) in 'Control.Monad.RWS.Class'
  Missing documentation for:
    MonadRWS (Control/Monad/RWS/Class.hs:44)
 100% (  4 /  4) in 'Control.Monad.Identity'
 100% (  3 /  3) in 'Control.Monad.Error.Class'
  50% (  1 /  2) in 'Control.Monad.Cont.Class'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
 100% (  3 /  3) in 'Control.Monad.Trans'
  93% ( 14 / 15) in 'Control.Monad.Error'
  Missing documentation for:
    runErrorT
 100% ( 19 / 19) in 'Control.Monad.Except'
 100% (  5 /  5) in 'Control.Monad.List'
  95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
  Missing documentation for:
    runRWST
 100% (  2 /  2) in 'Control.Monad.RWS'
  96% ( 22 / 23) in 'Control.Monad.Reader'
  Missing documentation for:
    runReaderT
  95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
  Missing documentation for:
    runRWST
  96% ( 24 / 25) in 'Control.Monad.State.Lazy'
  Missing documentation for:
    runStateT
 100% (  2 /  2) in 'Control.Monad.State'
  96% ( 24 / 25) in 'Control.Monad.State.Strict'
  Missing documentation for:
    runStateT
  89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
    runWriterT
 100% (  2 /  2) in 'Control.Monad.Writer'
  94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
  91% ( 20 / 22) in 'Control.Monad.Cont'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
    runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.215004747621464415775.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU
Registering mtl-2.2.1...
Installed mtl-2.2.1
Configuring parallel-3.2.0.6...
Building parallel-3.2.0.6...
Preprocessing library parallel-3.2.0.6...
[1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, dist/build/Control/Parallel.o )
[2 of 3] Compiling Control.Seq      ( Control/Seq.hs, dist/build/Control/Seq.o )
[3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, dist/build/Control/Parallel/Strategies.o )
In-place registering parallel-3.2.0.6...
Running Haddock for parallel-3.2.0.6...
Running hscolour for parallel-3.2.0.6...
Preprocessing library parallel-3.2.0.6...
Preprocessing library parallel-3.2.0.6...
Haddock coverage:
  72% ( 21 / 29) in 'Control.Seq'
  Missing documentation for:
    seqTuple2 (Control/Seq.hs:164)
    seqTuple3 (Control/Seq.hs:168)
    seqTuple4 (Control/Seq.hs:172)
    seqTuple5 (Control/Seq.hs:176)
    seqTuple6 (Control/Seq.hs:180)
    seqTuple7 (Control/Seq.hs:184)
    seqTuple8 (Control/Seq.hs:188)
    seqTuple9 (Control/Seq.hs:192)
 100% (  3 /  3) in 'Control.Parallel'
  81% ( 68 / 84) in 'Control.Parallel.Strategies'
  Missing documentation for:
    evalTuple2 (Control/Parallel/Strategies.hs:589)
    evalTuple3 (Control/Parallel/Strategies.hs:593)
    evalTuple4 (Control/Parallel/Strategies.hs:597)
    evalTuple5 (Control/Parallel/Strategies.hs:601)
    evalTuple6 (Control/Parallel/Strategies.hs:605)
    evalTuple7 (Control/Parallel/Strategies.hs:609)
    evalTuple8 (Control/Parallel/Strategies.hs:613)
    evalTuple9 (Control/Parallel/Strategies.hs:617)
    parTuple2 (Control/Parallel/Strategies.hs:621)
    parTuple3 (Control/Parallel/Strategies.hs:625)
    parTuple4 (Control/Parallel/Strategies.hs:629)
    parTuple5 (Control/Parallel/Strategies.hs:633)
    parTuple6 (Control/Parallel/Strategies.hs:637)
    parTuple7 (Control/Parallel/Strategies.hs:641)
    parTuple8 (Control/Parallel/Strategies.hs:645)
    parTuple9 (Control/Parallel/Strategies.hs:649)
Documentation created: dist/doc/html/parallel/index.html,
dist/doc/html/parallel/parallel.txt
Creating package registration file:
/tmp/pkgConf-parallel-3.2.02025503991738076217.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/parallel-3.2.0.6-6L9FbzO2lwB9ZhSC6B30xj
Registering parallel-3.2.0.6...
Installed parallel-3.2.0.6
Configuring prelude-extras-0.4.0.2...
Building prelude-extras-0.4.0.2...
Preprocessing library prelude-extras-0.4.0.2...
[1 of 1] Compiling Prelude.Extras   ( src/Prelude/Extras.hs, dist/build/Prelude/Extras.o )
In-place registering prelude-extras-0.4.0.2...
Running Haddock for prelude-extras-0.4.0.2...
Running hscolour for prelude-extras-0.4.0.2...
Preprocessing library prelude-extras-0.4.0.2...
Preprocessing library prelude-extras-0.4.0.2...
Haddock coverage:
   5% (  2 / 43) in 'Prelude.Extras'
  Missing documentation for:
    Module header
    Eq1 (src/Prelude/Extras.hs:80)
    /=# (src/Prelude/Extras.hs:87)
    Ord1 (src/Prelude/Extras.hs:146)
    <# (src/Prelude/Extras.hs:154)
    <=# (src/Prelude/Extras.hs:154)
    >=# (src/Prelude/Extras.hs:154)
    ># (src/Prelude/Extras.hs:154)
    max1 (src/Prelude/Extras.hs:155)
    min1 (src/Prelude/Extras.hs:155)
    Show1 (src/Prelude/Extras.hs:228)
    show1 (src/Prelude/Extras.hs:237)
    shows1 (src/Prelude/Extras.hs:241)
    Read1 (src/Prelude/Extras.hs:309)
    read1 (src/Prelude/Extras.hs:327)
    reads1 (src/Prelude/Extras.hs:330)
    readPrec1 (src/Prelude/Extras.hs:320)
    readListPrec1 (src/Prelude/Extras.hs:323)
    readList1Default (src/Prelude/Extras.hs:346)
    readListPrec1Default (src/Prelude/Extras.hs:349)
    Lift1 (src/Prelude/Extras.hs:516)
    Eq2 (src/Prelude/Extras.hs:133)
    /=## (src/Prelude/Extras.hs:140)
    Ord2 (src/Prelude/Extras.hs:199)
    <## (src/Prelude/Extras.hs:207)
    <=## (src/Prelude/Extras.hs:209)
    >=## (src/Prelude/Extras.hs:211)
    >## (src/Prelude/Extras.hs:213)
    max2 (src/Prelude/Extras.hs:216)
    min2 (src/Prelude/Extras.hs:221)
    Show2 (src/Prelude/Extras.hs:283)
    show2 (src/Prelude/Extras.hs:292)
    shows2 (src/Prelude/Extras.hs:296)
    Read2 (src/Prelude/Extras.hs:443)
    read2 (src/Prelude/Extras.hs:468)
    reads2 (src/Prelude/Extras.hs:471)
    readPrec2 (src/Prelude/Extras.hs:453)
    readListPrec2 (src/Prelude/Extras.hs:456)
    readList2Default (src/Prelude/Extras.hs:487)
    readListPrec2Default (src/Prelude/Extras.hs:490)
    Lift2 (src/Prelude/Extras.hs:531)
Documentation created: dist/doc/html/prelude-extras/index.html,
dist/doc/html/prelude-extras/prelude-extras.txt
Creating package registration file:
/tmp/pkgConf-prelude-extras-0.4.0184009602138982933.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/prelude-extras-0.4.0.2-57eavILAbKD5CaKv31zEDY
Registering prelude-extras-0.4.0.2...
Installed prelude-extras-0.4.0.2
Configuring primitive-0.6.1.0...
Building primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...
[ 1 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o )
[ 2 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o )
[ 3 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o )
[ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o )

Control/Monad/Primitive.hs:41:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

Control/Monad/Primitive.hs:100:11: Warning:
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:100:47: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:101:19: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
[ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o )
[ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o )
[ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o )
[ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o )
[ 9 of 10] Compiling Data.Primitive   ( Data/Primitive.hs, dist/build/Data/Primitive.o )
[10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o )
In-place registering primitive-0.6.1.0...
Running Haddock for primitive-0.6.1.0...
Running hscolour for primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...

Control/Monad/Primitive.hs:41:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

Control/Monad/Primitive.hs:100:11: Warning:
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:100:47: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:101:19: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
Haddock coverage:
 100% (  3 /  3) in 'Data.Primitive.Internal.Compat'
   3% (  1 / 35) in 'Data.Primitive.MachDeps'
  Missing documentation for:
    sIZEOF_CHAR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:19)
    sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:19)
    sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:19)
    sIZEOF_PTR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT8 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT16 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT32 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT64 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:19)
    Word64_# (Data/Primitive/MachDeps.hs:120)
    Int64_# (Data/Primitive/MachDeps.hs:121)
   3% (  1 / 29) in 'Data.Primitive.Internal.Operations'
  Missing documentation for:
    setWord8Array# (Data/Primitive/Internal/Operations.hs:33)
    setWord16Array# (Data/Primitive/Internal/Operations.hs:35)
    setWord32Array# (Data/Primitive/Internal/Operations.hs:37)
    setWord64Array# (Data/Primitive/Internal/Operations.hs:39)
    setWordArray# (Data/Primitive/Internal/Operations.hs:41)
    setInt8Array# (Data/Primitive/Internal/Operations.hs:43)
    setInt16Array# (Data/Primitive/Internal/Operations.hs:45)
    setInt32Array# (Data/Primitive/Internal/Operations.hs:47)
    setInt64Array# (Data/Primitive/Internal/Operations.hs:49)
    setIntArray# (Data/Primitive/Internal/Operations.hs:51)
    setAddrArray# (Data/Primitive/Internal/Operations.hs:53)
    setFloatArray# (Data/Primitive/Internal/Operations.hs:55)
    setDoubleArray# (Data/Primitive/Internal/Operations.hs:57)
    setWideCharArray# (Data/Primitive/Internal/Operations.hs:59)
    setWord8OffAddr# (Data/Primitive/Internal/Operations.hs:62)
    setWord16OffAddr# (Data/Primitive/Internal/Operations.hs:64)
    setWord32OffAddr# (Data/Primitive/Internal/Operations.hs:66)
    setWord64OffAddr# (Data/Primitive/Internal/Operations.hs:68)
    setWordOffAddr# (Data/Primitive/Internal/Operations.hs:70)
    setInt8OffAddr# (Data/Primitive/Internal/Operations.hs:72)
    setInt16OffAddr# (Data/Primitive/Internal/Operations.hs:74)
    setInt32OffAddr# (Data/Primitive/Internal/Operations.hs:76)
    setInt64OffAddr# (Data/Primitive/Internal/Operations.hs:78)
    setIntOffAddr# (Data/Primitive/Internal/Operations.hs:80)
    setAddrOffAddr# (Data/Primitive/Internal/Operations.hs:82)
    setFloatOffAddr# (Data/Primitive/Internal/Operations.hs:84)
    setDoubleOffAddr# (Data/Primitive/Internal/Operations.hs:86)
    setWideCharOffAddr# (Data/Primitive/Internal/Operations.hs:88)
  75% ( 12 / 16) in 'Control.Monad.Primitive'
  Missing documentation for:
    unsafeInlinePrim (Control/Monad/Primitive.hs:189)
    unsafeInlineIO (Control/Monad/Primitive.hs:193)
    unsafeInlineST (Control/Monad/Primitive.hs:197)
    touch (Control/Monad/Primitive.hs:201)
 100% (  3 /  3) in 'Data.Primitive.Types'
 100% ( 15 / 15) in 'Data.Primitive.Array'
  93% ( 27 / 29) in 'Data.Primitive.ByteArray'
  Missing documentation for:
    ByteArray#
    MutableByteArray#
 100% ( 16 / 16) in 'Data.Primitive.Addr'
 100% (  7 /  7) in 'Data.Primitive'
 100% (  9 /  9) in 'Data.Primitive.MutVar'
Documentation created: dist/doc/html/primitive/index.html,
dist/doc/html/primitive/primitive.txt
Creating package registration file:
/tmp/pkgConf-primitive-0.6.152297172652775474.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/primitive-0.6.1.0-5Jnw7oEuYtM9dmKXelGXVb
Registering primitive-0.6.1.0...
Installed primitive-0.6.1.0
Configuring reflection-2.1...
Building reflection-2.1...
Preprocessing library reflection-2.1...
[1 of 1] Compiling Data.Reflection  ( fast/Data/Reflection.hs, dist/build/Data/Reflection.o )
In-place registering reflection-2.1...
Running Haddock for reflection-2.1...
Running hscolour for reflection-2.1...
Preprocessing library reflection-2.1...
Preprocessing library reflection-2.1...
Haddock coverage:
  63% ( 19 / 30) in 'Data.Reflection'
  Missing documentation for:
    Reifies (fast/Data/Reflection.hs:156)
    Z (fast/Data/Reflection.hs:243)
    D (fast/Data/Reflection.hs:244)
    SD (fast/Data/Reflection.hs:245)
    PD (fast/Data/Reflection.hs:246)
    ReifiedMonoid (fast/Data/Reflection.hs:545)
    ReflectedMonoid (fast/Data/Reflection.hs:554)
    reifyMonoid (fast/Data/Reflection.hs:559)
    ReifiedApplicative (fast/Data/Reflection.hs:588)
    ReflectedApplicative (fast/Data/Reflection.hs:590)
    reifyApplicative (fast/Data/Reflection.hs:605)
Documentation created: dist/doc/html/reflection/index.html,
dist/doc/html/reflection/reflection.txt
Creating package registration file:
/tmp/pkgConf-reflection-215691159211777288820.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/reflection-2.1-2R8D1icnYri0V2GprJlDMF
Registering reflection-2.1...
Installed reflection-2.1
Configuring split-0.2.2...
Building split-0.2.2...
Preprocessing library split-0.2.2...
[1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o )
[2 of 2] Compiling Data.List.Split  ( src/Data/List/Split.hs, dist/build/Data/List/Split.o )
In-place registering split-0.2.2...
Running Haddock for split-0.2.2...
Running hscolour for split-0.2.2...
Preprocessing library split-0.2.2...
Preprocessing library split-0.2.2...
Haddock coverage:
  91% ( 61 / 67) in 'Data.List.Split.Internals'
  90% ( 44 / 49) in 'Data.List.Split'
Documentation created: dist/doc/html/split/index.html,
dist/doc/html/split/split.txt
Creating package registration file:
/tmp/pkgConf-split-0.214855118041650994571.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/split-0.2.2-E4yadeCDng9EtdbI5MZoDg
Registering split-0.2.2...
Installed split-0.2.2
Configuring stm-2.4.4...
Building stm-2.4.4...
Preprocessing library stm-2.4.4...
[ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
[ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
[ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o )
[ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o )
[10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o )
In-place registering stm-2.4.4...
Running Haddock for stm-2.4.4...
Running hscolour for stm-2.4.4...
Preprocessing library stm-2.4.4...
Preprocessing library stm-2.4.4...
Haddock coverage:
   0% (  0 / 11) in 'Control.Sequential.STM'
  Missing documentation for:
    Module header
    STM (Control/Sequential/STM.hs:29)
    atomically (Control/Sequential/STM.hs:47)
    throwSTM (Control/Sequential/STM.hs:54)
    catchSTM (Control/Sequential/STM.hs:57)
    TVar (Control/Sequential/STM.hs:72)
    newTVar (Control/Sequential/STM.hs:75)
    newTVarIO (Control/Sequential/STM.hs:78)
    readTVar (Control/Sequential/STM.hs:83)
    readTVarIO (Control/Sequential/STM.hs:86)
    writeTVar (Control/Sequential/STM.hs:89)
 100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue'
 100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
 100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
 100% ( 16 / 16) in 'Control.Concurrent.STM.TMVar'
 100% ( 13 / 13) in 'Control.Concurrent.STM.TVar'
 100% (  2 /  2) in 'Control.Concurrent.STM.TArray'
  90% (  9 / 10) in 'Control.Monad.STM'
  Missing documentation for:
    check (Control/Monad/STM.hs:81)
 100% (  8 /  8) in 'Control.Concurrent.STM'
  40% (  2 /  5) in 'Control.Concurrent.STM.TSem'
  Missing documentation for:
    newTSem (Control/Concurrent/STM/TSem.hs:42)
    waitTSem (Control/Concurrent/STM/TSem.hs:45)
    signalTSem (Control/Concurrent/STM/TSem.hs:51)
Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt
Creating package registration file: /tmp/pkgConf-stm-2.420898163391114646704.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/stm-2.4.4-C1kFMnPqFjvDhFjgMZGUpr
Registering stm-2.4.4...
Installed stm-2.4.4
Configuring tagged-0.8.2...
Building tagged-0.8.2...
Preprocessing library tagged-0.8.2...
[1 of 2] Compiling Data.Proxy.TH    ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o )
[2 of 2] Compiling Data.Tagged      ( src/Data/Tagged.hs, dist/build/Data/Tagged.o )
In-place registering tagged-0.8.2...
Running Haddock for tagged-0.8.2...
Running hscolour for tagged-0.8.2...
Preprocessing library tagged-0.8.2...
Preprocessing library tagged-0.8.2...
Haddock coverage:
  67% (  2 /  3) in 'Data.Proxy.TH'
  Missing documentation for:
    Module header
  93% ( 14 / 15) in 'Data.Tagged'
  Missing documentation for:
    witness (src/Data/Tagged.hs:308)
Documentation created: dist/doc/html/tagged/index.html,
dist/doc/html/tagged/tagged.txt
Creating package registration file:
/tmp/pkgConf-tagged-0.81244453596196095815.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/tagged-0.8.2-4zanMqQLQHpBO0ZYm7KGkc
Registering tagged-0.8.2...
Installed tagged-0.8.2
Configuring text-1.2.1.3...
Building text-1.2.1.3...
Preprocessing library text-1.2.1.3...
[ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Data/Text/Read.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
Haddock coverage:
  14% (  1 /  7) in 'Data.Text.Internal.Read'
  Missing documentation for:
    IReader (Data/Text/Internal/Read.hs:26)
    IParser (Data/Text/Internal/Read.hs:28)
    T (Data/Text/Internal/Read.hs:48)
    digitToInt (Data/Text/Internal/Read.hs:61)
    hexDigitToInt (Data/Text/Internal/Read.hs:55)
    perhaps (Data/Text/Internal/Read.hs:50)
  50% (  1 /  2) in 'Data.Text.Internal.Encoding.Utf32'
  Missing documentation for:
    validate (Data/Text/Internal/Encoding/Utf32.hs:24)
  50% (  1 /  2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
  Missing documentation for:
    roundTo (Data/Text/Internal/Builder/RealFloat/Functions.hs:17)
   0% (  0 /  2) in 'Data.Text.Internal.Builder.Int.Digits'
  Missing documentation for:
    Module header
    digits (Data/Text/Internal/Builder/Int/Digits.hs:21)
 100% ( 12 / 12) in 'Data.Text.Encoding.Error'
 100% (  2 /  2) in 'Data.Text.Internal.Unsafe.Shift'
  25% (  1 /  4) in 'Data.Text.Internal.Encoding.Utf16'
  Missing documentation for:
    chr2 (Data/Text/Internal/Encoding/Utf16.hs:29)
    validate1 (Data/Text/Internal/Encoding/Utf16.hs:38)
    validate2 (Data/Text/Internal/Encoding/Utf16.hs:42)
 100% (  2 /  2) in 'Data.Text.Internal.Functions'
 100% (  3 /  3) in 'Data.Text.Internal.Unsafe'
 100% ( 16 / 16) in 'Data.Text.Array'
  33% (  2 /  6) in 'Data.Text.Internal.Unsafe.Char'
  Missing documentation for:
    ord (Data/Text/Internal/Unsafe/Char.hs:39)
    unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43)
    unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47)
    unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51)
  95% ( 19 / 20) in 'Data.Text.Internal'
  Missing documentation for:
    textP (Data/Text/Internal.hs:97)
  38% (  5 / 13) in 'Data.Text.Internal.Fusion.Size'
  Missing documentation for:
    Size (Data/Text/Internal/Fusion/Size.hs:40)
    exactly (Data/Text/Internal/Fusion/Size.hs:44)
    exactSize (Data/Text/Internal/Fusion/Size.hs:49)
    maxSize (Data/Text/Internal/Fusion/Size.hs:57)
    betweenSize (Data/Text/Internal/Fusion/Size.hs:65)
    unknownSize (Data/Text/Internal/Fusion/Size.hs:74)
    compareSize (Data/Text/Internal/Fusion/Size.hs:143)
    isEmpty (Data/Text/Internal/Fusion/Size.hs:151)
  88% (  7 /  8) in 'Data.Text.Internal.Fusion.Types'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
   0% (  0 /  5) in 'Data.Text.Internal.Fusion.CaseMapping'
  Missing documentation for:
    Module header
    upperMapping (Data/Text/Internal/Fusion/CaseMapping.hs:13)
    lowerMapping (Data/Text/Internal/Fusion/CaseMapping.hs:220)
    titleMapping (Data/Text/Internal/Fusion/CaseMapping.hs:225)
    foldMapping (Data/Text/Internal/Fusion/CaseMapping.hs:324)
  89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
  Missing documentation for:
    singleton (Data/Text/Internal/Fusion/Common.hs:119)
    streamList (Data/Text/Internal/Fusion/Common.hs:125)
    unstreamList (Data/Text/Internal/Fusion/Common.hs:131)
    intercalate (Data/Text/Internal/Fusion/Common.hs:577)
    justifyLeftI (Data/Text/Internal/Fusion/Common.hs:479)
    scanl (Data/Text/Internal/Fusion/Common.hs:656)
    replicateCharI (Data/Text/Internal/Fusion/Common.hs:671)
    replicateI (Data/Text/Internal/Fusion/Common.hs:682)
  93% ( 13 / 14) in 'Data.Text.Unsafe'
  Missing documentation for:
    Iter (Data/Text/Unsafe.hs:62)
  33% (  1 /  3) in 'Data.Text.Internal.Private'
  Missing documentation for:
    runText (Data/Text/Internal/Private.hs:33)
    span_ (Data/Text/Internal/Private.hs:23)
  91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
    length (Data/Text/Internal/Fusion.hs:127)
 100% (  4 /  4) in 'Data.Text.Show'
  33% (  2 /  6) in 'Data.Text.Internal.Encoding.Fusion.Common'
  Missing documentation for:
    restreamUtf16LE (Data/Text/Internal/Encoding/Fusion/Common.hs:63)
    restreamUtf16BE (Data/Text/Internal/Encoding/Fusion/Common.hs:39)
    restreamUtf32LE (Data/Text/Internal/Encoding/Fusion/Common.hs:106)
    restreamUtf32BE (Data/Text/Internal/Encoding/Fusion/Common.hs:87)
  17% (  2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
  Missing documentation for:
    ord2 (Data/Text/Internal/Encoding/Utf8.hs:58)
    ord3 (Data/Text/Internal/Encoding/Utf8.hs:69)
    ord4 (Data/Text/Internal/Encoding/Utf8.hs:81)
    chr2 (Data/Text/Internal/Encoding/Utf8.hs:94)
    chr3 (Data/Text/Internal/Encoding/Utf8.hs:103)
    chr4 (Data/Text/Internal/Encoding/Utf8.hs:114)
    validate1 (Data/Text/Internal/Encoding/Utf8.hs:128)
    validate2 (Data/Text/Internal/Encoding/Utf8.hs:132)
    validate3 (Data/Text/Internal/Encoding/Utf8.hs:136)
    validate4 (Data/Text/Internal/Encoding/Utf8.hs:153)
  91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
  Missing documentation for:
    streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57)
 100% ( 33 / 33) in 'Data.Text.Encoding'
 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Search'
 100% ( 18 / 18) in 'Data.Text.Foreign'
 100% (126 /126) in 'Data.Text'
 100% (  3 /  3) in 'Data.Text.Internal.IO'
 100% ( 20 / 20) in 'Data.Text.IO'
  93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
 100% (  8 /  8) in 'Data.Text.Internal.Lazy.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Lazy.Search'
 100% (  2 /  2) in 'Data.Text.Lazy.Internal'
  89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
  Missing documentation for:
    encodeUtf8 (Data/Text/Lazy/Encoding.hs:148)
    encodeUtf8Builder (Data/Text/Lazy/Encoding.hs:162)
    encodeUtf8BuilderEscaped (Data/Text/Lazy/Encoding.hs:167)
  99% (127 /128) in 'Data.Text.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
  94% ( 16 / 17) in 'Data.Text.Internal.Builder'
  Missing documentation for:
    append' (Data/Text/Internal/Builder.hs:288)
 100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
 100% (  3 /  3) in 'Data.Text.Internal.Builder.Functions'
   0% (  0 /  3) in 'Data.Text.Lazy.Builder.Int'
  Missing documentation for:
    Module header
    decimal (Data/Text/Lazy/Builder/Int.hs:52)
    hexadecimal (Data/Text/Lazy/Builder/Int.hs:162)
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  Missing documentation for:
    formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46)
 100% (  7 /  7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
    findIndicesI
Warning: Data.Text.Unsafe: could not find link destinations for:
    bracket
Warning: Data.Text: could not find link destinations for:
    replicateChar countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
    Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
    replicateChar dropWords splitAtWord countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
    empty append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
    floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file:
/tmp/pkgConf-text-1.2.1217852623683309587.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/text-1.2.1.3-1l1AN4I48k37RaQ6fm6CEh
Registering text-1.2.1.3...
Installed text-1.2.1.3
Configuring transformers-compat-0.4.0.4...
Building transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
[1 of 1] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o )
In-place registering transformers-compat-0.4.0.4...
Running Haddock for transformers-compat-0.4.0.4...
Running hscolour for transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
Haddock coverage:
   0% (  0 /  8) in 'Paths_transformers_compat'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_transformers_compat.hs:15)
    getBinDir (dist/build/autogen/Paths_transformers_compat.hs:25)
    getLibDir (dist/build/autogen/Paths_transformers_compat.hs:25)
    getDataDir (dist/build/autogen/Paths_transformers_compat.hs:25)
    getLibexecDir (dist/build/autogen/Paths_transformers_compat.hs:25)
    getDataFileName (dist/build/autogen/Paths_transformers_compat.hs:32)
    getSysconfDir (dist/build/autogen/Paths_transformers_compat.hs:25)
Documentation created: dist/doc/html/transformers-compat/index.html,
dist/doc/html/transformers-compat/transformers-compat.txt
Creating package registration file:
/tmp/pkgConf-transformers-compat-0.4.0863043860136864840.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/transformers-compat-0.4.0.4-DCQioW2d4vYEa3T0AmFBPv
Registering transformers-compat-0.4.0.4...
Installed transformers-compat-0.4.0.4
Configuring hxt-unicode-9.0.2.4...
Building hxt-unicode-9.0.2.4...
Preprocessing library hxt-unicode-9.0.2.4...
[1 of 5] Compiling Data.String.UTF8 ( src/Data/String/UTF8.hs, dist/build/Data/String/UTF8.o )
[2 of 5] Compiling Data.String.UTF8Decoding ( src/Data/String/UTF8Decoding.hs, dist/build/Data/String/UTF8Decoding.o )
[3 of 5] Compiling Data.String.EncodingNames ( src/Data/String/EncodingNames.hs, dist/build/Data/String/EncodingNames.o )
[4 of 5] Compiling Data.Char.IsoLatinTables ( src/Data/Char/IsoLatinTables.hs, dist/build/Data/Char/IsoLatinTables.o )
[5 of 5] Compiling Data.String.Unicode ( src/Data/String/Unicode.hs, dist/build/Data/String/Unicode.o )
In-place registering hxt-unicode-9.0.2.4...
Running Haddock for hxt-unicode-9.0.2.4...
Running hscolour for hxt-unicode-9.0.2.4...
Preprocessing library hxt-unicode-9.0.2.4...
Preprocessing library hxt-unicode-9.0.2.4...
Haddock coverage:
   0% (  0 /  7) in 'Data.String.UTF8'
  Missing documentation for:
    Module header
    encode (src/Data/String/UTF8.hs:123)
    decode (src/Data/String/UTF8.hs:351)
    decodeEmbedErrors (src/Data/String/UTF8.hs:354)
    encodeOne (src/Data/String/UTF8.hs:102)
    decodeOne (src/Data/String/UTF8.hs:242)
    Error (src/Data/String/UTF8.hs:183)
  50% (  2 /  4) in 'Data.String.UTF8Decoding'
  Missing documentation for:
    decodeUtf8EmbedErrors (src/Data/String/UTF8Decoding.hs:40)
    decodeUtf8IgnoreErrors (src/Data/String/UTF8Decoding.hs:36)
   4% (  1 / 24) in 'Data.String.EncodingNames'
  Missing documentation for:
    isoLatin1 (src/Data/String/EncodingNames.hs:25)
    iso8859_1 (src/Data/String/EncodingNames.hs:25)
    iso8859_2 (src/Data/String/EncodingNames.hs:25)
    iso8859_3 (src/Data/String/EncodingNames.hs:25)
    iso8859_4 (src/Data/String/EncodingNames.hs:25)
    iso8859_5 (src/Data/String/EncodingNames.hs:25)
    iso8859_6 (src/Data/String/EncodingNames.hs:25)
    iso8859_7 (src/Data/String/EncodingNames.hs:25)
    iso8859_8 (src/Data/String/EncodingNames.hs:25)
    iso8859_9 (src/Data/String/EncodingNames.hs:25)
    iso8859_10 (src/Data/String/EncodingNames.hs:25)
    iso8859_11 (src/Data/String/EncodingNames.hs:25)
    iso8859_13 (src/Data/String/EncodingNames.hs:25)
    iso8859_14 (src/Data/String/EncodingNames.hs:25)
    iso8859_15 (src/Data/String/EncodingNames.hs:25)
    iso8859_16 (src/Data/String/EncodingNames.hs:25)
    usAscii (src/Data/String/EncodingNames.hs:25)
    ucs2 (src/Data/String/EncodingNames.hs:25)
    utf8 (src/Data/String/EncodingNames.hs:25)
    utf16 (src/Data/String/EncodingNames.hs:25)
    utf16be (src/Data/String/EncodingNames.hs:25)
    utf16le (src/Data/String/EncodingNames.hs:25)
    unicodeString (src/Data/String/EncodingNames.hs:25)
   0% (  0 / 15) in 'Data.Char.IsoLatinTables'
  Missing documentation for:
    Module header
    iso_8859_2 (src/Data/Char/IsoLatinTables.hs:4)
    iso_8859_3 (src/Data/Char/IsoLatinTables.hs:65)
    iso_8859_4 (src/Data/Char/IsoLatinTables.hs:97)
    iso_8859_5 (src/Data/Char/IsoLatinTables.hs:151)
    iso_8859_6 (src/Data/Char/IsoLatinTables.hs:249)
    iso_8859_7 (src/Data/Char/IsoLatinTables.hs:301)
    iso_8859_8 (src/Data/Char/IsoLatinTables.hs:382)
    iso_8859_9 (src/Data/Char/IsoLatinTables.hs:418)
    iso_8859_10 (src/Data/Char/IsoLatinTables.hs:428)
    iso_8859_11 (src/Data/Char/IsoLatinTables.hs:478)
    iso_8859_13 (src/Data/Char/IsoLatinTables.hs:569)
    iso_8859_14 (src/Data/Char/IsoLatinTables.hs:629)
    iso_8859_15 (src/Data/Char/IsoLatinTables.hs:664)
    iso_8859_16 (src/Data/Char/IsoLatinTables.hs:676)
  89% ( 31 / 35) in 'Data.String.Unicode'
  Missing documentation for:
    UStringWithErrors (src/Data/String/Unicode.hs:98)
    utf8ToUnicodeEmbedErrors (src/Data/String/Unicode.hs:253)
    intToHexString (src/Data/String/Unicode.hs:375)
    guessEncoding (src/Data/String/Unicode.hs:518)
Warning: Data.String.Unicode: could not find link destinations for:
    StringFct decodingTable
Documentation created: dist/doc/html/hxt-unicode/index.html,
dist/doc/html/hxt-unicode/hxt-unicode.txt
Creating package registration file:
/tmp/pkgConf-hxt-unicode-9.0.26656802971675910875.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hxt-unicode-9.0.2.4-8MEWU9z6gDj0rsBXG8KNa9
Registering hxt-unicode-9.0.2.4...
Installed hxt-unicode-9.0.2.4
Configuring vector-0.11.0.0...
Building vector-0.11.0.0...
Preprocessing library vector-0.11.0.0...
[ 1 of 21] Compiling Data.Vector.Storable.Internal ( Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o )
[ 2 of 21] Compiling Data.Vector.Generic.Mutable.Base ( Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o )
[ 3 of 21] Compiling Data.Vector.Generic.Base ( Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o )
[ 4 of 21] Compiling Data.Vector.Fusion.Util ( Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o )

Data/Vector/Fusion/Util.hs:19:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 5 of 21] Compiling Data.Vector.Fusion.Bundle.Size ( Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o )
[ 6 of 21] Compiling Data.Vector.Internal.Check ( Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o )
[ 7 of 21] Compiling Data.Vector.Fusion.Stream.Monadic ( Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o )

Data/Vector/Fusion/Stream/Monadic.hs:93:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[ 8 of 21] Compiling Data.Vector.Fusion.Bundle.Monadic ( Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o )

Data/Vector/Fusion/Bundle/Monadic.hs:105:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[ 9 of 21] Compiling Data.Vector.Fusion.Bundle ( Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o )

Data/Vector/Fusion/Bundle.hs:114:1: Warning: Tab character
[10 of 21] Compiling Data.Vector.Generic.Mutable ( Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o )
[11 of 21] Compiling Data.Vector.Generic.New ( Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o )
[12 of 21] Compiling Data.Vector.Generic ( Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o )
[13 of 21] Compiling Data.Vector.Primitive.Mutable ( Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o )
[14 of 21] Compiling Data.Vector.Primitive ( Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o )

Data/Vector/Primitive.hs:167:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[15 of 21] Compiling Data.Vector.Storable.Mutable ( Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o )
[16 of 21] Compiling Data.Vector.Storable ( Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o )

Data/Vector/Storable.hs:172:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[17 of 21] Compiling Data.Vector.Unboxed.Base ( Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o )

Data/Vector/Unboxed/Base.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[18 of 21] Compiling Data.Vector.Unboxed ( Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o )

Data/Vector/Unboxed.hs:189:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[19 of 21] Compiling Data.Vector.Unboxed.Mutable ( Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o )
[20 of 21] Compiling Data.Vector.Mutable ( Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o )
[21 of 21] Compiling Data.Vector      ( Data/Vector.hs, dist/build/Data/Vector.o )

Data/Vector.hs:190:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
In-place registering vector-0.11.0.0...
Running Haddock for vector-0.11.0.0...
Running hscolour for vector-0.11.0.0...
Preprocessing library vector-0.11.0.0...
Preprocessing library vector-0.11.0.0...

Data/Vector/Fusion/Util.hs:19:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Data/Vector/Fusion/Stream/Monadic.hs:93:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Vector/Fusion/Bundle/Monadic.hs:105:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Vector/Fusion/Bundle.hs:114:1: Warning: Tab character
Haddock coverage:
  25% (  1 /  4) in 'Data.Vector.Storable.Internal'
  Missing documentation for:
    getPtr (Data/Vector/Storable/Internal.hs:22)
    setPtr (Data/Vector/Storable/Internal.hs:26)
    updPtr (Data/Vector/Storable/Internal.hs:30)
 100% (  2 /  2) in 'Data.Vector.Generic.Mutable.Base'
 100% (  3 /  3) in 'Data.Vector.Generic.Base'
 100% (  5 /  5) in 'Data.Vector.Fusion.Util'
 100% (  8 /  8) in 'Data.Vector.Fusion.Bundle.Size'
  11% (  1 /  9) in 'Data.Vector.Internal.Check'
  Missing documentation for:
    Checks (Data/Vector/Internal/Check.hs:51)
    doChecks (Data/Vector/Internal/Check.hs:75)
    error (Data/Vector/Internal/Check.hs:84)
    internalError (Data/Vector/Internal/Check.hs:89)
    check (Data/Vector/Internal/Check.hs:105)
    checkIndex (Data/Vector/Internal/Check.hs:119)
    checkLength (Data/Vector/Internal/Check.hs:133)
    checkSlice (Data/Vector/Internal/Check.hs:147)
  82% (103 /125) in 'Data.Vector.Fusion.Stream.Monadic'
  Missing documentation for:
    generate (Data/Vector/Fusion/Stream/Monadic.hs:184)
    unbox (Data/Vector/Fusion/Stream/Monadic.hs:436)
    concatMap (Data/Vector/Fusion/Stream/Monadic.hs:996)
    zipWithM_ (Data/Vector/Fusion/Stream/Monadic.hs:512)
    zipWith3M (Data/Vector/Fusion/Stream/Monadic.hs:516)
    zipWith4M (Data/Vector/Fusion/Stream/Monadic.hs:544)
    zipWith5M (Data/Vector/Fusion/Stream/Monadic.hs:551)
    zipWith6M (Data/Vector/Fusion/Stream/Monadic.hs:558)
    zipWith (Data/Vector/Fusion/Stream/Monadic.hs:566)
    zipWith3 (Data/Vector/Fusion/Stream/Monadic.hs:570)
    zipWith4 (Data/Vector/Fusion/Stream/Monadic.hs:575)
    zipWith5 (Data/Vector/Fusion/Stream/Monadic.hs:581)
    zipWith6 (Data/Vector/Fusion/Stream/Monadic.hs:587)
    zip (Data/Vector/Fusion/Stream/Monadic.hs:593)
    zip3 (Data/Vector/Fusion/Stream/Monadic.hs:597)
    zip4 (Data/Vector/Fusion/Stream/Monadic.hs:601)
    zip5 (Data/Vector/Fusion/Stream/Monadic.hs:606)
    zip6 (Data/Vector/Fusion/Stream/Monadic.hs:611)
    and (Data/Vector/Fusion/Stream/Monadic.hs:970)
    or (Data/Vector/Fusion/Stream/Monadic.hs:983)
    concatMapM (Data/Vector/Fusion/Stream/Monadic.hs:1000)
    unfoldrN (Data/Vector/Fusion/Stream/Monadic.hs:1062)
  79% (106 /135) in 'Data.Vector.Fusion.Bundle.Monadic'
  Missing documentation for:
    Chunk (Data/Vector/Fusion/Bundle/Monadic.hs:110)
    generate (Data/Vector/Fusion/Bundle/Monadic.hs:190)
    unbox (Data/Vector/Fusion/Bundle/Monadic.hs:301)
    concatMap (Data/Vector/Fusion/Bundle/Monadic.hs:595)
    zipWithM_ (Data/Vector/Fusion/Bundle/Monadic.hs:332)
    zipWith3M (Data/Vector/Fusion/Bundle/Monadic.hs:336)
    zipWith4M (Data/Vector/Fusion/Bundle/Monadic.hs:343)
    zipWith5M (Data/Vector/Fusion/Bundle/Monadic.hs:350)
    zipWith6M (Data/Vector/Fusion/Bundle/Monadic.hs:357)
    zipWith (Data/Vector/Fusion/Bundle/Monadic.hs:365)
    zipWith3 (Data/Vector/Fusion/Bundle/Monadic.hs:369)
    zipWith4 (Data/Vector/Fusion/Bundle/Monadic.hs:374)
    zipWith5 (Data/Vector/Fusion/Bundle/Monadic.hs:380)
    zipWith6 (Data/Vector/Fusion/Bundle/Monadic.hs:386)
    zip (Data/Vector/Fusion/Bundle/Monadic.hs:392)
    zip3 (Data/Vector/Fusion/Bundle/Monadic.hs:396)
    zip4 (Data/Vector/Fusion/Bundle/Monadic.hs:400)
    zip5 (Data/Vector/Fusion/Bundle/Monadic.hs:405)
    zip6 (Data/Vector/Fusion/Bundle/Monadic.hs:410)
    and (Data/Vector/Fusion/Bundle/Monadic.hs:587)
    or (Data/Vector/Fusion/Bundle/Monadic.hs:591)
    concatMapM (Data/Vector/Fusion/Bundle/Monadic.hs:599)
    fromVector (Data/Vector/Fusion/Bundle/Monadic.hs:1009)
    reVector (Data/Vector/Fusion/Bundle/Monadic.hs:1085)
    fromVectors (Data/Vector/Fusion/Bundle/Monadic.hs:1028)
    concatVectors (Data/Vector/Fusion/Bundle/Monadic.hs:1054)
    fromStream (Data/Vector/Fusion/Bundle/Monadic.hs:119)
    chunks (Data/Vector/Fusion/Bundle/Monadic.hs:126)
    elements (Data/Vector/Fusion/Bundle/Monadic.hs:130)
  81% ( 88 /109) in 'Data.Vector.Fusion.Bundle'
  Missing documentation for:
    Chunk (Data/Vector/Fusion/Bundle/Monadic.hs:110)
    inplace (Data/Vector/Fusion/Bundle.hs:113)
    concatMap (Data/Vector/Fusion/Bundle.hs:265)
    unbox (Data/Vector/Fusion/Bundle.hs:261)
    zipWith4 (Data/Vector/Fusion/Bundle.hs:293)
    zipWith5 (Data/Vector/Fusion/Bundle.hs:299)
    zipWith6 (Data/Vector/Fusion/Bundle.hs:305)
    zip (Data/Vector/Fusion/Bundle.hs:311)
    zip3 (Data/Vector/Fusion/Bundle.hs:315)
    zip4 (Data/Vector/Fusion/Bundle.hs:319)
    zip5 (Data/Vector/Fusion/Bundle.hs:324)
    zip6 (Data/Vector/Fusion/Bundle.hs:329)
    and (Data/Vector/Fusion/Bundle.hs:415)
    or (Data/Vector/Fusion/Bundle.hs:419)
    unsafeFromList (Data/Vector/Fusion/Bundle.hs:609)
    fromVector (Data/Vector/Fusion/Bundle.hs:613)
    reVector (Data/Vector/Fusion/Bundle.hs:617)
    fromVectors (Data/Vector/Fusion/Bundle.hs:621)
    concatVectors (Data/Vector/Fusion/Bundle.hs:625)
    zipWithM (Data/Vector/Fusion/Bundle.hs:520)
    zipWithM_ (Data/Vector/Fusion/Bundle.hs:524)
  66% ( 48 / 73) in 'Data.Vector.Generic.Mutable'
  Missing documentation for:
    init (Data/Vector/Generic/Mutable.hs:536)
    tail (Data/Vector/Generic/Mutable.hs:540)
    take (Data/Vector/Generic/Mutable.hs:515)
    drop (Data/Vector/Generic/Mutable.hs:519)
    splitAt (Data/Vector/Generic/Mutable.hs:527)
    unsafeInit (Data/Vector/Generic/Mutable.hs:554)
    unsafeTail (Data/Vector/Generic/Mutable.hs:558)
    unsafeTake (Data/Vector/Generic/Mutable.hs:562)
    unsafeDrop (Data/Vector/Generic/Mutable.hs:566)
    growFront (Data/Vector/Generic/Mutable.hs:626)
    unsafeGrowFront (Data/Vector/Generic/Mutable.hs:665)
    mstream (Data/Vector/Generic/Mutable.hs:244)
    mstreamR (Data/Vector/Generic/Mutable.hs:274)
    transform (Data/Vector/Generic/Mutable.hs:268)
    transformR (Data/Vector/Generic/Mutable.hs:303)
    fill (Data/Vector/Generic/Mutable.hs:255)
    fillR (Data/Vector/Generic/Mutable.hs:287)
    unsafeAccum (Data/Vector/Generic/Mutable.hs:848)
    accum (Data/Vector/Generic/Mutable.hs:824)
    unsafeUpdate (Data/Vector/Generic/Mutable.hs:861)
    update (Data/Vector/Generic/Mutable.hs:837)
    reverse (Data/Vector/Generic/Mutable.hs:872)
    unstablePartition (Data/Vector/Generic/Mutable.hs:881)
    unstablePartitionBundle (Data/Vector/Generic/Mutable.hs:910)
    partitionBundle (Data/Vector/Generic/Mutable.hs:938)
   5% (  1 / 20) in 'Data.Vector.Generic.New'
  Missing documentation for:
    New (Data/Vector/Generic/New.hs:40)
    create (Data/Vector/Generic/New.hs:42)
    run (Data/Vector/Generic/New.hs:46)
    runPrim (Data/Vector/Generic/New.hs:50)
    apply (Data/Vector/Generic/New.hs:54)
    modify (Data/Vector/Generic/New.hs:58)
    modifyWithBundle (Data/Vector/Generic/New.hs:62)
    unstream (Data/Vector/Generic/New.hs:67)
    transform (Data/Vector/Generic/New.hs:71)
    unstreamR (Data/Vector/Generic/New.hs:93)
    transformR (Data/Vector/Generic/New.hs:97)
    slice (Data/Vector/Generic/New.hs:119)
    init (Data/Vector/Generic/New.hs:123)
    tail (Data/Vector/Generic/New.hs:127)
    take (Data/Vector/Generic/New.hs:131)
    drop (Data/Vector/Generic/New.hs:135)
    unsafeSlice (Data/Vector/Generic/New.hs:139)
    unsafeInit (Data/Vector/Generic/New.hs:143)
    unsafeTail (Data/Vector/Generic/New.hs:147)
  93% (223 /240) in 'Data.Vector.Generic'
  Missing documentation for:
    zipWith4 (Data/Vector/Generic.hs:1069)
    zipWith5 (Data/Vector/Generic.hs:1078)
    zipWith6 (Data/Vector/Generic.hs:1090)
    izipWith3 (Data/Vector/Generic.hs:1112)
    izipWith4 (Data/Vector/Generic.hs:1120)
    izipWith5 (Data/Vector/Generic.hs:1129)
    izipWith6 (Data/Vector/Generic.hs:1141)
    zip3 (Data/Vector/Generic.hs:1159)
    zip4 (Data/Vector/Generic.hs:1164)
    zip5 (Data/Vector/Generic.hs:1169)
    zip6 (Data/Vector/Generic.hs:1175)
    unzip3 (Data/Vector/Generic.hs:1225)
    unzip4 (Data/Vector/Generic.hs:1232)
    unzip5 (Data/Vector/Generic.hs:1241)
    unzip6 (Data/Vector/Generic.hs:1251)
    dataCast (Data/Vector/Generic.hs:2080)
    mkType (Data/Vector/Generic.hs:2075)
  79% ( 41 / 52) in 'Data.Vector.Primitive.Mutable'
  Missing documen
Data/Vector/Primitive.hs:167:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Vector/Storable.hs:172:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Vector/Unboxed/Base.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Vector/Unboxed.hs:189:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Vector.hs:190:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
tation for:
    IOVector (Data/Vector/Primitive/Mutable.hs:76)
    STVector (Data/Vector/Primitive/Mutable.hs:77)
    init (Data/Vector/Primitive/Mutable.hs:164)
    tail (Data/Vector/Primitive/Mutable.hs:168)
    take (Data/Vector/Primitive/Mutable.hs:152)
    drop (Data/Vector/Primitive/Mutable.hs:156)
    splitAt (Data/Vector/Primitive/Mutable.hs:160)
    unsafeInit (Data/Vector/Primitive/Mutable.hs:190)
    unsafeTail (Data/Vector/Primitive/Mutable.hs:194)
    unsafeTake (Data/Vector/Primitive/Mutable.hs:182)
    unsafeDrop (Data/Vector/Primitive/Mutable.hs:186)
  97% (185 /191) in 'Data.Vector.Primitive'
  Missing documentation for:
    zipWith4 (Data/Vector/Primitive.hs:802)
    zipWith5 (Data/Vector/Primitive.hs:808)
    zipWith6 (Data/Vector/Primitive.hs:816)
    izipWith4 (Data/Vector/Primitive.hs:838)
    izipWith5 (Data/Vector/Primitive.hs:844)
    izipWith6 (Data/Vector/Primitive.hs:852)
  82% ( 49 / 60) in 'Data.Vector.Storable.Mutable'
  Missing documentation for:
    IOVector (Data/Vector/Storable/Mutable.hs:96)
    STVector (Data/Vector/Storable/Mutable.hs:97)
    init (Data/Vector/Storable/Mutable.hs:246)
    tail (Data/Vector/Storable/Mutable.hs:250)
    take (Data/Vector/Storable/Mutable.hs:234)
    drop (Data/Vector/Storable/Mutable.hs:238)
    splitAt (Data/Vector/Storable/Mutable.hs:242)
    unsafeInit (Data/Vector/Storable/Mutable.hs:272)
    unsafeTail (Data/Vector/Storable/Mutable.hs:276)
    unsafeTake (Data/Vector/Storable/Mutable.hs:264)
    unsafeDrop (Data/Vector/Storable/Mutable.hs:268)
  97% (194 /200) in 'Data.Vector.Storable'
  Missing documentation for:
    zipWith4 (Data/Vector/Storable.hs:812)
    zipWith5 (Data/Vector/Storable.hs:818)
    zipWith6 (Data/Vector/Storable.hs:826)
    izipWith4 (Data/Vector/Storable.hs:848)
    izipWith5 (Data/Vector/Storable.hs:854)
    izipWith6 (Data/Vector/Storable.hs:862)
  17% (  1 /  6) in 'Data.Vector.Unboxed.Base'
  Missing documentation for:
    MVector (Data/Vector/Unboxed/Base.hs:55)
    IOVector (Data/Vector/Unboxed/Base.hs:58)
    STVector (Data/Vector/Unboxed/Base.hs:59)
    Vector (Data/Vector/Unboxed/Base.hs:56)
    Unbox (Data/Vector/Unboxed/Base.hs:63)
  96% (209 /218) in 'Data.Vector.Unboxed'
  Missing documentation for:
    Vector (Data/Vector/Unboxed/Base.hs:56)
    MVector (Data/Vector/Unboxed/Base.hs:55)
    Unbox (Data/Vector/Unboxed/Base.hs:63)
    zipWith4 (Data/Vector/Unboxed.hs:849)
    zipWith5 (Data/Vector/Unboxed.hs:855)
    zipWith6 (Data/Vector/Unboxed.hs:862)
    izipWith4 (Data/Vector/Unboxed.hs:883)
    izipWith5 (Data/Vector/Unboxed.hs:889)
    izipWith6 (Data/Vector/Unboxed.hs:896)
  79% ( 50 / 63) in 'Data.Vector.Unboxed.Mutable'
  Missing documentation for:
    MVector (Data/Vector/Unboxed/Base.hs:55)
    IOVector (Data/Vector/Unboxed/Base.hs:58)
    STVector (Data/Vector/Unboxed/Base.hs:59)
    Unbox (Data/Vector/Unboxed/Base.hs:63)
    init (Data/Vector/Unboxed/Mutable.hs:102)
    tail (Data/Vector/Unboxed/Mutable.hs:106)
    take (Data/Vector/Unboxed/Mutable.hs:90)
    drop (Data/Vector/Unboxed/Mutable.hs:94)
    splitAt (Data/Vector/Unboxed/Mutable.hs:98)
    unsafeInit (Data/Vector/Unboxed/Mutable.hs:128)
    unsafeTail (Data/Vector/Unboxed/Mutable.hs:132)
    unsafeTake (Data/Vector/Unboxed/Mutable.hs:120)
    unsafeDrop (Data/Vector/Unboxed/Mutable.hs:124)
  78% ( 40 / 51) in 'Data.Vector.Mutable'
  Missing documentation for:
    IOVector (Data/Vector/Mutable.hs:70)
    STVector (Data/Vector/Mutable.hs:71)
    init (Data/Vector/Mutable.hs:222)
    tail (Data/Vector/Mutable.hs:226)
    take (Data/Vector/Mutable.hs:210)
    drop (Data/Vector/Mutable.hs:214)
    splitAt (Data/Vector/Mutable.hs:219)
    unsafeInit (Data/Vector/Mutable.hs:247)
    unsafeTail (Data/Vector/Mutable.hs:251)
    unsafeTake (Data/Vector/Mutable.hs:239)
    unsafeDrop (Data/Vector/Mutable.hs:243)
  94% (207 /220) in 'Data.Vector'
  Missing documentation for:
    zipWith4 (Data/Vector.hs:944)
    zipWith5 (Data/Vector.hs:949)
    zipWith6 (Data/Vector.hs:955)
    izipWith4 (Data/Vector.hs:973)
    izipWith5 (Data/Vector.hs:978)
    izipWith6 (Data/Vector.hs:984)
    zip4 (Data/Vector.hs:1000)
    zip5 (Data/Vector.hs:1005)
    zip6 (Data/Vector.hs:1010)
    unzip3 (Data/Vector.hs:1023)
    unzip4 (Data/Vector.hs:1027)
    unzip5 (Data/Vector.hs:1031)
    unzip6 (Data/Vector.hs:1036)
Warning: Data.Vector.Unboxed: could not find link destinations for:
    TFCo:R:VectorBool V_Bool TFCo:R:VectorChar V_Char TFCo:R:VectorDouble V_Double TFCo:R:VectorFloat V_Float TFCo:R:VectorInt V_Int TFCo:R:VectorInt8 V_Int8 TFCo:R:VectorInt16 V_Int16 TFCo:R:VectorInt32 V_Int32 TFCo:R:VectorInt64 V_Int64 TFCo:R:VectorWord V_Word TFCo:R:VectorWord8 V_Word8 TFCo:R:VectorWord16 V_Word16 TFCo:R:VectorWord32 V_Word32 TFCo:R:VectorWord64 V_Word64 TFCo:R:Vector() V_Unit TFCo:R:VectorComplex V_Complex TFCo:R:Vector(,) V_2 TFCo:R:Vector(,,) V_3 TFCo:R:Vector(,,,) V_4 TFCo:R:Vector(,,,,) V_5 TFCo:R:Vector(,,,,,) V_6 TFCo:R:MVectorsBool MV_Bool TFCo:R:MVectorsChar MV_Char TFCo:R:MVectorsDouble MV_Double TFCo:R:MVectorsFloat MV_Float TFCo:R:MVectorsWord64 MV_Word64 TFCo:R:MVectorsWord32 MV_Word32 TFCo:R:MVectorsWord16 MV_Word16 TFCo:R:MVectorsWord8 MV_Word8 TFCo:R:MVectorsWord MV_Word TFCo:R:MVectorsInt64 MV_Int64 TFCo:R:MVectorsInt32 MV_Int32 TFCo:R:MVectorsInt16 MV_Int16 TFCo:R:MVectorsInt8 MV_Int8 TFCo:R:MVectorsInt MV_Int TFCo:R:MVectors() MV_Unit TFCo:R:MVectorsComplex MV_Complex TFCo:R:MVectors(,) MV_2 TFCo:R:MVectors(,,) MV_3 TFCo:R:MVectors(,,,) MV_4 TFCo:R:MVectors(,,,,) MV_5 TFCo:R:MVectors(,,,,,) MV_6
Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for:
    TFCo:R:MVectorsBool MV_Bool TFCo:R:MVectorsChar MV_Char TFCo:R:MVectorsDouble MV_Double TFCo:R:MVectorsFloat MV_Float TFCo:R:MVectorsWord64 MV_Word64 TFCo:R:MVectorsWord32 MV_Word32 TFCo:R:MVectorsWord16 MV_Word16 TFCo:R:MVectorsWord8 MV_Word8 TFCo:R:MVectorsWord MV_Word TFCo:R:MVectorsInt64 MV_Int64 TFCo:R:MVectorsInt32 MV_Int32 TFCo:R:MVectorsInt16 MV_Int16 TFCo:R:MVectorsInt8 MV_Int8 TFCo:R:MVectorsInt MV_Int TFCo:R:MVectors() MV_Unit TFCo:R:MVectorsComplex MV_Complex TFCo:R:MVectors(,) MV_2 TFCo:R:MVectors(,,) MV_3 TFCo:R:MVectors(,,,) MV_4 TFCo:R:MVectors(,,,,) MV_5 TFCo:R:MVectors(,,,,,) MV_6
Documentation created: dist/doc/html/vector/index.html,
dist/doc/html/vector/vector.txt
Creating package registration file:
/tmp/pkgConf-vector-0.11.015027741861083189141.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/vector-0.11.0.0-A9qWf1eecPQGJD12EBZIxF
Registering vector-0.11.0.0...
Installed vector-0.11.0.0
Configuring StateVar-1.1.0.1...
Building StateVar-1.1.0.1...
Preprocessing library StateVar-1.1.0.1...
[1 of 1] Compiling Data.StateVar    ( src/Data/StateVar.hs, dist/build/Data/StateVar.o )
In-place registering StateVar-1.1.0.1...
Running Haddock for StateVar-1.1.0.1...
Running hscolour for StateVar-1.1.0.1...
Preprocessing library StateVar-1.1.0.1...
Preprocessing library StateVar-1.1.0.1...
Haddock coverage:
 100% ( 15 / 15) in 'Data.StateVar'
Documentation created: dist/doc/html/StateVar/index.html,
dist/doc/html/StateVar/StateVar.txt
Creating package registration file:
/tmp/pkgConf-StateVar-1.1.06374381461029009428.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/StateVar-1.1.0.1-6K4a3UqSdqh6lGAm1wlr9s
Registering StateVar-1.1.0.1...
Installed StateVar-1.1.0.1
Configuring hashable-1.2.3.3...
Building hashable-1.2.3.3...
Preprocessing library hashable-1.2.3.3...
[1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o )

Data/Hashable/Class.hs:54:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Hashable/Class.hs:218:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Class.hs:241:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Class.hs:420:28: Warning:
    In the use of ‘B.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 )

Data/Hashable/Generic.hs:20:1: Warning:
    The import of ‘Bits’ from module ‘Data.Bits’ is redundant
[3 of 3] Compiling Data.Hashable    ( Data/Hashable.hs, dist/build/Data/Hashable.o )
In-place registering hashable-1.2.3.3...
Running Haddock for hashable-1.2.3.3...
Running hscolour for hashable-1.2.3.3...
Preprocessing library hashable-1.2.3.3...
Preprocessing library hashable-1.2.3.3...

Data/Hashable/Class.hs:54:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Hashable/Class.hs:218:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Class.hs:241:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Class.hs:420:28: Warning:
    In the use of ‘B.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'."

Data/Hashable/Generic.hs:20:1: Warning:
    The import of ‘Bits’ from module ‘Data.Bits’ is redundant
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.32081063046610564030.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hashable-1.2.3.3-2GTZqecVp8NJZrNuKzGxfy
Registering hashable-1.2.3.3...
Installed hashable-1.2.3.3
Configuring parsec-3.1.9...
Building parsec-3.1.9...
Preprocessing library parsec-3.1.9...
[ 1 of 25] Compiling Text.Parsec.Pos  ( Text/Parsec/Pos.hs, dist/build/Text/Parsec/Pos.o )
[ 2 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs, dist/build/Text/Parsec/Error.o )
[ 3 of 25] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist/build/Text/ParserCombinators/Parsec/Error.o )
[ 4 of 25] Compiling Text.Parsec.Prim ( Text/Parsec/Prim.hs, dist/build/Text/Parsec/Prim.o )
[ 5 of 25] Compiling Text.Parsec.Combinator ( Text/Parsec/Combinator.hs, dist/build/Text/Parsec/Combinator.o )
[ 6 of 25] Compiling Text.ParserCombinators.Parsec.Combinator ( Text/ParserCombinators/Parsec/Combinator.hs, dist/build/Text/ParserCombinators/Parsec/Combinator.o )
[ 7 of 25] Compiling Text.Parsec.String ( Text/Parsec/String.hs, dist/build/Text/Parsec/String.o )
[ 8 of 25] Compiling Text.Parsec.ByteString ( Text/Parsec/ByteString.hs, dist/build/Text/Parsec/ByteString.o )
[ 9 of 25] Compiling Text.Parsec.ByteString.Lazy ( Text/Parsec/ByteString/Lazy.hs, dist/build/Text/Parsec/ByteString/Lazy.o )
[10 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs, dist/build/Text/Parsec/Text.o )
[11 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs, dist/build/Text/Parsec/Text/Lazy.o )
[12 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs, dist/build/Text/Parsec/Expr.o )
[13 of 25] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist/build/Text/ParserCombinators/Parsec/Prim.o )
[14 of 25] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist/build/Text/ParserCombinators/Parsec/Pos.o )
[15 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs, dist/build/Text/Parsec/Char.o )
[16 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs, dist/build/Text/Parsec/Token.o )
[17 of 25] Compiling Text.ParserCombinators.Parsec.Token ( Text/ParserCombinators/Parsec/Token.hs, dist/build/Text/ParserCombinators/Parsec/Token.o )
[18 of 25] Compiling Text.ParserCombinators.Parsec.Char ( Text/ParserCombinators/Parsec/Char.hs, dist/build/Text/ParserCombinators/Parsec/Char.o )
[19 of 25] Compiling Text.ParserCombinators.Parsec ( Text/ParserCombinators/Parsec.hs, dist/build/Text/ParserCombinators/Parsec.o )
[20 of 25] Compiling Text.ParserCombinators.Parsec.Expr ( Text/ParserCombinators/Parsec/Expr.hs, dist/build/Text/ParserCombinators/Parsec/Expr.o )
[21 of 25] Compiling Text.Parsec      ( Text/Parsec.hs, dist/build/Text/Parsec.o )
[22 of 25] Compiling Text.Parsec.Language ( Text/Parsec/Language.hs, dist/build/Text/Parsec/Language.o )

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Text/Parsec/Language.hs:150:1: Warning: Tab character
Haddock coverage:
  82% ( 14 / 17) in 'Text.Parsec.Pos'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
  43% (  6 / 14) in 'Text.Parsec.Error'
  Missing documentation for:
    errorIsUnknown (Text/Parsec/Error.hs:110)
    showErrorMessages (Text/Parsec/Error.hs:173)
    newErrorMessage (Text/Parsec/Error.hs:120)
    newErrorUnknown (Text/Parsec/Error.hs:116)
    addErrorMessage (Text/Parsec/Error.hs:124)
    setErrorPos (Text/Parsec/Error.hs:128)
    setErrorMessage (Text/Parsec/Error.hs:132)
    mergeError (Text/Parsec/Error.hs:136)
  38% (  6 / 16) in 'Text.ParserCombinators.Parsec.Error'
  Missing documentation for:
    messageCompare (Text/ParserCombinators/Parsec/Error.hs:36)
    messageEq (Text/ParserCombinators/Parsec/Error.hs:39)
    errorIsUnknown (Text/Parsec/Error.hs:110)
    showErrorMessages (Text/Parsec/Error.hs:173)
    newErrorMessage (Text/Parsec/Error.hs:120)
    newErrorUnknown (Text/Parsec/Error.hs:116)
    addErrorMessage (Text/Parsec/Error.hs:124)
    setErrorPos (Text/Parsec/Error.hs:128)
    setErrorMessage (Text/Parsec/Error.hs:132)
    mergeError (Text/Parsec/Error.hs:136)
  64% ( 32 / 50) in 'Text.Parsec.Prim'
  Missing documentation for:
    unknownError (Text/Parsec/Prim.hs:91)
    sysUnExpectError (Text/Parsec/Prim.hs:94)
    Parsec (Text/Parsec/Prim.hs:152)
    Consumed (Text/Parsec/Prim.hs:154)
    Reply (Text/Parsec/Prim.hs:157)
    State (Text/Parsec/Prim.hs:160)
    parsecMap (Text/Parsec/Prim.hs:177)
    parserReturn (Text/Parsec/Prim.hs:221)
    parserBind (Text/Parsec/Prim.hs:226)
    mergeErrorReply (Text/Parsec/Prim.hs:266)
    parserFail (Text/Parsec/Prim.hs:272)
    parserPlus (Text/Parsec/Prim.hs:290)
    labels (Text/Parsec/Prim.hs:345)
    tokens (Text/Parsec/Prim.hs:396)
    tokenPrimEx (Text/Parsec/Prim.hs:533)
    manyAccum (Text/Parsec/Prim.hs:592)
    runPT (Text/Parsec/Prim.hs:610)
    runP (Text/Parsec/Prim.hs:624)
 100% ( 24 / 24) in 'Text.Parsec.Combinator'
 100% ( 24 / 24) in 'Text.ParserCombinators.Parsec.Combinator'
  50% (  2 /  4) in 'Text.Parsec.String'
  Missing documentation for:
    Parser (Text/Parsec/String.hs:22)
    GenParser (Text/Parsec/String.hs:23)
  50% (  2 /  4) in 'Text.Parsec.ByteString'
  Missing documentation for:
    Parser (Text/Parsec/ByteString.hs:24)
    GenParser (Text/Parsec/ByteString.hs:25)
  50% (  2 /  4) in 'Text.Parsec.ByteString.Lazy'
  Missing documentation for:
    Parser (Text/Parsec/ByteString/Lazy.hs:24)
    GenParser (Text/Parsec/ByteString/Lazy.hs:25)
  33% (  1 /  3) in 'Text.Parsec.Text'
  Missing documentation for:
    Parser (Text/Parsec/Text.hs:23)
    GenParser (Text/Parsec/Text.hs:24)
  33% (  1 /  3) in 'Text.Parsec.Text.Lazy'
  Missing documentation for:
    Parser (Text/Parsec/Text/Lazy.hs:23)
    GenParser (Text/Parsec/Text/Lazy.hs:24)
 100% (  5 /  5) in 'Text.Parsec.Expr'
  70% ( 21 / 30) in 'Text.ParserCombinators.Parsec.Prim'
  Missing documentation for:
    Parser (Text/Parsec/String.hs:22)
    GenParser (Text/Parsec/String.hs:23)
    runParser (Text/ParserCombinators/Parsec/Prim.hs:57)
    tokens (Text/Parsec/Prim.hs:396)
    tokenPrimEx (Text/Parsec/Prim.hs:533)
    try (Text/ParserCombinators/Parsec/Prim.hs:64)
    labels (Text/Parsec/Prim.hs:345)
    pzero (Text/ParserCombinators/Parsec/Prim.hs:54)
    State (Text/Parsec/Prim.hs:160)
  82% ( 14 / 17) in 'Text.ParserCombinators.Parsec.Pos'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
 100% ( 20 / 20) in 'Text.Parsec.Char'
  67% (  4 /  6) in 'Text.Parsec.Token'
  Missing documentation for:
    LanguageDef (Text/Parsec/Token.hs:38)
    TokenParser (Text/Parsec/Token.hs:106)
  67% (  4 /  6) in 'Text.ParserCombinators.Parsec.Token'
  Missing documentation for:
    LanguageDef (Text/Parsec/Token.hs:38)
    TokenParser (Text/Parsec/Token.hs:106)
  95% ( 18 / 19) in 'Text.ParserCombinators.Parsec.Char'
  Missing documentation for:
    CharParser (Text/ParserCombinators/Parsec/Char.hs:40)
  83% ( 15 / 18) in 'Text.ParserCombinators.Parsec'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
  40% (  2 /  5) in 'Text.ParserCombinators.Parsec.Expr'
  Missing documentation for:
    Operator (Text/ParserCombinators/Parsec/Expr.hs:28)
    OperatorTable (Text/ParserCombinators/Parsec/Expr.hs:32)
    buildExpressionParser (Text/ParserCombinators/Parsec/Expr.hs:39)
  78% ( 73 / 94) in 'Text.Parsec'
  Missing documentation for:
    Parsec (Text/Parsec/Prim.hs:152)
    tokens (Text/Parsec/Prim.hs:396)
    labels (Text/Parsec/Prim.hs:345)
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
    manyAccum (Text/Parsec/Prim.hs:592)
    tokenPrimEx (Text/Parsec/Prim.hs:533)
    runPT (Text/Parsec/Prim.hs:610)
    unknownError (Text/Parsec/Prim.hs:91)
    sysUnExpectError (Text/Parsec/Prim.hs:94)
    mergeErrorReply (Text/Parsec/Prim.hs:266)
    runP (Text/Parsec/Prim.hs:624)
    Consumed (Text/Parsec/Prim.hs:154)
    Reply (Text/Parsec/Prim.hs:157)
    State (Text/Parsec/Prim.hs:160)
    parsecMap (Text/Parsec/Prim.hs:177)
    parserReturn (Text/Parsec/Prim.hs:221)
    parserBind (Text/Parsec/Prim.hs:226)
    parserFail (Text/Parsec/Prim.hs:272)
    parserPlus (Text/Parsec/Prim.hs:290)
  80% (  8 / 10) in 'Text.Parsec.Language'
  Missing documentation for:
    emptyDef (Text/Parsec/Language.hs:79)
    LanguageDef (Text/Parsec/Token.hs:38)
  80% (  8 / 10) in 'Text.ParserCombinators.Parsec.Language'
  Missing documentation for:
    emptyDef (Text/Parsec/Language.hs:79)
    LanguageDef (Text/Parsec/Token.hs:38)
 100% (  8 /  8) in 'Text.Parsec.Perm'
 100% (  7 /  7) in 'Text.ParserCombinators.Parsec.Perm'
Documentation created: dist/doc/html/parsec/index.html,
dist/doc/html/parsec/parsec.txt
Creating package registration file:
/tmp/pkgConf-parsec-3.11130543363263707074.9
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/parsec-3.1.9-8fSmqig53hOL2SEu1k9Tv0
Registering parsec-3.1.9...
Installed parsec-3.1.9
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-21331/distributive-0.4.4/dist/setup/setup.hs, /tmp/cabal-tmp-21331/distributive-0.4.4/dist/setup/Main.o )
Linking /tmp/cabal-tmp-21331/distributive-0.4.4/dist/setup/setup ...
Configuring distributive-0.4.4...
Building distributive-0.4.4...
Preprocessing library distributive-0.4.4...
[1 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o )
[2 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o )
In-place registering distributive-0.4.4...
Running Haddock for distributive-0.4.4...
Running hscolour for distributive-0.4.4...
Preprocessing library distributive-0.4.4...
Preprocessing library distributive-0.4.4...
Haddock coverage:
  67% (  2 /  3) in 'Data.Distributive.Generic'
  Missing documentation for:
    GDistributive (src/Data/Distributive/Generic.hs:35)
 100% (  4 /  4) in 'Data.Distributive'
Documentation created: dist/doc/html/distributive/index.html,
dist/doc/html/distributive/distributive.txt
Creating package registration file:
/tmp/pkgConf-distributive-0.419754029081935962074.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/distributive-0.4.4-DtmCggRmFF9KhnqzzbElBb
Registering distributive-0.4.4...
Installed distributive-0.4.4
Configuring exceptions-0.8.0.2...
Building exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
[1 of 2] Compiling Control.Monad.Catch ( src/Control/Monad/Catch.hs, dist/build/Control/Monad/Catch.o )
[2 of 2] Compiling Control.Monad.Catch.Pure ( src/Control/Monad/Catch/Pure.hs, dist/build/Control/Monad/Catch/Pure.o )
In-place registering exceptions-0.8.0.2...
Running Haddock for exceptions-0.8.0.2...
Running hscolour for exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
Haddock coverage:
 100% ( 31 / 31) in 'Control.Monad.Catch'
  80% (  8 / 10) in 'Control.Monad.Catch.Pure'
  Missing documentation for:
    Catch (src/Control/Monad/Catch/Pure.hs:95)
    runCatch (src/Control/Monad/Catch/Pure.hs:97)
Documentation created: dist/doc/html/exceptions/index.html,
dist/doc/html/exceptions/exceptions.txt
Creating package registration file:
/tmp/pkgConf-exceptions-0.8.010535144031593740418.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/exceptions-0.8.0.2-8GsEeHgaIks3pVGk6GaELJ
Registering exceptions-0.8.0.2...
Installed exceptions-0.8.0.2
Configuring transformers-base-0.4.4...
Building transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o )

src/Control/Monad/Base.hs:22:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Control/Monad/Base.hs:24:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
In-place registering transformers-base-0.4.4...
Running Haddock for transformers-base-0.4.4...
Running hscolour for transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...

src/Control/Monad/Base.hs:22:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Control/Monad/Base.hs:24:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
Haddock coverage:
  33% (  1 /  3) in 'Control.Monad.Base'
  Missing documentation for:
    Module header
    MonadBase (src/Control/Monad/Base.hs:50)
Documentation created: dist/doc/html/transformers-base/index.html,
dist/doc/html/transformers-base/transformers-base.txt
Creating package registration file:
/tmp/pkgConf-transformers-base-0.418617016821196748250.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/transformers-base-0.4.4-88TAFm21vtn2NrYUppy50c
Registering transformers-base-0.4.4...
Installed transformers-base-0.4.4
Configuring scientific-0.3.4.4...
Building scientific-0.3.4.4...
Preprocessing library scientific-0.3.4.4...
[1 of 7] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.o )
[2 of 7] Compiling Utils            ( src/Utils.hs, dist/build/Utils.o )
[3 of 7] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, dist/build/GHC/Integer/Compat.o )
[4 of 7] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o )
[5 of 7] Compiling Data.Scientific  ( src/Data/Scientific.hs, dist/build/Data/Scientific.o )
[6 of 7] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, dist/build/Data/Text/Lazy/Builder/Scientific.o )
[7 of 7] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, dist/build/Data/ByteString/Builder/Scientific.o )
In-place registering scientific-0.3.4.4...
Running Haddock for scientific-0.3.4.4...
Running hscolour for scientific-0.3.4.4...
Preprocessing library scientific-0.3.4.4...
Preprocessing library scientific-0.3.4.4...
Haddock coverage:
  67% (  2 /  3) in 'GHC.Integer.Logarithms.Compat'
  Missing documentation for:
    Module header
  33% (  1 /  3) in 'Utils'
  Missing documentation for:
    Module header
    roundTo (src/Utils.hs:12)
   0% (  0 /  2) in 'GHC.Integer.Compat'
  Missing documentation for:
    Module header
    divInteger
 100% (  2 /  2) in 'Math.NumberTheory.Logarithms'
 100% ( 24 / 24) in 'Data.Scientific'
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.Scientific'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'Data.ByteString.Builder.Scientific'
  Missing documentation for:
    Module header
Warning: Data.Scientific: could not find link destinations for:
    whenFloating
Documentation created: dist/doc/html/scientific/index.html,
dist/doc/html/scientific/scientific.txt
Creating package registration file:
/tmp/pkgConf-scientific-0.3.41268374276735169591.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/scientific-0.3.4.4-03wvk1zJytY0wVzR42F1U4
Registering scientific-0.3.4.4...
Installed scientific-0.3.4.4
Configuring unordered-containers-0.2.5.1...
Building unordered-containers-0.2.5.1...
Preprocessing library unordered-containers-0.2.5.1...
[1 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, dist/build/Data/HashMap/UnsafeShift.o )
[2 of 8] Compiling Data.HashMap.PopCount ( Data/HashMap/PopCount.hs, dist/build/Data/HashMap/PopCount.o )
[3 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.o )
[4 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/build/Data/HashMap/Array.o )
[5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, dist/build/Data/HashMap/Base.o )

Data/HashMap/Base.hs:85:1: Warning:
    The import of ‘Data.Functor’ is redundant
      except perhaps to import instances from ‘Data.Functor’
    To import instances alone, use: import Data.Functor()
[6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o )
[7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o )
[8 of 8] Compiling Data.HashSet     ( Data/HashSet.hs, dist/build/Data/HashSet.o )
In-place registering unordered-containers-0.2.5.1...
Running Haddock for unordered-containers-0.2.5.1...
Running hscolour for unordered-containers-0.2.5.1...
Preprocessing library unordered-containers-0.2.5.1...
Preprocessing library unordered-containers-0.2.5.1...

Data/HashMap/Base.hs:85:1: Warning:
    The import of ‘Data.Functor’ is redundant
      except perhaps to import instances from ‘Data.Functor’
    To import instances alone, use: import Data.Functor()
Haddock coverage:
   0% (  0 /  3) in 'Data.HashMap.UnsafeShift'
  Missing documentation for:
    Module header
    unsafeShiftL (Data/HashMap/UnsafeShift.hs:10)
    unsafeShiftR (Data/HashMap/UnsafeShift.hs:14)
  50% (  1 /  2) in 'Data.HashMap.PopCount'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.HashMap.Unsafe'
  38% ( 14 / 37) in 'Data.HashMap.Array'
  Missing documentation for:
    Array (Data/HashMap/Array.hs:102)
    MArray (Data/HashMap/Array.hs:127)
    new_ (Data/HashMap/Array.hs:174)
    singleton (Data/HashMap/Array.hs:177)
    singletonM (Data/HashMap/Array.hs:181)
    pair (Data/HashMap/Array.hs:185)
    length (Data/HashMap/Array.hs:113)
    lengthM (Data/HashMap/Array.hs:135)
    read (Data/HashMap/Array.hs:192)
    write (Data/HashMap/Array.hs:198)
    index (Data/HashMap/Array.hs:205)
    indexM (Data/HashMap/Array.hs:211)
    unsafeFreeze (Data/HashMap/Array.hs:217)
    unsafeThaw (Data/HashMap/Array.hs:223)
    run (Data/HashMap/Array.hs:229)
    run2 (Data/HashMap/Array.hs:233)
    foldl' (Data/HashMap/Array.hs:335)
    foldr (Data/HashMap/Array.hs:343)
    thaw (Data/HashMap/Array.hs:355)
    map (Data/HashMap/Array.hs:388)
    traverse (Data/HashMap/Array.hs:431)
    filter (Data/HashMap/Array.hs:436)
    toList (Data/HashMap/Array.hs:428)
  87% ( 54 / 62) in 'Data.HashMap.Base'
  Missing documentation for:
    Module header
    Leaf (Data/HashMap/Base.hs:124)
    Hash (Data/HashMap/Base.hs:177)
    Bitmap (Data/HashMap/Base.hs:178)
    mask (Data/HashMap/Base.hs:1094)
    bitsPerSubkey (Data/HashMap/Base.hs:1082)
    sparseIndex (Data/HashMap/Base.hs:1091)
    updateOrConcatWith (Data/HashMap/Base.hs:1003)
 100% ( 46 / 46) in 'Data.HashMap.Strict'
 100% ( 46 / 46) in 'Data.HashMap.Lazy'
 100% ( 27 / 27) in 'Data.HashSet'
Documentation created: dist/doc/html/unordered-containers/index.html,
dist/doc/html/unordered-containers/unordered-containers.txt
Creating package registration file:
/tmp/pkgConf-unordered-containers-0.2.513998748632069157620.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/unordered-containers-0.2.5.1-7E41cj9RvqSJeZ4jSnbs1a
Registering unordered-containers-0.2.5.1...
Installed unordered-containers-0.2.5.1
Configuring hxt-regex-xmlschema-9.2.0.2...
Building hxt-regex-xmlschema-9.2.0.2...
Preprocessing library hxt-regex-xmlschema-9.2.0.2...
[1 of 9] Compiling Text.Regex.XMLSchema.Generic.StringLike ( src/Text/Regex/XMLSchema/Generic/StringLike.hs, dist/build/Text/Regex/XMLSchema/Generic/StringLike.o )
[2 of 9] Compiling Text.Regex.XMLSchema.Generic.Regex ( src/Text/Regex/XMLSchema/Generic/Regex.hs, dist/build/Text/Regex/XMLSchema/Generic/Regex.o )
[3 of 9] Compiling Text.Regex.XMLSchema.Generic.RegexParser ( src/Text/Regex/XMLSchema/Generic/RegexParser.hs, dist/build/Text/Regex/XMLSchema/Generic/RegexParser.o )
[4 of 9] Compiling Text.Regex.XMLSchema.Generic.Matching ( src/Text/Regex/XMLSchema/Generic/Matching.hs, dist/build/Text/Regex/XMLSchema/Generic/Matching.o )
[5 of 9] Compiling Text.Regex.XMLSchema.Generic ( src/Text/Regex/XMLSchema/Generic.hs, dist/build/Text/Regex/XMLSchema/Generic.o )
[6 of 9] Compiling Text.Regex.XMLSchema.String ( src/Text/Regex/XMLSchema/String.hs, dist/build/Text/Regex/XMLSchema/String.o )
[7 of 9] Compiling Text.Regex.Glob.Generic.RegexParser ( src/Text/Regex/Glob/Generic/RegexParser.hs, dist/build/Text/Regex/Glob/Generic/RegexParser.o )
[8 of 9] Compiling Text.Regex.Glob.Generic ( src/Text/Regex/Glob/Generic.hs, dist/build/Text/Regex/Glob/Generic.o )
[9 of 9] Compiling Text.Regex.Glob.String ( src/Text/Regex/Glob/String.hs, dist/build/Text/Regex/Glob/String.o )
In-place registering hxt-regex-xmlschema-9.2.0.2...
Running Haddock for hxt-regex-xmlschema-9.2.0.2...
Running hscolour for hxt-regex-xmlschema-9.2.0.2...
Preprocessing library hxt-regex-xmlschema-9.2.0.2...
Preprocessing library hxt-regex-xmlschema-9.2.0.2...
Haddock coverage:
  29% (  2 /  7) in 'Text.Regex.XMLSchema.Generic.StringLike'
  Missing documentation for:
     (src/Text/Regex/XMLSchema/Generic/StringLike.hs:64)
     (src/Text/Regex/XMLSchema/Generic/StringLike.hs:87)
     (src/Text/Regex/XMLSchema/Generic/StringLike.hs:109)
     (src/Text/Regex/XMLSchema/Generic/StringLike.hs:131)
     (src/Text/Regex/XMLSchema/Generic/StringLike.hs:153)
  67% ( 26 / 39) in 'Text.Regex.XMLSchema.Generic.Regex'
  Missing documentation for:
    GenRegex (src/Text/Regex/XMLSchema/Generic/Regex.hs:87)
    mkZero' (src/Text/Regex/XMLSchema/Generic/Regex.hs:155)
    mkInterleave (src/Text/Regex/XMLSchema/Generic/Regex.hs:399)
    mkBr' (src/Text/Regex/XMLSchema/Generic/Regex.hs:411)
    isZero (src/Text/Regex/XMLSchema/Generic/Regex.hs:486)
    errRegex (src/Text/Regex/XMLSchema/Generic/Regex.hs:491)
    nullable (src/Text/Regex/XMLSchema/Generic/Regex.hs:498)
    nullable' (src/Text/Regex/XMLSchema/Generic/Regex.hs:503)
    delta1 (src/Text/Regex/XMLSchema/Generic/Regex.hs:581)
    delta (src/Text/Regex/XMLSchema/Generic/Regex.hs:620)
    matchWithRegex (src/Text/Regex/XMLSchema/Generic/Regex.hs:633)
    matchWithRegex' (src/Text/Regex/XMLSchema/Generic/Regex.hs:638)
    splitWithRegexCS (src/Text/Regex/XMLSchema/Generic/Regex.hs:657)
  67% (  4 /  6) in 'Text.Regex.XMLSchema.Generic.RegexParser'
  Missing documentation for:
    parseRegex' (src/Text/Regex/XMLSchema/Generic/RegexParser.hs:54)
    parseRegexExt' (src/Text/Regex/XMLSchema/Generic/RegexParser.hs:71)
  92% ( 24 / 26) in 'Text.Regex.XMLSchema.Generic.Matching'
  Missing documentation for:
    sedExt (src/Text/Regex/XMLSchema/Generic/Matching.hs:369)
    tokenizeExt' (src/Text/Regex/XMLSchema/Generic/Matching.hs:278)
  80% ( 47 / 59) in 'Text.Regex.XMLSchema.Generic'
  Missing documentation for:
    GenRegex (src/Text/Regex/XMLSchema/Generic/Regex.hs:87)
    Regex (src/Text/Regex/XMLSchema/Generic.hs:100)
    RegexText (src/Text/Regex/XMLSchema/Generic.hs:101)
    RegexTextLazy (src/Text/Regex/XMLSchema/Generic.hs:102)
    RegexByteString (src/Text/Regex/XMLSchema/Generic.hs:103)
    RegexByteStringLazy (src/Text/Regex/XMLSchema/Generic.hs:104)
    sedExt (src/Text/Regex/XMLSchema/Generic/Matching.hs:369)
    tokenizeExt' (src/Text/Regex/XMLSchema/Generic/Matching.hs:278)
    mkZero' (src/Text/Regex/XMLSchema/Generic/Regex.hs:155)
    mkBr' (src/Text/Regex/XMLSchema/Generic/Regex.hs:411)
    isZero (src/Text/Regex/XMLSchema/Generic/Regex.hs:486)
    errRegex (src/Text/Regex/XMLSchema/Generic/Regex.hs:491)
  90% ( 47 / 52) in 'Text.Regex.XMLSchema.String'
  Missing documentation for:
    Regex (src/Text/Regex/XMLSchema/Generic.hs:100)
    sedExt (src/Text/Regex/XMLSchema/String.hs:304)
    tokenizeExt' (src/Text/Regex/XMLSchema/String.hs:234)
    isZero (src/Text/Regex/XMLSchema/Generic/Regex.hs:486)
    errRegex (src/Text/Regex/XMLSchema/Generic/Regex.hs:491)
  67% (  2 /  3) in 'Text.Regex.Glob.Generic.RegexParser'
  Missing documentation for:
    parseRegexNoCase (src/Text/Regex/Glob/Generic/RegexParser.hs:39)
  18% (  2 / 11) in 'Text.Regex.Glob.Generic'
  Missing documentation for:
    GenRegex (src/Text/Regex/XMLSchema/Generic/Regex.hs:87)
    Regex (src/Text/Regex/XMLSchema/Generic.hs:100)
    RegexText (src/Text/Regex/XMLSchema/Generic.hs:101)
    RegexTextLazy (src/Text/Regex/XMLSchema/Generic.hs:102)
    RegexByteString (src/Text/Regex/XMLSchema/Generic.hs:103)
    RegexByteStringLazy (src/Text/Regex/XMLSchema/Generic.hs:104)
    match (src/Text/Regex/Glob/Generic.hs:45)
    matchNoCase (src/Text/Regex/Glob/Generic.hs:48)
    parseRegexNoCase (src/Text/Regex/Glob/Generic/RegexParser.hs:39)
  17% (  1 /  6) in 'Text.Regex.Glob.String'
  Missing documentation for:
    Regex (src/Text/Regex/XMLSchema/Generic.hs:100)
    match (src/Text/Regex/Glob/String.hs:32)
    matchNoCase (src/Text/Regex/Glob/String.hs:35)
    parseRegex (src/Text/Regex/Glob/String.hs:38)
    parseRegexNoCase (src/Text/Regex/Glob/String.hs:41)
Warning: Text.Regex.XMLSchema.Generic.Regex: could not find link destinations for:
    Nullable SubexResults
Documentation created: dist/doc/html/hxt-regex-xmlschema/index.html,
dist/doc/html/hxt-regex-xmlschema/hxt-regex-xmlschema.txt
Creating package registration file:
/tmp/pkgConf-hxt-regex-xmlschema-9.2.0443286196910492930.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hxt-regex-xmlschema-9.2.0.2-54SglnfzsveApYtU2aF5k5
Registering hxt-regex-xmlschema-9.2.0.2...
Installed hxt-regex-xmlschema-9.2.0.2
Configuring network-uri-2.6.0.3...
Building network-uri-2.6.0.3...
Preprocessing library network-uri-2.6.0.3...
[1 of 1] Compiling Network.URI      ( Network/URI.hs, dist/build/Network/URI.o )

Network/URI.hs:129:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
In-place registering network-uri-2.6.0.3...
Running Haddock for network-uri-2.6.0.3...
Running hscolour for network-uri-2.6.0.3...
Preprocessing library network-uri-2.6.0.3...
Preprocessing library network-uri-2.6.0.3...

Network/URI.hs:129:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
Haddock coverage:
  78% ( 38 / 49) in 'Network.URI'
  Missing documentation for:
    uriIsAbsolute (Network/URI.hs:316)
    uriIsRelative (Network/URI.hs:319)
    parseabsoluteURI (Network/URI.hs:1258)
    escapeString (Network/URI.hs:1262)
    reserved (Network/URI.hs:1266)
    unreserved (Network/URI.hs:1270)
    scheme (Network/URI.hs:1276)
    authority (Network/URI.hs:1280)
    path (Network/URI.hs:1288)
    query (Network/URI.hs:1292)
    fragment (Network/URI.hs:1296)
Documentation created: dist/doc/html/network-uri/index.html,
dist/doc/html/network-uri/network-uri.txt
Creating package registration file:
/tmp/pkgConf-network-uri-2.6.09049300581860422328.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/network-uri-2.6.0.3-LFMzacKIfjmC6gRt5N3aSz
Registering network-uri-2.6.0.3...
Installed network-uri-2.6.0.3
Configuring monad-control-1.0.0.4...
Building monad-control-1.0.0.4...
Preprocessing library monad-control-1.0.0.4...
[1 of 1] Compiling Control.Monad.Trans.Control ( Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o )
In-place registering monad-control-1.0.0.4...
Running Haddock for monad-control-1.0.0.4...
Running hscolour for monad-control-1.0.0.4...
Preprocessing library monad-control-1.0.0.4...
Preprocessing library monad-control-1.0.0.4...
Haddock coverage:
  92% ( 24 / 26) in 'Control.Monad.Trans.Control'
  Missing documentation for:
    MonadTransControl (Control/Monad/Trans/Control.hs:108)
    MonadBaseControl (Control/Monad/Trans/Control.hs:290)
Documentation created: dist/doc/html/monad-control/index.html,
dist/doc/html/monad-control/monad-control.txt
Creating package registration file:
/tmp/pkgConf-monad-control-1.0.0522359337976350310.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/monad-control-1.0.0.4-3XCDr1mqlERGZgaxuwJF6b
Registering monad-control-1.0.0.4...
Installed monad-control-1.0.0.4
Configuring semigroups-0.18.0.1...
Building semigroups-0.18.0.1...
Preprocessing library semigroups-0.18.0.1...
[1 of 3] Compiling Data.List.NonEmpty ( src-ghc7/Data/List/NonEmpty.hs, dist/build/Data/List/NonEmpty.o )
[2 of 3] Compiling Data.Semigroup   ( src-ghc7/Data/Semigroup.hs, dist/build/Data/Semigroup.o )
[3 of 3] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, dist/build/Data/Semigroup/Generic.o )
In-place registering semigroups-0.18.0.1...
Running Haddock for semigroups-0.18.0.1...
Running hscolour for semigroups-0.18.0.1...
Preprocessing library semigroups-0.18.0.1...
Preprocessing library semigroups-0.18.0.1...
Haddock coverage:
  94% ( 64 / 68) in 'Data.List.NonEmpty'
  Missing documentation for:
    NonEmpty (src-ghc7/Data/List/NonEmpty.hs:172)
    length (src-ghc7/Data/List/NonEmpty.hs:217)
    unfoldr (src-ghc7/Data/List/NonEmpty.hs:248)
    xor (src-ghc7/Data/List/NonEmpty.hs:221)
  83% ( 25 / 30) in 'Data.Semigroup'
  Missing documentation for:
    Semigroup (src-ghc7/Data/Semigroup.hs:181)
    Min (src-ghc7/Data/Semigroup.hs:419)
    Max (src-ghc7/Data/Semigroup.hs:504)
    ArgMin (src-ghc7/Data/Semigroup.hs:605)
    ArgMax (src-ghc7/Data/Semigroup.hs:606)
  60% (  3 /  5) in 'Data.Semigroup.Generic'
  Missing documentation for:
    GSemigroup (src/Data/Semigroup/Generic.hs:39)
    GMonoid (src/Data/Semigroup/Generic.hs:69)
Warning: Data.Semigroup: could not find link destinations for:
    Max Min D1Dual C1_0Dual S1_0_0Dual D1Endo C1_0Endo S1_0_0Endo D1All C1_0All S1_0_0All D1Any C1_0Any S1_0_0Any D1Sum C1_0Sum S1_0_0Sum D1Product C1_0Product S1_0_0Product
Warning: Data.Semigroup.Generic: could not find link destinations for:
    gmappend' gmempty'
Documentation created: dist/doc/html/semigroups/index.html,
dist/doc/html/semigroups/semigroups.txt
Creating package registration file:
/tmp/pkgConf-semigroups-0.18.02130324323606733503.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/semigroups-0.18.0.1-JFY48pwG5NAKkalkWeHKCJ
Registering semigroups-0.18.0.1...
Installed semigroups-0.18.0.1
Configuring hxt-9.3.1.15...
Building hxt-9.3.1.15...
Preprocessing library hxt-9.3.1.15...
[ 1 of 82] Compiling Text.XML.HXT.Parser.XmlCharParser ( src/Text/XML/HXT/Parser/XmlCharParser.hs, dist/build/Text/XML/HXT/Parser/XmlCharParser.o )
[ 2 of 82] Compiling Text.XML.HXT.DTDValidation.RE ( src/Text/XML/HXT/DTDValidation/RE.hs, dist/build/Text/XML/HXT/DTDValidation/RE.o )
[ 3 of 82] Compiling Text.XML.HXT.DOM.MimeTypeDefaults ( src/Text/XML/HXT/DOM/MimeTypeDefaults.hs, dist/build/Text/XML/HXT/DOM/MimeTypeDefaults.o )
[ 4 of 82] Compiling Text.XML.HXT.DOM.MimeTypes ( src/Text/XML/HXT/DOM/MimeTypes.hs, dist/build/Text/XML/HXT/DOM/MimeTypes.o )
[ 5 of 82] Compiling Text.XML.HXT.DOM.Util ( src/Text/XML/HXT/DOM/Util.hs, dist/build/Text/XML/HXT/DOM/Util.o )
[ 6 of 82] Compiling Text.XML.HXT.DOM.XmlKeywords ( src/Text/XML/HXT/DOM/XmlKeywords.hs, dist/build/Text/XML/HXT/DOM/XmlKeywords.o )
[ 7 of 82] Compiling Text.XML.HXT.Parser.ProtocolHandlerUtil ( src/Text/XML/HXT/Parser/ProtocolHandlerUtil.hs, dist/build/Text/XML/HXT/Parser/ProtocolHandlerUtil.o )
[ 8 of 82] Compiling Text.XML.HXT.Version ( src/Text/XML/HXT/Version.hs, dist/build/Text/XML/HXT/Version.o )
[ 9 of 82] Compiling Text.XML.HXT.XMLSchema.DataTypeLibW3CNames ( src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs, dist/build/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.o )
[10 of 82] Compiling Text.XML.HXT.Parser.XmlEntities ( src/Text/XML/HXT/Parser/XmlEntities.hs, dist/build/Text/XML/HXT/Parser/XmlEntities.o )
[11 of 82] Compiling Text.XML.HXT.Parser.XhtmlEntities ( src/Text/XML/HXT/Parser/XhtmlEntities.hs, dist/build/Text/XML/HXT/Parser/XhtmlEntities.o )
[12 of 82] Compiling Text.XML.HXT.IO.GetFILE ( src/Text/XML/HXT/IO/GetFILE.hs, dist/build/Text/XML/HXT/IO/GetFILE.o )
[13 of 82] Compiling Data.Function.Selector ( src/Data/Function/Selector.hs, dist/build/Data/Function/Selector.o )
[14 of 82] Compiling Data.Atom        ( src/Data/Atom.hs, dist/build/Data/Atom.o )
[15 of 82] Compiling Data.AssocList   ( src/Data/AssocList.hs, dist/build/Data/AssocList.o )
[16 of 82] Compiling Data.Tree.Class  ( src/Data/Tree/Class.hs, dist/build/Data/Tree/Class.o )
[17 of 82] Compiling Control.Arrow.ArrowState ( src/Control/Arrow/ArrowState.hs, dist/build/Control/Arrow/ArrowState.o )
[18 of 82] Compiling Data.Tree.NavigatableTree.Class ( src/Data/Tree/NavigatableTree/Class.hs, dist/build/Data/Tree/NavigatableTree/Class.o )
[19 of 82] Compiling Data.Tree.NavigatableTree.XPathAxis ( src/Data/Tree/NavigatableTree/XPathAxis.hs, dist/build/Data/Tree/NavigatableTree/XPathAxis.o )
[20 of 82] Compiling Control.FlatSeq  ( src/Control/FlatSeq.hs, dist/build/Control/FlatSeq.o )
[21 of 82] Compiling Data.Tree.NTree.TypeDefs ( src/Data/Tree/NTree/TypeDefs.hs, dist/build/Data/Tree/NTree/TypeDefs.o )

src/Data/Tree/NTree/TypeDefs.hs:26:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[22 of 82] Compiling Data.Tree.NTree.Edit ( src/Data/Tree/NTree/Edit.hs, dist/build/Data/Tree/NTree/Edit.o )
[23 of 82] Compiling Data.Tree.NTree.Zipper.TypeDefs ( src/Data/Tree/NTree/Zipper/TypeDefs.hs, dist/build/Data/Tree/NTree/Zipper/TypeDefs.o )
[24 of 82] Compiling Text.XML.HXT.DOM.QualifiedName ( src/Text/XML/HXT/DOM/QualifiedName.hs, dist/build/Text/XML/HXT/DOM/QualifiedName.o )
[25 of 82] Compiling Text.XML.HXT.DOM.TypeDefs ( src/Text/XML/HXT/DOM/TypeDefs.hs, dist/build/Text/XML/HXT/DOM/TypeDefs.o )
[26 of 82] Compiling Text.XML.HXT.DOM.Interface ( src/Text/XML/HXT/DOM/Interface.hs, dist/build/Text/XML/HXT/DOM/Interface.o )
[27 of 82] Compiling Text.XML.HXT.DOM.XmlNode ( src/Text/XML/HXT/DOM/XmlNode.hs, dist/build/Text/XML/HXT/DOM/XmlNode.o )
[28 of 82] Compiling Text.XML.HXT.Parser.XmlTokenParser ( src/Text/XML/HXT/Parser/XmlTokenParser.hs, dist/build/Text/XML/HXT/Parser/XmlTokenParser.o )

src/Text/XML/HXT/Parser/XmlTokenParser.hs:86:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[29 of 82] Compiling Text.XML.HXT.Parser.XmlDTDTokenParser ( src/Text/XML/HXT/Parser/XmlDTDTokenParser.hs, dist/build/Text/XML/HXT/Parser/XmlDTDTokenParser.o )
[30 of 82] Compiling Text.XML.HXT.DOM.ShowXml ( src/Text/XML/HXT/DOM/ShowXml.hs, dist/build/Text/XML/HXT/DOM/ShowXml.o )
[31 of 82] Compiling Text.XML.HXT.DOM.FormatXmlTree ( src/Text/XML/HXT/DOM/FormatXmlTree.hs, dist/build/Text/XML/HXT/DOM/FormatXmlTree.o )
[32 of 82] Compiling Text.XML.HXT.Parser.XmlParsec ( src/Text/XML/HXT/Parser/XmlParsec.hs, dist/build/Text/XML/HXT/Parser/XmlParsec.o )

src/Text/XML/HXT/Parser/XmlParsec.hs:61:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[33 of 82] Compiling Text.XML.HXT.Parser.HtmlParsec ( src/Text/XML/HXT/Parser/HtmlParsec.hs, dist/build/Text/XML/HXT/Parser/HtmlParsec.o )

src/Text/XML/HXT/Parser/HtmlParsec.hs:36:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[34 of 82] Compiling Text.XML.HXT.Parser.XmlDTDParser ( src/Text/XML/HXT/Parser/XmlDTDParser.hs, dist/build/Text/XML/HXT/Parser/XmlDTDParser.o )
[35 of 82] Compiling Text.XML.HXT.Arrow.Pickle.Schema ( src/Text/XML/HXT/Arrow/Pickle/Schema.hs, dist/build/Text/XML/HXT/Arrow/Pickle/Schema.o )
[36 of 82] Compiling Text.XML.HXT.Arrow.Pickle.DTD ( src/Text/XML/HXT/Arrow/Pickle/DTD.hs, dist/build/Text/XML/HXT/Arrow/Pickle/DTD.o )
[37 of 82] Compiling Control.Arrow.ArrowList ( src/Control/Arrow/ArrowList.hs, dist/build/Control/Arrow/ArrowList.o )
[38 of 82] Compiling Control.Arrow.ArrowNF ( src/Control/Arrow/ArrowNF.hs, dist/build/Control/Arrow/ArrowNF.o )
[39 of 82] Compiling Control.Arrow.ArrowIf ( src/Control/Arrow/ArrowIf.hs, dist/build/Control/Arrow/ArrowIf.o )
[40 of 82] Compiling Control.Arrow.ArrowNavigatableTree ( src/Control/Arrow/ArrowNavigatableTree.hs, dist/build/Control/Arrow/ArrowNavigatableTree.o )
[41 of 82] Compiling Control.Arrow.ArrowTree ( src/Control/Arrow/ArrowTree.hs, dist/build/Control/Arrow/ArrowTree.o )
[42 of 82] Compiling Control.Arrow.ListArrow ( src/Control/Arrow/ListArrow.hs, dist/build/Control/Arrow/ListArrow.o )
[43 of 82] Compiling Control.Arrow.StateListArrow ( src/Control/Arrow/StateListArrow.hs, dist/build/Control/Arrow/StateListArrow.o )
[44 of 82] Compiling Control.Arrow.NTreeEdit ( src/Control/Arrow/NTreeEdit.hs, dist/build/Control/Arrow/NTreeEdit.o )
[45 of 82] Compiling Control.Arrow.ArrowIO ( src/Control/Arrow/ArrowIO.hs, dist/build/Control/Arrow/ArrowIO.o )
[46 of 82] Compiling Control.Arrow.ArrowExc ( src/Control/Arrow/ArrowExc.hs, dist/build/Control/Arrow/ArrowExc.o )
[47 of 82] Compiling Control.Arrow.IOListArrow ( src/Control/Arrow/IOListArrow.hs, dist/build/Control/Arrow/IOListArrow.o )
[48 of 82] Compiling Control.Arrow.IOStateListArrow ( src/Control/Arrow/IOStateListArrow.hs, dist/build/Control/Arrow/IOStateListArrow.o )
[49 of 82] Compiling Text.XML.HXT.Arrow.XmlState.TypeDefs ( src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs, dist/build/Text/XML/HXT/Arrow/XmlState/TypeDefs.o )
[50 of 82] Compiling Text.XML.HXT.Arrow.XmlState.MimeTypeTable ( src/Text/XML/HXT/Arrow/XmlState/MimeTypeTable.hs, dist/build/Text/XML/HXT/Arrow/XmlState/MimeTypeTable.o )
[51 of 82] Compiling Text.XML.HXT.Arrow.XmlArrow ( src/Text/XML/HXT/Arrow/XmlArrow.hs, dist/build/Text/XML/HXT/Arrow/XmlArrow.o )
[52 of 82] Compiling Text.XML.HXT.Arrow.XmlState.ErrorHandling ( src/Text/XML/HXT/Arrow/XmlState/ErrorHandling.hs, dist/build/Text/XML/HXT/Arrow/XmlState/ErrorHandling.o )
[53 of 82] Compiling Text.XML.HXT.Arrow.XmlState.SystemConfig ( src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs, dist/build/Text/XML/HXT/Arrow/XmlState/SystemConfig.o )
[54 of 82] Compiling Text.XML.HXT.Arrow.XmlOptions ( src/Text/XML/HXT/Arrow/XmlOptions.hs, dist/build/Text/XML/HXT/Arrow/XmlOptions.o )
[55 of 82] Compiling Text.XML.HXT.Arrow.ParserInterface ( src/Text/XML/HXT/Arrow/ParserInterface.hs, dist/build/Text/XML/HXT/Arrow/ParserInterface.o )
[56 of 82] Compiling Text.XML.HXT.Arrow.Edit ( src/Text/XML/HXT/Arrow/Edit.hs, dist/build/Text/XML/HXT/Arrow/Edit.o )
[57 of 82] Compiling Text.XML.HXT.Arrow.Namespace ( src/Text/XML/HXT/Arrow/Namespace.hs, dist/build/Text/XML/HXT/Arrow/Namespace.o )
[58 of 82] Compiling Text.XML.HXT.Arrow.XmlState.TraceHandling ( src/Text/XML/HXT/Arrow/XmlState/TraceHandling.hs, dist/build/Text/XML/HXT/Arrow/XmlState/TraceHandling.o )
[59 of 82] Compiling Text.XML.HXT.Arrow.XmlState.URIHandling ( src/Text/XML/HXT/Arrow/XmlState/URIHandling.hs, dist/build/Text/XML/HXT/Arrow/XmlState/URIHandling.o )
[60 of 82] Compiling Text.XML.HXT.DTDValidation.TypeDefs ( src/Text/XML/HXT/DTDValidation/TypeDefs.hs, dist/build/Text/XML/HXT/DTDValidation/TypeDefs.o )
[61 of 82] Compiling Text.XML.HXT.DTDValidation.AttributeValueValidation ( src/Text/XML/HXT/DTDValidation/AttributeValueValidation.hs, dist/build/Text/XML/HXT/DTDValidation/AttributeValueValidation.o )
[62 of 82] Compiling Text.XML.HXT.DTDValidation.DTDValidation ( src/Text/XML/HXT/DTDValidation/DTDValidation.hs, dist/build/Text/XML/HXT/DTDValidation/DTDValidation.o )
[63 of 82] Compiling Text.XML.HXT.DTDValidation.DocTransformation ( src/Text/XML/HXT/DTDValidation/DocTransformation.hs, dist/build/Text/XML/HXT/DTDValidation/DocTransformation.o )
[64 of 82] Compiling Text.XML.HXT.DTDValidation.XmlRE ( src/Text/XML/HXT/DTDValidation/XmlRE.hs, dist/build/Text/XML/HXT/DTDValidation/XmlRE.o )
[65 of 82] Compiling Text.XML.HXT.DTDValidation.DocValidation ( src/Text/XML/HXT/DTDValidation/DocValidation.hs, dist/build/Text/XML/HXT/DTDValidation/DocValidation.o )
[66 of 82] Compiling Text.XML.HXT.DTDValidation.IdValidation ( src/Text/XML/HXT/DTDValidation/IdValidation.hs, dist/build/Text/XML/HXT/DTDValidation/IdValidation.o )
[67 of 82] Compiling Text.XML.HXT.DTDValidation.Validation ( src/Text/XML/HXT/DTDValidation/Validation.hs, dist/build/Text/XML/HXT/DTDValidation/Validation.o )
[68 of 82] Compiling Text.XML.HXT.Arrow.XmlState.RunIOStateArrow ( src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs, dist/build/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.o )
[69 of 82] Compiling Text.XML.HXT.Arrow.XmlState ( src/Text/XML/HXT/Arrow/XmlState.hs, dist/build/Text/XML/HXT/Arrow/XmlState.o )
[70 of 82] Compiling Text.XML.HXT.Arrow.DocumentInput ( src/Text/XML/HXT/Arrow/DocumentInput.hs, dist/build/Text/XML/HXT/Arrow/DocumentInput.o )
[71 of 82] Compiling Text.XML.HXT.Arrow.DTDProcessing ( src/Text/XML/HXT/Arrow/DTDProcessing.hs, dist/build/Text/XML/HXT/Arrow/DTDProcessing.o )
[72 of 82] Compiling Text.XML.HXT.Arrow.GeneralEntitySubstitution ( src/Text/XML/HXT/Arrow/GeneralEntitySubstitution.hs, dist/build/Text/XML/HXT/Arrow/GeneralEntitySubstitution.o )
[73 of 82] Compiling Text.XML.HXT.Arrow.ProcessDocument ( src/Text/XML/HXT/Arrow/ProcessDocument.hs, dist/build/Text/XML/HXT/Arrow/ProcessDocument.o )
[74 of 82] Compiling Control.Arrow.ListArrows ( src/Control/Arrow/ListArrows.hs, dist/build/Control/Arrow/ListArrows.o )
[75 of 82] Compiling Text.XML.HXT.Arrow.ReadDocument ( src/Text/XML/HXT/Arrow/ReadDocument.hs, dist/build/Text/XML/HXT/Arrow/ReadDocument.o )
[76 of 82] Compiling Text.XML.HXT.Arrow.XmlRegex ( src/Text/XML/HXT/Arrow/XmlRegex.hs, dist/build/Text/XML/HXT/Arrow/XmlRegex.o )
[77 of 82] Compiling Text.XML.HXT.Arrow.Binary ( src/Text/XML/HXT/Arrow/Binary.hs, dist/build/Text/XML/HXT/Arrow/Binary.o )
[78 of 82] Compiling Text.XML.HXT.Arrow.DocumentOutput ( src/Text/XML/HXT/Arrow/DocumentOutput.hs, dist/build/Text/XML/HXT/Arrow/DocumentOutput.o )
[79 of 82] Compiling Text.XML.HXT.Arrow.WriteDocument ( src/Text/XML/HXT/Arrow/WriteDocument.hs, dist/build/Text/XML/HXT/Arrow/WriteDocument.o )
[80 of 82] Compiling Text.XML.HXT.Arrow.Pickle.Xml ( src/Text/XML/HXT/Arrow/Pickle/Xml.hs, dist/build/Text/XML/HXT/Arrow/Pickle/Xml.o )
[81 of 82] Compiling Text.XML.HXT.Arrow.Pickle ( src/Text/XML/HXT/Arrow/Pickle.hs, dist/build/Text/XML/HXT/Arrow/Pickle.o )
[82 of 82] Compiling Text.XML.HXT.Core ( src/Text/XML/HXT/Core.hs, dist/build/Text/XML/HXT/Core.o )
In-place registering hxt-9.3.1.15...
Running Haddock for hxt-9.3.1.15...
Running hscolour for hxt-9.3.1.15...
Preprocessing library hxt-9.3.1.15...
Preprocessing library hxt-9.3.1.15...
Haddock coverage:
  64% (  9 / 14) in 'Text.XML.HXT.Parser.XmlCharParser'
  Missing documentation for:
    XParser (src/Text/XML/HXT/Parser/XmlCharParser.hs:48)
    SimpleXParser (src/Text/XML/HXT/Parser/XmlCharParser.hs:49)
    XPState (src/Text/XML/HXT/Parser/XmlCharParser.hs:51)
    withNormNewline (src/Text/XML/HXT/Parser/XmlCharParser.hs:56)
    withoutNormNewline (src/Text/XML/HXT/Parser/XmlCharParser.hs:59)
 100% ( 15 / 15) in 'Text.XML.HXT.DTDValidation.RE'
 100% (  2 /  2) in 'Text.XML.HXT.DOM.MimeTypeDefaults'
   5% (  1 / 19) in 'Text.XML.HXT.DOM.MimeTypes'
  Missing documentation for:
    MimeTypeTable (src/Text/XML/HXT/DOM/MimeTypes.hs:35)
    application_xhtml (src/Text/XML/HXT/DOM/MimeTypes.hs:43)
    application_xml (src/Text/XML/HXT/DOM/MimeTypes.hs:43)
    application_xml_external_parsed_entity (src/Text/XML/HXT/DOM/MimeTypes.hs:43)
    application_xml_dtd (src/Text/XML/HXT/DOM/MimeTypes.hs:43)
    text_html (src/Text/XML/HXT/DOM/MimeTypes.hs:43)
    text_pdf (src/Text/XML/HXT/DOM/MimeTypes.hs:43)
    text_plain (src/Text/XML/HXT/DOM/MimeTypes.hs:43)
    text_xdtd (src/Text/XML/HXT/DOM/MimeTypes.hs:43)
    text_xml (src/Text/XML/HXT/DOM/MimeTypes.hs:43)
    text_xml_external_parsed_entity (src/Text/XML/HXT/DOM/MimeTypes.hs:43)
    isTextMimeType (src/Text/XML/HXT/DOM/MimeTypes.hs:66)
    isHtmlMimeType (src/Text/XML/HXT/DOM/MimeTypes.hs:69)
    isXmlMimeType (src/Text/XML/HXT/DOM/MimeTypes.hs:72)
    defaultMimeTypeTable (src/Text/XML/HXT/DOM/MimeTypes.hs:85)
    extensionToMimeType (src/Text/XML/HXT/DOM/MimeTypes.hs:88)
    readMimeTypeTable (src/Text/XML/HXT/DOM/MimeTypes.hs:99)
    parseMimeTypeTable (src/Text/XML/HXT/DOM/MimeTypes.hs:104)
  82% ( 23 / 28) in 'Text.XML.HXT.DOM.Util'
  Missing documentation for:
    stringToInt (src/Text/XML/HXT/DOM/Util.hs:172)
    swap (src/Text/XML/HXT/DOM/Util.hs:295)
    partitionEither (src/Text/XML/HXT/DOM/Util.hs:298)
    toMaybe (src/Text/XML/HXT/DOM/Util.hs:302)
    uncurry4 (src/Text/XML/HXT/DOM/Util.hs:313)
   5% (  4 / 77) in 'Text.XML.HXT.DOM.XmlKeywords'
  Missing documentation for:
    t_xml (src/Text/XML/HXT/DOM/XmlKeywords.hs:26)
    t_root (src/Text/XML/HXT/DOM/XmlKeywords.hs:26)
    a_default (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_contentLength (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_column (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_encoding (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_kind (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_line (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_module (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_modifier (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_name (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_output_encoding (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_peref (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_source (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_status (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_standalone (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_type (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_url (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_value (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_version (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_xml (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    a_xmlns (src/Text/XML/HXT/DOM/XmlKeywords.hs:29)
    v_0 (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_1 (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_2 (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_yes (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_no (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_any (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_children (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_choice (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_empty (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_mixed (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_seq (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_null (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_option (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_pcdata (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_star (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    v_plus (src/Text/XML/HXT/DOM/XmlKeywords.hs:50)
    k_any (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_cdata (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_empty (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_entity (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_entities (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_id (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_idref (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_idrefs (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_include (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_ignore (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_nmtoken (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_nmtokens (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_peref (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_public (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_system (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_enumeration (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_fixed (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_implied (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_ndata (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_notation (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_pcdata (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_required (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    k_default (src/Text/XML/HXT/DOM/XmlKeywords.hs:67)
    dtdPrefix (src/Text/XML/HXT/DOM/XmlKeywords.hs:162)
    transferPrefix (src/Text/XML/HXT/DOM/XmlKeywords.hs:172)
    transferProtocol (src/Text/XML/HXT/DOM/XmlKeywords.hs:172)
    transferMimeType (src/Text/XML/HXT/DOM/XmlKeywords.hs:172)
    transferEncoding (src/Text/XML/HXT/DOM/XmlKeywords.hs:172)
    transferURI (src/Text/XML/HXT/DOM/XmlKeywords.hs:172)
    transferDefaultURI (src/Text/XML/HXT/DOM/XmlKeywords.hs:172)
    transferStatus (src/Text/XML/HXT/DOM/XmlKeywords.hs:172)
    transferMessage (src/Text/XML/HXT/DOM/XmlKeywords.hs:172)
    transferVersion (src/Text/XML/HXT/DOM/XmlKeywords.hs:172)
    httpPrefix (src/Text/XML/HXT/DOM/XmlKeywords.hs:196)
    stringProtocol (src/Text/XML/HXT/DOM/XmlKeywords.hs:199)
  50% (  1 /  2) in 'Text.XML.HXT.Parser.ProtocolHandlerUtil'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'Text.XML.HXT.Version'
  Missing documentation for:
    Module header
    hxt_version (src/Text/XML/HXT/Version.hs:3)
   3% (  2 / 58) in 'Text.XML.HXT.XMLSchema.DataTypeLibW3CNames'
  Missing documentation for:
    xsd_string (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_normalizedString (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_token (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_language (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_NMTOKEN (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_NMTOKENS (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_Name (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_NCName (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_ID (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_IDREF (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_IDREFS (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_ENTITY (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_ENTITIES (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_anyURI (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_QName (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_NOTATION (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_hexBinary (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_base64Binary (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_decimal (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_integer (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_nonPositiveInteger (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_negativeInteger (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_nonNegativeInteger (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    
src/Data/Tree/NTree/TypeDefs.hs:26:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
xsd_positiveInteger (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_long (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_int (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_short (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_byte (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_unsignedLong (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_unsignedInt (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_unsignedShort (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_unsignedByte (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_boolean (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_float (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_double (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_time (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_duration (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_date (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_dateTime (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_gDay (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_gMonth (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_gMonthDay (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_gYear (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_gYearMonth (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:29)
    xsd_length (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:121)
    xsd_maxLength (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:121)
    xsd_minLength (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:121)
    xsd_maxExclusive (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:121)
    xsd_minExclusive (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:121)
    xsd_maxInclusive (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:121)
    xsd_minInclusive (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:121)
    xsd_totalDigits (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:121)
    xsd_fractionDigits (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:121)
    xsd_pattern (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:121)
    xsd_enumeration (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:121)
    xsd_whiteSpace (src/Text/XML/HXT/XMLSchema/DataTypeLibW3CNames.hs:121)
 100% (  2 /  2) in 'Text.XML.HXT.Parser.XmlEntities'
 100% (  2 /  2) in 'Text.XML.HXT.Parser.XhtmlEntities'
  33% (  1 /  3) in 'Text.XML.HXT.IO.GetFILE'
  Missing documentation for:
    getStdinCont (src/Text/XML/HXT/IO/GetFILE.hs:41)
    getCont (src/Text/XML/HXT/IO/GetFILE.hs:62)
  19% (  3 / 16) in 'Data.Function.Selector'
  Missing documentation for:
    Module header
    chgS (src/Data/Function/Selector.hs:22)
    chgM (src/Data/Function/Selector.hs:27)
     (src/Data/Function/Selector.hs:41)
    idS (src/Data/Function/Selector.hs:52)
    .&&&. (src/Data/Function/Selector.hs:55)
    Comp2 (src/Data/Function/Selector.hs:66)
    Comp3 (src/Data/Function/Selector.hs:67)
     (src/Data/Function/Selector.hs:70)
     (src/Data/Function/Selector.hs:74)
     (src/Data/Function/Selector.hs:78)
     (src/Data/Function/Selector.hs:82)
     (src/Data/Function/Selector.hs:86)
  80% (  4 /  5) in 'Data.Atom'
  Missing documentation for:
    Atom (src/Data/Atom.hs:78)
  89% (  8 /  9) in 'Data.AssocList'
  Missing documentation for:
    AssocList (src/Data/AssocList.hs:26)
 100% (  3 /  3) in 'Data.Tree.Class'
 100% (  2 /  2) in 'Control.Arrow.ArrowState'
 100% (  4 /  4) in 'Data.Tree.NavigatableTree.Class'
  94% ( 16 / 17) in 'Data.Tree.NavigatableTree.XPathAxis'
  Missing documentation for:
    isAtRoot (src/Data/Tree/NavigatableTree/XPathAxis.hs:124)
  10% (  2 / 21) in 'Control.FlatSeq'
  Missing documentation for:
    $!! (src/Control/FlatSeq.hs:29)
    flatseq (src/Control/FlatSeq.hs:33)
    rlnf (src/Control/FlatSeq.hs:37)
     (src/Control/FlatSeq.hs:55)
     (src/Control/FlatSeq.hs:56)
     (src/Control/FlatSeq.hs:57)
     (src/Control/FlatSeq.hs:58)
     (src/Control/FlatSeq.hs:60)
     (src/Control/FlatSeq.hs:61)
     (src/Control/FlatSeq.hs:62)
     (src/Control/FlatSeq.hs:64)
     (src/Control/FlatSeq.hs:65)
     (src/Control/FlatSeq.hs:66)
     (src/Control/FlatSeq.hs:67)
     (src/Control/FlatSeq.hs:68)
     (src/Control/FlatSeq.hs:70)
     (src/Control/FlatSeq.hs:75)
     (src/Control/FlatSeq.hs:79)
     (src/Control/FlatSeq.hs:83)
  70% (  7 / 10) in 'Data.Tree.NTree.TypeDefs'
  Missing documentation for:
     (src/Data/Tree/NTree/TypeDefs.hs:63)
     (src/Data/Tree/NTree/TypeDefs.hs:67)
     (src/Data/Tree/NTree/TypeDefs.hs:77)
 100% (  3 /  3) in 'Data.Tree.NTree.Edit'
  27% (  6 / 22) in 'Data.Tree.NTree.Zipper.TypeDefs'
  Missing documentation for:
    up (src/Data/Tree/NTree/Zipper/TypeDefs.hs:87)
    down (src/Data/Tree/NTree/Zipper/TypeDefs.hs:96)
    toTheRight (src/Data/Tree/NTree/Zipper/TypeDefs.hs:103)
    toTheLeft (src/Data/Tree/NTree/Zipper/TypeDefs.hs:117)
    addToTheLeft (src/Data/Tree/NTree/Zipper/TypeDefs.hs:131)
    addToTheRight (src/Data/Tree/NTree/Zipper/TypeDefs.hs:140)
    dropFromTheLeft (src/Data/Tree/NTree/Zipper/TypeDefs.hs:149)
    dropFromTheRight (src/Data/Tree/NTree/Zipper/TypeDefs.hs:159)
    isTop (src/Data/Tree/NTree/Zipper/TypeDefs.hs:171)
    up1 (src/Data/Tree/NTree/Zipper/TypeDefs.hs:176)
     (src/Data/Tree/NTree/Zipper/TypeDefs.hs:183)
     (src/Data/Tree/NTree/Zipper/TypeDefs.hs:187)
     (src/Data/Tree/NTree/Zipper/TypeDefs.hs:191)
     (src/Data/Tree/NTree/Zipper/TypeDefs.hs:205)
     (src/Data/Tree/NTree/Zipper/TypeDefs.hs:218)
     (src/Data/Tree/NTree/Zipper/TypeDefs.hs:225)
  63% ( 29 / 46) in 'Text.XML.HXT.DOM.QualifiedName'
  Missing documentation for:
    namePrefix (src/Text/XML/HXT/DOM/QualifiedName.hs:217)
    localPart (src/Text/XML/HXT/DOM/QualifiedName.hs:221)
    namespaceUri (src/Text/XML/HXT/DOM/QualifiedName.hs:225)
    newXName (src/Text/XML/HXT/DOM/QualifiedName.hs:606)
    nullXName (src/Text/XML/HXT/DOM/QualifiedName.hs:527)
    isNullXName (src/Text/XML/HXT/DOM/QualifiedName.hs:213)
    newQName (src/Text/XML/HXT/DOM/QualifiedName.hs:610)
    mkQName' (src/Text/XML/HXT/DOM/QualifiedName.hs:298)
    namePrefix' (src/Text/XML/HXT/DOM/QualifiedName.hs:162)
    localPart' (src/Text/XML/HXT/DOM/QualifiedName.hs:161)
    namespaceUri' (src/Text/XML/HXT/DOM/QualifiedName.hs:163)
    xmlNamespaceXName (src/Text/XML/HXT/DOM/QualifiedName.hs:527)
    xmlXName (src/Text/XML/HXT/DOM/QualifiedName.hs:527)
    xmlnsNamespaceXName (src/Text/XML/HXT/DOM/QualifiedName.hs:527)
    xmlnsXName (src/Text/XML/HXT/DOM/QualifiedName.hs:527)
    xmlnsQN (src/Text/XML/HXT/DOM/QualifiedName.hs:549)
    toNsEnv (src/Text/XML/HXT/DOM/QualifiedName.hs:503)
  65% ( 17 / 26) in 'Text.XML.HXT.DOM.TypeDefs'
  Missing documentation for:
     (src/Text/XML/HXT/DOM/TypeDefs.hs:86)
     (src/Text/XML/HXT/DOM/TypeDefs.hs:99)
     (src/Text/XML/HXT/DOM/TypeDefs.hs:118)
     (src/Text/XML/HXT/DOM/TypeDefs.hs:196)
     (src/Text/XML/HXT/DOM/TypeDefs.hs:199)
     (src/Text/XML/HXT/DOM/TypeDefs.hs:201)
    blobToString (src/Text/XML/HXT/DOM/TypeDefs.hs:212)
    stringToBlob (src/Text/XML/HXT/DOM/TypeDefs.hs:216)
    ChildNodes (src/Text/XML/HXT/DOM/TypeDefs.hs:262)
 100% (  6 /  6) in 'Text.XML.HXT.DOM.Interface'
  14% (  4 / 29) in 'Text.XML.HXT.DOM.XmlNode'
  Missing documentation for:
    XmlNode (src/Text/XML/HXT/DOM/XmlNode.hs:48)
     (src/Text/XML/HXT/DOM/XmlNode.hs:147)
    mkElementNode (src/Text/XML/HXT/DOM/XmlNode.hs:319)
    mkAttrNode (src/Text/XML/HXT/DOM/XmlNode.hs:323)
    mkDTDNode (src/Text/XML/HXT/DOM/XmlNode.hs:327)
     (src/Text/XML/HXT/DOM/XmlNode.hs:331)
    mkElement (src/Text/XML/HXT/DOM/XmlNode.hs:424)
    mkRoot (src/Text/XML/HXT/DOM/XmlNode.hs:428)
    mkAttr (src/Text/XML/HXT/DOM/XmlNode.hs:431)
    mkDTDElem (src/Text/XML/HXT/DOM/XmlNode.hs:435)
    addAttr (src/Text/XML/HXT/DOM/XmlNode.hs:438)
    mergeAttrl (src/Text/XML/HXT/DOM/XmlNode.hs:454)
    mkRoot' (src/Text/XML/HXT/DOM/XmlNode.hs:465)
    mkAttr' (src/Text/XML/HXT
src/Text/XML/HXT/Parser/XmlTokenParser.hs:86:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Text/XML/HXT/Parser/XmlParsec.hs:61:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Text/XML/HXT/Parser/HtmlParsec.hs:36:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
/DOM/XmlNode.hs:469)
    mkText' (src/Text/XML/HXT/DOM/XmlNode.hs:473)
    mkCharRef' (src/Text/XML/HXT/DOM/XmlNode.hs:477)
    mkEntityRef' (src/Text/XML/HXT/DOM/XmlNode.hs:481)
    mkCmt' (src/Text/XML/HXT/DOM/XmlNode.hs:485)
    mkCdata' (src/Text/XML/HXT/DOM/XmlNode.hs:489)
    mkPi' (src/Text/XML/HXT/DOM/XmlNode.hs:493)
    mkError' (src/Text/XML/HXT/DOM/XmlNode.hs:497)
    mkDTDElem' (src/Text/XML/HXT/DOM/XmlNode.hs:501)
    toText (src/Text/XML/HXT/DOM/XmlNode.hs:507)
    concText (src/Text/XML/HXT/DOM/XmlNode.hs:523)
    mergeText (src/Text/XML/HXT/DOM/XmlNode.hs:530)
   2% (  1 / 58) in 'Text.XML.HXT.Parser.XmlTokenParser'
  Missing documentation for:
    allBut (src/Text/XML/HXT/Parser/XmlTokenParser.hs:437)
    allBut1 (src/Text/XML/HXT/Parser/XmlTokenParser.hs:441)
    amp (src/Text/XML/HXT/Parser/XmlTokenParser.hs:386)
    asciiLetter (src/Text/XML/HXT/Parser/XmlTokenParser.hs:141)
    attrChar (src/Text/XML/HXT/Parser/XmlTokenParser.hs:247)
    attrValue (src/Text/XML/HXT/Parser/XmlTokenParser.hs:226)
    bar (src/Text/XML/HXT/Parser/XmlTokenParser.hs:412)
    charRef (src/Text/XML/HXT/Parser/XmlTokenParser.hs:304)
    checkString (src/Text/XML/HXT/Parser/XmlTokenParser.hs:428)
    comma (src/Text/XML/HXT/Parser/XmlTokenParser.hs:412)
    dq (src/Text/XML/HXT/Parser/XmlTokenParser.hs:386)
    encName (src/Text/XML/HXT/Parser/XmlTokenParser.hs:342)
    entityRef (src/Text/XML/HXT/Parser/XmlTokenParser.hs:319)
    entityValue (src/Text/XML/HXT/Parser/XmlTokenParser.hs:205)
    eq (src/Text/XML/HXT/Parser/XmlTokenParser.hs:412)
    gt (src/Text/XML/HXT/Parser/XmlTokenParser.hs:386)
    keyword (src/Text/XML/HXT/Parser/XmlTokenParser.hs:358)
    keywords (src/Text/XML/HXT/Parser/XmlTokenParser.hs:368)
    lpar (src/Text/XML/HXT/Parser/XmlTokenParser.hs:412)
    lt (src/Text/XML/HXT/Parser/XmlTokenParser.hs:386)
    name (src/Text/XML/HXT/Parser/XmlTokenParser.hs:148)
    names (src/Text/XML/HXT/Parser/XmlTokenParser.hs:183)
    ncName (src/Text/XML/HXT/Parser/XmlTokenParser.hs:158)
    nmtoken (src/Text/XML/HXT/Parser/XmlTokenParser.hs:178)
    nmtokens (src/Text/XML/HXT/Parser/XmlTokenParser.hs:187)
    peReference (src/Text/XML/HXT/Parser/XmlTokenParser.hs:328)
    pubidLiteral (src/Text/XML/HXT/Parser/XmlTokenParser.hs:261)
    qName (src/Text/XML/HXT/Parser/XmlTokenParser.hs:168)
    quoted (src/Text/XML/HXT/Parser/XmlTokenParser.hs:376)
    reference (src/Text/XML/HXT/Parser/XmlTokenParser.hs:284)
    rpar (src/Text/XML/HXT/Parser/XmlTokenParser.hs:412)
    semi (src/Text/XML/HXT/Parser/XmlTokenParser.hs:386)
    separator (src/Text/XML/HXT/Parser/XmlTokenParser.hs:402)
    singleChar (src/Text/XML/HXT/Parser/XmlTokenParser.hs:195)
    singleChars (src/Text/XML/HXT/Parser/XmlTokenParser.hs:201)
    skipS (src/Text/XML/HXT/Parser/XmlTokenParser.hs:129)
    skipS0 (src/Text/XML/HXT/Parser/XmlTokenParser.hs:133)
    sPace (src/Text/XML/HXT/Parser/XmlTokenParser.hs:121)
    sPace0 (src/Text/XML/HXT/Parser/XmlTokenParser.hs:125)
    sq (src/Text/XML/HXT/Parser/XmlTokenParser.hs:386)
    systemLiteral (src/Text/XML/HXT/Parser/XmlTokenParser.hs:254)
    versionNum (src/Text/XML/HXT/Parser/XmlTokenParser.hs:349)
    concRes (src/Text/XML/HXT/Parser/XmlTokenParser.hs:462)
    mkList (src/Text/XML/HXT/Parser/XmlTokenParser.hs:468)
    nameT (src/Text/XML/HXT/Parser/XmlTokenParser.hs:482)
    nmtokenT (src/Text/XML/HXT/Parser/XmlTokenParser.hs:488)
    entityValueT (src/Text/XML/HXT/Parser/XmlTokenParser.hs:495)
    entityTokensT (src/Text/XML/HXT/Parser/XmlTokenParser.hs:506)
    entityCharT (src/Text/XML/HXT/Parser/XmlTokenParser.hs:510)
    attrValueT (src/Text/XML/HXT/Parser/XmlTokenParser.hs:523)
    attrValueT' (src/Text/XML/HXT/Parser/XmlTokenParser.hs:530)
    referenceT (src/Text/XML/HXT/Parser/XmlTokenParser.hs:544)
    charRefT (src/Text/XML/HXT/Parser/XmlTokenParser.hs:550)
    entityRefT (src/Text/XML/HXT/Parser/XmlTokenParser.hs:556)
    peReferenceT (src/Text/XML/HXT/Parser/XmlTokenParser.hs:583)
    singleCharsT (src/Text/XML/HXT/Parser/XmlTokenParser.hs:534)
    mergeTextNodes (src/Text/XML/HXT/Parser/XmlTokenParser.hs:591)
  11% (  1 /  9) in 'Text.XML.HXT.Parser.XmlDTDTokenParser'
  Missing documentation for:
    dtdDeclTokenizer (src/Text/XML/HXT/Parser/XmlDTDTokenParser.hs:33)
    dtdDeclStart (src/Text/XML/HXT/Parser/XmlDTDTokenParser.hs:41)
    dtdDeclEnd (src/Text/XML/HXT/Parser/XmlDTDTokenParser.hs:64)
    dtdToken (src/Text/XML/HXT/Parser/XmlDTDTokenParser.hs:70)
    peReference (src/Text/XML/HXT/Parser/XmlDTDTokenParser.hs:81)
    entityValue (src/Text/XML/HXT/Parser/XmlDTDTokenParser.hs:87)
    dtdChars (src/Text/XML/HXT/Parser/XmlDTDTokenParser.hs:93)
    percent (src/Text/XML/HXT/Parser/XmlDTDTokenParser.hs:99)
  80% (  4 /  5) in 'Text.XML.HXT.DOM.ShowXml'
  Missing documentation for:
    xshow'' (src/Text/XML/HXT/DOM/ShowXml.hs:69)
  33% (  1 /  3) in 'Text.XML.HXT.DOM.FormatXmlTree'
  Missing documentation for:
    formatXmlTree (src/Text/XML/HXT/DOM/FormatXmlTree.hs:37)
    formatXmlContents (src/Text/XML/HXT/DOM/FormatXmlTree.hs:33)
  31% ( 11 / 36) in 'Text.XML.HXT.Parser.XmlParsec'
  Missing documentation for:
    charData (src/Text/XML/HXT/Parser/XmlParsec.hs:101)
    charData' (src/Text/XML/HXT/Parser/XmlParsec.hs:105)
    comment (src/Text/XML/HXT/Parser/XmlParsec.hs:115)
    pI (src/Text/XML/HXT/Parser/XmlParsec.hs:136)
    cDSect (src/Text/XML/HXT/Parser/XmlParsec.hs:168)
    document (src/Text/XML/HXT/Parser/XmlParsec.hs:189)
    document' (src/Text/XML/HXT/Parser/XmlParsec.hs:199)
    prolog (src/Text/XML/HXT/Parser/XmlParsec.hs:208)
    xMLDecl (src/Text/XML/HXT/Parser/XmlParsec.hs:217)
    xMLDecl' (src/Text/XML/HXT/Parser/XmlParsec.hs:229)
    versionInfo (src/Text/XML/HXT/Parser/XmlParsec.hs:241)
    misc (src/Text/XML/HXT/Parser/XmlParsec.hs:256)
    doctypedecl (src/Text/XML/HXT/Parser/XmlParsec.hs:272)
    markupdecl (src/Text/XML/HXT/Parser/XmlParsec.hs:314)
    sDDecl (src/Text/XML/HXT/Parser/XmlParsec.hs:328)
    element (src/Text/XML/HXT/Parser/XmlParsec.hs:345)
    content (src/Text/XML/HXT/Parser/XmlParsec.hs:445)
    contentWithTextDecl (src/Text/XML/HXT/Parser/XmlParsec.hs:477)
    textDecl (src/Text/XML/HXT/Parser/XmlParsec.hs:549)
    encodingDecl (src/Text/XML/HXT/Parser/XmlParsec.hs:571)
    xreadDoc (src/Text/XML/HXT/Parser/XmlParsec.hs:603)
    parseXmlDocEncodingSpec (src/Text/XML/HXT/Parser/XmlParsec.hs:763)
    parseXmlDocument (src/Text/XML/HXT/Parser/XmlParsec.hs:630)
    parseXmlEntityEncodingSpec (src/Text/XML/HXT/Parser/XmlParsec.hs:760)
    removeEncodingSpec (src/Text/XML/HXT/Parser/XmlParsec.hs:641)
  12% (  1 /  8) in 'Text.XML.HXT.Parser.HtmlParsec'
  Missing documentation for:
    parseHtmlText (src/Text/XML/HXT/Parser/HtmlParsec.hs:109)
    parseHtmlDocument (src/Text/XML/HXT/Parser/HtmlParsec.hs:118)
    parseHtmlContent (src/Text/XML/HXT/Parser/HtmlParsec.hs:121)
    isEmptyHtmlTag (src/Text/XML/HXT/Parser/HtmlParsec.hs:540)
    isInnerHtmlTagOf (src/Text/XML/HXT/Parser/HtmlParsec.hs:561)
    closesHtmlTag (src/Text/XML/HXT/Parser/HtmlParsec.hs:588)
    emptyHtmlTags (src/Text/XML/HXT/Parser/HtmlParsec.hs:545)
  25% (  2 /  8) in 'Text.XML.HXT.Parser.XmlDTDParser'
  Missing documentation for:
    parseXmlDTDdeclPart (src/Text/XML/HXT/Parser/XmlDTDParser.hs:617)
    parseXmlDTDEntityValue (src/Text/XML/HXT/Parser/XmlDTDParser.hs:590)
    elementDecl (src/Text/XML/HXT/Parser/XmlDTDParser.hs:182)
    attlistDecl (src/Text/XML/HXT/Parser/XmlDTDParser.hs:323)
    entityDecl (src/Text/XML/HXT/Parser/XmlDTDParser.hs:421)
    notationDecl (src/Text/XML/HXT/Parser/XmlDTDParser.hs:520)
  13% (  5 / 38) in 'Text.XML.HXT.Arrow.Pickle.Schema'
  Missing documentation for:
    Name (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:56)
    Schemas (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:57)
    DataTypeDescr (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:59)
     (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:65)
    isScEnum (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:91)
    isScElem (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:96)
    isScAttr (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:100)
    isScElemRef (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:104)
    isScCharData (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:108)
    isScSARE (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:112)
    isScList (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:119)
    isScOpt (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:123)
    scDT (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:142)
    scDTxsd (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:145)
    scString (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:148)
    scString1 (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:151)
    scFixed (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:154)
    scEnum (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:157)
    scNmtoken (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:160)
    scNmtokens (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:163)
    scEmpty (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:168)
    scSeq (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:171)
    scSeqs (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:179)
    scNull (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:182)
    scAlt (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:185)
    scAlts (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:193)
    scOption (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:196)
    scList (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:203)
    scList1 (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:206)
    scOpt (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:209)
    scRep (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:212)
    scElem (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:215)
    scAttr (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:218)
  13% (  3 / 23) in 'Text.XML.HXT.Arrow.Pickle.DTD'
  Missing documentation for:
    DTDdescr (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:35)
     (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:37)
    checkAttrModell (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:92)
    checkAM (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:95)
    checkAMC (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:99)
    checkContentModell (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:120)
    scContToXml (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:185)
    scWrap (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:210)
    scCont (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:216)
    scConts (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:226)
    scAttrToXml (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:229)
    checkErr (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:259)
    foundErr (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:263)
    elementDeclarations (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:279)
    elementDecs (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:282)
    elemNames (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:296)
    elemName (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:299)
    elemRefs (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:303)
    attrDec (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:314)
    remAttrDec (src/Text/XML/HXT/Arrow/Pickle/DTD.hs:323)
 100% (  2 /  2) in 'Control.Arrow.ArrowList'
  75% (  3 /  4) in 'Control.Arrow.ArrowNF'
  Missing documentation for:
    ArrowNF (src/Control/Arrow/ArrowNF.hs:37)
 100% (  3 /  3) in 'Control.Arrow.ArrowIf'
  93% ( 28 / 30) in 'Control.Arrow.ArrowNavigatableTree'
  Missing documentation for:
    parentAxis (src/Control/Arrow/ArrowNavigatableTree.hs:62)
    isAtRoot (src/Control/Arrow/ArrowNavigatableTree.hs:132)
 100% (  3 /  3) in 'Control.Arrow.ArrowTree'
 100% (  3 /  3) in 'Control.Arrow.ListArrow'
 100% (  3 /  3) in 'Control.Arrow.StateListArrow'
  67% (  2 /  3) in 'Control.Arrow.NTreeEdit'
  Missing documentation for:
    fmapNTreeA (src/Control/Arrow/NTreeEdit.hs:43)
 100% (  3 /  3) in 'Control.Arrow.ArrowIO'
  50% (  1 /  2) in 'Control.Arrow.ArrowExc'
  Missing documentation for:
    ArrowExc (src/Control/Arrow/ArrowExc.hs:29)
 100% (  2 /  2) in 'Control.Arrow.IOListArrow'
 100% (  4 /  4) in 'Control.Arrow.IOStateListArrow'
  13% ( 17 /126) in 'Text.XML.HXT.Arrow.XmlState.TypeDefs'
  Missing documentation for:
     (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:66)
    withoutUserState (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:144)
     (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:159)
    XIOSysWriter (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:162)
    XIOSysEnv (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:170)
    XIOInputConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:185)
    XIOParseConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:194)
    XIOOutputConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:217)
    XIOXoutConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:227)
    XIORelaxConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:230)
    XIOXmlSchemaConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:239)
    XIOCacheConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:244)
    MimeTypeHandlers (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:254)
    CompressionFct (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:256)
    DeCompressionFct (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:257)
    SysConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:259)
    SysConfigList (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:260)
    theSysState (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:264)
    theUserState (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:269)
    theSysWriter (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:276)
    theErrorStatus (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:281)
    theErrorMsgList (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:288)
    theRelaxNoOfErrors (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:295)
    theRelaxDefineId (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:302)
    theRelaxAttrList (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:309)
    theSysEnv (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:318)
    theInputConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:323)
    theStrictInput (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:330)
    theEncodingErrors (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:337)
    theInputEncoding (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:344)
    theHttpHandler (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:351)
    theInputOptions (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:358)
    theRedirect (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:365)
    theProxy (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:372)
    theOutputConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:381)
    theIndent (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:388)
    theOutputEncoding (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:395)
    theOutputFmt (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:402)
    theXmlPi (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:409)
    theNoEmptyElemFor (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:416)
    theAddDefaultDTD (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:423)
    theTextMode (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:430)
    theShowTree (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:437)
    theShowHaskell (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:444)
    theRelaxConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:453)
    theRelaxValidate (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:460)
    theRelaxSchema (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:467)
    theRelaxCheckRestr (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:474)
    theRelaxValidateExtRef (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:481)
    theRelaxValidateInclude (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:488)
    theRelaxCollectErrors (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:495)
    theRelaxValidator (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:502)
    theXmlSchemaConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:511)
    theXmlSchemaValidate (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:518)
    theXmlSchemaSchema (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:525)
    theXmlSchemaValidator (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:532)
    theParseConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:541)
    theErrorMsgHandler (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:548)
    theErrorMsgCollect (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:555)
    theBaseURI (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:562)
    theDefaultBaseURI (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:569)
    theTraceLevel (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:576)
    theTraceCmd (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:583)
    theTrace (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:590)
    theAttrList (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:593)
    theMimeTypes (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:600)
    theMimeTypeHandlers (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:607)
    theMimeTypeFile (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:614)
    theAcceptedMimeTypes (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:621)
    theFileMimeType (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:628)
    theWarnings (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:635)
    theRemoveWS (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:642)
    thePreserveComment (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:649)
    theParseByMimeType (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:656)
    theParseHTML (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:663)
    theLowerCaseNames (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:670)
    theValidate (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:677)
    theSubstDTDEntities (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:684)
    theSubstHTMLEntities (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:691)
    theCheckNamespaces (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:698)
    theCanonicalize (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:705)
    theIgnoreNoneXmlContents (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:712)
    theTagSoup (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:719)
    theTagSoupParser (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:726)
    theExpat (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:733)
    theExpatParser (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:740)
    theExpatErrors (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:747)
    theCacheConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:756)
    theBinaryCompression (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:763)
    theBinaryDeCompression (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:770)
    theWithCache (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:777)
    theCacheDir (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:784)
    theDocumentAge (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:791)
    theCache404Err (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:798)
    theCacheRead (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:805)
    theStrictDeserialize (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:812)
    getSysVar (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:821)
    setSysVar (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:825)
    chgSysVar (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:828)
    configSysVar (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:831)
    configSysVars (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:835)
    localSysVar (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:838)
    localSysEnv (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:846)
    incrSysVar (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:849)
    setSysAttrString (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:883)
    toInt (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:903)
    chgS (src/Data/Function/Selector.hs:22)
    idS (src/Data/Function/Selector.hs:52)
    .&&&. (src/Data/Function/Selector.hs:55)
 100% (  4 /  4) in 'Text.XML.HXT.Arrow.XmlState.MimeTypeTable'
  27% (  3 / 11) in 'Text.XML.HXT.Arrow.XmlArrow'
  Missing documentation for:
     (src/Text/XML/HXT/Arrow/XmlArrow.hs:722)
     (src/Text/XML/HXT/Arrow/XmlArrow.hs:723)
     (src/Text/XML/HXT/Arrow/XmlArrow.hs:724)
     (src/Text/XML/HXT/Arrow/XmlArrow.hs:725)
     (src/Text/XML/HXT/Arrow/XmlArrow.hs:727)
     (src/Text/XML/HXT/Arrow/XmlArrow.hs:728)
     (src/Text/XML/HXT/Arrow/XmlArrow.hs:729)
     (src/Text/XML/HXT/Arrow/XmlArrow.hs:730)
  87% ( 20 / 23) in 'Text.XML.HXT.Arrow.XmlState.ErrorHandling'
  Missing documentation for:
    changeErrorStatus (src/Text/XML/HXT/Arrow/XmlState/ErrorHandling.hs:58)
    addToErrorMsgList (src/Text/XML/HXT/Arrow/XmlState/ErrorHandling.hs:147)
    errorOutputToStderr (src/Text/XML/HXT/Arrow/XmlState/ErrorHandling.hs:246)
  77% ( 33 / 43) in 'Text.XML.HXT.Arrow.XmlState.SystemConfig'
  Missing documentation for:
    withInputOption (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:180)
    withInputOptions (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:183)
    withXmlPi (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:235)
    withNoEmptyElemFor (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:238)
    withAddDefaultDTD (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:241)
    withTextMode (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:244)
    withShowTree (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:247)
    withShowHaskell (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:250)
    yes (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:267)
    no (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:270)
  12% (  7 / 59) in 'Text.XML.HXT.Arrow.XmlOptions'
  Missing documentation for:
    a_accept_mimetypes (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_add_default_dtd (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_canonicalize (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_check_namespaces (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_collect_errors (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_default_baseuri (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_do_not_canonicalize (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_do_not_check_namespaces (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_do_not_issue_errors (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_do_not_issue_warnings (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_do_not_preserve_comment (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_do_not_remove_whitespace (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_do_not_subst_dtd_entities (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_do_not_subst_html_entities (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_do_not_validate (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_error (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_error_log (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_help (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_if_modified_since (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_if_unmodified_since (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_ignore_encoding_errors (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_ignore_none_xml_contents (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_indent (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_issue_errors (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_issue_warnings (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_mime_types (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_no_empty_elements (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_no_empty_elem_for (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_no_redirect (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_no_xml_pi (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_output_file (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_output_xml (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_output_html (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_output_xhtml (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_output_plain (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_parse_by_mimetype (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_parse_html (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_parse_xml (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_preserve_comment (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_proxy (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_redirect (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_remove_whitespace (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_show_haskell (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_show_tree (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_strict_input (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_subst_dtd_entities (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_subst_html_entities (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_text_mode (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_trace (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_validate (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    a_verbose (src/Text/XML/HXT/Arrow/XmlOptions.hs:137)
    removeOptions (src/Text/XML/HXT/Arrow/XmlOptions.hs:250)
   6% (  1 / 16) in 'Text.XML.HXT.Arrow.ParserInterface'
  Missing documentation for:
    parseXmlDoc (src/Text/XML/HXT/Arrow/ParserInterface.hs:32)
    parseXmlDTDPart (src/Text/XML/HXT/Arrow/ParserInterface.hs:35)
    xreadCont (src/Text/XML/HXT/Arrow/ParserInterface.hs:38)
    xreadDoc (src/Text/XML/HXT/Arrow/ParserInterface.hs:41)
    parseXmlEntityEncodingSpec (src/Text/XML/HXT/Arrow/ParserInterface.hs:44)
    parseXmlDocEncodingSpec (src/Text/XML/HXT/Arrow/ParserInterface.hs:44)
    removeEncodingSpec (src/Text/XML/HXT/Arrow/ParserInterface.hs:44)
    parseXmlDTDdeclPart (src/Text/XML/HXT/Arrow/ParserInterface.hs:53)
    parseXmlDTDdecl (src/Text/XML/HXT/Arrow/ParserInterface.hs:56)
    parseXmlDTDEntityValue (src/Text/XML/HXT/Arrow/ParserInterface.hs:59)
    parseXmlEntityValueAsContent (src/Text/XML/HXT/Arrow/ParserInterface.hs:62)
    parseXmlEntityValueAsAttrValue (src/Text/XML/HXT/Arrow/ParserInterface.hs:65)
    parseHtmlDoc (src/Text/XML/HXT/Arrow/ParserInterface.hs:70)
    hread (src/Text/XML/HXT/Arrow/ParserInterface.hs:73)
    hreadDoc (src/Text/XML/HXT/Arrow/ParserInterface.hs:76)
  74% ( 26 / 35) in 'Text.XML.HXT.Arrow.Edit'
  Missing documentation for:
    escapeXmlRefs (src/Text/XML/HXT/Arrow/Edit.hs:303)
    escapeHtmlRefs (src/Text/XML/HXT/Arrow/Edit.hs:318)
    addHeadlineToXmlDoc (src/Text/XML/HXT/Arrow/Edit.hs:405)
    preventEmptyElements (src/Text/XML/HXT/Arrow/Edit.hs:344)
    substAllXHTMLEntityRefs (src/Text/XML/HXT/Arrow/Edit.hs:296)
    substXHTMLEntityRef (src/Text/XML/HXT/Arrow/Edit.hs:283)
    rememberDTDAttrl (src/Text/XML/HXT/Arrow/Edit.hs:678)
    addDefaultDTDecl (src/Text/XML/HXT/Arrow/Edit.hs:689)
    hasXmlPi (src/Text/XML/HXT/Arrow/Edit.hs:711)
 100% ( 13 / 13) in 'Text.XML.HXT.Arrow.Namespace'
  93% ( 13 / 14) in 'Text.XML.HXT.Arrow.XmlState.TraceHandling'
  Missing documentation for:
    traceOutputToStderr (src/Text/XML/HXT/Arrow/XmlState/TraceHandling.hs:143)
 100% ( 19 / 19) in 'Text.XML.HXT.Arrow.XmlState.URIHandling'
  28% ( 12 / 43) in 'Text.XML.HXT.DTDValidation.TypeDefs'
  Missing documentation for:
    XmlArrow (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:49)
    XmlArrowS (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:50)
    dtd_name (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:54)
    dtd_value (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:54)
    dtd_type (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:54)
    dtd_kind (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:54)
    dtd_modifier (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:54)
    dtd_default (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:54)
    isUnparsedEntity (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:70)
    hasDTDAttrValue (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:74)
    isRequiredAttrKind (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:78)
    isDefaultAttrKind (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:81)
    isFixedAttrKind (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:84)
    isMixedContentElement (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:87)
    isEmptyElement (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:90)
    isEnumAttrType (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:93)
    isIdAttrType (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:96)
    isIdRefAttrType (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:99)
    isNotationAttrType (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:102)
    isAttlistOfElement (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:105)
    valueOfDTD (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:110)
    valueOf (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:113)
    getDTDAttributes (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:116)
    isDTDDoctypeNode (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:119)
    isDTDElementNode (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:122)
    isDTDAttlistNode (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:125)
    isDTDContentNode (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:128)
    isDTDNameNode (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:131)
    isElemNode (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:134)
    nameOfAttr (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:137)
    nameOfElem (src/Text/XML/HXT/DTDValidation/TypeDefs.hs:140)
 100% (  3 /  3) in 'Text.XML.HXT.DTDValidation.AttributeValueValidation'
 100% (  3 /  3) in 'Text.XML.HXT.DTDValidation.DTDValidation'
 100% (  2 /  2) in 'Text.XML.HXT.DTDValidation.DocTransformation'
 100% ( 14 / 14) in 'Text.XML.HXT.DTDValidation.XmlRE'
 100% (  2 /  2) in 'Text.XML.HXT.DTDValidation.DocValidation'
 100% (  2 /  2) in 'Text.XML.HXT.DTDValidation.IdValidation'
  75% (  6 /  8) in 'Text.XML.HXT.DTDValidation.Validation'
  Missing documentation for:
    getDTDSubset (src/Text/XML/HXT/DTDValidation/Validation.hs:125)
    generalEntitiesDefined (src/Text/XML/HXT/DTDValidation/Validation.hs:130)
  14% (  3 / 21) in 'Text.XML.HXT.Arrow.XmlState.RunIOStateArrow'
  Missing documentation for:
    runXIOState (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:50)
    initialSysState (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:69)
    initialSysWriter (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:75)
    initialSysEnv (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:85)
    initialInputConfig (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:102)
    initialParseConfig (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:113)
    initialOutputConfig (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:138)
    initialRelaxConfig (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:151)
    initialXmlSchemaConfig (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:162)
    initialCacheConfig (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:169)
    dummyHTTPHandler (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:183)
    dummyTagSoupParser (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:197)
    dummyExpatParser (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:205)
    dummyRelaxValidator (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:213)
    dummyXmlSchemaValidator (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:221)
    dummyCacheRead (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:229)
    getConfigAttr (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:239)
    theSysConfigComp (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:247)
  87% (108 /124) in 'Text.XML.HXT.Arrow.XmlState'
  Missing documentation for:
    SysConfig (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:259)
    SysConfigList (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:260)
    withoutUserState (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:144)
    configSysVars (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:835)
    setSysAttrString (src/Text/XML/HXT/Arrow/XmlState/TypeDefs.hs:883)
    getConfigAttr (src/Text/XML/HXT/Arrow/XmlState/RunIOStateArrow.hs:239)
    yes (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:267)
    no (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:270)
    withAddDefaultDTD (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:241)
    withInputOption (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:180)
    withInputOptions (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:183)
    withNoEmptyElemFor (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:238)
    withXmlPi (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:235)
    withShowHaskell (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:250)
    withShowTree (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:247)
    withTextMode (src/Text/XML/HXT/Arrow/XmlState/SystemConfig.hs:244)
  29% (  2 /  7) in 'Text.XML.HXT.Arrow.DocumentInput'
  Missing documentation for:
    getXmlEntityContents (src/Text/XML/HXT/Arrow/DocumentInput.hs:253)
    getEncoding (src/Text/XML/HXT/Arrow/DocumentInput.hs:317)
    getTextEncoding (src/Text/XML/HXT/Arrow/DocumentInput.hs:329)
    decodeDocument (src/Text/XML/HXT/Arrow/DocumentInput.hs:339)
    addInputError (src/Text/XML/HXT/Arrow/DocumentInput.hs:132)
 100% (  2 /  2) in 'Text.XML.HXT.Arrow.DTDProcessing'
 100% (  2 /  2) in 'Text.XML.HXT.Arrow.GeneralEntitySubstitution'
  75% (  6 /  8) in 'Text.XML.HXT.Arrow.ProcessDocument'
  Missing documentation for:
    parseXmlDocumentWithExpat (src/Text/XML/HXT/Arrow/ProcessDocument.hs:157)
    andValidateNamespaces (src/Text/XML/HXT/Arrow/ProcessDocument.hs:299)
 100% ( 15 / 15) in 'Control.Arrow.ListArrows'
 100% (  9 /  9) in 'Text.XML.HXT.Arrow.ReadDocument'
  26% (  7 / 27) in 'Text.XML.HXT.Arrow.XmlRegex'
  Missing documentation for:
    XmlRegex (src/Text/XML/HXT/Arrow/XmlRegex.hs:94)
    mkZero (src/Text/XML/HXT/Arrow/XmlRegex.hs:133)
    mkUnit (src/Text/XML/HXT/Arrow/XmlRegex.hs:136)
    mkPrim (src/Text/XML/HXT/Arrow/XmlRegex.hs:139)
    mkPrim' (src/Text/XML/HXT/Arrow/XmlRegex.hs:142)
    mkPrimA (src/Text/XML/HXT/Arrow/XmlRegex.hs:145)
    mkDot (src/Text/XML/HXT/Arrow/XmlRegex.hs:148)
    mkStar (src/Text/XML/HXT/Arrow/XmlRegex.hs:151)
    mkAlt (src/Text/XML/HXT/Arrow/XmlRegex.hs:165)
    mkAlts (src/Text/XML/HXT/Arrow/XmlRegex.hs:181)
    mkSeq (src/Text/XML/HXT/Arrow/XmlRegex.hs:184)
    mkSeqs (src/Text/XML/HXT/Arrow/XmlRegex.hs:192)
    mkRep (src/Text/XML/HXT/Arrow/XmlRegex.hs:195)
    mkRng (src/Text/XML/HXT/Arrow/XmlRegex.hs:201)
    mkOpt (src/Text/XML/HXT/Arrow/XmlRegex.hs:212)
    mkPerm (src/Text/XML/HXT/Arrow/XmlRegex.hs:215)
    mkPerms (src/Text/XML/HXT/Arrow/XmlRegex.hs:222)
    mkMerge (src/Text/XML/HXT/Arrow/XmlRegex.hs:225)
    nullable (src/Text/XML/HXT/Arrow/XmlRegex.hs:265)
    delta (src/Text/XML/HXT/Arrow/XmlRegex.hs:285)
  67% (  2 /  3) in 'Text.XML.HXT.Arrow.Binary'
  Missing documentation for:
    readBinaryValue (src/Text/XML/HXT/Arrow/Binary.hs:39)
  67% (  4 /  6) in 'Text.XML.HXT.Arrow.DocumentOutput'
  Missing documentation for:
    encodeDocument (src/Text/XML/HXT/Arrow/DocumentOutput.hs:165)
    encodeDocument' (src/Text/XML/HXT/Arrow/DocumentOutput.hs:208)
  80% (  4 /  5) in 'Text.XML.HXT.Arrow.WriteDocument'
  Missing documentation for:
    writeDocument' (src/Text/XML/HXT/Arrow/WriteDocument.hs:162)
  53% ( 58 /109) in 'Text.XML.HXT.Arrow.Pickle.Xml'
  Missing documentation for:
    St (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:97)
    PU (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:104)
    Pickler (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:113)
    Unpickler (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:119)
    UnpickleVal (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:121)
    UnpickleErr (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:123)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:125)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:129)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:137)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:147)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:151)
    throwMsg (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:163)
    getCont (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:200)
    getAtt (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:207)
    getNSAtt (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:221)
    emptySt (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:236)
    putAtt (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:244)
    putCont (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:250)
    findElem (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:258)
    xpLift (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:404)
    xpLiftEither (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:420)
    xp8Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:557)
    xp9Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:565)
    xp10Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:573)
    xp11Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:582)
    xp12Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:591)
    xp13Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:600)
    xp14Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:609)
    xp15Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:618)
    xp16Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:628)
    xp17Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:638)
    xp18Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:648)
    xp19Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:658)
    xp20Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:668)
    xp21Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:679)
    xp22Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:690)
    xp23Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:701)
    xpAttrFixed (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1060)
    xpAttrNSDecl (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1097)
    xpIgnoreCont (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1106)
    xpIgnoreAttr (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1109)
    xpIgnoreInput (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1127)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1144)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1147)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1159)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1162)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1165)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1168)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1171)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1174)
     (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1177)
  73% ( 61 / 83) in 'Text.XML.HXT.Arrow.Pickle'
  Missing documentation for:
    PU (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:104)
    xp8Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:557)
    xp9Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:565)
    xp10Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:573)
    xp11Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:582)
    xp12Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:591)
    xp13Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:600)
    xp14Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:609)
    xp15Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:618)
    xp16Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:628)
    xp17Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:638)
    xp18Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:648)
    xp19Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:658)
    xp20Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:668)
    xp21Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:679)
    xp22Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:690)
    xp23Tuple (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:701)
    xpAttrFixed (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:1060)
    xpLift (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:404)
    xpLiftEither (src/Text/XML/HXT/Arrow/Pickle/Xml.hs:420)
    Schemas (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:57)
    DataTypeDescr (src/Text/XML/HXT/Arrow/Pickle/Schema.hs:59)
 100% ( 17 / 17) in 'Text.XML.HXT.Core'
Warning: Text.XML.HXT.DOM.ShowXml: could not find link destinations for:
    StringFct
Warning: Text.XML.HXT.Parser.XmlDTDParser: could not find link destinations for:
    SParser
Warning: Text.XML.HXT.Arrow.Namespace: could not find link destinations for:
    propagateNamespaceEnv
Documentation created: dist/doc/html/hxt/index.html, dist/doc/html/hxt/hxt.txt
Creating package registration file:
/tmp/pkgConf-hxt-9.3.11926228785915892857.15
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hxt-9.3.1.15-J2S0iZ3ycOQHaxoYSwPUmO
Registering hxt-9.3.1.15...
Installed hxt-9.3.1.15
Configuring lifted-base-0.2.3.6...
Building lifted-base-0.2.3.6...
Preprocessing library lifted-base-0.2.3.6...
[1 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.o )

System/Timeout/Lifted.hs:4:14: Warning:
    ‘System.Timeout.Lifted’ is marked as Trustworthy but has been inferred as safe!
[2 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.o )

Foreign/Marshal/Utils/Lifted.hs:6:14: Warning:
    ‘Foreign.Marshal.Utils.Lifted’ is marked as Trustworthy but has been inferred as safe!
[3 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.o )

Data/IORef/Lifted.hs:6:14: Warning:
    ‘Data.IORef.Lifted’ is marked as Trustworthy but has been inferred as safe!
[4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.o )

Control/Concurrent/QSemN/Lifted.hs:7:14: Warning:
    ‘Control.Concurrent.QSemN.Lifted’ is marked as Trustworthy but has been inferred as safe!
[5 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.o )

Control/Concurrent/QSem/Lifted.hs:7:14: Warning:
    ‘Control.Concurrent.QSem.Lifted’ is marked as Trustworthy but has been inferred as safe!
[6 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.o )

Control/Concurrent/Chan/Lifted.hs:6:14: Warning:
    ‘Control.Concurrent.Chan.Lifted’ is marked as Trustworthy but has been inferred as safe!
[7 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.o )

Control/Concurrent/MVar/Lifted.hs:7:14: Warning:
    ‘Control.Concurrent.MVar.Lifted’ is marked as Trustworthy but has been inferred as safe!
[8 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.o )

Control/Exception/Lifted.hs:11:14: Warning:
    ‘Control.Exception.Lifted’ is marked as Trustworthy but has been inferred as safe!
[9 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.o )

Control/Concurrent/Lifted.hs:4:14: Warning:
    ‘Control.Concurrent.Lifted’ is marked as Trustworthy but has been inferred as safe!
In-place registering lifted-base-0.2.3.6...
Running Haddock for lifted-base-0.2.3.6...
Running hscolour for lifted-base-0.2.3.6...
Preprocessing library lifted-base-0.2.3.6...
Preprocessing library lifted-base-0.2.3.6...

System/Timeout/Lifted.hs:4:14: Warning:
    ‘System.Timeout.Lifted’ is marked as Trustworthy but has been inferred as safe!

Foreign/Marshal/Utils/Lifted.hs:6:14: Warning:
    ‘Foreign.Marshal.Utils.Lifted’ is marked as Trustworthy but has been inferred as safe!

Data/IORef/Lifted.hs:6:14: Warning:
    ‘Data.IORef.Lifted’ is marked as Trustworthy but has been inferred as safe!

Control/Concurrent/QSemN/Lifted.hs:7:14: Warning:
    ‘Control.Concurrent.QSemN.Lifted’ is marked as Trustworthy but has been inferred as safe!

Control/Concurrent/QSem/Lifted.hs:7:14: Warning:
    ‘Control.Concurrent.QSem.Lifted’ is marked as Trustworthy but has been inferred as safe!

Control/Concurrent/Chan/Lifted.hs:6:14: Warning:
    ‘Control.Concurrent.Chan.Lifted’ is marked as Trustworthy but has been inferred as safe!

Control/Concurrent/MVar/Lifted.hs:7:14: Warning:
    ‘Control.Concurrent.MVar.Lifted’ is marked as Trustworthy but has been inferred as safe!

Control/Exception/Lifted.hs:11:14: Warning:
    ‘Control.Exception.Lifted’ is marked as Trustworthy but has been inferred as safe!

Control/Concurrent/Lifted.hs:4:14: Warning:
    ‘Control.Concurrent.Lifted’ is marked as Trustworthy but has been inferred as safe!
Haddock coverage:
 100% (  2 /  2) in 'System.Timeout.Lifted'
 100% (  2 /  2) in 'Foreign.Marshal.Utils.Lifted'
 100% ( 11 / 11) in 'Data.IORef.Lifted'
 100% (  5 /  5) in 'Control.Concurrent.QSemN.Lifted'
 100% (  5 /  5) in 'Control.Concurrent.QSem.Lifted'
 100% (  8 /  8) in 'Control.Concurrent.Chan.Lifted'
 100% ( 19 / 19) in 'Control.Concurrent.MVar.Lifted'
 100% ( 36 / 36) in 'Control.Exception.Lifted'
 100% ( 36 / 36) in 'Control.Concurrent.Lifted'
Documentation created: dist/doc/html/lifted-base/index.html,
dist/doc/html/lifted-base/lifted-base.txt
Creating package registration file:
/tmp/pkgConf-lifted-base-0.2.36645027991040229189.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/lifted-base-0.2.3.6-K3cQFA6mRg85rpDaA9numU
Registering lifted-base-0.2.3.6...
Installed lifted-base-0.2.3.6
Configuring bifunctors-5.1...
Building bifunctors-5.1...
Preprocessing library bifunctors-5.1...
[ 1 of 15] Compiling Paths_bifunctors ( dist/build/autogen/Paths_bifunctors.hs, dist/build/Paths_bifunctors.o )
[ 2 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o )
[ 3 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o )
[ 4 of 15] Compiling Data.Bifoldable  ( src/Data/Bifoldable.hs, dist/build/Data/Bifoldable.o )
[ 5 of 15] Compiling Data.Bitraversable ( src/Data/Bitraversable.hs, dist/build/Data/Bitraversable.o )
[ 6 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o )
[ 7 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o )
[ 8 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o )
[ 9 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o )
[10 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o )
[11 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o )
[12 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o )
[13 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o )
[14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o )
[15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o )
In-place registering bifunctors-5.1...
Running Haddock for bifunctors-5.1...
Running hscolour for bifunctors-5.1...
Preprocessing library bifunctors-5.1...
Preprocessing library bifunctors-5.1...
Haddock coverage:
   0% (  0 /  8) in 'Paths_bifunctors'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_bifunctors.hs:15)
    getBinDir (dist/build/autogen/Paths_bifunctors.hs:25)
    getLibDir (dist/build/autogen/Paths_bifunctors.hs:25)
    getDataDir (dist/build/autogen/Paths_bifunctors.hs:25)
    getLibexecDir (dist/build/autogen/Paths_bifunctors.hs:25)
    getDataFileName (dist/build/autogen/Paths_bifunctors.hs:32)
    getSysconfDir (dist/build/autogen/Paths_bifunctors.hs:25)
  34% ( 27 / 79) in 'Data.Bifunctor.TH.Internal'
  Missing documentation for:
    expandSynApp (src/Data/Bifunctor/TH/Internal.hs:43)
    Subst (src/Data/Bifunctor/TH/Internal.hs:61)
    mkSubst (src/Data/Bifunctor/TH/Internal.hs:63)
    subst (src/Data/Bifunctor/TH/Internal.hs:70)
    bimapConst (src/Data/Bifunctor/TH/Internal.hs:81)
    bifoldrConst (src/Data/Bifunctor/TH/Internal.hs:85)
    bifoldMapConst (src/Data/Bifunctor/TH/Internal.hs:89)
    bitraverseConst (src/Data/Bifunctor/TH/Internal.hs:93)
    getNameBase (src/Data/Bifunctor/TH/Internal.hs:112)
     (src/Data/Bifunctor/TH/Internal.hs:115)
     (src/Data/Bifunctor/TH/Internal.hs:118)
     (src/Data/Bifunctor/TH/Internal.hs:121)
    thd3 (src/Data/Bifunctor/TH/Internal.hs:132)
    wellKinded (src/Data/Bifunctor/TH/Internal.hs:320)
    canRealizeKindStar (src/Data/Bifunctor/TH/Internal.hs:327)
    distinctKindVars (src/Data/Bifunctor/TH/Internal.hs:339)
    tvbToType (src/Data/Bifunctor/TH/Internal.hs:347)
    bifunctorsPackageKey (src/Data/Bifunctor/TH/Internal.hs:359)
    mkBifunctorsName_tc (src/Data/Bifunctor/TH/Internal.hs:366)
    mkBifunctorsName_v (src/Data/Bifunctor/TH/Internal.hs:369)
    bifoldableTypeName (src/Data/Bifunctor/TH/Internal.hs:372)
    bitraversableTypeName (src/Data/Bifunctor/TH/Internal.hs:375)
    bifoldrValName (src/Data/Bifunctor/TH/Internal.hs:378)
    bifoldMapValName (src/Data/Bifunctor/TH/Internal.hs:381)
    bitraverseValName (src/Data/Bifunctor/TH/Internal.hs:384)
    bimapConstValName (src/Data/Bifunctor/TH/Internal.hs:387)
    bifoldrConstValName (src/Data/Bifunctor/TH/Internal.hs:390)
    bifoldMapConstValName (src/Data/Bifunctor/TH/Internal.hs:393)
    bitraverseConstValName (src/Data/Bifunctor/TH/Internal.hs:396)
    dualDataName (src/Data/Bifunctor/TH/Internal.hs:399)
    endoDataName (src/Data/Bifunctor/TH/Internal.hs:402)
    wrapMonadDataName (src/Data/Bifunctor/TH/Internal.hs:405)
    functorTypeName (src/Data/Bifunctor/TH/Internal.hs:408)
    foldableTypeName (src/Data/Bifunctor/TH/Internal.hs:411)
    traversableTypeName (src/Data/Bifunctor/TH/Internal.hs:414)
    appEndoValName (src/Data/Bifunctor/TH/Internal.hs:417)
    composeValName (src/Data/Bifunctor/TH/Internal.hs:420)
    idValName (src/Data/Bifunctor/TH/Internal.hs:423)
    errorValName (src/Data/Bifunctor/TH/Internal.hs:426)
    flipValName (src/Data/Bifunctor/TH/Internal.hs:429)
    fmapValName (src/Data/Bifunctor/TH/Internal.hs:432)
    foldrValName (src/Data/Bifunctor/TH/Internal.hs:435)
    foldMapValName (src/Data/Bifunctor/TH/Internal.hs:438)
    getDualValName (src/Data/Bifunctor/TH/Internal.hs:441)
    traverseValName (src/Data/Bifunctor/TH/Internal.hs:444)
    unwrapMonadValName (src/Data/Bifunctor/TH/Internal.hs:447)
    bifunctorTypeName (src/Data/Bifunctor/TH/Internal.hs:451)
    bimapValName (src/Data/Bifunctor/TH/Internal.hs:454)
    pureValName (src/Data/Bifunctor/TH/Internal.hs:457)
    apValName (src/Data/Bifunctor/TH/Internal.hs:460)
    mappendValName (src/Data/Bifunctor/TH/Internal.hs:463)
    memptyValName (src/Data/Bifunctor/TH/Internal.hs:466)
 100% ( 17 / 17) in 'Data.Bifunctor.TH'
 100% ( 17 / 17) in 'Data.Bifoldable'
 100% ( 11 / 11) in 'Data.Bitraversable'
  62% (  5 /  8) in 'Data.Biapplicative'
  Missing documentation for:
    Biapplicative (src/Data/Biapplicative.hs:44)
    <<$>> (src/Data/Biapplicative.hs:40)
    <<**>> (src/Data/Biapplicative.hs:65)
 100% (  2 /  2) in 'Data.Bifunctor.Biff'
 100% (  2 /  2) in 'Data.Bifunctor.Clown'
 100% (  2 /  2) in 'Data.Bifunctor.Fix'
 100% (  2 /  2) in 'Data.Bifunctor.Flip'
 100% (  2 /  2) in 'Data.Bifunctor.Join'
 100% (  2 /  2) in 'Data.Bifunctor.Joker'
 100% (  2 /  2) in 'Data.Bifunctor.Product'
 100% (  2 /  2) in 'Data.Bifunctor.Tannen'
 100% (  2 /  2) in 'Data.Bifunctor.Wrapped'
Warning: Data.Bifunctor.TH: could not find link destinations for:
    Bifunctor Bifoldable Bitraversable
Documentation created: dist/doc/html/bifunctors/index.html,
dist/doc/html/bifunctors/bifunctors.txt
Creating package registration file:
/tmp/pkgConf-bifunctors-513228500631701243281.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/bifunctors-5.1-5YALODvEtA24oFsRFahHMX
Registering bifunctors-5.1...
Installed bifunctors-5.1
Configuring void-0.7.1...
Building void-0.7.1...
Preprocessing library void-0.7.1...
[1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, dist/build/Data/Void/Unsafe.o )
In-place registering void-0.7.1...
Running Haddock for void-0.7.1...
Running hscolour for void-0.7.1...
Preprocessing library void-0.7.1...
Preprocessing library void-0.7.1...
Haddock coverage:
 100% (  3 /  3) in 'Data.Void.Unsafe'
Documentation created: dist/doc/html/void/index.html,
dist/doc/html/void/void.txt
Creating package registration file:
/tmp/pkgConf-void-0.720492552881217747481.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/void-0.7.1-8dYlR95g40F7JWPVTQK5NH
Registering void-0.7.1...
Installed void-0.7.1
[1 of 6] Compiling Utils            ( /tmp/cabal-tmp-21331/gl-0.7.7/Utils.hs, /tmp/cabal-tmp-21331/gl-0.7.7/dist/setup/Utils.o )
[2 of 6] Compiling Module           ( /tmp/cabal-tmp-21331/gl-0.7.7/Module.hs, /tmp/cabal-tmp-21331/gl-0.7.7/dist/setup/Module.o )
[3 of 6] Compiling Registry         ( /tmp/cabal-tmp-21331/gl-0.7.7/Registry.hs, /tmp/cabal-tmp-21331/gl-0.7.7/dist/setup/Registry.o )

/tmp/cabal-tmp-21331/gl-0.7.7/Registry.hs:27:1: Warning:
    The import of ‘Data.Functor’ is redundant
      except perhaps to import instances from ‘Data.Functor’
    To import instances alone, use: import Data.Functor()
[4 of 6] Compiling Parser           ( /tmp/cabal-tmp-21331/gl-0.7.7/Parser.hs, /tmp/cabal-tmp-21331/gl-0.7.7/dist/setup/Parser.o )
[5 of 6] Compiling Generator        ( /tmp/cabal-tmp-21331/gl-0.7.7/Generator.hs, /tmp/cabal-tmp-21331/gl-0.7.7/dist/setup/Generator.o )

/tmp/cabal-tmp-21331/gl-0.7.7/Generator.hs:19:1: Warning:
    The import of ‘Data.Functor’ is redundant
      except perhaps to import instances from ‘Data.Functor’
    To import instances alone, use: import Data.Functor()
[6 of 6] Compiling Main             ( /tmp/cabal-tmp-21331/gl-0.7.7/dist/setup/setup.hs, /tmp/cabal-tmp-21331/gl-0.7.7/dist/setup/Main.o )

/tmp/cabal-tmp-21331/gl-0.7.7/dist/setup/setup.hs:15:1: Warning:
    The import of ‘Data.Functor’ is redundant
      except perhaps to import instances from ‘Data.Functor’
    To import instances alone, use: import Data.Functor()
Linking /tmp/cabal-tmp-21331/gl-0.7.7/dist/setup/setup ...
Configuring gl-0.7.7...
Generating API...done
Building gl-0.7.7...
Preprocessing library gl-0.7.7...
[  1 of 787] Compiling Graphics.GL.Types ( src/Graphics/GL/Types.hs, dist/build/Graphics/GL/Types.o )
[  2 of 787] Compiling Graphics.GL.Internal.FFI ( dist/build/autogen/Graphics/GL/Internal/FFI.hs, dist/build/Graphics/GL/Internal/FFI.o )
[  3 of 787] Compiling Graphics.GL.Internal.Proc ( src/Graphics/GL/Internal/Proc.hs, dist/build/Graphics/GL/Internal/Proc.o )

src/Graphics/GL/Internal/Proc.hs:27:1: Warning:
    The import of ‘Data.Functor’ is redundant
      except perhaps to import instances from ‘Data.Functor’
    To import instances alone, use: import Data.Functor()
[  4 of 787] Compiling Graphics.GL.Internal.Shared ( dist/build/autogen/Graphics/GL/Internal/Shared.hs, dist/build/Graphics/GL/Internal/Shared.o )
[  5 of 787] Compiling Graphics.GL.Core32 ( dist/build/autogen/Graphics/GL/Core32.hs, dist/build/Graphics/GL/Core32.o )
[  6 of 787] Compiling Graphics.GL.Compatibility32 ( dist/build/autogen/Graphics/GL/Compatibility32.hs, dist/build/Graphics/GL/Compatibility32.o )
[  7 of 787] Compiling Graphics.GL.Core33 ( dist/build/autogen/Graphics/GL/Core33.hs, dist/build/Graphics/GL/Core33.o )
[  8 of 787] Compiling Graphics.GL.Compatibility33 ( dist/build/autogen/Graphics/GL/Compatibility33.hs, dist/build/Graphics/GL/Compatibility33.o )
[  9 of 787] Compiling Graphics.GL.Embedded20 ( dist/build/autogen/Graphics/GL/Embedded20.hs, dist/build/Graphics/GL/Embedded20.o )
[ 10 of 787] Compiling Graphics.GL.Embedded30 ( dist/build/autogen/Graphics/GL/Embedded30.hs, dist/build/Graphics/GL/Embedded30.o )
[ 11 of 787] Compiling Graphics.GL.Standard10 ( dist/build/autogen/Graphics/GL/Standard10.hs, dist/build/Graphics/GL/Standard10.o )
[ 12 of 787] Compiling Graphics.GL.Standard11 ( dist/build/autogen/Graphics/GL/Standard11.hs, dist/build/Graphics/GL/Standard11.o )
[ 13 of 787] Compiling Graphics.GL.Standard12 ( dist/build/autogen/Graphics/GL/Standard12.hs, dist/build/Graphics/GL/Standard12.o )
[ 14 of 787] Compiling Graphics.GL.Standard13 ( dist/build/autogen/Graphics/GL/Standard13.hs, dist/build/Graphics/GL/Standard13.o )
[ 15 of 787] Compiling Graphics.GL.Standard14 ( dist/build/autogen/Graphics/GL/Standard14.hs, dist/build/Graphics/GL/Standard14.o )
[ 16 of 787] Compiling Graphics.GL.Standard15 ( dist/build/autogen/Graphics/GL/Standard15.hs, dist/build/Graphics/GL/Standard15.o )
[ 17 of 787] Compiling Graphics.GL.Standard20 ( dist/build/autogen/Graphics/GL/Standard20.hs, dist/build/Graphics/GL/Standard20.o )
[ 18 of 787] Compiling Graphics.GL.Standard21 ( dist/build/autogen/Graphics/GL/Standard21.hs, dist/build/Graphics/GL/Standard21.o )
[ 19 of 787] Compiling Graphics.GL.Standard30 ( dist/build/autogen/Graphics/GL/Standard30.hs, dist/build/Graphics/GL/Standard30.o )
[ 20 of 787] Compiling Graphics.GL.Standard31 ( dist/build/autogen/Graphics/GL/Standard31.hs, dist/build/Graphics/GL/Standard31.o )
[ 21 of 787] Compiling Graphics.GL.Core40 ( dist/build/autogen/Graphics/GL/Core40.hs, dist/build/Graphics/GL/Core40.o )
[ 22 of 787] Compiling Graphics.GL.Compatibility40 ( dist/build/autogen/Graphics/GL/Compatibility40.hs, dist/build/Graphics/GL/Compatibility40.o )
[ 23 of 787] Compiling Graphics.GL.Core41 ( dist/build/autogen/Graphics/GL/Core41.hs, dist/build/Graphics/GL/Core41.o )
[ 24 of 787] Compiling Graphics.GL.Compatibility41 ( dist/build/autogen/Graphics/GL/Compatibility41.hs, dist/build/Graphics/GL/Compatibility41.o )
[ 25 of 787] Compiling Graphics.GL.Core42 ( dist/build/autogen/Graphics/GL/Core42.hs, dist/build/Graphics/GL/Core42.o )
[ 26 of 787] Compiling Graphics.GL.Compatibility42 ( dist/build/autogen/Graphics/GL/Compatibility42.hs, dist/build/Graphics/GL/Compatibility42.o )
[ 27 of 787] Compiling Graphics.GL.Core43 ( dist/build/autogen/Graphics/GL/Core43.hs, dist/build/Graphics/GL/Core43.o )
[ 28 of 787] Compiling Graphics.GL.Compatibility43 ( dist/build/autogen/Graphics/GL/Compatibility43.hs, dist/build/Graphics/GL/Compatibility43.o )
[ 29 of 787] Compiling Graphics.GL.Core44 ( dist/build/autogen/Graphics/GL/Core44.hs, dist/build/Graphics/GL/Core44.o )
[ 30 of 787] Compiling Graphics.GL.Compatibility44 ( dist/build/autogen/Graphics/GL/Compatibility44.hs, dist/build/Graphics/GL/Compatibility44.o )
[ 31 of 787] Compiling Graphics.GL.Ext.AMD.BlendMinmaxFactor ( dist/build/autogen/Graphics/GL/Ext/AMD/BlendMinmaxFactor.hs, dist/build/Graphics/GL/Ext/AMD/BlendMinmaxFactor.o )
[ 32 of 787] Compiling Graphics.GL.Ext.AMD.Compressed3DCTexture ( dist/build/autogen/Graphics/GL/Ext/AMD/Compressed3DCTexture.hs, dist/build/Graphics/GL/Ext/AMD/Compressed3DCTexture.o )
[ 33 of 787] Compiling Graphics.GL.Ext.AMD.CompressedATCTexture ( dist/build/autogen/Graphics/GL/Ext/AMD/CompressedATCTexture.hs, dist/build/Graphics/GL/Ext/AMD/CompressedATCTexture.o )
[ 34 of 787] Compiling Graphics.GL.Ext.AMD.ConservativeDepth ( dist/build/autogen/Graphics/GL/Ext/AMD/ConservativeDepth.hs, dist/build/Graphics/GL/Ext/AMD/ConservativeDepth.o )
[ 35 of 787] Compiling Graphics.GL.Ext.AMD.DepthClampSeparate ( dist/build/autogen/Graphics/GL/Ext/AMD/DepthClampSeparate.hs, dist/build/Graphics/GL/Ext/AMD/DepthClampSeparate.o )
[ 36 of 787] Compiling Graphics.GL.Ext.AMD.GcnShader ( dist/build/autogen/Graphics/GL/Ext/AMD/GcnShader.hs, dist/build/Graphics/GL/Ext/AMD/GcnShader.o )
[ 37 of 787] Compiling Graphics.GL.Ext.AMD.GpuShaderInt64 ( dist/build/autogen/Graphics/GL/Ext/AMD/GpuShaderInt64.hs, dist/build/Graphics/GL/Ext/AMD/GpuShaderInt64.o )
[ 38 of 787] Compiling Graphics.GL.Ext.AMD.PinnedMemory ( dist/build/autogen/Graphics/GL/Ext/AMD/PinnedMemory.hs, dist/build/Graphics/GL/Ext/AMD/PinnedMemory.o )
[ 39 of 787] Compiling Graphics.GL.Ext.AMD.ProgramBinaryZ400 ( dist/build/autogen/Graphics/GL/Ext/AMD/ProgramBinaryZ400.hs, dist/build/Graphics/GL/Ext/AMD/ProgramBinaryZ400.o )
[ 40 of 787] Compiling Graphics.GL.Ext.AMD.QueryBufferObject ( dist/build/autogen/Graphics/GL/Ext/AMD/QueryBufferObject.hs, dist/build/Graphics/GL/Ext/AMD/QueryBufferObject.o )
[ 41 of 787] Compiling Graphics.GL.Ext.AMD.SeamlessCubemapPerTexture ( dist/build/autogen/Graphics/GL/Ext/AMD/SeamlessCubemapPerTexture.hs, dist/build/Graphics/GL/Ext/AMD/SeamlessCubemapPerTexture.o )
[ 42 of 787] Compiling Graphics.GL.Ext.AMD.ShaderAtomicCounterOps ( dist/build/autogen/Graphics/GL/Ext/AMD/ShaderAtomicCounterOps.hs, dist/build/Graphics/GL/Ext/AMD/ShaderAtomicCounterOps.o )
[ 43 of 787] Compiling Graphics.GL.Ext.AMD.ShaderStencilExport ( dist/build/autogen/Graphics/GL/Ext/AMD/ShaderStencilExport.hs, dist/build/Graphics/GL/Ext/AMD/ShaderStencilExport.o )
[ 44 of 787] Compiling Graphics.GL.Ext.AMD.ShaderTrinaryMinmax ( dist/build/autogen/Graphics/GL/Ext/AMD/ShaderTrinaryMinmax.hs, dist/build/Graphics/GL/Ext/AMD/ShaderTrinaryMinmax.o )
[ 45 of 787] Compiling Graphics.GL.Ext.AMD.TextureTexture4 ( dist/build/autogen/Graphics/GL/Ext/AMD/TextureTexture4.hs, dist/build/Graphics/GL/Ext/AMD/TextureTexture4.o )
[ 46 of 787] Compiling Graphics.GL.Ext.AMD.TransformFeedback3LinesTriangles ( dist/build/autogen/Graphics/GL/Ext/AMD/TransformFeedback3LinesTriangles.hs, dist/build/Graphics/GL/Ext/AMD/TransformFeedback3LinesTriangles.o )
[ 47 of 787] Compiling Graphics.GL.Ext.AMD.TransformFeedback4 ( dist/build/autogen/Graphics/GL/Ext/AMD/TransformFeedback4.hs, dist/build/Graphics/GL/Ext/AMD/TransformFeedback4.o )
[ 48 of 787] Compiling Graphics.GL.Ext.AMD.VertexShaderLayer ( dist/build/autogen/Graphics/GL/Ext/AMD/VertexShaderLayer.hs, dist/build/Graphics/GL/Ext/AMD/VertexShaderLayer.o )
[ 49 of 787] Compiling Graphics.GL.Ext.AMD.VertexShaderViewportIndex ( dist/build/autogen/Graphics/GL/Ext/AMD/VertexShaderViewportIndex.hs, dist/build/Graphics/GL/Ext/AMD/VertexShaderViewportIndex.o )
[ 50 of 787] Compiling Graphics.GL.Ext.KHR.TextureCompressionAstcLdr ( dist/build/autogen/Graphics/GL/Ext/KHR/TextureCompressionAstcLdr.hs, dist/build/Graphics/GL/Ext/KHR/TextureCompressionAstcLdr.o )
[ 51 of 787] Compiling Graphics.GL.Ext.OES.SampleVariables ( dist/build/autogen/Graphics/GL/Ext/OES/SampleVariables.hs, dist/build/Graphics/GL/Ext/OES/SampleVariables.o )
[ 52 of 787] Compiling Graphics.GL.Ext.OES.ShaderImageAtomic ( dist/build/autogen/Graphics/GL/Ext/OES/ShaderImageAtomic.hs, dist/build/Graphics/GL/Ext/OES/ShaderImageAtomic.o )
[ 53 of 787] Compiling Graphics.GL.Ext.OES.ShaderMultisampleInterpolation ( dist/build/autogen/Graphics/GL/Ext/OES/ShaderMultisampleInterpolation.hs, dist/build/Graphics/GL/Ext/OES/ShaderMultisampleInterpolation.o )
[ 54 of 787] Compiling Graphics.GL.Ext.OES.TextureStencil8 ( dist/build/autogen/Graphics/GL/Ext/OES/TextureStencil8.hs, dist/build/Graphics/GL/Ext/OES/TextureStencil8.o )
[ 55 of 787] Compiling Graphics.GL.Ext.EXT.GeometryShader ( dist/build/autogen/Graphics/GL/Ext/EXT/GeometryShader.hs, dist/build/Graphics/GL/Ext/EXT/GeometryShader.o )
[ 56 of 787] Compiling Graphics.GL.Ext.EXT.GpuShader5 ( dist/build/autogen/Graphics/GL/Ext/EXT/GpuShader5.hs, dist/build/Graphics/GL/Ext/EXT/GpuShader5.o )
[ 57 of 787] Compiling Graphics.GL.Ext.EXT.ShaderIoBlocks ( dist/build/autogen/Graphics/GL/Ext/EXT/ShaderIoBlocks.hs, dist/build/Graphics/GL/Ext/EXT/ShaderIoBlocks.o )
[ 58 of 787] Compiling Graphics.GL.Ext.EXT.TextureCubeMapArray ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureCubeMapArray.hs, dist/build/Graphics/GL/Ext/EXT/TextureCubeMapArray.o )
[ 59 of 787] Compiling Graphics.GL.Ext.EXT.TextureSRGBDecode ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureSRGBDecode.hs, dist/build/Graphics/GL/Ext/EXT/TextureSRGBDecode.o )
[ 60 of 787] Compiling Graphics.GL.Ext.ANGLE.DepthTexture ( dist/build/autogen/Graphics/GL/Ext/ANGLE/DepthTexture.hs, dist/build/Graphics/GL/Ext/ANGLE/DepthTexture.o )
[ 61 of 787] Compiling Graphics.GL.Ext.ANGLE.PackReverseRowOrder ( dist/build/autogen/Graphics/GL/Ext/ANGLE/PackReverseRowOrder.hs, dist/build/Graphics/GL/Ext/ANGLE/PackReverseRowOrder.o )
[ 62 of 787] Compiling Graphics.GL.Ext.ANGLE.ProgramBinary ( dist/build/autogen/Graphics/GL/Ext/ANGLE/ProgramBinary.hs, dist/build/Graphics/GL/Ext/ANGLE/ProgramBinary.o )
[ 63 of 787] Compiling Graphics.GL.Ext.ANGLE.TextureCompressionDxt3 ( dist/build/autogen/Graphics/GL/Ext/ANGLE/TextureCompressionDxt3.hs, dist/build/Graphics/GL/Ext/ANGLE/TextureCompressionDxt3.o )
[ 64 of 787] Compiling Graphics.GL.Ext.ANGLE.TextureCompressionDxt5 ( dist/build/autogen/Graphics/GL/Ext/ANGLE/TextureCompressionDxt5.hs, dist/build/Graphics/GL/Ext/ANGLE/TextureCompressionDxt5.o )
[ 65 of 787] Compiling Graphics.GL.Ext.ANGLE.TextureUsage ( dist/build/autogen/Graphics/GL/Ext/ANGLE/TextureUsage.hs, dist/build/Graphics/GL/Ext/ANGLE/TextureUsage.o )
[ 66 of 787] Compiling Graphics.GL.Ext.APPLE.AuxDepthStencil ( dist/build/autogen/Graphics/GL/Ext/APPLE/AuxDepthStencil.hs, dist/build/Graphics/GL/Ext/APPLE/AuxDepthStencil.o )
[ 67 of 787] Compiling Graphics.GL.Ext.APPLE.ClientStorage ( dist/build/autogen/Graphics/GL/Ext/APPLE/ClientStorage.hs, dist/build/Graphics/GL/Ext/APPLE/ClientStorage.o )
[ 68 of 787] Compiling Graphics.GL.Ext.APPLE.ClipDistance ( dist/build/autogen/Graphics/GL/Ext/APPLE/ClipDistance.hs, dist/build/Graphics/GL/Ext/APPLE/ClipDistance.o )
[ 69 of 787] Compiling Graphics.GL.Ext.APPLE.ColorBufferPackedFloat ( dist/build/autogen/Graphics/GL/Ext/APPLE/ColorBufferPackedFloat.hs, dist/build/Graphics/GL/Ext/APPLE/ColorBufferPackedFloat.o )
[ 70 of 787] Compiling Graphics.GL.Ext.APPLE.FloatPixels ( dist/build/autogen/Graphics/GL/Ext/APPLE/FloatPixels.hs, dist/build/Graphics/GL/Ext/APPLE/FloatPixels.o )
[ 71 of 787] Compiling Graphics.GL.Ext.APPLE.Rgb422 ( dist/build/autogen/Graphics/GL/Ext/APPLE/Rgb422.hs, dist/build/Graphics/GL/Ext/APPLE/Rgb422.o )
[ 72 of 787] Compiling Graphics.GL.Ext.APPLE.RowBytes ( dist/build/autogen/Graphics/GL/Ext/APPLE/RowBytes.hs, dist/build/Graphics/GL/Ext/APPLE/RowBytes.o )
[ 73 of 787] Compiling Graphics.GL.Ext.APPLE.SpecularVector ( dist/build/autogen/Graphics/GL/Ext/APPLE/SpecularVector.hs, dist/build/Graphics/GL/Ext/APPLE/SpecularVector.o )
[ 74 of 787] Compiling Graphics.GL.Ext.APPLE.Texture2DLimitedNpot ( dist/build/autogen/Graphics/GL/Ext/APPLE/Texture2DLimitedNpot.hs, dist/build/Graphics/GL/Ext/APPLE/Texture2DLimitedNpot.o )
[ 75 of 787] Compiling Graphics.GL.Ext.APPLE.TextureFormatBGRA8888 ( dist/build/autogen/Graphics/GL/Ext/APPLE/TextureFormatBGRA8888.hs, dist/build/Graphics/GL/Ext/APPLE/TextureFormatBGRA8888.o )
[ 76 of 787] Compiling Graphics.GL.Ext.APPLE.TextureMaxLevel ( dist/build/autogen/Graphics/GL/Ext/APPLE/TextureMaxLevel.hs, dist/build/Graphics/GL/Ext/APPLE/TextureMaxLevel.o )
[ 77 of 787] Compiling Graphics.GL.Ext.APPLE.TexturePackedFloat ( dist/build/autogen/Graphics/GL/Ext/APPLE/TexturePackedFloat.hs, dist/build/Graphics/GL/Ext/APPLE/TexturePackedFloat.o )
[ 78 of 787] Compiling Graphics.GL.Ext.APPLE.TransformHint ( dist/build/autogen/Graphics/GL/Ext/APPLE/TransformHint.hs, dist/build/Graphics/GL/Ext/APPLE/TransformHint.o )
[ 79 of 787] Compiling Graphics.GL.Ext.APPLE.Ycbcr422 ( dist/build/autogen/Graphics/GL/Ext/APPLE/Ycbcr422.hs, dist/build/Graphics/GL/Ext/APPLE/Ycbcr422.o )
[ 80 of 787] Compiling Graphics.GL.Ext.ARB.ArraysOfArrays ( dist/build/autogen/Graphics/GL/Ext/ARB/ArraysOfArrays.hs, dist/build/Graphics/GL/Ext/ARB/ArraysOfArrays.o )
[ 81 of 787] Compiling Graphics.GL.Ext.ARB.BaseInstance ( dist/build/autogen/Graphics/GL/Ext/ARB/BaseInstance.hs, dist/build/Graphics/GL/Ext/ARB/BaseInstance.o )
[ 82 of 787] Compiling Graphics.GL.Ext.ARB.BlendFuncExtended ( dist/build/autogen/Graphics/GL/Ext/ARB/BlendFuncExtended.hs, dist/build/Graphics/GL/Ext/ARB/BlendFuncExtended.o )
[ 83 of 787] Compiling Graphics.GL.Ext.ARB.BufferStorage ( dist/build/autogen/Graphics/GL/Ext/ARB/BufferStorage.hs, dist/build/Graphics/GL/Ext/ARB/BufferStorage.o )
[ 84 of 787] Compiling Graphics.GL.Ext.ARB.ClearBufferObject ( dist/build/autogen/Graphics/GL/Ext/ARB/ClearBufferObject.hs, dist/build/Graphics/GL/Ext/ARB/ClearBufferObject.o )
[ 85 of 787] Compiling Graphics.GL.Ext.ARB.ClearTexture ( dist/build/autogen/Graphics/GL/Ext/ARB/ClearTexture.hs, dist/build/Graphics/GL/Ext/ARB/ClearTexture.o )
[ 86 of 787] Compiling Graphics.GL.Ext.ARB.ClipControl ( dist/build/autogen/Graphics/GL/Ext/ARB/ClipControl.hs, dist/build/Graphics/GL/Ext/ARB/ClipControl.o )
[ 87 of 787] Compiling Graphics.GL.Ext.ARB.Compatibility ( dist/build/autogen/Graphics/GL/Ext/ARB/Compatibility.hs, dist/build/Graphics/GL/Ext/ARB/Compatibility.o )
[ 88 of 787] Compiling Graphics.GL.Ext.ARB.CompressedTexturePixelStorage ( dist/build/autogen/Graphics/GL/Ext/ARB/CompressedTexturePixelStorage.hs, dist/build/Graphics/GL/Ext/ARB/CompressedTexturePixelStorage.o )
[ 89 of 787] Compiling Graphics.GL.Ext.ARB.ComputeShader ( dist/build/autogen/Graphics/GL/Ext/ARB/ComputeShader.hs, dist/build/Graphics/GL/Ext/ARB/ComputeShader.o )
[ 90 of 787] Compiling Graphics.GL.Ext.ARB.ConditionalRenderInverted ( dist/build/autogen/Graphics/GL/Ext/ARB/ConditionalRenderInverted.hs, dist/build/Graphics/GL/Ext/ARB/ConditionalRenderInverted.o )
[ 91 of 787] Compiling Graphics.GL.Ext.ARB.ConservativeDepth ( dist/build/autogen/Graphics/GL/Ext/ARB/ConservativeDepth.hs, dist/build/Graphics/GL/Ext/ARB/ConservativeDepth.o )
[ 92 of 787] Compiling Graphics.GL.Ext.ARB.CopyBuffer ( dist/build/autogen/Graphics/GL/Ext/ARB/CopyBuffer.hs, dist/build/Graphics/GL/Ext/ARB/CopyBuffer.o )
[ 93 of 787] Compiling Graphics.GL.Ext.ARB.CopyImage ( dist/build/autogen/Graphics/GL/Ext/ARB/CopyImage.hs, dist/build/Graphics/GL/Ext/ARB/CopyImage.o )
[ 94 of 787] Compiling Graphics.GL.Ext.ARB.CullDistance ( dist/build/autogen/Graphics/GL/Ext/ARB/CullDistance.hs, dist/build/Graphics/GL/Ext/ARB/CullDistance.o )
[ 95 of 787] Compiling Graphics.GL.Ext.ARB.DepthBufferFloat ( dist/build/autogen/Graphics/GL/Ext/ARB/DepthBufferFloat.hs, dist/build/Graphics/GL/Ext/ARB/DepthBufferFloat.o )
[ 96 of 787] Compiling Graphics.GL.Ext.ARB.DepthClamp ( dist/build/autogen/Graphics/GL/Ext/ARB/DepthClamp.hs, dist/build/Graphics/GL/Ext/ARB/DepthClamp.o )
[ 97 of 787] Compiling Graphics.GL.Ext.ARB.DepthTexture ( dist/build/autogen/Graphics/GL/Ext/ARB/DepthTexture.hs, dist/build/Graphics/GL/Ext/ARB/DepthTexture.o )
[ 98 of 787] Compiling Graphics.GL.Ext.ARB.DerivativeControl ( dist/build/autogen/Graphics/GL/Ext/ARB/DerivativeControl.hs, dist/build/Graphics/GL/Ext/ARB/DerivativeControl.o )
[ 99 of 787] Compiling Graphics.GL.Ext.ARB.DirectStateAccess ( dist/build/autogen/Graphics/GL/Ext/ARB/DirectStateAccess.hs, dist/build/Graphics/GL/Ext/ARB/DirectStateAccess.o )
[100 of 787] Compiling Graphics.GL.Ext.ARB.DrawElementsBaseVertex ( dist/build/autogen/Graphics/GL/Ext/ARB/DrawElementsBaseVertex.hs, dist/build/Graphics/GL/Ext/ARB/DrawElementsBaseVertex.o )
[101 of 787] Compiling Graphics.GL.Ext.ARB.DrawIndirect ( dist/build/autogen/Graphics/GL/Ext/ARB/DrawIndirect.hs, dist/build/Graphics/GL/Ext/ARB/DrawIndirect.o )
[102 of 787] Compiling Graphics.GL.Ext.ARB.ES2Compatibility ( dist/build/autogen/Graphics/GL/Ext/ARB/ES2Compatibility.hs, dist/build/Graphics/GL/Ext/ARB/ES2Compatibility.o )
[103 of 787] Compiling Graphics.GL.Ext.ARB.ES31Compatibility ( dist/build/autogen/Graphics/GL/Ext/ARB/ES31Compatibility.hs, dist/build/Graphics/GL/Ext/ARB/ES31Compatibility.o )
[104 of 787] Compiling Graphics.GL.Ext.ARB.ES3Compatibility ( dist/build/autogen/Graphics/GL/Ext/ARB/ES3Compatibility.hs, dist/build/Graphics/GL/Ext/ARB/ES3Compatibility.o )
[105 of 787] Compiling Graphics.GL.Ext.ARB.EnhancedLayouts ( dist/build/autogen/Graphics/GL/Ext/ARB/EnhancedLayouts.hs, dist/build/Graphics/GL/Ext/ARB/EnhancedLayouts.o )
[106 of 787] Compiling Graphics.GL.Ext.ARB.ExplicitAttribLocation ( dist/build/autogen/Graphics/GL/Ext/ARB/ExplicitAttribLocation.hs, dist/build/Graphics/GL/Ext/ARB/ExplicitAttribLocation.o )
[107 of 787] Compiling Graphics.GL.Ext.ARB.ExplicitUniformLocation ( dist/build/autogen/Graphics/GL/Ext/ARB/ExplicitUniformLocation.hs, dist/build/Graphics/GL/Ext/ARB/ExplicitUniformLocation.o )
[108 of 787] Compiling Graphics.GL.Ext.ARB.FragmentCoordConventions ( dist/build/autogen/Graphics/GL/Ext/ARB/FragmentCoordConventions.hs, dist/build/Graphics/GL/Ext/ARB/FragmentCoordConventions.o )
[109 of 787] Compiling Graphics.GL.Ext.ARB.FragmentLayerViewport ( dist/build/autogen/Graphics/GL/Ext/ARB/FragmentLayerViewport.hs, dist/build/Graphics/GL/Ext/ARB/FragmentLayerViewport.o )
[110 of 787] Compiling Graphics.GL.Ext.ARB.FragmentProgram ( dist/build/autogen/Graphics/GL/Ext/ARB/FragmentProgram.hs, dist/build/Graphics/GL/Ext/ARB/FragmentProgram.o )
[111 of 787] Compiling Graphics.GL.Ext.ARB.FragmentProgramShadow ( dist/build/autogen/Graphics/GL/Ext/ARB/FragmentProgramShadow.hs, dist/build/Graphics/GL/Ext/ARB/FragmentProgramShadow.o )
[112 of 787] Compiling Graphics.GL.Ext.ARB.FragmentShader ( dist/build/autogen/Graphics/GL/Ext/ARB/FragmentShader.hs, dist/build/Graphics/GL/Ext/ARB/FragmentShader.o )
[113 of 787] Compiling Graphics.GL.Ext.ARB.FramebufferNoAttachments ( dist/build/autogen/Graphics/GL/Ext/ARB/FramebufferNoAttachments.hs, dist/build/Graphics/GL/Ext/ARB/FramebufferNoAttachments.o )
[114 of 787] Compiling Graphics.GL.Ext.ARB.FramebufferObject ( dist/build/autogen/Graphics/GL/Ext/ARB/FramebufferObject.hs, dist/build/Graphics/GL/Ext/ARB/FramebufferObject.o )
[115 of 787] Compiling Graphics.GL.Ext.ARB.FramebufferSRGB ( dist/build/autogen/Graphics/GL/Ext/ARB/FramebufferSRGB.hs, dist/build/Graphics/GL/Ext/ARB/FramebufferSRGB.o )
[116 of 787] Compiling Graphics.GL.Ext.ARB.GetProgramBinary ( dist/build/autogen/Graphics/GL/Ext/ARB/GetProgramBinary.hs, dist/build/Graphics/GL/Ext/ARB/GetProgramBinary.o )
[117 of 787] Compiling Graphics.GL.Ext.ARB.GetTextureSubImage ( dist/build/autogen/Graphics/GL/Ext/ARB/GetTextureSubImage.hs, dist/build/Graphics/GL/Ext/ARB/GetTextureSubImage.o )
[118 of 787] Compiling Graphics.GL.Ext.ARB.GpuShader5 ( dist/build/autogen/Graphics/GL/Ext/ARB/GpuShader5.hs, dist/build/Graphics/GL/Ext/ARB/GpuShader5.o )
[119 of 787] Compiling Graphics.GL.Ext.ARB.GpuShaderFp64 ( dist/build/autogen/Graphics/GL/Ext/ARB/GpuShaderFp64.hs, dist/build/Graphics/GL/Ext/ARB/GpuShaderFp64.o )
[120 of 787] Compiling Graphics.GL.Ext.ARB.HalfFloatPixel ( dist/build/autogen/Graphics/GL/Ext/ARB/HalfFloatPixel.hs, dist/build/Graphics/GL/Ext/ARB/HalfFloatPixel.o )
[121 of 787] Compiling Graphics.GL.Ext.ARB.HalfFloatVertex ( dist/build/autogen/Graphics/GL/Ext/ARB/HalfFloatVertex.hs, dist/build/Graphics/GL/Ext/ARB/HalfFloatVertex.o )
[122 of 787] Compiling Graphics.GL.Ext.ARB.InternalformatQuery ( dist/build/autogen/Graphics/GL/Ext/ARB/InternalformatQuery.hs, dist/build/Graphics/GL/Ext/ARB/InternalformatQuery.o )
[123 of 787] Compiling Graphics.GL.Ext.ARB.InternalformatQuery2 ( dist/build/autogen/Graphics/GL/Ext/ARB/InternalformatQuery2.hs, dist/build/Graphics/GL/Ext/ARB/InternalformatQuery2.o )
[124 of 787] Compiling Graphics.GL.Ext.ARB.InvalidateSubdata ( dist/build/autogen/Graphics/GL/Ext/ARB/InvalidateSubdata.hs, dist/build/Graphics/GL/Ext/ARB/InvalidateSubdata.o )
[125 of 787] Compiling Graphics.GL.Ext.ARB.MapBufferAlignment ( dist/build/autogen/Graphics/GL/Ext/ARB/MapBufferAlignment.hs, dist/build/Graphics/GL/Ext/ARB/MapBufferAlignment.o )
[126 of 787] Compiling Graphics.GL.Ext.ARB.MapBufferRange ( dist/build/autogen/Graphics/GL/Ext/ARB/MapBufferRange.hs, dist/build/Graphics/GL/Ext/ARB/MapBufferRange.o )
[127 of 787] Compiling Graphics.GL.Ext.ARB.MultiBind ( dist/build/autogen/Graphics/GL/Ext/ARB/MultiBind.hs, dist/build/Graphics/GL/Ext/ARB/MultiBind.o )
[128 of 787] Compiling Graphics.GL.Ext.ARB.MultiDrawIndirect ( dist/build/autogen/Graphics/GL/Ext/ARB/MultiDrawIndirect.hs, dist/build/Graphics/GL/Ext/ARB/MultiDrawIndirect.o )
[129 of 787] Compiling Graphics.GL.Ext.ARB.OcclusionQuery2 ( dist/build/autogen/Graphics/GL/Ext/ARB/OcclusionQuery2.hs, dist/build/Graphics/GL/Ext/ARB/OcclusionQuery2.o )
[130 of 787] Compiling Graphics.GL.Ext.ARB.PipelineStatisticsQuery ( dist/build/autogen/Graphics/GL/Ext/ARB/PipelineStatisticsQuery.hs, dist/build/Graphics/GL/Ext/ARB/PipelineStatisticsQuery.o )
[131 of 787] Compiling Graphics.GL.Ext.ARB.PixelBufferObject ( dist/build/autogen/Graphics/GL/Ext/ARB/PixelBufferObject.hs, dist/build/Graphics/GL/Ext/ARB/PixelBufferObject.o )
[132 of 787] Compiling Graphics.GL.Ext.ARB.PointSprite ( dist/build/autogen/Graphics/GL/Ext/ARB/PointSprite.hs, dist/build/Graphics/GL/Ext/ARB/PointSprite.o )
[133 of 787] Compiling Graphics.GL.Ext.ARB.ProgramInterfaceQuery ( dist/build/autogen/Graphics/GL/Ext/ARB/ProgramInterfaceQuery.hs, dist/build/Graphics/GL/Ext/ARB/ProgramInterfaceQuery.o )
[134 of 787] Compiling Graphics.GL.Ext.ARB.ProvokingVertex ( dist/build/autogen/Graphics/GL/Ext/ARB/ProvokingVertex.hs, dist/build/Graphics/GL/Ext/ARB/ProvokingVertex.o )
[135 of 787] Compiling Graphics.GL.Ext.ARB.QueryBufferObject ( dist/build/autogen/Graphics/GL/Ext/ARB/QueryBufferObject.hs, dist/build/Graphics/GL/Ext/ARB/QueryBufferObject.o )
[136 of 787] Compiling Graphics.GL.Ext.ARB.RobustBufferAccessBehavior ( dist/build/autogen/Graphics/GL/Ext/ARB/RobustBufferAccessBehavior.hs, dist/build/Graphics/GL/Ext/ARB/RobustBufferAccessBehavior.o )
[137 of 787] Compiling Graphics.GL.Ext.ARB.RobustnessIsolation ( dist/build/autogen/Graphics/GL/Ext/ARB/RobustnessIsolation.hs, dist/build/Graphics/GL/Ext/ARB/RobustnessIsolation.o )
[138 of 787] Compiling Graphics.GL.Ext.ARB.SamplerObjects ( dist/build/autogen/Graphics/GL/Ext/ARB/SamplerObjects.hs, dist/build/Graphics/GL/Ext/ARB/SamplerObjects.o )
[139 of 787] Compiling Graphics.GL.Ext.ARB.SeamlessCubeMap ( dist/build/autogen/Graphics/GL/Ext/ARB/SeamlessCubeMap.hs, dist/build/Graphics/GL/Ext/ARB/SeamlessCubeMap.o )
[140 of 787] Compiling Graphics.GL.Ext.ARB.SeamlessCubemapPerTexture ( dist/build/autogen/Graphics/GL/Ext/ARB/SeamlessCubemapPerTexture.hs, dist/build/Graphics/GL/Ext/ARB/SeamlessCubemapPerTexture.o )
[141 of 787] Compiling Graphics.GL.Ext.ARB.SeparateShaderObjects ( dist/build/autogen/Graphics/GL/Ext/ARB/SeparateShaderObjects.hs, dist/build/Graphics/GL/Ext/ARB/SeparateShaderObjects.o )
[142 of 787] Compiling Graphics.GL.Ext.ARB.ShaderAtomicCounters ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderAtomicCounters.hs, dist/build/Graphics/GL/Ext/ARB/ShaderAtomicCounters.o )
[143 of 787] Compiling Graphics.GL.Ext.ARB.ShaderBitEncoding ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderBitEncoding.hs, dist/build/Graphics/GL/Ext/ARB/ShaderBitEncoding.o )
[144 of 787] Compiling Graphics.GL.Ext.ARB.ShaderDrawParameters ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderDrawParameters.hs, dist/build/Graphics/GL/Ext/ARB/ShaderDrawParameters.o )
[145 of 787] Compiling Graphics.GL.Ext.ARB.ShaderGroupVote ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderGroupVote.hs, dist/build/Graphics/GL/Ext/ARB/ShaderGroupVote.o )
[146 of 787] Compiling Graphics.GL.Ext.ARB.ShaderImageLoadStore ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderImageLoadStore.hs, dist/build/Graphics/GL/Ext/ARB/ShaderImageLoadStore.o )
[147 of 787] Compiling Graphics.GL.Ext.ARB.ShaderImageSize ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderImageSize.hs, dist/build/Graphics/GL/Ext/ARB/ShaderImageSize.o )
[148 of 787] Compiling Graphics.GL.Ext.ARB.ShaderPrecision ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderPrecision.hs, dist/build/Graphics/GL/Ext/ARB/ShaderPrecision.o )
[149 of 787] Compiling Graphics.GL.Ext.ARB.ShaderStencilExport ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderStencilExport.hs, dist/build/Graphics/GL/Ext/ARB/ShaderStencilExport.o )
[150 of 787] Compiling Graphics.GL.Ext.ARB.ShaderStorageBufferObject ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderStorageBufferObject.hs, dist/build/Graphics/GL/Ext/ARB/ShaderStorageBufferObject.o )
[151 of 787] Compiling Graphics.GL.Ext.ARB.ShaderSubroutine ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderSubroutine.hs, dist/build/Graphics/GL/Ext/ARB/ShaderSubroutine.o )
[152 of 787] Compiling Graphics.GL.Ext.ARB.ShaderTextureImageSamples ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderTextureImageSamples.hs, dist/build/Graphics/GL/Ext/ARB/ShaderTextureImageSamples.o )
[153 of 787] Compiling Graphics.GL.Ext.ARB.ShaderTextureLod ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderTextureLod.hs, dist/build/Graphics/GL/Ext/ARB/ShaderTextureLod.o )
[154 of 787] Compiling Graphics.GL.Ext.ARB.ShadingLanguage100 ( dist/build/autogen/Graphics/GL/Ext/ARB/ShadingLanguage100.hs, dist/build/Graphics/GL/Ext/ARB/ShadingLanguage100.o )
[155 of 787] Compiling Graphics.GL.Ext.ARB.ShadingLanguage420pack ( dist/build/autogen/Graphics/GL/Ext/ARB/ShadingLanguage420pack.hs, dist/build/Graphics/GL/Ext/ARB/ShadingLanguage420pack.o )
[156 of 787] Compiling Graphics.GL.Ext.ARB.ShadingLanguagePacking ( dist/build/autogen/Graphics/GL/Ext/ARB/ShadingLanguagePacking.hs, dist/build/Graphics/GL/Ext/ARB/ShadingLanguagePacking.o )
[157 of 787] Compiling Graphics.GL.Ext.ARB.Shadow ( dist/build/autogen/Graphics/GL/Ext/ARB/Shadow.hs, dist/build/Graphics/GL/Ext/ARB/Shadow.o )
[158 of 787] Compiling Graphics.GL.Ext.ARB.ShadowAmbient ( dist/build/autogen/Graphics/GL/Ext/ARB/ShadowAmbient.hs, dist/build/Graphics/GL/Ext/ARB/ShadowAmbient.o )
[159 of 787] Compiling Graphics.GL.Ext.ARB.SparseTexture ( dist/build/autogen/Graphics/GL/Ext/ARB/SparseTexture.hs, dist/build/Graphics/GL/Ext/ARB/SparseTexture.o )
[160 of 787] Compiling Graphics.GL.Ext.ARB.StencilTexturing ( dist/build/autogen/Graphics/GL/Ext/ARB/StencilTexturing.hs, dist/build/Graphics/GL/Ext/ARB/StencilTexturing.o )
[161 of 787] Compiling Graphics.GL.Ext.ARB.Sync ( dist/build/autogen/Graphics/GL/Ext/ARB/Sync.hs, dist/build/Graphics/GL/Ext/ARB/Sync.o )
[162 of 787] Compiling Graphics.GL.Ext.ARB.TessellationShader ( dist/build/autogen/Graphics/GL/Ext/ARB/TessellationShader.hs, dist/build/Graphics/GL/Ext/ARB/TessellationShader.o )
[163 of 787] Compiling Graphics.GL.Ext.ARB.TextureBarrier ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureBarrier.hs, dist/build/Graphics/GL/Ext/ARB/TextureBarrier.o )
[164 of 787] Compiling Graphics.GL.Ext.ARB.TextureBorderClamp ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureBorderClamp.hs, dist/build/Graphics/GL/Ext/ARB/TextureBorderClamp.o )
[165 of 787] Compiling Graphics.GL.Ext.ARB.TextureBufferObjectRgb32 ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureBufferObjectRgb32.hs, dist/build/Graphics/GL/Ext/ARB/TextureBufferObjectRgb32.o )
[166 of 787] Compiling Graphics.GL.Ext.ARB.TextureBufferRange ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureBufferRange.hs, dist/build/Graphics/GL/Ext/ARB/TextureBufferRange.o )
[167 of 787] Compiling Graphics.GL.Ext.ARB.TextureCompressionBptc ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureCompressionBptc.hs, dist/build/Graphics/GL/Ext/ARB/TextureCompressionBptc.o )
[168 of 787] Compiling Graphics.GL.Ext.ARB.TextureCompressionRgtc ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureCompressionRgtc.hs, dist/build/Graphics/GL/Ext/ARB/TextureCompressionRgtc.o )
[169 of 787] Compiling Graphics.GL.Ext.ARB.TextureCubeMap ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureCubeMap.hs, dist/build/Graphics/GL/Ext/ARB/TextureCubeMap.o )
[170 of 787] Compiling Graphics.GL.Ext.ARB.TextureCubeMapArray ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureCubeMapArray.hs, dist/build/Graphics/GL/Ext/ARB/TextureCubeMapArray.o )
[171 of 787] Compiling Graphics.GL.Ext.ARB.TextureEnvAdd ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureEnvAdd.hs, dist/build/Graphics/GL/Ext/ARB/TextureEnvAdd.o )
[172 of 787] Compiling Graphics.GL.Ext.ARB.TextureEnvCombine ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureEnvCombine.hs, dist/build/Graphics/GL/Ext/ARB/TextureEnvCombine.o )
[173 of 787] Compiling Graphics.GL.Ext.ARB.TextureEnvCrossbar ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureEnvCrossbar.hs, dist/build/Graphics/GL/Ext/ARB/TextureEnvCrossbar.o )
[174 of 787] Compiling Graphics.GL.Ext.ARB.TextureEnvDot3 ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureEnvDot3.hs, dist/build/Graphics/GL/Ext/ARB/TextureEnvDot3.o )
[175 of 787] Compiling Graphics.GL.Ext.ARB.TextureFloat ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureFloat.hs, dist/build/Graphics/GL/Ext/ARB/TextureFloat.o )
[176 of 787] Compiling Graphics.GL.Ext.ARB.TextureGather ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureGather.hs, dist/build/Graphics/GL/Ext/ARB/TextureGather.o )
[177 of 787] Compiling Graphics.GL.Ext.ARB.TextureMirrorClampToEdge ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureMirrorClampToEdge.hs, dist/build/Graphics/GL/Ext/ARB/TextureMirrorClampToEdge.o )
[178 of 787] Compiling Graphics.GL.Ext.ARB.TextureMirroredRepeat ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureMirroredRepeat.hs, dist/build/Graphics/GL/Ext/ARB/TextureMirroredRepeat.o )
[179 of 787] Compiling Graphics.GL.Ext.ARB.TextureMultisample ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureMultisample.hs, dist/build/Graphics/GL/Ext/ARB/TextureMultisample.o )
[180 of 787] Compiling Graphics.GL.Ext.ARB.TextureNonPowerOfTwo ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureNonPowerOfTwo.hs, dist/build/Graphics/GL/Ext/ARB/TextureNonPowerOfTwo.o )
[181 of 787] Compiling Graphics.GL.Ext.ARB.TextureQueryLevels ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureQueryLevels.hs, dist/build/Graphics/GL/Ext/ARB/TextureQueryLevels.o )
[182 of 787] Compiling Graphics.GL.Ext.ARB.TextureQueryLod ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureQueryLod.hs, dist/build/Graphics/GL/Ext/ARB/TextureQueryLod.o )
[183 of 787] Compiling Graphics.GL.Ext.ARB.TextureRectangle ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureRectangle.hs, dist/build/Graphics/GL/Ext/ARB/TextureRectangle.o )
[184 of 787] Compiling Graphics.GL.Ext.ARB.TextureRg ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureRg.hs, dist/build/Graphics/GL/Ext/ARB/TextureRg.o )
[185 of 787] Compiling Graphics.GL.Ext.ARB.TextureRgb10A2ui ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureRgb10A2ui.hs, dist/build/Graphics/GL/Ext/ARB/TextureRgb10A2ui.o )
[186 of 787] Compiling Graphics.GL.Ext.ARB.TextureStencil8 ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureStencil8.hs, dist/build/Graphics/GL/Ext/ARB/TextureStencil8.o )
[187 of 787] Compiling Graphics.GL.Ext.ARB.TextureStorage ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureStorage.hs, dist/build/Graphics/GL/Ext/ARB/TextureStorage.o )
[188 of 787] Compiling Graphics.GL.Ext.ARB.TextureStorageMultisample ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureStorageMultisample.hs, dist/build/Graphics/GL/Ext/ARB/TextureStorageMultisample.o )
[189 of 787] Compiling Graphics.GL.Ext.ARB.TextureSwizzle ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureSwizzle.hs, dist/build/Graphics/GL/Ext/ARB/TextureSwizzle.o )
[190 of 787] Compiling Graphics.GL.Ext.ARB.TextureView ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureView.hs, dist/build/Graphics/GL/Ext/ARB/TextureView.o )
[191 of 787] Compiling Graphics.GL.Ext.ARB.TimerQuery ( dist/build/autogen/Graphics/GL/Ext/ARB/TimerQuery.hs, dist/build/Graphics/GL/Ext/ARB/TimerQuery.o )
[192 of 787] Compiling Graphics.GL.Ext.ARB.TransformFeedback2 ( dist/build/autogen/Graphics/GL/Ext/ARB/TransformFeedback2.hs, dist/build/Graphics/GL/Ext/ARB/TransformFeedback2.o )
[193 of 787] Compiling Graphics.GL.Ext.ARB.TransformFeedback3 ( dist/build/autogen/Graphics/GL/Ext/ARB/TransformFeedback3.hs, dist/build/Graphics/GL/Ext/ARB/TransformFeedback3.o )
[194 of 787] Compiling Graphics.GL.Ext.ARB.TransformFeedbackInstanced ( dist/build/autogen/Graphics/GL/Ext/ARB/TransformFeedbackInstanced.hs, dist/build/Graphics/GL/Ext/ARB/TransformFeedbackInstanced.o )
[195 of 787] Compiling Graphics.GL.Ext.ARB.TransformFeedbackOverflowQuery ( dist/build/autogen/Graphics/GL/Ext/ARB/TransformFeedbackOverflowQuery.hs, dist/build/Graphics/GL/Ext/ARB/TransformFeedbackOverflowQuery.o )
[196 of 787] Compiling Graphics.GL.Ext.ARB.UniformBufferObject ( dist/build/autogen/Graphics/GL/Ext/ARB/UniformBufferObject.hs, dist/build/Graphics/GL/Ext/ARB/UniformBufferObject.o )
[197 of 787] Compiling Graphics.GL.Ext.ARB.VertexArrayBgra ( dist/build/autogen/Graphics/GL/Ext/ARB/VertexArrayBgra.hs, dist/build/Graphics/GL/Ext/ARB/VertexArrayBgra.o )
[198 of 787] Compiling Graphics.GL.Ext.ARB.VertexArrayObject ( dist/build/autogen/Graphics/GL/Ext/ARB/VertexArrayObject.hs, dist/build/Graphics/GL/Ext/ARB/VertexArrayObject.o )
[199 of 787] Compiling Graphics.GL.Ext.ARB.VertexAttrib64bit ( dist/build/autogen/Graphics/GL/Ext/ARB/VertexAttrib64bit.hs, dist/build/Graphics/GL/Ext/ARB/VertexAttrib64bit.o )
[200 of 787] Compiling Graphics.GL.Ext.ARB.VertexAttribBinding ( dist/build/autogen/Graphics/GL/Ext/ARB/VertexAttribBinding.hs, dist/build/Graphics/GL/Ext/ARB/VertexAttribBinding.o )
[201 of 787] Compiling Graphics.GL.Ext.ARB.VertexProgram ( dist/build/autogen/Graphics/GL/Ext/ARB/VertexProgram.hs, dist/build/Graphics/GL/Ext/ARB/VertexProgram.o )
[202 of 787] Compiling Graphics.GL.Ext.ARB.VertexType10f11f11fRev ( dist/build/autogen/Graphics/GL/Ext/ARB/VertexType10f11f11fRev.hs, dist/build/Graphics/GL/Ext/ARB/VertexType10f11f11fRev.o )
[203 of 787] Compiling Graphics.GL.Ext.ARB.VertexType2101010Rev ( dist/build/autogen/Graphics/GL/Ext/ARB/VertexType2101010Rev.hs, dist/build/Graphics/GL/Ext/ARB/VertexType2101010Rev.o )
[204 of 787] Compiling Graphics.GL.Ext.ARB.ViewportArray ( dist/build/autogen/Graphics/GL/Ext/ARB/ViewportArray.hs, dist/build/Graphics/GL/Ext/ARB/ViewportArray.o )
[205 of 787] Compiling Graphics.GL.Ext.ARM.MaliProgramBinary ( dist/build/autogen/Graphics/GL/Ext/ARM/MaliProgramBinary.hs, dist/build/Graphics/GL/Ext/ARM/MaliProgramBinary.o )
[206 of 787] Compiling Graphics.GL.Ext.ARM.MaliShaderBinary ( dist/build/autogen/Graphics/GL/Ext/ARM/MaliShaderBinary.hs, dist/build/Graphics/GL/Ext/ARM/MaliShaderBinary.o )
[207 of 787] Compiling Graphics.GL.Ext.ARM.Rgba8 ( dist/build/autogen/Graphics/GL/Ext/ARM/Rgba8.hs, dist/build/Graphics/GL/Ext/ARM/Rgba8.o )
[208 of 787] Compiling Graphics.GL.Ext.ARM.ShaderFramebufferFetch ( dist/build/autogen/Graphics/GL/Ext/ARM/ShaderFramebufferFetch.hs, dist/build/Graphics/GL/Ext/ARM/ShaderFramebufferFetch.o )
[209 of 787] Compiling Graphics.GL.Ext.ARM.ShaderFramebufferFetchDepthStencil ( dist/build/autogen/Graphics/GL/Ext/ARM/ShaderFramebufferFetchDepthStencil.hs, dist/build/Graphics/GL/Ext/ARM/ShaderFramebufferFetchDepthStencil.o )
[210 of 787] Compiling Graphics.GL.Ext.ARM ( dist/build/autogen/Graphics/GL/Ext/ARM.hs, dist/build/Graphics/GL/Ext/ARM.o )
[211 of 787] Compiling Graphics.GL.Ext.ATI.Meminfo ( dist/build/autogen/Graphics/GL/Ext/ATI/Meminfo.hs, dist/build/Graphics/GL/Ext/ATI/Meminfo.o )
[212 of 787] Compiling Graphics.GL.Ext.ATI.PixelFormatFloat ( dist/build/autogen/Graphics/GL/Ext/ATI/PixelFormatFloat.hs, dist/build/Graphics/GL/Ext/ATI/PixelFormatFloat.o )
[213 of 787] Compiling Graphics.GL.Ext.ATI.TextFragmentShader ( dist/build/autogen/Graphics/GL/Ext/ATI/TextFragmentShader.hs, dist/build/Graphics/GL/Ext/ATI/TextFragmentShader.o )
[214 of 787] Compiling Graphics.GL.Ext.ATI.TextureEnvCombine3 ( dist/build/autogen/Graphics/GL/Ext/ATI/TextureEnvCombine3.hs, dist/build/Graphics/GL/Ext/ATI/TextureEnvCombine3.o )
[215 of 787] Compiling Graphics.GL.Ext.ATI.TextureFloat ( dist/build/autogen/Graphics/GL/Ext/ATI/TextureFloat.hs, dist/build/Graphics/GL/Ext/ATI/TextureFloat.o )
[216 of 787] Compiling Graphics.GL.Ext.ATI.TextureMirrorOnce ( dist/build/autogen/Graphics/GL/Ext/ATI/TextureMirrorOnce.hs, dist/build/Graphics/GL/Ext/ATI/TextureMirrorOnce.o )
[217 of 787] Compiling Graphics.GL.Ext.DMP.ProgramBinary ( dist/build/autogen/Graphics/GL/Ext/DMP/ProgramBinary.hs, dist/build/Graphics/GL/Ext/DMP/ProgramBinary.o )
[218 of 787] Compiling Graphics.GL.Ext.DMP.ShaderBinary ( dist/build/autogen/Graphics/GL/Ext/DMP/ShaderBinary.hs, dist/build/Graphics/GL/Ext/DMP/ShaderBinary.o )
[219 of 787] Compiling Graphics.GL.Ext.DMP ( dist/build/autogen/Graphics/GL/Ext/DMP.hs, dist/build/Graphics/GL/Ext/DMP.o )
[220 of 787] Compiling Graphics.GL.Ext.EXT.Abgr ( dist/build/autogen/Graphics/GL/Ext/EXT/Abgr.hs, dist/build/Graphics/GL/Ext/EXT/Abgr.o )
[221 of 787] Compiling Graphics.GL.Ext.EXT.Bgra ( dist/build/autogen/Graphics/GL/Ext/EXT/Bgra.hs, dist/build/Graphics/GL/Ext/EXT/Bgra.o )
[222 of 787] Compiling Graphics.GL.Ext.EXT.BlendLogicOp ( dist/build/autogen/Graphics/GL/Ext/EXT/BlendLogicOp.hs, dist/build/Graphics/GL/Ext/EXT/BlendLogicOp.o )
[223 of 787] Compiling Graphics.GL.Ext.EXT.BlendSubtract ( dist/build/autogen/Graphics/GL/Ext/EXT/BlendSubtract.hs, dist/build/Graphics/GL/Ext/EXT/BlendSubtract.o )
[224 of 787] Compiling Graphics.GL.Ext.EXT.ClipVolumeHint ( dist/build/autogen/Graphics/GL/Ext/EXT/ClipVolumeHint.hs, dist/build/Graphics/GL/Ext/EXT/ClipVolumeHint.o )
[225 of 787] Compiling Graphics.GL.Ext.EXT.Cmyka ( dist/build/autogen/Graphics/GL/Ext/EXT/Cmyka.hs, dist/build/Graphics/GL/Ext/EXT/Cmyka.o )
[226 of 787] Compiling Graphics.GL.Ext.EXT.ColorBufferHalfFloat ( dist/build/autogen/Graphics/GL/Ext/EXT/ColorBufferHalfFloat.hs, dist/build/Graphics/GL/Ext/EXT/ColorBufferHalfFloat.o )
[227 of 787] Compiling Graphics.GL.Ext.EXT.DrawInstanced ( dist/build/autogen/Graphics/GL/Ext/EXT/DrawInstanced.hs, dist/build/Graphics/GL/Ext/EXT/DrawInstanced.o )
[228 of 787] Compiling Graphics.GL.Ext.EXT.FloatBlend ( dist/build/autogen/Graphics/GL/Ext/EXT/FloatBlend.hs, dist/build/Graphics/GL/Ext/EXT/FloatBlend.o )
[229 of 787] Compiling Graphics.GL.Ext.EXT.FourTwoTwoPixels ( dist/build/autogen/Graphics/GL/Ext/EXT/FourTwoTwoPixels.hs, dist/build/Graphics/GL/Ext/EXT/FourTwoTwoPixels.o )
[230 of 787] Compiling Graphics.GL.Ext.EXT.FramebufferMultisample ( dist/build/autogen/Graphics/GL/Ext/EXT/FramebufferMultisample.hs, dist/build/Graphics/GL/Ext/EXT/FramebufferMultisample.o )
[231 of 787] Compiling Graphics.GL.Ext.EXT.FramebufferMultisampleBlitScaled ( dist/build/autogen/Graphics/GL/Ext/EXT/FramebufferMultisampleBlitScaled.hs, dist/build/Graphics/GL/Ext/EXT/FramebufferMultisampleBlitScaled.o )
[232 of 787] Compiling Graphics.GL.Ext.EXT.FramebufferSRGB ( dist/build/autogen/Graphics/GL/Ext/EXT/FramebufferSRGB.hs, dist/build/Graphics/GL/Ext/EXT/FramebufferSRGB.o )
[233 of 787] Compiling Graphics.GL.Ext.EXT.GeometryPointSize ( dist/build/autogen/Graphics/GL/Ext/EXT/GeometryPointSize.hs, dist/build/Graphics/GL/Ext/EXT/GeometryPointSize.o )
[234 of 787] Compiling Graphics.GL.Ext.EXT.GeometryShader4 ( dist/build/autogen/Graphics/GL/Ext/EXT/GeometryShader4.hs, dist/build/Graphics/GL/Ext/EXT/GeometryShader4.o )
[235 of 787] Compiling Graphics.GL.Ext.EXT.IndexArrayFormats ( dist/build/autogen/Graphics/GL/Ext/EXT/IndexArrayFormats.hs, dist/build/Graphics/GL/Ext/EXT/IndexArrayFormats.o )
[236 of 787] Compiling Graphics.GL.Ext.EXT.IndexTexture ( dist/build/autogen/Graphics/GL/Ext/EXT/IndexTexture.hs, dist/build/Graphics/GL/Ext/EXT/IndexTexture.o )
[237 of 787] Compiling Graphics.GL.Ext.EXT.MiscAttribute ( dist/build/autogen/Graphics/GL/Ext/EXT/MiscAttribute.hs, dist/build/Graphics/GL/Ext/EXT/MiscAttribute.o )
[238 of 787] Compiling Graphics.GL.Ext.EXT.OcclusionQueryBoolean ( dist/build/autogen/Graphics/GL/Ext/EXT/OcclusionQueryBoolean.hs, dist/build/Graphics/GL/Ext/EXT/OcclusionQueryBoolean.o )
[239 of 787] Compiling Graphics.GL.Ext.EXT.PackedDepthStencil ( dist/build/autogen/Graphics/GL/Ext/EXT/PackedDepthStencil.hs, dist/build/Graphics/GL/Ext/EXT/PackedDepthStencil.o )
[240 of 787] Compiling Graphics.GL.Ext.EXT.PackedFloat ( dist/build/autogen/Graphics/GL/Ext/EXT/PackedFloat.hs, dist/build/Graphics/GL/Ext/EXT/PackedFloat.o )
[241 of 787] Compiling Graphics.GL.Ext.EXT.PackedPixels ( dist/build/autogen/Graphics/GL/Ext/EXT/PackedPixels.hs, dist/build/Graphics/GL/Ext/EXT/PackedPixels.o )
[242 of 787] Compiling Graphics.GL.Ext.EXT.PixelBufferObject ( dist/build/autogen/Graphics/GL/Ext/EXT/PixelBufferObject.hs, dist/build/Graphics/GL/Ext/EXT/PixelBufferObject.o )
[243 of 787] Compiling Graphics.GL.Ext.EXT.PixelTransformColorTable ( dist/build/autogen/Graphics/GL/Ext/EXT/PixelTransformColorTable.hs, dist/build/Graphics/GL/Ext/EXT/PixelTransformColorTable.o )
[244 of 787] Compiling Graphics.GL.Ext.EXT.PostDepthCoverage ( dist/build/autogen/Graphics/GL/Ext/EXT/PostDepthCoverage.hs, dist/build/Graphics/GL/Ext/EXT/PostDepthCoverage.o )
[245 of 787] Compiling Graphics.GL.Ext.EXT.PvrtcSRGB ( dist/build/autogen/Graphics/GL/Ext/EXT/PvrtcSRGB.hs, dist/build/Graphics/GL/Ext/EXT/PvrtcSRGB.o )
[246 of 787] Compiling Graphics.GL.Ext.EXT.RasterMultisample ( dist/build/autogen/Graphics/GL/Ext/EXT/RasterMultisample.hs, dist/build/Graphics/GL/Ext/EXT/RasterMultisample.o )
[247 of 787] Compiling Graphics.GL.Ext.EXT.ReadFormatBgra ( dist/build/autogen/Graphics/GL/Ext/EXT/ReadFormatBgra.hs, dist/build/Graphics/GL/Ext/EXT/ReadFormatBgra.o )
[248 of 787] Compiling Graphics.GL.Ext.EXT.RenderSnorm ( dist/build/autogen/Graphics/GL/Ext/EXT/RenderSnorm.hs, dist/build/Graphics/GL/Ext/EXT/RenderSnorm.o )
[249 of 787] Compiling Graphics.GL.Ext.EXT.RescaleNormal ( dist/build/autogen/Graphics/GL/Ext/EXT/RescaleNormal.hs, dist/build/Graphics/GL/Ext/EXT/RescaleNormal.o )
[250 of 787] Compiling Graphics.GL.Ext.EXT.SRGB ( dist/build/autogen/Graphics/GL/Ext/EXT/SRGB.hs, dist/build/Graphics/GL/Ext/EXT/SRGB.o )
[251 of 787] Compiling Graphics.GL.Ext.EXT.SRGBWriteControl ( dist/build/autogen/Graphics/GL/Ext/EXT/SRGBWriteControl.hs, dist/build/Graphics/GL/Ext/EXT/SRGBWriteControl.o )
[252 of 787] Compiling Graphics.GL.Ext.EXT.SeparateSpecularColor ( dist/build/autogen/Graphics/GL/Ext/EXT/SeparateSpecularColor.hs, dist/build/Graphics/GL/Ext/EXT/SeparateSpecularColor.o )
[253 of 787] Compiling Graphics.GL.Ext.EXT.ShaderFramebufferFetch ( dist/build/autogen/Graphics/GL/Ext/EXT/ShaderFramebufferFetch.hs, dist/build/Graphics/GL/Ext/EXT/ShaderFramebufferFetch.o )
[254 of 787] Compiling Graphics.GL.Ext.EXT.ShaderImageLoadFormatted ( dist/build/autogen/Graphics/GL/Ext/EXT/ShaderImageLoadFormatted.hs, dist/build/Graphics/GL/Ext/EXT/ShaderImageLoadFormatted.o )
[255 of 787] Compiling Graphics.GL.Ext.EXT.ShaderImplicitConversions ( dist/build/autogen/Graphics/GL/Ext/EXT/ShaderImplicitConversions.hs, dist/build/Graphics/GL/Ext/EXT/ShaderImplicitConversions.o )
[256 of 787] Compiling Graphics.GL.Ext.EXT.ShaderIntegerMix ( dist/build/autogen/Graphics/GL/Ext/EXT/ShaderIntegerMix.hs, dist/build/Graphics/GL/Ext/EXT/ShaderIntegerMix.o )
[257 of 787] Compiling Graphics.GL.Ext.EXT.ShaderPixelLocalStorage ( dist/build/autogen/Graphics/GL/Ext/EXT/ShaderPixelLocalStorage.hs, dist/build/Graphics/GL/Ext/EXT/ShaderPixelLocalStorage.o )
[258 of 787] Compiling Graphics.GL.Ext.EXT.ShaderTextureLod ( dist/build/autogen/Graphics/GL/Ext/EXT/ShaderTextureLod.hs, dist/build/Graphics/GL/Ext/EXT/ShaderTextureLod.o )
[259 of 787] Compiling Graphics.GL.Ext.EXT.ShadowFuncs ( dist/build/autogen/Graphics/GL/Ext/EXT/ShadowFuncs.hs, dist/build/Graphics/GL/Ext/EXT/ShadowFuncs.o )
[260 of 787] Compiling Graphics.GL.Ext.EXT.ShadowSamplers ( dist/build/autogen/Graphics/GL/Ext/EXT/ShadowSamplers.hs, dist/build/Graphics/GL/Ext/EXT/ShadowSamplers.o )
[261 of 787] Compiling Graphics.GL.Ext.EXT.SharedTexturePalette ( dist/build/autogen/Graphics/GL/Ext/EXT/SharedTexturePalette.hs, dist/build/Graphics/GL/Ext/EXT/SharedTexturePalette.o )
[262 of 787] Compiling Graphics.GL.Ext.EXT.SparseTexture ( dist/build/autogen/Graphics/GL/Ext/EXT/SparseTexture.hs, dist/build/Graphics/GL/Ext/EXT/SparseTexture.o )
[263 of 787] Compiling Graphics.GL.Ext.EXT.SparseTexture2 ( dist/build/autogen/Graphics/GL/Ext/EXT/SparseTexture2.hs, dist/build/Graphics/GL/Ext/EXT/SparseTexture2.o )
[264 of 787] Compiling Graphics.GL.Ext.EXT.StencilWrap ( dist/build/autogen/Graphics/GL/Ext/EXT/StencilWrap.hs, dist/build/Graphics/GL/Ext/EXT/StencilWrap.o )
[265 of 787] Compiling Graphics.GL.Ext.EXT.TessellationPointSize ( dist/build/autogen/Graphics/GL/Ext/EXT/TessellationPointSize.hs, dist/build/Graphics/GL/Ext/EXT/TessellationPointSize.o )
[266 of 787] Compiling Graphics.GL.Ext.EXT.Texture ( dist/build/autogen/Graphics/GL/Ext/EXT/Texture.hs, dist/build/Graphics/GL/Ext/EXT/Texture.o )
[267 of 787] Compiling Graphics.GL.Ext.EXT.TextureArray ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureArray.hs, dist/build/Graphics/GL/Ext/EXT/TextureArray.o )
[268 of 787] Compiling Graphics.GL.Ext.EXT.TextureBufferObject ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureBufferObject.hs, dist/build/Graphics/GL/Ext/EXT/TextureBufferObject.o )
[269 of 787] Compiling Graphics.GL.Ext.EXT.TextureCompressionDxt1 ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureCompressionDxt1.hs, dist/build/Graphics/GL/Ext/EXT/TextureCompressionDxt1.o )
[270 of 787] Compiling Graphics.GL.Ext.EXT.TextureCompressionLatc ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureCompressionLatc.hs, dist/build/Graphics/GL/Ext/EXT/TextureCompressionLatc.o )
[271 of 787] Compiling Graphics.GL.Ext.EXT.TextureCompressionRgtc ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureCompressionRgtc.hs, dist/build/Graphics/GL/Ext/EXT/TextureCompressionRgtc.o )
[272 of 787] Compiling Graphics.GL.Ext.EXT.TextureCompressionS3tc ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureCompressionS3tc.hs, dist/build/Graphics/GL/Ext/EXT/TextureCompressionS3tc.o )
[273 of 787] Compiling Graphics.GL.Ext.EXT.TextureCubeMap ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureCubeMap.hs, dist/build/Graphics/GL/Ext/EXT/TextureCubeMap.o )
[274 of 787] Compiling Graphics.GL.Ext.EXT.TextureEnvAdd ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureEnvAdd.hs, dist/build/Graphics/GL/Ext/EXT/TextureEnvAdd.o )
[275 of 787] Compiling Graphics.GL.Ext.EXT.TextureEnvCombine ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureEnvCombine.hs, dist/build/Graphics/GL/Ext/EXT/TextureEnvCombine.o )
[276 of 787] Compiling Graphics.GL.Ext.EXT.TextureEnvDot3 ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureEnvDot3.hs, dist/build/Graphics/GL/Ext/EXT/TextureEnvDot3.o )
[277 of 787] Compiling Graphics.GL.Ext.EXT.TextureFilterAnisotropic ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureFilterAnisotropic.hs, dist/build/Graphics/GL/Ext/EXT/TextureFilterAnisotropic.o )
[278 of 787] Compiling Graphics.GL.Ext.EXT.TextureFilterMinmax ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureFilterMinmax.hs, dist/build/Graphics/GL/Ext/EXT/TextureFilterMinmax.o )
[279 of 787] Compiling Graphics.GL.Ext.EXT.TextureFormatBGRA8888 ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureFormatBGRA8888.hs, dist/build/Graphics/GL/Ext/EXT/TextureFormatBGRA8888.o )
[280 of 787] Compiling Graphics.GL.Ext.EXT.TextureLodBias ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureLodBias.hs, dist/build/Graphics/GL/Ext/EXT/TextureLodBias.o )
[281 of 787] Compiling Graphics.GL.Ext.EXT.TextureMirrorClamp ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureMirrorClamp.hs, dist/build/Graphics/GL/Ext/EXT/TextureMirrorClamp.o )
[282 of 787] Compiling Graphics.GL.Ext.EXT.TextureNorm16 ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureNorm16.hs, dist/build/Graphics/GL/Ext/EXT/TextureNorm16.o )
[283 of 787] Compiling Graphics.GL.Ext.EXT.TextureRg ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureRg.hs, dist/build/Graphics/GL/Ext/EXT/TextureRg.o )
[284 of 787] Compiling Graphics.GL.Ext.EXT.TextureSRGB ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureSRGB.hs, dist/build/Graphics/GL/Ext/EXT/TextureSRGB.o )
[285 of 787] Compiling Graphics.GL.Ext.EXT.TextureSRGBR8 ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureSRGBR8.hs, dist/build/Graphics/GL/Ext/EXT/TextureSRGBR8.o )
[286 of 787] Compiling Graphics.GL.Ext.EXT.TextureSRGBRG8 ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureSRGBRG8.hs, dist/build/Graphics/GL/Ext/EXT/TextureSRGBRG8.o )
[287 of 787] Compiling Graphics.GL.Ext.EXT.TextureSharedExponent ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureSharedExponent.hs, dist/build/Graphics/GL/Ext/EXT/TextureSharedExponent.o )
[288 of 787] Compiling Graphics.GL.Ext.EXT.TextureSnorm ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureSnorm.hs, dist/build/Graphics/GL/Ext/EXT/TextureSnorm.o )
[289 of 787] Compiling Graphics.GL.Ext.EXT.TextureSwizzle ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureSwizzle.hs, dist/build/Graphics/GL/Ext/EXT/TextureSwizzle.o )
[290 of 787] Compiling Graphics.GL.Ext.EXT.TextureType2101010REV ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureType2101010REV.hs, dist/build/Graphics/GL/Ext/EXT/TextureType2101010REV.o )
[291 of 787] Compiling Graphics.GL.Ext.EXT.TimerQuery ( dist/build/autogen/Graphics/GL/Ext/EXT/TimerQuery.hs, dist/build/Graphics/GL/Ext/EXT/TimerQuery.o )
[292 of 787] Compiling Graphics.GL.Ext.EXT.UnpackSubimage ( dist/build/autogen/Graphics/GL/Ext/EXT/UnpackSubimage.hs, dist/build/Graphics/GL/Ext/EXT/UnpackSubimage.o )
[293 of 787] Compiling Graphics.GL.Ext.EXT.VertexArrayBgra ( dist/build/autogen/Graphics/GL/Ext/EXT/VertexArrayBgra.hs, dist/build/Graphics/GL/Ext/EXT/VertexArrayBgra.o )
[294 of 787] Compiling Graphics.GL.Ext.EXT.YUVTarget ( dist/build/autogen/Graphics/GL/Ext/EXT/YUVTarget.hs, dist/build/Graphics/GL/Ext/EXT/YUVTarget.o )
[295 of 787] Compiling Graphics.GL.Ext.FJ.ShaderBinaryGCCSO ( dist/build/autogen/Graphics/GL/Ext/FJ/ShaderBinaryGCCSO.hs, dist/build/Graphics/GL/Ext/FJ/ShaderBinaryGCCSO.o )
[296 of 787] Compiling Graphics.GL.Ext.FJ ( dist/build/autogen/Graphics/GL/Ext/FJ.hs, dist/build/Graphics/GL/Ext/FJ.o )
[297 of 787] Compiling Graphics.GL.Ext.HP.ConvolutionBorderModes ( dist/build/autogen/Graphics/GL/Ext/HP/ConvolutionBorderModes.hs, dist/build/Graphics/GL/Ext/HP/ConvolutionBorderModes.o )
[298 of 787] Compiling Graphics.GL.Ext.HP.OcclusionTest ( dist/build/autogen/Graphics/GL/Ext/HP/OcclusionTest.hs, dist/build/Graphics/GL/Ext/HP/OcclusionTest.o )
[299 of 787] Compiling Graphics.GL.Ext.HP.TextureLighting ( dist/build/autogen/Graphics/GL/Ext/HP/TextureLighting.hs, dist/build/Graphics/GL/Ext/HP/TextureLighting.o )
[300 of 787] Compiling Graphics.GL.Ext.IBM.CullVertex ( dist/build/autogen/Graphics/GL/Ext/IBM/CullVertex.hs, dist/build/Graphics/GL/Ext/IBM/CullVertex.o )
[301 of 787] Compiling Graphics.GL.Ext.IBM.RasterposClip ( dist/build/autogen/Graphics/GL/Ext/IBM/RasterposClip.hs, dist/build/Graphics/GL/Ext/IBM/RasterposClip.o )
[302 of 787] Compiling Graphics.GL.Ext.IBM.TextureMirroredRepeat ( dist/build/autogen/Graphics/GL/Ext/IBM/TextureMirroredRepeat.hs, dist/build/Graphics/GL/Ext/IBM/TextureMirroredRepeat.o )
[303 of 787] Compiling Graphics.GL.Ext.IMG.ProgramBinary ( dist/build/autogen/Graphics/GL/Ext/IMG/ProgramBinary.hs, dist/build/Graphics/GL/Ext/IMG/ProgramBinary.o )
[304 of 787] Compiling Graphics.GL.Ext.IMG.ReadFormat ( dist/build/autogen/Graphics/GL/Ext/IMG/ReadFormat.hs, dist/build/Graphics/GL/Ext/IMG/ReadFormat.o )
[305 of 787] Compiling Graphics.GL.Ext.IMG.ShaderBinary ( dist/build/autogen/Graphics/GL/Ext/IMG/ShaderBinary.hs, dist/build/Graphics/GL/Ext/IMG/ShaderBinary.o )
[306 of 787] Compiling Graphics.GL.Ext.IMG.TextureCompressionPvrtc ( dist/build/autogen/Graphics/GL/Ext/IMG/TextureCompressionPvrtc.hs, dist/build/Graphics/GL/Ext/IMG/TextureCompressionPvrtc.o )
[307 of 787] Compiling Graphics.GL.Ext.IMG.TextureCompressionPvrtc2 ( dist/build/autogen/Graphics/GL/Ext/IMG/TextureCompressionPvrtc2.hs, dist/build/Graphics/GL/Ext/IMG/TextureCompressionPvrtc2.o )
[308 of 787] Compiling Graphics.GL.Ext.IMG.TextureEnvEnhancedFixedFunction ( dist/build/autogen/Graphics/GL/Ext/IMG/TextureEnvEnhancedFixedFunction.hs, dist/build/Graphics/GL/Ext/IMG/TextureEnvEnhancedFixedFunction.o )
[309 of 787] Compiling Graphics.GL.Ext.INGR.ColorClamp ( dist/build/autogen/Graphics/GL/Ext/INGR/ColorClamp.hs, dist/build/Graphics/GL/Ext/INGR/ColorClamp.o )
[310 of 787] Compiling Graphics.GL.Ext.INGR.InterlaceRead ( dist/build/autogen/Graphics/GL/Ext/INGR/InterlaceRead.hs, dist/build/Graphics/GL/Ext/INGR/InterlaceRead.o )
[311 of 787] Compiling Graphics.GL.Ext.INTEL.FragmentShaderOrdering ( dist/build/autogen/Graphics/GL/Ext/INTEL/FragmentShaderOrdering.hs, dist/build/Graphics/GL/Ext/INTEL/FragmentShaderOrdering.o )
[312 of 787] Compiling Graphics.GL.Ext.KHR.BlendEquationAdvancedCoherent ( dist/build/autogen/Graphics/GL/Ext/KHR/BlendEquationAdvancedCoherent.hs, dist/build/Graphics/GL/Ext/KHR/BlendEquationAdvancedCoherent.o )
[313 of 787] Compiling Graphics.GL.Ext.KHR.ContextFlushControl ( dist/build/autogen/Graphics/GL/Ext/KHR/ContextFlushControl.hs, dist/build/Graphics/GL/Ext/KHR/ContextFlushControl.o )
[314 of 787] Compiling Graphics.GL.Ext.KHR.NoError ( dist/build/autogen/Graphics/GL/Ext/KHR/NoError.hs, dist/build/Graphics/GL/Ext/KHR/NoError.o )
[315 of 787] Compiling Graphics.GL.Ext.KHR.RobustBufferAccessBehavior ( dist/build/autogen/Graphics/GL/Ext/KHR/RobustBufferAccessBehavior.hs, dist/build/Graphics/GL/Ext/KHR/RobustBufferAccessBehavior.o )
[316 of 787] Compiling Graphics.GL.Ext.KHR.TextureCompressionAstcHdr ( dist/build/autogen/Graphics/GL/Ext/KHR/TextureCompressionAstcHdr.hs, dist/build/Graphics/GL/Ext/KHR/TextureCompressionAstcHdr.o )
[317 of 787] Compiling Graphics.GL.Ext.MESA.PackInvert ( dist/build/autogen/Graphics/GL/Ext/MESA/PackInvert.hs, dist/build/Graphics/GL/Ext/MESA/PackInvert.o )
[318 of 787] Compiling Graphics.GL.Ext.MESA.YcbcrTexture ( dist/build/autogen/Graphics/GL/Ext/MESA/YcbcrTexture.hs, dist/build/Graphics/GL/Ext/MESA/YcbcrTexture.o )
[319 of 787] Compiling Graphics.GL.Ext.MESAX.TextureStack ( dist/build/autogen/Graphics/GL/Ext/MESAX/TextureStack.hs, dist/build/Graphics/GL/Ext/MESAX/TextureStack.o )
[320 of 787] Compiling Graphics.GL.Ext.MESAX ( dist/build/autogen/Graphics/GL/Ext/MESAX.hs, dist/build/Graphics/GL/Ext/MESAX.o )
[321 of 787] Compiling Graphics.GL.Ext.NV.BlendEquationAdvancedCoherent ( dist/build/autogen/Graphics/GL/Ext/NV/BlendEquationAdvancedCoherent.hs, dist/build/Graphics/GL/Ext/NV/BlendEquationAdvancedCoherent.o )
[322 of 787] Compiling Graphics.GL.Ext.NV.BlendSquare ( dist/build/autogen/Graphics/GL/Ext/NV/BlendSquare.hs, dist/build/Graphics/GL/Ext/NV/BlendSquare.o )
[323 of 787] Compiling Graphics.GL.Ext.NV.ComputeProgram5 ( dist/build/autogen/Graphics/GL/Ext/NV/ComputeProgram5.hs, dist/build/Graphics/GL/Ext/NV/ComputeProgram5.o )
[324 of 787] Compiling Graphics.GL.Ext.NV.CopyDepthToColor ( dist/build/autogen/Graphics/GL/Ext/NV/CopyDepthToColor.hs, dist/build/Graphics/GL/Ext/NV/CopyDepthToColor.o )
[325 of 787] Compiling Graphics.GL.Ext.NV.DeepTexture3D ( dist/build/autogen/Graphics/GL/Ext/NV/DeepTexture3D.hs, dist/build/Graphics/GL/Ext/NV/DeepTexture3D.o )
[326 of 787] Compiling Graphics.GL.Ext.NV.DepthClamp ( dist/build/autogen/Graphics/GL/Ext/NV/DepthClamp.hs, dist/build/Graphics/GL/Ext/NV/DepthClamp.o )
[327 of 787] Compiling Graphics.GL.Ext.NV.DepthNonlinear ( dist/build/autogen/Graphics/GL/Ext/NV/DepthNonlinear.hs, dist/build/Graphics/GL/Ext/NV/DepthNonlinear.o )
[328 of 787] Compiling Graphics.GL.Ext.NV.ExplicitAttribLocation ( dist/build/autogen/Graphics/GL/Ext/NV/ExplicitAttribLocation.hs, dist/build/Graphics/GL/Ext/NV/ExplicitAttribLocation.o )
[329 of 787] Compiling Graphics.GL.Ext.NV.FboColorAttachments ( dist/build/autogen/Graphics/GL/Ext/NV/FboColorAttachments.hs, dist/build/Graphics/GL/Ext/NV/FboColorAttachments.o )
[330 of 787] Compiling Graphics.GL.Ext.NV.FillRectangle ( dist/build/autogen/Graphics/GL/Ext/NV/FillRectangle.hs, dist/build/Graphics/GL/Ext/NV/FillRectangle.o )
[331 of 787] Compiling Graphics.GL.Ext.NV.FloatBuffer ( dist/build/autogen/Graphics/GL/Ext/NV/FloatBuffer.hs, dist/build/Graphics/GL/Ext/NV/FloatBuffer.o )
[332 of 787] Compiling Graphics.GL.Ext.NV.FogDistance ( dist/build/autogen/Graphics/GL/Ext/NV/FogDistance.hs, dist/build/Graphics/GL/Ext/NV/FogDistance.o )
[333 of 787] Compiling Graphics.GL.Ext.NV.FragmentProgram2 ( dist/build/autogen/Graphics/GL/Ext/NV/FragmentProgram2.hs, dist/build/Graphics/GL/Ext/NV/FragmentProgram2.o )
[334 of 787] Compiling Graphics.GL.Ext.NV.FragmentProgram4 ( dist/build/autogen/Graphics/GL/Ext/NV/FragmentProgram4.hs, dist/build/Graphics/GL/Ext/NV/FragmentProgram4.o )
[335 of 787] Compiling Graphics.GL.Ext.NV.FragmentProgramOption ( dist/build/autogen/Graphics/GL/Ext/NV/FragmentProgramOption.hs, dist/build/Graphics/GL/Ext/NV/FragmentProgramOption.o )
[336 of 787] Compiling Graphics.GL.Ext.NV.FragmentShaderInterlock ( dist/build/autogen/Graphics/GL/Ext/NV/FragmentShaderInterlock.hs, dist/build/Graphics/GL/Ext/NV/FragmentShaderInterlock.o )
[337 of 787] Compiling Graphics.GL.Ext.NV.GenerateMipmapSRGB ( dist/build/autogen/Graphics/GL/Ext/NV/GenerateMipmapSRGB.hs, dist/build/Graphics/GL/Ext/NV/GenerateMipmapSRGB.o )
[338 of 787] Compiling Graphics.GL.Ext.NV.GeometryShader4 ( dist/build/autogen/Graphics/GL/Ext/NV/GeometryShader4.hs, dist/build/Graphics/GL/Ext/NV/GeometryShader4.o )
[339 of 787] Compiling Graphics.GL.Ext.NV.GeometryShaderPassthrough ( dist/build/autogen/Graphics/GL/Ext/NV/GeometryShaderPassthrough.hs, dist/build/Graphics/GL/Ext/NV/GeometryShaderPassthrough.o )
[340 of 787] Compiling Graphics.GL.Ext.NV.GpuProgram5MemExtended ( dist/build/autogen/Graphics/GL/Ext/NV/GpuProgram5MemExtended.hs, dist/build/Graphics/GL/Ext/NV/GpuProgram5MemExtended.o )
[341 of 787] Compiling Graphics.GL.Ext.NV.GpuShader5 ( dist/build/autogen/Graphics/GL/Ext/NV/GpuShader5.hs, dist/build/Graphics/GL/Ext/NV/GpuShader5.o )
[342 of 787] Compiling Graphics.GL.Ext.NV.ImageFormats ( dist/build/autogen/Graphics/GL/Ext/NV/ImageFormats.hs, dist/build/Graphics/GL/Ext/NV/ImageFormats.o )
[343 of 787] Compiling Graphics.GL.Ext.NV.LightMaxExponent ( dist/build/autogen/Graphics/GL/Ext/NV/LightMaxExponent.hs, dist/build/Graphics/GL/Ext/NV/LightMaxExponent.o )
[344 of 787] Compiling Graphics.GL.Ext.NV.MultisampleCoverage ( dist/build/autogen/Graphics/GL/Ext/NV/MultisampleCoverage.hs, dist/build/Graphics/GL/Ext/NV/MultisampleCoverage.o )
[345 of 787] Compiling Graphics.GL.Ext.NV.MultisampleFilterHint ( dist/build/autogen/Graphics/GL/Ext/NV/MultisampleFilterHint.hs, dist/build/Graphics/GL/Ext/NV/MultisampleFilterHint.o )
[346 of 787] Compiling Graphics.GL.Ext.NV.PackedDepthStencil ( dist/build/autogen/Graphics/GL/Ext/NV/PackedDepthStencil.hs, dist/build/Graphics/GL/Ext/NV/PackedDepthStencil.o )
[347 of 787] Compiling Graphics.GL.Ext.NV.ParameterBufferObject2 ( dist/build/autogen/Graphics/GL/Ext/NV/ParameterBufferObject2.hs, dist/build/Graphics/GL/Ext/NV/ParameterBufferObject2.o )
[348 of 787] Compiling Graphics.GL.Ext.NV.PathRenderingSharedEdge ( dist/build/autogen/Graphics/GL/Ext/NV/PathRenderingSharedEdge.hs, dist/build/Graphics/GL/Ext/NV/PathRenderingSharedEdge.o )
[349 of 787] Compiling Graphics.GL.Ext.NV.ReadBufferFront ( dist/build/autogen/Graphics/GL/Ext/NV/ReadBufferFront.hs, dist/build/Graphics/GL/Ext/NV/ReadBufferFront.o )
[350 of 787] Compiling Graphics.GL.Ext.NV.ReadDepth ( dist/build/autogen/Graphics/GL/Ext/NV/ReadDepth.hs, dist/build/Graphics/GL/Ext/NV/ReadDepth.o )
[351 of 787] Compiling Graphics.GL.Ext.NV.ReadDepthStencil ( dist/build/autogen/Graphics/GL/Ext/NV/ReadDepthStencil.hs, dist/build/Graphics/GL/Ext/NV/ReadDepthStencil.o )
[352 of 787] Compiling Graphics.GL.Ext.NV.ReadStencil ( dist/build/autogen/Graphics/GL/Ext/NV/ReadStencil.hs, dist/build/Graphics/GL/Ext/NV/ReadStencil.o )
[353 of 787] Compiling Graphics.GL.Ext.NV.SRGBFormats ( dist/build/autogen/Graphics/GL/Ext/NV/SRGBFormats.hs, dist/build/Graphics/GL/Ext/NV/SRGBFormats.o )
[354 of 787] Compiling Graphics.GL.Ext.NV.SampleMaskOverrideCoverage ( dist/build/autogen/Graphics/GL/Ext/NV/SampleMaskOverrideCoverage.hs, dist/build/Graphics/GL/Ext/NV/SampleMaskOverrideCoverage.o )
[355 of 787] Compiling Graphics.GL.Ext.NV.ShaderAtomicCounters ( dist/build/autogen/Graphics/GL/Ext/NV/ShaderAtomicCounters.hs, dist/build/Graphics/GL/Ext/NV/ShaderAtomicCounters.o )
[356 of 787] Compiling Graphics.GL.Ext.NV.ShaderAtomicFloat ( dist/build/autogen/Graphics/GL/Ext/NV/ShaderAtomicFloat.hs, dist/build/Graphics/GL/Ext/NV/ShaderAtomicFloat.o )
[357 of 787] Compiling Graphics.GL.Ext.NV.ShaderAtomicFp16Vector ( dist/build/autogen/Graphics/GL/Ext/NV/ShaderAtomicFp16Vector.hs, dist/build/Graphics/GL/Ext/NV/ShaderAtomicFp16Vector.o )
[358 of 787] Compiling Graphics.GL.Ext.NV.ShaderAtomicInt64 ( dist/build/autogen/Graphics/GL/Ext/NV/ShaderAtomicInt64.hs, dist/build/Graphics/GL/Ext/NV/ShaderAtomicInt64.o )
[359 of 787] Compiling Graphics.GL.Ext.NV.ShaderBufferStore ( dist/build/autogen/Graphics/GL/Ext/NV/ShaderBufferStore.hs, dist/build/Graphics/GL/Ext/NV/ShaderBufferStore.o )
[360 of 787] Compiling Graphics.GL.Ext.NV.ShaderNoperspectiveInterpolation ( dist/build/autogen/Graphics/GL/Ext/NV/ShaderNoperspectiveInterpolation.hs, dist/build/Graphics/GL/Ext/NV/ShaderNoperspectiveInterpolation.o )
[361 of 787] Compiling Graphics.GL.Ext.NV.ShaderStorageBufferObject ( dist/build/autogen/Graphics/GL/Ext/NV/ShaderStorageBufferObject.hs, dist/build/Graphics/GL/Ext/NV/ShaderStorageBufferObject.o )
[362 of 787] Compiling Graphics.GL.Ext.NV.ShaderThreadGroup ( dist/build/autogen/Graphics/GL/Ext/NV/ShaderThreadGroup.hs, dist/build/Graphics/GL/Ext/NV/ShaderThreadGroup.o )
[363 of 787] Compiling Graphics.GL.Ext.NV.ShaderThreadShuffle ( dist/build/autogen/Graphics/GL/Ext/NV/ShaderThreadShuffle.hs, dist/build/Graphics/GL/Ext/NV/ShaderThreadShuffle.o )
[364 of 787] Compiling Graphics.GL.Ext.NV.ShadowSamplersArray ( dist/build/autogen/Graphics/GL/Ext/NV/ShadowSamplersArray.hs, dist/build/Graphics/GL/Ext/NV/ShadowSamplersArray.o )
[365 of 787] Compiling Graphics.GL.Ext.NV.ShadowSamplersCube ( dist/build/autogen/Graphics/GL/Ext/NV/ShadowSamplersCube.hs, dist/build/Graphics/GL/Ext/NV/ShadowSamplersCube.o )
[366 of 787] Compiling Graphics.GL.Ext.NV.TessellationProgram5 ( dist/build/autogen/Graphics/GL/Ext/NV/TessellationProgram5.hs, dist/build/Graphics/GL/Ext/NV/TessellationProgram5.o )
[367 of 787] Compiling Graphics.GL.Ext.NV.TexgenEmboss ( dist/build/autogen/Graphics/GL/Ext/NV/TexgenEmboss.hs, dist/build/Graphics/GL/Ext/NV/TexgenEmboss.o )
[368 of 787] Compiling Graphics.GL.Ext.NV.TexgenReflection ( dist/build/autogen/Graphics/GL/Ext/NV/TexgenReflection.hs, dist/build/Graphics/GL/Ext/NV/TexgenReflection.o )
[369 of 787] Compiling Graphics.GL.Ext.NV.TextureBorderClamp ( dist/build/autogen/Graphics/GL/Ext/NV/TextureBorderClamp.hs, dist/build/Graphics/GL/Ext/NV/TextureBorderClamp.o )
[370 of 787] Compiling Graphics.GL.Ext.NV.TextureCompressionS3tcUpdate ( dist/build/autogen/Graphics/GL/Ext/NV/TextureCompressionS3tcUpdate.hs, dist/build/Graphics/GL/Ext/NV/TextureCompressionS3tcUpdate.o )
[371 of 787] Compiling Graphics.GL.Ext.NV.TextureCompressionVtc ( dist/build/autogen/Graphics/GL/Ext/NV/TextureCompressionVtc.hs, dist/build/Graphics/GL/Ext/NV/TextureCompressionVtc.o )
[372 of 787] Compiling Graphics.GL.Ext.NV.TextureEnvCombine4 ( dist/build/autogen/Graphics/GL/Ext/NV/TextureEnvCombine4.hs, dist/build/Graphics/GL/Ext/NV/TextureEnvCombine4.o )
[373 of 787] Compiling Graphics.GL.Ext.NV.TextureExpandNormal ( dist/build/autogen/Graphics/GL/Ext/NV/TextureExpandNormal.hs, dist/build/Graphics/GL/Ext/NV/TextureExpandNormal.o )
[374 of 787] Compiling Graphics.GL.Ext.NV.TextureNpot2DMipmap ( dist/build/autogen/Graphics/GL/Ext/NV/TextureNpot2DMipmap.hs, dist/build/Graphics/GL/Ext/NV/TextureNpot2DMipmap.o )
[375 of 787] Compiling Graphics.GL.Ext.NV.TextureRectangle ( dist/build/autogen/Graphics/GL/Ext/NV/TextureRectangle.hs, dist/build/Graphics/GL/Ext/NV/TextureRectangle.o )
[376 of 787] Compiling Graphics.GL.Ext.NV.TextureShader ( dist/build/autogen/Graphics/GL/Ext/NV/TextureShader.hs, dist/build/Graphics/GL/Ext/NV/TextureShader.o )
[377 of 787] Compiling Graphics.GL.Ext.NV.TextureShader2 ( dist/build/autogen/Graphics/GL/Ext/NV/TextureShader2.hs, dist/build/Graphics/GL/Ext/NV/TextureShader2.o )
[378 of 787] Compiling Graphics.GL.Ext.NV.TextureShader3 ( dist/build/autogen/Graphics/GL/Ext/NV/TextureShader3.hs, dist/build/Graphics/GL/Ext/NV/TextureShader3.o )
[379 of 787] Compiling Graphics.GL.Ext.NV.UniformBufferUnifiedMemory ( dist/build/autogen/Graphics/GL/Ext/NV/UniformBufferUnifiedMemory.hs, dist/build/Graphics/GL/Ext/NV/UniformBufferUnifiedMemory.o )
[380 of 787] Compiling Graphics.GL.Ext.NV.VertexArrayRange2 ( dist/build/autogen/Graphics/GL/Ext/NV/VertexArrayRange2.hs, dist/build/Graphics/GL/Ext/NV/VertexArrayRange2.o )
[381 of 787] Compiling Graphics.GL.Ext.NV.VertexProgram11 ( dist/build/autogen/Graphics/GL/Ext/NV/VertexProgram11.hs, dist/build/Graphics/GL/Ext/NV/VertexProgram11.o )
[382 of 787] Compiling Graphics.GL.Ext.NV.VertexProgram2 ( dist/build/autogen/Graphics/GL/Ext/NV/VertexProgram2.hs, dist/build/Graphics/GL/Ext/NV/VertexProgram2.o )
[383 of 787] Compiling Graphics.GL.Ext.NV.VertexProgram2Option ( dist/build/autogen/Graphics/GL/Ext/NV/VertexProgram2Option.hs, dist/build/Graphics/GL/Ext/NV/VertexProgram2Option.o )
[384 of 787] Compiling Graphics.GL.Ext.NV.VertexProgram3 ( dist/build/autogen/Graphics/GL/Ext/NV/VertexProgram3.hs, dist/build/Graphics/GL/Ext/NV/VertexProgram3.o )
[385 of 787] Compiling Graphics.GL.Ext.NV.ViewportArray2 ( dist/build/autogen/Graphics/GL/Ext/NV/ViewportArray2.hs, dist/build/Graphics/GL/Ext/NV/ViewportArray2.o )
[386 of 787] Compiling Graphics.GL.Ext.NVX.GpuMemoryInfo ( dist/build/autogen/Graphics/GL/Ext/NVX/GpuMemoryInfo.hs, dist/build/Graphics/GL/Ext/NVX/GpuMemoryInfo.o )
[387 of 787] Compiling Graphics.GL.Ext.OES.CompressedETC1RGB8SubTexture ( dist/build/autogen/Graphics/GL/Ext/OES/CompressedETC1RGB8SubTexture.hs, dist/build/Graphics/GL/Ext/OES/CompressedETC1RGB8SubTexture.o )
[388 of 787] Compiling Graphics.GL.Ext.OES.CompressedETC1RGB8Texture ( dist/build/autogen/Graphics/GL/Ext/OES/CompressedETC1RGB8Texture.hs, dist/build/Graphics/GL/Ext/OES/CompressedETC1RGB8Texture.o )
[389 of 787] Compiling Graphics.GL.Ext.OES.CompressedPalettedTexture ( dist/build/autogen/Graphics/GL/Ext/OES/CompressedPalettedTexture.hs, dist/build/Graphics/GL/Ext/OES/CompressedPalettedTexture.o )
[390 of 787] Compiling Graphics.GL.Ext.OES.Depth24 ( dist/build/autogen/Graphics/GL/Ext/OES/Depth24.hs, dist/build/Graphics/GL/Ext/OES/Depth24.o )
[391 of 787] Compiling Graphics.GL.Ext.OES.Depth32 ( dist/build/autogen/Graphics/GL/Ext/OES/Depth32.hs, dist/build/Graphics/GL/Ext/OES/Depth32.o )
[392 of 787] Compiling Graphics.GL.Ext.OES.DepthTexture ( dist/build/autogen/Graphics/GL/Ext/OES/DepthTexture.hs, dist/build/Graphics/GL/Ext/OES/DepthTexture.o )
[393 of 787] Compiling Graphics.GL.Ext.OES.EGLImageExternal ( dist/build/autogen/Graphics/GL/Ext/OES/EGLImageExternal.hs, dist/build/Graphics/GL/Ext/OES/EGLImageExternal.o )
[394 of 787] Compiling Graphics.GL.Ext.OES.EGLImageExternalEssl3 ( dist/build/autogen/Graphics/GL/Ext/OES/EGLImageExternalEssl3.hs, dist/build/Graphics/GL/Ext/OES/EGLImageExternalEssl3.o )
[395 of 787] Compiling Graphics.GL.Ext.OES.ElementIndexUint ( dist/build/autogen/Graphics/GL/Ext/OES/ElementIndexUint.hs, dist/build/Graphics/GL/Ext/OES/ElementIndexUint.o )
[396 of 787] Compiling Graphics.GL.Ext.OES.ExtendedMatrixPalette ( dist/build/autogen/Graphics/GL/Ext/OES/ExtendedMatrixPalette.hs, dist/build/Graphics/GL/Ext/OES/ExtendedMatrixPalette.o )
[397 of 787] Compiling Graphics.GL.Ext.OES.FboRenderMipmap ( dist/build/autogen/Graphics/GL/Ext/OES/FboRenderMipmap.hs, dist/build/Graphics/GL/Ext/OES/FboRenderMipmap.o )
[398 of 787] Compiling Graphics.GL.Ext.OES.FragmentPrecisionHigh ( dist/build/autogen/Graphics/GL/Ext/OES/FragmentPrecisionHigh.hs, dist/build/Graphics/GL/Ext/OES/FragmentPrecisionHigh.o )
[399 of 787] Compiling Graphics.GL.Ext.OES.GeometryPointSize ( dist/build/autogen/Graphics/GL/Ext/OES/GeometryPointSize.hs, dist/build/Graphics/GL/Ext/OES/GeometryPointSize.o )
[400 of 787] Compiling Graphics.GL.Ext.OES.GpuShader5 ( dist/build/autogen/Graphics/GL/Ext/OES/GpuShader5.hs, dist/build/Graphics/GL/Ext/OES/GpuShader5.o )
[401 of 787] Compiling Graphics.GL.Ext.OES.MatrixGet ( dist/build/autogen/Graphics/GL/Ext/OES/MatrixGet.hs, dist/build/Graphics/GL/Ext/OES/MatrixGet.o )
[402 of 787] Compiling Graphics.GL.Ext.OES.PackedDepthStencil ( dist/build/autogen/Graphics/GL/Ext/OES/PackedDepthStencil.hs, dist/build/Graphics/GL/Ext/OES/PackedDepthStencil.o )
[403 of 787] Compiling Graphics.GL.Ext.OES.PointSprite ( dist/build/autogen/Graphics/GL/Ext/OES/PointSprite.hs, dist/build/Graphics/GL/Ext/OES/PointSprite.o )
[404 of 787] Compiling Graphics.GL.Ext.OES.ReadFormat ( dist/build/autogen/Graphics/GL/Ext/OES/ReadFormat.hs, dist/build/Graphics/GL/Ext/OES/ReadFormat.o )
[405 of 787] Compiling Graphics.GL.Ext.OES.RequiredInternalformat ( dist/build/autogen/Graphics/GL/Ext/OES/RequiredInternalformat.hs, dist/build/Graphics/GL/Ext/OES/RequiredInternalformat.o )
[406 of 787] Compiling Graphics.GL.Ext.OES.Rgb8Rgba8 ( dist/build/autogen/Graphics/GL/Ext/OES/Rgb8Rgba8.hs, dist/build/Graphics/GL/Ext/OES/Rgb8Rgba8.o )
[407 of 787] Compiling Graphics.GL.Ext.OES.ShaderIoBlocks ( dist/build/autogen/Graphics/GL/Ext/OES/ShaderIoBlocks.hs, dist/build/Graphics/GL/Ext/OES/ShaderIoBlocks.o )
[408 of 787] Compiling Graphics.GL.Ext.OES.StandardDerivatives ( dist/build/autogen/Graphics/GL/Ext/OES/StandardDerivatives.hs, dist/build/Graphics/GL/Ext/OES/StandardDerivatives.o )
[409 of 787] Compiling Graphics.GL.Ext.OES.Stencil1 ( dist/build/autogen/Graphics/GL/Ext/OES/Stencil1.hs, dist/build/Graphics/GL/Ext/OES/Stencil1.o )
[410 of 787] Compiling Graphics.GL.Ext.OES.Stencil4 ( dist/build/autogen/Graphics/GL/Ext/OES/Stencil4.hs, dist/build/Graphics/GL/Ext/OES/Stencil4.o )
[411 of 787] Compiling Graphics.GL.Ext.OES.Stencil8 ( dist/build/autogen/Graphics/GL/Ext/OES/Stencil8.hs, dist/build/Graphics/GL/Ext/OES/Stencil8.o )
[412 of 787] Compiling Graphics.GL.Ext.OES.StencilWrap ( dist/build/autogen/Graphics/GL/Ext/OES/StencilWrap.hs, dist/build/Graphics/GL/Ext/OES/StencilWrap.o )
[413 of 787] Compiling Graphics.GL.Ext.OES.SurfacelessContext ( dist/build/autogen/Graphics/GL/Ext/OES/SurfacelessContext.hs, dist/build/Graphics/GL/Ext/OES/SurfacelessContext.o )
[414 of 787] Compiling Graphics.GL.Ext.OES.TessellationPointSize ( dist/build/autogen/Graphics/GL/Ext/OES/TessellationPointSize.hs, dist/build/Graphics/GL/Ext/OES/TessellationPointSize.o )
[415 of 787] Compiling Graphics.GL.Ext.OES.TextureCompressionAstc ( dist/build/autogen/Graphics/GL/Ext/OES/TextureCompressionAstc.hs, dist/build/Graphics/GL/Ext/OES/TextureCompressionAstc.o )
[416 of 787] Compiling Graphics.GL.Ext.OES.TextureCubeMapArray ( dist/build/autogen/Graphics/GL/Ext/OES/TextureCubeMapArray.hs, dist/build/Graphics/GL/Ext/OES/TextureCubeMapArray.o )
[417 of 787] Compiling Graphics.GL.Ext.OES.TextureEnvCrossbar ( dist/build/autogen/Graphics/GL/Ext/OES/TextureEnvCrossbar.hs, dist/build/Graphics/GL/Ext/OES/TextureEnvCrossbar.o )
[418 of 787] Compiling Graphics.GL.Ext.OES.TextureFloat ( dist/build/autogen/Graphics/GL/Ext/OES/TextureFloat.hs, dist/build/Graphics/GL/Ext/OES/TextureFloat.o )
[419 of 787] Compiling Graphics.GL.Ext.OES.TextureFloatLinear ( dist/build/autogen/Graphics/GL/Ext/OES/TextureFloatLinear.hs, dist/build/Graphics/GL/Ext/OES/TextureFloatLinear.o )
[420 of 787] Compiling Graphics.GL.Ext.OES.TextureHalfFloat ( dist/build/autogen/Graphics/GL/Ext/OES/TextureHalfFloat.hs, dist/build/Graphics/GL/Ext/OES/TextureHalfFloat.o )
[421 of 787] Compiling Graphics.GL.Ext.OES.TextureHalfFloatLinear ( dist/build/autogen/Graphics/GL/Ext/OES/TextureHalfFloatLinear.hs, dist/build/Graphics/GL/Ext/OES/TextureHalfFloatLinear.o )
[422 of 787] Compiling Graphics.GL.Ext.OES.TextureMirroredRepeat ( dist/build/autogen/Graphics/GL/Ext/OES/TextureMirroredRepeat.hs, dist/build/Graphics/GL/Ext/OES/TextureMirroredRepeat.o )
[423 of 787] Compiling Graphics.GL.Ext.OES.TextureNpot ( dist/build/autogen/Graphics/GL/Ext/OES/TextureNpot.hs, dist/build/Graphics/GL/Ext/OES/TextureNpot.o )
[424 of 787] Compiling Graphics.GL.Ext.OES.VertexHalfFloat ( dist/build/autogen/Graphics/GL/Ext/OES/VertexHalfFloat.hs, dist/build/Graphics/GL/Ext/OES/VertexHalfFloat.o )
[425 of 787] Compiling Graphics.GL.Ext.OES.VertexType1010102 ( dist/build/autogen/Graphics/GL/Ext/OES/VertexType1010102.hs, dist/build/Graphics/GL/Ext/OES/VertexType1010102.o )
[426 of 787] Compiling Graphics.GL.Ext.OML.Interlace ( dist/build/autogen/Graphics/GL/Ext/OML/Interlace.hs, dist/build/Graphics/GL/Ext/OML/Interlace.o )
[427 of 787] Compiling Graphics.GL.Ext.OML.Resample ( dist/build/autogen/Graphics/GL/Ext/OML/Resample.hs, dist/build/Graphics/GL/Ext/OML/Resample.o )
[428 of 787] Compiling Graphics.GL.Ext.OML.Subsample ( dist/build/autogen/Graphics/GL/Ext/OML/Subsample.hs, dist/build/Graphics/GL/Ext/OML/Subsample.o )
[429 of 787] Compiling Graphics.GL.Ext.OML ( dist/build/autogen/Graphics/GL/Ext/OML.hs, dist/build/Graphics/GL/Ext/OML.o )
[430 of 787] Compiling Graphics.GL.Ext.OVR.Multiview2 ( dist/build/autogen/Graphics/GL/Ext/OVR/Multiview2.hs, dist/build/Graphics/GL/Ext/OVR/Multiview2.o )
[431 of 787] Compiling Graphics.GL.Ext.PGI.VertexHints ( dist/build/autogen/Graphics/GL/Ext/PGI/VertexHints.hs, dist/build/Graphics/GL/Ext/PGI/VertexHints.o )
[432 of 787] Compiling Graphics.GL.Ext.QCOM.BinningControl ( dist/build/autogen/Graphics/GL/Ext/QCOM/BinningControl.hs, dist/build/Graphics/GL/Ext/QCOM/BinningControl.o )
[433 of 787] Compiling Graphics.GL.Ext.QCOM.PerfmonGlobalMode ( dist/build/autogen/Graphics/GL/Ext/QCOM/PerfmonGlobalMode.hs, dist/build/Graphics/GL/Ext/QCOM/PerfmonGlobalMode.o )
[434 of 787] Compiling Graphics.GL.Ext.QCOM.WriteonlyRendering ( dist/build/autogen/Graphics/GL/Ext/QCOM/WriteonlyRendering.hs, dist/build/Graphics/GL/Ext/QCOM/WriteonlyRendering.o )
[435 of 787] Compiling Graphics.GL.Ext.REND.ScreenCoordinates ( dist/build/autogen/Graphics/GL/Ext/REND/ScreenCoordinates.hs, dist/build/Graphics/GL/Ext/REND/ScreenCoordinates.o )
[436 of 787] Compiling Graphics.GL.Ext.REND ( dist/build/autogen/Graphics/GL/Ext/REND.hs, dist/build/Graphics/GL/Ext/REND.o )
[437 of 787] Compiling Graphics.GL.Ext.S3.S3tc ( dist/build/autogen/Graphics/GL/Ext/S3/S3tc.hs, dist/build/Graphics/GL/Ext/S3/S3tc.o )
[438 of 787] Compiling Graphics.GL.Ext.S3 ( dist/build/autogen/Graphics/GL/Ext/S3.hs, dist/build/Graphics/GL/Ext/S3.o )
[439 of 787] Compiling Graphics.GL.Ext.SGI.ColorMatrix ( dist/build/autogen/Graphics/GL/Ext/SGI/ColorMatrix.hs, dist/build/Graphics/GL/Ext/SGI/ColorMatrix.o )
[440 of 787] Compiling Graphics.GL.Ext.SGI.TextureColorTable ( dist/build/autogen/Graphics/GL/Ext/SGI/TextureColorTable.hs, dist/build/Graphics/GL/Ext/SGI/TextureColorTable.o )
[441 of 787] Compiling Graphics.GL.Ext.SGIS.GenerateMipmap ( dist/build/autogen/Graphics/GL/Ext/SGIS/GenerateMipmap.hs, dist/build/Graphics/GL/Ext/SGIS/GenerateMipmap.o )
[442 of 787] Compiling Graphics.GL.Ext.SGIS.PointLineTexgen ( dist/build/autogen/Graphics/GL/Ext/SGIS/PointLineTexgen.hs, dist/build/Graphics/GL/Ext/SGIS/PointLineTexgen.o )
[443 of 787] Compiling Graphics.GL.Ext.SGIS.TextureBorderClamp ( dist/build/autogen/Graphics/GL/Ext/SGIS/TextureBorderClamp.hs, dist/build/Graphics/GL/Ext/SGIS/TextureBorderClamp.o )
[444 of 787] Compiling Graphics.GL.Ext.SGIS.TextureEdgeClamp ( dist/build/autogen/Graphics/GL/Ext/SGIS/TextureEdgeClamp.hs, dist/build/Graphics/GL/Ext/SGIS/TextureEdgeClamp.o )
[445 of 787] Compiling Graphics.GL.Ext.SGIS.TextureLod ( dist/build/autogen/Graphics/GL/Ext/SGIS/TextureLod.hs, dist/build/Graphics/GL/Ext/SGIS/TextureLod.o )
[446 of 787] Compiling Graphics.GL.Ext.SGIS.TextureSelect ( dist/build/autogen/Graphics/GL/Ext/SGIS/TextureSelect.hs, dist/build/Graphics/GL/Ext/SGIS/TextureSelect.o )
[447 of 787] Compiling Graphics.GL.Ext.SGIX.AsyncHistogram ( dist/build/autogen/Graphics/GL/Ext/SGIX/AsyncHistogram.hs, dist/build/Graphics/GL/Ext/SGIX/AsyncHistogram.o )
[448 of 787] Compiling Graphics.GL.Ext.SGIX.AsyncPixel ( dist/build/autogen/Graphics/GL/Ext/SGIX/AsyncPixel.hs, dist/build/Graphics/GL/Ext/SGIX/AsyncPixel.o )
[449 of 787] Compiling Graphics.GL.Ext.SGIX.BlendAlphaMinmax ( dist/build/autogen/Graphics/GL/Ext/SGIX/BlendAlphaMinmax.hs, dist/build/Graphics/GL/Ext/SGIX/BlendAlphaMinmax.o )
[450 of 787] Compiling Graphics.GL.Ext.SGIX.CalligraphicFragment ( dist/build/autogen/Graphics/GL/Ext/SGIX/CalligraphicFragment.hs, dist/build/Graphics/GL/Ext/SGIX/CalligraphicFragment.o )
[451 of 787] Compiling Graphics.GL.Ext.SGIX.Clipmap ( dist/build/autogen/Graphics/GL/Ext/SGIX/Clipmap.hs, dist/build/Graphics/GL/Ext/SGIX/Clipmap.o )
[452 of 787] Compiling Graphics.GL.Ext.SGIX.ConvolutionAccuracy ( dist/build/autogen/Graphics/GL/Ext/SGIX/ConvolutionAccuracy.hs, dist/build/Graphics/GL/Ext/SGIX/ConvolutionAccuracy.o )
[453 of 787] Compiling Graphics.GL.Ext.SGIX.DepthPassInstrument ( dist/build/autogen/Graphics/GL/Ext/SGIX/DepthPassInstrument.hs, dist/build/Graphics/GL/Ext/SGIX/DepthPassInstrument.o )
[454 of 787] Compiling Graphics.GL.Ext.SGIX.DepthTexture ( dist/build/autogen/Graphics/GL/Ext/SGIX/DepthTexture.hs, dist/build/Graphics/GL/Ext/SGIX/DepthTexture.o )
[455 of 787] Compiling Graphics.GL.Ext.SGIX.FogOffset ( dist/build/autogen/Graphics/GL/Ext/SGIX/FogOffset.hs, dist/build/Graphics/GL/Ext/SGIX/FogOffset.o )
[456 of 787] Compiling Graphics.GL.Ext.SGIX.Interlace ( dist/build/autogen/Graphics/GL/Ext/SGIX/Interlace.hs, dist/build/Graphics/GL/Ext/SGIX/Interlace.o )
[457 of 787] Compiling Graphics.GL.Ext.SGIX.IrInstrument1 ( dist/build/autogen/Graphics/GL/Ext/SGIX/IrInstrument1.hs, dist/build/Graphics/GL/Ext/SGIX/IrInstrument1.o )
[458 of 787] Compiling Graphics.GL.Ext.SGIX.PixelTiles ( dist/build/autogen/Graphics/GL/Ext/SGIX/PixelTiles.hs, dist/build/Graphics/GL/Ext/SGIX/PixelTiles.o )
[459 of 787] Compiling Graphics.GL.Ext.SGIX.Resample ( dist/build/autogen/Graphics/GL/Ext/SGIX/Resample.hs, dist/build/Graphics/GL/Ext/SGIX/Resample.o )
[460 of 787] Compiling Graphics.GL.Ext.SGIX.ScalebiasHint ( dist/build/autogen/Graphics/GL/Ext/SGIX/ScalebiasHint.hs, dist/build/Graphics/GL/Ext/SGIX/ScalebiasHint.o )
[461 of 787] Compiling Graphics.GL.Ext.SGIX.Shadow ( dist/build/autogen/Graphics/GL/Ext/SGIX/Shadow.hs, dist/build/Graphics/GL/Ext/SGIX/Shadow.o )
[462 of 787] Compiling Graphics.GL.Ext.SGIX.ShadowAmbient ( dist/build/autogen/Graphics/GL/Ext/SGIX/ShadowAmbient.hs, dist/build/Graphics/GL/Ext/SGIX/ShadowAmbient.o )
[463 of 787] Compiling Graphics.GL.Ext.SGIX.Subsample ( dist/build/autogen/Graphics/GL/Ext/SGIX/Subsample.hs, dist/build/Graphics/GL/Ext/SGIX/Subsample.o )
[464 of 787] Compiling Graphics.GL.Ext.SGIX.TextureAddEnv ( dist/build/autogen/Graphics/GL/Ext/SGIX/TextureAddEnv.hs, dist/build/Graphics/GL/Ext/SGIX/TextureAddEnv.o )
[465 of 787] Compiling Graphics.GL.Ext.SGIX.TextureCoordinateClamp ( dist/build/autogen/Graphics/GL/Ext/SGIX/TextureCoordinateClamp.hs, dist/build/Graphics/GL/Ext/SGIX/TextureCoordinateClamp.o )
[466 of 787] Compiling Graphics.GL.Ext.SGIX.TextureLodBias ( dist/build/autogen/Graphics/GL/Ext/SGIX/TextureLodBias.hs, dist/build/Graphics/GL/Ext/SGIX/TextureLodBias.o )
[467 of 787] Compiling Graphics.GL.Ext.SGIX.TextureMultiBuffer ( dist/build/autogen/Graphics/GL/Ext/SGIX/TextureMultiBuffer.hs, dist/build/Graphics/GL/Ext/SGIX/TextureMultiBuffer.o )
[468 of 787] Compiling Graphics.GL.Ext.SGIX.TextureScaleBias ( dist/build/autogen/Graphics/GL/Ext/SGIX/TextureScaleBias.hs, dist/build/Graphics/GL/Ext/SGIX/TextureScaleBias.o )
[469 of 787] Compiling Graphics.GL.Ext.SGIX.VertexPreclip ( dist/build/autogen/Graphics/GL/Ext/SGIX/VertexPreclip.hs, dist/build/Graphics/GL/Ext/SGIX/VertexPreclip.o )
[470 of 787] Compiling Graphics.GL.Ext.SGIX.Ycrcb ( dist/build/autogen/Graphics/GL/Ext/SGIX/Ycrcb.hs, dist/build/Graphics/GL/Ext/SGIX/Ycrcb.o )
[471 of 787] Compiling Graphics.GL.Ext.SGIX.YcrcbSubsample ( dist/build/autogen/Graphics/GL/Ext/SGIX/YcrcbSubsample.hs, dist/build/Graphics/GL/Ext/SGIX/YcrcbSubsample.o )
[472 of 787] Compiling Graphics.GL.Ext.SGIX.Ycrcba ( dist/build/autogen/Graphics/GL/Ext/SGIX/Ycrcba.hs, dist/build/Graphics/GL/Ext/SGIX/Ycrcba.o )
[473 of 787] Compiling Graphics.GL.Ext.SUN.ConvolutionBorderModes ( dist/build/autogen/Graphics/GL/Ext/SUN/ConvolutionBorderModes.hs, dist/build/Graphics/GL/Ext/SUN/ConvolutionBorderModes.o )
[474 of 787] Compiling Graphics.GL.Ext.SUN.SliceAccum ( dist/build/autogen/Graphics/GL/Ext/SUN/SliceAccum.hs, dist/build/Graphics/GL/Ext/SUN/SliceAccum.o )
[475 of 787] Compiling Graphics.GL.Ext.ThreeDFX.Multisample ( dist/build/autogen/Graphics/GL/Ext/ThreeDFX/Multisample.hs, dist/build/Graphics/GL/Ext/ThreeDFX/Multisample.o )
[476 of 787] Compiling Graphics.GL.Ext.ThreeDFX.TextureCompressionFXT1 ( dist/build/autogen/Graphics/GL/Ext/ThreeDFX/TextureCompressionFXT1.hs, dist/build/Graphics/GL/Ext/ThreeDFX/TextureCompressionFXT1.o )
[477 of 787] Compiling Graphics.GL.Ext.VIV.ShaderBinary ( dist/build/autogen/Graphics/GL/Ext/VIV/ShaderBinary.hs, dist/build/Graphics/GL/Ext/VIV/ShaderBinary.o )
[478 of 787] Compiling Graphics.GL.Ext.VIV ( dist/build/autogen/Graphics/GL/Ext/VIV.hs, dist/build/Graphics/GL/Ext/VIV.o )
[479 of 787] Compiling Graphics.GL.Ext.WIN.PhongShading ( dist/build/autogen/Graphics/GL/Ext/WIN/PhongShading.hs, dist/build/Graphics/GL/Ext/WIN/PhongShading.o )
[480 of 787] Compiling Graphics.GL.Ext.WIN.SpecularFog ( dist/build/autogen/Graphics/GL/Ext/WIN/SpecularFog.hs, dist/build/Graphics/GL/Ext/WIN/SpecularFog.o )
[481 of 787] Compiling Graphics.GL.Ext.WIN ( dist/build/autogen/Graphics/GL/Ext/WIN.hs, dist/build/Graphics/GL/Ext/WIN.o )
[482 of 787] Compiling Graphics.GL.Ext.KHR.BlendEquationAdvanced ( dist/build/autogen/Graphics/GL/Ext/KHR/BlendEquationAdvanced.hs, dist/build/Graphics/GL/Ext/KHR/BlendEquationAdvanced.o )
[483 of 787] Compiling Graphics.GL.Ext.GREMEDY.FrameTerminator ( dist/build/autogen/Graphics/GL/Ext/GREMEDY/FrameTerminator.hs, dist/build/Graphics/GL/Ext/GREMEDY/FrameTerminator.o )
[484 of 787] Compiling Graphics.GL.Ext.MESA.ResizeBuffers ( dist/build/autogen/Graphics/GL/Ext/MESA/ResizeBuffers.hs, dist/build/Graphics/GL/Ext/MESA/ResizeBuffers.o )
[485 of 787] Compiling Graphics.GL.Ext.NV.TextureBarrier ( dist/build/autogen/Graphics/GL/Ext/NV/TextureBarrier.hs, dist/build/Graphics/GL/Ext/NV/TextureBarrier.o )
[486 of 787] Compiling Graphics.GL.Ext.SGIX.FlushRaster ( dist/build/autogen/Graphics/GL/Ext/SGIX/FlushRaster.hs, dist/build/Graphics/GL/Ext/SGIX/FlushRaster.o )
[487 of 787] Compiling Graphics.GL.Ext.SGIX.TagSampleBuffer ( dist/build/autogen/Graphics/GL/Ext/SGIX/TagSampleBuffer.hs, dist/build/Graphics/GL/Ext/SGIX/TagSampleBuffer.o )
[488 of 787] Compiling Graphics.GL.Ext.SUNX.ConstantData ( dist/build/autogen/Graphics/GL/Ext/SUNX/ConstantData.hs, dist/build/Graphics/GL/Ext/SUNX/ConstantData.o )
[489 of 787] Compiling Graphics.GL.Ext.SUNX ( dist/build/autogen/Graphics/GL/Ext/SUNX.hs, dist/build/Graphics/GL/Ext/SUNX.o )
[490 of 787] Compiling Graphics.GL.EmbeddedLite11 ( dist/build/autogen/Graphics/GL/EmbeddedLite11.hs, dist/build/Graphics/GL/EmbeddedLite11.o )
[491 of 787] Compiling Graphics.GL.EmbeddedCommon11 ( dist/build/autogen/Graphics/GL/EmbeddedCommon11.hs, dist/build/Graphics/GL/EmbeddedCommon11.o )
[492 of 787] Compiling Graphics.GL.Ext.AMD.DebugOutput ( dist/build/autogen/Graphics/GL/Ext/AMD/DebugOutput.hs, dist/build/Graphics/GL/Ext/AMD/DebugOutput.o )
[493 of 787] Compiling Graphics.GL.Ext.AMD.DrawBuffersBlend ( dist/build/autogen/Graphics/GL/Ext/AMD/DrawBuffersBlend.hs, dist/build/Graphics/GL/Ext/AMD/DrawBuffersBlend.o )
[494 of 787] Compiling Graphics.GL.Ext.AMD.InterleavedElements ( dist/build/autogen/Graphics/GL/Ext/AMD/InterleavedElements.hs, dist/build/Graphics/GL/Ext/AMD/InterleavedElements.o )
[495 of 787] Compiling Graphics.GL.Ext.AMD.MultiDrawIndirect ( dist/build/autogen/Graphics/GL/Ext/AMD/MultiDrawIndirect.hs, dist/build/Graphics/GL/Ext/AMD/MultiDrawIndirect.o )
[496 of 787] Compiling Graphics.GL.Ext.AMD.NameGenDelete ( dist/build/autogen/Graphics/GL/Ext/AMD/NameGenDelete.hs, dist/build/Graphics/GL/Ext/AMD/NameGenDelete.o )
[497 of 787] Compiling Graphics.GL.Ext.AMD.OcclusionQueryEvent ( dist/build/autogen/Graphics/GL/Ext/AMD/OcclusionQueryEvent.hs, dist/build/Graphics/GL/Ext/AMD/OcclusionQueryEvent.o )
[498 of 787] Compiling Graphics.GL.Ext.AMD.PerformanceMonitor ( dist/build/autogen/Graphics/GL/Ext/AMD/PerformanceMonitor.hs, dist/build/Graphics/GL/Ext/AMD/PerformanceMonitor.o )
[499 of 787] Compiling Graphics.GL.Ext.AMD.SamplePositions ( dist/build/autogen/Graphics/GL/Ext/AMD/SamplePositions.hs, dist/build/Graphics/GL/Ext/AMD/SamplePositions.o )
[500 of 787] Compiling Graphics.GL.Ext.AMD.SparseTexture ( dist/build/autogen/Graphics/GL/Ext/AMD/SparseTexture.hs, dist/build/Graphics/GL/Ext/AMD/SparseTexture.o )
[501 of 787] Compiling Graphics.GL.Ext.AMD.StencilOperationExtended ( dist/build/autogen/Graphics/GL/Ext/AMD/StencilOperationExtended.hs, dist/build/Graphics/GL/Ext/AMD/StencilOperationExtended.o )
[502 of 787] Compiling Graphics.GL.Ext.AMD.VertexShaderTessellator ( dist/build/autogen/Graphics/GL/Ext/AMD/VertexShaderTessellator.hs, dist/build/Graphics/GL/Ext/AMD/VertexShaderTessellator.o )
[503 of 787] Compiling Graphics.GL.Ext.AMD ( dist/build/autogen/Graphics/GL/Ext/AMD.hs, dist/build/Graphics/GL/Ext/AMD.o )
[504 of 787] Compiling Graphics.GL.Ext.KHR.Debug ( dist/build/autogen/Graphics/GL/Ext/KHR/Debug.hs, dist/build/Graphics/GL/Ext/KHR/Debug.o )
[505 of 787] Compiling Graphics.GL.Ext.OES.SampleShading ( dist/build/autogen/Graphics/GL/Ext/OES/SampleShading.hs, dist/build/Graphics/GL/Ext/OES/SampleShading.o )
[506 of 787] Compiling Graphics.GL.Ext.OES.TextureStorageMultisample2dArray ( dist/build/autogen/Graphics/GL/Ext/OES/TextureStorageMultisample2dArray.hs, dist/build/Graphics/GL/Ext/OES/TextureStorageMultisample2dArray.o )
[507 of 787] Compiling Graphics.GL.Ext.EXT.CopyImage ( dist/build/autogen/Graphics/GL/Ext/EXT/CopyImage.hs, dist/build/Graphics/GL/Ext/EXT/CopyImage.o )
[508 of 787] Compiling Graphics.GL.Ext.EXT.DrawBuffersIndexed ( dist/build/autogen/Graphics/GL/Ext/EXT/DrawBuffersIndexed.hs, dist/build/Graphics/GL/Ext/EXT/DrawBuffersIndexed.o )
[509 of 787] Compiling Graphics.GL.Ext.EXT.PrimitiveBoundingBox ( dist/build/autogen/Graphics/GL/Ext/EXT/PrimitiveBoundingBox.hs, dist/build/Graphics/GL/Ext/EXT/PrimitiveBoundingBox.o )
[510 of 787] Compiling Graphics.GL.Ext.EXT.TessellationShader ( dist/build/autogen/Graphics/GL/Ext/EXT/TessellationShader.hs, dist/build/Graphics/GL/Ext/EXT/TessellationShader.o )
[511 of 787] Compiling Graphics.GL.Ext.EXT.TextureBorderClamp ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureBorderClamp.hs, dist/build/Graphics/GL/Ext/EXT/TextureBorderClamp.o )
[512 of 787] Compiling Graphics.GL.Ext.EXT.TextureBuffer ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureBuffer.hs, dist/build/Graphics/GL/Ext/EXT/TextureBuffer.o )
[513 of 787] Compiling Graphics.GL.Ext.ANDROID.ExtensionPackEs31a ( dist/build/autogen/Graphics/GL/Ext/ANDROID/ExtensionPackEs31a.hs, dist/build/Graphics/GL/Ext/ANDROID/ExtensionPackEs31a.o )
[514 of 787] Compiling Graphics.GL.Ext.ANDROID ( dist/build/autogen/Graphics/GL/Ext/ANDROID.hs, dist/build/Graphics/GL/Ext/ANDROID.o )
[515 of 787] Compiling Graphics.GL.Ext.ANGLE.FramebufferBlit ( dist/build/autogen/Graphics/GL/Ext/ANGLE/FramebufferBlit.hs, dist/build/Graphics/GL/Ext/ANGLE/FramebufferBlit.o )
[516 of 787] Compiling Graphics.GL.Ext.ANGLE.FramebufferMultisample ( dist/build/autogen/Graphics/GL/Ext/ANGLE/FramebufferMultisample.hs, dist/build/Graphics/GL/Ext/ANGLE/FramebufferMultisample.o )
[517 of 787] Compiling Graphics.GL.Ext.ANGLE.InstancedArrays ( dist/build/autogen/Graphics/GL/Ext/ANGLE/InstancedArrays.hs, dist/build/Graphics/GL/Ext/ANGLE/InstancedArrays.o )
[518 of 787] Compiling Graphics.GL.Ext.ANGLE.TranslatedShaderSource ( dist/build/autogen/Graphics/GL/Ext/ANGLE/TranslatedShaderSource.hs, dist/build/Graphics/GL/Ext/ANGLE/TranslatedShaderSource.o )
[519 of 787] Compiling Graphics.GL.Ext.ANGLE ( dist/build/autogen/Graphics/GL/Ext/ANGLE.hs, dist/build/Graphics/GL/Ext/ANGLE.o )
[520 of 787] Compiling Graphics.GL.Ext.APPLE.CopyTextureLevels ( dist/build/autogen/Graphics/GL/Ext/APPLE/CopyTextureLevels.hs, dist/build/Graphics/GL/Ext/APPLE/CopyTextureLevels.o )
[521 of 787] Compiling Graphics.GL.Ext.APPLE.ElementArray ( dist/build/autogen/Graphics/GL/Ext/APPLE/ElementArray.hs, dist/build/Graphics/GL/Ext/APPLE/ElementArray.o )
[522 of 787] Compiling Graphics.GL.Ext.APPLE.Fence ( dist/build/autogen/Graphics/GL/Ext/APPLE/Fence.hs, dist/build/Graphics/GL/Ext/APPLE/Fence.o )
[523 of 787] Compiling Graphics.GL.Ext.APPLE.FlushBufferRange ( dist/build/autogen/Graphics/GL/Ext/APPLE/FlushBufferRange.hs, dist/build/Graphics/GL/Ext/APPLE/FlushBufferRange.o )
[524 of 787] Compiling Graphics.GL.Ext.APPLE.FramebufferMultisample ( dist/build/autogen/Graphics/GL/Ext/APPLE/FramebufferMultisample.hs, dist/build/Graphics/GL/Ext/APPLE/FramebufferMultisample.o )
[525 of 787] Compiling Graphics.GL.Ext.APPLE.ObjectPurgeable ( dist/build/autogen/Graphics/GL/Ext/APPLE/ObjectPurgeable.hs, dist/build/Graphics/GL/Ext/APPLE/ObjectPurgeable.o )
[526 of 787] Compiling Graphics.GL.Ext.APPLE.Sync ( dist/build/autogen/Graphics/GL/Ext/APPLE/Sync.hs, dist/build/Graphics/GL/Ext/APPLE/Sync.o )
[527 of 787] Compiling Graphics.GL.Ext.APPLE.TextureRange ( dist/build/autogen/Graphics/GL/Ext/APPLE/TextureRange.hs, dist/build/Graphics/GL/Ext/APPLE/TextureRange.o )
[528 of 787] Compiling Graphics.GL.Ext.APPLE.VertexArrayObject ( dist/build/autogen/Graphics/GL/Ext/APPLE/VertexArrayObject.hs, dist/build/Graphics/GL/Ext/APPLE/VertexArrayObject.o )
[529 of 787] Compiling Graphics.GL.Ext.APPLE.VertexArrayRange ( dist/build/autogen/Graphics/GL/Ext/APPLE/VertexArrayRange.hs, dist/build/Graphics/GL/Ext/APPLE/VertexArrayRange.o )
[530 of 787] Compiling Graphics.GL.Ext.APPLE.VertexProgramEvaluators ( dist/build/autogen/Graphics/GL/Ext/APPLE/VertexProgramEvaluators.hs, dist/build/Graphics/GL/Ext/APPLE/VertexProgramEvaluators.o )
[531 of 787] Compiling Graphics.GL.Ext.APPLE ( dist/build/autogen/Graphics/GL/Ext/APPLE.hs, dist/build/Graphics/GL/Ext/APPLE.o )
[532 of 787] Compiling Graphics.GL.Ext.ARB.BindlessTexture ( dist/build/autogen/Graphics/GL/Ext/ARB/BindlessTexture.hs, dist/build/Graphics/GL/Ext/ARB/BindlessTexture.o )
[533 of 787] Compiling Graphics.GL.Ext.ARB.ClEvent ( dist/build/autogen/Graphics/GL/Ext/ARB/ClEvent.hs, dist/build/Graphics/GL/Ext/ARB/ClEvent.o )
[534 of 787] Compiling Graphics.GL.Ext.ARB.ColorBufferFloat ( dist/build/autogen/Graphics/GL/Ext/ARB/ColorBufferFloat.hs, dist/build/Graphics/GL/Ext/ARB/ColorBufferFloat.o )
[535 of 787] Compiling Graphics.GL.Ext.ARB.ComputeVariableGroupSize ( dist/build/autogen/Graphics/GL/Ext/ARB/ComputeVariableGroupSize.hs, dist/build/Graphics/GL/Ext/ARB/ComputeVariableGroupSize.o )
[536 of 787] Compiling Graphics.GL.Ext.ARB.DebugOutput ( dist/build/autogen/Graphics/GL/Ext/ARB/DebugOutput.hs, dist/build/Graphics/GL/Ext/ARB/DebugOutput.o )
[537 of 787] Compiling Graphics.GL.Ext.ARB.DrawBuffers ( dist/build/autogen/Graphics/GL/Ext/ARB/DrawBuffers.hs, dist/build/Graphics/GL/Ext/ARB/DrawBuffers.o )
[538 of 787] Compiling Graphics.GL.Ext.ARB.DrawBuffersBlend ( dist/build/autogen/Graphics/GL/Ext/ARB/DrawBuffersBlend.hs, dist/build/Graphics/GL/Ext/ARB/DrawBuffersBlend.o )
[539 of 787] Compiling Graphics.GL.Ext.ARB.DrawInstanced ( dist/build/autogen/Graphics/GL/Ext/ARB/DrawInstanced.hs, dist/build/Graphics/GL/Ext/ARB/DrawInstanced.o )
[540 of 787] Compiling Graphics.GL.Ext.ARB.GeometryShader4 ( dist/build/autogen/Graphics/GL/Ext/ARB/GeometryShader4.hs, dist/build/Graphics/GL/Ext/ARB/GeometryShader4.o )
[541 of 787] Compiling Graphics.GL.Ext.ARB.Imaging ( dist/build/autogen/Graphics/GL/Ext/ARB/Imaging.hs, dist/build/Graphics/GL/Ext/ARB/Imaging.o )
[542 of 787] Compiling Graphics.GL.Ext.ARB.IndirectParameters ( dist/build/autogen/Graphics/GL/Ext/ARB/IndirectParameters.hs, dist/build/Graphics/GL/Ext/ARB/IndirectParameters.o )
[543 of 787] Compiling Graphics.GL.Ext.ARB.InstancedArrays ( dist/build/autogen/Graphics/GL/Ext/ARB/InstancedArrays.hs, dist/build/Graphics/GL/Ext/ARB/InstancedArrays.o )
[544 of 787] Compiling Graphics.GL.Ext.ARB.MatrixPalette ( dist/build/autogen/Graphics/GL/Ext/ARB/MatrixPalette.hs, dist/build/Graphics/GL/Ext/ARB/MatrixPalette.o )
[545 of 787] Compiling Graphics.GL.Ext.ARB.Multisample ( dist/build/autogen/Graphics/GL/Ext/ARB/Multisample.hs, dist/build/Graphics/GL/Ext/ARB/Multisample.o )
[546 of 787] Compiling Graphics.GL.Ext.ARB.Multitexture ( dist/build/autogen/Graphics/GL/Ext/ARB/Multitexture.hs, dist/build/Graphics/GL/Ext/ARB/Multitexture.o )
[547 of 787] Compiling Graphics.GL.Ext.ARB.OcclusionQuery ( dist/build/autogen/Graphics/GL/Ext/ARB/OcclusionQuery.hs, dist/build/Graphics/GL/Ext/ARB/OcclusionQuery.o )
[548 of 787] Compiling Graphics.GL.Ext.ARB.PointParameters ( dist/build/autogen/Graphics/GL/Ext/ARB/PointParameters.hs, dist/build/Graphics/GL/Ext/ARB/PointParameters.o )
[549 of 787] Compiling Graphics.GL.Ext.ARB.Robustness ( dist/build/autogen/Graphics/GL/Ext/ARB/Robustness.hs, dist/build/Graphics/GL/Ext/ARB/Robustness.o )
[550 of 787] Compiling Graphics.GL.Ext.ARB.SampleShading ( dist/build/autogen/Graphics/GL/Ext/ARB/SampleShading.hs, dist/build/Graphics/GL/Ext/ARB/SampleShading.o )
[551 of 787] Compiling Graphics.GL.Ext.ARB.ShaderObjects ( dist/build/autogen/Graphics/GL/Ext/ARB/ShaderObjects.hs, dist/build/Graphics/GL/Ext/ARB/ShaderObjects.o )
[552 of 787] Compiling Graphics.GL.Ext.ARB.ShadingLanguageInclude ( dist/build/autogen/Graphics/GL/Ext/ARB/ShadingLanguageInclude.hs, dist/build/Graphics/GL/Ext/ARB/ShadingLanguageInclude.o )
[553 of 787] Compiling Graphics.GL.Ext.ARB.SparseBuffer ( dist/build/autogen/Graphics/GL/Ext/ARB/SparseBuffer.hs, dist/build/Graphics/GL/Ext/ARB/SparseBuffer.o )
[554 of 787] Compiling Graphics.GL.Ext.ARB.TextureBufferObject ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureBufferObject.hs, dist/build/Graphics/GL/Ext/ARB/TextureBufferObject.o )
[555 of 787] Compiling Graphics.GL.Ext.ARB.TextureCompression ( dist/build/autogen/Graphics/GL/Ext/ARB/TextureCompression.hs, dist/build/Graphics/GL/Ext/ARB/TextureCompression.o )
[556 of 787] Compiling Graphics.GL.Ext.ARB.TransposeMatrix ( dist/build/autogen/Graphics/GL/Ext/ARB/TransposeMatrix.hs, dist/build/Graphics/GL/Ext/ARB/TransposeMatrix.o )
[557 of 787] Compiling Graphics.GL.Ext.ARB.VertexBlend ( dist/build/autogen/Graphics/GL/Ext/ARB/VertexBlend.hs, dist/build/Graphics/GL/Ext/ARB/VertexBlend.o )
[558 of 787] Compiling Graphics.GL.Ext.ARB.VertexBufferObject ( dist/build/autogen/Graphics/GL/Ext/ARB/VertexBufferObject.hs, dist/build/Graphics/GL/Ext/ARB/VertexBufferObject.o )
[559 of 787] Compiling Graphics.GL.Ext.ARB.VertexShader ( dist/build/autogen/Graphics/GL/Ext/ARB/VertexShader.hs, dist/build/Graphics/GL/Ext/ARB/VertexShader.o )
[560 of 787] Compiling Graphics.GL.Ext.ARB.WindowPos ( dist/build/autogen/Graphics/GL/Ext/ARB/WindowPos.hs, dist/build/Graphics/GL/Ext/ARB/WindowPos.o )
[561 of 787] Compiling Graphics.GL.Ext.ARB ( dist/build/autogen/Graphics/GL/Ext/ARB.hs, dist/build/Graphics/GL/Ext/ARB.o )
[562 of 787] Compiling Graphics.GL.Ext.ATI.DrawBuffers ( dist/build/autogen/Graphics/GL/Ext/ATI/DrawBuffers.hs, dist/build/Graphics/GL/Ext/ATI/DrawBuffers.o )
[563 of 787] Compiling Graphics.GL.Ext.ATI.ElementArray ( dist/build/autogen/Graphics/GL/Ext/ATI/ElementArray.hs, dist/build/Graphics/GL/Ext/ATI/ElementArray.o )
[564 of 787] Compiling Graphics.GL.Ext.ATI.EnvmapBumpmap ( dist/build/autogen/Graphics/GL/Ext/ATI/EnvmapBumpmap.hs, dist/build/Graphics/GL/Ext/ATI/EnvmapBumpmap.o )
[565 of 787] Compiling Graphics.GL.Ext.ATI.FragmentShader ( dist/build/autogen/Graphics/GL/Ext/ATI/FragmentShader.hs, dist/build/Graphics/GL/Ext/ATI/FragmentShader.o )
[566 of 787] Compiling Graphics.GL.Ext.ATI.MapObjectBuffer ( dist/build/autogen/Graphics/GL/Ext/ATI/MapObjectBuffer.hs, dist/build/Graphics/GL/Ext/ATI/MapObjectBuffer.o )
[567 of 787] Compiling Graphics.GL.Ext.ATI.PnTriangles ( dist/build/autogen/Graphics/GL/Ext/ATI/PnTriangles.hs, dist/build/Graphics/GL/Ext/ATI/PnTriangles.o )
[568 of 787] Compiling Graphics.GL.Ext.ATI.SeparateStencil ( dist/build/autogen/Graphics/GL/Ext/ATI/SeparateStencil.hs, dist/build/Graphics/GL/Ext/ATI/SeparateStencil.o )
[569 of 787] Compiling Graphics.GL.Ext.ATI.VertexArrayObject ( dist/build/autogen/Graphics/GL/Ext/ATI/VertexArrayObject.hs, dist/build/Graphics/GL/Ext/ATI/VertexArrayObject.o )
[570 of 787] Compiling Graphics.GL.Ext.ATI.VertexAttribArrayObject ( dist/build/autogen/Graphics/GL/Ext/ATI/VertexAttribArrayObject.hs, dist/build/Graphics/GL/Ext/ATI/VertexAttribArrayObject.o )
[571 of 787] Compiling Graphics.GL.Ext.ATI.VertexStreams ( dist/build/autogen/Graphics/GL/Ext/ATI/VertexStreams.hs, dist/build/Graphics/GL/Ext/ATI/VertexStreams.o )
[572 of 787] Compiling Graphics.GL.Ext.ATI ( dist/build/autogen/Graphics/GL/Ext/ATI.hs, dist/build/Graphics/GL/Ext/ATI.o )
[573 of 787] Compiling Graphics.GL.Ext.EXT.BaseInstance ( dist/build/autogen/Graphics/GL/Ext/EXT/BaseInstance.hs, dist/build/Graphics/GL/Ext/EXT/BaseInstance.o )
[574 of 787] Compiling Graphics.GL.Ext.EXT.BindableUniform ( dist/build/autogen/Graphics/GL/Ext/EXT/BindableUniform.hs, dist/build/Graphics/GL/Ext/EXT/BindableUniform.o )
[575 of 787] Compiling Graphics.GL.Ext.EXT.BlendColor ( dist/build/autogen/Graphics/GL/Ext/EXT/BlendColor.hs, dist/build/Graphics/GL/Ext/EXT/BlendColor.o )
[576 of 787] Compiling Graphics.GL.Ext.EXT.BlendEquationSeparate ( dist/build/autogen/Graphics/GL/Ext/EXT/BlendEquationSeparate.hs, dist/build/Graphics/GL/Ext/EXT/BlendEquationSeparate.o )
[577 of 787] Compiling Graphics.GL.Ext.EXT.BlendFuncSeparate ( dist/build/autogen/Graphics/GL/Ext/EXT/BlendFuncSeparate.hs, dist/build/Graphics/GL/Ext/EXT/BlendFuncSeparate.o )
[578 of 787] Compiling Graphics.GL.Ext.EXT.BlendMinmax ( dist/build/autogen/Graphics/GL/Ext/EXT/BlendMinmax.hs, dist/build/Graphics/GL/Ext/EXT/BlendMinmax.o )
[579 of 787] Compiling Graphics.GL.Ext.EXT.BufferStorage ( dist/build/autogen/Graphics/GL/Ext/EXT/BufferStorage.hs, dist/build/Graphics/GL/Ext/EXT/BufferStorage.o )
[580 of 787] Compiling Graphics.GL.Ext.EXT.ColorSubtable ( dist/build/autogen/Graphics/GL/Ext/EXT/ColorSubtable.hs, dist/build/Graphics/GL/Ext/EXT/ColorSubtable.o )
[581 of 787] Compiling Graphics.GL.Ext.EXT.CompiledVertexArray ( dist/build/autogen/Graphics/GL/Ext/EXT/CompiledVertexArray.hs, dist/build/Graphics/GL/Ext/EXT/CompiledVertexArray.o )
[582 of 787] Compiling Graphics.GL.Ext.EXT.Convolution ( dist/build/autogen/Graphics/GL/Ext/EXT/Convolution.hs, dist/build/Graphics/GL/Ext/EXT/Convolution.o )
[583 of 787] Compiling Graphics.GL.Ext.EXT.CoordinateFrame ( dist/build/autogen/Graphics/GL/Ext/EXT/CoordinateFrame.hs, dist/build/Graphics/GL/Ext/EXT/CoordinateFrame.o )
[584 of 787] Compiling Graphics.GL.Ext.EXT.CopyTexture ( dist/build/autogen/Graphics/GL/Ext/EXT/CopyTexture.hs, dist/build/Graphics/GL/Ext/EXT/CopyTexture.o )
[585 of 787] Compiling Graphics.GL.Ext.EXT.CullVertex ( dist/build/autogen/Graphics/GL/Ext/EXT/CullVertex.hs, dist/build/Graphics/GL/Ext/EXT/CullVertex.o )
[586 of 787] Compiling Graphics.GL.Ext.EXT.DebugLabel ( dist/build/autogen/Graphics/GL/Ext/EXT/DebugLabel.hs, dist/build/Graphics/GL/Ext/EXT/DebugLabel.o )
[587 of 787] Compiling Graphics.GL.Ext.EXT.DebugMarker ( dist/build/autogen/Graphics/GL/Ext/EXT/DebugMarker.hs, dist/build/Graphics/GL/Ext/EXT/DebugMarker.o )
[588 of 787] Compiling Graphics.GL.Ext.EXT.DepthBoundsTest ( dist/build/autogen/Graphics/GL/Ext/EXT/DepthBoundsTest.hs, dist/build/Graphics/GL/Ext/EXT/DepthBoundsTest.o )
[589 of 787] Compiling Graphics.GL.Ext.EXT.DirectStateAccess ( dist/build/autogen/Graphics/GL/Ext/EXT/DirectStateAccess.hs, dist/build/Graphics/GL/Ext/EXT/DirectStateAccess.o )
[590 of 787] Compiling Graphics.GL.Ext.EXT.DiscardFramebuffer ( dist/build/autogen/Graphics/GL/Ext/EXT/DiscardFramebuffer.hs, dist/build/Graphics/GL/Ext/EXT/DiscardFramebuffer.o )
[591 of 787] Compiling Graphics.GL.Ext.EXT.DisjointTimerQuery ( dist/build/autogen/Graphics/GL/Ext/EXT/DisjointTimerQuery.hs, dist/build/Graphics/GL/Ext/EXT/DisjointTimerQuery.o )
[592 of 787] Compiling Graphics.GL.Ext.EXT.DrawBuffers ( dist/build/autogen/Graphics/GL/Ext/EXT/DrawBuffers.hs, dist/build/Graphics/GL/Ext/EXT/DrawBuffers.o )
[593 of 787] Compiling Graphics.GL.Ext.EXT.DrawBuffers2 ( dist/build/autogen/Graphics/GL/Ext/EXT/DrawBuffers2.hs, dist/build/Graphics/GL/Ext/EXT/DrawBuffers2.o )
[594 of 787] Compiling Graphics.GL.Ext.EXT.DrawElementsBaseVertex ( dist/build/autogen/Graphics/GL/Ext/EXT/DrawElementsBaseVertex.hs, dist/build/Graphics/GL/Ext/EXT/DrawElementsBaseVertex.o )
[595 of 787] Compiling Graphics.GL.Ext.EXT.DrawRangeElements ( dist/build/autogen/Graphics/GL/Ext/EXT/DrawRangeElements.hs, dist/build/Graphics/GL/Ext/EXT/DrawRangeElements.o )
[596 of 787] Compiling Graphics.GL.Ext.EXT.FogCoord ( dist/build/autogen/Graphics/GL/Ext/EXT/FogCoord.hs, dist/build/Graphics/GL/Ext/EXT/FogCoord.o )
[597 of 787] Compiling Graphics.GL.Ext.EXT.FramebufferBlit ( dist/build/autogen/Graphics/GL/Ext/EXT/FramebufferBlit.hs, dist/build/Graphics/GL/Ext/EXT/FramebufferBlit.o )
[598 of 787] Compiling Graphics.GL.Ext.EXT.FramebufferObject ( dist/build/autogen/Graphics/GL/Ext/EXT/FramebufferObject.hs, dist/build/Graphics/GL/Ext/EXT/FramebufferObject.o )
[599 of 787] Compiling Graphics.GL.Ext.EXT.GpuProgramParameters ( dist/build/autogen/Graphics/GL/Ext/EXT/GpuProgramParameters.hs, dist/build/Graphics/GL/Ext/EXT/GpuProgramParameters.o )
[600 of 787] Compiling Graphics.GL.Ext.EXT.GpuShader4 ( dist/build/autogen/Graphics/GL/Ext/EXT/GpuShader4.hs, dist/build/Graphics/GL/Ext/EXT/GpuShader4.o )
[601 of 787] Compiling Graphics.GL.Ext.EXT.Histogram ( dist/build/autogen/Graphics/GL/Ext/EXT/Histogram.hs, dist/build/Graphics/GL/Ext/EXT/Histogram.o )
[602 of 787] Compiling Graphics.GL.Ext.EXT.IndexFunc ( dist/build/autogen/Graphics/GL/Ext/EXT/IndexFunc.hs, dist/build/Graphics/GL/Ext/EXT/IndexFunc.o )
[603 of 787] Compiling Graphics.GL.Ext.EXT.IndexMaterial ( dist/build/autogen/Graphics/GL/Ext/EXT/IndexMaterial.hs, dist/build/Graphics/GL/Ext/EXT/IndexMaterial.o )
[604 of 787] Compiling Graphics.GL.Ext.EXT.InstancedArrays ( dist/build/autogen/Graphics/GL/Ext/EXT/InstancedArrays.hs, dist/build/Graphics/GL/Ext/EXT/InstancedArrays.o )
[605 of 787] Compiling Graphics.GL.Ext.EXT.LightTexture ( dist/build/autogen/Graphics/GL/Ext/EXT/LightTexture.hs, dist/build/Graphics/GL/Ext/EXT/LightTexture.o )
[606 of 787] Compiling Graphics.GL.Ext.EXT.MapBufferRange ( dist/build/autogen/Graphics/GL/Ext/EXT/MapBufferRange.hs, dist/build/Graphics/GL/Ext/EXT/MapBufferRange.o )
[607 of 787] Compiling Graphics.GL.Ext.EXT.MultiDrawArrays ( dist/build/autogen/Graphics/GL/Ext/EXT/MultiDrawArrays.hs, dist/build/Graphics/GL/Ext/EXT/MultiDrawArrays.o )
[608 of 787] Compiling Graphics.GL.Ext.EXT.MultiDrawIndirect ( dist/build/autogen/Graphics/GL/Ext/EXT/MultiDrawIndirect.hs, dist/build/Graphics/GL/Ext/EXT/MultiDrawIndirect.o )
[609 of 787] Compiling Graphics.GL.Ext.EXT.Multisample ( dist/build/autogen/Graphics/GL/Ext/EXT/Multisample.hs, dist/build/Graphics/GL/Ext/EXT/Multisample.o )
[610 of 787] Compiling Graphics.GL.Ext.EXT.MultisampledRenderToTexture ( dist/build/autogen/Graphics/GL/Ext/EXT/MultisampledRenderToTexture.hs, dist/build/Graphics/GL/Ext/EXT/MultisampledRenderToTexture.o )
[611 of 787] Compiling Graphics.GL.Ext.EXT.MultiviewDrawBuffers ( dist/build/autogen/Graphics/GL/Ext/EXT/MultiviewDrawBuffers.hs, dist/build/Graphics/GL/Ext/EXT/MultiviewDrawBuffers.o )
[612 of 787] Compiling Graphics.GL.Ext.EXT.PalettedTexture ( dist/build/autogen/Graphics/GL/Ext/EXT/PalettedTexture.hs, dist/build/Graphics/GL/Ext/EXT/PalettedTexture.o )
[613 of 787] Compiling Graphics.GL.Ext.EXT.PixelTransform ( dist/build/autogen/Graphics/GL/Ext/EXT/PixelTransform.hs, dist/build/Graphics/GL/Ext/EXT/PixelTransform.o )
[614 of 787] Compiling Graphics.GL.Ext.EXT.PointParameters ( dist/build/autogen/Graphics/GL/Ext/EXT/PointParameters.hs, dist/build/Graphics/GL/Ext/EXT/PointParameters.o )
[615 of 787] Compiling Graphics.GL.Ext.EXT.PolygonOffset ( dist/build/autogen/Graphics/GL/Ext/EXT/PolygonOffset.hs, dist/build/Graphics/GL/Ext/EXT/PolygonOffset.o )
[616 of 787] Compiling Graphics.GL.Ext.EXT.PolygonOffsetClamp ( dist/build/autogen/Graphics/GL/Ext/EXT/PolygonOffsetClamp.hs, dist/build/Graphics/GL/Ext/EXT/PolygonOffsetClamp.o )
[617 of 787] Compiling Graphics.GL.Ext.EXT.ProvokingVertex ( dist/build/autogen/Graphics/GL/Ext/EXT/ProvokingVertex.hs, dist/build/Graphics/GL/Ext/EXT/ProvokingVertex.o )
[618 of 787] Compiling Graphics.GL.Ext.EXT.Robustness ( dist/build/autogen/Graphics/GL/Ext/EXT/Robustness.hs, dist/build/Graphics/GL/Ext/EXT/Robustness.o )
[619 of 787] Compiling Graphics.GL.Ext.EXT.SecondaryColor ( dist/build/autogen/Graphics/GL/Ext/EXT/SecondaryColor.hs, dist/build/Graphics/GL/Ext/EXT/SecondaryColor.o )
[620 of 787] Compiling Graphics.GL.Ext.EXT.SeparateShaderObjects ( dist/build/autogen/Graphics/GL/Ext/EXT/SeparateShaderObjects.hs, dist/build/Graphics/GL/Ext/EXT/SeparateShaderObjects.o )
[621 of 787] Compiling Graphics.GL.Ext.EXT.ShaderImageLoadStore ( dist/build/autogen/Graphics/GL/Ext/EXT/ShaderImageLoadStore.hs, dist/build/Graphics/GL/Ext/EXT/ShaderImageLoadStore.o )
[622 of 787] Compiling Graphics.GL.Ext.EXT.StencilClearTag ( dist/build/autogen/Graphics/GL/Ext/EXT/StencilClearTag.hs, dist/build/Graphics/GL/Ext/EXT/StencilClearTag.o )
[623 of 787] Compiling Graphics.GL.Ext.EXT.StencilTwoSide ( dist/build/autogen/Graphics/GL/Ext/EXT/StencilTwoSide.hs, dist/build/Graphics/GL/Ext/EXT/StencilTwoSide.o )
[624 of 787] Compiling Graphics.GL.Ext.EXT.Subtexture ( dist/build/autogen/Graphics/GL/Ext/EXT/Subtexture.hs, dist/build/Graphics/GL/Ext/EXT/Subtexture.o )
[625 of 787] Compiling Graphics.GL.Ext.EXT.Texture3D ( dist/build/autogen/Graphics/GL/Ext/EXT/Texture3D.hs, dist/build/Graphics/GL/Ext/EXT/Texture3D.o )
[626 of 787] Compiling Graphics.GL.Ext.EXT.TextureInteger ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureInteger.hs, dist/build/Graphics/GL/Ext/EXT/TextureInteger.o )
[627 of 787] Compiling Graphics.GL.Ext.EXT.TextureObject ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureObject.hs, dist/build/Graphics/GL/Ext/EXT/TextureObject.o )
[628 of 787] Compiling Graphics.GL.Ext.EXT.TexturePerturbNormal ( dist/build/autogen/Graphics/GL/Ext/EXT/TexturePerturbNormal.hs, dist/build/Graphics/GL/Ext/EXT/TexturePerturbNormal.o )
[629 of 787] Compiling Graphics.GL.Ext.EXT.TextureStorage ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureStorage.hs, dist/build/Graphics/GL/Ext/EXT/TextureStorage.o )
[630 of 787] Compiling Graphics.GL.Ext.EXT.TextureView ( dist/build/autogen/Graphics/GL/Ext/EXT/TextureView.hs, dist/build/Graphics/GL/Ext/EXT/TextureView.o )
[631 of 787] Compiling Graphics.GL.Ext.EXT.TransformFeedback ( dist/build/autogen/Graphics/GL/Ext/EXT/TransformFeedback.hs, dist/build/Graphics/GL/Ext/EXT/TransformFeedback.o )
[632 of 787] Compiling Graphics.GL.Ext.EXT.VertexArray ( dist/build/autogen/Graphics/GL/Ext/EXT/VertexArray.hs, dist/build/Graphics/GL/Ext/EXT/VertexArray.o )
[633 of 787] Compiling Graphics.GL.Ext.EXT.VertexAttrib64bit ( dist/build/autogen/Graphics/GL/Ext/EXT/VertexAttrib64bit.hs, dist/build/Graphics/GL/Ext/EXT/VertexAttrib64bit.o )
[634 of 787] Compiling Graphics.GL.Ext.EXT.VertexShader ( dist/build/autogen/Graphics/GL/Ext/EXT/VertexShader.hs, dist/build/Graphics/GL/Ext/EXT/VertexShader.o )
[635 of 787] Compiling Graphics.GL.Ext.EXT.VertexWeighting ( dist/build/autogen/Graphics/GL/Ext/EXT/VertexWeighting.hs, dist/build/Graphics/GL/Ext/EXT/VertexWeighting.o )
[636 of 787] Compiling Graphics.GL.Ext.EXT.X11SyncObject ( dist/build/autogen/Graphics/GL/Ext/EXT/X11SyncObject.hs, dist/build/Graphics/GL/Ext/EXT/X11SyncObject.o )
[637 of 787] Compiling Graphics.GL.Ext.EXT ( dist/build/autogen/Graphics/GL/Ext/EXT.hs, dist/build/Graphics/GL/Ext/EXT.o )
[638 of 787] Compiling Graphics.GL.Ext.GREMEDY.StringMarker ( dist/build/autogen/Graphics/GL/Ext/GREMEDY/StringMarker.hs, dist/build/Graphics/GL/Ext/GREMEDY/StringMarker.o )
[639 of 787] Compiling Graphics.GL.Ext.GREMEDY ( dist/build/autogen/Graphics/GL/Ext/GREMEDY.hs, dist/build/Graphics/GL/Ext/GREMEDY.o )
[640 of 787] Compiling Graphics.GL.Ext.HP.ImageTransform ( dist/build/autogen/Graphics/GL/Ext/HP/ImageTransform.hs, dist/build/Graphics/GL/Ext/HP/ImageTransform.o )
[641 of 787] Compiling Graphics.GL.Ext.HP ( dist/build/autogen/Graphics/GL/Ext/HP.hs, dist/build/Graphics/GL/Ext/HP.o )
[642 of 787] Compiling Graphics.GL.Ext.IBM.MultimodeDrawArrays ( dist/build/autogen/Graphics/GL/Ext/IBM/MultimodeDrawArrays.hs, dist/build/Graphics/GL/Ext/IBM/MultimodeDrawArrays.o )
[643 of 787] Compiling Graphics.GL.Ext.IBM.StaticData ( dist/build/autogen/Graphics/GL/Ext/IBM/StaticData.hs, dist/build/Graphics/GL/Ext/IBM/StaticData.o )
[644 of 787] Compiling Graphics.GL.Ext.IBM.VertexArrayLists ( dist/build/autogen/Graphics/GL/Ext/IBM/VertexArrayLists.hs, dist/build/Graphics/GL/Ext/IBM/VertexArrayLists.o )
[645 of 787] Compiling Graphics.GL.Ext.IBM ( dist/build/autogen/Graphics/GL/Ext/IBM.hs, dist/build/Graphics/GL/Ext/IBM.o )
[646 of 787] Compiling Graphics.GL.Ext.IMG.MultisampledRenderToTexture ( dist/build/autogen/Graphics/GL/Ext/IMG/MultisampledRenderToTexture.hs, dist/build/Graphics/GL/Ext/IMG/MultisampledRenderToTexture.o )
[647 of 787] Compiling Graphics.GL.Ext.IMG.UserClipPlane ( dist/build/autogen/Graphics/GL/Ext/IMG/UserClipPlane.hs, dist/build/Graphics/GL/Ext/IMG/UserClipPlane.o )
[648 of 787] Compiling Graphics.GL.Ext.IMG ( dist/build/autogen/Graphics/GL/Ext/IMG.hs, dist/build/Graphics/GL/Ext/IMG.o )
[649 of 787] Compiling Graphics.GL.Ext.INGR.BlendFuncSeparate ( dist/build/autogen/Graphics/GL/Ext/INGR/BlendFuncSeparate.hs, dist/build/Graphics/GL/Ext/INGR/BlendFuncSeparate.o )
[650 of 787] Compiling Graphics.GL.Ext.INGR ( dist/build/autogen/Graphics/GL/Ext/INGR.hs, dist/build/Graphics/GL/Ext/INGR.o )
[651 of 787] Compiling Graphics.GL.Ext.INTEL.MapTexture ( dist/build/autogen/Graphics/GL/Ext/INTEL/MapTexture.hs, dist/build/Graphics/GL/Ext/INTEL/MapTexture.o )
[652 of 787] Compiling Graphics.GL.Ext.INTEL.ParallelArrays ( dist/build/autogen/Graphics/GL/Ext/INTEL/ParallelArrays.hs, dist/build/Graphics/GL/Ext/INTEL/ParallelArrays.o )
[653 of 787] Compiling Graphics.GL.Ext.INTEL.PerformanceQuery ( dist/build/autogen/Graphics/GL/Ext/INTEL/PerformanceQuery.hs, dist/build/Graphics/GL/Ext/INTEL/PerformanceQuery.o )
[654 of 787] Compiling Graphics.GL.Ext.INTEL ( dist/build/autogen/Graphics/GL/Ext/INTEL.hs, dist/build/Graphics/GL/Ext/INTEL.o )
[655 of 787] Compiling Graphics.GL.Ext.KHR.Robustness ( dist/build/autogen/Graphics/GL/Ext/KHR/Robustness.hs, dist/build/Graphics/GL/Ext/KHR/Robustness.o )
[656 of 787] Compiling Graphics.GL.Ext.KHR ( dist/build/autogen/Graphics/GL/Ext/KHR.hs, dist/build/Graphics/GL/Ext/KHR.o )
[657 of 787] Compiling Graphics.GL.Ext.MESA.WindowPos ( dist/build/autogen/Graphics/GL/Ext/MESA/WindowPos.hs, dist/build/Graphics/GL/Ext/MESA/WindowPos.o )
[658 of 787] Compiling Graphics.GL.Ext.MESA ( dist/build/autogen/Graphics/GL/Ext/MESA.hs, dist/build/Graphics/GL/Ext/MESA.o )
[659 of 787] Compiling Graphics.GL.Ext.NV.BindlessMultiDrawIndirect ( dist/build/autogen/Graphics/GL/Ext/NV/BindlessMultiDrawIndirect.hs, dist/build/Graphics/GL/Ext/NV/BindlessMultiDrawIndirect.o )
[660 of 787] Compiling Graphics.GL.Ext.NV.BindlessMultiDrawIndirectCount ( dist/build/autogen/Graphics/GL/Ext/NV/BindlessMultiDrawIndirectCount.hs, dist/build/Graphics/GL/Ext/NV/BindlessMultiDrawIndirectCount.o )
[661 of 787] Compiling Graphics.GL.Ext.NV.BindlessTexture ( dist/build/autogen/Graphics/GL/Ext/NV/BindlessTexture.hs, dist/build/Graphics/GL/Ext/NV/BindlessTexture.o )
[662 of 787] Compiling Graphics.GL.Ext.NV.BlendEquationAdvanced ( dist/build/autogen/Graphics/GL/Ext/NV/BlendEquationAdvanced.hs, dist/build/Graphics/GL/Ext/NV/BlendEquationAdvanced.o )
[663 of 787] Compiling Graphics.GL.Ext.NV.CommandList ( dist/build/autogen/Graphics/GL/Ext/NV/CommandList.hs, dist/build/Graphics/GL/Ext/NV/CommandList.o )
[664 of 787] Compiling Graphics.GL.Ext.NV.ConditionalRender ( dist/build/autogen/Graphics/GL/Ext/NV/ConditionalRender.hs, dist/build/Graphics/GL/Ext/NV/ConditionalRender.o )
[665 of 787] Compiling Graphics.GL.Ext.NV.ConservativeRaster ( dist/build/autogen/Graphics/GL/Ext/NV/ConservativeRaster.hs, dist/build/Graphics/GL/Ext/NV/ConservativeRaster.o )
[666 of 787] Compiling Graphics.GL.Ext.NV.CopyBuffer ( dist/build/autogen/Graphics/GL/Ext/NV/CopyBuffer.hs, dist/build/Graphics/GL/Ext/NV/CopyBuffer.o )
[667 of 787] Compiling Graphics.GL.Ext.NV.CopyImage ( dist/build/autogen/Graphics/GL/Ext/NV/CopyImage.hs, dist/build/Graphics/GL/Ext/NV/CopyImage.o )
[668 of 787] Compiling Graphics.GL.Ext.NV.CoverageSample ( dist/build/autogen/Graphics/GL/Ext/NV/CoverageSample.hs, dist/build/Graphics/GL/Ext/NV/CoverageSample.o )
[669 of 787] Compiling Graphics.GL.Ext.NV.DepthBufferFloat ( dist/build/autogen/Graphics/GL/Ext/NV/DepthBufferFloat.hs, dist/build/Graphics/GL/Ext/NV/DepthBufferFloat.o )
[670 of 787] Compiling Graphics.GL.Ext.NV.DrawBuffers ( dist/build/autogen/Graphics/GL/Ext/NV/DrawBuffers.hs, dist/build/Graphics/GL/Ext/NV/DrawBuffers.o )
[671 of 787] Compiling Graphics.GL.Ext.NV.DrawInstanced ( dist/build/autogen/Graphics/GL/Ext/NV/DrawInstanced.hs, dist/build/Graphics/GL/Ext/NV/DrawInstanced.o )
[672 of 787] Compiling Graphics.GL.Ext.NV.DrawTexture ( dist/build/autogen/Graphics/GL/Ext/NV/DrawTexture.hs, dist/build/Graphics/GL/Ext/NV/DrawTexture.o )
[673 of 787] Compiling Graphics.GL.Ext.NV.Evaluators ( dist/build/autogen/Graphics/GL/Ext/NV/Evaluators.hs, dist/build/Graphics/GL/Ext/NV/Evaluators.o )
[674 of 787] Compiling Graphics.GL.Ext.NV.ExplicitMultisample ( dist/build/autogen/Graphics/GL/Ext/NV/ExplicitMultisample.hs, dist/build/Graphics/GL/Ext/NV/ExplicitMultisample.o )
[675 of 787] Compiling Graphics.GL.Ext.NV.Fence ( dist/build/autogen/Graphics/GL/Ext/NV/Fence.hs, dist/build/Graphics/GL/Ext/NV/Fence.o )
[676 of 787] Compiling Graphics.GL.Ext.NV.FragmentCoverageToColor ( dist/build/autogen/Graphics/GL/Ext/NV/FragmentCoverageToColor.hs, dist/build/Graphics/GL/Ext/NV/FragmentCoverageToColor.o )
[677 of 787] Compiling Graphics.GL.Ext.NV.FragmentProgram ( dist/build/autogen/Graphics/GL/Ext/NV/FragmentProgram.hs, dist/build/Graphics/GL/Ext/NV/FragmentProgram.o )
[678 of 787] Compiling Graphics.GL.Ext.NV.FramebufferBlit ( dist/build/autogen/Graphics/GL/Ext/NV/FramebufferBlit.hs, dist/build/Graphics/GL/Ext/NV/FramebufferBlit.o )
[679 of 787] Compiling Graphics.GL.Ext.NV.FramebufferMixedSamples ( dist/build/autogen/Graphics/GL/Ext/NV/FramebufferMixedSamples.hs, dist/build/Graphics/GL/Ext/NV/FramebufferMixedSamples.o )
[680 of 787] Compiling Graphics.GL.Ext.NV.FramebufferMultisample ( dist/build/autogen/Graphics/GL/Ext/NV/FramebufferMultisample.hs, dist/build/Graphics/GL/Ext/NV/FramebufferMultisample.o )
[681 of 787] Compiling Graphics.GL.Ext.NV.FramebufferMultisampleCoverage ( dist/build/autogen/Graphics/GL/Ext/NV/FramebufferMultisampleCoverage.hs, dist/build/Graphics/GL/Ext/NV/FramebufferMultisampleCoverage.o )
[682 of 787] Compiling Graphics.GL.Ext.NV.GeometryProgram4 ( dist/build/autogen/Graphics/GL/Ext/NV/GeometryProgram4.hs, dist/build/Graphics/GL/Ext/NV/GeometryProgram4.o )
[683 of 787] Compiling Graphics.GL.Ext.NV.GpuProgram4 ( dist/build/autogen/Graphics/GL/Ext/NV/GpuProgram4.hs, dist/build/Graphics/GL/Ext/NV/GpuProgram4.o )
[684 of 787] Compiling Graphics.GL.Ext.NV.GpuProgram5 ( dist/build/autogen/Graphics/GL/Ext/NV/GpuProgram5.hs, dist/build/Graphics/GL/Ext/NV/GpuProgram5.o )
[685 of 787] Compiling Graphics.GL.Ext.NV.HalfFloat ( dist/build/autogen/Graphics/GL/Ext/NV/HalfFloat.hs, dist/build/Graphics/GL/Ext/NV/HalfFloat.o )
[686 of 787] Compiling Graphics.GL.Ext.NV.InstancedArrays ( dist/build/autogen/Graphics/GL/Ext/NV/InstancedArrays.hs, dist/build/Graphics/GL/Ext/NV/InstancedArrays.o )
[687 of 787] Compiling Graphics.GL.Ext.NV.InternalformatSampleQuery ( dist/build/autogen/Graphics/GL/Ext/NV/InternalformatSampleQuery.hs, dist/build/Graphics/GL/Ext/NV/InternalformatSampleQuery.o )
[688 of 787] Compiling Graphics.GL.Ext.NV.NonSquareMatrices ( dist/build/autogen/Graphics/GL/Ext/NV/NonSquareMatrices.hs, dist/build/Graphics/GL/Ext/NV/NonSquareMatrices.o )
[689 of 787] Compiling Graphics.GL.Ext.NV.OcclusionQuery ( dist/build/autogen/Graphics/GL/Ext/NV/OcclusionQuery.hs, dist/build/Graphics/GL/Ext/NV/OcclusionQuery.o )
[690 of 787] Compiling Graphics.GL.Ext.NV.ParameterBufferObject ( dist/build/autogen/Graphics/GL/Ext/NV/ParameterBufferObject.hs, dist/build/Graphics/GL/Ext/NV/ParameterBufferObject.o )
[691 of 787] Compiling Graphics.GL.Ext.NV.PathRendering ( dist/build/autogen/Graphics/GL/Ext/NV/PathRendering.hs, dist/build/Graphics/GL/Ext/NV/PathRendering.o )
[692 of 787] Compiling Graphics.GL.Ext.NV.PixelDataRange ( dist/build/autogen/Graphics/GL/Ext/NV/PixelDataRange.hs, dist/build/Graphics/GL/Ext/NV/PixelDataRange.o )
[693 of 787] Compiling Graphics.GL.Ext.NV.PointSprite ( dist/build/autogen/Graphics/GL/Ext/NV/PointSprite.hs, dist/build/Graphics/GL/Ext/NV/PointSprite.o )
[694 of 787] Compiling Graphics.GL.Ext.NV.PolygonMode ( dist/build/autogen/Graphics/GL/Ext/NV/PolygonMode.hs, dist/build/Graphics/GL/Ext/NV/PolygonMode.o )
[695 of 787] Compiling Graphics.GL.Ext.NV.PresentVideo ( dist/build/autogen/Graphics/GL/Ext/NV/PresentVideo.hs, dist/build/Graphics/GL/Ext/NV/PresentVideo.o )
[696 of 787] Compiling Graphics.GL.Ext.NV.PrimitiveRestart ( dist/build/autogen/Graphics/GL/Ext/NV/PrimitiveRestart.hs, dist/build/Graphics/GL/Ext/NV/PrimitiveRestart.o )
[697 of 787] Compiling Graphics.GL.Ext.NV.ReadBuffer ( dist/build/autogen/Graphics/GL/Ext/NV/ReadBuffer.hs, dist/build/Graphics/GL/Ext/NV/ReadBuffer.o )
[698 of 787] Compiling Graphics.GL.Ext.NV.RegisterCombiners ( dist/build/autogen/Graphics/GL/Ext/NV/RegisterCombiners.hs, dist/build/Graphics/GL/Ext/NV/RegisterCombiners.o )
[699 of 787] Compiling Graphics.GL.Ext.NV.RegisterCombiners2 ( dist/build/autogen/Graphics/GL/Ext/NV/RegisterCombiners2.hs, dist/build/Graphics/GL/Ext/NV/RegisterCombiners2.o )
[700 of 787] Compiling Graphics.GL.Ext.NV.SampleLocations ( dist/build/autogen/Graphics/GL/Ext/NV/SampleLocations.hs, dist/build/Graphics/GL/Ext/NV/SampleLocations.o )
[701 of 787] Compiling Graphics.GL.Ext.NV.ShaderBufferLoad ( dist/build/autogen/Graphics/GL/Ext/NV/ShaderBufferLoad.hs, dist/build/Graphics/GL/Ext/NV/ShaderBufferLoad.o )
[702 of 787] Compiling Graphics.GL.Ext.NV.TextureMultisample ( dist/build/autogen/Graphics/GL/Ext/NV/TextureMultisample.hs, dist/build/Graphics/GL/Ext/NV/TextureMultisample.o )
[703 of 787] Compiling Graphics.GL.Ext.NV.TransformFeedback ( dist/build/autogen/Graphics/GL/Ext/NV/TransformFeedback.hs, dist/build/Graphics/GL/Ext/NV/TransformFeedback.o )
[704 of 787] Compiling Graphics.GL.Ext.NV.TransformFeedback2 ( dist/build/autogen/Graphics/GL/Ext/NV/TransformFeedback2.hs, dist/build/Graphics/GL/Ext/NV/TransformFeedback2.o )
[705 of 787] Compiling Graphics.GL.Ext.NV.VdpauInterop ( dist/build/autogen/Graphics/GL/Ext/NV/VdpauInterop.hs, dist/build/Graphics/GL/Ext/NV/VdpauInterop.o )
[706 of 787] Compiling Graphics.GL.Ext.NV.VertexArrayRange ( dist/build/autogen/Graphics/GL/Ext/NV/VertexArrayRange.hs, dist/build/Graphics/GL/Ext/NV/VertexArrayRange.o )
[707 of 787] Compiling Graphics.GL.Ext.NV.VertexAttribInteger64bit ( dist/build/autogen/Graphics/GL/Ext/NV/VertexAttribInteger64bit.hs, dist/build/Graphics/GL/Ext/NV/VertexAttribInteger64bit.o )
[708 of 787] Compiling Graphics.GL.Ext.NV.VertexBufferUnifiedMemory ( dist/build/autogen/Graphics/GL/Ext/NV/VertexBufferUnifiedMemory.hs, dist/build/Graphics/GL/Ext/NV/VertexBufferUnifiedMemory.o )
[709 of 787] Compiling Graphics.GL.Ext.NV.VertexProgram ( dist/build/autogen/Graphics/GL/Ext/NV/VertexProgram.hs, dist/build/Graphics/GL/Ext/NV/VertexProgram.o )
[710 of 787] Compiling Graphics.GL.Ext.NV.VertexProgram4 ( dist/build/autogen/Graphics/GL/Ext/NV/VertexProgram4.hs, dist/build/Graphics/GL/Ext/NV/VertexProgram4.o )
[711 of 787] Compiling Graphics.GL.Ext.NV.VideoCapture ( dist/build/autogen/Graphics/GL/Ext/NV/VideoCapture.hs, dist/build/Graphics/GL/Ext/NV/VideoCapture.o )
[712 of 787] Compiling Graphics.GL.Ext.NV.ViewportArray ( dist/build/autogen/Graphics/GL/Ext/NV/ViewportArray.hs, dist/build/Graphics/GL/Ext/NV/ViewportArray.o )
[713 of 787] Compiling Graphics.GL.Ext.NV ( dist/build/autogen/Graphics/GL/Ext/NV.hs, dist/build/Graphics/GL/Ext/NV.o )
[714 of 787] Compiling Graphics.GL.Ext.NVX.ConditionalRender ( dist/build/autogen/Graphics/GL/Ext/NVX/ConditionalRender.hs, dist/build/Graphics/GL/Ext/NVX/ConditionalRender.o )
[715 of 787] Compiling Graphics.GL.Ext.NVX ( dist/build/autogen/Graphics/GL/Ext/NVX.hs, dist/build/Graphics/GL/Ext/NVX.o )
[716 of 787] Compiling Graphics.GL.Ext.OES.BlendEquationSeparate ( dist/build/autogen/Graphics/GL/Ext/OES/BlendEquationSeparate.hs, dist/build/Graphics/GL/Ext/OES/BlendEquationSeparate.o )
[717 of 787] Compiling Graphics.GL.Ext.OES.BlendFuncSeparate ( dist/build/autogen/Graphics/GL/Ext/OES/BlendFuncSeparate.hs, dist/build/Graphics/GL/Ext/OES/BlendFuncSeparate.o )
[718 of 787] Compiling Graphics.GL.Ext.OES.BlendSubtract ( dist/build/autogen/Graphics/GL/Ext/OES/BlendSubtract.hs, dist/build/Graphics/GL/Ext/OES/BlendSubtract.o )
[719 of 787] Compiling Graphics.GL.Ext.OES.ByteCoordinates ( dist/build/autogen/Graphics/GL/Ext/OES/ByteCoordinates.hs, dist/build/Graphics/GL/Ext/OES/ByteCoordinates.o )
[720 of 787] Compiling Graphics.GL.Ext.OES.CopyImage ( dist/build/autogen/Graphics/GL/Ext/OES/CopyImage.hs, dist/build/Graphics/GL/Ext/OES/CopyImage.o )
[721 of 787] Compiling Graphics.GL.Ext.OES.DrawBuffersIndexed ( dist/build/autogen/Graphics/GL/Ext/OES/DrawBuffersIndexed.hs, dist/build/Graphics/GL/Ext/OES/DrawBuffersIndexed.o )
[722 of 787] Compiling Graphics.GL.Ext.OES.DrawElementsBaseVertex ( dist/build/autogen/Graphics/GL/Ext/OES/DrawElementsBaseVertex.hs, dist/build/Graphics/GL/Ext/OES/DrawElementsBaseVertex.o )
[723 of 787] Compiling Graphics.GL.Ext.OES.DrawTexture ( dist/build/autogen/Graphics/GL/Ext/OES/DrawTexture.hs, dist/build/Graphics/GL/Ext/OES/DrawTexture.o )
[724 of 787] Compiling Graphics.GL.Ext.OES.EGLImage ( dist/build/autogen/Graphics/GL/Ext/OES/EGLImage.hs, dist/build/Graphics/GL/Ext/OES/EGLImage.o )
[725 of 787] Compiling Graphics.GL.Ext.OES.FixedPoint ( dist/build/autogen/Graphics/GL/Ext/OES/FixedPoint.hs, dist/build/Graphics/GL/Ext/OES/FixedPoint.o )
[726 of 787] Compiling Graphics.GL.Ext.OES.FramebufferObject ( dist/build/autogen/Graphics/GL/Ext/OES/FramebufferObject.hs, dist/build/Graphics/GL/Ext/OES/FramebufferObject.o )
[727 of 787] Compiling Graphics.GL.Ext.OES.GeometryShader ( dist/build/autogen/Graphics/GL/Ext/OES/GeometryShader.hs, dist/build/Graphics/GL/Ext/OES/GeometryShader.o )
[728 of 787] Compiling Graphics.GL.Ext.OES.GetProgramBinary ( dist/build/autogen/Graphics/GL/Ext/OES/GetProgramBinary.hs, dist/build/Graphics/GL/Ext/OES/GetProgramBinary.o )
[729 of 787] Compiling Graphics.GL.Ext.OES.Mapbuffer ( dist/build/autogen/Graphics/GL/Ext/OES/Mapbuffer.hs, dist/build/Graphics/GL/Ext/OES/Mapbuffer.o )
[730 of 787] Compiling Graphics.GL.Ext.OES.MatrixPalette ( dist/build/autogen/Graphics/GL/Ext/OES/MatrixPalette.hs, dist/build/Graphics/GL/Ext/OES/MatrixPalette.o )
[731 of 787] Compiling Graphics.GL.Ext.OES.PointSizeArray ( dist/build/autogen/Graphics/GL/Ext/OES/PointSizeArray.hs, dist/build/Graphics/GL/Ext/OES/PointSizeArray.o )
[732 of 787] Compiling Graphics.GL.Ext.OES.PrimitiveBoundingBox ( dist/build/autogen/Graphics/GL/Ext/OES/PrimitiveBoundingBox.hs, dist/build/Graphics/GL/Ext/OES/PrimitiveBoundingBox.o )
[733 of 787] Compiling Graphics.GL.Ext.OES.QueryMatrix ( dist/build/autogen/Graphics/GL/Ext/OES/QueryMatrix.hs, dist/build/Graphics/GL/Ext/OES/QueryMatrix.o )
[734 of 787] Compiling Graphics.GL.Ext.OES.SinglePrecision ( dist/build/autogen/Graphics/GL/Ext/OES/SinglePrecision.hs, dist/build/Graphics/GL/Ext/OES/SinglePrecision.o )
[735 of 787] Compiling Graphics.GL.Ext.OES.TessellationShader ( dist/build/autogen/Graphics/GL/Ext/OES/TessellationShader.hs, dist/build/Graphics/GL/Ext/OES/TessellationShader.o )
[736 of 787] Compiling Graphics.GL.Ext.OES.Texture3D ( dist/build/autogen/Graphics/GL/Ext/OES/Texture3D.hs, dist/build/Graphics/GL/Ext/OES/Texture3D.o )
[737 of 787] Compiling Graphics.GL.Ext.OES.TextureBorderClamp ( dist/build/autogen/Graphics/GL/Ext/OES/TextureBorderClamp.hs, dist/build/Graphics/GL/Ext/OES/TextureBorderClamp.o )
[738 of 787] Compiling Graphics.GL.Ext.OES.TextureBuffer ( dist/build/autogen/Graphics/GL/Ext/OES/TextureBuffer.hs, dist/build/Graphics/GL/Ext/OES/TextureBuffer.o )
[739 of 787] Compiling Graphics.GL.Ext.OES.TextureCubeMap ( dist/build/autogen/Graphics/GL/Ext/OES/TextureCubeMap.hs, dist/build/Graphics/GL/Ext/OES/TextureCubeMap.o )
[740 of 787] Compiling Graphics.GL.Ext.OES.TextureView ( dist/build/autogen/Graphics/GL/Ext/OES/TextureView.hs, dist/build/Graphics/GL/Ext/OES/TextureView.o )
[741 of 787] Compiling Graphics.GL.Ext.OES.VertexArrayObject ( dist/build/autogen/Graphics/GL/Ext/OES/VertexArrayObject.hs, dist/build/Graphics/GL/Ext/OES/VertexArrayObject.o )
[742 of 787] Compiling Graphics.GL.Ext.OES ( dist/build/autogen/Graphics/GL/Ext/OES.hs, dist/build/Graphics/GL/Ext/OES.o )
[743 of 787] Compiling Graphics.GL.Ext.OVR.Multiview ( dist/build/autogen/Graphics/GL/Ext/OVR/Multiview.hs, dist/build/Graphics/GL/Ext/OVR/Multiview.o )
[744 of 787] Compiling Graphics.GL.Ext.OVR ( dist/build/autogen/Graphics/GL/Ext/OVR.hs, dist/build/Graphics/GL/Ext/OVR.o )
[745 of 787] Compiling Graphics.GL.Ext.PGI.MiscHints ( dist/build/autogen/Graphics/GL/Ext/PGI/MiscHints.hs, dist/build/Graphics/GL/Ext/PGI/MiscHints.o )
[746 of 787] Compiling Graphics.GL.Ext.PGI ( dist/build/autogen/Graphics/GL/Ext/PGI.hs, dist/build/Graphics/GL/Ext/PGI.o )
[747 of 787] Compiling Graphics.GL.Ext.QCOM.AlphaTest ( dist/build/autogen/Graphics/GL/Ext/QCOM/AlphaTest.hs, dist/build/Graphics/GL/Ext/QCOM/AlphaTest.o )
[748 of 787] Compiling Graphics.GL.Ext.QCOM.DriverControl ( dist/build/autogen/Graphics/GL/Ext/QCOM/DriverControl.hs, dist/build/Graphics/GL/Ext/QCOM/DriverControl.o )
[749 of 787] Compiling Graphics.GL.Ext.QCOM.ExtendedGet ( dist/build/autogen/Graphics/GL/Ext/QCOM/ExtendedGet.hs, dist/build/Graphics/GL/Ext/QCOM/ExtendedGet.o )
[750 of 787] Compiling Graphics.GL.Ext.QCOM.ExtendedGet2 ( dist/build/autogen/Graphics/GL/Ext/QCOM/ExtendedGet2.hs, dist/build/Graphics/GL/Ext/QCOM/ExtendedGet2.o )
[751 of 787] Compiling Graphics.GL.Ext.QCOM.TiledRendering ( dist/build/autogen/Graphics/GL/Ext/QCOM/TiledRendering.hs, dist/build/Graphics/GL/Ext/QCOM/TiledRendering.o )
[752 of 787] Compiling Graphics.GL.Ext.QCOM ( dist/build/autogen/Graphics/GL/Ext/QCOM.hs, dist/build/Graphics/GL/Ext/QCOM.o )
[753 of 787] Compiling Graphics.GL.Ext.SGI.ColorTable ( dist/build/autogen/Graphics/GL/Ext/SGI/ColorTable.hs, dist/build/Graphics/GL/Ext/SGI/ColorTable.o )
[754 of 787] Compiling Graphics.GL.Ext.SGI ( dist/build/autogen/Graphics/GL/Ext/SGI.hs, dist/build/Graphics/GL/Ext/SGI.o )
[755 of 787] Compiling Graphics.GL.Ext.SGIS.DetailTexture ( dist/build/autogen/Graphics/GL/Ext/SGIS/DetailTexture.hs, dist/build/Graphics/GL/Ext/SGIS/DetailTexture.o )
[756 of 787] Compiling Graphics.GL.Ext.SGIS.FogFunction ( dist/build/autogen/Graphics/GL/Ext/SGIS/FogFunction.hs, dist/build/Graphics/GL/Ext/SGIS/FogFunction.o )
[757 of 787] Compiling Graphics.GL.Ext.SGIS.Multisample ( dist/build/autogen/Graphics/GL/Ext/SGIS/Multisample.hs, dist/build/Graphics/GL/Ext/SGIS/Multisample.o )
[758 of 787] Compiling Graphics.GL.Ext.SGIS.PixelTexture ( dist/build/autogen/Graphics/GL/Ext/SGIS/PixelTexture.hs, dist/build/Graphics/GL/Ext/SGIS/PixelTexture.o )
[759 of 787] Compiling Graphics.GL.Ext.SGIS.PointParameters ( dist/build/autogen/Graphics/GL/Ext/SGIS/PointParameters.hs, dist/build/Graphics/GL/Ext/SGIS/PointParameters.o )
[760 of 787] Compiling Graphics.GL.Ext.SGIS.SharpenTexture ( dist/build/autogen/Graphics/GL/Ext/SGIS/SharpenTexture.hs, dist/build/Graphics/GL/Ext/SGIS/SharpenTexture.o )
[761 of 787] Compiling Graphics.GL.Ext.SGIS.Texture4D ( dist/build/autogen/Graphics/GL/Ext/SGIS/Texture4D.hs, dist/build/Graphics/GL/Ext/SGIS/Texture4D.o )
[762 of 787] Compiling Graphics.GL.Ext.SGIS.TextureColorMask ( dist/build/autogen/Graphics/GL/Ext/SGIS/TextureColorMask.hs, dist/build/Graphics/GL/Ext/SGIS/TextureColorMask.o )
[763 of 787] Compiling Graphics.GL.Ext.SGIS.TextureFilter4 ( dist/build/autogen/Graphics/GL/Ext/SGIS/TextureFilter4.hs, dist/build/Graphics/GL/Ext/SGIS/TextureFilter4.o )
[764 of 787] Compiling Graphics.GL.Ext.SGIS ( dist/build/autogen/Graphics/GL/Ext/SGIS.hs, dist/build/Graphics/GL/Ext/SGIS.o )
[765 of 787] Compiling Graphics.GL.Ext.SGIX.Async ( dist/build/autogen/Graphics/GL/Ext/SGIX/Async.hs, dist/build/Graphics/GL/Ext/SGIX/Async.o )
[766 of 787] Compiling Graphics.GL.Ext.SGIX.FragmentLighting ( dist/build/autogen/Graphics/GL/Ext/SGIX/FragmentLighting.hs, dist/build/Graphics/GL/Ext/SGIX/FragmentLighting.o )
[767 of 787] Compiling Graphics.GL.Ext.SGIX.Framezoom ( dist/build/autogen/Graphics/GL/Ext/SGIX/Framezoom.hs, dist/build/Graphics/GL/Ext/SGIX/Framezoom.o )
[768 of 787] Compiling Graphics.GL.Ext.SGIX.IglooInterface ( dist/build/autogen/Graphics/GL/Ext/SGIX/IglooInterface.hs, dist/build/Graphics/GL/Ext/SGIX/IglooInterface.o )
[769 of 787] Compiling Graphics.GL.Ext.SGIX.Instruments ( dist/build/autogen/Graphics/GL/Ext/SGIX/Instruments.hs, dist/build/Graphics/GL/Ext/SGIX/Instruments.o )
[770 of 787] Compiling Graphics.GL.Ext.SGIX.ListPriority ( dist/build/autogen/Graphics/GL/Ext/SGIX/ListPriority.hs, dist/build/Graphics/GL/Ext/SGIX/ListPriority.o )
[771 of 787] Compiling Graphics.GL.Ext.SGIX.PixelTexture ( dist/build/autogen/Graphics/GL/Ext/SGIX/PixelTexture.hs, dist/build/Graphics/GL/Ext/SGIX/PixelTexture.o )
[772 of 787] Compiling Graphics.GL.Ext.SGIX.PolynomialFfd ( dist/build/autogen/Graphics/GL/Ext/SGIX/PolynomialFfd.hs, dist/build/Graphics/GL/Ext/SGIX/PolynomialFfd.o )
[773 of 787] Compiling Graphics.GL.Ext.SGIX.ReferencePlane ( dist/build/autogen/Graphics/GL/Ext/SGIX/ReferencePlane.hs, dist/build/Graphics/GL/Ext/SGIX/ReferencePlane.o )
[774 of 787] Compiling Graphics.GL.Ext.SGIX.Sprite ( dist/build/autogen/Graphics/GL/Ext/SGIX/Sprite.hs, dist/build/Graphics/GL/Ext/SGIX/Sprite.o )
[775 of 787] Compiling Graphics.GL.Ext.SGIX ( dist/build/autogen/Graphics/GL/Ext/SGIX.hs, dist/build/Graphics/GL/Ext/SGIX.o )
[776 of 787] Compiling Graphics.GL.Ext.SUN.GlobalAlpha ( dist/build/autogen/Graphics/GL/Ext/SUN/GlobalAlpha.hs, dist/build/Graphics/GL/Ext/SUN/GlobalAlpha.o )
[777 of 787] Compiling Graphics.GL.Ext.SUN.MeshArray ( dist/build/autogen/Graphics/GL/Ext/SUN/MeshArray.hs, dist/build/Graphics/GL/Ext/SUN/MeshArray.o )
[778 of 787] Compiling Graphics.GL.Ext.SUN.TriangleList ( dist/build/autogen/Graphics/GL/Ext/SUN/TriangleList.hs, dist/build/Graphics/GL/Ext/SUN/TriangleList.o )
[779 of 787] Compiling Graphics.GL.Ext.SUN.Vertex ( dist/build/autogen/Graphics/GL/Ext/SUN/Vertex.hs, dist/build/Graphics/GL/Ext/SUN/Vertex.o )
[780 of 787] Compiling Graphics.GL.Ext.SUN ( dist/build/autogen/Graphics/GL/Ext/SUN.hs, dist/build/Graphics/GL/Ext/SUN.o )
[781 of 787] Compiling Graphics.GL.Ext.ThreeDFX.Tbuffer ( dist/build/autogen/Graphics/GL/Ext/ThreeDFX/Tbuffer.hs, dist/build/Graphics/GL/Ext/ThreeDFX/Tbuffer.o )
[782 of 787] Compiling Graphics.GL.Ext.ThreeDFX ( dist/build/autogen/Graphics/GL/Ext/ThreeDFX.hs, dist/build/Graphics/GL/Ext/ThreeDFX.o )
[783 of 787] Compiling Graphics.GL.Ext  ( dist/build/autogen/Graphics/GL/Ext.hs, dist/build/Graphics/GL/Ext.o )
[784 of 787] Compiling Graphics.GL.Embedded31 ( dist/build/autogen/Graphics/GL/Embedded31.hs, dist/build/Graphics/GL/Embedded31.o )
[785 of 787] Compiling Graphics.GL.Core45 ( dist/build/autogen/Graphics/GL/Core45.hs, dist/build/Graphics/GL/Core45.o )
[786 of 787] Compiling Graphics.GL.Compatibility45 ( dist/build/autogen/Graphics/GL/Compatibility45.hs, dist/build/Graphics/GL/Compatibility45.o )
[787 of 787] Compiling Graphics.GL      ( src/Graphics/GL.hs, dist/build/Graphics/GL.o )
<command line>: cannot satisfy -package-id fixed-0.2.1.1-de3ecd32510f1669bae72ea10d802a6c
    (use -v for more information)
Failed to install gl-0.7.7
Configuring resourcet-1.1.7...
cabal: The following package dependencies were requested
--dependency='transformers-compat=transformers-compat-0.4.0.4-3ca5cbcec233c17da785d5f27705643c'
--dependency='transformers-base=transformers-base-0.4.4-c12e0be08c0dd60a76af363d9deb3804'
--dependency='mtl=mtl-2.2.1-bfb998dc8c11466235d862ade6fe90ac'
--dependency='monad-control=monad-control-1.0.0.4-767e6494b1e422ce6d82cd4328ca6c2d'
--dependency='mmorph=mmorph-1.0.4-a3ad4346dec2a6d7a28a058707cfd62b'
--dependency='lifted-base=lifted-base-0.2.3.6-01b23933e0146fb71ab4924d289d9d00'
--dependency='exceptions=exceptions-0.8.0.2-b0b50d7898b5a2f693c7ddef2a6d21a7'
however the given installed package instance does not exist.
Failed to install resourcet-1.1.7
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-21331/bytes-0.15.1/dist/setup/setup.hs, /tmp/cabal-tmp-21331/bytes-0.15.1/dist/setup/Main.o )
Linking /tmp/cabal-tmp-21331/bytes-0.15.1/dist/setup/setup ...
Configuring bytes-0.15.1...
setup: The following package dependencies were requested
--dependency='void=void-0.7.1-4c49b54ca290a24fb109191a1c578464'
--dependency='unordered-containers=unordered-containers-0.2.5.1-7931867940bdceb94c480ef0619fb92b'
--dependency='transformers-compat=transformers-compat-0.4.0.4-3ca5cbcec233c17da785d5f27705643c'
--dependency='text=text-1.2.1.3-4d5a85ef41c32933350e76063fc69929'
--dependency='scientific=scientific-0.3.4.4-a92efb9c352b67130c5f6655784b59bb'
--dependency='mtl=mtl-2.2.1-bfb998dc8c11466235d862ade6fe90ac'
--dependency='hashable=hashable-1.2.3.3-a24cfcc316a06dc20f7d4f37d5029a07'
--dependency='cereal=cereal-0.4.1.1-de33c2aa84de989b8963e3aee3bbba26'
however the given installed package instance does not exist.
Failed to install bytes-0.15.1
Configuring contravariant-1.3.3...
cabal: The following package dependencies were requested
--dependency='void=void-0.7.1-4c49b54ca290a24fb109191a1c578464'
--dependency='transformers-compat=transformers-compat-0.4.0.4-3ca5cbcec233c17da785d5f27705643c'
--dependency='semigroups=semigroups-0.18.0.1-2108ba5ce641b45bb1defac3bf38c0a8'
--dependency='StateVar=StateVar-1.1.0.1-cfeb8d3f192260e6d5c7e8b2c8d0302e'
however the given installed package instance does not exist.
Failed to install contravariant-1.3.3
cabal: Error: some packages failed to install:
adjunctions-4.2.2 depends on contravariant-1.3.3 which failed to install.
bytes-0.15.1 failed during the configure step. The exception was:
ExitFailure 1
comonad-4.2.7.2 depends on contravariant-1.3.3 which failed to install.
contravariant-1.3.3 failed during the configure step. The exception was:
ExitFailure 1
free-4.12.1 depends on contravariant-1.3.3 which failed to install.
gl-0.7.7 failed during the building phase. The exception was:
ExitFailure 1
kan-extensions-4.2.3 depends on contravariant-1.3.3 which failed to install.
lens-4.13 depends on contravariant-1.3.3 which failed to install.
linear-1.20.2 depends on contravariant-1.3.3 which failed to install.
luminance-0.7.2 depends on contravariant-1.3.3 which failed to install.
profunctors-5.1.2 depends on contravariant-1.3.3 which failed to install.
resourcet-1.1.7 failed during the configure step. The exception was:
ExitFailure 1
semigroupoids-5.0.0.4 depends on contravariant-1.3.3 which failed to install.

Test log

No test log was submitted for this report.