Resolving dependencies... Configuring OneTuple-0.4.2... Preprocessing library for OneTuple-0.4.2.. Building library for OneTuple-0.4.2.. [1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, dist/build/Data/Tuple/Solo.o, dist/build/Data/Tuple/Solo.dyn_o ) [2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, dist/build/Data/Tuple/OneTuple.o, dist/build/Data/Tuple/OneTuple.dyn_o ) [3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, dist/build/Data/Tuple/Solo/TH.o, dist/build/Data/Tuple/Solo/TH.dyn_o ) Preprocessing library for OneTuple-0.4.2.. Running Haddock on library for OneTuple-0.4.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, nothing ) [2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, nothing ) [3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, nothing ) Haddock coverage: Warning: 'Solo' is ambiguous. It is defined * in GHC.Tuple * in GHC.Tuple.Prim You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Tuple.Prim 100% ( 3 / 3) in 'Data.Tuple.Solo' 25% ( 1 / 4) in 'Data.Tuple.OneTuple' Missing documentation for: OneTuple (src/Data/Tuple/OneTuple.hs:21) OneTuple (src/Data/Tuple/OneTuple.hs:30) only (src/Data/Tuple/OneTuple.hs:24) Warning: 'Solo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Data.Tuple.Solo.TH' Missing documentation for: tupE Warning: Data.Tuple.Solo: could not find link destinations for: - GHC.Generics.Rep1_Solo - GHC.Generics.Rep_Solo Documentation created: dist/doc/html/OneTuple/, dist/doc/html/OneTuple/OneTuple.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/OneTuple-0.4.2-ATtFINcmw7oK2Yohb9PBmz Completed OneTuple-0.4.2 Configuring StateVar-1.2.2... Preprocessing library for StateVar-1.2.2.. Building library for StateVar-1.2.2.. [1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, dist/build/Data/StateVar.o, dist/build/Data/StateVar.dyn_o ) src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m () | ^ Preprocessing library for StateVar-1.2.2.. Running Haddock on library for StateVar-1.2.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, nothing ) src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m () | ^ Haddock coverage: Warning: 'StateVar' is ambiguous. It is defined * at src/Data/StateVar.hs:125:19 * at src/Data/StateVar.hs:125:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/StateVar.hs:125:1 Warning: 'SettableStateVar' is ambiguous. It is defined * at src/Data/StateVar.hs:148:30 * at src/Data/StateVar.hs:148:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/StateVar.hs:148:1 100% ( 15 / 15) in 'Data.StateVar' Documentation created: dist/doc/html/StateVar/, dist/doc/html/StateVar/StateVar.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/StateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ Completed StateVar-1.2.2 Configuring assoc-1.1.1... Preprocessing library for assoc-1.1.1.. Building library for assoc-1.1.1.. [1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, dist/build/Data/Bifunctor/Assoc.o, dist/build/Data/Bifunctor/Assoc.dyn_o ) [2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, dist/build/Data/Bifunctor/Swap.o, dist/build/Data/Bifunctor/Swap.dyn_o ) Preprocessing library for assoc-1.1.1.. Running Haddock on library for assoc-1.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, nothing ) [2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, nothing ) Haddock coverage: 50% ( 1 / 2) in 'Data.Bifunctor.Assoc' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Bifunctor.Swap' Missing documentation for: Module header Documentation created: dist/doc/html/assoc/, dist/doc/html/assoc/assoc.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/assoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj Completed assoc-1.1.1 Configuring base-compat-0.14.1... Preprocessing library for base-compat-0.14.1.. Building library for base-compat-0.14.1.. [ 1 of 130] Compiling Control.Concurrent.Compat ( src/Control/Concurrent/Compat.hs, dist/build/Control/Concurrent/Compat.o, dist/build/Control/Concurrent/Compat.dyn_o ) [ 2 of 130] Compiling Control.Concurrent.Compat.Repl ( src/Control/Concurrent/Compat/Repl.hs, dist/build/Control/Concurrent/Compat/Repl.o, dist/build/Control/Concurrent/Compat/Repl.dyn_o ) [ 3 of 130] Compiling Control.Concurrent.MVar.Compat ( src/Control/Concurrent/MVar/Compat.hs, dist/build/Control/Concurrent/MVar/Compat.o, dist/build/Control/Concurrent/MVar/Compat.dyn_o ) [ 4 of 130] Compiling Control.Concurrent.MVar.Compat.Repl ( src/Control/Concurrent/MVar/Compat/Repl.hs, dist/build/Control/Concurrent/MVar/Compat/Repl.o, dist/build/Control/Concurrent/MVar/Compat/Repl.dyn_o ) [ 5 of 130] Compiling Control.Exception.Compat ( src/Control/Exception/Compat.hs, dist/build/Control/Exception/Compat.o, dist/build/Control/Exception/Compat.dyn_o ) [ 6 of 130] Compiling Control.Exception.Compat.Repl ( src/Control/Exception/Compat/Repl.hs, dist/build/Control/Exception/Compat/Repl.o, dist/build/Control/Exception/Compat/Repl.dyn_o ) [ 7 of 130] Compiling Control.Monad.Compat ( src/Control/Monad/Compat.hs, dist/build/Control/Monad/Compat.o, dist/build/Control/Monad/Compat.dyn_o ) [ 8 of 130] Compiling Control.Monad.Compat.Repl ( src/Control/Monad/Compat/Repl.hs, dist/build/Control/Monad/Compat/Repl.o, dist/build/Control/Monad/Compat/Repl.dyn_o ) [ 9 of 130] Compiling Control.Monad.Fail.Compat ( src/Control/Monad/Fail/Compat.hs, dist/build/Control/Monad/Fail/Compat.o, dist/build/Control/Monad/Fail/Compat.dyn_o ) [ 10 of 130] Compiling Control.Monad.Fail.Compat.Repl ( src/Control/Monad/Fail/Compat/Repl.hs, dist/build/Control/Monad/Fail/Compat/Repl.o, dist/build/Control/Monad/Fail/Compat/Repl.dyn_o ) [ 11 of 130] Compiling Control.Monad.IO.Class.Compat ( src/Control/Monad/IO/Class/Compat.hs, dist/build/Control/Monad/IO/Class/Compat.o, dist/build/Control/Monad/IO/Class/Compat.dyn_o ) [ 12 of 130] Compiling Control.Monad.IO.Class.Compat.Repl ( src/Control/Monad/IO/Class/Compat/Repl.hs, dist/build/Control/Monad/IO/Class/Compat/Repl.o, dist/build/Control/Monad/IO/Class/Compat/Repl.dyn_o ) [ 13 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/Unsafe/Compat.hs, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat.o, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat.dyn_o ) [ 14 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat.Repl ( src/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.hs, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.o, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.dyn_o ) [ 15 of 130] Compiling Control.Monad.ST.Unsafe.Compat ( src/Control/Monad/ST/Unsafe/Compat.hs, dist/build/Control/Monad/ST/Unsafe/Compat.o, dist/build/Control/Monad/ST/Unsafe/Compat.dyn_o ) [ 16 of 130] Compiling Control.Monad.ST.Unsafe.Compat.Repl ( src/Control/Monad/ST/Unsafe/Compat/Repl.hs, dist/build/Control/Monad/ST/Unsafe/Compat/Repl.o, dist/build/Control/Monad/ST/Unsafe/Compat/Repl.dyn_o ) [ 17 of 130] Compiling Data.Bifoldable.Compat ( src/Data/Bifoldable/Compat.hs, dist/build/Data/Bifoldable/Compat.o, dist/build/Data/Bifoldable/Compat.dyn_o ) [ 18 of 130] Compiling Data.Bifoldable.Compat.Repl ( src/Data/Bifoldable/Compat/Repl.hs, dist/build/Data/Bifoldable/Compat/Repl.o, dist/build/Data/Bifoldable/Compat/Repl.dyn_o ) [ 19 of 130] Compiling Data.Bifoldable1.Compat ( src/Data/Bifoldable1/Compat.hs, dist/build/Data/Bifoldable1/Compat.o, dist/build/Data/Bifoldable1/Compat.dyn_o ) [ 20 of 130] Compiling Data.Bifoldable1.Compat.Repl ( src/Data/Bifoldable1/Compat/Repl.hs, dist/build/Data/Bifoldable1/Compat/Repl.o, dist/build/Data/Bifoldable1/Compat/Repl.dyn_o ) [ 21 of 130] Compiling Data.Bifunctor.Compat ( src/Data/Bifunctor/Compat.hs, dist/build/Data/Bifunctor/Compat.o, dist/build/Data/Bifunctor/Compat.dyn_o ) [ 22 of 130] Compiling Data.Bifunctor.Compat.Repl ( src/Data/Bifunctor/Compat/Repl.hs, dist/build/Data/Bifunctor/Compat/Repl.o, dist/build/Data/Bifunctor/Compat/Repl.dyn_o ) [ 23 of 130] Compiling Data.Bits.Compat ( src/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o ) [ 24 of 130] Compiling Data.Bits.Compat.Repl ( src/Data/Bits/Compat/Repl.hs, dist/build/Data/Bits/Compat/Repl.o, dist/build/Data/Bits/Compat/Repl.dyn_o ) [ 25 of 130] Compiling Data.Bool.Compat ( src/Data/Bool/Compat.hs, dist/build/Data/Bool/Compat.o, dist/build/Data/Bool/Compat.dyn_o ) [ 26 of 130] Compiling Data.Bool.Compat.Repl ( src/Data/Bool/Compat/Repl.hs, dist/build/Data/Bool/Compat/Repl.o, dist/build/Data/Bool/Compat/Repl.dyn_o ) [ 27 of 130] Compiling Data.Complex.Compat ( src/Data/Complex/Compat.hs, dist/build/Data/Complex/Compat.o, dist/build/Data/Complex/Compat.dyn_o ) [ 28 of 130] Compiling Data.Complex.Compat.Repl ( src/Data/Complex/Compat/Repl.hs, dist/build/Data/Complex/Compat/Repl.o, dist/build/Data/Complex/Compat/Repl.dyn_o ) [ 29 of 130] Compiling Data.Either.Compat ( src/Data/Either/Compat.hs, dist/build/Data/Either/Compat.o, dist/build/Data/Either/Compat.dyn_o ) [ 30 of 130] Compiling Data.Either.Compat.Repl ( src/Data/Either/Compat/Repl.hs, dist/build/Data/Either/Compat/Repl.o, dist/build/Data/Either/Compat/Repl.dyn_o ) [ 31 of 130] Compiling Data.Foldable.Compat ( src/Data/Foldable/Compat.hs, dist/build/Data/Foldable/Compat.o, dist/build/Data/Foldable/Compat.dyn_o ) [ 32 of 130] Compiling Data.Foldable.Compat.Repl ( src/Data/Foldable/Compat/Repl.hs, dist/build/Data/Foldable/Compat/Repl.o, dist/build/Data/Foldable/Compat/Repl.dyn_o ) [ 33 of 130] Compiling Data.Foldable1.Compat ( src/Data/Foldable1/Compat.hs, dist/build/Data/Foldable1/Compat.o, dist/build/Data/Foldable1/Compat.dyn_o ) [ 34 of 130] Compiling Data.Foldable1.Compat.Repl ( src/Data/Foldable1/Compat/Repl.hs, dist/build/Data/Foldable1/Compat/Repl.o, dist/build/Data/Foldable1/Compat/Repl.dyn_o ) [ 35 of 130] Compiling Data.Function.Compat ( src/Data/Function/Compat.hs, dist/build/Data/Function/Compat.o, dist/build/Data/Function/Compat.dyn_o ) [ 36 of 130] Compiling Data.Function.Compat.Repl ( src/Data/Function/Compat/Repl.hs, dist/build/Data/Function/Compat/Repl.o, dist/build/Data/Function/Compat/Repl.dyn_o ) [ 37 of 130] Compiling Data.Functor.Compat ( src/Data/Functor/Compat.hs, dist/build/Data/Functor/Compat.o, dist/build/Data/Functor/Compat.dyn_o ) [ 38 of 130] Compiling Data.Functor.Compat.Repl ( src/Data/Functor/Compat/Repl.hs, dist/build/Data/Functor/Compat/Repl.o, dist/build/Data/Functor/Compat/Repl.dyn_o ) [ 39 of 130] Compiling Data.Functor.Compose.Compat ( src/Data/Functor/Compose/Compat.hs, dist/build/Data/Functor/Compose/Compat.o, dist/build/Data/Functor/Compose/Compat.dyn_o ) [ 40 of 130] Compiling Data.Functor.Compose.Compat.Repl ( src/Data/Functor/Compose/Compat/Repl.hs, dist/build/Data/Functor/Compose/Compat/Repl.o, dist/build/Data/Functor/Compose/Compat/Repl.dyn_o ) [ 41 of 130] Compiling Data.Functor.Const.Compat ( src/Data/Functor/Const/Compat.hs, dist/build/Data/Functor/Const/Compat.o, dist/build/Data/Functor/Const/Compat.dyn_o ) [ 42 of 130] Compiling Data.Functor.Const.Compat.Repl ( src/Data/Functor/Const/Compat/Repl.hs, dist/build/Data/Functor/Const/Compat/Repl.o, dist/build/Data/Functor/Const/Compat/Repl.dyn_o ) [ 43 of 130] Compiling Data.Functor.Contravariant.Compat ( src/Data/Functor/Contravariant/Compat.hs, dist/build/Data/Functor/Contravariant/Compat.o, dist/build/Data/Functor/Contravariant/Compat.dyn_o ) [ 44 of 130] Compiling Data.Functor.Contravariant.Compat.Repl ( src/Data/Functor/Contravariant/Compat/Repl.hs, dist/build/Data/Functor/Contravariant/Compat/Repl.o, dist/build/Data/Functor/Contravariant/Compat/Repl.dyn_o ) [ 45 of 130] Compiling Data.Functor.Identity.Compat ( src/Data/Functor/Identity/Compat.hs, dist/build/Data/Functor/Identity/Compat.o, dist/build/Data/Functor/Identity/Compat.dyn_o ) [ 46 of 130] Compiling Data.Functor.Identity.Compat.Repl ( src/Data/Functor/Identity/Compat/Repl.hs, dist/build/Data/Functor/Identity/Compat/Repl.o, dist/build/Data/Functor/Identity/Compat/Repl.dyn_o ) [ 47 of 130] Compiling Data.Functor.Product.Compat ( src/Data/Functor/Product/Compat.hs, dist/build/Data/Functor/Product/Compat.o, dist/build/Data/Functor/Product/Compat.dyn_o ) [ 48 of 130] Compiling Data.Functor.Product.Compat.Repl ( src/Data/Functor/Product/Compat/Repl.hs, dist/build/Data/Functor/Product/Compat/Repl.o, dist/build/Data/Functor/Product/Compat/Repl.dyn_o ) [ 49 of 130] Compiling Data.Functor.Sum.Compat ( src/Data/Functor/Sum/Compat.hs, dist/build/Data/Functor/Sum/Compat.o, dist/build/Data/Functor/Sum/Compat.dyn_o ) [ 50 of 130] Compiling Data.Functor.Sum.Compat.Repl ( src/Data/Functor/Sum/Compat/Repl.hs, dist/build/Data/Functor/Sum/Compat/Repl.o, dist/build/Data/Functor/Sum/Compat/Repl.dyn_o ) [ 51 of 130] Compiling Data.IORef.Compat ( src/Data/IORef/Compat.hs, dist/build/Data/IORef/Compat.o, dist/build/Data/IORef/Compat.dyn_o ) [ 52 of 130] Compiling Data.IORef.Compat.Repl ( src/Data/IORef/Compat/Repl.hs, dist/build/Data/IORef/Compat/Repl.o, dist/build/Data/IORef/Compat/Repl.dyn_o ) [ 53 of 130] Compiling Data.Monoid.Compat ( src/Data/Monoid/Compat.hs, dist/build/Data/Monoid/Compat.o, dist/build/Data/Monoid/Compat.dyn_o ) [ 54 of 130] Compiling Data.Monoid.Compat.Repl ( src/Data/Monoid/Compat/Repl.hs, dist/build/Data/Monoid/Compat/Repl.o, dist/build/Data/Monoid/Compat/Repl.dyn_o ) [ 55 of 130] Compiling Data.Proxy.Compat ( src/Data/Proxy/Compat.hs, dist/build/Data/Proxy/Compat.o, dist/build/Data/Proxy/Compat.dyn_o ) [ 56 of 130] Compiling Data.Proxy.Compat.Repl ( src/Data/Proxy/Compat/Repl.hs, dist/build/Data/Proxy/Compat/Repl.o, dist/build/Data/Proxy/Compat/Repl.dyn_o ) [ 57 of 130] Compiling Data.Ratio.Compat ( src/Data/Ratio/Compat.hs, dist/build/Data/Ratio/Compat.o, dist/build/Data/Ratio/Compat.dyn_o ) [ 58 of 130] Compiling Data.Ratio.Compat.Repl ( src/Data/Ratio/Compat/Repl.hs, dist/build/Data/Ratio/Compat/Repl.o, dist/build/Data/Ratio/Compat/Repl.dyn_o ) [ 59 of 130] Compiling Data.STRef.Compat ( src/Data/STRef/Compat.hs, dist/build/Data/STRef/Compat.o, dist/build/Data/STRef/Compat.dyn_o ) [ 60 of 130] Compiling Data.STRef.Compat.Repl ( src/Data/STRef/Compat/Repl.hs, dist/build/Data/STRef/Compat/Repl.o, dist/build/Data/STRef/Compat/Repl.dyn_o ) [ 61 of 130] Compiling Data.Semigroup.Compat ( src/Data/Semigroup/Compat.hs, dist/build/Data/Semigroup/Compat.o, dist/build/Data/Semigroup/Compat.dyn_o ) [ 62 of 130] Compiling Data.Semigroup.Compat.Repl ( src/Data/Semigroup/Compat/Repl.hs, dist/build/Data/Semigroup/Compat/Repl.o, dist/build/Data/Semigroup/Compat/Repl.dyn_o ) [ 63 of 130] Compiling Data.String.Compat ( src/Data/String/Compat.hs, dist/build/Data/String/Compat.o, dist/build/Data/String/Compat.dyn_o ) [ 64 of 130] Compiling Data.String.Compat.Repl ( src/Data/String/Compat/Repl.hs, dist/build/Data/String/Compat/Repl.o, dist/build/Data/String/Compat/Repl.dyn_o ) [ 65 of 130] Compiling Data.Traversable.Compat ( src/Data/Traversable/Compat.hs, dist/build/Data/Traversable/Compat.o, dist/build/Data/Traversable/Compat.dyn_o ) [ 66 of 130] Compiling Data.Traversable.Compat.Repl ( src/Data/Traversable/Compat/Repl.hs, dist/build/Data/Traversable/Compat/Repl.o, dist/build/Data/Traversable/Compat/Repl.dyn_o ) [ 67 of 130] Compiling Data.Tuple.Compat ( src/Data/Tuple/Compat.hs, dist/build/Data/Tuple/Compat.o, dist/build/Data/Tuple/Compat.dyn_o ) [ 68 of 130] Compiling Data.Tuple.Compat.Repl ( src/Data/Tuple/Compat/Repl.hs, dist/build/Data/Tuple/Compat/Repl.o, dist/build/Data/Tuple/Compat/Repl.dyn_o ) [ 69 of 130] Compiling Data.Type.Coercion.Compat ( src/Data/Type/Coercion/Compat.hs, dist/build/Data/Type/Coercion/Compat.o, dist/build/Data/Type/Coercion/Compat.dyn_o ) [ 70 of 130] Compiling Data.Type.Coercion.Compat.Repl ( src/Data/Type/Coercion/Compat/Repl.hs, dist/build/Data/Type/Coercion/Compat/Repl.o, dist/build/Data/Type/Coercion/Compat/Repl.dyn_o ) [ 71 of 130] Compiling Data.Type.Equality.Compat ( src/Data/Type/Equality/Compat.hs, dist/build/Data/Type/Equality/Compat.o, dist/build/Data/Type/Equality/Compat.dyn_o ) [ 72 of 130] Compiling Data.Type.Equality.Compat.Repl ( src/Data/Type/Equality/Compat/Repl.hs, dist/build/Data/Type/Equality/Compat/Repl.o, dist/build/Data/Type/Equality/Compat/Repl.dyn_o ) [ 73 of 130] Compiling Data.Typeable.Compat ( src/Data/Typeable/Compat.hs, dist/build/Data/Typeable/Compat.o, dist/build/Data/Typeable/Compat.dyn_o ) [ 74 of 130] Compiling Data.Typeable.Compat.Repl ( src/Data/Typeable/Compat/Repl.hs, dist/build/Data/Typeable/Compat/Repl.o, dist/build/Data/Typeable/Compat/Repl.dyn_o ) [ 75 of 130] Compiling Data.Version.Compat ( src/Data/Version/Compat.hs, dist/build/Data/Version/Compat.o, dist/build/Data/Version/Compat.dyn_o ) [ 76 of 130] Compiling Data.Version.Compat.Repl ( src/Data/Version/Compat/Repl.hs, dist/build/Data/Version/Compat/Repl.o, dist/build/Data/Version/Compat/Repl.dyn_o ) [ 77 of 130] Compiling Data.Void.Compat ( src/Data/Void/Compat.hs, dist/build/Data/Void/Compat.o, dist/build/Data/Void/Compat.dyn_o ) [ 78 of 130] Compiling Data.Void.Compat.Repl ( src/Data/Void/Compat/Repl.hs, dist/build/Data/Void/Compat/Repl.o, dist/build/Data/Void/Compat/Repl.dyn_o ) [ 79 of 130] Compiling Data.Word.Compat ( src/Data/Word/Compat.hs, dist/build/Data/Word/Compat.o, dist/build/Data/Word/Compat.dyn_o ) [ 80 of 130] Compiling Data.Word.Compat.Repl ( src/Data/Word/Compat/Repl.hs, dist/build/Data/Word/Compat/Repl.o, dist/build/Data/Word/Compat/Repl.dyn_o ) [ 81 of 130] Compiling Debug.Trace.Compat ( src/Debug/Trace/Compat.hs, dist/build/Debug/Trace/Compat.o, dist/build/Debug/Trace/Compat.dyn_o ) [ 82 of 130] Compiling Debug.Trace.Compat.Repl ( src/Debug/Trace/Compat/Repl.hs, dist/build/Debug/Trace/Compat/Repl.o, dist/build/Debug/Trace/Compat/Repl.dyn_o ) [ 83 of 130] Compiling Foreign.ForeignPtr.Compat ( src/Foreign/ForeignPtr/Compat.hs, dist/build/Foreign/ForeignPtr/Compat.o, dist/build/Foreign/ForeignPtr/Compat.dyn_o ) [ 84 of 130] Compiling Foreign.ForeignPtr.Compat.Repl ( src/Foreign/ForeignPtr/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Compat/Repl.dyn_o ) [ 85 of 130] Compiling Foreign.ForeignPtr.Safe.Compat ( src/Foreign/ForeignPtr/Safe/Compat.hs, dist/build/Foreign/ForeignPtr/Safe/Compat.o, dist/build/Foreign/ForeignPtr/Safe/Compat.dyn_o ) [ 86 of 130] Compiling Foreign.ForeignPtr.Safe.Compat.Repl ( src/Foreign/ForeignPtr/Safe/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Safe/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Safe/Compat/Repl.dyn_o ) [ 87 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat ( src/Foreign/ForeignPtr/Unsafe/Compat.hs, dist/build/Foreign/ForeignPtr/Unsafe/Compat.o, dist/build/Foreign/ForeignPtr/Unsafe/Compat.dyn_o ) [ 88 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat.Repl ( src/Foreign/ForeignPtr/Unsafe/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Unsafe/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Unsafe/Compat/Repl.dyn_o ) [ 89 of 130] Compiling Foreign.Marshal.Alloc.Compat ( src/Foreign/Marshal/Alloc/Compat.hs, dist/build/Foreign/Marshal/Alloc/Compat.o, dist/build/Foreign/Marshal/Alloc/Compat.dyn_o ) [ 90 of 130] Compiling Foreign.Marshal.Alloc.Compat.Repl ( src/Foreign/Marshal/Alloc/Compat/Repl.hs, dist/build/Foreign/Marshal/Alloc/Compat/Repl.o, dist/build/Foreign/Marshal/Alloc/Compat/Repl.dyn_o ) [ 91 of 130] Compiling Foreign.Marshal.Array.Compat ( src/Foreign/Marshal/Array/Compat.hs, dist/build/Foreign/Marshal/Array/Compat.o, dist/build/Foreign/Marshal/Array/Compat.dyn_o ) [ 92 of 130] Compiling Foreign.Marshal.Array.Compat.Repl ( src/Foreign/Marshal/Array/Compat/Repl.hs, dist/build/Foreign/Marshal/Array/Compat/Repl.o, dist/build/Foreign/Marshal/Array/Compat/Repl.dyn_o ) [ 93 of 130] Compiling Foreign.Marshal.Safe.Compat ( src/Foreign/Marshal/Safe/Compat.hs, dist/build/Foreign/Marshal/Safe/Compat.o, dist/build/Foreign/Marshal/Safe/Compat.dyn_o ) [ 94 of 130] Compiling Foreign.Marshal.Safe.Compat.Repl ( src/Foreign/Marshal/Safe/Compat/Repl.hs, dist/build/Foreign/Marshal/Safe/Compat/Repl.o, dist/build/Foreign/Marshal/Safe/Compat/Repl.dyn_o ) [ 95 of 130] Compiling Foreign.Marshal.Unsafe.Compat ( src/Foreign/Marshal/Unsafe/Compat.hs, dist/build/Foreign/Marshal/Unsafe/Compat.o, dist/build/Foreign/Marshal/Unsafe/Compat.dyn_o ) [ 96 of 130] Compiling Foreign.Marshal.Unsafe.Compat.Repl ( src/Foreign/Marshal/Unsafe/Compat/Repl.hs, dist/build/Foreign/Marshal/Unsafe/Compat/Repl.o, dist/build/Foreign/Marshal/Unsafe/Compat/Repl.dyn_o ) [ 97 of 130] Compiling Foreign.Marshal.Utils.Compat ( src/Foreign/Marshal/Utils/Compat.hs, dist/build/Foreign/Marshal/Utils/Compat.o, dist/build/Foreign/Marshal/Utils/Compat.dyn_o ) [ 98 of 130] Compiling Foreign.Marshal.Compat ( src/Foreign/Marshal/Compat.hs, dist/build/Foreign/Marshal/Compat.o, dist/build/Foreign/Marshal/Compat.dyn_o ) [ 99 of 130] Compiling Foreign.Marshal.Compat.Repl ( src/Foreign/Marshal/Compat/Repl.hs, dist/build/Foreign/Marshal/Compat/Repl.o, dist/build/Foreign/Marshal/Compat/Repl.dyn_o ) [100 of 130] Compiling Foreign.Compat ( src/Foreign/Compat.hs, dist/build/Foreign/Compat.o, dist/build/Foreign/Compat.dyn_o ) [101 of 130] Compiling Foreign.Compat.Repl ( src/Foreign/Compat/Repl.hs, dist/build/Foreign/Compat/Repl.o, dist/build/Foreign/Compat/Repl.dyn_o ) [102 of 130] Compiling Foreign.Marshal.Utils.Compat.Repl ( src/Foreign/Marshal/Utils/Compat/Repl.hs, dist/build/Foreign/Marshal/Utils/Compat/Repl.o, dist/build/Foreign/Marshal/Utils/Compat/Repl.dyn_o ) [103 of 130] Compiling Numeric.Compat ( src/Numeric/Compat.hs, dist/build/Numeric/Compat.o, dist/build/Numeric/Compat.dyn_o ) [104 of 130] Compiling Numeric.Compat.Repl ( src/Numeric/Compat/Repl.hs, dist/build/Numeric/Compat/Repl.o, dist/build/Numeric/Compat/Repl.dyn_o ) [105 of 130] Compiling Numeric.Natural.Compat ( src/Numeric/Natural/Compat.hs, dist/build/Numeric/Natural/Compat.o, dist/build/Numeric/Natural/Compat.dyn_o ) [106 of 130] Compiling Numeric.Natural.Compat.Repl ( src/Numeric/Natural/Compat/Repl.hs, dist/build/Numeric/Natural/Compat/Repl.o, dist/build/Numeric/Natural/Compat/Repl.dyn_o ) [107 of 130] Compiling Prelude.Compat ( src/Prelude/Compat.hs, dist/build/Prelude/Compat.o, dist/build/Prelude/Compat.dyn_o ) [108 of 130] Compiling Data.List.Compat ( src/Data/List/Compat.hs, dist/build/Data/List/Compat.o, dist/build/Data/List/Compat.dyn_o ) [109 of 130] Compiling Data.List.NonEmpty.Compat ( src/Data/List/NonEmpty/Compat.hs, dist/build/Data/List/NonEmpty/Compat.o, dist/build/Data/List/NonEmpty/Compat.dyn_o ) [110 of 130] Compiling Data.List.NonEmpty.Compat.Repl ( src/Data/List/NonEmpty/Compat/Repl.hs, dist/build/Data/List/NonEmpty/Compat/Repl.o, dist/build/Data/List/NonEmpty/Compat/Repl.dyn_o ) [111 of 130] Compiling Data.List.Compat.Repl ( src/Data/List/Compat/Repl.hs, dist/build/Data/List/Compat/Repl.o, dist/build/Data/List/Compat/Repl.dyn_o ) [112 of 130] Compiling Data.Bitraversable.Compat ( src/Data/Bitraversable/Compat.hs, dist/build/Data/Bitraversable/Compat.o, dist/build/Data/Bitraversable/Compat.dyn_o ) [113 of 130] Compiling Data.Bitraversable.Compat.Repl ( src/Data/Bitraversable/Compat/Repl.hs, dist/build/Data/Bitraversable/Compat/Repl.o, dist/build/Data/Bitraversable/Compat/Repl.dyn_o ) [114 of 130] Compiling Prelude.Compat.Repl ( src/Prelude/Compat/Repl.hs, dist/build/Prelude/Compat/Repl.o, dist/build/Prelude/Compat/Repl.dyn_o ) [115 of 130] Compiling System.Environment.Compat ( src/System/Environment/Compat.hs, dist/build/System/Environment/Compat.o, dist/build/System/Environment/Compat.dyn_o ) [116 of 130] Compiling System.Environment.Compat.Repl ( src/System/Environment/Compat/Repl.hs, dist/build/System/Environment/Compat/Repl.o, dist/build/System/Environment/Compat/Repl.dyn_o ) [117 of 130] Compiling System.Exit.Compat ( src/System/Exit/Compat.hs, dist/build/System/Exit/Compat.o, dist/build/System/Exit/Compat.dyn_o ) [118 of 130] Compiling System.Exit.Compat.Repl ( src/System/Exit/Compat/Repl.hs, dist/build/System/Exit/Compat/Repl.o, dist/build/System/Exit/Compat/Repl.dyn_o ) [119 of 130] Compiling System.IO.Compat ( src/System/IO/Compat.hs, dist/build/System/IO/Compat.o, dist/build/System/IO/Compat.dyn_o ) [120 of 130] Compiling System.IO.Compat.Repl ( src/System/IO/Compat/Repl.hs, dist/build/System/IO/Compat/Repl.o, dist/build/System/IO/Compat/Repl.dyn_o ) [121 of 130] Compiling System.IO.Error.Compat ( src/System/IO/Error/Compat.hs, dist/build/System/IO/Error/Compat.o, dist/build/System/IO/Error/Compat.dyn_o ) [122 of 130] Compiling System.IO.Error.Compat.Repl ( src/System/IO/Error/Compat/Repl.hs, dist/build/System/IO/Error/Compat/Repl.o, dist/build/System/IO/Error/Compat/Repl.dyn_o ) [123 of 130] Compiling System.IO.Unsafe.Compat ( src/System/IO/Unsafe/Compat.hs, dist/build/System/IO/Unsafe/Compat.o, dist/build/System/IO/Unsafe/Compat.dyn_o ) [124 of 130] Compiling System.IO.Unsafe.Compat.Repl ( src/System/IO/Unsafe/Compat/Repl.hs, dist/build/System/IO/Unsafe/Compat/Repl.o, dist/build/System/IO/Unsafe/Compat/Repl.dyn_o ) [125 of 130] Compiling Text.Read.Compat ( src/Text/Read/Compat.hs, dist/build/Text/Read/Compat.o, dist/build/Text/Read/Compat.dyn_o ) [126 of 130] Compiling Text.Read.Compat.Repl ( src/Text/Read/Compat/Repl.hs, dist/build/Text/Read/Compat/Repl.o, dist/build/Text/Read/Compat/Repl.dyn_o ) [127 of 130] Compiling Text.Read.Lex.Compat ( src/Text/Read/Lex/Compat.hs, dist/build/Text/Read/Lex/Compat.o, dist/build/Text/Read/Lex/Compat.dyn_o ) [128 of 130] Compiling Text.Read.Lex.Compat.Repl ( src/Text/Read/Lex/Compat/Repl.hs, dist/build/Text/Read/Lex/Compat/Repl.o, dist/build/Text/Read/Lex/Compat/Repl.dyn_o ) [129 of 130] Compiling Type.Reflection.Compat ( src/Type/Reflection/Compat.hs, dist/build/Type/Reflection/Compat.o, dist/build/Type/Reflection/Compat.dyn_o ) [130 of 130] Compiling Type.Reflection.Compat.Repl ( src/Type/Reflection/Compat/Repl.hs, dist/build/Type/Reflection/Compat/Repl.o, dist/build/Type/Reflection/Compat/Repl.dyn_o ) Preprocessing library for base-compat-0.14.1.. Running Haddock on library for base-compat-0.14.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 130] Compiling Control.Concurrent.Compat ( src/Control/Concurrent/Compat.hs, nothing ) [ 2 of 130] Compiling Control.Concurrent.Compat.Repl ( src/Control/Concurrent/Compat/Repl.hs, nothing ) [ 3 of 130] Compiling Control.Concurrent.MVar.Compat ( src/Control/Concurrent/MVar/Compat.hs, nothing ) [ 4 of 130] Compiling Control.Concurrent.MVar.Compat.Repl ( src/Control/Concurrent/MVar/Compat/Repl.hs, nothing ) [ 5 of 130] Compiling Control.Exception.Compat ( src/Control/Exception/Compat.hs, nothing ) [ 6 of 130] Compiling Control.Exception.Compat.Repl ( src/Control/Exception/Compat/Repl.hs, nothing ) [ 7 of 130] Compiling Control.Monad.Compat ( src/Control/Monad/Compat.hs, nothing ) [ 8 of 130] Compiling Control.Monad.Compat.Repl ( src/Control/Monad/Compat/Repl.hs, nothing ) [ 9 of 130] Compiling Control.Monad.Fail.Compat ( src/Control/Monad/Fail/Compat.hs, nothing ) [ 10 of 130] Compiling Control.Monad.Fail.Compat.Repl ( src/Control/Monad/Fail/Compat/Repl.hs, nothing ) [ 11 of 130] Compiling Control.Monad.IO.Class.Compat ( src/Control/Monad/IO/Class/Compat.hs, nothing ) [ 12 of 130] Compiling Control.Monad.IO.Class.Compat.Repl ( src/Control/Monad/IO/Class/Compat/Repl.hs, nothing ) [ 13 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/Unsafe/Compat.hs, nothing ) [ 14 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat.Repl ( src/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.hs, nothing ) [ 15 of 130] Compiling Control.Monad.ST.Unsafe.Compat ( src/Control/Monad/ST/Unsafe/Compat.hs, nothing ) [ 16 of 130] Compiling Control.Monad.ST.Unsafe.Compat.Repl ( src/Control/Monad/ST/Unsafe/Compat/Repl.hs, nothing ) [ 17 of 130] Compiling Data.Bifoldable.Compat ( src/Data/Bifoldable/Compat.hs, nothing ) [ 18 of 130] Compiling Data.Bifoldable.Compat.Repl ( src/Data/Bifoldable/Compat/Repl.hs, nothing ) [ 19 of 130] Compiling Data.Bifoldable1.Compat ( src/Data/Bifoldable1/Compat.hs, nothing ) [ 20 of 130] Compiling Data.Bifoldable1.Compat.Repl ( src/Data/Bifoldable1/Compat/Repl.hs, nothing ) [ 21 of 130] Compiling Data.Bifunctor.Compat ( src/Data/Bifunctor/Compat.hs, nothing ) [ 22 of 130] Compiling Data.Bifunctor.Compat.Repl ( src/Data/Bifunctor/Compat/Repl.hs, nothing ) [ 23 of 130] Compiling Data.Bits.Compat ( src/Data/Bits/Compat.hs, nothing ) [ 24 of 130] Compiling Data.Bits.Compat.Repl ( src/Data/Bits/Compat/Repl.hs, nothing ) [ 25 of 130] Compiling Data.Bool.Compat ( src/Data/Bool/Compat.hs, nothing ) [ 26 of 130] Compiling Data.Bool.Compat.Repl ( src/Data/Bool/Compat/Repl.hs, nothing ) [ 27 of 130] Compiling Data.Complex.Compat ( src/Data/Complex/Compat.hs, nothing ) [ 28 of 130] Compiling Data.Complex.Compat.Repl ( src/Data/Complex/Compat/Repl.hs, nothing ) [ 29 of 130] Compiling Data.Either.Compat ( src/Data/Either/Compat.hs, nothing ) [ 30 of 130] Compiling Data.Either.Compat.Repl ( src/Data/Either/Compat/Repl.hs, nothing ) [ 31 of 130] Compiling Data.Foldable.Compat ( src/Data/Foldable/Compat.hs, nothing ) [ 32 of 130] Compiling Data.Foldable.Compat.Repl ( src/Data/Foldable/Compat/Repl.hs, nothing ) [ 33 of 130] Compiling Data.Foldable1.Compat ( src/Data/Foldable1/Compat.hs, nothing ) [ 34 of 130] Compiling Data.Foldable1.Compat.Repl ( src/Data/Foldable1/Compat/Repl.hs, nothing ) [ 35 of 130] Compiling Data.Function.Compat ( src/Data/Function/Compat.hs, nothing ) [ 36 of 130] Compiling Data.Function.Compat.Repl ( src/Data/Function/Compat/Repl.hs, nothing ) [ 37 of 130] Compiling Data.Functor.Compat ( src/Data/Functor/Compat.hs, nothing ) [ 38 of 130] Compiling Data.Functor.Compat.Repl ( src/Data/Functor/Compat/Repl.hs, nothing ) [ 39 of 130] Compiling Data.Functor.Compose.Compat ( src/Data/Functor/Compose/Compat.hs, nothing ) [ 40 of 130] Compiling Data.Functor.Compose.Compat.Repl ( src/Data/Functor/Compose/Compat/Repl.hs, nothing ) [ 41 of 130] Compiling Data.Functor.Const.Compat ( src/Data/Functor/Const/Compat.hs, nothing ) [ 42 of 130] Compiling Data.Functor.Const.Compat.Repl ( src/Data/Functor/Const/Compat/Repl.hs, nothing ) [ 43 of 130] Compiling Data.Functor.Contravariant.Compat ( src/Data/Functor/Contravariant/Compat.hs, nothing ) [ 44 of 130] Compiling Data.Functor.Contravariant.Compat.Repl ( src/Data/Functor/Contravariant/Compat/Repl.hs, nothing ) [ 45 of 130] Compiling Data.Functor.Identity.Compat ( src/Data/Functor/Identity/Compat.hs, nothing ) [ 46 of 130] Compiling Data.Functor.Identity.Compat.Repl ( src/Data/Functor/Identity/Compat/Repl.hs, nothing ) [ 47 of 130] Compiling Data.Functor.Product.Compat ( src/Data/Functor/Product/Compat.hs, nothing ) [ 48 of 130] Compiling Data.Functor.Product.Compat.Repl ( src/Data/Functor/Product/Compat/Repl.hs, nothing ) [ 49 of 130] Compiling Data.Functor.Sum.Compat ( src/Data/Functor/Sum/Compat.hs, nothing ) [ 50 of 130] Compiling Data.Functor.Sum.Compat.Repl ( src/Data/Functor/Sum/Compat/Repl.hs, nothing ) [ 51 of 130] Compiling Data.IORef.Compat ( src/Data/IORef/Compat.hs, nothing ) [ 52 of 130] Compiling Data.IORef.Compat.Repl ( src/Data/IORef/Compat/Repl.hs, nothing ) [ 53 of 130] Compiling Data.Monoid.Compat ( src/Data/Monoid/Compat.hs, nothing ) [ 54 of 130] Compiling Data.Monoid.Compat.Repl ( src/Data/Monoid/Compat/Repl.hs, nothing ) [ 55 of 130] Compiling Data.Proxy.Compat ( src/Data/Proxy/Compat.hs, nothing ) [ 56 of 130] Compiling Data.Proxy.Compat.Repl ( src/Data/Proxy/Compat/Repl.hs, nothing ) [ 57 of 130] Compiling Data.Ratio.Compat ( src/Data/Ratio/Compat.hs, nothing ) [ 58 of 130] Compiling Data.Ratio.Compat.Repl ( src/Data/Ratio/Compat/Repl.hs, nothing ) [ 59 of 130] Compiling Data.STRef.Compat ( src/Data/STRef/Compat.hs, nothing ) [ 60 of 130] Compiling Data.STRef.Compat.Repl ( src/Data/STRef/Compat/Repl.hs, nothing ) [ 61 of 130] Compiling Data.Semigroup.Compat ( src/Data/Semigroup/Compat.hs, nothing ) [ 62 of 130] Compiling Data.Semigroup.Compat.Repl ( src/Data/Semigroup/Compat/Repl.hs, nothing ) [ 63 of 130] Compiling Data.String.Compat ( src/Data/String/Compat.hs, nothing ) [ 64 of 130] Compiling Data.String.Compat.Repl ( src/Data/String/Compat/Repl.hs, nothing ) [ 65 of 130] Compiling Data.Traversable.Compat ( src/Data/Traversable/Compat.hs, nothing ) [ 66 of 130] Compiling Data.Traversable.Compat.Repl ( src/Data/Traversable/Compat/Repl.hs, nothing ) [ 67 of 130] Compiling Data.Tuple.Compat ( src/Data/Tuple/Compat.hs, nothing ) [ 68 of 130] Compiling Data.Tuple.Compat.Repl ( src/Data/Tuple/Compat/Repl.hs, nothing ) [ 69 of 130] Compiling Data.Type.Coercion.Compat ( src/Data/Type/Coercion/Compat.hs, nothing ) [ 70 of 130] Compiling Data.Type.Coercion.Compat.Repl ( src/Data/Type/Coercion/Compat/Repl.hs, nothing ) [ 71 of 130] Compiling Data.Type.Equality.Compat ( src/Data/Type/Equality/Compat.hs, nothing ) [ 72 of 130] Compiling Data.Type.Equality.Compat.Repl ( src/Data/Type/Equality/Compat/Repl.hs, nothing ) [ 73 of 130] Compiling Data.Typeable.Compat ( src/Data/Typeable/Compat.hs, nothing ) [ 74 of 130] Compiling Data.Typeable.Compat.Repl ( src/Data/Typeable/Compat/Repl.hs, nothing ) [ 75 of 130] Compiling Data.Version.Compat ( src/Data/Version/Compat.hs, nothing ) [ 76 of 130] Compiling Data.Version.Compat.Repl ( src/Data/Version/Compat/Repl.hs, nothing ) [ 77 of 130] Compiling Data.Void.Compat ( src/Data/Void/Compat.hs, nothing ) [ 78 of 130] Compiling Data.Void.Compat.Repl ( src/Data/Void/Compat/Repl.hs, nothing ) [ 79 of 130] Compiling Data.Word.Compat ( src/Data/Word/Compat.hs, nothing ) [ 80 of 130] Compiling Data.Word.Compat.Repl ( src/Data/Word/Compat/Repl.hs, nothing ) [ 81 of 130] Compiling Debug.Trace.Compat ( src/Debug/Trace/Compat.hs, nothing ) [ 82 of 130] Compiling Debug.Trace.Compat.Repl ( src/Debug/Trace/Compat/Repl.hs, nothing ) [ 83 of 130] Compiling Foreign.ForeignPtr.Compat ( src/Foreign/ForeignPtr/Compat.hs, nothing ) [ 84 of 130] Compiling Foreign.ForeignPtr.Compat.Repl ( src/Foreign/ForeignPtr/Compat/Repl.hs, nothing ) [ 85 of 130] Compiling Foreign.ForeignPtr.Safe.Compat ( src/Foreign/ForeignPtr/Safe/Compat.hs, nothing ) [ 86 of 130] Compiling Foreign.ForeignPtr.Safe.Compat.Repl ( src/Foreign/ForeignPtr/Safe/Compat/Repl.hs, nothing ) [ 87 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat ( src/Foreign/ForeignPtr/Unsafe/Compat.hs, nothing ) [ 88 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat.Repl ( src/Foreign/ForeignPtr/Unsafe/Compat/Repl.hs, nothing ) [ 89 of 130] Compiling Foreign.Marshal.Alloc.Compat ( src/Foreign/Marshal/Alloc/Compat.hs, nothing ) [ 90 of 130] Compiling Foreign.Marshal.Alloc.Compat.Repl ( src/Foreign/Marshal/Alloc/Compat/Repl.hs, nothing ) [ 91 of 130] Compiling Foreign.Marshal.Array.Compat ( src/Foreign/Marshal/Array/Compat.hs, nothing ) [ 92 of 130] Compiling Foreign.Marshal.Array.Compat.Repl ( src/Foreign/Marshal/Array/Compat/Repl.hs, nothing ) [ 93 of 130] Compiling Foreign.Marshal.Safe.Compat ( src/Foreign/Marshal/Safe/Compat.hs, nothing ) [ 94 of 130] Compiling Foreign.Marshal.Safe.Compat.Repl ( src/Foreign/Marshal/Safe/Compat/Repl.hs, nothing ) [ 95 of 130] Compiling Foreign.Marshal.Unsafe.Compat ( src/Foreign/Marshal/Unsafe/Compat.hs, nothing ) [ 96 of 130] Compiling Foreign.Marshal.Unsafe.Compat.Repl ( src/Foreign/Marshal/Unsafe/Compat/Repl.hs, nothing ) [ 97 of 130] Compiling Foreign.Marshal.Utils.Compat ( src/Foreign/Marshal/Utils/Compat.hs, nothing ) [ 98 of 130] Compiling Foreign.Marshal.Compat ( src/Foreign/Marshal/Compat.hs, nothing ) [ 99 of 130] Compiling Foreign.Marshal.Compat.Repl ( src/Foreign/Marshal/Compat/Repl.hs, nothing ) [100 of 130] Compiling Foreign.Compat ( src/Foreign/Compat.hs, nothing ) [101 of 130] Compiling Foreign.Compat.Repl ( src/Foreign/Compat/Repl.hs, nothing ) [102 of 130] Compiling Foreign.Marshal.Utils.Compat.Repl ( src/Foreign/Marshal/Utils/Compat/Repl.hs, nothing ) [103 of 130] Compiling Numeric.Compat ( src/Numeric/Compat.hs, nothing ) [104 of 130] Compiling Numeric.Compat.Repl ( src/Numeric/Compat/Repl.hs, nothing ) [105 of 130] Compiling Numeric.Natural.Compat ( src/Numeric/Natural/Compat.hs, nothing ) [106 of 130] Compiling Numeric.Natural.Compat.Repl ( src/Numeric/Natural/Compat/Repl.hs, nothing ) [107 of 130] Compiling Prelude.Compat ( src/Prelude/Compat.hs, nothing ) [108 of 130] Compiling Data.List.Compat ( src/Data/List/Compat.hs, nothing ) [109 of 130] Compiling Data.List.NonEmpty.Compat ( src/Data/List/NonEmpty/Compat.hs, nothing ) [110 of 130] Compiling Data.List.NonEmpty.Compat.Repl ( src/Data/List/NonEmpty/Compat/Repl.hs, nothing ) [111 of 130] Compiling Data.List.Compat.Repl ( src/Data/List/Compat/Repl.hs, nothing ) [112 of 130] Compiling Data.Bitraversable.Compat ( src/Data/Bitraversable/Compat.hs, nothing ) [113 of 130] Compiling Data.Bitraversable.Compat.Repl ( src/Data/Bitraversable/Compat/Repl.hs, nothing ) [114 of 130] Compiling Prelude.Compat.Repl ( src/Prelude/Compat/Repl.hs, nothing ) [115 of 130] Compiling System.Environment.Compat ( src/System/Environment/Compat.hs, nothing ) [116 of 130] Compiling System.Environment.Compat.Repl ( src/System/Environment/Compat/Repl.hs, nothing ) [117 of 130] Compiling System.Exit.Compat ( src/System/Exit/Compat.hs, nothing ) [118 of 130] Compiling System.Exit.Compat.Repl ( src/System/Exit/Compat/Repl.hs, nothing ) [119 of 130] Compiling System.IO.Compat ( src/System/IO/Compat.hs, nothing ) [120 of 130] Compiling System.IO.Compat.Repl ( src/System/IO/Compat/Repl.hs, nothing ) [121 of 130] Compiling System.IO.Error.Compat ( src/System/IO/Error/Compat.hs, nothing ) [122 of 130] Compiling System.IO.Error.Compat.Repl ( src/System/IO/Error/Compat/Repl.hs, nothing ) [123 of 130] Compiling System.IO.Unsafe.Compat ( src/System/IO/Unsafe/Compat.hs, nothing ) [124 of 130] Compiling System.IO.Unsafe.Compat.Repl ( src/System/IO/Unsafe/Compat/Repl.hs, nothing ) [125 of 130] Compiling Text.Read.Compat ( src/Text/Read/Compat.hs, nothing ) [126 of 130] Compiling Text.Read.Compat.Repl ( src/Text/Read/Compat/Repl.hs, nothing ) [127 of 130] Compiling Text.Read.Lex.Compat ( src/Text/Read/Lex/Compat.hs, nothing ) [128 of 130] Compiling Text.Read.Lex.Compat.Repl ( src/Text/Read/Lex/Compat/Repl.hs, nothing ) [129 of 130] Compiling Type.Reflection.Compat ( src/Type/Reflection/Compat.hs, nothing ) [130 of 130] Compiling Type.Reflection.Compat.Repl ( src/Type/Reflection/Compat/Repl.hs, nothing ) Haddock coverage: 75% ( 3 / 4) in 'Control.Concurrent.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Concurrent.Compat.Repl' 66% ( 2 / 3) in 'Control.Concurrent.MVar.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Concurrent.MVar.Compat.Repl' 66% ( 2 / 3) in 'Control.Exception.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Exception.Compat.Repl' 71% ( 5 / 7) in 'Control.Monad.Compat' Missing documentation for: Module header fail 100% ( 2 / 2) in 'Control.Monad.Compat.Repl' 50% ( 1 / 2) in 'Control.Monad.Fail.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Monad.Fail.Compat.Repl' 50% ( 1 / 2) in 'Control.Monad.IO.Class.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Monad.IO.Class.Compat.Repl' 25% ( 1 / 4) in 'Control.Monad.ST.Lazy.Unsafe.Compat' Missing documentation for: Module header unsafeInterleaveST unsafeIOToST 100% ( 2 / 2) in 'Control.Monad.ST.Lazy.Unsafe.Compat.Repl' 80% ( 4 / 5) in 'Control.Monad.ST.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Control.Monad.ST.Unsafe.Compat.Repl' 50% ( 1 / 2) in 'Data.Bifoldable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bifoldable.Compat.Repl' 50% ( 1 / 2) in 'Data.Bifoldable1.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bifoldable1.Compat.Repl' 50% ( 1 / 2) in 'Data.Bifunctor.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bifunctor.Compat.Repl' 91% ( 11 / 12) in 'Data.Bits.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bits.Compat.Repl' 66% ( 2 / 3) in 'Data.Bool.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bool.Compat.Repl' 50% ( 1 / 2) in 'Data.Complex.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Complex.Compat.Repl' 83% ( 5 / 6) in 'Data.Either.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Either.Compat.Repl' 50% ( 1 / 2) in 'Data.Foldable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Foldable.Compat.Repl' 50% ( 1 / 2) in 'Data.Foldable1.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Foldable1.Compat.Repl' 75% ( 3 / 4) in 'Data.Function.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Function.Compat.Repl' 85% ( 6 / 7) in 'Data.Functor.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Compat.Repl' 50% ( 1 / 2) in 'Data.Functor.Compose.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Compose.Compat.Repl' 50% ( 1 / 2) in 'Data.Functor.Const.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Const.Compat.Repl' 50% ( 1 / 2) in 'Data.Functor.Contravariant.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Contravariant.Compat.Repl' 50% ( 1 / 2) in 'Data.Functor.Identity.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Identity.Compat.Repl' 50% ( 1 / 2) in 'Data.Functor.Product.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Product.Compat.Repl' 50% ( 1 / 2) in 'Data.Functor.Sum.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Functor.Sum.Compat.Repl' 80% ( 4 / 5) in 'Data.IORef.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.IORef.Compat.Repl' 92% ( 12 / 13) in 'Data.Monoid.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Monoid.Compat.Repl' 66% ( 2 / 3) in 'Data.Proxy.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Proxy.Compat.Repl' 50% ( 1 / 2) in 'Data.Ratio.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Ratio.Compat.Repl' 66% ( 2 / 3) in 'Data.STRef.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.STRef.Compat.Repl' 100% ( 26 / 26) in 'Data.Semigroup.Compat' 100% ( 2 / 2) in 'Data.Semigroup.Compat.Repl' 85% ( 6 / 7) in 'Data.String.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.String.Compat.Repl' 75% ( 3 / 4) in 'Data.Traversable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Traversable.Compat.Repl' 100% ( 8 / 8) in 'Data.Tuple.Compat' 100% ( 8 / 8) in 'Data.Tuple.Compat.Repl' 66% ( 2 / 3) in 'Data.Type.Coercion.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Type.Coercion.Compat.Repl' 50% ( 1 / 2) in 'Data.Type.Equality.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Type.Equality.Compat.Repl' 80% ( 4 / 5) in 'Data.Typeable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Typeable.Compat.Repl' 66% ( 2 / 3) in 'Data.Version.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Version.Compat.Repl' 50% ( 1 / 2) in 'Data.Void.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Void.Compat.Repl' 80% ( 4 / 5) in 'Data.Word.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Word.Compat.Repl' 88% ( 8 / 9) in 'Debug.Trace.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Debug.Trace.Compat.Repl' 66% ( 2 / 3) in 'Foreign.ForeignPtr.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.ForeignPtr.Compat.Repl' 90% ( 19 / 21) in 'Foreign.ForeignPtr.Safe.Compat' Missing documentation for: Module header FinalizerEnvPtr 100% ( 2 / 2) in 'Foreign.ForeignPtr.Safe.Compat.Repl' 66% ( 2 / 3) in 'Foreign.ForeignPtr.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.ForeignPtr.Unsafe.Compat.Repl' 75% ( 3 / 4) in 'Foreign.Marshal.Alloc.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Alloc.Compat.Repl' 75% ( 3 / 4) in 'Foreign.Marshal.Array.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Array.Compat.Repl' 85% ( 6 / 7) in 'Foreign.Marshal.Safe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Safe.Compat.Repl' 66% ( 2 / 3) in 'Foreign.Marshal.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Unsafe.Compat.Repl' 66% ( 2 / 3) in 'Foreign.Marshal.Utils.Compat' Missing documentation for: Module header 80% ( 4 / 5) in 'Foreign.Marshal.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Marshal.Compat.Repl' 66% ( 2 / 3) in 'Foreign.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Foreign.Compat.Repl' 100% ( 2 / 2) in 'Foreign.Marshal.Utils.Compat.Repl' 85% ( 6 / 7) in 'Numeric.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Numeric.Compat.Repl' 66% ( 2 / 3) in 'Numeric.Natural.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Numeric.Natural.Compat.Repl' 84% (212 /250) in 'Prelude.Compat' Missing documentation for: Module header even odd fail maxBound minBound ** acos acosh asin asinh atan atanh cos cosh exp log logBase pi sin sinh sqrt tan tanh * + - /= == < <= > >= compare max min Bool Ordering 83% ( 5 / 6) in 'Data.List.Compat' Missing documentation for: Module header Warning: 'comparing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'sortOn' is ambiguous. It is defined * in Data.OldList * at src/Data/List/NonEmpty/Compat.hs:238:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/List/NonEmpty/Compat.hs:238:1 100% ( 78 / 78) in 'Data.List.NonEmpty.Compat' 100% ( 2 / 2) in 'Data.List.NonEmpty.Compat.Repl' 100% ( 2 / 2) in 'Data.List.Compat.Repl' 75% ( 3 / 4) in 'Data.Bitraversable.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.Bitraversable.Compat.Repl' 100% ( 2 / 2) in 'Prelude.Compat.Repl' 100% ( 10 / 10) in 'System.Environment.Compat' 100% ( 2 / 2) in 'System.Environment.Compat.Repl' 66% ( 2 / 3) in 'System.Exit.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.Exit.Compat.Repl' 80% ( 4 / 5) in 'System.IO.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.IO.Compat.Repl' 80% ( 4 / 5) in 'System.IO.Error.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.IO.Error.Compat.Repl' 75% ( 3 / 4) in 'System.IO.Unsafe.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'System.IO.Unsafe.Compat.Repl' 88% ( 16 / 18) in 'Text.Read.Compat' Missing documentation for: Module header Lexeme 100% ( 2 / 2) in 'Text.Read.Compat.Repl' 33% ( 1 / 3) in 'Text.Read.Lex.Compat' Missing documentation for: Module header readBinP 100% ( 2 / 2) in 'Text.Read.Lex.Compat.Repl' 80% ( 4 / 5) in 'Type.Reflection.Compat' Missing documentation for: Module header 100% ( 2 / 2) in 'Type.Reflection.Compat.Repl' Warning: Control.Monad.Compat: could not find link destinations for: - Text.ParserCombinators.ReadP.P Warning: Data.Functor.Compat: could not find link destinations for: - Text.ParserCombinators.ReadP.P Warning: Data.Functor.Const.Compat: could not find link destinations for: - Data.Functor.Const.Rep_Const - Data.Functor.Const.Rep1_Const Warning: Data.Monoid.Compat: could not find link destinations for: - Data.Semigroup.Internal.Rep_Alt - Data.Semigroup.Internal.Rep1_Alt - Data.Semigroup.Internal.Rep_Product - Data.Semigroup.Internal.Rep1_Product - Data.Semigroup.Internal.Rep_Sum - Data.Semigroup.Internal.Rep1_Sum - Data.Semigroup.Internal.Rep_Any - Data.Semigroup.Internal.Rep_All - Data.Semigroup.Internal.Rep_Endo - Data.Semigroup.Internal.Rep_Dual - Data.Semigroup.Internal.Rep1_Dual - Data.Monoid.Rep_Ap - Data.Monoid.Rep1_Ap - Data.Monoid.Rep_Last - Data.Monoid.Rep1_Last - Data.Monoid.Rep_First - Data.Monoid.Rep1_First Warning: Data.Semigroup.Compat: could not find link destinations for: - Data.Semigroup.Internal.Rep_Product - Data.Semigroup.Internal.Rep1_Product - Data.Semigroup.Internal.Rep_Sum - Data.Semigroup.Internal.Rep1_Sum - Data.Semigroup.Internal.Rep_Any - Data.Semigroup.Internal.Rep_All - Data.Semigroup.Internal.Rep_Endo - Data.Semigroup.Internal.Rep_Dual - Data.Semigroup.Internal.Rep1_Dual - Data.Semigroup.Rep_WrappedMonoid - Data.Semigroup.Rep1_WrappedMonoid - Data.Semigroup.Rep_Last - Data.Semigroup.Rep1_Last - Data.Semigroup.Rep_First - Data.Semigroup.Rep1_First - Data.Semigroup.Rep_Arg - Data.Semigroup.Rep1_Arg - Data.Semigroup.Rep_Max - Data.Semigroup.Rep1_Max - Data.Semigroup.Rep_Min - Data.Semigroup.Rep1_Min - Data.Foldable1.JoinWith - Data.Foldable1.FromMaybe - Data.Foldable1.NonEmptyDList Warning: Data.Tuple.Compat: could not find link destinations for: - GHC.Generics.Rep1_Solo - GHC.Generics.Rep_Solo Warning: Data.Tuple.Compat.Repl: could not find link destinations for: - GHC.Generics.Rep1_Solo - GHC.Generics.Rep_Solo Warning: Prelude.Compat: could not find link destinations for: - GHC.Prim.~# - GHC.Generics.SingKind - GHC.Generics.DemoteRep - GHC.Generics.fromSing - GHC.Generics.SingI - GHC.Generics.sing - GHC.Generics.Sing - GHC.Generics.D:R:UReckWordp0 - GHC.Generics.D:R:UReckIntp0 - GHC.Generics.D:R:UReckFloatp0 - GHC.Generics.D:R:UReckDoublep0 - GHC.Generics.D:R:UReckCharp0 - GHC.Generics.Rep1_Either - GHC.Generics.Rep1_Maybe - GHC.Generics.Rep_Ordering - GHC.Generics.Rep_Bool - GHC.Generics.Rep_Either - GHC.Generics.Rep_Maybe - GHC.Generics.Rep_R:UReckWordp - GHC.Generics.Rep1_R:UReckWordp - GHC.Generics.Rep_R:UReckIntp - GHC.Generics.Rep1_R:UReckIntp - GHC.Generics.Rep1_R:UReckFloatp - GHC.Generics.Rep_R:UReckDoublep - GHC.Generics.Rep1_R:UReckDoublep - GHC.Generics.Rep_R:UReckCharp - GHC.Generics.Rep1_R:UReckCharp - GHC.IOPort.IOPort - Data.Foldable1.JoinWith - Data.Foldable1.FromMaybe - Data.Foldable1.NonEmptyDList - Text.ParserCombinators.ReadP.P - GHC.Generics.D:R:SingBoola0 - GHC.Generics.STrue - GHC.Generics.D:R:DemoteRepBool - GHC.Generics.SFalse - GHC.Generics.Rep_R:UReckFloatp - GHC.Generics.D:R:SingMaybeb0 - GHC.Generics.SNothing - GHC.Generics.SJust - GHC.Generics.D:R:DemoteRepMaybe - GHC.IOPort.IOPortException - Text.Printf.UPrintf - Text.Printf.hspr - Text.Printf.spr Warning: Data.List.Compat: could not find link destinations for: - GHC.Generics.Rep1_List - GHC.Generics.Rep_List - GHC.IsList.D:R:ItemList - Text.Printf.UPrintf - Text.Printf.spr Warning: Data.List.NonEmpty.Compat: could not find link destinations for: - GHC.Generics.Rep1_NonEmpty - GHC.Generics.Rep_NonEmpty - GHC.IsList.D:R:ItemNonEmpty Documentation created: dist/doc/html/base-compat/, dist/doc/html/base-compat/base-compat.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-compat-0.14.1-J5U6mhFb9eY8Ts5PwTLrMW Completed base-compat-0.14.1 Configuring base-orphans-0.9.3... Preprocessing library for base-orphans-0.9.3.. Building library for base-orphans-0.9.3.. [1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, dist/build/Data/Orphans/Prelude.o, dist/build/Data/Orphans/Prelude.dyn_o ) [2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, dist/build/Data/Orphans.o, dist/build/Data/Orphans.dyn_o ) Preprocessing library for base-orphans-0.9.3.. Running Haddock on library for base-orphans-0.9.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, nothing ) [2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, nothing ) Haddock coverage: 100% ( 1 / 1) in 'Data.Orphans' Documentation created: dist/doc/html/base-orphans/, dist/doc/html/base-orphans/base-orphans.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-orphans-0.9.3-FO1MOLOK3e83158jMAOVc9 Completed base-orphans-0.9.3 Configuring base64-bytestring-1.2.1.0... Preprocessing library for base64-bytestring-1.2.1.0.. Building library for base64-bytestring-1.2.1.0.. [1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, dist/build/Data/ByteString/Base64/Internal.o, dist/build/Data/ByteString/Base64/Internal.dyn_o ) [2 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, dist/build/Data/ByteString/Base64.o, dist/build/Data/ByteString/Base64.dyn_o ) [3 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, dist/build/Data/ByteString/Base64/Lazy.o, dist/build/Data/ByteString/Base64/Lazy.dyn_o ) [4 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, dist/build/Data/ByteString/Base64/URL.o, dist/build/Data/ByteString/Base64/URL.dyn_o ) [5 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, dist/build/Data/ByteString/Base64/URL/Lazy.o, dist/build/Data/ByteString/Base64/URL/Lazy.dyn_o ) Preprocessing library for base64-bytestring-1.2.1.0.. Running Haddock on library for base64-bytestring-1.2.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, nothing ) [2 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, nothing ) [3 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, nothing ) [4 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, nothing ) [5 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, nothing ) Haddock coverage: 100% ( 4 / 4) in 'Data.ByteString.Base64' 100% ( 4 / 4) in 'Data.ByteString.Base64.Lazy' 100% ( 7 / 7) in 'Data.ByteString.Base64.URL' 100% ( 7 / 7) in 'Data.ByteString.Base64.URL.Lazy' Documentation created: dist/doc/html/base64-bytestring/, dist/doc/html/base64-bytestring/base64-bytestring.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base64-bytestring-1.2.1.0-AIN2dTo0IeiEPRnFKNxiRV Completed base64-bytestring-1.2.1.0 Configuring bimap-0.5.0... Preprocessing library for bimap-0.5.0.. Building library for bimap-0.5.0.. [1 of 2] Compiling Data.BimapExt ( Data/BimapExt.hs, dist/build/Data/BimapExt.o, dist/build/Data/BimapExt.dyn_o ) [2 of 2] Compiling Data.Bimap ( Data/Bimap.hs, dist/build/Data/Bimap.o, dist/build/Data/Bimap.dyn_o ) Data/Bimap.hs:448:50: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 448 | allAdjacent f xs = all (uncurry f) $ zip xs (tail xs) | ^^^^ Preprocessing library for bimap-0.5.0.. Running Haddock on library for bimap-0.5.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.BimapExt ( Data/BimapExt.hs, nothing ) [2 of 2] Compiling Data.Bimap ( Data/Bimap.hs, nothing ) Data/Bimap.hs:448:50: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 448 | allAdjacent f xs = all (uncurry f) $ zip xs (tail xs) | ^^^^ Haddock coverage: 100% ( 73 / 73) in 'Data.Bimap' Warning: Data.Bimap: could not find link destinations for: - Data.Bimap.D:R:ItemBimap - Data.Bimap.Rep_Bimap Documentation created: dist/doc/html/bimap/, dist/doc/html/bimap/bimap.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bimap-0.5.0-4T3565aoWjeKwct4hwgL2p Completed bimap-0.5.0 Configuring blaze-builder-0.4.3... Preprocessing library for blaze-builder-0.4.3.. Building library for blaze-builder-0.4.3.. [ 1 of 11] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/build/Blaze/ByteString/Builder/Internal/Write.o, dist/build/Blaze/ByteString/Builder/Internal/Write.dyn_o ) [ 2 of 11] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, dist/build/Blaze/ByteString/Builder/Compat/Write.o, dist/build/Blaze/ByteString/Builder/Compat/Write.dyn_o ) [ 3 of 11] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/build/Blaze/ByteString/Builder/Int.o, dist/build/Blaze/ByteString/Builder/Int.dyn_o ) [ 4 of 11] Compiling Blaze.ByteString.Builder.Html.Word ( Blaze/ByteString/Builder/Html/Word.hs, dist/build/Blaze/ByteString/Builder/Html/Word.o, dist/build/Blaze/ByteString/Builder/Html/Word.dyn_o ) [ 5 of 11] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist/build/Blaze/ByteString/Builder/Char8.o, dist/build/Blaze/ByteString/Builder/Char8.dyn_o ) [ 6 of 11] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist/build/Blaze/ByteString/Builder/Char/Utf8.o, dist/build/Blaze/ByteString/Builder/Char/Utf8.dyn_o ) [ 7 of 11] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist/build/Blaze/ByteString/Builder/Html/Utf8.o, dist/build/Blaze/ByteString/Builder/Html/Utf8.dyn_o ) [ 8 of 11] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist/build/Blaze/ByteString/Builder/ByteString.o, dist/build/Blaze/ByteString/Builder/ByteString.dyn_o ) [ 9 of 11] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/build/Blaze/ByteString/Builder/HTTP.o, dist/build/Blaze/ByteString/Builder/HTTP.dyn_o ) [10 of 11] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist/build/Blaze/ByteString/Builder/Word.o, dist/build/Blaze/ByteString/Builder/Word.dyn_o ) [11 of 11] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist/build/Blaze/ByteString/Builder.o, dist/build/Blaze/ByteString/Builder.dyn_o ) Preprocessing library for blaze-builder-0.4.3.. Running Haddock on library for blaze-builder-0.4.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 11] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, nothing ) [ 2 of 11] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, nothing ) [ 3 of 11] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, nothing ) [ 4 of 11] Compiling Blaze.ByteString.Builder.Html.Word ( Blaze/ByteString/Builder/Html/Word.hs, nothing ) [ 5 of 11] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, nothing ) [ 6 of 11] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, nothing ) [ 7 of 11] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, nothing ) [ 8 of 11] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, nothing ) [ 9 of 11] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, nothing ) [10 of 11] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, nothing ) [11 of 11] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, nothing ) Haddock coverage: Warning: 'Poke' is ambiguous. It is defined * at Blaze/ByteString/Builder/Internal/Write.hs:77:5 * at Blaze/ByteString/Builder/Internal/Write.hs:76:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Blaze/ByteString/Builder/Internal/Write.hs:76:1 Warning: 'Write' is ambiguous. It is defined * at Blaze/ByteString/Builder/Internal/Write.hs:93:14 * at Blaze/ByteString/Builder/Internal/Write.hs:93:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Blaze/ByteString/Builder/Internal/Write.hs:93:1 96% ( 24 / 25) in 'Blaze.ByteString.Builder.Internal.Write' Missing documentation for: fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:245) 50% ( 2 / 4) in 'Blaze.ByteString.Builder.Compat.Write' Missing documentation for: writePrimFixed (Blaze/ByteString/Builder/Compat/Write.hs:25) writePrimBounded (Blaze/ByteString/Builder/Compat/Write.hs:29) 100% ( 43 / 43) in 'Blaze.ByteString.Builder.Int' 88% ( 8 / 9) in 'Blaze.ByteString.Builder.Html.Word' Missing documentation for: wordHtmlEscaped (Blaze/ByteString/Builder/Html/Word.hs:40) Warning: 'bytestring' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 9 / 9) in 'Blaze.ByteString.Builder.Char8' 100% ( 9 / 9) in 'Blaze.ByteString.Builder.Char.Utf8' Warning: 'Builder' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 10 / 10) in 'Blaze.ByteString.Builder.Html.Utf8' 100% ( 12 / 12) in 'Blaze.ByteString.Builder.ByteString' 100% ( 4 / 4) in 'Blaze.ByteString.Builder.HTTP' 100% ( 43 / 43) in 'Blaze.ByteString.Builder.Word' Warning: 'fromString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toLazyByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Write' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fromWrite' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 91% ( 22 / 24) in 'Blaze.ByteString.Builder' Missing documentation for: toByteStringIOWith (Blaze/ByteString/Builder.hs:187) fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:245) Documentation created: dist/doc/html/blaze-builder/, dist/doc/html/blaze-builder/blaze-builder.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/blaze-builder-0.4.3-KEJ3ZuRlAfZ6qEhHKSHdbt Completed blaze-builder-0.4.3 Configuring call-stack-0.4.0... Preprocessing library for call-stack-0.4.0.. Building library for call-stack-0.4.0.. [1 of 3] Compiling Data.SrcLoc ( src/Data/SrcLoc.hs, dist/build/Data/SrcLoc.o, dist/build/Data/SrcLoc.dyn_o ) [2 of 3] Compiling Data.CallStack ( src/Data/CallStack.hs, dist/build/Data/CallStack.o, dist/build/Data/CallStack.dyn_o ) [3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, dist/build/Paths_call_stack.o, dist/build/Paths_call_stack.dyn_o ) Preprocessing library for call-stack-0.4.0.. Running Haddock on library for call-stack-0.4.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.SrcLoc ( src/Data/SrcLoc.hs, nothing ) [2 of 3] Compiling Data.CallStack ( src/Data/CallStack.hs, nothing ) [3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, nothing ) Haddock coverage: 33% ( 2 / 6) in 'Data.CallStack' Missing documentation for: Module header CallStack (src/Data/CallStack.hs:42) callStack (src/Data/CallStack.hs:45) callSite (src/Data/CallStack.hs:55) Warning: Data.CallStack: could not find link destinations for: - GHC.Generics.Rep_SrcLoc Documentation created: dist/doc/html/call-stack/, dist/doc/html/call-stack/call-stack.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/call-stack-0.4.0-6toa6qiMTfCIj9v12ifnhn Completed call-stack-0.4.0 Configuring character-ps-0.1... Preprocessing library for character-ps-0.1.. Building library for character-ps-0.1.. [1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, dist/build/Data/Char/Patterns.o, dist/build/Data/Char/Patterns.dyn_o ) [2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, dist/build/Data/Word16/Patterns.o, dist/build/Data/Word16/Patterns.dyn_o ) [3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, dist/build/Data/Word8/Patterns.o, dist/build/Data/Word8/Patterns.dyn_o ) Preprocessing library for character-ps-0.1.. Running Haddock on library for character-ps-0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, nothing ) [2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, nothing ) [3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, nothing ) Haddock coverage: 100% (137 /137) in 'Data.Char.Patterns' 100% (137 /137) in 'Data.Word16.Patterns' 100% (137 /137) in 'Data.Word8.Patterns' Documentation created: dist/doc/html/character-ps/, dist/doc/html/character-ps/character-ps.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/character-ps-0.1-AUtJVqsxjke1Iwdfhhw7tZ Completed character-ps-0.1 Configuring colour-2.3.6... Preprocessing library for colour-2.3.6.. Building library for colour-2.3.6.. [ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o, dist/build/Data/Colour/CIE/Chromaticity.dyn_o ) [ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o, dist/build/Data/Colour/CIE/Illuminant.dyn_o ) [ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o, dist/build/Data/Colour/Chan.dyn_o ) [ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o, dist/build/Data/Colour/Internal.dyn_o ) [ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o, dist/build/Data/Colour/Matrix.dyn_o ) [ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o, dist/build/Data/Colour/RGB.dyn_o ) [ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o, dist/build/Data/Colour/RGBSpace/HSL.dyn_o ) [ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o, dist/build/Data/Colour/RGBSpace/HSV.dyn_o ) [ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o, dist/build/Data/Colour/SRGB/Linear.dyn_o ) [10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o, dist/build/Data/Colour/RGBSpace.dyn_o ) [11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o, dist/build/Data/Colour/SRGB.dyn_o ) Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) = | ^^^^ Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 129 | | otherwise = fst (head rx) | ^^^^ [12 of 14] Compiling Data.Colour ( Data/Colour.hs, dist/build/Data/Colour.o, dist/build/Data/Colour.dyn_o ) [13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o, dist/build/Data/Colour/Names.dyn_o ) [14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o, dist/build/Data/Colour/CIE.dyn_o ) Preprocessing library for colour-2.3.6.. Running Haddock on library for colour-2.3.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, nothing ) [ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, nothing ) [ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, nothing ) [ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, nothing ) [ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, nothing ) [ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, nothing ) [ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, nothing ) [ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, nothing ) [ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, nothing ) [10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, nothing ) [11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, nothing ) Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) = | ^^^^ Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 129 | | otherwise = fst (head rx) | ^^^^ [12 of 14] Compiling Data.Colour ( Data/Colour.hs, nothing ) [13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, nothing ) [14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, nothing ) Haddock coverage: 100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant' Warning: 'RGBGamut' is ambiguous. It is defined * at Data/Colour/RGB.hs:54:17 * at Data/Colour/RGB.hs:54:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGB.hs:54:1 Warning: 'RGB' is ambiguous. It is defined * at Data/Colour/RGB.hs:30:14 * at Data/Colour/RGB.hs:30:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGB.hs:30:1 Warning: 'RGB' is ambiguous. It is defined * at Data/Colour/RGB.hs:30:14 * at Data/Colour/RGB.hs:30:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGB.hs:30:1 85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSL' Missing documentation for: Module header Warning: 'RGB' is ambiguous. It is defined * at Data/Colour/RGB.hs:30:14 * at Data/Colour/RGB.hs:30:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGB.hs:30:1 85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSV' Missing documentation for: Module header 100% ( 6 / 6) in 'Data.Colour.SRGB.Linear' Warning: 'RGBSpace' is ambiguous. It is defined * at Data/Colour/RGBSpace.hs:122:19 * at Data/Colour/RGBSpace.hs:122:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGBSpace.hs:122:1 Warning: 'TransferFunction' is ambiguous. It is defined * at Data/Colour/RGBSpace.hs:92:27 * at Data/Colour/RGBSpace.hs:92:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGBSpace.hs:92:1 Warning: 'RGB' is ambiguous. It is defined * at Data/Colour/RGB.hs:30:14 * at Data/Colour/RGB.hs:30:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGB.hs:30:1 Warning: 'RGBGamut' is ambiguous. It is defined * at Data/Colour/RGB.hs:54:17 * at Data/Colour/RGB.hs:54:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGB.hs:54:1 83% ( 20 / 24) in 'Data.Colour.RGBSpace' Missing documentation for: primaries whitePoint gamut transferFunction 100% ( 14 / 14) in 'Data.Colour.SRGB' 85% ( 17 / 20) in 'Data.Colour' Missing documentation for: black (Data/Colour/Internal.hs:53) AffineSpace (Data/Colour/Internal.hs:110) ColourOps (Data/Colour/Internal.hs:147) 0% ( 1 /149) in 'Data.Colour.Names' Missing documentation for: readColourName (Data/Colour/Names.hs:190) aliceblue (Data/Colour/Names.hs:341) antiquewhite (Data/Colour/Names.hs:344) aqua (Data/Colour/Names.hs:347) aquamarine (Data/Colour/Names.hs:350) azure (Data/Colour/Names.hs:353) beige (Data/Colour/Names.hs:356) bisque (Data/Colour/Names.hs:359) black (Data/Colour/Internal.hs:53) blanchedalmond (Data/Colour/Names.hs:364) blue (Data/Colour/Names.hs:367) blueviolet (Data/Colour/Names.hs:370) brown (Data/Colour/Names.hs:373) burlywood (Data/Colour/Names.hs:376) cadetblue (Data/Colour/Names.hs:379) chartreuse (Data/Colour/Names.hs:382) chocolate (Data/Colour/Names.hs:385) coral (Data/Colour/Names.hs:388) cornflowerblue (Data/Colour/Names.hs:391) cornsilk (Data/Colour/Names.hs:394) crimson (Data/Colour/Names.hs:397) cyan (Data/Colour/Names.hs:400) darkblue (Data/Colour/Names.hs:403) darkcyan (Data/Colour/Names.hs:406) darkgoldenrod (Data/Colour/Names.hs:409) darkgray (Data/Colour/Names.hs:412) darkgreen (Data/Colour/Names.hs:415) darkgrey (Data/Colour/Names.hs:418) darkkhaki (Data/Colour/Names.hs:421) darkmagenta (Data/Colour/Names.hs:424) darkolivegreen (Data/Colour/Names.hs:427) darkorange (Data/Colour/Names.hs:430) darkorchid (Data/Colour/Names.hs:433) darkred (Data/Colour/Names.hs:436) darksalmon (Data/Colour/Names.hs:439) darkseagreen (Data/Colour/Names.hs:442) darkslateblue (Data/Colour/Names.hs:445) darkslategray (Data/Colour/Names.hs:448) darkslategrey (Data/Colour/Names.hs:451) darkturquoise (Data/Colour/Names.hs:454) darkviolet (Data/Colour/Names.hs:457) deeppink (Data/Colour/Names.hs:460) deepskyblue (Data/Colour/Names.hs:463) dimgray (Data/Colour/Names.hs:466) dimgrey (Data/Colour/Names.hs:469) dodgerblue (Data/Colour/Names.hs:472) firebrick (Data/Colour/Names.hs:475) floralwhite (Data/Colour/Names.hs:478) forestgreen (Data/Colour/Names.hs:481) fuchsia (Data/Colour/Names.hs:484) gainsboro (Data/Colour/Names.hs:487) ghostwhite (Data/Colour/Names.hs:490) gold (Data/Colour/Names.hs:493) goldenrod (Data/Colour/Names.hs:496) gray (Data/Colour/Names.hs:499) grey (Data/Colour/Names.hs:502) green (Data/Colour/Names.hs:505) greenyellow (Data/Colour/Names.hs:508) honeydew (Data/Colour/Names.hs:511) hotpink (Data/Colour/Names.hs:514) indianred (Data/Colour/Names.hs:517) indigo (Data/Colour/Names.hs:520) ivory (Data/Colour/Names.hs:523) khaki (Data/Colour/Names.hs:526) lavender (Data/Colour/Names.hs:529) lavenderblush (Data/Colour/Names.hs:532) lawngreen (Data/Colour/Names.hs:535) lemonchiffon (Data/Colour/Names.hs:538) lightblue (Data/Colour/Names.hs:541) lightcoral (Data/Colour/Names.hs:544) lightcyan (Data/Colour/Names.hs:547) lightgoldenrodyellow (Data/Colour/Names.hs:550) lightgray (Data/Colour/Names.hs:553) lightgreen (Data/Colour/Names.hs:556) lightgrey (Data/Colour/Names.hs:559) lightpink (Data/Colour/Names.hs:562) lightsalmon (Data/Colour/Names.hs:565) lightseagreen (Data/Colour/Names.hs:568) lightskyblue (Data/Colour/Names.hs:571) lightslategray (Data/Colour/Names.hs:574) lightslategrey (Data/Colour/Names.hs:577) lightsteelblue (Data/Colour/Names.hs:580) lightyellow (Data/Colour/Names.hs:583) lime (Data/Colour/Names.hs:586) limegreen (Data/Colour/Names.hs:589) linen (Data/Colour/Names.hs:592) magenta (Data/Colour/Names.hs:595) maroon (Data/Colour/Names.hs:598) mediumaquamarine (Data/Colour/Names.hs:601) mediumblue (Data/Colour/Names.hs:604) mediumorchid (Data/Colour/Names.hs:607) mediumpurple (Data/Colour/Names.hs:610) mediumseagreen (Data/Colour/Names.hs:613) mediumslateblue (Data/Colour/Names.hs:616) mediumspringgreen (Data/Colour/Names.hs:619) mediumturquoise (Data/Colour/Names.hs:622) mediumvioletred (Data/Colour/Names.hs:625) midnightblue (Data/Colour/Names.hs:628) mintcream (Data/Colour/Names.hs:631) mistyrose (Data/Colour/Names.hs:634) moccasin (Data/Colour/Names.hs:637) navajowhite (Data/Colour/Names.hs:640) navy (Data/Colour/Names.hs:643) oldlace (Data/Colour/Names.hs:646) olive (Data/Colour/Names.hs:649) olivedrab (Data/Colour/Names.hs:652) orange (Data/Colour/Names.hs:655) orangered (Data/Colour/Names.hs:658) orchid (Data/Colour/Names.hs:661) palegoldenrod (Data/Colour/Names.hs:664) palegreen (Data/Colour/Names.hs:667) paleturquoise (Data/Colour/Names.hs:670) palevioletred (Data/Colour/Names.hs:673) papayawhip (Data/Colour/Names.hs:676) peachpuff (Data/Colour/Names.hs:679) peru (Data/Colour/Names.hs:682) pink (Data/Colour/Names.hs:685) plum (Data/Colour/Names.hs:688) powderblue (Data/Colour/Names.hs:691) purple (Data/Colour/Names.hs:694) red (Data/Colour/Names.hs:697) rosybrown (Data/Colour/Names.hs:700) royalblue (Data/Colour/Names.hs:703) saddlebrown (Data/Colour/Names.hs:706) salmon (Data/Colour/Names.hs:709) sandybrown (Data/Colour/Names.hs:712) seagreen (Data/Colour/Names.hs:715) seashell (Data/Colour/Names.hs:718) sienna (Data/Colour/Names.hs:721) silver (Data/Colour/Names.hs:724) skyblue (Data/Colour/Names.hs:727) slateblue (Data/Colour/Names.hs:730) slategray (Data/Colour/Names.hs:733) slategrey (Data/Colour/Names.hs:736) snow (Data/Colour/Names.hs:739) springgreen (Data/Colour/Names.hs:742) steelblue (Data/Colour/Names.hs:745) tan (Data/Colour/Names.hs:748) teal (Data/Colour/Names.hs:751) thistle (Data/Colour/Names.hs:754) tomato (Data/Colour/Names.hs:757) turquoise (Data/Colour/Names.hs:760) violet (Data/Colour/Names.hs:763) wheat (Data/Colour/Names.hs:766) white (Data/Colour/Names.hs:769) whitesmoke (Data/Colour/Names.hs:772) yellow (Data/Colour/Names.hs:775) yellowgreen (Data/Colour/Names.hs:778) Warning: 'toCIEXYZ' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'cieXYZView' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 15 / 17) in 'Data.Colour.CIE' Missing documentation for: toCIEXYZ (Data/Colour/CIE.hs:65) Chromaticity (Data/Colour/CIE/Chromaticity.hs:25) Documentation created: dist/doc/html/colour/, dist/doc/html/colour/colour.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/colour-2.3.6-JegldMtiv9a8c4VaIBFkGx Completed colour-2.3.6 Configuring commutative-semigroups-0.2.0.2... Preprocessing library for commutative-semigroups-0.2.0.2.. Building library for commutative-semigroups-0.2.0.2.. [1 of 2] Compiling Numeric.Product.Commutative ( src/Numeric/Product/Commutative.hs, dist/build/Numeric/Product/Commutative.o, dist/build/Numeric/Product/Commutative.dyn_o ) [2 of 2] Compiling Data.Semigroup.Commutative ( src/Data/Semigroup/Commutative.hs, dist/build/Data/Semigroup/Commutative.o, dist/build/Data/Semigroup/Commutative.dyn_o ) Preprocessing library for commutative-semigroups-0.2.0.2.. Running Haddock on library for commutative-semigroups-0.2.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Numeric.Product.Commutative ( src/Numeric/Product/Commutative.hs, nothing ) [2 of 2] Compiling Data.Semigroup.Commutative ( src/Data/Semigroup/Commutative.hs, nothing ) Haddock coverage: 50% ( 1 / 2) in 'Numeric.Product.Commutative' Missing documentation for: Module header Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Const 50% ( 1 / 2) in 'Data.Semigroup.Commutative' Missing documentation for: Module header Documentation created: dist/doc/html/commutative-semigroups/, dist/doc/html/commutative-semigroups/commutative-semigroups.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/commutative-semigroups-0.2.0.2-1t7mTXeyODaLN0ky0Pp0Dw Completed commutative-semigroups-0.2.0.2 Configuring data-default-0.8.0.1... Preprocessing library for data-default-0.8.0.1.. Building library for data-default-0.8.0.1.. [1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, dist/build/Data/Default/Internal.o, dist/build/Data/Default/Internal.dyn_o ) [2 of 2] Compiling Data.Default ( Data/Default.hs, dist/build/Data/Default.o, dist/build/Data/Default.dyn_o ) Preprocessing library for data-default-0.8.0.1.. Running Haddock on library for data-default-0.8.0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, nothing ) [2 of 2] Compiling Data.Default ( Data/Default.hs, nothing ) Haddock coverage: 100% ( 3 / 3) in 'Data.Default.Internal' 100% ( 2 / 2) in 'Data.Default' Documentation created: dist/doc/html/data-default/, dist/doc/html/data-default/data-default.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-default-0.8.0.1-1xCv6D5orjY6O9aT2YDXOA Completed data-default-0.8.0.1 Configuring dlist-1.0... Preprocessing library for dlist-1.0.. Building library for dlist-1.0.. [1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, dist/build/Data/DList/Internal.o, dist/build/Data/DList/Internal.dyn_o ) Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 642 | instance a ~ Char => IsString (DList a) where | ^ [2 of 5] Compiling Data.DList ( Data/DList.hs, dist/build/Data/DList.o, dist/build/Data/DList.dyn_o ) [3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, dist/build/Data/DList/DNonEmpty/Internal.o, dist/build/Data/DList/DNonEmpty/Internal.dyn_o ) Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 459 | instance a ~ Char => IsString (DNonEmpty a) where | ^ [4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, dist/build/Data/DList/DNonEmpty.o, dist/build/Data/DList/DNonEmpty.dyn_o ) [5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, dist/build/Data/DList/Unsafe.o, dist/build/Data/DList/Unsafe.dyn_o ) Preprocessing library for dlist-1.0.. Running Haddock on library for dlist-1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, nothing ) Data/DList/Internal.hs:642:12: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 642 | instance a ~ Char => IsString (DList a) where | ^ [2 of 5] Compiling Data.DList ( Data/DList.hs, nothing ) [3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, nothing ) Data/DList/DNonEmpty/Internal.hs:459:12: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 459 | instance a ~ Char => IsString (DNonEmpty a) where | ^ [4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, nothing ) [5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, nothing ) Haddock coverage: 100% ( 21 / 21) in 'Data.DList' 100% ( 17 / 17) in 'Data.DList.DNonEmpty' Warning: Data.DList: could not find link destinations for: - Data.DList.Internal.D:R:ItemDList Warning: Data.DList.DNonEmpty: could not find link destinations for: - Data.DList.DNonEmpty.Internal.D:R:ItemDNonEmpty Documentation created: dist/doc/html/dlist/, dist/doc/html/dlist/dlist.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dlist-1.0-64eJjLRuD1sLrW6rorjot6 Completed dlist-1.0 Configuring fail-4.9.0.0... Preprocessing library for fail-4.9.0.0.. Building library for fail-4.9.0.0.. Preprocessing library for fail-4.9.0.0.. Running Haddock on library for fail-4.9.0.0.. Warning: Haddocks are being requested, but there aren't any modules given to create documentation for. Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/fail-4.9.0.0-BAHmj60kS5K7NVhhKpm9J5 Completed fail-4.9.0.0 Configuring generically-0.1.1... Preprocessing library for generically-0.1.1.. Building library for generically-0.1.1.. [1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, dist/build/GHC/Generics/Generically.o, dist/build/GHC/Generics/Generically.dyn_o ) Preprocessing library for generically-0.1.1.. Running Haddock on library for generically-0.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, nothing ) Haddock coverage: Warning: 'Generically' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Generics 100% ( 3 / 3) in 'GHC.Generics.Generically' Documentation created: dist/doc/html/generically/, dist/doc/html/generically/generically.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/generically-0.1.1-vTL0zKNdCC1ZY9eXzpWeP Completed generically-0.1.1 Configuring haskell-src-exts-1.23.1... Preprocessing library for haskell-src-exts-1.23.1.. unused rules: 3 Building library for haskell-src-exts-1.23.1.. [ 1 of 18] Compiling Language.Haskell.Exts.Extension ( src/Language/Haskell/Exts/Extension.hs, dist/build/Language/Haskell/Exts/Extension.o, dist/build/Language/Haskell/Exts/Extension.dyn_o ) src/Language/Haskell/Exts/Extension.hs:690:8: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 690 | [ (head str, (str, extension)) | ^^^^ [ 2 of 18] Compiling Language.Haskell.Exts.ExtScheme ( src/Language/Haskell/Exts/ExtScheme.hs, dist/build/Language/Haskell/Exts/ExtScheme.o, dist/build/Language/Haskell/Exts/ExtScheme.dyn_o ) [ 3 of 18] Compiling Language.Haskell.Exts.SrcLoc ( src/Language/Haskell/Exts/SrcLoc.hs, dist/build/Language/Haskell/Exts/SrcLoc.o, dist/build/Language/Haskell/Exts/SrcLoc.dyn_o ) [ 4 of 18] Compiling Language.Haskell.Exts.Syntax ( src/Language/Haskell/Exts/Syntax.hs, dist/build/Language/Haskell/Exts/Syntax.o, dist/build/Language/Haskell/Exts/Syntax.dyn_o ) [ 5 of 18] Compiling Language.Haskell.Exts.ParseSyntax ( src/Language/Haskell/Exts/ParseSyntax.hs, dist/build/Language/Haskell/Exts/ParseSyntax.o, dist/build/Language/Haskell/Exts/ParseSyntax.dyn_o ) [ 6 of 18] Compiling Language.Haskell.Exts.Pretty ( src/Language/Haskell/Exts/Pretty.hs, dist/build/Language/Haskell/Exts/Pretty.o, dist/build/Language/Haskell/Exts/Pretty.dyn_o ) src/Language/Haskell/Exts/Pretty.hs:119:9: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical (>>) definition detected in the instance declaration for Monad (DocM s). (>>) will eventually be removed in favour of (*>) Suggested fix: Either remove definition for (>>) (recommended) or define as (>>) = (*>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 119 | (>>) = then_DocM | ^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/Pretty.hs:120:9: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (DocM s). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 120 | return = retDocM | ^^^^^^^^^^^^^^^^ [ 7 of 18] Compiling Language.Haskell.Exts.Fixity ( src/Language/Haskell/Exts/Fixity.hs, dist/build/Language/Haskell/Exts/Fixity.o, dist/build/Language/Haskell/Exts/Fixity.dyn_o ) [ 8 of 18] Compiling Language.Haskell.Exts.Comments ( src/Language/Haskell/Exts/Comments.hs, dist/build/Language/Haskell/Exts/Comments.o, dist/build/Language/Haskell/Exts/Comments.dyn_o ) src/Language/Haskell/Exts/Comments.hs:146:40: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 146 | let end = srcSpanEnd $ srcInfoSpan $ head srcs | ^^^^ [ 9 of 18] Compiling Language.Haskell.Exts.ParseMonad ( src/Language/Haskell/Exts/ParseMonad.hs, dist/build/Language/Haskell/Exts/ParseMonad.o, dist/build/Language/Haskell/Exts/ParseMonad.dyn_o ) src/Language/Haskell/Exts/ParseMonad.hs:101:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad ParseResult. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 101 | return = ParseOk | ^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:245:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative P. Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 245 | pure = return | ^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:249:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad P. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 249 | return a = P $ \_i _x _y _l _ch s _m -> Ok s a | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:279:36: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 279 | removeSuffix l = reverse $ tail $ dropWhile ('.'/=) $ reverse l | ^^^^ src/Language/Haskell/Exts/ParseMonad.hs:357:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative (Lex r). Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 357 | pure = return | ^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:361:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (Lex r). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 361 | return a = Lex $ \k -> k a | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:363:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical (>>) definition detected in the instance declaration for Monad (Lex r). (>>) will eventually be removed in favour of (*>) Suggested fix: Either remove definition for (>>) (recommended) or define as (>>) = (*>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 363 | Lex v >> Lex w = Lex $ \k -> v (\_ -> w k) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:380:32: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] | 380 | -> let (newCh:rest)= if n > 0 then drop (n-1) r else (ch:r) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:401:29: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [Char], Int not matched: [] _ | 401 | lexTab = Lex $ \cont -> P $ \(_:r) x -> runP (cont ()) r (nextTab x) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [10 of 18] Compiling Language.Haskell.Exts.ParseUtils ( src/Language/Haskell/Exts/ParseUtils.hs, dist/build/Language/Haskell/Exts/ParseUtils.o, dist/build/Language/Haskell/Exts/ParseUtils.dyn_o ) src/Language/Haskell/Exts/ParseUtils.hs:824:43: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Pat L] not matched: [] | 824 | else let (a:bs) = ps | ^^^^^^^^^^^ src/Language/Haskell/Exts/ParseUtils.hs:856:44: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [SrcSpan] not matched: [] [_] (_:_:_:_) | 856 | let [x,y] = srcInfoPoints l | ^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseUtils.hs:906:7: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [SrcSpan] not matched: [] | 906 | let (b:_) = srcInfoPoints loc in return (name,typ,b) | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseUtils.hs:1289:17: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type (Int, Either SrcSpan (CName L)) not matched: (_, (Right _)) | 1289 | (\(n,Left s) -> EWildcard (noInfoSpan s) n) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [11 of 18] Compiling Language.Haskell.Exts.InternalLexer ( src/Language/Haskell/Exts/InternalLexer.hs, dist/build/Language/Haskell/Exts/InternalLexer.o, dist/build/Language/Haskell/Exts/InternalLexer.dyn_o ) src/Language/Haskell/Exts/InternalLexer.hs:392:18: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 392 | if null s || head s /= c then fail msg else discard 1 | ^^^^ src/Language/Haskell/Exts/InternalLexer.hs:1112:32: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1112 | not (isHSymbol $ head cs) && | ^^^^ src/Language/Haskell/Exts/InternalLexer.hs:1113:30: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1113 | not (isIdent $ head cs) && MagicHash `elem` exts -> do | ^^^^ [12 of 18] Compiling Language.Haskell.Exts.Lexer ( src/Language/Haskell/Exts/Lexer.hs, dist/build/Language/Haskell/Exts/Lexer.o, dist/build/Language/Haskell/Exts/Lexer.dyn_o ) [13 of 18] Compiling Language.Haskell.Exts.InternalParser ( dist/build/Language/Haskell/Exts/InternalParser.hs, dist/build/Language/Haskell/Exts/InternalParser.o, dist/build/Language/Haskell/Exts/InternalParser.dyn_o ) [14 of 18] Compiling Language.Haskell.Exts.Parser ( src/Language/Haskell/Exts/Parser.hs, dist/build/Language/Haskell/Exts/Parser.o, dist/build/Language/Haskell/Exts/Parser.dyn_o ) [15 of 18] Compiling Language.Haskell.Exts.ExactPrint ( src/Language/Haskell/Exts/ExactPrint.hs, dist/build/Language/Haskell/Exts/ExactPrint.o, dist/build/Language/Haskell/Exts/ExactPrint.dyn_o ) src/Language/Haskell/Exts/ExactPrint.hs:50:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative EP. Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 50 | pure = return | ^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:54:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad EP. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 54 | return x = EP $ \l cs -> (x, l, cs, id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:381:18: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [SrcSpan] not matched: [] | 381 | let (x:pts') = pts | ^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:635:45: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 635 | maybeEP (\kd -> printStringAt (pos (head (srcInfoPoints l))) "::" >> exactPC kd) mk | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:702:21: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [SrcSpan] not matched: [] | 702 | let (p:pts') = pts | ^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:742:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [SrcSpan] not matched: [] | 742 | let (pat:pts) = srcInfoPoints l | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:763:45: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 763 | maybeEP (\bs -> printStringAt (pos (head pts)) "where" >> exactPC bs) mbs | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1198:26: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1198 | [] -> exactPC $ head ihs | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1222:49: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1222 | maybeEP (\kd -> printStringAt (pos (head pts)) "::" >> exactPC kd) mk | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1748:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [SrcSpan] not matched: [] | 1748 | let (opt:pts) = srcInfoPoints l | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1850:41: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1850 | maybeEP (\bs -> printStringAt (pos (head (srcInfoPoints l))) "where" >> exactPC bs) mbs | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1863:42: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1863 | maybeEP (\bds -> printStringAt (pos (head pts)) "where" >> exactPC bds) mbinds | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1875:42: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1875 | maybeEP (\bds -> printStringAt (pos (head whPt)) "where" >> exactPC bds) mbinds | ^^^^ [16 of 18] Compiling Language.Haskell.Exts.Build ( src/Language/Haskell/Exts/Build.hs, dist/build/Language/Haskell/Exts/Build.o, dist/build/Language/Haskell/Exts/Build.dyn_o ) [17 of 18] Compiling Language.Preprocessor.Unlit ( src/Language/Preprocessor/Unlit.hs, dist/build/Language/Preprocessor/Unlit.o, dist/build/Language/Preprocessor/Unlit.dyn_o ) src/Language/Preprocessor/Unlit.hs:17:25: warning: [GHC-63397] [-Wname-shadowing] This binding for x shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:17 | 17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs | ^ src/Language/Preprocessor/Unlit.hs:17:28: warning: [GHC-63397] [-Wname-shadowing] This binding for xs shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:20 | 17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs | ^^ src/Language/Preprocessor/Unlit.hs:18:19: warning: [GHC-63397] [-Wname-shadowing] This binding for x shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:17 | 18 | allProg (x:xs) = Program x:allProg xs | ^ src/Language/Preprocessor/Unlit.hs:18:21: warning: [GHC-63397] [-Wname-shadowing] This binding for xs shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:20 | 18 | allProg (x:xs) = Program x:allProg xs | ^^ src/Language/Preprocessor/Unlit.hs:27:11: warning: [GHC-40910] [-Wunused-matches] Defined but not used: x | 27 | classify (x:xs) = Comment:classify xs | ^ src/Language/Preprocessor/Unlit.hs:46:17: warning: [GHC-40910] [-Wunused-matches] Defined but not used: y | 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment") | ^ src/Language/Preprocessor/Unlit.hs:46:32: warning: [GHC-40910] [-Wunused-matches] Defined but not used: x | 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment") | ^ src/Language/Preprocessor/Unlit.hs:46:48: warning: [GHC-40910] [-Wunused-matches] Defined but not used: xs | 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment") | ^^ src/Language/Preprocessor/Unlit.hs:47:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs | ^^^^ src/Language/Preprocessor/Unlit.hs:47:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs | ^ src/Language/Preprocessor/Unlit.hs:49:17: warning: [GHC-40910] [-Wunused-matches] Defined but not used: y | 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program") | ^ src/Language/Preprocessor/Unlit.hs:49:32: warning: [GHC-40910] [-Wunused-matches] Defined but not used: x | 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program") | ^ src/Language/Preprocessor/Unlit.hs:49:48: warning: [GHC-40910] [-Wunused-matches] Defined but not used: xs | 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program") | ^^ src/Language/Preprocessor/Unlit.hs:50:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs | ^^^^ src/Language/Preprocessor/Unlit.hs:50:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs | ^ src/Language/Preprocessor/Unlit.hs:52:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs | ^^^^ src/Language/Preprocessor/Unlit.hs:52:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs | ^ src/Language/Preprocessor/Unlit.hs:54:34: warning: [GHC-40910] [-Wunused-matches] Defined but not used: next | 54 | adjacent file n _ (x@next :xs) = x: adjacent file (n+1) x xs | ^^^^ src/Language/Preprocessor/Unlit.hs:55:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 55 | adjacent file n _ [] = [] | ^^^^ src/Language/Preprocessor/Unlit.hs:55:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 55 | adjacent file n _ [] = [] | ^ src/Language/Preprocessor/Unlit.hs:69:22: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 69 | lines' ('\^M':'\n':s) acc = acc [] : lines' s id -- DOS | ^ src/Language/Preprocessor/Unlit.hs:70:17: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 70 | lines' ('\^M':s) acc = acc [] : lines' s id -- MacOS | ^ src/Language/Preprocessor/Unlit.hs:71:16: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 71 | lines' ('\n':s) acc = acc [] : lines' s id -- Unix | ^ src/Language/Preprocessor/Unlit.hs:72:13: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 72 | lines' (c:s) acc = lines' s (acc . (c:)) | ^ [18 of 18] Compiling Language.Haskell.Exts ( src/Language/Haskell/Exts.hs, dist/build/Language/Haskell/Exts.o, dist/build/Language/Haskell/Exts.dyn_o ) Preprocessing library for haskell-src-exts-1.23.1.. Running Haddock on library for haskell-src-exts-1.23.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 18] Compiling Language.Haskell.Exts.Extension ( src/Language/Haskell/Exts/Extension.hs, nothing ) src/Language/Haskell/Exts/Extension.hs:690:8: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 690 | [ (head str, (str, extension)) | ^^^^ [ 2 of 18] Compiling Language.Haskell.Exts.ExtScheme ( src/Language/Haskell/Exts/ExtScheme.hs, nothing ) [ 3 of 18] Compiling Language.Haskell.Exts.SrcLoc ( src/Language/Haskell/Exts/SrcLoc.hs, nothing ) [ 4 of 18] Compiling Language.Haskell.Exts.Syntax ( src/Language/Haskell/Exts/Syntax.hs, nothing ) [ 5 of 18] Compiling Language.Haskell.Exts.ParseSyntax ( src/Language/Haskell/Exts/ParseSyntax.hs, nothing ) [ 6 of 18] Compiling Language.Haskell.Exts.Pretty ( src/Language/Haskell/Exts/Pretty.hs, nothing ) src/Language/Haskell/Exts/Pretty.hs:119:9: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical (>>) definition detected in the instance declaration for Monad (DocM s). (>>) will eventually be removed in favour of (*>) Suggested fix: Either remove definition for (>>) (recommended) or define as (>>) = (*>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 119 | (>>) = then_DocM | ^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/Pretty.hs:120:9: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (DocM s). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 120 | return = retDocM | ^^^^^^^^^^^^^^^^ [ 7 of 18] Compiling Language.Haskell.Exts.Fixity ( src/Language/Haskell/Exts/Fixity.hs, nothing ) [ 8 of 18] Compiling Language.Haskell.Exts.Comments ( src/Language/Haskell/Exts/Comments.hs, nothing ) src/Language/Haskell/Exts/Comments.hs:146:40: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 146 | let end = srcSpanEnd $ srcInfoSpan $ head srcs | ^^^^ [ 9 of 18] Compiling Language.Haskell.Exts.ParseMonad ( src/Language/Haskell/Exts/ParseMonad.hs, nothing ) src/Language/Haskell/Exts/ParseMonad.hs:101:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad ParseResult. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 101 | return = ParseOk | ^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:245:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative P. Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 245 | pure = return | ^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:249:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad P. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 249 | return a = P $ \_i _x _y _l _ch s _m -> Ok s a | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:279:36: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 279 | removeSuffix l = reverse $ tail $ dropWhile ('.'/=) $ reverse l | ^^^^ src/Language/Haskell/Exts/ParseMonad.hs:357:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative (Lex r). Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 357 | pure = return | ^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:361:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (Lex r). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 361 | return a = Lex $ \k -> k a | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ParseMonad.hs:363:5: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical (>>) definition detected in the instance declaration for Monad (Lex r). (>>) will eventually be removed in favour of (*>) Suggested fix: Either remove definition for (>>) (recommended) or define as (>>) = (*>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 363 | Lex v >> Lex w = Lex $ \k -> v (\_ -> w k) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [10 of 18] Compiling Language.Haskell.Exts.ParseUtils ( src/Language/Haskell/Exts/ParseUtils.hs, nothing ) [11 of 18] Compiling Language.Haskell.Exts.InternalLexer ( src/Language/Haskell/Exts/InternalLexer.hs, nothing ) src/Language/Haskell/Exts/InternalLexer.hs:392:18: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 392 | if null s || head s /= c then fail msg else discard 1 | ^^^^ src/Language/Haskell/Exts/InternalLexer.hs:1112:32: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1112 | not (isHSymbol $ head cs) && | ^^^^ src/Language/Haskell/Exts/InternalLexer.hs:1113:30: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1113 | not (isIdent $ head cs) && MagicHash `elem` exts -> do | ^^^^ [12 of 18] Compiling Language.Haskell.Exts.Lexer ( src/Language/Haskell/Exts/Lexer.hs, nothing ) [13 of 18] Compiling Language.Haskell.Exts.InternalParser ( dist/build/Language/Haskell/Exts/InternalParser.hs, nothing ) [14 of 18] Compiling Language.Haskell.Exts.Parser ( src/Language/Haskell/Exts/Parser.hs, nothing ) [15 of 18] Compiling Language.Haskell.Exts.ExactPrint ( src/Language/Haskell/Exts/ExactPrint.hs, nothing ) src/Language/Haskell/Exts/ExactPrint.hs:50:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical pure = return definition detected in the instance declaration for Applicative EP. Suggested fix: Move definition from return to pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 50 | pure = return | ^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:54:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad EP. return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 54 | return x = EP $ \l cs -> (x, l, cs, id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Language/Haskell/Exts/ExactPrint.hs:635:45: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 635 | maybeEP (\kd -> printStringAt (pos (head (srcInfoPoints l))) "::" >> exactPC kd) mk | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:763:45: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 763 | maybeEP (\bs -> printStringAt (pos (head pts)) "where" >> exactPC bs) mbs | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1198:26: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1198 | [] -> exactPC $ head ihs | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1222:49: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1222 | maybeEP (\kd -> printStringAt (pos (head pts)) "::" >> exactPC kd) mk | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1850:41: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1850 | maybeEP (\bs -> printStringAt (pos (head (srcInfoPoints l))) "where" >> exactPC bs) mbs | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1863:42: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1863 | maybeEP (\bds -> printStringAt (pos (head pts)) "where" >> exactPC bds) mbinds | ^^^^ src/Language/Haskell/Exts/ExactPrint.hs:1875:42: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1875 | maybeEP (\bds -> printStringAt (pos (head whPt)) "where" >> exactPC bds) mbinds | ^^^^ [16 of 18] Compiling Language.Haskell.Exts.Build ( src/Language/Haskell/Exts/Build.hs, nothing ) [17 of 18] Compiling Language.Preprocessor.Unlit ( src/Language/Preprocessor/Unlit.hs, nothing ) src/Language/Preprocessor/Unlit.hs:17:25: warning: [GHC-63397] [-Wname-shadowing] This binding for x shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:17 | 17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs | ^ src/Language/Preprocessor/Unlit.hs:17:28: warning: [GHC-63397] [-Wname-shadowing] This binding for xs shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:20 | 17 | allProg (('\\':x):xs) | "end{code}"`isPrefixOf`x = Blank : classify xs | ^^ src/Language/Preprocessor/Unlit.hs:18:19: warning: [GHC-63397] [-Wname-shadowing] This binding for x shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:17 | 18 | allProg (x:xs) = Program x:allProg xs | ^ src/Language/Preprocessor/Unlit.hs:18:21: warning: [GHC-63397] [-Wname-shadowing] This binding for xs shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:14:20 | 18 | allProg (x:xs) = Program x:allProg xs | ^^ src/Language/Preprocessor/Unlit.hs:27:11: warning: [GHC-40910] [-Wunused-matches] Defined but not used: x | 27 | classify (x:xs) = Comment:classify xs | ^ src/Language/Preprocessor/Unlit.hs:46:17: warning: [GHC-40910] [-Wunused-matches] Defined but not used: y | 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment") | ^ src/Language/Preprocessor/Unlit.hs:46:32: warning: [GHC-40910] [-Wunused-matches] Defined but not used: x | 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment") | ^ src/Language/Preprocessor/Unlit.hs:46:48: warning: [GHC-40910] [-Wunused-matches] Defined but not used: xs | 46 | adjacent file n y@(Program _) (x@Comment :xs) = error (message file n "program" "comment") | ^^ src/Language/Preprocessor/Unlit.hs:47:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs | ^^^^ src/Language/Preprocessor/Unlit.hs:47:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 47 | adjacent file n y@(Program _) (x@(Include i f):xs) = x: adjacent f i y xs | ^ src/Language/Preprocessor/Unlit.hs:49:17: warning: [GHC-40910] [-Wunused-matches] Defined but not used: y | 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program") | ^ src/Language/Preprocessor/Unlit.hs:49:32: warning: [GHC-40910] [-Wunused-matches] Defined but not used: x | 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program") | ^ src/Language/Preprocessor/Unlit.hs:49:48: warning: [GHC-40910] [-Wunused-matches] Defined but not used: xs | 49 | adjacent file n y@Comment (x@(Program _) :xs) = error (message file n "comment" "program") | ^^ src/Language/Preprocessor/Unlit.hs:50:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs | ^^^^ src/Language/Preprocessor/Unlit.hs:50:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 50 | adjacent file n y@Comment (x@(Include i f):xs) = x: adjacent f i y xs | ^ src/Language/Preprocessor/Unlit.hs:52:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs | ^^^^ src/Language/Preprocessor/Unlit.hs:52:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 52 | adjacent file n y@Blank (x@(Include i f):xs) = x: adjacent f i y xs | ^ src/Language/Preprocessor/Unlit.hs:54:34: warning: [GHC-40910] [-Wunused-matches] Defined but not used: next | 54 | adjacent file n _ (x@next :xs) = x: adjacent file (n+1) x xs | ^^^^ src/Language/Preprocessor/Unlit.hs:55:10: warning: [GHC-40910] [-Wunused-matches] Defined but not used: file | 55 | adjacent file n _ [] = [] | ^^^^ src/Language/Preprocessor/Unlit.hs:55:15: warning: [GHC-40910] [-Wunused-matches] Defined but not used: n | 55 | adjacent file n _ [] = [] | ^ src/Language/Preprocessor/Unlit.hs:69:22: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 69 | lines' ('\^M':'\n':s) acc = acc [] : lines' s id -- DOS | ^ src/Language/Preprocessor/Unlit.hs:70:17: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 70 | lines' ('\^M':s) acc = acc [] : lines' s id -- MacOS | ^ src/Language/Preprocessor/Unlit.hs:71:16: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 71 | lines' ('\n':s) acc = acc [] : lines' s id -- Unix | ^ src/Language/Preprocessor/Unlit.hs:72:13: warning: [GHC-63397] [-Wname-shadowing] This binding for s shadows the existing binding bound at src/Language/Preprocessor/Unlit.hs:66:9 | 72 | lines' (c:s) acc = lines' s (acc . (c:)) | ^ [18 of 18] Compiling Language.Haskell.Exts ( src/Language/Haskell/Exts.hs, nothing ) Haddock coverage: Warning: 'capi' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 65% ( 13 / 20) in 'Language.Haskell.Exts.Extension' Missing documentation for: Language (src/Language/Haskell/Exts/Extension.hs:86) knownLanguages (src/Language/Haskell/Exts/Extension.hs:106) classifyLanguage (src/Language/Haskell/Exts/Extension.hs:109) prettyLanguage (src/Language/Haskell/Exts/Extension.hs:115) KnownExtension (src/Language/Haskell/Exts/Extension.hs:135) ghcDefault (src/Language/Haskell/Exts/Extension.hs:647) toExtensionList (src/Language/Haskell/Exts/Extension.hs:726) Warning: 'SrcSpanInfo' is ambiguous. It is defined * at src/Language/Haskell/Exts/SrcLoc.hs:98:20 * at src/Language/Haskell/Exts/SrcLoc.hs:98:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/SrcLoc.hs:98:1 Warning: 'SrcSpan' is ambiguous. It is defined * at src/Language/Haskell/Exts/SrcLoc.hs:42:16 * at src/Language/Haskell/Exts/SrcLoc.hs:42:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/SrcLoc.hs:42:1 Warning: 'SrcInfoSpan' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 87% ( 21 / 24) in 'Language.Haskell.Exts.SrcLoc' Missing documentation for: showInt (src/Language/Haskell/Exts/SrcLoc.hs:22) noLoc (src/Language/Haskell/Exts/SrcLoc.hs:39) spanSize (src/Language/Haskell/Exts/SrcLoc.hs:87) Warning: 'forall' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FieldDecl' is ambiguous. It is defined * at src/Language/Haskell/Exts/Syntax.hs:544:20 * at src/Language/Haskell/Exts/Syntax.hs:544:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/Syntax.hs:544:1 65% ( 99 /152) in 'Language.Haskell.Exts.Syntax' Missing documentation for: PatternSynDirection (src/Language/Haskell/Exts/Syntax.hs:346) ResultSig (src/Language/Haskell/Exts/Syntax.hs:389) Unpackedness (src/Language/Haskell/Exts/Syntax.hs:605) Role (src/Language/Haskell/Exts/Syntax.hs:373) MaybePromotedName (src/Language/Haskell/Exts/Syntax.hs:655) prelude_mod (src/Language/Haskell/Exts/Syntax.hs:1010) main_mod (src/Language/Haskell/Exts/Syntax.hs:1011) main_name (src/Language/Haskell/Exts/Syntax.hs:1014) unit_con_name (src/Language/Haskell/Exts/Syntax.hs:1017) tuple_con_name (src/Language/Haskell/Exts/Syntax.hs:1020) list_con_name (src/Language/Haskell/Exts/Syntax.hs:1023) list_cons_name (src/Language/Haskell/Exts/Syntax.hs:1026) unboxed_singleton_con_name (src/Language/Haskell/Exts/Syntax.hs:1029) unit_con (src/Language/Haskell/Exts/Syntax.hs:1032) tuple_con (src/Language/Haskell/Exts/Syntax.hs:1035) unboxed_singleton_con (src/Language/Haskell/Exts/Syntax.hs:1038) as_name (src/Language/Haskell/Exts/Syntax.hs:1041) qualified_name (src/Language/Haskell/Exts/Syntax.hs:1042) hiding_name (src/Language/Haskell/Exts/Syntax.hs:1043) minus_name (src/Language/Haskell/Exts/Syntax.hs:1044) bang_name (src/Language/Haskell/Exts/Syntax.hs:1045) dot_name (src/Language/Haskell/Exts/Syntax.hs:1046) star_name (src/Language/Haskell/Exts/Syntax.hs:1047) export_name (src/Language/Haskell/Exts/Syntax.hs:1056) safe_name (src/Language/Haskell/Exts/Syntax.hs:1057) unsafe_name (src/Language/Haskell/Exts/Syntax.hs:1058) interruptible_name (src/Language/Haskell/Exts/Syntax.hs:1059) threadsafe_name (src/Language/Haskell/Exts/Syntax.hs:1060) stdcall_name (src/Language/Haskell/Exts/Syntax.hs:1061) ccall_name (src/Language/Haskell/Exts/Syntax.hs:1062) cplusplus_name (src/Language/Haskell/Exts/Syntax.hs:1063) dotnet_name (src/Language/Haskell/Exts/Syntax.hs:1064) jvm_name (src/Language/Haskell/Exts/Syntax.hs:1065) js_name (src/Language/Haskell/Exts/Syntax.hs:1066) javascript_name (src/Language/Haskell/Exts/Syntax.hs:1067) capi_name (src/Language/Haskell/Exts/Syntax.hs:1068) forall_name (src/Language/Haskell/Exts/Syntax.hs:1069) family_name (src/Language/Haskell/Exts/Syntax.hs:1070) role_name (src/Language/Haskell/Exts/Syntax.hs:1071) hole_name (src/Language/Haskell/Exts/Syntax.hs:1050) stock_name (src/Language/Haskell/Exts/Syntax.hs:1072) anyclass_name (src/Language/Haskell/Exts/Syntax.hs:1073) via_name (src/Language/Haskell/Exts/Syntax.hs:1074) unit_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1077) fun_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1078) list_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1079) tuple_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1083) unboxed_singleton_tycon_name (src/Language/Haskell/Exts/Syntax.hs:1080) unit_tycon (src/Language/Haskell/Exts/Syntax.hs:1086) fun_tycon (src/Language/Haskell/Exts/Syntax.hs:1087) list_tycon (src/Language/Haskell/Exts/Syntax.hs:1088) tuple_tycon (src/Language/Haskell/Exts/Syntax.hs:1092) unboxed_singleton_tycon (src/Language/Haskell/Exts/Syntax.hs:1089) Warning: 'PPHsMode' is ambiguous. It is defined * at src/Language/Haskell/Exts/Pretty.hs:63:17 * at src/Language/Haskell/Exts/Pretty.hs:63:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/Pretty.hs:63:1 94% ( 17 / 18) in 'Language.Haskell.Exts.Pretty' Missing documentation for: Indent (src/Language/Haskell/Exts/Pretty.hs:58) 75% ( 9 / 12) in 'Language.Haskell.Exts.Fixity' Missing documentation for: infix_ (src/Language/Haskell/Exts/Fixity.hs:188) infixl_ (src/Language/Haskell/Exts/Fixity.hs:187) infixr_ (src/Language/Haskell/Exts/Fixity.hs:186) Warning: 'Module' is ambiguous. It is defined * at src/Language/Haskell/Exts/Syntax.hs:187:7 * at src/Language/Haskell/Exts/Syntax.hs:186:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/Syntax.hs:186:1 Warning: 'SrcSpanInfo' is ambiguous. It is defined * at src/Language/Haskell/Exts/SrcLoc.hs:98:20 * at src/Language/Haskell/Exts/SrcLoc.hs:98:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/SrcLoc.hs:98:1 Warning: 'Comment' is ambiguous. It is defined * at src/Language/Haskell/Exts/Comments.hs:52:16 * at src/Language/Haskell/Exts/Comments.hs:52:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/Comments.hs:52:1 100% ( 4 / 4) in 'Language.Haskell.Exts.Comments' Warning: 'ParseMode' is ambiguous. It is defined * at src/Language/Haskell/Exts/ParseMonad.hs:147:18 * at src/Language/Haskell/Exts/ParseMonad.hs:147:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/ParseMonad.hs:147:1 Warning: 'Prelude' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 4 / 6) in 'Language.Haskell.Exts.Lexer' Missing documentation for: Token (src/Language/Haskell/Exts/InternalLexer.hs:37) showToken (src/Language/Haskell/Exts/InternalLexer.hs:1320) Warning: 'SrcSpanInfo' is ambiguous. It is defined * at src/Language/Haskell/Exts/SrcLoc.hs:98:20 * at src/Language/Haskell/Exts/SrcLoc.hs:98:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/SrcLoc.hs:98:1 Warning: 'ParseMode' is ambiguous. It is defined * at src/Language/Haskell/Exts/ParseMonad.hs:147:18 * at src/Language/Haskell/Exts/ParseMonad.hs:147:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/Exts/ParseMonad.hs:147:1 93% ( 42 / 45) in 'Language.Haskell.Exts.Parser' Missing documentation for: unListOf (src/Language/Haskell/Exts/Parser.hs:250) PragmasAndModuleHead (src/Language/Haskell/Exts/Parser.hs:192) ModuleHeadAndImports (src/Language/Haskell/Exts/Parser.hs:212) 66% ( 2 / 3) in 'Language.Haskell.Exts.ExactPrint' Missing documentation for: ExactP (src/Language/Haskell/Exts/ExactPrint.hs:224) 100% ( 49 / 49) in 'Language.Haskell.Exts.Build' 88% ( 23 / 26) in 'Language.Haskell.Exts' Missing documentation for: Token (src/Language/Haskell/Exts/InternalLexer.hs:37) parseFileWithComments (src/Language/Haskell/Exts.hs:75) parseFileContentsWithComments (src/Language/Haskell/Exts.hs:116) Warning: Language.Haskell.Exts.SrcLoc: could not find link destinations for: - Language.Haskell.Exts.SrcLoc.Rep_SrcSpanInfo - Language.Haskell.Exts.SrcLoc.Rep_Loc - Language.Haskell.Exts.SrcLoc.Rep_SrcSpan - Language.Haskell.Exts.SrcLoc.Rep_SrcLoc - Language.Haskell.Exts.Pretty.pretty - Language.Haskell.Exts.Pretty.prettyPrec - Language.Haskell.Exts.Pretty.Doc - Language.Haskell.Exts.ParseMonad.P - Language.Haskell.Exts.ParseMonad.parser Warning: Language.Haskell.Exts.Syntax: could not find link destinations for: - Language.Haskell.Exts.Syntax.Rep_Module - Language.Haskell.Exts.Syntax.Rep_ModulePragma - Language.Haskell.Exts.Syntax.Rep_Alt - Language.Haskell.Exts.Syntax.Rep_Pat - Language.Haskell.Exts.Syntax.Rep_PatField - Language.Haskell.Exts.Syntax.Rep_RPat - Language.Haskell.Exts.Syntax.Rep_Stmt - Language.Haskell.Exts.Syntax.Rep_Exp - Language.Haskell.Exts.Syntax.Rep_FieldUpdate - Language.Haskell.Exts.Syntax.Rep_QualStmt - Language.Haskell.Exts.Syntax.Rep_Splice - Language.Haskell.Exts.Syntax.Rep_Bracket - Language.Haskell.Exts.Syntax.Rep_Type - Language.Haskell.Exts.Syntax.Rep_Context - Language.Haskell.Exts.Syntax.Rep_Asst - Language.Haskell.Exts.Syntax.Rep_TyVarBind - Language.Haskell.Exts.Syntax.Rep_Promoted - Language.Haskell.Exts.Syntax.Rep_Decl - Language.Haskell.Exts.Syntax.Rep_Rule - Language.Haskell.Exts.Syntax.Rep_RuleVar - Language.Haskell.Exts.Syntax.Rep_Rhs - Language.Haskell.Exts.Syntax.Rep_GuardedRhs - Language.Haskell.Exts.Syntax.Rep_InstDecl - Language.Haskell.Exts.Syntax.Rep_GadtDecl - Language.Haskell.Exts.Syntax.Rep_FieldDecl - Language.Haskell.Exts.Syntax.Rep_QualConDecl - Language.Haskell.Exts.Syntax.Rep_ConDecl - Language.Haskell.Exts.Syntax.Rep_Deriving - Language.Haskell.Exts.Syntax.Rep_DerivStrategy - Language.Haskell.Exts.Syntax.Rep_InstRule - Language.Haskell.Exts.Syntax.Rep_InstHead - Language.Haskell.Exts.Syntax.Rep_ClassDecl - Language.Haskell.Exts.Syntax.Rep_DeclHead - Language.Haskell.Exts.Syntax.Rep_ResultSig - Language.Haskell.Exts.Syntax.Rep_TypeEqn - Language.Haskell.Exts.Syntax.Rep_Match - Language.Haskell.Exts.Syntax.Rep_Binds - Language.Haskell.Exts.Syntax.Rep_IPBind - Language.Haskell.Exts.Syntax.Rep_Annotation - Language.Haskell.Exts.Syntax.Rep_PatternSynDirection - Language.Haskell.Exts.Syntax.Rep_XAttr - Language.Haskell.Exts.Syntax.Rep_PXAttr - Language.Haskell.Exts.Syntax.Rep_RPatOp - Language.Haskell.Exts.Syntax.Rep_ModuleHead - Language.Haskell.Exts.Syntax.Rep_WarningText - Language.Haskell.Exts.Syntax.Rep_Activation - Language.Haskell.Exts.Syntax.Rep_Overlap - Language.Haskell.Exts.Syntax.Rep_Tool - Language.Haskell.Exts.Syntax.Rep_CallConv - Language.Haskell.Exts.Syntax.Rep_Safety - Language.Haskell.Exts.Syntax.Rep_XName - Language.Haskell.Exts.Syntax.Rep_Sign - Language.Haskell.Exts.Syntax.Rep_Literal - Language.Haskell.Exts.Syntax.Rep_FunDep - Language.Haskell.Exts.Syntax.Rep_QOp - Language.Haskell.Exts.Syntax.Rep_ExportSpecList - Language.Haskell.Exts.Syntax.Rep_ExportSpec - Language.Haskell.Exts.Syntax.Rep_MaybePromotedName - Language.Haskell.Exts.Syntax.Rep_QName - Language.Haskell.Exts.Syntax.Rep_SpecialCon - Language.Haskell.Exts.Syntax.Rep_Boxed - Language.Haskell.Exts.Syntax.Rep_Unpackedness - Language.Haskell.Exts.Syntax.Rep_BangType - Language.Haskell.Exts.Syntax.Rep_InjectivityInfo - Language.Haskell.Exts.Syntax.Rep_DataOrNew - Language.Haskell.Exts.Syntax.Rep_Role - Language.Haskell.Exts.Syntax.Rep_BooleanFormula - Language.Haskell.Exts.Syntax.Rep_Assoc - Language.Haskell.Exts.Syntax.Rep_ImportDecl - Language.Haskell.Exts.Syntax.Rep_ImportSpecList - Language.Haskell.Exts.Syntax.Rep_ImportSpec - Language.Haskell.Exts.Syntax.Rep_Namespace - Language.Haskell.Exts.Syntax.Rep_EWildcard - Language.Haskell.Exts.Syntax.Rep_CName - Language.Haskell.Exts.Syntax.Rep_Op - Language.Haskell.Exts.Syntax.Rep_IPName - Language.Haskell.Exts.Syntax.Rep_Name - Language.Haskell.Exts.Syntax.Rep_ModuleName - Language.Haskell.Exts.Pretty.pretty - Language.Haskell.Exts.Pretty.prettyPrec - Language.Haskell.Exts.Pretty.Doc - Language.Haskell.Exts.ParseMonad.P - Language.Haskell.Exts.ParseMonad.parser - Language.Haskell.Exts.ExactPrint.exactP - Language.Haskell.Exts.ExactPrint.EP Warning: Language.Haskell.Exts.Pretty: could not find link destinations for: - Text.PrettyPrint.Annotated.HughesPJ.Rep_Mode - Text.PrettyPrint.Annotated.HughesPJ.Rep_Style - Language.Haskell.Exts.Pretty.pretty - Language.Haskell.Exts.Pretty.prettyPrec - Language.Haskell.Exts.Pretty.Doc Warning: Language.Haskell.Exts.Lexer: could not find link destinations for: - Language.Haskell.Exts.SrcLoc.Rep_Loc Warning: Language.Haskell.Exts.Parser: could not find link destinations for: - Language.Haskell.Exts.ParseMonad.P - Language.Haskell.Exts.ParseMonad.parser Warning: Language.Haskell.Exts.ExactPrint: could not find link destinations for: - Language.Haskell.Exts.ExactPrint.exactP - Language.Haskell.Exts.ExactPrint.EP Documentation created: dist/doc/html/haskell-src-exts/, dist/doc/html/haskell-src-exts/haskell-src-exts.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/haskell-src-exts-1.23.1-4pkVjL1mKM6HSKkRkBqh6w Completed haskell-src-exts-1.23.1 Configuring indexed-traversable-0.1.4... Preprocessing library for indexed-traversable-0.1.4.. Building library for indexed-traversable-0.1.4.. [1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, dist/build/CoerceCompat.o, dist/build/CoerceCompat.dyn_o ) [2 of 7] Compiling GhcList ( src/GhcList.hs, dist/build/GhcList.o, dist/build/GhcList.dyn_o ) [3 of 7] Compiling WithIndex ( src/WithIndex.hs, dist/build/WithIndex.o, dist/build/WithIndex.dyn_o ) [4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, dist/build/Data/Traversable/WithIndex.o, dist/build/Data/Traversable/WithIndex.dyn_o ) [5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, dist/build/Data/Functor/WithIndex.o, dist/build/Data/Functor/WithIndex.dyn_o ) [6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, dist/build/Data/Foldable1/WithIndex.o, dist/build/Data/Foldable1/WithIndex.dyn_o ) [7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, dist/build/Data/Foldable/WithIndex.o, dist/build/Data/Foldable/WithIndex.dyn_o ) Preprocessing library for indexed-traversable-0.1.4.. Running Haddock on library for indexed-traversable-0.1.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, nothing ) [2 of 7] Compiling GhcList ( src/GhcList.hs, nothing ) [3 of 7] Compiling WithIndex ( src/WithIndex.hs, nothing ) [4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, nothing ) [5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, nothing ) [6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, nothing ) [7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, nothing ) Haddock coverage: Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity Warning: 'itraverseOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'itraversed' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ifoldr1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ifoldl1'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ifoldl1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ifoldr1'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'for' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '.' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mapM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'forM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 83% ( 10 / 12) in 'Data.Traversable.WithIndex' Missing documentation for: imapDefault (src/WithIndex.hs:81) ifoldMapDefault (src/WithIndex.hs:162) 66% ( 2 / 3) in 'Data.Functor.WithIndex' Missing documentation for: Module header 100% ( 3 / 3) in 'Data.Foldable1.WithIndex' Warning: 'const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'all' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'traverse_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'for_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedFold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mapM_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'imapM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'iforM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'concatMap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'find' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'foldrM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'foldlM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'snd' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 17 / 17) in 'Data.Foldable.WithIndex' Documentation created: dist/doc/html/indexed-traversable/, dist/doc/html/indexed-traversable/indexed-traversable.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G Completed indexed-traversable-0.1.4 Configuring integer-logarithms-1.0.4... Preprocessing library for integer-logarithms-1.0.4.. Building library for integer-logarithms-1.0.4.. [1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.o, dist/build/GHC/Integer/Logarithms/Compat.dyn_o ) [2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o, dist/build/Math/NumberTheory/Logarithms.dyn_o ) [3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, dist/build/Math/NumberTheory/Powers/Integer.o, dist/build/Math/NumberTheory/Powers/Integer.dyn_o ) [4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, dist/build/Math/NumberTheory/Powers/Natural.o, dist/build/Math/NumberTheory/Powers/Natural.dyn_o ) Preprocessing library for integer-logarithms-1.0.4.. Running Haddock on library for integer-logarithms-1.0.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, nothing ) [2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, nothing ) [3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, nothing ) [4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, nothing ) Haddock coverage: 40% ( 2 / 5) in 'GHC.Integer.Logarithms.Compat' Missing documentation for: integerLogBase# integerLog2# wordLog2# 100% ( 17 / 17) in 'Math.NumberTheory.Logarithms' 100% ( 3 / 3) in 'Math.NumberTheory.Powers.Integer' 100% ( 3 / 3) in 'Math.NumberTheory.Powers.Natural' Documentation created: dist/doc/html/integer-logarithms/, dist/doc/html/integer-logarithms/integer-logarithms.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-logarithms-1.0.4-KzAgsevoV5Y6IrFUclFTyp Completed integer-logarithms-1.0.4 Downloading keycode-0.2.3 Downloaded keycode-0.2.3 Configuring keycode-0.2.3... Preprocessing library for keycode-0.2.3.. Building library for keycode-0.2.3.. [1 of 1] Compiling Web.KeyCode ( src/Web/KeyCode.hs, dist/build/Web/KeyCode.o, dist/build/Web/KeyCode.dyn_o ) Preprocessing library for keycode-0.2.3.. Running Haddock on library for keycode-0.2.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Web.KeyCode ( src/Web/KeyCode.hs, nothing ) Haddock coverage: 100% ( 6 / 6) in 'Web.KeyCode' Warning: Web.KeyCode: could not find link destinations for: - Web.KeyCode.Rep_Key Documentation created: dist/doc/html/keycode/, dist/doc/html/keycode/keycode.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/keycode-0.2.3-9sF2oL1khNoIjoqVqaXbot Completed keycode-0.2.3 Downloading newtype-0.2.2.0 Downloaded newtype-0.2.2.0 Configuring newtype-0.2.2.0... Preprocessing library for newtype-0.2.2.0.. Building library for newtype-0.2.2.0.. [1 of 1] Compiling Control.Newtype ( Control/Newtype.hs, dist/build/Control/Newtype.o, dist/build/Control/Newtype.dyn_o ) Preprocessing library for newtype-0.2.2.0.. Running Haddock on library for newtype-0.2.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Control.Newtype ( Control/Newtype.hs, nothing ) Haddock coverage: 100% ( 9 / 9) in 'Control.Newtype' Documentation created: dist/doc/html/newtype/, dist/doc/html/newtype/newtype.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/newtype-0.2.2.0-8d3hG9hUuhCBhhOaUVLsuC Completed newtype-0.2.2.0 Configuring newtype-generics-0.6.2... Preprocessing library for newtype-generics-0.6.2.. Building library for newtype-generics-0.6.2.. [1 of 1] Compiling Control.Newtype.Generics ( Control/Newtype/Generics.hs, dist/build/Control/Newtype/Generics.o, dist/build/Control/Newtype/Generics.dyn_o ) Control/Newtype/Generics.hs:113:53: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 113 | default pack :: (Generic n, GNewtype (Rep n), O n ~ GO (Rep n)) => O n -> n | ^ Control/Newtype/Generics.hs:117:55: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 117 | default unpack :: (Generic n, GNewtype (Rep n), O n ~ GO (Rep n)) => n -> O n | ^ Control/Newtype/Generics.hs:131:20: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 131 | op :: (Newtype n,o ~ O n ) => (o -> n) -> n -> o | ^ Control/Newtype/Generics.hs:150:35: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 150 | ala :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:150:45: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 150 | ala :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:167:36: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 167 | ala' :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:167:46: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 167 | ala' :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:175:37: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 175 | under :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:175:47: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 175 | under :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:184:37: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 184 | over :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:184:47: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 184 | over :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:194:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 194 | under2 :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:194:48: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 194 | under2 :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:201:37: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 201 | over2 :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:201:47: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 201 | over2 :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:206:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 206 | underF :: (Newtype n, Newtype n', o' ~ O n', o ~ O n, Functor f, Functor g) | ^ Control/Newtype/Generics.hs:206:48: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 206 | underF :: (Newtype n, Newtype n', o' ~ O n', o ~ O n, Functor f, Functor g) | ^ Control/Newtype/Generics.hs:211:37: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 211 | overF :: (Newtype n, Newtype n', o' ~ O n', o ~ O n, Functor f, Functor g) | ^ Control/Newtype/Generics.hs:211:47: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 211 | overF :: (Newtype n, Newtype n', o' ~ O n', o ~ O n, Functor f, Functor g) | ^ Preprocessing library for newtype-generics-0.6.2.. Running Haddock on library for newtype-generics-0.6.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Control.Newtype.Generics ( Control/Newtype/Generics.hs, nothing ) Control/Newtype/Generics.hs:113:53: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 113 | default pack :: (Generic n, GNewtype (Rep n), O n ~ GO (Rep n)) => O n -> n | ^ Control/Newtype/Generics.hs:117:55: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 117 | default unpack :: (Generic n, GNewtype (Rep n), O n ~ GO (Rep n)) => n -> O n | ^ Control/Newtype/Generics.hs:131:20: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 131 | op :: (Newtype n,o ~ O n ) => (o -> n) -> n -> o | ^ Control/Newtype/Generics.hs:150:35: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 150 | ala :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:150:45: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 150 | ala :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:167:36: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 167 | ala' :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:167:46: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 167 | ala' :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:175:37: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 175 | under :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:175:47: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 175 | under :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:184:37: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 184 | over :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:184:47: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 184 | over :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:194:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 194 | under2 :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:194:48: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 194 | under2 :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:201:37: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 201 | over2 :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:201:47: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 201 | over2 :: (Newtype n, Newtype n', o' ~ O n', o ~ O n) | ^ Control/Newtype/Generics.hs:206:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 206 | underF :: (Newtype n, Newtype n', o' ~ O n', o ~ O n, Functor f, Functor g) | ^ Control/Newtype/Generics.hs:206:48: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 206 | underF :: (Newtype n, Newtype n', o' ~ O n', o ~ O n, Functor f, Functor g) | ^ Control/Newtype/Generics.hs:211:37: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 211 | overF :: (Newtype n, Newtype n', o' ~ O n', o ~ O n, Functor f, Functor g) | ^ Control/Newtype/Generics.hs:211:47: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 211 | overF :: (Newtype n, Newtype n', o' ~ O n', o ~ O n, Functor f, Functor g) | ^ Haddock coverage: 100% ( 11 / 11) in 'Control.Newtype.Generics' Warning: Control.Newtype.Generics: could not find link destinations for: - Control.Newtype.Generics.GNewtype - Control.Newtype.Generics.GO - Control.Newtype.Generics.D:R:OWrappedMonoid - Control.Newtype.Generics.D:R:OLast - Control.Newtype.Generics.D:R:OFirst - Control.Newtype.Generics.D:R:OMax - Control.Newtype.Generics.D:R:OMin - Control.Newtype.Generics.D:R:ODown - Control.Newtype.Generics.D:R:OAp - Control.Newtype.Generics.D:R:OAlt - Control.Newtype.Generics.D:R:OLast0 - Control.Newtype.Generics.D:R:OFirst0 - Control.Newtype.Generics.D:R:OProduct - Control.Newtype.Generics.D:R:OSum - Control.Newtype.Generics.D:R:OAny - Control.Newtype.Generics.D:R:OAll - Control.Newtype.Generics.D:R:OEndo - Control.Newtype.Generics.D:R:ODual - Control.Newtype.Generics.D:R:OIdentity - Control.Newtype.Generics.D:R:OConst - Control.Newtype.Generics.D:R:OCompose - Control.Newtype.Generics.D:R:OFixed - Control.Newtype.Generics.D:R:OArrowMonad - Control.Newtype.Generics.D:R:OKleisli - Control.Newtype.Generics.D:R:OZipList - Control.Newtype.Generics.D:R:OWrappedArrow - Control.Newtype.Generics.D:R:OWrappedMonad Documentation created: dist/doc/html/newtype-generics/, dist/doc/html/newtype-generics/newtype-generics.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/newtype-generics-0.6.2-2jsPUlANr8DBJ2V5uESEqx Completed newtype-generics-0.6.2 Configuring os-string-2.0.7... Preprocessing library for os-string-2.0.7.. Building library for os-string-2.0.7.. [ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, dist/build/System/OsString/Data/ByteString/Short/Internal.o, dist/build/System/OsString/Data/ByteString/Short/Internal.dyn_o ) [ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, dist/build/System/OsString/Data/ByteString/Short.o, dist/build/System/OsString/Data/ByteString/Short.dyn_o ) [ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, dist/build/System/OsString/Data/ByteString/Short/Word16.o, dist/build/System/OsString/Data/ByteString/Short/Word16.dyn_o ) [ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, dist/build/System/OsString/Internal/Exception.o, dist/build/System/OsString/Internal/Exception.dyn_o ) [ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, dist/build/System/OsString/Encoding/Internal.o, dist/build/System/OsString/Encoding/Internal.dyn_o ) System/OsString/Encoding/Internal.hs:23:42: warning: [GHC-38856] [-Wunused-imports] The import of try from module Control.Exception is redundant | 23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate) | ^^^ [ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, dist/build/System/OsString/Encoding.o, dist/build/System/OsString/Encoding.dyn_o ) [ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, dist/build/System/OsString/Internal/Types.o, dist/build/System/OsString/Internal/Types.dyn_o ) [ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, dist/build/System/OsString/Posix.o, dist/build/System/OsString/Posix.dyn_o ) [ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, dist/build/System/OsString/Internal.o, dist/build/System/OsString/Internal.dyn_o ) [10 of 11] Compiling System.OsString ( System/OsString.hs, dist/build/System/OsString.o, dist/build/System/OsString.dyn_o ) [11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, dist/build/System/OsString/Windows.o, dist/build/System/OsString/Windows.dyn_o ) Preprocessing library for os-string-2.0.7.. Running Haddock on library for os-string-2.0.7.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, nothing ) [ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, nothing ) [ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, nothing ) [ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, nothing ) [ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, nothing ) System/OsString/Encoding/Internal.hs:23:42: warning: [GHC-38856] [-Wunused-imports] The import of try from module Control.Exception is redundant | 23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate) | ^^^ [ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, nothing ) [ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, nothing ) [ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, nothing ) [ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, nothing ) [10 of 11] Compiling System.OsString ( System/OsString.hs, nothing ) [11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, nothing ) Haddock coverage: Warning: 'ShortByteString' is ambiguous. It is defined * in Data.ByteString.Short.Internal * in Data.ByteString.Short.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.ByteString.Short.Internal 26% ( 11 / 41) in 'System.OsString.Data.ByteString.Short.Internal' Missing documentation for: _nul (System/OsString/Data/ByteString/Short/Internal.hs:60) isSpace (System/OsString/Data/ByteString/Short/Internal.hs:63) create (System/OsString/Data/ByteString/Short/Internal.hs:70) asBA (System/OsString/Data/ByteString/Short/Internal.hs:80) BA (System/OsString/Data/ByteString/Short/Internal.hs:84) MBA (System/OsString/Data/ByteString/Short/Internal.hs:85) newPinnedByteArray (System/OsString/Data/ByteString/Short/Internal.hs:89) newByteArray (System/OsString/Data/ByteString/Short/Internal.hs:94) copyByteArray (System/OsString/Data/ByteString/Short/Internal.hs:99) unsafeFreezeByteArray (System/OsString/Data/ByteString/Short/Internal.hs:104) copyAddrToByteArray (System/OsString/Data/ByteString/Short/Internal.hs:109) moduleErrorIO (System/OsString/Data/ByteString/Short/Internal.hs:244) moduleErrorMsg (System/OsString/Data/ByteString/Short/Internal.hs:248) packWord16 (System/OsString/Data/ByteString/Short/Internal.hs:251) packLenWord16 (System/OsString/Data/ByteString/Short/Internal.hs:254) unpackWord16 (System/OsString/Data/ByteString/Short/Internal.hs:265) packWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:274) packLenWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:277) indexWord8Array (System/OsString/Data/ByteString/Short/Internal.hs:299) word16ToLE# (System/OsString/Data/ByteString/Short/Internal.hs:320) word16FromLE# (System/OsString/Data/ByteString/Short/Internal.hs:322) setByteArray (System/OsString/Data/ByteString/Short/Internal.hs:325) copyMutableByteArray (System/OsString/Data/ByteString/Short/Internal.hs:330) createAndTrim' (System/OsString/Data/ByteString/Short/Internal.hs:356) createAndTrim'' (System/OsString/Data/ByteString/Short/Internal.hs:372) findIndexOrLength (System/OsString/Data/ByteString/Short/Internal.hs:397) assertEven (System/OsString/Data/ByteString/Short/Internal.hs:422) errorEmptySBS (System/OsString/Data/ByteString/Short/Internal.hs:430) moduleError (System/OsString/Data/ByteString/Short/Internal.hs:434) compareByteArraysOff (System/OsString/Data/ByteString/Short/Internal.hs:444) Warning: 'ShortByteString' is ambiguous. It is defined * in Data.ByteString.Short.Internal * in Data.ByteString.Short.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.ByteString.Short.Internal 96% ( 93 / 96) in 'System.OsString.Data.ByteString.Short' Missing documentation for: append uncons2 (System/OsString/Data/ByteString/Short.hs:184) concat Warning: 'ShortByteString' is ambiguous. It is defined * in Data.ByteString.Short.Internal * in Data.ByteString.Short.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.ByteString.Short.Internal Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 92 / 95) in 'System.OsString.Data.ByteString.Short.Word16' Missing documentation for: append concat breakSubstring (System/OsString/Data/ByteString/Short/Word16.hs:663) Warning: 'try' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 33% ( 1 / 3) in 'System.OsString.Internal.Exception' Missing documentation for: Module header isAsyncException (System/OsString/Internal/Exception.hs:17) Warning: 'TextEncoding' is ambiguous. It is defined * in GHC.IO.Encoding.Types * in GHC.IO.Encoding.Types You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.IO.Encoding.Types 27% ( 9 / 33) in 'System.OsString.Encoding.Internal' Missing documentation for: Module header ucs2le (System/OsString/Encoding/Internal.hs:42) mkUcs2le (System/OsString/Encoding/Internal.hs:45) ucs2le_DF (System/OsString/Encoding/Internal.hs:50) ucs2le_EF (System/OsString/Encoding/Internal.hs:60) ucs2le_decode (System/OsString/Encoding/Internal.hs:71) ucs2le_encode (System/OsString/Encoding/Internal.hs:96) mkUTF16le_b (System/OsString/Encoding/Internal.hs:131) utf16le_b_DF (System/OsString/Encoding/Internal.hs:136) utf16le_b_EF (System/OsString/Encoding/Internal.hs:146) utf16le_b_decode (System/OsString/Encoding/Internal.hs:157) utf16le_b_encode (System/OsString/Encoding/Internal.hs:195) cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:231) cWcharsToChars (System/OsString/Encoding/Internal.hs:238) charsToCWchars (System/OsString/Encoding/Internal.hs:248) withWindowsString (System/OsString/Encoding/Internal.hs:264) peekWindowsString (System/OsString/Encoding/Internal.hs:267) withPosixString (System/OsString/Encoding/Internal.hs:272) withPosixString' (System/OsString/Encoding/Internal.hs:275) peekPosixString (System/OsString/Encoding/Internal.hs:278) peekPosixString' (System/OsString/Encoding/Internal.hs:281) EncodingException (System/OsString/Encoding/Internal.hs:340) showEncodingException (System/OsString/Encoding/Internal.hs:348) wNUL (System/OsString/Encoding/Internal.hs:367) 44% ( 11 / 25) in 'System.OsString.Encoding' Missing documentation for: Module header EncodingException (System/OsString/Encoding/Internal.hs:340) showEncodingException (System/OsString/Encoding/Internal.hs:348) ucs2le (System/OsString/Encoding/Internal.hs:42) mkUcs2le (System/OsString/Encoding/Internal.hs:45) ucs2le_DF (System/OsString/Encoding/Internal.hs:50) ucs2le_EF (System/OsString/Encoding/Internal.hs:60) ucs2le_decode (System/OsString/Encoding/Internal.hs:71) ucs2le_encode (System/OsString/Encoding/Internal.hs:96) mkUTF16le_b (System/OsString/Encoding/Internal.hs:131) utf16le_b_DF (System/OsString/Encoding/Internal.hs:136) utf16le_b_EF (System/OsString/Encoding/Internal.hs:146) utf16le_b_decode (System/OsString/Encoding/Internal.hs:157) utf16le_b_encode (System/OsString/Encoding/Internal.hs:195) Warning: 'WindowsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:60:25 * at System/OsString/Internal/Types.hs:60:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:60:1 Warning: 'PosixString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:87:23 * at System/OsString/Internal/Types.hs:87:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:87:1 Warning: 'ShortByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PosixChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:123:23 * at System/OsString/Internal/Types.hs:123:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:123:1 Warning: 'WindowsChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:117:23 * at System/OsString/Internal/Types.hs:117:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:117:1 Warning: 'OsChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:210:18 * at System/OsString/Internal/Types.hs:210:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:210:1 Warning: 'OsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:161:20 * at System/OsString/Internal/Types.hs:161:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:161:1 Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 9 / 18) in 'System.OsString.Internal.Types' Missing documentation for: Module header unWS (System/OsString/Internal/Types.hs:70) unPS (System/OsString/Internal/Types.hs:96) PlatformString (System/OsString/Internal/Types.hs:114) WindowsChar (System/OsString/Internal/Types.hs:117) unWW (System/OsString/Internal/Types.hs:131) PosixChar (System/OsString/Internal/Types.hs:123) unPW (System/OsString/Internal/Types.hs:139) PlatformChar (System/OsString/Internal/Types.hs:148) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getLocaleEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PosixString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:87:23 * at System/OsString/Internal/Types.hs:87:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:87:1 Warning: 'OsString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 94% ( 93 / 98) in 'System.OsString.Posix' Missing documentation for: Module header PosixChar (System/OsString/Internal/Types.hs:123) singleton (System/OsString/Common.hs:495) empty (System/OsString/Common.hs:498) concat (System/OsString/Common.hs:706) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getLocaleEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:161:20 * at System/OsString/Internal/Types.hs:161:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:161:1 Warning: 'OsChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:210:18 * at System/OsString/Internal/Types.hs:210:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:210:1 Warning: 'head' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:281:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:281:1 Warning: 'tail' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:265:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:265:1 Warning: 'init' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:290:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:290:1 Warning: 'last' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:256:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:256:1 Warning: 'map' is ambiguous. It is defined * in GHC.Base * at System/OsString/Internal.hs:316:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:316:1 Warning: 'reverse' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:322:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:322:1 Warning: 'foldl' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:338:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:338:1 Warning: 'foldl1' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:352:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:352:1 Warning: 'foldr' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:368:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:368:1 Warning: 'foldr1' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:382:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:382:1 Warning: 'all' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:396:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:396:1 Warning: 'any' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:403:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:403:1 Warning: 'replicate' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:418:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:418:1 Warning: 'take' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:460:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:460:1 Warning: 'length' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:309:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:309:1 Warning: 'drop' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:497:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:497:1 Warning: 'takeWhile' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:491:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:491:1 Warning: 'dropWhile' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:519:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:519:1 Warning: 'break' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:548:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:548:1 Warning: 'span' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:558:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:558:1 Warning: 'splitAt' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:583:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:583:1 Warning: 'elem' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:686:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:686:1 Warning: 'filter' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:704:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:704:1 94% ( 74 / 78) in 'System.OsString.Internal' Missing documentation for: Module header empty (System/OsString/Internal.hs:221) singleton (System/OsString/Internal.hs:224) concat (System/OsString/Internal.hs:409) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 96 / 99) in 'System.OsString' Missing documentation for: empty (System/OsString/Internal.hs:221) singleton (System/OsString/Internal.hs:224) concat (System/OsString/Internal.hs:409) Warning: 'unsafeDupablePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'WindowsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:60:25 * at System/OsString/Internal/Types.hs:60:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:60:1 Warning: 'OsString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 94% ( 93 / 98) in 'System.OsString.Windows' Missing documentation for: Module header WindowsChar (System/OsString/Internal/Types.hs:117) singleton (System/OsString/Common.hs:495) empty (System/OsString/Common.hs:498) concat (System/OsString/Common.hs:706) Warning: System.OsString.Data.ByteString.Short: could not find link destinations for: - Data.ByteString.Short.Internal.Rep_ShortByteString - Data.ByteString.Short.Internal.D:R:ItemShortByteString Warning: System.OsString.Data.ByteString.Short.Word16: could not find link destinations for: - Data.ByteString.Short.Internal.Rep_ShortByteString - Data.ByteString.Short.Internal.D:R:ItemShortByteString Warning: System.OsString.Internal.Types: could not find link destinations for: - System.OsString.Internal.Types.Rep_OsChar - System.OsString.Internal.Types.Rep_OsString - System.OsString.Internal.Types.Rep_PosixChar - System.OsString.Internal.Types.Rep_WindowsChar - System.OsString.Internal.Types.Rep_PosixString - System.OsString.Internal.Types.Rep_WindowsString Warning: System.OsString.Posix: could not find link destinations for: - System.OsString.Internal.Types.Rep_PosixChar - System.OsString.Internal.Types.Rep_PosixString Warning: System.OsString: could not find link destinations for: - System.OsString.Internal.Types.Rep_OsChar - System.OsString.Internal.Types.Rep_OsString Warning: System.OsString.Windows: could not find link destinations for: - System.OsString.Internal.Types.Rep_WindowsChar - System.OsString.Internal.Types.Rep_WindowsString Documentation created: dist/doc/html/os-string/, dist/doc/html/os-string/os-string.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/os-string-2.0.7-5BBZgm2IGGO8ifbVrttmLE Completed os-string-2.0.7 Configuring parallel-3.2.2.0... Preprocessing library for parallel-3.2.2.0.. Building library for parallel-3.2.2.0.. [1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, dist/build/Control/Parallel.o, dist/build/Control/Parallel.dyn_o ) [2 of 3] Compiling Control.Seq ( Control/Seq.hs, dist/build/Control/Seq.o, dist/build/Control/Seq.dyn_o ) [3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, dist/build/Control/Parallel/Strategies.o, dist/build/Control/Parallel/Strategies.dyn_o ) Preprocessing library for parallel-3.2.2.0.. Running Haddock on library for parallel-3.2.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, nothing ) [2 of 3] Compiling Control.Seq ( Control/Seq.hs, nothing ) [3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, nothing ) Haddock coverage: 100% ( 3 / 3) in 'Control.Parallel' 72% ( 21 / 29) in 'Control.Seq' Missing documentation for: seqTuple2 (Control/Seq.hs:175) seqTuple3 (Control/Seq.hs:179) seqTuple4 (Control/Seq.hs:183) seqTuple5 (Control/Seq.hs:187) seqTuple6 (Control/Seq.hs:191) seqTuple7 (Control/Seq.hs:195) seqTuple8 (Control/Seq.hs:199) seqTuple9 (Control/Seq.hs:203) Warning: 'Eval' is ambiguous. It is defined * at Control/Parallel/Strategies.hs:210:18 * at Control/Parallel/Strategies.hs:210:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Control/Parallel/Strategies.hs:210:1 Warning: 'IO' is ambiguous. It is defined * in GHC.Types * in GHC.Types You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Types Warning: 'evaListSplitAt' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'seqTuple2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'seqListN' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'seqFoldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 81% ( 72 / 88) in 'Control.Parallel.Strategies' Missing documentation for: evalTuple2 (Control/Parallel/Strategies.hs:682) evalTuple3 (Control/Parallel/Strategies.hs:686) evalTuple4 (Control/Parallel/Strategies.hs:690) evalTuple5 (Control/Parallel/Strategies.hs:694) evalTuple6 (Control/Parallel/Strategies.hs:698) evalTuple7 (Control/Parallel/Strategies.hs:702) evalTuple8 (Control/Parallel/Strategies.hs:706) evalTuple9 (Control/Parallel/Strategies.hs:710) parTuple2 (Control/Parallel/Strategies.hs:714) parTuple3 (Control/Parallel/Strategies.hs:718) parTuple4 (Control/Parallel/Strategies.hs:722) parTuple5 (Control/Parallel/Strategies.hs:726) parTuple6 (Control/Parallel/Strategies.hs:730) parTuple7 (Control/Parallel/Strategies.hs:734) parTuple8 (Control/Parallel/Strategies.hs:738) parTuple9 (Control/Parallel/Strategies.hs:742) Documentation created: dist/doc/html/parallel/, dist/doc/html/parallel/parallel.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parallel-3.2.2.0-GSDQJ5uadil9MH4j2cuSxT Completed parallel-3.2.2.0 Configuring prettyprinter-1.7.1... Preprocessing library for prettyprinter-1.7.1.. Building library for prettyprinter-1.7.1.. [ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, dist/build/Prettyprinter/Render/Util/Panic.o, dist/build/Prettyprinter/Render/Util/Panic.dyn_o ) [ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, dist/build/Prettyprinter/Internal.o, dist/build/Prettyprinter/Internal.dyn_o ) [ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, dist/build/Prettyprinter/Render/String.o, dist/build/Prettyprinter/Render/String.dyn_o ) [ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, dist/build/Data/Text/Prettyprint/Doc/Render/String.o, dist/build/Data/Text/Prettyprint/Doc/Render/String.dyn_o ) [ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, dist/build/Prettyprinter/Internal/Type.o, dist/build/Prettyprinter/Internal/Type.dyn_o ) [ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.dyn_o ) [ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, dist/build/Prettyprinter/Internal/Debug.o, dist/build/Prettyprinter/Internal/Debug.dyn_o ) [ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.dyn_o ) [ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Internal.dyn_o ) [10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.dyn_o ) [11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, dist/build/Prettyprinter/Render/Util/StackMachine.o, dist/build/Prettyprinter/Render/Util/StackMachine.dyn_o ) src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 34 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.dyn_o ) [13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, dist/build/Prettyprinter/Symbols/Ascii.o, dist/build/Prettyprinter/Symbols/Ascii.dyn_o ) [14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, dist/build/Prettyprinter.o, dist/build/Prettyprinter.dyn_o ) [15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, dist/build/Prettyprinter/Render/Util/SimpleDocTree.o, dist/build/Prettyprinter/Render/Util/SimpleDocTree.dyn_o ) [16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.dyn_o ) [17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.dyn_o ) [18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.dyn_o ) [19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.o, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.dyn_o ) [20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.dyn_o ) src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations] Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated: "Writing your own stack machine is probably more efficient and customizable; also consider using »renderSimplyDecorated(A)« instead" | 7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, dist/build/Prettyprinter/Render/Text.o, dist/build/Prettyprinter/Render/Text.dyn_o ) [22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Text.o, dist/build/Data/Text/Prettyprint/Doc/Render/Text.dyn_o ) [23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, dist/build/Data/Text/Prettyprint/Doc.o, dist/build/Data/Text/Prettyprint/Doc.dyn_o ) [24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.dyn_o ) [25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, dist/build/Prettyprinter/Symbols/Unicode.o, dist/build/Prettyprinter/Symbols/Unicode.dyn_o ) [26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.dyn_o ) [27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, dist/build/Prettyprinter/Util.o, dist/build/Prettyprinter/Util.dyn_o ) [28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, dist/build/Data/Text/Prettyprint/Doc/Util.o, dist/build/Data/Text/Prettyprint/Doc/Util.dyn_o ) Preprocessing library for prettyprinter-1.7.1.. Running Haddock on library for prettyprinter-1.7.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, nothing ) [ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, nothing ) [ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, nothing ) [ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, nothing ) [ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, nothing ) [ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, nothing ) [ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, nothing ) [ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, nothing ) [ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, nothing ) [10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, nothing ) [11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, nothing ) src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 34 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, nothing ) [13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, nothing ) [14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, nothing ) [15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, nothing ) [16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, nothing ) [17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, nothing ) [18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, nothing ) [19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, nothing ) [20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, nothing ) src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations] Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated: "Writing your own stack machine is probably more efficient and customizable; also consider using »renderSimplyDecorated(A)« instead" | 7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, nothing ) [22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, nothing ) [23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, nothing ) [24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, nothing ) [25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, nothing ) [26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, nothing ) [27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, nothing ) [28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, nothing ) Haddock coverage: 57% ( 4 / 7) in 'Prettyprinter.Render.Util.Panic' Missing documentation for: Module header panicPeekedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36) panicPoppedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36) Warning: 'Text' is ambiguous. It is defined * at src/Prettyprinter/Internal.hs:159:7 * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7 Warning: 'parens' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'space' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'doc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'putDoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hPutDoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'reAnnotateST' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'comma' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 98% ( 77 / 78) in 'Prettyprinter.Internal' Missing documentation for: defaultPageWidth (src/Prettyprinter/Internal.hs:1778) 66% ( 2 / 3) in 'Prettyprinter.Render.String' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.String' Missing documentation for: Module header 100% ( 2 / 2) in 'Prettyprinter.Internal.Type' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal.Type' Missing documentation for: Module header 75% ( 3 / 4) in 'Prettyprinter.Internal.Debug' Missing documentation for: diag' (src/Prettyprinter/Internal/Debug.hs:76) 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal.Debug' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.Panic' Missing documentation for: Module header Warning: 'Text' is ambiguous. It is defined * at src/Prettyprinter/Internal.hs:159:7 * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7 100% ( 13 / 13) in 'Prettyprinter.Render.Util.StackMachine' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.StackMachine' Missing documentation for: Module header 100% ( 27 / 27) in 'Prettyprinter.Symbols.Ascii' Warning: 'Keyword' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Red' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'color' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'colorDull' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bgColor' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bgColorDull' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% (112 /112) in 'Prettyprinter' Warning: 'Text' is ambiguous. It is defined * at src/Prettyprinter/Internal.hs:159:7 * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7 100% ( 11 / 11) in 'Prettyprinter.Render.Util.SimpleDocTree' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree' Missing documentation for: Module header 61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.TreeRenderingTutorial' Missing documentation for: SimpleHtml (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:40) Color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:41) bold (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:46) italics (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:47) paragraph (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:48) headline (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:49) color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:52) 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial' Missing documentation for: Module header 61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.StackMachineTutorial' Missing documentation for: SimpleHtml (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:43) Color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:44) bold (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:49) italics (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:50) paragraph (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:51) headline (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:52) color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:55) 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial' Missing documentation for: Module header Warning: 'Text' is ambiguous. It is defined * at src/Prettyprinter/Internal.hs:159:7 * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7 100% ( 9 / 9) in 'Prettyprinter.Render.Text' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Text' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Symbols.Ascii' Missing documentation for: Module header 100% ( 30 / 30) in 'Prettyprinter.Symbols.Unicode' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Symbols.Unicode' Missing documentation for: Module header Warning: Prettyprinter.Util: Could not find documentation for exported module: Prettyprinter.Util 100% ( 4 / 4) in 'Prettyprinter.Util' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Util' Missing documentation for: Module header Warning: Prettyprinter.Internal: could not find link destinations for: - Prettyprinter.Internal.Rep_Doc - Prettyprinter.Internal.Rep_SimpleDocStream Warning: Prettyprinter.Internal.Type: could not find link destinations for: - Prettyprinter.Internal.Rep_Doc Warning: Prettyprinter: could not find link destinations for: - Prettyprinter.Internal.Rep_Doc - Prettyprinter.Internal.Rep_SimpleDocStream Warning: Prettyprinter.Render.Util.SimpleDocTree: could not find link destinations for: - Prettyprinter.Render.Util.SimpleDocTree.Rep_SimpleDocTree Documentation created: dist/doc/html/prettyprinter/, dist/doc/html/prettyprinter/prettyprinter.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-1.7.1-UnQFunVR8xJApG1SQhvgB Completed prettyprinter-1.7.1 Configuring primitive-0.9.1.0... Preprocessing library for primitive-0.9.1.0.. Building library for primitive-0.9.1.0.. [ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, dist/build/Data/Primitive/Internal/Read.o, dist/build/Data/Primitive/Internal/Read.dyn_o ) [ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o, dist/build/Data/Primitive/MachDeps.dyn_o ) [ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o, dist/build/Data/Primitive/Internal/Operations.dyn_o ) [ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o, dist/build/Control/Monad/Primitive.dyn_o ) [ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, dist/build/Data/Primitive/MVar.o, dist/build/Data/Primitive/MVar.dyn_o ) [ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o, dist/build/Data/Primitive/Array.dyn_o ) [ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o, dist/build/Data/Primitive/MutVar.dyn_o ) [ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, dist/build/Data/Primitive/SmallArray.o, dist/build/Data/Primitive/SmallArray.dyn_o ) [ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o, dist/build/Data/Primitive/Types.dyn_o ) [10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o, dist/build/Data/Primitive/ByteArray.dyn_o ) [11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, dist/build/Data/Primitive/PrimArray.o, dist/build/Data/Primitive/PrimArray.dyn_o ) [12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, dist/build/Data/Primitive/Ptr.o, dist/build/Data/Primitive/Ptr.dyn_o ) [13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o, dist/build/Data/Primitive.dyn_o ) [14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, dist/build/Data/Primitive/PrimVar.o, dist/build/Data/Primitive/PrimVar.dyn_o ) Preprocessing library for primitive-0.9.1.0.. Running Haddock on library for primitive-0.9.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, nothing ) [ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, nothing ) [ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, nothing ) [ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, nothing ) [ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, nothing ) [ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, nothing ) [ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, nothing ) [ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, nothing ) [ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, nothing ) [10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, nothing ) [11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, nothing ) [12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, nothing ) [13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, nothing ) [14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, nothing ) Haddock coverage: 2% ( 1 / 35) in 'Data.Primitive.MachDeps' Missing documentation for: sIZEOF_CHAR (Data/Primitive/MachDeps.hs:68) aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:69) sIZEOF_INT (Data/Primitive/MachDeps.hs:71) aLIGNMENT_INT (Data/Primitive/MachDeps.hs:72) sIZEOF_WORD (Data/Primitive/MachDeps.hs:74) aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:75) sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:77) aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:78) sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:80) aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:81) sIZEOF_PTR (Data/Primitive/MachDeps.hs:83) aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:84) sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:86) aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:87) sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:89) aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:90) sIZEOF_INT8 (Data/Primitive/MachDeps.hs:92) aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:93) sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:95) aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:96) sIZEOF_INT16 (Data/Primitive/MachDeps.hs:98) aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:99) sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:101) aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:102) sIZEOF_INT32 (Data/Primitive/MachDeps.hs:104) aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:105) sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:107) aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:108) sIZEOF_INT64 (Data/Primitive/MachDeps.hs:110) aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:111) sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:113) aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:114) Word64_# (Data/Primitive/MachDeps.hs:117) Int64_# (Data/Primitive/MachDeps.hs:118) Warning: 'IO' is ambiguous. It is defined * in GHC.Types * in GHC.Types You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Types Warning: 'ST' is ambiguous. It is defined * in GHC.ST * in GHC.ST You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.ST 89% ( 26 / 29) in 'Control.Monad.Primitive' Missing documentation for: unsafeInterleave (Control/Monad/Primitive.hs:408) unsafeDupableInterleave (Control/Monad/Primitive.hs:409) noDuplicate (Control/Monad/Primitive.hs:401) Warning: 'MVar' is ambiguous. It is defined * at Data/Primitive/MVar.hs:41:17 * at Data/Primitive/MVar.hs:41:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/MVar.hs:41:1 100% ( 11 / 11) in 'Data.Primitive.MVar' Warning: 'Array' is ambiguous. It is defined * at Data/Primitive/Array.hs:65:16 * at Data/Primitive/Array.hs:65:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/Array.hs:65:1 Warning: 'MutableArray' is ambiguous. It is defined * at Data/Primitive/Array.hs:108:25 * at Data/Primitive/Array.hs:108:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/Array.hs:108:1 100% ( 27 / 27) in 'Data.Primitive.Array' Warning: 'MutVar' is ambiguous. It is defined * at Data/Primitive/MutVar.hs:44:19 * at Data/Primitive/MutVar.hs:44:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/MutVar.hs:44:1 Warning: 'IORef' is ambiguous. It is defined * in GHC.IORef * in GHC.IORef You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.IORef Warning: 'STRef' is ambiguous. It is defined * in GHC.STRef * in GHC.STRef You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.STRef 100% ( 15 / 15) in 'Data.Primitive.MutVar' Warning: 'SmallArray' is ambiguous. It is defined * at Data/Primitive/SmallArray.hs:95:21 * at Data/Primitive/SmallArray.hs:95:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/SmallArray.hs:95:1 Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity Warning: 'SmallMutableArray' is ambiguous. It is defined * at Data/Primitive/SmallArray.hs:106:30 * at Data/Primitive/SmallArray.hs:106:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/SmallArray.hs:106:1 93% ( 27 / 29) in 'Data.Primitive.SmallArray' Missing documentation for: SmallArray (Data/Primitive/SmallArray.hs:95) SmallMutableArray (Data/Primitive/SmallArray.hs:106) 100% ( 10 / 10) in 'Data.Primitive.Types' Warning: 'MutableByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte Warning: 'ByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte 98% ( 61 / 62) in 'Data.Primitive.ByteArray' Missing documentation for: createByteArray (Data/Primitive/ByteArray.hs:672) Warning: 'PrimArray' is ambiguous. It is defined * at Data/Primitive/PrimArray.hs:144:20 * at Data/Primitive/PrimArray.hs:144:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/PrimArray.hs:144:1 Warning: 'MutablePrimArray' is ambiguous. It is defined * at Data/Primitive/PrimArray.hs:167:29 * at Data/Primitive/PrimArray.hs:167:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1 Warning: 'ByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte 100% ( 78 / 78) in 'Data.Primitive.PrimArray' Warning: 'Ptr' is ambiguous. It is defined * in GHC.Ptr * in GHC.Ptr You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Ptr 100% ( 17 / 17) in 'Data.Primitive.Ptr' 100% ( 10 / 10) in 'Data.Primitive' Warning: 'PrimVar' is ambiguous. It is defined * at Data/Primitive/PrimVar.hs:49:23 * at Data/Primitive/PrimVar.hs:49:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/PrimVar.hs:49:1 Warning: 'MutablePrimArray' is ambiguous. It is defined * at Data/Primitive/PrimArray.hs:167:29 * at Data/Primitive/PrimArray.hs:167:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1 100% ( 22 / 22) in 'Data.Primitive.PrimVar' Warning: Control.Monad.Primitive: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateIO Warning: Data.Primitive.Array: could not find link destinations for: - Data.Primitive.Array.D:R:ItemArray Warning: Data.Primitive.SmallArray: could not find link destinations for: - Data.Primitive.SmallArray.D:R:ItemSmallArray Warning: Data.Primitive.Types: could not find link destinations for: - GHC.Generics.D:R:UReckPtrp0 - GHC.Generics.Rep_R:UReckPtrp - GHC.Generics.Rep1_R:UReckPtrp Warning: Data.Primitive.ByteArray: could not find link destinations for: - Data.Array.Byte.D:R:ItemByteArray Warning: Data.Primitive.PrimArray: could not find link destinations for: - Data.Primitive.PrimArray.D:R:ItemPrimArray Warning: Data.Primitive.Ptr: could not find link destinations for: - GHC.Generics.D:R:UReckPtrp0 - GHC.Generics.Rep_R:UReckPtrp - GHC.Generics.Rep1_R:UReckPtrp Documentation created: dist/doc/html/primitive/, dist/doc/html/primitive/primitive.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/primitive-0.9.1.0-FI4ablStFrKABDqEidp4iv Completed primitive-0.9.1.0 Configuring ref-tf-0.5.0.1... Preprocessing library for ref-tf-0.5.0.1.. Building library for ref-tf-0.5.0.1.. [1 of 1] Compiling Control.Monad.Ref ( Control/Monad/Ref.hs, dist/build/Control/Monad/Ref.o, dist/build/Control/Monad/Ref.dyn_o ) Control/Monad/Ref.hs:69:19: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 69 | type Ref m :: * -> * | ^ Control/Monad/Ref.hs:69:24: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 69 | type Ref m :: * -> * | ^ Preprocessing library for ref-tf-0.5.0.1.. Running Haddock on library for ref-tf-0.5.0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Control.Monad.Ref ( Control/Monad/Ref.hs, nothing ) Control/Monad/Ref.hs:69:19: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 69 | type Ref m :: * -> * | ^ Control/Monad/Ref.hs:69:24: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 69 | type Ref m :: * -> * | ^ Haddock coverage: 66% ( 2 / 3) in 'Control.Monad.Ref' Missing documentation for: MonadAtomicRef (Control/Monad/Ref.hs:84) Warning: Control.Monad.Ref: could not find link destinations for: - Control.Monad.Ref.D:R:RefWriterT - Control.Monad.Ref.D:R:RefWriterT0 - Control.Monad.Ref.D:R:RefStateT - Control.Monad.Ref.D:R:RefStateT0 - Control.Monad.Ref.D:R:RefReaderT - Control.Monad.Ref.D:R:RefMaybeT - Control.Monad.Ref.D:R:RefIdentityT - Control.Monad.Ref.D:R:RefExceptT - Control.Monad.Ref.D:R:RefContT - Control.Monad.Ref.D:R:RefSTM - Control.Monad.Ref.D:R:RefIO - Control.Monad.Ref.D:R:RefST Documentation created: dist/doc/html/ref-tf/, dist/doc/html/ref-tf/ref-tf.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ref-tf-0.5.0.1-CW9bmFKN4cQHAJqJXXsaxi Completed ref-tf-0.5.0.1 Configuring reflection-2.1.9... Preprocessing library for reflection-2.1.9.. Building library for reflection-2.1.9.. [1 of 1] Compiling Data.Reflection ( fast/Data/Reflection.hs, dist/build/Data/Reflection.o, dist/build/Data/Reflection.dyn_o ) Preprocessing library for reflection-2.1.9.. Running Haddock on library for reflection-2.1.9.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Reflection ( fast/Data/Reflection.hs, nothing ) Haddock coverage: Warning: 'Proxy' is ambiguous. It is defined * in Data.Proxy * in Data.Proxy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Proxy Warning: 'fold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 76% ( 23 / 30) in 'Data.Reflection' Missing documentation for: Reifies (fast/Data/Reflection.hs:152) ReifiedMonoid (fast/Data/Reflection.hs:553) ReflectedMonoid (fast/Data/Reflection.hs:567) reifyMonoid (fast/Data/Reflection.hs:573) ReifiedApplicative (fast/Data/Reflection.hs:601) ReflectedApplicative (fast/Data/Reflection.hs:603) reifyApplicative (fast/Data/Reflection.hs:619) Documentation created: dist/doc/html/reflection/, dist/doc/html/reflection/reflection.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/reflection-2.1.9-HzKzfktnLbfKL6cdV3D8Rq Completed reflection-2.1.9 Configuring safe-0.3.21... Preprocessing library for safe-0.3.21.. Building library for safe-0.3.21.. [1 of 5] Compiling Safe.Partial ( Safe/Partial.hs, dist/build/Safe/Partial.o, dist/build/Safe/Partial.dyn_o ) [2 of 5] Compiling Safe.Util ( Safe/Util.hs, dist/build/Safe/Util.o, dist/build/Safe/Util.dyn_o ) [3 of 5] Compiling Safe.Foldable ( Safe/Foldable.hs, dist/build/Safe/Foldable.o, dist/build/Safe/Foldable.dyn_o ) [4 of 5] Compiling Safe.Exact ( Safe/Exact.hs, dist/build/Safe/Exact.o, dist/build/Safe/Exact.dyn_o ) [5 of 5] Compiling Safe ( Safe.hs, dist/build/Safe.o, dist/build/Safe.dyn_o ) Preprocessing library for safe-0.3.21.. Running Haddock on library for safe-0.3.21.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Safe.Partial ( Safe/Partial.hs, nothing ) [2 of 5] Compiling Safe.Util ( Safe/Util.hs, nothing ) [3 of 5] Compiling Safe.Foldable ( Safe/Foldable.hs, nothing ) [4 of 5] Compiling Safe.Exact ( Safe/Exact.hs, nothing ) [5 of 5] Compiling Safe ( Safe.hs, nothing ) Haddock coverage: 100% ( 2 / 2) in 'Safe.Partial' 51% ( 18 / 35) in 'Safe.Foldable' Missing documentation for: foldl1May (Safe/Foldable.hs:45) foldl1Note (Safe/Foldable.hs:49) foldr1May (Safe/Foldable.hs:46) foldr1Note (Safe/Foldable.hs:50) findJustDef (Safe/Foldable.hs:104) findJustNote (Safe/Foldable.hs:107) minimumMay (Safe/Foldable.hs:53) minimumNote (Safe/Foldable.hs:57) maximumMay (Safe/Foldable.hs:54) maximumNote (Safe/Foldable.hs:58) minimumByMay (Safe/Foldable.hs:61) minimumByNote (Safe/Foldable.hs:65) maximumByMay (Safe/Foldable.hs:62) maximumByNote (Safe/Foldable.hs:66) foldl1Safe (Safe/Foldable.hs:134) foldr1Safe (Safe/Foldable.hs:138) findJustSafe (Safe/Foldable.hs:142) 32% ( 10 / 31) in 'Safe.Exact' Missing documentation for: takeExactMay (Safe/Exact.hs:113) takeExactNote (Safe/Exact.hs:110) takeExactDef (Safe/Exact.hs:116) dropExactMay (Safe/Exact.hs:122) dropExactNote (Safe/Exact.hs:119) dropExactDef (Safe/Exact.hs:125) splitAtExactMay (Safe/Exact.hs:132) splitAtExactNote (Safe/Exact.hs:128) splitAtExactDef (Safe/Exact.hs:136) zipExactMay (Safe/Exact.hs:160) zipExactNote (Safe/Exact.hs:157) zipExactDef (Safe/Exact.hs:163) zipWithExactMay (Safe/Exact.hs:169) zipWithExactNote (Safe/Exact.hs:166) zipWithExactDef (Safe/Exact.hs:172) zip3ExactMay (Safe/Exact.hs:194) zip3ExactNote (Safe/Exact.hs:191) zip3ExactDef (Safe/Exact.hs:197) zipWith3ExactMay (Safe/Exact.hs:203) zipWith3ExactNote (Safe/Exact.hs:200) zipWith3ExactDef (Safe/Exact.hs:206) Warning: 'Prelude' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'readEither' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'base' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 31% ( 30 / 96) in 'Safe' Missing documentation for: initMay (Safe.hs:147) initDef (Safe.hs:150) initNote (Safe.hs:153) initSafe (Safe.hs:156) headMay (Safe.hs:161) headDef (Safe.hs:165) headNote (Safe.hs:169) lastMay (Safe.hs:162) lastDef (Safe.hs:166) lastNote (Safe.hs:170) minimumMay (Safe.hs:173) minimumNote (Safe.hs:177) maximumMay (Safe.hs:174) maximumNote (Safe.hs:178) minimumByMay (Safe.hs:181) minimumByNote (Safe.hs:185) maximumByMay (Safe.hs:182) maximumByNote (Safe.hs:186) foldr1May (Safe.hs:219) foldr1Def (Safe.hs:415) foldr1Note (Safe.hs:224) foldl1May (Safe.hs:220) foldl1Def (Safe.hs:416) foldl1Note (Safe.hs:225) foldl1May' (Safe.hs:221) foldl1Def' (Safe.hs:417) foldl1Note' (Safe.hs:226) scanl1May (Safe.hs:230) scanl1Def (Safe.hs:234) scanl1Note (Safe.hs:238) scanr1May (Safe.hs:229) scanr1Def (Safe.hs:233) scanr1Note (Safe.hs:237) cycleMay (Safe.hs:241) cycleDef (Safe.hs:244) cycleNote (Safe.hs:247) fromJustNote (Safe.hs:255) assertNote (Safe.hs:258) atMay (Safe.hs:267) atDef (Safe.hs:270) atNote (Safe.hs:273) readMay (Safe.hs:287) readDef (Safe.hs:290) lookupJustDef (Safe.hs:302) lookupJustNote (Safe.hs:305) findJustDef (Safe.hs:313) findJustNote (Safe.hs:316) elemIndexJustDef (Safe.hs:324) elemIndexJustNote (Safe.hs:327) findIndexJustDef (Safe.hs:335) findIndexJustNote (Safe.hs:338) toEnumMay (Safe.hs:343) toEnumDef (Safe.hs:352) toEnumNote (Safe.hs:355) toEnumSafe (Safe.hs:358) succMay (Safe.hs:361) succDef (Safe.hs:364) succNote (Safe.hs:367) succSafe (Safe.hs:370) predMay (Safe.hs:373) predDef (Safe.hs:376) predNote (Safe.hs:379) predSafe (Safe.hs:382) indexMay (Safe.hs:385) indexDef (Safe.hs:388) indexNote (Safe.hs:391) Documentation created: dist/doc/html/safe/, dist/doc/html/safe/safe.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/safe-0.3.21-BhnmY6UVgcnJ6oaAWHpjGA Completed safe-0.3.21 Configuring semigroups-0.20... Preprocessing library for semigroups-0.20.. Building library for semigroups-0.20.. [1 of 1] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, dist/build/Data/Semigroup/Generic.o, dist/build/Data/Semigroup/Generic.dyn_o ) Preprocessing library for semigroups-0.20.. Running Haddock on library for semigroups-0.20.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, nothing ) Haddock coverage: Warning: 'GenericSemigroupMonoid' is ambiguous. It is defined * at src/Data/Semigroup/Generic.hs:111:3 * at src/Data/Semigroup/Generic.hs:110:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Semigroup/Generic.hs:110:1 77% ( 7 / 9) in 'Data.Semigroup.Generic' Missing documentation for: GSemigroup (src/Data/Semigroup/Generic.hs:54) GMonoid (src/Data/Semigroup/Generic.hs:84) Warning: Data.Semigroup.Generic: could not find link destinations for: - Data.Semigroup.Generic.gmempty' - Data.Semigroup.Generic.gmappend' Documentation created: dist/doc/html/semigroups/, dist/doc/html/semigroups/semigroups.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semigroups-0.20-FhfuFxVvP7ZBtA37SUthhH Completed semigroups-0.20 Configuring some-1.0.6... Preprocessing library for some-1.0.6.. Building library for some-1.0.6.. [ 1 of 10] Compiling Data.EqP ( src/Data/EqP.hs, dist/build/Data/EqP.o, dist/build/Data/EqP.dyn_o ) [ 2 of 10] Compiling Data.GADT.DeepSeq ( src/Data/GADT/DeepSeq.hs, dist/build/Data/GADT/DeepSeq.o, dist/build/Data/GADT/DeepSeq.dyn_o ) [ 3 of 10] Compiling Data.GADT.Internal ( src/Data/GADT/Internal.hs, dist/build/Data/GADT/Internal.o, dist/build/Data/GADT/Internal.dyn_o ) [ 4 of 10] Compiling Data.GADT.Compare ( src/Data/GADT/Compare.hs, dist/build/Data/GADT/Compare.o, dist/build/Data/GADT/Compare.dyn_o ) [ 5 of 10] Compiling Data.GADT.Show ( src/Data/GADT/Show.hs, dist/build/Data/GADT/Show.o, dist/build/Data/GADT/Show.dyn_o ) [ 6 of 10] Compiling Data.OrdP ( src/Data/OrdP.hs, dist/build/Data/OrdP.o, dist/build/Data/OrdP.dyn_o ) [ 7 of 10] Compiling Data.Some.Church ( src/Data/Some/Church.hs, dist/build/Data/Some/Church.o, dist/build/Data/Some/Church.dyn_o ) [ 8 of 10] Compiling Data.Some.GADT ( src/Data/Some/GADT.hs, dist/build/Data/Some/GADT.o, dist/build/Data/Some/GADT.dyn_o ) [ 9 of 10] Compiling Data.Some.Newtype ( src/Data/Some/Newtype.hs, dist/build/Data/Some/Newtype.o, dist/build/Data/Some/Newtype.dyn_o ) [10 of 10] Compiling Data.Some ( src/Data/Some.hs, dist/build/Data/Some.o, dist/build/Data/Some.dyn_o ) Preprocessing library for some-1.0.6.. Running Haddock on library for some-1.0.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 10] Compiling Data.EqP ( src/Data/EqP.hs, nothing ) [ 2 of 10] Compiling Data.GADT.DeepSeq ( src/Data/GADT/DeepSeq.hs, nothing ) [ 3 of 10] Compiling Data.GADT.Internal ( src/Data/GADT/Internal.hs, nothing ) [ 4 of 10] Compiling Data.GADT.Compare ( src/Data/GADT/Compare.hs, nothing ) [ 5 of 10] Compiling Data.GADT.Show ( src/Data/GADT/Show.hs, nothing ) [ 6 of 10] Compiling Data.OrdP ( src/Data/OrdP.hs, nothing ) [ 7 of 10] Compiling Data.Some.Church ( src/Data/Some/Church.hs, nothing ) [ 8 of 10] Compiling Data.Some.GADT ( src/Data/Some/GADT.hs, nothing ) [ 9 of 10] Compiling Data.Some.Newtype ( src/Data/Some/Newtype.hs, nothing ) [10 of 10] Compiling Data.Some ( src/Data/Some.hs, nothing ) Haddock coverage: Warning: 'Eq1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Data.EqP' Missing documentation for: Module header 0% ( 0 / 2) in 'Data.GADT.DeepSeq' Missing documentation for: Module header GNFData (src/Data/GADT/DeepSeq.hs:28) Warning: 'Tag' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DSum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 8 / 10) in 'Data.GADT.Compare' Missing documentation for: Module header defaultCompare (src/Data/GADT/Internal.hs:470) 50% ( 7 / 14) in 'Data.GADT.Show' Missing documentation for: Module header gshows (src/Data/GADT/Internal.hs:61) gshow (src/Data/GADT/Internal.hs:64) greads (src/Data/GADT/Internal.hs:147) gread (src/Data/GADT/Internal.hs:150) getGReadResult (src/Data/GADT/Internal.hs:132) mkGReadResult (src/Data/GADT/Internal.hs:135) Warning: 'Ord1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Data.OrdP' Missing documentation for: Module header 85% ( 6 / 7) in 'Data.Some.Church' Missing documentation for: Module header 87% ( 7 / 8) in 'Data.Some.GADT' Missing documentation for: Module header 87% ( 7 / 8) in 'Data.Some.Newtype' Missing documentation for: Module header 100% ( 8 / 8) in 'Data.Some' Documentation created: dist/doc/html/some/, dist/doc/html/some/some.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/some-1.0.6-Idda8xuzHywSH9QUdHMem Completed some-1.0.6 Configuring splitmix-0.1.1... Preprocessing library for splitmix-0.1.1.. Building library for splitmix-0.1.1.. [1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o ) [2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o ) [3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o ) [4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o ) Preprocessing library for splitmix-0.1.1.. Running Haddock on library for splitmix-0.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, nothing ) [2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing ) [3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing ) [4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, nothing ) Haddock coverage: Warning: 'SMGen' is ambiguous. It is defined * at src/System/Random/SplitMix.hs:77:14 * at src/System/Random/SplitMix.hs:77:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/SplitMix.hs:77:1 100% ( 22 / 22) in 'System.Random.SplitMix' Warning: 'SMGen' is ambiguous. It is defined * at src/System/Random/SplitMix32.hs:61:14 * at src/System/Random/SplitMix32.hs:61:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/SplitMix32.hs:61:1 100% ( 22 / 22) in 'System.Random.SplitMix32' Documentation created: dist/doc/html/splitmix/, dist/doc/html/splitmix/splitmix.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/splitmix-0.1.1-2dkWbDg3EPmIridMVkE3HU Completed splitmix-0.1.1 Configuring syb-0.7.2.4... Preprocessing library for syb-0.7.2.4.. Building library for syb-0.7.2.4.. [ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o, dist/build/Data/Generics/Aliases.dyn_o ) [ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o, dist/build/Data/Generics/Basics.dyn_o ) [ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o, dist/build/Data/Generics/Builders.dyn_o ) [ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o, dist/build/Data/Generics/Instances.dyn_o ) [ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o, dist/build/Data/Generics/Schemes.dyn_o ) [ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o, dist/build/Data/Generics/Text.dyn_o ) [ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o, dist/build/Data/Generics/Twins.dyn_o ) src/Data/Generics/Twins.hs:224:17: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 224 | perkid a d = (tail a, unGT (head a) d) | ^^^^ src/Data/Generics/Twins.hs:224:31: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 224 | perkid a d = (tail a, unGT (head a) d) | ^^^^ src/Data/Generics/Twins.hs:237:17: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 237 | perkid a d = (tail a, unGM (head a) d) | ^^^^ src/Data/Generics/Twins.hs:237:31: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 237 | perkid a d = (tail a, unGM (head a) d) | ^^^^ src/Data/Generics/Twins.hs:249:17: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 249 | perkid a d = (tail a, unGQ (head a) d) | ^^^^ src/Data/Generics/Twins.hs:249:31: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 249 | perkid a d = (tail a, unGQ (head a) d) | ^^^^ [ 8 of 16] Compiling Data.Generics ( src/Data/Generics.hs, dist/build/Data/Generics.o, dist/build/Data/Generics.dyn_o ) [ 9 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, dist/build/Generics/SYB.o, dist/build/Generics/SYB.dyn_o ) [10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o, dist/build/Generics/SYB/Aliases.dyn_o ) [11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o, dist/build/Generics/SYB/Basics.dyn_o ) [12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o, dist/build/Generics/SYB/Builders.dyn_o ) [13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o, dist/build/Generics/SYB/Instances.dyn_o ) [14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o, dist/build/Generics/SYB/Schemes.dyn_o ) [15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o, dist/build/Generics/SYB/Text.dyn_o ) [16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o, dist/build/Generics/SYB/Twins.dyn_o ) Preprocessing library for syb-0.7.2.4.. Running Haddock on library for syb-0.7.2.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, nothing ) [ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, nothing ) [ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, nothing ) [ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, nothing ) [ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, nothing ) [ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, nothing ) [ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, nothing ) src/Data/Generics/Twins.hs:224:17: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 224 | perkid a d = (tail a, unGT (head a) d) | ^^^^ src/Data/Generics/Twins.hs:224:31: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 224 | perkid a d = (tail a, unGT (head a) d) | ^^^^ src/Data/Generics/Twins.hs:237:17: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 237 | perkid a d = (tail a, unGM (head a) d) | ^^^^ src/Data/Generics/Twins.hs:237:31: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 237 | perkid a d = (tail a, unGM (head a) d) | ^^^^ src/Data/Generics/Twins.hs:249:17: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 249 | perkid a d = (tail a, unGQ (head a) d) | ^^^^ src/Data/Generics/Twins.hs:249:31: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 249 | perkid a d = (tail a, unGQ (head a) d) | ^^^^ [ 8 of 16] Compiling Data.Generics ( src/Data/Generics.hs, nothing ) [ 9 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, nothing ) [10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, nothing ) [11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, nothing ) [12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, nothing ) [13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, nothing ) [14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, nothing ) [15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, nothing ) [16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, nothing ) Haddock coverage: Warning: 'Generic'' is ambiguous. It is defined * at src/Data/Generics/Aliases.hs:510:19 * at src/Data/Generics/Aliases.hs:510:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Generics/Aliases.hs:510:1 100% ( 60 / 60) in 'Data.Generics.Aliases' 100% ( 2 / 2) in 'Data.Generics.Basics' 100% ( 3 / 3) in 'Data.Generics.Builders' 100% ( 1 / 1) in 'Data.Generics.Instances' 100% ( 19 / 19) in 'Data.Generics.Schemes' 100% ( 6 / 6) in 'Data.Generics.Text' 100% ( 17 / 17) in 'Data.Generics.Twins' 100% ( 8 / 8) in 'Data.Generics' 100% ( 2 / 2) in 'Generics.SYB' 100% ( 2 / 2) in 'Generics.SYB.Aliases' 100% ( 2 / 2) in 'Generics.SYB.Basics' 100% ( 2 / 2) in 'Generics.SYB.Builders' 100% ( 1 / 1) in 'Generics.SYB.Instances' 100% ( 2 / 2) in 'Generics.SYB.Schemes' 100% ( 2 / 2) in 'Generics.SYB.Text' 100% ( 2 / 2) in 'Generics.SYB.Twins' Documentation created: dist/doc/html/syb/, dist/doc/html/syb/syb.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/syb-0.7.2.4-JKskBWXskz039r4NsqQZXJ Completed syb-0.7.2.4 Configuring tagged-0.8.9... Preprocessing library for tagged-0.8.9.. Building library for tagged-0.8.9.. [1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o, dist/build/Data/Proxy/TH.dyn_o ) [2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o, dist/build/Data/Tagged.dyn_o ) Preprocessing library for tagged-0.8.9.. Running Haddock on library for tagged-0.8.9.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, nothing ) [2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, nothing ) Haddock coverage: Warning: 'Proxy' is ambiguous. It is defined * in Data.Proxy * in Data.Proxy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Proxy 66% ( 2 / 3) in 'Data.Proxy.TH' Missing documentation for: Module header Warning: 'Tagged' is ambiguous. It is defined * at src/Data/Tagged.hs:82:22 * at src/Data/Tagged.hs:82:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Tagged.hs:82:1 Warning: 'Proxy' is ambiguous. It is defined * in Data.Proxy * in Data.Proxy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Proxy 93% ( 14 / 15) in 'Data.Tagged' Missing documentation for: witness (src/Data/Tagged.hs:386) Warning: Data.Tagged: could not find link destinations for: - Data.Tagged.Rep_Tagged - Data.Tagged.Rep1_Tagged Documentation created: dist/doc/html/tagged/, dist/doc/html/tagged/tagged.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tagged-0.8.9-6aZuwRISGvIHng66Gvw0LY Completed tagged-0.8.9 Configuring th-abstraction-0.7.1.0... Preprocessing library for th-abstraction-0.7.1.0.. Building library for th-abstraction-0.7.1.0.. [1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, dist/build/Language/Haskell/TH/Datatype/Internal.o, dist/build/Language/Haskell/TH/Datatype/Internal.dyn_o ) [2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.o, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.dyn_o ) [3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, dist/build/Language/Haskell/TH/Datatype.o, dist/build/Language/Haskell/TH/Datatype.dyn_o ) Preprocessing library for th-abstraction-0.7.1.0.. Running Haddock on library for th-abstraction-0.7.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, nothing ) [2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, nothing ) [3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, nothing ) Haddock coverage: Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax 76% ( 40 / 52) in 'Language.Haskell.TH.Datatype.TyVarBndr' Missing documentation for: TyVarBndrUnit TyVarBndrSpec TyVarBndrVis Specificity BndrVis DefaultBndrFlag plainTV kindedTV inferredSpec specifiedSpec bndrReq bndrInvis Warning: 'DatatypeInfo' is ambiguous. It is defined * at src/Language/Haskell/TH/Datatype.hs:184:21 * at src/Language/Haskell/TH/Datatype.hs:184:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:184:1 Warning: 'ConstructorInfo' is ambiguous. It is defined * at src/Language/Haskell/TH/Datatype.hs:229:24 * at src/Language/Haskell/TH/Datatype.hs:229:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:229:1 Warning: 'FieldStrictness' is ambiguous. It is defined * at src/Language/Haskell/TH/Datatype.hs:272:24 * at src/Language/Haskell/TH/Datatype.hs:272:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:272:1 Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Strict' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * at src/Language/Haskell/TH/Datatype.hs:289:5 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/TH/Datatype.hs:289:5 Warning: 'datatypeInstVars' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mbKind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'resolveFixities' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FunArg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fixity' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax 92% ( 49 / 53) in 'Language.Haskell.TH.Datatype' Missing documentation for: arrowKCompat (src/Language/Haskell/TH/Datatype.hs:2260) isStrictAnnot (src/Language/Haskell/TH/Datatype.hs:293) notStrictAnnot (src/Language/Haskell/TH/Datatype.hs:294) unpackedAnnot (src/Language/Haskell/TH/Datatype.hs:295) Warning: Language.Haskell.TH.Datatype.TyVarBndr: could not find link destinations for: - Language.Haskell.TH.Syntax.Rep_BndrVis - Language.Haskell.TH.Syntax.Rep_Specificity Warning: Language.Haskell.TH.Datatype: could not find link destinations for: - Language.Haskell.TH.Datatype.Rep_DatatypeInfo - Language.Haskell.TH.Datatype.Rep_ConstructorInfo - Language.Haskell.TH.Datatype.Rep_FieldStrictness - Language.Haskell.TH.Datatype.Rep_Strictness - Language.Haskell.TH.Datatype.Rep_Unpackedness - Language.Haskell.TH.Datatype.Rep_ConstructorVariant - Language.Haskell.TH.Datatype.Rep_DatatypeVariant Documentation created: dist/doc/html/th-abstraction/, dist/doc/html/th-abstraction/th-abstraction.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-abstraction-0.7.1.0-5OEkekdo9oT3l4cxHWMApr Completed th-abstraction-0.7.1.0 Configuring th-compat-0.1.6... Preprocessing library for th-compat-0.1.6.. Building library for th-compat-0.1.6.. [1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, dist/build/Language/Haskell/TH/Syntax/Compat.o, dist/build/Language/Haskell/TH/Syntax/Compat.dyn_o ) Preprocessing library for th-compat-0.1.6.. Running Haddock on library for th-compat-0.1.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, nothing ) Haddock coverage: Warning: 'Code' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax Warning: 'm' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TExp' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'newNameQuote' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 45 / 46) in 'Language.Haskell.TH.Syntax.Compat' Missing documentation for: CodeQ Documentation created: dist/doc/html/th-compat/, dist/doc/html/th-compat/th-compat.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-compat-0.1.6-3eCsLS8Ko2yHD4T0lSGAtv Completed th-compat-0.1.6 Configuring transformers-compat-0.7.2... Preprocessing library for transformers-compat-0.7.2.. Building library for transformers-compat-0.7.2.. [1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o, dist/build/Control/Monad/Trans/Instances.dyn_o ) [2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, dist/build/Data/Functor/Classes/Generic/Internal.o, dist/build/Data/Functor/Classes/Generic/Internal.dyn_o ) [3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, dist/build/Data/Functor/Classes/Generic.o, dist/build/Data/Functor/Classes/Generic.dyn_o ) [4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o, dist/build/Paths_transformers_compat.dyn_o ) Preprocessing library for transformers-compat-0.7.2.. Running Haddock on library for transformers-compat-0.7.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, nothing ) [2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, nothing ) [3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, nothing ) [4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, nothing ) Haddock coverage: 100% ( 1 / 1) in 'Control.Monad.Trans.Instances' Warning: 'String' is ambiguous. It is defined * in Text.Read.Lex * in GHC.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Base Warning: 'Options' is ambiguous. It is defined * at generics/Data/Functor/Classes/Generic/Internal.hs:146:19 * at generics/Data/Functor/Classes/Generic/Internal.hs:146:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at generics/Data/Functor/Classes/Generic/Internal.hs:146:1 Warning: 'FunctorClassesDefault' is ambiguous. It is defined * at generics/Data/Functor/Classes/Generic/Internal.hs:1231:3 * at generics/Data/Functor/Classes/Generic/Internal.hs:1230:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at generics/Data/Functor/Classes/Generic/Internal.hs:1230:1 100% ( 48 / 48) in 'Data.Functor.Classes.Generic.Internal' Warning: 'Eq1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Ord1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Read1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Show1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'GenericFunctorClasses' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'eq1Default' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'compare1Default' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'readsPrec1Default' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'showsPrec1Default' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 21 / 21) in 'Data.Functor.Classes.Generic' Warning: Data.Functor.Classes.Generic.Internal: could not find link destinations for: - Data.Functor.Classes.Generic.Internal.GShowCon - Data.Functor.Classes.Generic.Internal.GReadCon Documentation created: dist/doc/html/transformers-compat/, dist/doc/html/transformers-compat/transformers-compat.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/transformers-compat-0.7.2-Kjd0KzrkeU5ax708EytP3 Completed transformers-compat-0.7.2 Configuring unbounded-delays-0.1.1.1... Preprocessing library for unbounded-delays-0.1.1.1.. Building library for unbounded-delays-0.1.1.1.. [1 of 2] Compiling Control.Concurrent.Thread.Delay ( Control/Concurrent/Thread/Delay.hs, dist/build/Control/Concurrent/Thread/Delay.o, dist/build/Control/Concurrent/Thread/Delay.dyn_o ) [2 of 2] Compiling Control.Concurrent.Timeout ( Control/Concurrent/Timeout.hs, dist/build/Control/Concurrent/Timeout.o, dist/build/Control/Concurrent/Timeout.dyn_o ) Preprocessing library for unbounded-delays-0.1.1.1.. Running Haddock on library for unbounded-delays-0.1.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Control.Concurrent.Thread.Delay ( Control/Concurrent/Thread/Delay.hs, nothing ) [2 of 2] Compiling Control.Concurrent.Timeout ( Control/Concurrent/Timeout.hs, nothing ) Control/Concurrent/Timeout.hs:36:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Int is redundant except perhaps to import instances from Data.Int To import instances alone, use: import Data.Int() | 36 | import Data.Int ( Int ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Control/Concurrent/Timeout.hs:37:1: warning: [GHC-66111] [-Wunused-imports] The import of System.IO is redundant except perhaps to import instances from System.IO To import instances alone, use: import System.IO() | 37 | import System.IO ( hGetBuf, hPutBuf, hWaitForInput ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Control/Concurrent/Timeout.hs:38:1: warning: [GHC-66111] [-Wunused-imports] The qualified import of System.Timeout is redundant except perhaps to import instances from System.Timeout To import instances alone, use: import System.Timeout() | 38 | import qualified System.Timeout ( timeout ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: 100% ( 2 / 2) in 'Control.Concurrent.Thread.Delay' Warning: 'Timeout' is ambiguous. It is defined * at Control/Concurrent/Timeout.hs:56:19 * at Control/Concurrent/Timeout.hs:56:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Control/Concurrent/Timeout.hs:56:1 75% ( 3 / 4) in 'Control.Concurrent.Timeout' Missing documentation for: Timeout (Control/Concurrent/Timeout.hs:56) Documentation created: dist/doc/html/unbounded-delays/, dist/doc/html/unbounded-delays/unbounded-delays.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unbounded-delays-0.1.1.1-CM2wHRre6lZ3PiyJglTMay Completed unbounded-delays-0.1.1.1 Configuring unliftio-core-0.2.1.0... Preprocessing library for unliftio-core-0.2.1.0.. Building library for unliftio-core-0.2.1.0.. [1 of 2] Compiling Control.Monad.IO.Unlift ( src/Control/Monad/IO/Unlift.hs, dist/build/Control/Monad/IO/Unlift.o, dist/build/Control/Monad/IO/Unlift.dyn_o ) [2 of 2] Compiling Paths_unliftio_core ( dist/build/autogen/Paths_unliftio_core.hs, dist/build/Paths_unliftio_core.o, dist/build/Paths_unliftio_core.dyn_o ) Preprocessing library for unliftio-core-0.2.1.0.. Running Haddock on library for unliftio-core-0.2.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Control.Monad.IO.Unlift ( src/Control/Monad/IO/Unlift.hs, nothing ) [2 of 2] Compiling Paths_unliftio_core ( dist/build/autogen/Paths_unliftio_core.hs, nothing ) Haddock coverage: Warning: 'ReaderT' is ambiguous. It is defined * in Control.Monad.Trans.Reader * in Control.Monad.Trans.Reader You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Reader Warning: 'IdentityT' is ambiguous. It is defined * in Control.Monad.Trans.Identity * in Control.Monad.Trans.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Identity Warning: 'UnliftIO' is ambiguous. It is defined * at src/Control/Monad/IO/Unlift.hs:27:22 * at src/Control/Monad/IO/Unlift.hs:27:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/IO/Unlift.hs:27:1 100% ( 10 / 10) in 'Control.Monad.IO.Unlift' Documentation created: dist/doc/html/unliftio-core/, dist/doc/html/unliftio-core/unliftio-core.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unliftio-core-0.2.1.0-4RRDZLCPaiuAoQNEd4e5m9 Completed unliftio-core-0.2.1.0 Configuring vector-stream-0.1.0.1... Preprocessing library for vector-stream-0.1.0.1.. Building library for vector-stream-0.1.0.1.. [1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, dist/build/Data/Stream/Monadic.o, dist/build/Data/Stream/Monadic.dyn_o ) Preprocessing library for vector-stream-0.1.0.1.. Running Haddock on library for vector-stream-0.1.0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, nothing ) Haddock coverage: Warning: 'Stream' is ambiguous. It is defined * at src/Data/Stream/Monadic.hs:154:19 * at src/Data/Stream/Monadic.hs:154:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Stream/Monadic.hs:154:1 Warning: 'Bundle' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 81% (110 /135) in 'Data.Stream.Monadic' Missing documentation for: liftBox (src/Data/Stream/Monadic.hs:130) generate (src/Data/Stream/Monadic.hs:210) unbox (src/Data/Stream/Monadic.hs:462) concatMap (src/Data/Stream/Monadic.hs:1070) zipWithM_ (src/Data/Stream/Monadic.hs:531) zipWith3M (src/Data/Stream/Monadic.hs:535) zipWith4M (src/Data/Stream/Monadic.hs:565) zipWith5M (src/Data/Stream/Monadic.hs:572) zipWith6M (src/Data/Stream/Monadic.hs:579) zipWith (src/Data/Stream/Monadic.hs:585) zipWith3 (src/Data/Stream/Monadic.hs:590) zipWith4 (src/Data/Stream/Monadic.hs:596) zipWith5 (src/Data/Stream/Monadic.hs:602) zipWith6 (src/Data/Stream/Monadic.hs:608) zip (src/Data/Stream/Monadic.hs:612) zip3 (src/Data/Stream/Monadic.hs:616) zip4 (src/Data/Stream/Monadic.hs:621) zip5 (src/Data/Stream/Monadic.hs:626) zip6 (src/Data/Stream/Monadic.hs:631) mapMaybe (src/Data/Stream/Monadic.hs:702) catMaybes (src/Data/Stream/Monadic.hs:716) and (src/Data/Stream/Monadic.hs:1044) or (src/Data/Stream/Monadic.hs:1057) concatMapM (src/Data/Stream/Monadic.hs:1074) unfoldrN (src/Data/Stream/Monadic.hs:1136) Documentation created: dist/doc/html/vector-stream/, dist/doc/html/vector-stream/vector-stream.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-stream-0.1.0.1-6z73n1LRnZvKlURnjwR3rr Completed vector-stream-0.1.0.1 Configuring void-0.7.3... Preprocessing library for void-0.7.3.. Building library for void-0.7.3.. [1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, dist/build/Data/Void/Unsafe.o, dist/build/Data/Void/Unsafe.dyn_o ) Preprocessing library for void-0.7.3.. Running Haddock on library for void-0.7.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Void.Unsafe ( src/Data/Void/Unsafe.hs, nothing ) Haddock coverage: 100% ( 3 / 3) in 'Data.Void.Unsafe' Documentation created: dist/doc/html/void/, dist/doc/html/void/void.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/void-0.7.3-F687xIBHTdI3hx1dnappcQ Completed void-0.7.3 Downloading zenc-0.1.2 Downloaded zenc-0.1.2 Configuring zenc-0.1.2... Preprocessing library for zenc-0.1.2.. Building library for zenc-0.1.2.. [1 of 1] Compiling Text.Encoding.Z ( Text/Encoding/Z.hs, dist/build/Text/Encoding/Z.o, dist/build/Text/Encoding/Z.dyn_o ) Text/Encoding/Z.hs:116:46: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 116 | encode_as_unicode_char c = 'z' : if isDigit (head hex_str) then hex_str | ^^^^ Preprocessing library for zenc-0.1.2.. Running Haddock on library for zenc-0.1.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Text.Encoding.Z ( Text/Encoding/Z.hs, nothing ) Text/Encoding/Z.hs:116:46: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 116 | encode_as_unicode_char c = 'z' : if isDigit (head hex_str) then hex_str | ^^^^ Haddock coverage: Warning: 'Z' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ZZ' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'z' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'zz' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'zx' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Zx' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'znnnU' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'nnn' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 60% ( 3 / 5) in 'Text.Encoding.Z' Missing documentation for: UserString (Text/Encoding/Z.hs:22) EncodedString (Text/Encoding/Z.hs:23) Documentation created: dist/doc/html/zenc/, dist/doc/html/zenc/zenc.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/zenc-0.1.2-FnaWVzHThFWDms6RnU4tny Completed zenc-0.1.2 Configuring contravariant-1.5.5... Preprocessing library for contravariant-1.5.5.. Building library for contravariant-1.5.5.. [1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, dist/build/Data/Functor/Contravariant/Divisible.o, dist/build/Data/Functor/Contravariant/Divisible.dyn_o ) [2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, dist/build/Data/Functor/Contravariant/Compose.o, dist/build/Data/Functor/Contravariant/Compose.dyn_o ) [3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, dist/build/Data/Functor/Contravariant/Generic.o, dist/build/Data/Functor/Contravariant/Generic.dyn_o ) Preprocessing library for contravariant-1.5.5.. Running Haddock on library for contravariant-1.5.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, nothing ) [2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, nothing ) [3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, nothing ) Haddock coverage: Warning: 'delta' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 17 / 17) in 'Data.Functor.Contravariant.Divisible' 100% ( 4 / 4) in 'Data.Functor.Contravariant.Compose' Warning: 'Comparison' is ambiguous. It is defined * in Data.Functor.Contravariant * in Data.Functor.Contravariant You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Contravariant Warning: 'Equivalence' is ambiguous. It is defined * in Data.Functor.Contravariant * in Data.Functor.Contravariant You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Contravariant 100% ( 3 / 3) in 'Data.Functor.Contravariant.Generic' Warning: Data.Functor.Contravariant.Generic: could not find link destinations for: - Data.Functor.Contravariant.Generic.GDeciding1 - Data.Functor.Contravariant.Generic.GDeciding - Data.Functor.Contravariant.Generic.GG - Data.Functor.Contravariant.Generic.Rep1' - Data.Functor.Contravariant.Generic.Rep' Documentation created: dist/doc/html/contravariant/, dist/doc/html/contravariant/contravariant.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/contravariant-1.5.5-9OZxSMGmONm3FLxTwjX4ym Completed contravariant-1.5.5 Configuring ansi-terminal-types-1.1... Preprocessing library for ansi-terminal-types-1.1.. Building library for ansi-terminal-types-1.1.. [1 of 1] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, dist/build/System/Console/ANSI/Types.o, dist/build/System/Console/ANSI/Types.dyn_o ) Preprocessing library for ansi-terminal-types-1.1.. Running Haddock on library for ansi-terminal-types-1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, nothing ) Haddock coverage: 100% ( 13 / 13) in 'System.Console.ANSI.Types' Documentation created: dist/doc/html/ansi-terminal-types/, dist/doc/html/ansi-terminal-types/ansi-terminal-types.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-types-1.1-HAQdkxzoxfTLgP68NcEWOX Completed ansi-terminal-types-1.1 Configuring MemoTrie-0.6.11... Preprocessing library for MemoTrie-0.6.11.. Building library for MemoTrie-0.6.11.. [1 of 1] Compiling Data.MemoTrie ( src/Data/MemoTrie.hs, dist/build/Data/MemoTrie.o, dist/build/Data/MemoTrie.dyn_o ) src/Data/MemoTrie.hs:91:22: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 91 | data (:->:) a :: * -> * | ^ src/Data/MemoTrie.hs:91:27: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 91 | data (:->:) a :: * -> * | ^ src/Data/MemoTrie.hs:604:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad ((:->:) a). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 604 | return a = trie (return a) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Preprocessing library for MemoTrie-0.6.11.. Running Haddock on library for MemoTrie-0.6.11.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.MemoTrie ( src/Data/MemoTrie.hs, nothing ) src/Data/MemoTrie.hs:91:22: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 91 | data (:->:) a :: * -> * | ^ src/Data/MemoTrie.hs:91:27: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 91 | data (:->:) a :: * -> * | ^ src/Data/MemoTrie.hs:604:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad ((:->:) a). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 604 | return a = trie (return a) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: 100% ( 18 / 18) in 'Data.MemoTrie' Warning: Data.MemoTrie: could not find link destinations for: - Data.MemoTrie.D:R::->:M1b0 - Data.MemoTrie.D:R::->:K1b0 - Data.MemoTrie.D:R::->::*:b0 - Data.MemoTrie.D:R::->::+:b0 - Data.MemoTrie.D:R::->:U1b0 - Data.MemoTrie.D:R::->:V1b0 - Data.MemoTrie.D:R::->:Integera0 - Data.MemoTrie.D:R::->:Int64a0 - Data.MemoTrie.D:R::->:Int32a0 - Data.MemoTrie.D:R::->:Int16a0 - Data.MemoTrie.D:R::->:Int8a0 - Data.MemoTrie.D:R::->:Inta0 - Data.MemoTrie.D:R::->:Chara0 - Data.MemoTrie.D:R::->:Word64a0 - Data.MemoTrie.D:R::->:Word32a0 - Data.MemoTrie.D:R::->:Word16a0 - Data.MemoTrie.D:R::->:Word8a0 - Data.MemoTrie.D:R::->:Worda0 - Data.MemoTrie.D:R::->:Lista0 - Data.MemoTrie.D:R::->:Tuple3x0 - Data.MemoTrie.D:R:O:->: - Data.MemoTrie.D:R::->:Tuple2x0 - Data.MemoTrie.D:R:O:->:0 - Data.MemoTrie.D:R::->:Eitherx0 - Data.MemoTrie.D:R:O:->:1 - Data.MemoTrie.D:R::->:Maybeb0 - Data.MemoTrie.D:R:O:->:2 - Data.MemoTrie.D:R::->:Boolx0 - Data.MemoTrie.D:R:O:->:3 - Data.MemoTrie.D:R::->:Unita0 - Data.MemoTrie.D:R:O:->:4 - Data.MemoTrie.D:R::->:Voida0 Documentation created: dist/doc/html/MemoTrie/, dist/doc/html/MemoTrie/MemoTrie.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/MemoTrie-0.6.11-L62SCIwpA0PJ1KFHyNMzxt Completed MemoTrie-0.6.11 Configuring hashable-1.5.0.0... Preprocessing library for hashable-1.5.0.0.. Building library for hashable-1.5.0.0.. [ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o ) [ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o ) [ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o ) [ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o ) [ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o ) [ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o ) [ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o ) [ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o ) src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe] Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe! | 5 | {-# LANGUAGE Trustworthy #-} | ^^^^^^^^^^^ [ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o, dist/build/Data/Hashable/Generic.dyn_o ) [10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, dist/build/Data/Hashable.o, dist/build/Data/Hashable.dyn_o ) Preprocessing library for hashable-1.5.0.0.. Running Haddock on library for hashable-1.5.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, nothing ) [ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, nothing ) [ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, nothing ) [ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, nothing ) [ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, nothing ) [ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, nothing ) [ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, nothing ) [ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, nothing ) src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe] Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe! | 5 | {-# LANGUAGE Trustworthy #-} | ^^^^^^^^^^^ [ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, nothing ) [10 of 10] Compiling Data.Hashable ( src/Data/Hashable.hs, nothing ) Haddock coverage: Warning: 'ByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte Warning: 'hash' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'defaultHashWith' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Hashed' is ambiguous. It is defined * at src/Data/Hashable/Class.hs:860:17 * at src/Data/Hashable/Class.hs:860:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Hashable/Class.hs:860:1 Warning: 'Arg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 8 / 10) in 'Data.Hashable.Lifted' Missing documentation for: Hashable1 (src/Data/Hashable/Class.hs:252) Hashable2 (src/Data/Hashable/Class.hs:267) 66% ( 6 / 9) in 'Data.Hashable.Generic' Missing documentation for: One (src/Data/Hashable/Class.hs:242) Zero (src/Data/Hashable/Class.hs:241) HashArgs (src/Data/Hashable/Class.hs:244) Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 31 / 31) in 'Data.Hashable' Warning: Data.Hashable.Generic: could not find link destinations for: - Data.Hashable.Class.D:R:HashArgsOnea0 - Data.Hashable.Class.D:R:HashArgsZeroa0 - Data.Hashable.Generic.Instances.GSum Warning: Data.Hashable: could not find link destinations for: - Data.Hashable.Mix.Salt Documentation created: dist/doc/html/hashable/, dist/doc/html/hashable/hashable.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hashable-1.5.0.0-CJcCLhsCpdHlEFddjHE51 Completed hashable-1.5.0.0 Configuring integer-conversion-0.1.1... Preprocessing library for integer-conversion-0.1.1.. Building library for integer-conversion-0.1.1.. [1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, dist/build/Data/Integer/Conversion.o, dist/build/Data/Integer/Conversion.dyn_o ) Preprocessing library for integer-conversion-0.1.1.. Running Haddock on library for integer-conversion-0.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Integer.Conversion ( src/Data/Integer/Conversion.hs, nothing ) Haddock coverage: Warning: 'Text' is ambiguous. It is defined * in Data.Text.Internal * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Text.Internal 100% ( 5 / 5) in 'Data.Integer.Conversion' Documentation created: dist/doc/html/integer-conversion/, dist/doc/html/integer-conversion/integer-conversion.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-conversion-0.1.1-CeDtdfh0tTJCMc72X6KfS8 Completed integer-conversion-0.1.1 Configuring random-1.2.1.3... Preprocessing library for random-1.2.1.3.. Building library for random-1.2.1.3.. [1 of 4] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, dist/build/System/Random/GFinite.o, dist/build/System/Random/GFinite.dyn_o ) [2 of 4] Compiling System.Random.Internal ( src/System/Random/Internal.hs, dist/build/System/Random/Internal.o, dist/build/System/Random/Internal.dyn_o ) [3 of 4] Compiling System.Random ( src/System/Random.hs, dist/build/System/Random.o, dist/build/System/Random.dyn_o ) [4 of 4] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, dist/build/System/Random/Stateful.o, dist/build/System/Random/Stateful.dyn_o ) Preprocessing library for random-1.2.1.3.. Running Haddock on library for random-1.2.1.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, nothing ) [2 of 4] Compiling System.Random.Internal ( src/System/Random/Internal.hs, nothing ) [3 of 4] Compiling System.Random ( src/System/Random.hs, nothing ) [4 of 4] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, nothing ) Haddock coverage: Warning: 'StateGenM' is ambiguous. It is defined * at src/System/Random/Internal.hs:436:20 * at src/System/Random/Internal.hs:436:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/Internal.hs:436:1 Warning: 'StdGen' is ambiguous. It is defined * at src/System/Random/Internal.hs:555:18 * at src/System/Random/Internal.hs:555:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/Internal.hs:555:1 Warning: 'StateT' is ambiguous. It is defined * in Control.Monad.Trans.State.Strict * in Control.Monad.Trans.State.Strict You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.State.Strict Warning: 'StdGen' is ambiguous. It is defined * at src/System/Random/Internal.hs:555:18 * at src/System/Random/Internal.hs:555:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/Internal.hs:555:1 100% ( 37 / 37) in 'System.Random' Warning: 'TGenM' is ambiguous. It is defined * at src/System/Random/Stateful.hs:562:19 * at src/System/Random/Stateful.hs:562:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/Stateful.hs:562:1 Warning: 'STGenM' is ambiguous. It is defined * at src/System/Random/Stateful.hs:476:22 * at src/System/Random/Stateful.hs:476:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/Stateful.hs:476:1 Warning: 'StateGenM' is ambiguous. It is defined * at src/System/Random/Internal.hs:436:20 * at src/System/Random/Internal.hs:436:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/Internal.hs:436:1 Warning: 'IOGenM' is ambiguous. It is defined * at src/System/Random/Stateful.hs:413:20 * at src/System/Random/Stateful.hs:413:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/Stateful.hs:413:1 Warning: 'AtomicGenM' is ambiguous. It is defined * at src/System/Random/Stateful.hs:328:24 * at src/System/Random/Stateful.hs:328:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/Stateful.hs:328:1 Warning: 'STGenM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'StateT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'STM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'STGen' is ambiguous. It is defined * at src/System/Random/Stateful.hs:481:19 * at src/System/Random/Stateful.hs:481:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/Stateful.hs:481:1 100% ( 75 / 75) in 'System.Random.Stateful' Warning: System.Random: could not find link destinations for: - System.Random.GFinite.cardinality - System.Random.GFinite.toFinite - System.Random.GFinite.fromFinite - System.Random.GFinite.Cardinality Warning: System.Random.Stateful: could not find link destinations for: - System.Random.GFinite.GFinite - System.Random.Internal.GUniform - System.Random.Internal.D:R:MutableGenStateGenm - System.Random.Stateful.D:R:MutableGenAtomicGenm - System.Random.Stateful.D:R:MutableGenIOGenm - System.Random.Stateful.D:R:MutableGenSTGenST - System.Random.Stateful.D:R:MutableGenTGenSTM Documentation created: dist/doc/html/random/, dist/doc/html/random/random.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/random-1.2.1.3-JNcowubUgZj8sInaFMxm5k Completed random-1.2.1.3 Configuring distributive-0.6.2.1... Preprocessing library for distributive-0.6.2.1.. Building library for distributive-0.6.2.1.. [1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o, dist/build/Data/Distributive.dyn_o ) src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict] The prefix use of a $ would denote an untyped splice were the TemplateHaskell extension enabled. Suggested fix: Add whitespace after the $. | 157 | distribute a e = fmap ($e) a | ^ [2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o, dist/build/Data/Distributive/Generic.dyn_o ) Preprocessing library for distributive-0.6.2.1.. Running Haddock on library for distributive-0.6.2.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, nothing ) src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict] The prefix use of a $ would denote an untyped splice were the TemplateHaskell extension enabled. Suggested fix: Add whitespace after the $. | 157 | distribute a e = fmap ($e) a | ^ [2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, nothing ) Haddock coverage: Warning: 'Representable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Compose 100% ( 4 / 4) in 'Data.Distributive' 75% ( 3 / 4) in 'Data.Distributive.Generic' Missing documentation for: GDistributive (src/Data/Distributive/Generic.hs:51) Documentation created: dist/doc/html/distributive/, dist/doc/html/distributive/distributive.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/distributive-0.6.2.1-LYGC3cC7tAvDF84yagGUZw Completed distributive-0.6.2.1 Configuring boring-0.2.2... Preprocessing library for boring-0.2.2.. Building library for boring-0.2.2.. [1 of 1] Compiling Data.Boring ( src/Data/Boring.hs, dist/build/Data/Boring.o, dist/build/Data/Boring.dyn_o ) Preprocessing library for boring-0.2.2.. Running Haddock on library for boring-0.2.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Boring ( src/Data/Boring.hs, nothing ) Haddock coverage: Warning: ':~:' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Data.Boring' Warning: Data.Boring: could not find link destinations for: - Data.Boring.gabsurd - Data.Boring.gboring Documentation created: dist/doc/html/boring/, dist/doc/html/boring/boring.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/boring-0.2.2-53a7wDlC4l2H7dYl9a5jzk Completed boring-0.2.2 Configuring th-lift-0.8.6... Preprocessing library for th-lift-0.8.6.. Building library for th-lift-0.8.6.. [1 of 2] Compiling Language.Haskell.TH.Lift.Internal ( src/Language/Haskell/TH/Lift/Internal.hs, dist/build/Language/Haskell/TH/Lift/Internal.o, dist/build/Language/Haskell/TH/Lift/Internal.dyn_o ) [2 of 2] Compiling Language.Haskell.TH.Lift ( src/Language/Haskell/TH/Lift.hs, dist/build/Language/Haskell/TH/Lift.o, dist/build/Language/Haskell/TH/Lift.dyn_o ) Preprocessing library for th-lift-0.8.6.. Running Haddock on library for th-lift-0.8.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Language.Haskell.TH.Lift.Internal ( src/Language/Haskell/TH/Lift/Internal.hs, nothing ) [2 of 2] Compiling Language.Haskell.TH.Lift ( src/Language/Haskell/TH/Lift.hs, nothing ) Haddock coverage: Warning: 'makeLift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 3 / 3) in 'Language.Haskell.TH.Lift.Internal' 62% ( 5 / 8) in 'Language.Haskell.TH.Lift' Missing documentation for: Module header deriveLift (src/Language/Haskell/TH/Lift.hs:57) deriveLiftMany' (src/Language/Haskell/TH/Lift.hs:75) Documentation created: dist/doc/html/th-lift/, dist/doc/html/th-lift/th-lift.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-lift-0.8.6-4HcLgzDLxGg12EUKIGyxSR Completed th-lift-0.8.6 Configuring th-expand-syns-0.4.12.0... Preprocessing library for th-expand-syns-0.4.12.0.. Building library for th-expand-syns-0.4.12.0.. [1 of 1] Compiling Language.Haskell.TH.ExpandSyns ( Language/Haskell/TH/ExpandSyns.hs, dist/build/Language/Haskell/TH/ExpandSyns.o, dist/build/Language/Haskell/TH/ExpandSyns.dyn_o ) Preprocessing library for th-expand-syns-0.4.12.0.. Running Haddock on library for th-expand-syns-0.4.12.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Language.Haskell.TH.ExpandSyns ( Language/Haskell/TH/ExpandSyns.hs, nothing ) Haddock coverage: 81% ( 9 / 11) in 'Language.Haskell.TH.ExpandSyns' Missing documentation for: Module header SynonymExpansionSettings (Language/Haskell/TH/ExpandSyns.hs:31) Documentation created: dist/doc/html/th-expand-syns/, dist/doc/html/th-expand-syns/th-expand-syns.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-expand-syns-0.4.12.0-1HPojfMgxDQ9QxRCLjv5nl Completed th-expand-syns-0.4.12.0 Downloading dependent-sum-template-0.2.0.2 Downloaded dependent-sum-template-0.2.0.2 Configuring dependent-sum-template-0.2.0.2... Preprocessing library for dependent-sum-template-0.2.0.2.. Building library for dependent-sum-template-0.2.0.2.. [1 of 4] Compiling Data.GADT.Compare.Monad ( src/Data/GADT/Compare/Monad.hs, dist/build/Data/GADT/Compare/Monad.o, dist/build/Data/GADT/Compare/Monad.dyn_o ) [2 of 4] Compiling Data.GADT.TH.Internal ( src/Data/GADT/TH/Internal.hs, dist/build/Data/GADT/TH/Internal.o, dist/build/Data/GADT/TH/Internal.dyn_o ) [3 of 4] Compiling Data.GADT.Show.TH ( src/Data/GADT/Show/TH.hs, dist/build/Data/GADT/Show/TH.o, dist/build/Data/GADT/Show/TH.dyn_o ) [4 of 4] Compiling Data.GADT.Compare.TH ( src/Data/GADT/Compare/TH.hs, dist/build/Data/GADT/Compare/TH.o, dist/build/Data/GADT/Compare/TH.dyn_o ) Preprocessing library for dependent-sum-template-0.2.0.2.. Running Haddock on library for dependent-sum-template-0.2.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Data.GADT.Compare.Monad ( src/Data/GADT/Compare/Monad.hs, /tmp/ghc3192205_0/ghc_10.o, /tmp/ghc3192205_0/ghc_10.dyn_o ) [2 of 4] Compiling Data.GADT.TH.Internal ( src/Data/GADT/TH/Internal.hs, /tmp/ghc3192205_0/ghc_12.o, /tmp/ghc3192205_0/ghc_12.dyn_o ) [3 of 4] Compiling Data.GADT.Show.TH ( src/Data/GADT/Show/TH.hs, nothing ) [4 of 4] Compiling Data.GADT.Compare.TH ( src/Data/GADT/Compare/TH.hs, nothing ) Haddock coverage: 0% ( 0 / 2) in 'Data.GADT.Show.TH' Missing documentation for: Module header DeriveGShow (src/Data/GADT/Show/TH.hs:19) 0% ( 0 / 7) in 'Data.GADT.Compare.TH' Missing documentation for: Module header DeriveGEQ (src/Data/GADT/Compare/TH.hs:31) DeriveGCompare (src/Data/GADT/Compare/TH.hs:96) GComparing (src/Data/GADT/Compare/Monad.hs:20) runGComparing (src/Data/GADT/Compare/Monad.hs:42) geq' (src/Data/GADT/Compare/Monad.hs:32) compare' (src/Data/GADT/Compare/Monad.hs:37) Documentation created: dist/doc/html/dependent-sum-template/, dist/doc/html/dependent-sum-template/dependent-sum-template.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dependent-sum-template-0.2.0.2-7AJilF0lOozDYUuWYpaM2i Completed dependent-sum-template-0.2.0.2 Configuring network-uri-2.6.4.2... Preprocessing library for network-uri-2.6.4.2.. Building library for network-uri-2.6.4.2.. [1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o, dist/build/Network/URI.dyn_o ) Network/URI.hs:1131:12: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1131 | if head (uriPath ref) == '/' then | ^^^^ Network/URI.hs:1437:16: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1437 | query = orNull tail . uriQuery | ^^^^ Network/URI.hs:1441:19: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1441 | fragment = orNull tail . uriFragment | ^^^^ [2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.o, dist/build/Network/URI/Lens.dyn_o ) [3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.o, dist/build/Network/URI/Static.dyn_o ) Preprocessing library for network-uri-2.6.4.2.. Running Haddock on library for network-uri-2.6.4.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Network.URI ( Network/URI.hs, nothing ) Network/URI.hs:1131:12: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1131 | if head (uriPath ref) == '/' then | ^^^^ Network/URI.hs:1437:16: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1437 | query = orNull tail . uriQuery | ^^^^ Network/URI.hs:1441:19: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1441 | fragment = orNull tail . uriFragment | ^^^^ [2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, nothing ) [3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, nothing ) Haddock coverage: Warning: 'URI' is ambiguous. It is defined * at Network/URI.hs:184:12 * at Network/URI.hs:184:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Network/URI.hs:184:1 77% ( 42 / 54) in 'Network.URI' Missing documentation for: uriIsAbsolute (Network/URI.hs:388) uriIsRelative (Network/URI.hs:391) uriAuthToString (Network/URI.hs:959) parseabsoluteURI (Network/URI.hs:1400) escapeString (Network/URI.hs:1404) reserved (Network/URI.hs:1408) unreserved (Network/URI.hs:1412) scheme (Network/URI.hs:1418) authority (Network/URI.hs:1425) path (Network/URI.hs:1433) query (Network/URI.hs:1437) fragment (Network/URI.hs:1441) 11% ( 1 / 9) in 'Network.URI.Lens' Missing documentation for: uriRegNameLens (Network/URI/Lens.hs:32) uriUserInfoLens (Network/URI/Lens.hs:35) uriPortLens (Network/URI/Lens.hs:39) uriAuthorityLens (Network/URI/Lens.hs:42) uriSchemeLens (Network/URI/Lens.hs:46) uriPathLens (Network/URI/Lens.hs:49) uriQueryLens (Network/URI/Lens.hs:52) uriFragmentLens (Network/URI/Lens.hs:55) 88% ( 8 / 9) in 'Network.URI.Static' Missing documentation for: Module header Warning: Network.URI: could not find link destinations for: - Network.URI.Rep_URI - Network.URI.Rep_URIAuth Warning: Network.URI.Lens: could not find link destinations for: - Network.URI.Lens.Lens' Documentation created: dist/doc/html/network-uri/, dist/doc/html/network-uri/network-uri.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-uri-2.6.4.2-3nNQMBMIiS23GiQ0eN39ga Completed network-uri-2.6.4.2 Configuring transformers-base-0.4.6... Preprocessing library for transformers-base-0.4.6.. Building library for transformers-base-0.4.6.. [1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o, dist/build/Control/Monad/Base.dyn_o ) Preprocessing library for transformers-base-0.4.6.. Running Haddock on library for transformers-base-0.4.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, nothing ) Haddock coverage: 33% ( 1 / 3) in 'Control.Monad.Base' Missing documentation for: Module header MonadBase (src/Control/Monad/Base.hs:60) Documentation created: dist/doc/html/transformers-base/, dist/doc/html/transformers-base/transformers-base.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/transformers-base-0.4.6-IL0Wd7HO1bp151a2hrrU7W Completed transformers-base-0.4.6 Configuring mmorph-1.2.0... Preprocessing library for mmorph-1.2.0.. Building library for mmorph-1.2.0.. [1 of 2] Compiling Control.Monad.Morph ( src/Control/Monad/Morph.hs, dist/build/Control/Monad/Morph.o, dist/build/Control/Monad/Morph.dyn_o ) [2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, dist/build/Control/Monad/Trans/Compose.o, dist/build/Control/Monad/Trans/Compose.dyn_o ) src/Control/Monad/Trans/Compose.hs:45:25: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:30: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:36: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:41: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:51: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:56: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:62: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:67: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ Preprocessing library for mmorph-1.2.0.. Running Haddock on library for mmorph-1.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Control.Monad.Morph ( src/Control/Monad/Morph.hs, nothing ) [2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, nothing ) src/Control/Monad/Trans/Compose.hs:45:25: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:30: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:36: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:41: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:51: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:56: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:62: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ src/Control/Monad/Trans/Compose.hs:45:67: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 45 | newtype ComposeT (f :: (* -> *) -> * -> *) (g :: (* -> *) -> * -> *) m a | ^ Haddock coverage: Warning: 'ErrorT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'program' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 22 / 22) in 'Control.Monad.Morph' Warning: 'ComposeT' is ambiguous. It is defined * at src/Control/Monad/Trans/Compose.hs:46:7 * at src/Control/Monad/Trans/Compose.hs:45:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Trans/Compose.hs:45:1 100% ( 4 / 4) in 'Control.Monad.Trans.Compose' Documentation created: dist/doc/html/mmorph/, dist/doc/html/mmorph/mmorph.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/mmorph-1.2.0-8BUqW6vXNNHFU5DYrOoD6s Completed mmorph-1.2.0 Downloading exception-transformers-0.4.0.12 Downloaded exception-transformers-0.4.0.12 Configuring exception-transformers-0.4.0.12... Preprocessing library for exception-transformers-0.4.0.12.. Building library for exception-transformers-0.4.0.12.. [1 of 1] Compiling Control.Monad.Exception ( Control/Monad/Exception.hs, dist/build/Control/Monad/Exception.o, dist/build/Control/Monad/Exception.dyn_o ) Preprocessing library for exception-transformers-0.4.0.12.. Running Haddock on library for exception-transformers-0.4.0.12.. Warning: The documentation for the following packages are not installed. No links will be generated to these packages: fail-4.9.0.0 Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Control.Monad.Exception ( Control/Monad/Exception.hs, nothing ) Haddock coverage: Warning: 'ExceptionT' is ambiguous. It is defined * at Control/Monad/Exception.hs:170:5 * at Control/Monad/Exception.hs:169:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Control/Monad/Exception.hs:169:1 63% ( 7 / 11) in 'Control.Monad.Exception' Missing documentation for: MonadException (Control/Monad/Exception.hs:100) MonadAsyncException (Control/Monad/Exception.hs:132) ExceptionT (Control/Monad/Exception.hs:169) mapExceptionT (Control/Monad/Exception.hs:175) Warning: Control.Monad.Exception: could not find link destinations for: - GHC.IOPort.IOPortException Documentation created: dist/doc/html/exception-transformers/, dist/doc/html/exception-transformers/exception-transformers.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/exception-transformers-0.4.0.12-DBCv5NGh4Qg1uU0ViCi2U5 Completed exception-transformers-0.4.0.12 Configuring ansi-terminal-1.1.2... Preprocessing library for ansi-terminal-1.1.2.. Building library for ansi-terminal-1.1.2.. [1 of 3] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, dist/build/System/Console/ANSI/Codes.o, dist/build/System/Console/ANSI/Codes.dyn_o ) [2 of 3] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, dist/build/System/Console/ANSI/Internal.o, dist/build/System/Console/ANSI/Internal.dyn_o ) [3 of 3] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, dist/build/System/Console/ANSI.o, dist/build/System/Console/ANSI.dyn_o ) Preprocessing library for ansi-terminal-1.1.2.. Running Haddock on library for ansi-terminal-1.1.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, nothing ) [2 of 3] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, nothing ) [3 of 3] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, nothing ) Haddock coverage: 66% ( 41 / 62) in 'System.Console.ANSI.Codes' Missing documentation for: cursorUpCode (src/System/Console/ANSI/Codes.hs:236) cursorDownCode (src/System/Console/ANSI/Codes.hs:237) cursorForwardCode (src/System/Console/ANSI/Codes.hs:238) cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239) cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245) cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244) clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312) clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313) clearScreenCode (src/System/Console/ANSI/Codes.hs:314) clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315) clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316) clearLineCode (src/System/Console/ANSI/Codes.hs:317) enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320) disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321) scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326) scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327) useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330) useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331) setSGRCode (src/System/Console/ANSI/Codes.hs:339) hideCursorCode (src/System/Console/ANSI/Codes.hs:344) showCursorCode (src/System/Console/ANSI/Codes.hs:345) 54% ( 85 /155) in 'System.Console.ANSI' Missing documentation for: cursorUp (src/System/Console/ANSI.hs:415) cursorDown (src/System/Console/ANSI.hs:416) cursorForward (src/System/Console/ANSI.hs:417) cursorBackward (src/System/Console/ANSI.hs:418) hCursorUp (src/System/Console/ANSI.hs:407) hCursorDown (src/System/Console/ANSI.hs:408) hCursorForward (src/System/Console/ANSI.hs:409) hCursorBackward (src/System/Console/ANSI.hs:410) cursorUpCode (src/System/Console/ANSI/Codes.hs:236) cursorDownCode (src/System/Console/ANSI/Codes.hs:237) cursorForwardCode (src/System/Console/ANSI/Codes.hs:238) cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239) cursorUpLine (src/System/Console/ANSI.hs:431) cursorDownLine (src/System/Console/ANSI.hs:430) hCursorUpLine (src/System/Console/ANSI.hs:425) hCursorDownLine (src/System/Console/ANSI.hs:424) cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245) cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244) hSetCursorColumn (src/System/Console/ANSI.hs:437) hSetCursorPosition (src/System/Console/ANSI.hs:451) hSaveCursor (src/System/Console/ANSI.hs:462) hRestoreCursor (src/System/Console/ANSI.hs:463) hReportCursorPosition (src/System/Console/ANSI.hs:464) clearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1036) clearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1037) clearScreen (src/System/Console/ANSI.hs:1038) clearFromCursorToLineEnd (src/System/Console/ANSI.hs:1048) clearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1049) clearLine (src/System/Console/ANSI.hs:1050) hClearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1030) hClearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1031) hClearScreen (src/System/Console/ANSI.hs:1033) hClearFromCursorToLineEnd (src/System/Console/ANSI.hs:1043) hClearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1044) hClearLine (src/System/Console/ANSI.hs:1045) clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312) clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313) clearScreenCode (src/System/Console/ANSI/Codes.hs:314) clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315) clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316) clearLineCode (src/System/Console/ANSI/Codes.hs:317) enableLineWrap (src/System/Console/ANSI.hs:1059) disableLineWrap (src/System/Console/ANSI.hs:1060) hEnableLineWrap (src/System/Console/ANSI.hs:1055) hDisableLineWrap (src/System/Console/ANSI.hs:1056) enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320) disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321) scrollPageUp (src/System/Console/ANSI.hs:1072) scrollPageDown (src/System/Console/ANSI.hs:1073) hScrollPageUp (src/System/Console/ANSI.hs:1066) hScrollPageDown (src/System/Console/ANSI.hs:1067) scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326) scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327) hUseAlternateScreenBuffer (src/System/Console/ANSI.hs:508) hUseNormalScreenBuffer (src/System/Console/ANSI.hs:511) useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330) useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331) hReportLayerColor (src/System/Console/ANSI.hs:815) hSetSGR (src/System/Console/ANSI.hs:1016) setSGRCode (src/System/Console/ANSI/Codes.hs:339) hideCursor (src/System/Console/ANSI.hs:504) showCursor (src/System/Console/ANSI.hs:505) hHideCursor (src/System/Console/ANSI.hs:500) hShowCursor (src/System/Console/ANSI.hs:501) hideCursorCode (src/System/Console/ANSI/Codes.hs:344) showCursorCode (src/System/Console/ANSI/Codes.hs:345) hHyperlink (src/System/Console/ANSI.hs:570) hHyperlinkWithId (src/System/Console/ANSI.hs:592) hHyperlinkWithParams (src/System/Console/ANSI.hs:547) hSetTitle (src/System/Console/ANSI.hs:612) Documentation created: dist/doc/html/ansi-terminal/, dist/doc/html/ansi-terminal/ansi-terminal.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-1.1.2-KWBmkVsQRP67S2vyas6OZS Completed ansi-terminal-1.1.2 Configuring unordered-containers-0.2.20... Preprocessing library for unordered-containers-0.2.20.. Building library for unordered-containers-0.2.20.. Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 12 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.o, dist/build/Data/HashMap/Internal/Array.dyn_o ) Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 83 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.o, dist/build/Data/HashMap/Internal/List.dyn_o ) [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.o, dist/build/Data/HashMap/Internal.dyn_o ) [4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.o, dist/build/Data/HashMap/Internal/Debug.dyn_o ) [5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.o, dist/build/Data/HashMap/Internal/Strict.dyn_o ) [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.o, dist/build/Data/HashSet/Internal.dyn_o ) [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o, dist/build/Data/HashSet.dyn_o ) [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o, dist/build/Data/HashMap/Strict.dyn_o ) [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o, dist/build/Data/HashMap/Lazy.dyn_o ) Preprocessing library for unordered-containers-0.2.20.. Running Haddock on library for unordered-containers-0.2.20.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 12 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing ) Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 83 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, nothing ) [3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, nothing ) [4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, nothing ) [5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, nothing ) [6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, nothing ) [7 of 9] Compiling Data.HashSet ( Data/HashSet.hs, nothing ) [8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, nothing ) [9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, nothing ) Haddock coverage: 33% ( 16 / 48) in 'Data.HashMap.Internal.Array' Missing documentation for: Array (Data/HashMap/Internal/Array.hs:125) MArray (Data/HashMap/Internal/Array.hs:157) new_ (Data/HashMap/Internal/Array.hs:208) singleton (Data/HashMap/Internal/Array.hs:225) singletonM (Data/HashMap/Internal/Array.hs:229) snoc (Data/HashMap/Internal/Array.hs:233) pair (Data/HashMap/Internal/Array.hs:242) length (Data/HashMap/Internal/Array.hs:154) lengthM (Data/HashMap/Internal/Array.hs:162) read (Data/HashMap/Internal/Array.hs:249) write (Data/HashMap/Internal/Array.hs:255) index (Data/HashMap/Internal/Array.hs:262) indexM (Data/HashMap/Internal/Array.hs:274) index# (Data/HashMap/Internal/Array.hs:268) sameArray1 (Data/HashMap/Internal/Array.hs:140) unsafeFreeze (Data/HashMap/Internal/Array.hs:280) unsafeThaw (Data/HashMap/Internal/Array.hs:286) unsafeSameArray (Data/HashMap/Internal/Array.hs:136) run (Data/HashMap/Internal/Array.hs:292) cloneM (Data/HashMap/Internal/Array.hs:314) foldl (Data/HashMap/Internal/Array.hs:404) foldl' (Data/HashMap/Internal/Array.hs:375) foldr (Data/HashMap/Internal/Array.hs:394) foldr' (Data/HashMap/Internal/Array.hs:385) foldMap (Data/HashMap/Internal/Array.hs:417) thaw (Data/HashMap/Internal/Array.hs:436) map (Data/HashMap/Internal/Array.hs:461) traverse (Data/HashMap/Internal/Array.hs:537) traverse' (Data/HashMap/Internal/Array.hs:553) toList (Data/HashMap/Internal/Array.hs:529) fromList (Data/HashMap/Internal/Array.hs:494) fromList' (Data/HashMap/Internal/Array.hs:506) 25% ( 1 / 4) in 'Data.HashMap.Internal.List' Missing documentation for: isPermutationBy (Data/HashMap/Internal/List.hs:40) deleteBy (Data/HashMap/Internal/List.hs:83) unorderedCompare (Data/HashMap/Internal/List.hs:68) Warning: 'Leaf' is ambiguous. It is defined * at Data/HashMap/Internal.hs:225:7 * at Data/HashMap/Internal.hs:185:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/HashMap/Internal.hs:185:1 Warning: 'at' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 93 /105) in 'Data.HashMap.Internal' Missing documentation for: Leaf (Data/HashMap/Internal.hs:185) intersectionWithKey# (Data/HashMap/Internal.hs:1855) updateOrConcatWithKey (Data/HashMap/Internal.hs:2368) equalKeys (Data/HashMap/Internal.hs:511) equalKeys1 (Data/HashMap/Internal.hs:495) lookupRecordCollision (Data/HashMap/Internal.hs:678) LookupRes (Data/HashMap/Internal.hs:657) lookupResToMaybe (Data/HashMap/Internal.hs:660) insert' (Data/HashMap/Internal.hs:806) delete' (Data/HashMap/Internal.hs:1124) insertNewKey (Data/HashMap/Internal.hs:848) insertKeyExists (Data/HashMap/Internal.hs:883) 50% ( 3 / 6) in 'Data.HashMap.Internal.Debug' Missing documentation for: valid (Data/HashMap/Internal/Debug.hs:98) Validity (Data/HashMap/Internal/Debug.hs:43) SubHashPath (Data/HashMap/Internal/Debug.hs:75) Warning: 'lookup' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'at' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 67 / 67) in 'Data.HashMap.Internal.Strict' Warning: 'HashSet' is ambiguous. It is defined * at Data/HashSet/Internal.hs:112:21 * at Data/HashSet/Internal.hs:112:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/HashSet/Internal.hs:112:1 100% ( 35 / 35) in 'Data.HashSet.Internal' Warning: 'HashSet' is ambiguous. It is defined * at Data/HashSet/Internal.hs:112:21 * at Data/HashSet/Internal.hs:112:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/HashSet/Internal.hs:112:1 100% ( 32 / 32) in 'Data.HashSet' 100% ( 69 / 69) in 'Data.HashMap.Strict' 100% ( 69 / 69) in 'Data.HashMap.Lazy' Warning: Data.HashMap.Internal: could not find link destinations for: - Data.HashMap.Internal.D:R:ItemHashMap Warning: Data.HashMap.Internal.Strict: could not find link destinations for: - Data.HashMap.Internal.D:R:ItemHashMap Warning: Data.HashSet.Internal: could not find link destinations for: - Data.HashSet.Internal.D:R:ItemHashSet Warning: Data.HashSet: could not find link destinations for: - Data.HashSet.Internal.D:R:ItemHashSet Warning: Data.HashMap.Strict: could not find link destinations for: - Data.HashMap.Internal.D:R:ItemHashMap Warning: Data.HashMap.Lazy: could not find link destinations for: - Data.HashMap.Internal.D:R:ItemHashMap Documentation created: dist/doc/html/unordered-containers/, dist/doc/html/unordered-containers/unordered-containers.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unordered-containers-0.2.20-8jMFzoCo8HRC7heG5b9rqS Completed unordered-containers-0.2.20 Configuring time-compat-1.9.8... Preprocessing library for time-compat-1.9.8.. Building library for time-compat-1.9.8.. [ 1 of 20] Compiling Data.Format ( src/Data/Format.hs, dist/build/Data/Format.o, dist/build/Data/Format.dyn_o ) [ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, dist/build/Data/Time/Calendar/Month/Compat.o, dist/build/Data/Time/Calendar/Month/Compat.dyn_o ) [ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, dist/build/Data/Time/Calendar/Quarter/Compat.o, dist/build/Data/Time/Calendar/Quarter/Compat.dyn_o ) [ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, dist/build/Data/Time/Calendar/Types.o, dist/build/Data/Time/Calendar/Types.dyn_o ) [ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, dist/build/Data/Time/Orphans.o, dist/build/Data/Time/Orphans.dyn_o ) [ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, dist/build/Data/Time/Format/ISO8601/Compat.o, dist/build/Data/Time/Format/ISO8601/Compat.dyn_o ) [ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, dist/build/Data/Time/Format/Compat.o, dist/build/Data/Time/Format/Compat.dyn_o ) [ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, dist/build/Data/Time/Clock/System/Compat.o, dist/build/Data/Time/Clock/System/Compat.dyn_o ) [ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, dist/build/Data/Time/Clock/POSIX/Compat.o, dist/build/Data/Time/Clock/POSIX/Compat.dyn_o ) [10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, dist/build/Data/Time/Clock/Compat.o, dist/build/Data/Time/Clock/Compat.dyn_o ) [11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, dist/build/Data/Time/Calendar/WeekDate/Compat.o, dist/build/Data/Time/Calendar/WeekDate/Compat.dyn_o ) [12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, dist/build/Data/Time/Calendar/Private.o, dist/build/Data/Time/Calendar/Private.dyn_o ) [13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, dist/build/Data/Time/Calendar/OrdinalDate/Compat.o, dist/build/Data/Time/Calendar/OrdinalDate/Compat.dyn_o ) [14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, dist/build/Data/Time/Calendar/MonthDay/Compat.o, dist/build/Data/Time/Calendar/MonthDay/Compat.dyn_o ) [15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, dist/build/Data/Time/Calendar/Easter/Compat.o, dist/build/Data/Time/Calendar/Easter/Compat.dyn_o ) [16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, dist/build/Data/Time/Calendar/Compat.o, dist/build/Data/Time/Calendar/Compat.dyn_o ) [17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, dist/build/Data/Time/LocalTime/Compat.o, dist/build/Data/Time/LocalTime/Compat.dyn_o ) [18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, dist/build/Data/Time/Compat.o, dist/build/Data/Time/Compat.dyn_o ) [19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, dist/build/Data/Time/Clock/TAI/Compat.o, dist/build/Data/Time/Clock/TAI/Compat.dyn_o ) [20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, dist/build/Data/Time/Calendar/Julian/Compat.o, dist/build/Data/Time/Calendar/Julian/Compat.dyn_o ) Preprocessing library for time-compat-1.9.8.. Running Haddock on library for time-compat-1.9.8.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 20] Compiling Data.Format ( src/Data/Format.hs, nothing ) [ 2 of 20] Compiling Data.Time.Calendar.Month.Compat ( src/Data/Time/Calendar/Month/Compat.hs, nothing ) [ 3 of 20] Compiling Data.Time.Calendar.Quarter.Compat ( src/Data/Time/Calendar/Quarter/Compat.hs, nothing ) [ 4 of 20] Compiling Data.Time.Calendar.Types ( src/Data/Time/Calendar/Types.hs, nothing ) [ 5 of 20] Compiling Data.Time.Orphans ( src/Data/Time/Orphans.hs, nothing ) [ 6 of 20] Compiling Data.Time.Format.ISO8601.Compat ( src/Data/Time/Format/ISO8601/Compat.hs, nothing ) [ 7 of 20] Compiling Data.Time.Format.Compat ( src/Data/Time/Format/Compat.hs, nothing ) [ 8 of 20] Compiling Data.Time.Clock.System.Compat ( src/Data/Time/Clock/System/Compat.hs, nothing ) [ 9 of 20] Compiling Data.Time.Clock.POSIX.Compat ( src/Data/Time/Clock/POSIX/Compat.hs, nothing ) [10 of 20] Compiling Data.Time.Clock.Compat ( src/Data/Time/Clock/Compat.hs, nothing ) [11 of 20] Compiling Data.Time.Calendar.WeekDate.Compat ( src/Data/Time/Calendar/WeekDate/Compat.hs, nothing ) [12 of 20] Compiling Data.Time.Calendar.Private ( src/Data/Time/Calendar/Private.hs, nothing ) [13 of 20] Compiling Data.Time.Calendar.OrdinalDate.Compat ( src/Data/Time/Calendar/OrdinalDate/Compat.hs, nothing ) [14 of 20] Compiling Data.Time.Calendar.MonthDay.Compat ( src/Data/Time/Calendar/MonthDay/Compat.hs, nothing ) [15 of 20] Compiling Data.Time.Calendar.Easter.Compat ( src/Data/Time/Calendar/Easter/Compat.hs, nothing ) [16 of 20] Compiling Data.Time.Calendar.Compat ( src/Data/Time/Calendar/Compat.hs, nothing ) [17 of 20] Compiling Data.Time.LocalTime.Compat ( src/Data/Time/LocalTime/Compat.hs, nothing ) [18 of 20] Compiling Data.Time.Compat ( src/Data/Time/Compat.hs, nothing ) [19 of 20] Compiling Data.Time.Clock.TAI.Compat ( src/Data/Time/Clock/TAI/Compat.hs, nothing ) [20 of 20] Compiling Data.Time.Calendar.Julian.Compat ( src/Data/Time/Calendar/Julian/Compat.hs, nothing ) Haddock coverage: 61% ( 8 / 13) in 'Data.Time.Calendar.Month.Compat' Missing documentation for: Module header addMonths diffMonths fromYearMonthValid fromMonthDayValid 75% ( 9 / 12) in 'Data.Time.Calendar.Quarter.Compat' Missing documentation for: Module header addQuarters diffQuarters 93% ( 44 / 47) in 'Data.Time.Format.ISO8601.Compat' Missing documentation for: Module header ISO8601 FormatExtension 68% ( 13 / 19) in 'Data.Time.Format.Compat' Missing documentation for: Module header FormatTime parseTime (src/Data/Time/Format/Compat.hs:60) readTime (src/Data/Time/Format/Compat.hs:68) readsTime (src/Data/Time/Format/Compat.hs:75) TimeLocale 87% ( 7 / 8) in 'Data.Time.Clock.System.Compat' Missing documentation for: Module header 50% ( 4 / 8) in 'Data.Time.Clock.POSIX.Compat' Missing documentation for: Module header posixSecondsToUTCTime utcTimeToPOSIXSeconds systemToPOSIXTime 96% ( 25 / 26) in 'Data.Time.Clock.Compat' Missing documentation for: Module header 73% ( 11 / 15) in 'Data.Time.Calendar.WeekDate.Compat' Missing documentation for: Module header DayOfWeek dayOfWeek FirstWeekType 82% ( 14 / 17) in 'Data.Time.Calendar.OrdinalDate.Compat' Missing documentation for: Module header fromMondayStartWeekValid fromSundayStartWeekValid 40% ( 8 / 20) in 'Data.Time.Calendar.MonthDay.Compat' Missing documentation for: Module header January February March April May June July August September October November 83% ( 5 / 6) in 'Data.Time.Calendar.Easter.Compat' Missing documentation for: Module header 66% ( 41 / 62) in 'Data.Time.Calendar.Compat' Missing documentation for: Module header addDays diffDays CalendarDiffDays calendarDay calendarWeek calendarMonth calendarYear January February March April May June July August September October November DayOfWeek dayOfWeek 79% ( 35 / 44) in 'Data.Time.LocalTime.Compat' Missing documentation for: Module header makeTimeOfDayValid CalendarDiffTime calendarTimeDays calendarTimeTime utcToZonedTime zonedTimeToUTC getZonedTime utcToLocalZonedTime 80% ( 4 / 5) in 'Data.Time.Compat' Missing documentation for: Module header 64% ( 9 / 14) in 'Data.Time.Clock.TAI.Compat' Missing documentation for: Module header taiNominalDayStart utcDayLength utcToTAITime taiToUTCTime 91% ( 22 / 24) in 'Data.Time.Calendar.Julian.Compat' Missing documentation for: Module header diffJulianDurationRollOver (src/Data/Time/Calendar/Julian/Compat.hs:68) Warning: Data.Time.Calendar.Quarter.Compat: could not find link destinations for: - Data.Time.Orphans.Rep_Quarter Warning: Data.Time.Format.ISO8601.Compat: could not find link destinations for: - Data.Format.isoMap - Data.Format.Productish - Data.Format.**> - Data.Format.<** - Data.Format.<**> - Data.Format.pUnit - Data.Format.Summish - Data.Format.<++> - Data.Format.pVoid - Data.Format.IsoVariant Warning: Data.Time.Clock.Compat: could not find link destinations for: - Data.Time.Orphans.Rep_UniversalTime - Data.Time.Orphans.Rep_UTCTime Warning: Data.Time.Calendar.OrdinalDate.Compat: could not find link destinations for: - Data.Time.Orphans.Rep_Day Warning: Data.Time.Calendar.Compat: could not find link destinations for: - Data.Time.Orphans.Rep_CalendarDiffDays - Data.Time.Orphans.Rep_Day Warning: Data.Time.LocalTime.Compat: could not find link destinations for: - Data.Time.Orphans.Rep_CalendarDiffTime - Data.Time.Orphans.Rep_ZonedTime - Data.Time.Orphans.Rep_TimeZone - Data.Time.Orphans.Rep_TimeOfDay - Data.Time.Orphans.Rep_LocalTime Documentation created: dist/doc/html/time-compat/, dist/doc/html/time-compat/time-compat.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/time-compat-1.9.8-1q90wa6SM9u4QyaCD7zAFz Completed time-compat-1.9.8 Configuring these-1.2.1... Preprocessing library for these-1.2.1.. Building library for these-1.2.1.. [1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, dist/build/Data/Functor/These.o, dist/build/Data/Functor/These.dyn_o ) [2 of 3] Compiling Data.These ( src/Data/These.hs, dist/build/Data/These.o, dist/build/Data/These.dyn_o ) [3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, dist/build/Data/These/Combinators.o, dist/build/Data/These/Combinators.dyn_o ) Preprocessing library for these-1.2.1.. Running Haddock on library for these-1.2.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.Functor.These ( src/Data/Functor/These.hs, nothing ) [2 of 3] Compiling Data.These ( src/Data/These.hs, nothing ) [3 of 3] Compiling Data.These.Combinators ( src/Data/These/Combinators.hs, nothing ) Haddock coverage: 0% ( 0 / 2) in 'Data.Functor.These' Missing documentation for: Module header These1 (src/Data/Functor/These.hs:38) Warning: 'These' is ambiguous. It is defined * at src/Data/These.hs:75:36 * at src/Data/These.hs:75:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/These.hs:75:1 Warning: 'Maybe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'here' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'there' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 76% ( 13 / 17) in 'Data.These' Missing documentation for: distrThesePair (src/Data/These.hs:158) undistrThesePair (src/Data/These.hs:163) distrPairThese (src/Data/These.hs:175) undistrPairThese (src/Data/These.hs:180) Warning: 'Bifunctor' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'here' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'there' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Bitraversable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'These' is ambiguous. It is defined * at src/Data/These.hs:75:36 * at src/Data/These.hs:75:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/These.hs:75:1 Warning: 'id' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_This' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_That' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_These' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 78% ( 30 / 38) in 'Data.These.Combinators' Missing documentation for: justThis (src/Data/These/Combinators.hs:183) justThat (src/Data/These/Combinators.hs:187) justThese (src/Data/These/Combinators.hs:191) catHere (src/Data/These/Combinators.hs:211) catThere (src/Data/These/Combinators.hs:214) mapThis (src/Data/These/Combinators.hs:242) mapThat (src/Data/These/Combinators.hs:246) mapThese (src/Data/These/Combinators.hs:250) Warning: Data.Functor.These: could not find link destinations for: - Data.Functor.These.Rep_These1 - Data.Functor.These.Rep1_These1 Warning: Data.These: could not find link destinations for: - Data.These.Rep_These - Data.These.Rep1_These Documentation created: dist/doc/html/these/, dist/doc/html/these/these.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/these-1.2.1-7GnonDuteui1oqOT8PvD14 Completed these-1.2.1 Configuring text-short-0.1.6... Preprocessing library for text-short-0.1.6.. Building library for text-short-0.1.6.. [1 of 5] Compiling PrimOps ( src-ghc804/PrimOps.hs, dist/build/PrimOps.o, dist/build/PrimOps.dyn_o ) [2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, dist/build/Data/Text/Short/Internal.o, dist/build/Data/Text/Short/Internal.dyn_o ) [3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, dist/build/Data/Text/Short/Unsafe.o, dist/build/Data/Text/Short/Unsafe.dyn_o ) [4 of 5] Compiling Data.Text.Short ( src/Data/Text/Short.hs, dist/build/Data/Text/Short.o, dist/build/Data/Text/Short.dyn_o ) [5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, dist/build/Data/Text/Short/Partial.o, dist/build/Data/Text/Short/Partial.dyn_o ) Preprocessing library for text-short-0.1.6.. Running Haddock on library for text-short-0.1.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling PrimOps ( src-ghc804/PrimOps.hs, nothing ) [2 of 5] Compiling Data.Text.Short.Internal ( src/Data/Text/Short/Internal.hs, nothing ) [3 of 5] Compiling Data.Text.Short.Unsafe ( src/Data/Text/Short/Unsafe.hs, nothing ) [4 of 5] Compiling Data.Text.Short ( src/Data/Text/Short.hs, nothing ) [5 of 5] Compiling Data.Text.Short.Partial ( src/Data/Text/Short/Partial.hs, nothing ) Haddock coverage: Warning: 'ShortText' is ambiguous. It is defined * at src/Data/Text/Short/Internal.hs:174:21 * at src/Data/Text/Short/Internal.hs:174:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Text/Short/Internal.hs:174:1 Warning: 'CSize' is ambiguous. It is defined * in Foreign.C.Types * in Foreign.C.Types You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Foreign.C.Types 100% ( 3 / 3) in 'Data.Text.Short.Unsafe' Warning: 'ShortText' is ambiguous. It is defined * at src/Data/Text/Short/Internal.hs:174:21 * at src/Data/Text/Short/Internal.hs:174:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Text/Short/Internal.hs:174:1 100% ( 76 / 76) in 'Data.Text.Short' Warning: 'ShortText' is ambiguous. It is defined * at src/Data/Text/Short/Internal.hs:174:21 * at src/Data/Text/Short/Internal.hs:174:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Text/Short/Internal.hs:174:1 100% ( 9 / 9) in 'Data.Text.Short.Partial' Warning: Data.Text.Short: could not find link destinations for: - Data.Text.Short.Internal.D:R:ItemShortText Documentation created: dist/doc/html/text-short/, dist/doc/html/text-short/text-short.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-short-0.1.6-EQmoCzzdNolIMvjiH7sPBk Completed text-short-0.1.6 Configuring scientific-0.3.8.0... Preprocessing library for scientific-0.3.8.0.. Building library for scientific-0.3.8.0.. [1 of 5] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, dist/build/GHC/Integer/Compat.o, dist/build/GHC/Integer/Compat.dyn_o ) [2 of 5] Compiling Utils ( src/Utils.hs, dist/build/Utils.o, dist/build/Utils.dyn_o ) [3 of 5] Compiling Data.Scientific ( src/Data/Scientific.hs, dist/build/Data/Scientific.o, dist/build/Data/Scientific.dyn_o ) src/Data/Scientific.hs:1041:16: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] [] [] | 1041 | (d:ds') = map intToDigit (if ei > 0 then init is' else is') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Scientific.hs:1057:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] | 1057 | d:ds' = map intToDigit (if ei > 0 then is' else 0:is') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, dist/build/Data/Text/Lazy/Builder/Scientific.o, dist/build/Data/Text/Lazy/Builder/Scientific.dyn_o ) src/Data/Text/Lazy/Builder/Scientific.hs:19:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 19 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Text/Lazy/Builder/Scientific.hs:60:12: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] [] [] | 60 | (d:ds') = map i2d (if ei > 0 then init is' else is') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Text/Lazy/Builder/Scientific.hs:88:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] | 88 | d:ds' = map i2d (if ei > 0 then is' else 0:is') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, dist/build/Data/ByteString/Builder/Scientific.o, dist/build/Data/ByteString/Builder/Scientific.dyn_o ) src/Data/ByteString/Builder/Scientific.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 20 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ByteString/Builder/Scientific.hs:64:12: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] [] [] | 64 | (d:ds') = map i2d (if ei > 0 then init is' else is') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ByteString/Builder/Scientific.hs:94:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] | 94 | d:ds' = map i2d (if ei > 0 then is' else 0:is') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Preprocessing library for scientific-0.3.8.0.. Running Haddock on library for scientific-0.3.8.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, nothing ) [2 of 5] Compiling Utils ( src/Utils.hs, nothing ) [3 of 5] Compiling Data.Scientific ( src/Data/Scientific.hs, nothing ) [4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, nothing ) src/Data/Text/Lazy/Builder/Scientific.hs:19:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 19 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, nothing ) src/Data/ByteString/Builder/Scientific.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 20 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: Warning: 'Scientific' is ambiguous. It is defined * at src/Data/Scientific.hs:139:19 * at src/Data/Scientific.hs:139:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Scientific.hs:139:1 Warning: 'base10exponent' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'base10Exponent' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 31 / 31) 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 Documentation created: dist/doc/html/scientific/, dist/doc/html/scientific/scientific.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/scientific-0.3.8.0-6gfaoVSY0VH6CohjiqA04h Completed scientific-0.3.8.0 Configuring data-fix-0.3.4... Preprocessing library for data-fix-0.3.4.. Building library for data-fix-0.3.4.. [1 of 1] Compiling Data.Fix ( src/Data/Fix.hs, dist/build/Data/Fix.o, dist/build/Data/Fix.dyn_o ) src/Data/Fix.hs:103:41: warning: [GHC-38856] [-Wunused-imports] The import of hashWithSalt1 from module Data.Hashable.Lifted is redundant | 103 | import Data.Hashable.Lifted (Hashable1, hashWithSalt1) | ^^^^^^^^^^^^^ src/Data/Fix.hs:109:47: warning: [GHC-38856] [-Wunused-imports] The import of rnf1 from module Control.DeepSeq is redundant | 109 | import Control.DeepSeq (NFData (..), NFData1, rnf1) | ^^^^ Preprocessing library for data-fix-0.3.4.. Running Haddock on library for data-fix-0.3.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Fix ( src/Data/Fix.hs, nothing ) src/Data/Fix.hs:103:41: warning: [GHC-38856] [-Wunused-imports] The import of hashWithSalt1 from module Data.Hashable.Lifted is redundant | 103 | import Data.Hashable.Lifted (Hashable1, hashWithSalt1) | ^^^^^^^^^^^^^ src/Data/Fix.hs:109:47: warning: [GHC-38856] [-Wunused-imports] The import of rnf1 from module Control.DeepSeq is redundant | 109 | import Control.DeepSeq (NFData (..), NFData1, rnf1) | ^^^^ Haddock coverage: Warning: 'ListF' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fix' is ambiguous. It is defined * at src/Data/Fix.hs:144:17 * at src/Data/Fix.hs:144:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Fix.hs:144:1 Warning: 'Mu' is ambiguous. It is defined * at src/Data/Fix.hs:299:16 * at src/Data/Fix.hs:299:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Fix.hs:299:1 Warning: 'Nu' is ambiguous. It is defined * at src/Data/Fix.hs:365:13 * at src/Data/Fix.hs:365:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Fix.hs:365:1 100% ( 36 / 36) in 'Data.Fix' Warning: Data.Fix: could not find link destinations for: - Data.Fix.Rep_Fix Documentation created: dist/doc/html/data-fix/, dist/doc/html/data-fix/data-fix.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-fix-0.3.4-HHinNMPenzM6UDFaHgwd9G Completed data-fix-0.3.4 Configuring case-insensitive-1.2.1.0... Preprocessing library for case-insensitive-1.2.1.0.. Building library for case-insensitive-1.2.1.0.. [1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, dist/build/Data/CaseInsensitive/Internal.o, dist/build/Data/CaseInsensitive/Internal.dyn_o ) Data/CaseInsensitive/Internal.hs:124:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (CI s). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 124 | CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, dist/build/Data/CaseInsensitive.o, dist/build/Data/CaseInsensitive.dyn_o ) [3 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, dist/build/Data/CaseInsensitive/Unsafe.o, dist/build/Data/CaseInsensitive/Unsafe.dyn_o ) Preprocessing library for case-insensitive-1.2.1.0.. Running Haddock on library for case-insensitive-1.2.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, nothing ) Data/CaseInsensitive/Internal.hs:124:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (CI s). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 124 | CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, nothing ) [3 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, nothing ) Haddock coverage: Warning: 'CI' is ambiguous. It is defined * at Data/CaseInsensitive/Internal.hs:89:13 * at Data/CaseInsensitive/Internal.hs:89:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/CaseInsensitive/Internal.hs:89:1 Warning: 'String' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 8 / 8) in 'Data.CaseInsensitive' 100% ( 2 / 2) in 'Data.CaseInsensitive.Unsafe' Warning: Data.CaseInsensitive: could not find link destinations for: - Data.CaseInsensitive.Internal.foldCaseList Documentation created: dist/doc/html/case-insensitive/, dist/doc/html/case-insensitive/case-insensitive.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/case-insensitive-1.2.1.0-4LqKfH8hcLEIvo1LLb4JrW Completed case-insensitive-1.2.1.0 Configuring uuid-types-1.0.6... Preprocessing library for uuid-types-1.0.6.. Building library for uuid-types-1.0.6.. [1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, dist/build/Data/UUID/Types/Internal/Builder.o, dist/build/Data/UUID/Types/Internal/Builder.dyn_o ) [2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, dist/build/Data/UUID/Types/Internal.o, dist/build/Data/UUID/Types/Internal.dyn_o ) src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 49 | import Control.Applicative ((<*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Functor is redundant except perhaps to import instances from Data.Functor To import instances alone, use: import Data.Functor() | 55 | import Data.Functor ((<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, dist/build/Data/UUID/Types.o, dist/build/Data/UUID/Types.dyn_o ) Preprocessing library for uuid-types-1.0.6.. Running Haddock on library for uuid-types-1.0.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, nothing ) [2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, nothing ) src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 49 | import Control.Applicative ((<*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Functor is redundant except perhaps to import instances from Data.Functor To import instances alone, use: import Data.Functor() | 55 | import Data.Functor ((<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, nothing ) Haddock coverage: Warning: 'UUID' is ambiguous. It is defined * at src/Data/UUID/Types/Internal.hs:81:13 * at src/Data/UUID/Types/Internal.hs:81:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/UUID/Types/Internal.hs:81:1 Warning: 'u' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'UUID' is ambiguous. It is defined * at src/Data/UUID/Types/Internal.hs:81:13 * at src/Data/UUID/Types/Internal.hs:81:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/UUID/Types/Internal.hs:81:1 100% ( 23 / 23) in 'Data.UUID.Types' Documentation created: dist/doc/html/uuid-types/, dist/doc/html/uuid-types/uuid-types.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uuid-types-1.0.6-6Qazv5AFG6cGVWeeursOKx Completed uuid-types-1.0.6 Configuring QuickCheck-2.15.0.1... Preprocessing library for QuickCheck-2.15.0.1.. Building library for QuickCheck-2.15.0.1.. [ 1 of 16] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o, dist/build/Test/QuickCheck/Exception.dyn_o ) [ 2 of 16] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o, dist/build/Test/QuickCheck/Random.dyn_o ) [ 3 of 16] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o, dist/build/Test/QuickCheck/Gen.dyn_o ) [ 4 of 16] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o, dist/build/Test/QuickCheck/Gen/Unsafe.dyn_o ) [ 5 of 16] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o, dist/build/Test/QuickCheck/Arbitrary.dyn_o ) [ 6 of 16] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o, dist/build/Test/QuickCheck/Poly.dyn_o ) [ 7 of 16] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o, dist/build/Test/QuickCheck/Modifiers.dyn_o ) [ 8 of 16] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o, dist/build/Test/QuickCheck/Function.dyn_o ) [ 9 of 16] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o, dist/build/Test/QuickCheck/Text.dyn_o ) [10 of 16] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o, dist/build/Test/QuickCheck/State.dyn_o ) [11 of 16] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o, dist/build/Test/QuickCheck/Property.dyn_o ) [12 of 16] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o, dist/build/Test/QuickCheck/Test.dyn_o ) [13 of 16] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o, dist/build/Test/QuickCheck/Monadic.dyn_o ) [14 of 16] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o, dist/build/Test/QuickCheck/All.dyn_o ) [15 of 16] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, dist/build/Test/QuickCheck/Features.o, dist/build/Test/QuickCheck/Features.dyn_o ) [16 of 16] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, dist/build/Test/QuickCheck.o, dist/build/Test/QuickCheck.dyn_o ) Preprocessing library for QuickCheck-2.15.0.1.. Running Haddock on library for QuickCheck-2.15.0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, nothing ) [ 2 of 16] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, nothing ) [ 3 of 16] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, nothing ) [ 4 of 16] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, nothing ) [ 5 of 16] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, nothing ) [ 6 of 16] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, nothing ) [ 7 of 16] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, nothing ) [ 8 of 16] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, nothing ) [ 9 of 16] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, nothing ) [10 of 16] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, nothing ) [11 of 16] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, nothing ) [12 of 16] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, nothing ) [13 of 16] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, nothing ) [14 of 16] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, nothing ) [15 of 16] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, nothing ) [16 of 16] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, nothing ) Haddock coverage: Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'stdout' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 35 / 38) in 'Test.QuickCheck.Gen' Missing documentation for: chooseWord64 (src/Test/QuickCheck/Gen.hs:211) chooseInt64 (src/Test/QuickCheck/Gen.hs:220) chooseUpTo (src/Test/QuickCheck/Gen.hs:230) 80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe' Missing documentation for: Capture (src/Test/QuickCheck/Gen/Unsafe.hs:52) Warning: '(:*:)' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Generics Warning: 'label' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'classify' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Version' is ambiguous. It is defined * in Data.Version * in Data.Version You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Version 88% ( 45 / 51) in 'Test.QuickCheck.Arbitrary' Missing documentation for: arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:297) shrink1 (src/Test/QuickCheck/Arbitrary.hs:300) arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:309) shrink2 (src/Test/QuickCheck/Arbitrary.hs:312) RecursivelyShrink (src/Test/QuickCheck/Arbitrary.hs:324) GSubterms (src/Test/QuickCheck/Arbitrary.hs:355) Warning: 'A' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:29:13 * at src/Test/QuickCheck/Poly.hs:29:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:29:1 Warning: 'B' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:44:13 * at src/Test/QuickCheck/Poly.hs:44:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:44:1 Warning: 'C' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:59:13 * at src/Test/QuickCheck/Poly.hs:59:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:59:1 Warning: 'OrdA' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:77:16 * at src/Test/QuickCheck/Poly.hs:77:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:77:1 Warning: 'OrdB' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:112:16 * at src/Test/QuickCheck/Poly.hs:112:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:112:1 Warning: 'OrdC' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:146:16 * at src/Test/QuickCheck/Poly.hs:146:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:146:1 14% ( 1 / 7) in 'Test.QuickCheck.Poly' Missing documentation for: A (src/Test/QuickCheck/Poly.hs:29) B (src/Test/QuickCheck/Poly.hs:44) C (src/Test/QuickCheck/Poly.hs:59) OrdA (src/Test/QuickCheck/Poly.hs:77) OrdB (src/Test/QuickCheck/Poly.hs:112) OrdC (src/Test/QuickCheck/Poly.hs:146) Warning: 'Blind' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:93:19 * at src/Test/QuickCheck/Modifiers.hs:93:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:93:1 Warning: 'A' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NonNegative' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:311:25 * at src/Test/QuickCheck/Modifiers.hs:311:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:311:1 Warning: 'forAll' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OrdA' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Large' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:350:19 * at src/Test/QuickCheck/Modifiers.hs:350:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:350:1 95% ( 21 / 22) in 'Test.QuickCheck.Modifiers' Missing documentation for: ShrinkState (src/Test/QuickCheck/Modifiers.hs:468) Warning: 'Fun' is ambiguous. It is defined * at src/Test/QuickCheck/Function.hs:545:16 * at src/Test/QuickCheck/Function.hs:545:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Function.hs:545:1 100% ( 21 / 21) in 'Test.QuickCheck.Function' Warning: 'checkCoverage' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'cover' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Discard' is ambiguous. It is defined * at src/Test/QuickCheck/Property.hs:111:16 * at src/Test/QuickCheck/Property.hs:111:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Property.hs:111:1 Warning: 'witnesses' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'quickCheckResult' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Confidence' is ambiguous. It is defined * at src/Test/QuickCheck/State.hs:68:3 * at src/Test/QuickCheck/State.hs:67:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/State.hs:67:1 Warning: 'table' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'tabular' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'p1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'p2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'stdout' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 83% ( 20 / 24) in 'Test.QuickCheck.Monadic' Missing documentation for: stop (src/Test/QuickCheck/Monadic.hs:163) monadic (src/Test/QuickCheck/Monadic.hs:272) monadic' (src/Test/QuickCheck/Monadic.hs:275) runSTGen (src/Test/QuickCheck/Monadic.hs:314) 100% ( 10 / 10) in 'Test.QuickCheck.All' Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fun' is ambiguous. It is defined * at src/Test/QuickCheck/Function.hs:545:16 * at src/Test/QuickCheck/Function.hs:545:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Function.hs:545:1 Warning: 'Blind' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:93:19 * at src/Test/QuickCheck/Modifiers.hs:93:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:93:1 Warning: 'A' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NonNegative' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:311:25 * at src/Test/QuickCheck/Modifiers.hs:311:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:311:1 Warning: 'OrdA' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% (199 /207) in 'Test.QuickCheck' Missing documentation for: arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:297) shrink1 (src/Test/QuickCheck/Arbitrary.hs:300) arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:309) shrink2 (src/Test/QuickCheck/Arbitrary.hs:312) ShrinkState (src/Test/QuickCheck/Modifiers.hs:468) Witness (src/Test/QuickCheck/Property.hs:259) coerceWitness (src/Test/QuickCheck/Property.hs:265) castWitness (src/Test/QuickCheck/Property.hs:270) Warning: Test.QuickCheck.Gen: could not find link destinations for: - Test.QuickCheck.Random.QCGen Warning: Test.QuickCheck.Arbitrary: could not find link destinations for: - Test.QuickCheck.Arbitrary.GCoArbitrary - Test.QuickCheck.Arbitrary.GSubtermsIncl - Test.QuickCheck.Arbitrary.gSubterms - Test.QuickCheck.Arbitrary.grecursivelyShrink Warning: Test.QuickCheck.Modifiers: could not find link destinations for: - Test.QuickCheck.Modifiers.InfiniteListInternalData Warning: Test.QuickCheck.Function: could not find link destinations for: - Test.QuickCheck.Function.Shrunk - Test.QuickCheck.Function.GFunction Warning: Test.QuickCheck: could not find link destinations for: - Test.QuickCheck.Exception.AnException - Test.QuickCheck.Random.QCGen - Test.QuickCheck.Arbitrary.GCoArbitrary - Test.QuickCheck.Modifiers.InfiniteListInternalData - Test.QuickCheck.Function.Shrunk - Test.QuickCheck.Function.GFunction - Test.QuickCheck.Property.Result Documentation created: dist/doc/html/QuickCheck/, dist/doc/html/QuickCheck/QuickCheck.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/QuickCheck-2.15.0.1-HkC6NPXNQjGEjqzhK0npgh Completed QuickCheck-2.15.0.1 Configuring comonad-5.0.9... Preprocessing library for comonad-5.0.9.. Building library for comonad-5.0.9.. [ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.o, dist/build/Control/Comonad.dyn_o ) [ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o, dist/build/Control/Comonad/Hoist/Class.dyn_o ) [ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o, dist/build/Control/Comonad/Trans/Class.dyn_o ) [ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o, dist/build/Control/Comonad/Trans/Env.dyn_o ) [ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o, dist/build/Control/Comonad/Trans/Identity.dyn_o ) [ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o, dist/build/Control/Comonad/Identity.dyn_o ) [ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o, dist/build/Control/Comonad/Trans/Store.dyn_o ) [ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o, dist/build/Control/Comonad/Trans/Traced.dyn_o ) [ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o, dist/build/Control/Comonad/Traced/Class.dyn_o ) [10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o, dist/build/Control/Comonad/Traced.dyn_o ) [11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o, dist/build/Control/Comonad/Store/Class.dyn_o ) [12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o, dist/build/Control/Comonad/Store.dyn_o ) [13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o, dist/build/Control/Comonad/Env/Class.dyn_o ) [14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o, dist/build/Control/Comonad/Env.dyn_o ) [15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o, dist/build/Data/Functor/Composition.dyn_o ) Preprocessing library for comonad-5.0.9.. Running Haddock on library for comonad-5.0.9.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, nothing ) [ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, nothing ) [ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, nothing ) [ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, nothing ) [ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, nothing ) [ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, nothing ) [ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, nothing ) [ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, nothing ) [ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, nothing ) [10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, nothing ) [11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, nothing ) [12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, nothing ) [13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, nothing ) [14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, nothing ) [15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, nothing ) Haddock coverage: Warning: 'Cokleisli' is ambiguous. It is defined * at src/Control/Comonad.hs:348:27 * at src/Control/Comonad.hs:348:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Comonad.hs:348:1 100% ( 22 / 22) in 'Control.Comonad' 50% ( 1 / 2) in 'Control.Comonad.Hoist.Class' Missing documentation for: ComonadHoist (src/Control/Comonad/Hoist/Class.hs:20) 50% ( 1 / 2) in 'Control.Comonad.Trans.Class' Missing documentation for: ComonadTrans (src/Control/Comonad/Trans/Class.hs:18) 69% ( 9 / 13) in 'Control.Comonad.Trans.Env' Missing documentation for: Env (src/Control/Comonad/Trans/Env.hs:92) runEnv (src/Control/Comonad/Trans/Env.hs:100) EnvT (src/Control/Comonad/Trans/Env.hs:93) runEnvT (src/Control/Comonad/Trans/Env.hs:103) 100% ( 2 / 2) in 'Control.Comonad.Trans.Identity' 100% ( 4 / 4) in 'Control.Comonad.Identity' 73% ( 11 / 15) in 'Control.Comonad.Trans.Store' Missing documentation for: Store (src/Control/Comonad/Trans/Store.hs:87) runStore (src/Control/Comonad/Trans/Store.hs:94) StoreT (src/Control/Comonad/Trans/Store.hs:96) runStoreT (src/Control/Comonad/Trans/Store.hs:99) 33% ( 4 / 12) in 'Control.Comonad.Trans.Traced' Missing documentation for: Traced (src/Control/Comonad/Trans/Traced.hs:55) traced (src/Control/Comonad/Trans/Traced.hs:58) runTraced (src/Control/Comonad/Trans/Traced.hs:61) TracedT (src/Control/Comonad/Trans/Traced.hs:63) trace (src/Control/Comonad/Trans/Traced.hs:97) listen (src/Control/Comonad/Trans/Traced.hs:100) listens (src/Control/Comonad/Trans/Traced.hs:103) censor (src/Control/Comonad/Trans/Traced.hs:106) 33% ( 1 / 3) in 'Control.Comonad.Traced.Class' Missing documentation for: ComonadTraced (src/Control/Comonad/Traced/Class.hs:28) traces (src/Control/Comonad/Traced/Class.hs:32) 57% ( 8 / 14) in 'Control.Comonad.Traced' Missing documentation for: ComonadTraced (src/Control/Comonad/Traced/Class.hs:28) traces (src/Control/Comonad/Traced/Class.hs:32) Traced (src/Control/Comonad/Trans/Traced.hs:55) traced (src/Control/Comonad/Trans/Traced.hs:58) runTraced (src/Control/Comonad/Trans/Traced.hs:61) TracedT (src/Control/Comonad/Trans/Traced.hs:63) 25% ( 1 / 4) in 'Control.Comonad.Store.Class' Missing documentation for: ComonadStore (src/Control/Comonad/Store/Class.hs:29) lowerPos (src/Control/Comonad/Store/Class.hs:54) lowerPeek (src/Control/Comonad/Store/Class.hs:58) 61% ( 8 / 13) in 'Control.Comonad.Store' Missing documentation for: ComonadStore (src/Control/Comonad/Store/Class.hs:29) Store (src/Control/Comonad/Trans/Store.hs:87) runStore (src/Control/Comonad/Trans/Store.hs:94) StoreT (src/Control/Comonad/Trans/Store.hs:96) runStoreT (src/Control/Comonad/Trans/Store.hs:99) 33% ( 1 / 3) in 'Control.Comonad.Env.Class' Missing documentation for: ComonadEnv (src/Control/Comonad/Env/Class.hs:29) asks (src/Control/Comonad/Env/Class.hs:33) 60% ( 9 / 15) in 'Control.Comonad.Env' Missing documentation for: ComonadEnv (src/Control/Comonad/Env/Class.hs:29) asks (src/Control/Comonad/Env/Class.hs:33) Env (src/Control/Comonad/Trans/Env.hs:92) runEnv (src/Control/Comonad/Trans/Env.hs:100) EnvT (src/Control/Comonad/Trans/Env.hs:93) runEnvT (src/Control/Comonad/Trans/Env.hs:103) 50% ( 1 / 2) in 'Data.Functor.Composition' Missing documentation for: Module header Warning: Control.Comonad: could not find link destinations for: - WithIndex.Indexing - Text.ParserCombinators.ReadP.P - Data.Graph.SetM Warning: Control.Comonad.Trans.Identity: could not find link destinations for: - Control.Monad.Trans.Identity.Rep1_IdentityT - Control.Monad.Trans.Identity.Rep_IdentityT Documentation created: dist/doc/html/comonad/, dist/doc/html/comonad/comonad.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/comonad-5.0.9-4TK9XQNRBF2DkssUp9SLRe Completed comonad-5.0.9 Configuring constraints-0.14.2... Preprocessing library for constraints-0.14.2.. Building library for constraints-0.14.2.. [1 of 8] Compiling Data.Constraint ( src/Data/Constraint.hs, dist/build/Data/Constraint.o, dist/build/Data/Constraint.dyn_o ) [2 of 8] Compiling Data.Constraint.Deferrable ( src/Data/Constraint/Deferrable.hs, dist/build/Data/Constraint/Deferrable.o, dist/build/Data/Constraint/Deferrable.dyn_o ) [3 of 8] Compiling Data.Constraint.Forall ( src/Data/Constraint/Forall.hs, dist/build/Data/Constraint/Forall.o, dist/build/Data/Constraint/Forall.dyn_o ) [4 of 8] Compiling Data.Constraint.Lifting ( src/Data/Constraint/Lifting.hs, dist/build/Data/Constraint/Lifting.o, dist/build/Data/Constraint/Lifting.dyn_o ) [5 of 8] Compiling Data.Constraint.Unsafe ( src/Data/Constraint/Unsafe.hs, dist/build/Data/Constraint/Unsafe.o, dist/build/Data/Constraint/Unsafe.dyn_o ) [6 of 8] Compiling Data.Constraint.Nat ( src/Data/Constraint/Nat.hs, dist/build/Data/Constraint/Nat.o, dist/build/Data/Constraint/Nat.dyn_o ) [7 of 8] Compiling Data.Constraint.Symbol ( src/Data/Constraint/Symbol.hs, dist/build/Data/Constraint/Symbol.o, dist/build/Data/Constraint/Symbol.dyn_o ) [8 of 8] Compiling Data.Constraint.Char ( src/Data/Constraint/Char.hs, dist/build/Data/Constraint/Char.o, dist/build/Data/Constraint/Char.dyn_o ) Preprocessing library for constraints-0.14.2.. Running Haddock on library for constraints-0.14.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 8] Compiling Data.Constraint ( src/Data/Constraint.hs, nothing ) [2 of 8] Compiling Data.Constraint.Deferrable ( src/Data/Constraint/Deferrable.hs, nothing ) [3 of 8] Compiling Data.Constraint.Forall ( src/Data/Constraint/Forall.hs, nothing ) [4 of 8] Compiling Data.Constraint.Lifting ( src/Data/Constraint/Lifting.hs, nothing ) [5 of 8] Compiling Data.Constraint.Unsafe ( src/Data/Constraint/Unsafe.hs, nothing ) [6 of 8] Compiling Data.Constraint.Nat ( src/Data/Constraint/Nat.hs, nothing ) [7 of 8] Compiling Data.Constraint.Symbol ( src/Data/Constraint/Symbol.hs, nothing ) [8 of 8] Compiling Data.Constraint.Char ( src/Data/Constraint/Char.hs, nothing ) Haddock coverage: Warning: 'Sat' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Dict' is ambiguous. It is defined * at src/Data/Constraint.hs:112:3 * at src/Data/Constraint.hs:111:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Constraint.hs:111:1 Warning: 'Any' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '.' is ambiguous. It is defined * in Control.Category * in GHC.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Base Warning: 'id' is ambiguous. It is defined * in Control.Category * in GHC.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Base Warning: 'IncoherentInstances' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 93% ( 30 / 32) in 'Data.Constraint' Missing documentation for: strengthen1 (src/Data/Constraint.hs:366) strengthen2 (src/Data/Constraint.hs:369) 57% ( 4 / 7) in 'Data.Constraint.Deferrable' Missing documentation for: UnsatisfiedConstraint (src/Data/Constraint/Deferrable.hs:39) defer (src/Data/Constraint/Deferrable.hs:53) deferred (src/Data/Constraint/Deferrable.hs:50) 75% ( 9 / 12) in 'Data.Constraint.Forall' Missing documentation for: Forall (src/Data/Constraint/Forall.hs:41) Forall1 (src/Data/Constraint/Forall.hs:88) forall_ (src/Data/Constraint/Forall.hs:55) 0% ( 0 / 3) in 'Data.Constraint.Lifting' Missing documentation for: Module header Lifting (src/Data/Constraint/Lifting.hs:50) Lifting2 (src/Data/Constraint/Lifting.hs:356) Warning: 'Nat' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Symbol' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 10 / 10) in 'Data.Constraint.Unsafe' 3% ( 4 /101) in 'Data.Constraint.Nat' Missing documentation for: Min (src/Data/Constraint/Nat.hs:66) Max (src/Data/Constraint/Nat.hs:68) Lcm (src/Data/Constraint/Nat.hs:72) Gcd (src/Data/Constraint/Nat.hs:70) Divides (src/Data/Constraint/Nat.hs:75) plusNat (src/Data/Constraint/Nat.hs:132) minusNat (src/Data/Constraint/Nat.hs:135) timesNat (src/Data/Constraint/Nat.hs:144) powNat (src/Data/Constraint/Nat.hs:147) minNat (src/Data/Constraint/Nat.hs:138) maxNat (src/Data/Constraint/Nat.hs:141) gcdNat (src/Data/Constraint/Nat.hs:126) lcmNat (src/Data/Constraint/Nat.hs:129) divNat (src/Data/Constraint/Nat.hs:150) modNat (src/Data/Constraint/Nat.hs:153) log2Nat (src/Data/Constraint/Nat.hs:156) plusZero (src/Data/Constraint/Nat.hs:166) minusZero (src/Data/Constraint/Nat.hs:169) timesZero (src/Data/Constraint/Nat.hs:172) timesOne (src/Data/Constraint/Nat.hs:175) powZero (src/Data/Constraint/Nat.hs:192) powOne (src/Data/Constraint/Nat.hs:250) maxZero (src/Data/Constraint/Nat.hs:186) minZero (src/Data/Constraint/Nat.hs:179) gcdZero (src/Data/Constraint/Nat.hs:114) gcdOne (src/Data/Constraint/Nat.hs:117) lcmZero (src/Data/Constraint/Nat.hs:120) lcmOne (src/Data/Constraint/Nat.hs:123) plusAssociates (src/Data/Constraint/Nat.hs:280) timesAssociates (src/Data/Constraint/Nat.hs:283) minAssociates (src/Data/Constraint/Nat.hs:286) maxAssociates (src/Data/Constraint/Nat.hs:289) gcdAssociates (src/Data/Constraint/Nat.hs:292) lcmAssociates (src/Data/Constraint/Nat.hs:295) plusCommutes (src/Data/Constraint/Nat.hs:268) timesCommutes (src/Data/Constraint/Nat.hs:271) minCommutes (src/Data/Constraint/Nat.hs:274) maxCommutes (src/Data/Constraint/Nat.hs:277) gcdCommutes (src/Data/Constraint/Nat.hs:108) lcmCommutes (src/Data/Constraint/Nat.hs:111) plusDistributesOverTimes (src/Data/Constraint/Nat.hs:340) timesDistributesOverPow (src/Data/Constraint/Nat.hs:343) timesDistributesOverGcd (src/Data/Constraint/Nat.hs:346) timesDistributesOverLcm (src/Data/Constraint/Nat.hs:349) minDistributesOverPlus (src/Data/Constraint/Nat.hs:310) minDistributesOverTimes (src/Data/Constraint/Nat.hs:313) minDistributesOverPow1 (src/Data/Constraint/Nat.hs:316) minDistributesOverPow2 (src/Data/Constraint/Nat.hs:319) minDistributesOverMax (src/Data/Constraint/Nat.hs:322) maxDistributesOverPlus (src/Data/Constraint/Nat.hs:325) maxDistributesOverTimes (src/Data/Constraint/Nat.hs:328) maxDistributesOverPow1 (src/Data/Constraint/Nat.hs:331) maxDistributesOverPow2 (src/Data/Constraint/Nat.hs:334) maxDistributesOverMin (src/Data/Constraint/Nat.hs:337) gcdDistributesOverLcm (src/Data/Constraint/Nat.hs:358) lcmDistributesOverGcd (src/Data/Constraint/Nat.hs:361) minIsIdempotent (src/Data/Constraint/Nat.hs:298) maxIsIdempotent (src/Data/Constraint/Nat.hs:301) lcmIsIdempotent (src/Data/Constraint/Nat.hs:307) gcdIsIdempotent (src/Data/Constraint/Nat.hs:304) plusIsCancellative (src/Data/Constraint/Nat.hs:352) timesIsCancellative (src/Data/Constraint/Nat.hs:355) dividesPlus (src/Data/Constraint/Nat.hs:364) dividesTimes (src/Data/Constraint/Nat.hs:367) dividesMin (src/Data/Constraint/Nat.hs:370) dividesMax (src/Data/Constraint/Nat.hs:373) dividesPow (src/Data/Constraint/Nat.hs:382) dividesGcd (src/Data/Constraint/Nat.hs:102) dividesLcm (src/Data/Constraint/Nat.hs:105) plusMonotone1 (src/Data/Constraint/Nat.hs:214) plusMonotone2 (src/Data/Constraint/Nat.hs:217) timesMonotone1 (src/Data/Constraint/Nat.hs:232) timesMonotone2 (src/Data/Constraint/Nat.hs:235) powMonotone1 (src/Data/Constraint/Nat.hs:220) powMonotone2 (src/Data/Constraint/Nat.hs:223) minMonotone1 (src/Data/Constraint/Nat.hs:238) minMonotone2 (src/Data/Constraint/Nat.hs:241) maxMonotone1 (src/Data/Constraint/Nat.hs:244) maxMonotone2 (src/Data/Constraint/Nat.hs:247) divMonotone1 (src/Data/Constraint/Nat.hs:226) divMonotone2 (src/Data/Constraint/Nat.hs:229) euclideanNat (src/Data/Constraint/Nat.hs:265) plusMod (src/Data/Constraint/Nat.hs:253) timesMod (src/Data/Constraint/Nat.hs:256) modBound (src/Data/Constraint/Nat.hs:259) log2Pow (src/Data/Constraint/Nat.hs:262) dividesDef (src/Data/Constraint/Nat.hs:379) timesDiv (src/Data/Constraint/Nat.hs:385) eqLe (src/Data/Constraint/Nat.hs:99) leEq (src/Data/Constraint/Nat.hs:393) leId (src/Data/Constraint/Nat.hs:390) leTrans (src/Data/Constraint/Nat.hs:396) leZero (src/Data/Constraint/Nat.hs:195) zeroLe (src/Data/Constraint/Nat.hs:199) plusMinusInverse1 (src/Data/Constraint/Nat.hs:205) plusMinusInverse2 (src/Data/Constraint/Nat.hs:208) plusMinusInverse3 (src/Data/Constraint/Nat.hs:211) 12% ( 3 / 24) in 'Data.Constraint.Symbol' Missing documentation for: Take (src/Data/Constraint/Symbol.hs:53) Drop (src/Data/Constraint/Symbol.hs:54) Length (src/Data/Constraint/Symbol.hs:55) appendSymbol (src/Data/Constraint/Symbol.hs:87) appendUnit1 (src/Data/Constraint/Symbol.hs:90) appendUnit2 (src/Data/Constraint/Symbol.hs:93) appendAssociates (src/Data/Constraint/Symbol.hs:96) takeSymbol (src/Data/Constraint/Symbol.hs:99) dropSymbol (src/Data/Constraint/Symbol.hs:102) takeAppendDrop (src/Data/Constraint/Symbol.hs:105) lengthSymbol (src/Data/Constraint/Symbol.hs:108) takeLength (src/Data/Constraint/Symbol.hs:111) take0 (src/Data/Constraint/Symbol.hs:114) takeEmpty (src/Data/Constraint/Symbol.hs:117) dropLength (src/Data/Constraint/Symbol.hs:120) drop0 (src/Data/Constraint/Symbol.hs:123) dropEmpty (src/Data/Constraint/Symbol.hs:126) lengthTake (src/Data/Constraint/Symbol.hs:129) lengthDrop (src/Data/Constraint/Symbol.hs:132) dropDrop (src/Data/Constraint/Symbol.hs:135) takeTake (src/Data/Constraint/Symbol.hs:138) 60% ( 3 / 5) in 'Data.Constraint.Char' Missing documentation for: charToNat (src/Data/Constraint/Char.hs:55) natToChar (src/Data/Constraint/Char.hs:60) Warning: Data.Constraint.Forall: could not find link destinations for: - Data.Constraint.Forall.Q - Data.Constraint.Forall.ComposeC Documentation created: dist/doc/html/constraints/, dist/doc/html/constraints/constraints.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/constraints-0.14.2-GV8CZhINnNe9t37IE3h0mD Completed constraints-0.14.2 Configuring th-reify-many-0.1.10... Preprocessing library for th-reify-many-0.1.10.. Building library for th-reify-many-0.1.10.. [1 of 2] Compiling Language.Haskell.TH.ReifyMany.Internal ( src/Language/Haskell/TH/ReifyMany/Internal.hs, dist/build/Language/Haskell/TH/ReifyMany/Internal.o, dist/build/Language/Haskell/TH/ReifyMany/Internal.dyn_o ) [2 of 2] Compiling Language.Haskell.TH.ReifyMany ( src/Language/Haskell/TH/ReifyMany.hs, dist/build/Language/Haskell/TH/ReifyMany.o, dist/build/Language/Haskell/TH/ReifyMany.dyn_o ) Preprocessing library for th-reify-many-0.1.10.. Running Haddock on library for th-reify-many-0.1.10.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Language.Haskell.TH.ReifyMany.Internal ( src/Language/Haskell/TH/ReifyMany/Internal.hs, nothing ) [2 of 2] Compiling Language.Haskell.TH.ReifyMany ( src/Language/Haskell/TH/ReifyMany.hs, nothing ) Haddock coverage: Warning: 'TypeclassInstance' is ambiguous. It is defined * at src/Language/Haskell/TH/ReifyMany/Internal.hs:66:26 * at src/Language/Haskell/TH/ReifyMany/Internal.hs:66:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Haskell/TH/ReifyMany/Internal.hs:66:1 92% ( 12 / 13) in 'Language.Haskell.TH.ReifyMany.Internal' Missing documentation for: Module header 100% ( 4 / 4) in 'Language.Haskell.TH.ReifyMany' Documentation created: dist/doc/html/th-reify-many/, dist/doc/html/th-reify-many/th-reify-many.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-reify-many-0.1.10-8ib8arFveth3qjP6YRUWe2 Completed th-reify-many-0.1.10 Configuring monad-control-1.0.3.1... Preprocessing library for monad-control-1.0.3.1.. Building library for monad-control-1.0.3.1.. [1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o, dist/build/Control/Monad/Trans/Control.dyn_o ) src/Control/Monad/Trans/Control.hs:207:19: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 207 | type StT t a :: * | ^ src/Control/Monad/Trans/Control.hs:546:21: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 546 | type StM m a :: * | ^ Preprocessing library for monad-control-1.0.3.1.. Running Haddock on library for monad-control-1.0.3.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, nothing ) src/Control/Monad/Trans/Control.hs:207:19: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 207 | type StT t a :: * | ^ src/Control/Monad/Trans/Control.hs:546:21: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 546 | type StM m a :: * | ^ Haddock coverage: Warning: 'IdentityT' is ambiguous. It is defined * in Control.Monad.Trans.Identity * in Control.Monad.Trans.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Identity Warning: 'MaybeT' is ambiguous. It is defined * in Control.Monad.Trans.Maybe * in Control.Monad.Trans.Maybe You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Maybe Warning: 'ErrorT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Error' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ExceptT' is ambiguous. It is defined * in Control.Monad.Trans.Except * in Control.Monad.Trans.Except You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Except Warning: 'ListT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ReaderT' is ambiguous. It is defined * in Control.Monad.Trans.Reader * in Control.Monad.Trans.Reader You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Reader Warning: 'StateT' is ambiguous. It is defined * in Control.Monad.Trans.State.Lazy * in Control.Monad.Trans.State.Lazy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.State.Lazy Warning: 'WriterT' is ambiguous. It is defined * in Control.Monad.Trans.Writer.Lazy * in Control.Monad.Trans.Writer.Lazy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Writer.Lazy Warning: 'RWST' is ambiguous. It is defined * in Control.Monad.Trans.RWS.Lazy * in Control.Monad.Trans.RWS.Lazy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.RWS.Lazy Warning: 'liftIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'liftBase' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'MonadIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flip' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'withFile' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 35 / 35) in 'Control.Monad.Trans.Control' Warning: Control.Monad.Trans.Control: could not find link destinations for: - Control.Monad.Trans.Control.D:R:StTMaybeTa - Control.Monad.Trans.Control.D:R:StTIdentityTa - Control.Monad.Trans.Control.D:R:StMSTMa - Control.Monad.Trans.Control.D:R:StMIdentitya - Control.Monad.Trans.Control.D:R:StMLista - Control.Monad.Trans.Control.D:R:StMMaybea - Control.Monad.Trans.Control.D:R:StMIOa Documentation created: dist/doc/html/monad-control/, dist/doc/html/monad-control/monad-control.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/monad-control-1.0.3.1-FAFT25wsmcjJZRoEoOcnof Completed monad-control-1.0.3.1 Configuring prettyprinter-ansi-terminal-1.1.3... Preprocessing library for prettyprinter-ansi-terminal-1.1.3.. Building library for prettyprinter-ansi-terminal-1.1.3.. [1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, dist/build/Prettyprinter/Render/Terminal/Internal.o, dist/build/Prettyprinter/Render/Terminal/Internal.dyn_o ) [2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, dist/build/Prettyprinter/Render/Terminal.o, dist/build/Prettyprinter/Render/Terminal.dyn_o ) [3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.dyn_o ) [4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.dyn_o ) Preprocessing library for prettyprinter-ansi-terminal-1.1.3.. Running Haddock on library for prettyprinter-ansi-terminal-1.1.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, nothing ) [2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, nothing ) [3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, nothing ) [4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, nothing ) Haddock coverage: Warning: '...' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 24 / 27) in 'Prettyprinter.Render.Terminal.Internal' Missing documentation for: Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90) Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91) Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92) Warning: 'SimpleDocStream' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'stdout' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 89% ( 25 / 28) in 'Prettyprinter.Render.Terminal' Missing documentation for: Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90) Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91) Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92) 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Terminal' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Terminal.Internal' Missing documentation for: Module header Documentation created: dist/doc/html/prettyprinter-ansi-terminal/, dist/doc/html/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-ansi-terminal-1.1.3-3IKBFxwvUG73SAVQBEr9gK Completed prettyprinter-ansi-terminal-1.1.3 Configuring text-iso8601-0.1.1... Preprocessing library for text-iso8601-0.1.1.. Building library for text-iso8601-0.1.1.. [1 of 2] Compiling Data.Time.FromText ( src/Data/Time/FromText.hs, dist/build/Data/Time/FromText.o, dist/build/Data/Time/FromText.dyn_o ) [2 of 2] Compiling Data.Time.ToText ( src/Data/Time/ToText.hs, dist/build/Data/Time/ToText.o, dist/build/Data/Time/ToText.dyn_o ) Preprocessing library for text-iso8601-0.1.1.. Running Haddock on library for text-iso8601-0.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Time.FromText ( src/Data/Time/FromText.hs, nothing ) [2 of 2] Compiling Data.Time.ToText ( src/Data/Time/ToText.hs, nothing ) Haddock coverage: Warning: 'zonedTime' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Data.Time.FromText' 9% ( 1 / 11) in 'Data.Time.ToText' Missing documentation for: Module header buildDay (src/Data/Time/ToText.hs:38) buildLocalTime (src/Data/Time/ToText.hs:122) buildTimeOfDay (src/Data/Time/ToText.hs:74) buildTimeZone (src/Data/Time/ToText.hs:106) buildUTCTime (src/Data/Time/ToText.hs:118) buildZonedTime (src/Data/Time/ToText.hs:126) buildMonth (src/Data/Time/ToText.hs:43) buildQuarter (src/Data/Time/ToText.hs:48) buildQuarterOfYear (src/Data/Time/ToText.hs:53) Documentation created: dist/doc/html/text-iso8601/, dist/doc/html/text-iso8601/text-iso8601.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-iso8601-0.1.1-EMUAgn1y19KKtwT80EJP9 Completed text-iso8601-0.1.1 Configuring strict-0.5.1... Preprocessing library for strict-0.5.1.. Building library for strict-0.5.1.. [1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, dist/build/Data/Strict/Either.o, dist/build/Data/Strict/Either.dyn_o ) [2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, dist/build/Data/Strict/Maybe.o, dist/build/Data/Strict/Maybe.dyn_o ) [3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, dist/build/Data/Strict/These.o, dist/build/Data/Strict/These.dyn_o ) [4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, dist/build/Data/Strict/Tuple.o, dist/build/Data/Strict/Tuple.dyn_o ) src/Data/Strict/Tuple.hs:124:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (Pair a b). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, dist/build/Data/Strict/Classes.o, dist/build/Data/Strict/Classes.dyn_o ) [6 of 7] Compiling Data.Strict ( src/Data/Strict.hs, dist/build/Data/Strict.o, dist/build/Data/Strict.dyn_o ) [7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, dist/build/System/IO/Strict.o, dist/build/System/IO/Strict.dyn_o ) Preprocessing library for strict-0.5.1.. Running Haddock on library for strict-0.5.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 7] Compiling Data.Strict.Either ( src/Data/Strict/Either.hs, nothing ) [2 of 7] Compiling Data.Strict.Maybe ( src/Data/Strict/Maybe.hs, nothing ) [3 of 7] Compiling Data.Strict.These ( src/Data/Strict/These.hs, nothing ) [4 of 7] Compiling Data.Strict.Tuple ( src/Data/Strict/Tuple.hs, nothing ) src/Data/Strict/Tuple.hs:124:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (Pair a b). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 124 | (x1 :!: y1) `mappend` (x2 :!: y2) = (x1 `mappend` x2) :!: (y1 `mappend` y2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 7] Compiling Data.Strict.Classes ( src/Data/Strict/Classes.hs, nothing ) [6 of 7] Compiling Data.Strict ( src/Data/Strict.hs, nothing ) [7 of 7] Compiling System.IO.Strict ( src/System/IO/Strict.hs, nothing ) Haddock coverage: Warning: 'Either' is ambiguous. It is defined * in Data.Either * at src/Data/Strict/Either.hs:54:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Strict/Either.hs:54:1 100% ( 10 / 10) in 'Data.Strict.Either' Warning: 'Maybe' is ambiguous. It is defined * at src/Data/Strict/Maybe.hs:58:1 * in GHC.Maybe You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Strict/Maybe.hs:58:1 Warning: '<*>' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Data.Strict.Maybe' Warning: 'These' is ambiguous. It is defined * at src/Data/Strict/These.hs:65:38 * at src/Data/Strict/These.hs:65:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Strict/These.hs:65:1 Warning: 'here' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'there' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 70% ( 12 / 17) in 'Data.Strict.These' Missing documentation for: Module header distrThesePair (src/Data/Strict/These.hs:156) undistrThesePair (src/Data/Strict/These.hs:161) distrPairThese (src/Data/Strict/These.hs:173) undistrPairThese (src/Data/Strict/These.hs:178) 90% ( 9 / 10) in 'Data.Strict.Tuple' Missing documentation for: :!: (src/Data/Strict/Tuple.hs:69) 50% ( 1 / 2) in 'Data.Strict.Classes' Missing documentation for: Module header 100% ( 6 / 6) in 'Data.Strict' Warning: 'isEOFError' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'stdin' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 7 / 7) in 'System.IO.Strict' Warning: Data.Strict.Either: could not find link destinations for: - Data.Strict.Either.Rep_Either - Data.Strict.Either.Rep1_Either Warning: Data.Strict.Maybe: could not find link destinations for: - Data.Strict.Maybe.Rep_Maybe - Data.Strict.Maybe.Rep1_Maybe Warning: Data.Strict.These: could not find link destinations for: - Data.Strict.These.Rep_These - Data.Strict.These.Rep1_These Warning: Data.Strict.Tuple: could not find link destinations for: - Data.Strict.Tuple.Rep_Pair - Data.Strict.Tuple.Rep1_Pair Documentation created: dist/doc/html/strict/, dist/doc/html/strict/strict.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/strict-0.5.1-KZLMZtWBXqD5hZzNdySlvH Completed strict-0.5.1 Configuring attoparsec-0.14.4... Preprocessing library 'attoparsec-internal' for attoparsec-0.14.4.. Building library 'attoparsec-internal' for attoparsec-0.14.4.. [1 of 6] Compiling Data.Attoparsec.ByteString.FastSet ( internal/Data/Attoparsec/ByteString/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.o, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.dyn_o ) internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning: [GHC-68441] [-Wdeprecations] In the use of memset (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead" | 97 | _ <- I.memset t 0 32 | ^^^^^^^^ [2 of 6] Compiling Data.Attoparsec.Internal.Compat ( internal/Data/Attoparsec/Internal/Compat.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.o, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.dyn_o ) [3 of 6] Compiling Data.Attoparsec.Internal.Fhthagn ( internal/Data/Attoparsec/Internal/Fhthagn.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.o, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.dyn_o ) [4 of 6] Compiling Data.Attoparsec.ByteString.Buffer ( internal/Data/Attoparsec/ByteString/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.o, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.dyn_o ) internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 62 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 121 | memcpy (ptr0 `plusPtr` (off0+len0)) | ^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0) | ^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1) | ^^^^^^ [5 of 6] Compiling Data.Attoparsec.Text.Buffer ( internal/Data/Attoparsec/Text/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.o, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.dyn_o ) internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 44 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [6 of 6] Compiling Data.Attoparsec.Text.FastSet ( internal/Data/Attoparsec/Text/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.o, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.dyn_o ) Preprocessing library for attoparsec-0.14.4.. Building library for attoparsec-0.14.4.. [ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o, dist/build/Data/Attoparsec/Internal/Types.dyn_o ) Data/Attoparsec/Internal/Types.hs:28:53: warning: [GHC-38856] [-Wunused-imports] The import of <$> from module Control.Applicative is redundant | 28 | import Control.Applicative as App (Applicative(..), (<$>)) | ^^^^^ Data/Attoparsec/Internal/Types.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 34 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o, dist/build/Data/Attoparsec/Internal.dyn_o ) [ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o, dist/build/Data/Attoparsec/Number.dyn_o ) [ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.o, dist/build/Data/Attoparsec/Types.dyn_o ) [ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o, dist/build/Data/Attoparsec/Zepto.dyn_o ) Data/Attoparsec/Zepto.hs:46:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 46 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o, dist/build/Data/Attoparsec/Combinator.dyn_o ) Data/Attoparsec/Combinator.hs:46:46: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 46 | import Control.Applicative (Alternative(..), liftA2, many, (<|>)) | ^^^^^^ [ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.o, dist/build/Data/Attoparsec/Text/Internal.dyn_o ) Data/Attoparsec/Text/Internal.hs:68:1: warning: [GHC-38856] [-Wunused-imports] The import of *>, <$>, pure from module Control.Applicative is redundant | 68 | import Control.Applicative ((<|>), (<$>), pure, (*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Data/Attoparsec/Text/Internal.hs:91:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | instance (a ~ Text) => IsString (Parser a) where | ^ [ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.o, dist/build/Data/Attoparsec/Text.dyn_o ) [ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.o, dist/build/Data/Attoparsec/Text/Lazy.dyn_o ) [10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.o, dist/build/Data/Attoparsec/ByteString/Internal.dyn_o ) [11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.o, dist/build/Data/Attoparsec/ByteString.dyn_o ) [12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.o, dist/build/Data/Attoparsec/ByteString/Lazy.dyn_o ) [13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o, dist/build/Data/Attoparsec/Lazy.dyn_o ) [14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.o, dist/build/Data/Attoparsec/ByteString/Char8.dyn_o ) Data/Attoparsec/ByteString/Char8.hs:154:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 154 | instance (a ~ B.ByteString) => IsString (Parser a) where | ^ [15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o, dist/build/Data/Attoparsec/Char8.dyn_o ) [16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o, dist/build/Data/Attoparsec.dyn_o ) Preprocessing library 'attoparsec-internal' for attoparsec-0.14.4.. Running Haddock on library 'attoparsec-internal' for attoparsec-0.14.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Data.Attoparsec.ByteString.FastSet ( internal/Data/Attoparsec/ByteString/FastSet.hs, nothing ) internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning: [GHC-68441] [-Wdeprecations] In the use of memset (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead" | 97 | _ <- I.memset t 0 32 | ^^^^^^^^ [2 of 6] Compiling Data.Attoparsec.Internal.Compat ( internal/Data/Attoparsec/Internal/Compat.hs, nothing ) [3 of 6] Compiling Data.Attoparsec.Internal.Fhthagn ( internal/Data/Attoparsec/Internal/Fhthagn.hs, nothing ) [4 of 6] Compiling Data.Attoparsec.ByteString.Buffer ( internal/Data/Attoparsec/ByteString/Buffer.hs, nothing ) internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 62 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 121 | memcpy (ptr0 `plusPtr` (off0+len0)) | ^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0) | ^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1) | ^^^^^^ [5 of 6] Compiling Data.Attoparsec.Text.Buffer ( internal/Data/Attoparsec/Text/Buffer.hs, nothing ) internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 44 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [6 of 6] Compiling Data.Attoparsec.Text.FastSet ( internal/Data/Attoparsec/Text/FastSet.hs, nothing ) Haddock coverage: 69% ( 9 / 13) in 'Data.Attoparsec.ByteString.FastSet' Missing documentation for: FastSet (internal/Data/Attoparsec/ByteString/FastSet.hs:44) fromList (internal/Data/Attoparsec/ByteString/FastSet.hs:63) fromSet charClass (internal/Data/Attoparsec/ByteString/FastSet.hs:109) 0% ( 0 / 3) in 'Data.Attoparsec.Internal.Compat' Missing documentation for: Module header withPS (internal/Data/Attoparsec/Internal/Compat.hs:15) mkPS (internal/Data/Attoparsec/Internal/Compat.hs:23) 50% ( 1 / 2) in 'Data.Attoparsec.Internal.Fhthagn' Missing documentation for: Module header 22% ( 2 / 9) in 'Data.Attoparsec.ByteString.Buffer' Missing documentation for: Buffer (internal/Data/Attoparsec/ByteString/Buffer.hs:71) unbuffer (internal/Data/Attoparsec/ByteString/Buffer.hs:89) pappend (internal/Data/Attoparsec/ByteString/Buffer.hs:105) length (internal/Data/Attoparsec/ByteString/Buffer.hs:138) unsafeIndex (internal/Data/Attoparsec/ByteString/Buffer.hs:142) substring (internal/Data/Attoparsec/ByteString/Buffer.hs:147) unsafeDrop (internal/Data/Attoparsec/ByteString/Buffer.hs:154) 33% ( 4 / 12) in 'Data.Attoparsec.Text.Buffer' Missing documentation for: Buffer (internal/Data/Attoparsec/Text/Buffer.hs:64) unbuffer (internal/Data/Attoparsec/Text/Buffer.hs:82) unbufferAt (internal/Data/Attoparsec/Text/Buffer.hs:85) length (internal/Data/Attoparsec/Text/Buffer.hs:145) pappend (internal/Data/Attoparsec/Text/Buffer.hs:105) substring (internal/Data/Attoparsec/Text/Buffer.hs:149) lengthCodeUnits (internal/Data/Attoparsec/Text/Buffer.hs:158) dropCodeUnits (internal/Data/Attoparsec/Text/Buffer.hs:161) 60% ( 6 / 10) in 'Data.Attoparsec.Text.FastSet' Missing documentation for: FastSet (internal/Data/Attoparsec/Text/FastSet.hs:40) fromList (internal/Data/Attoparsec/Text/FastSet.hs:83) set (internal/Data/Attoparsec/Text/FastSet.hs:105) charClass (internal/Data/Attoparsec/Text/FastSet.hs:118) Documentation created: dist/doc/html/attoparsec/, dist/doc/html/attoparsec/attoparsec.txt Preprocessing library for attoparsec-0.14.4.. Running Haddock on library for attoparsec-0.14.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, nothing ) Data/Attoparsec/Internal/Types.hs:28:53: warning: [GHC-38856] [-Wunused-imports] The import of <$> from module Control.Applicative is redundant | 28 | import Control.Applicative as App (Applicative(..), (<$>)) | ^^^^^ Data/Attoparsec/Internal/Types.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 34 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, nothing ) [ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, nothing ) [ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, nothing ) [ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, nothing ) Data/Attoparsec/Zepto.hs:46:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 46 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, nothing ) Data/Attoparsec/Combinator.hs:46:46: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 46 | import Control.Applicative (Alternative(..), liftA2, many, (<|>)) | ^^^^^^ [ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, nothing ) Data/Attoparsec/Text/Internal.hs:68:1: warning: [GHC-38856] [-Wunused-imports] The import of *>, <$>, pure from module Control.Applicative is redundant | 68 | import Control.Applicative ((<|>), (<$>), pure, (*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Data/Attoparsec/Text/Internal.hs:91:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | instance (a ~ Text) => IsString (Parser a) where | ^ [ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, nothing ) [ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, nothing ) [10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, nothing ) [11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, nothing ) [12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, nothing ) [13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, nothing ) [14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, nothing ) Data/Attoparsec/ByteString/Char8.hs:154:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 154 | instance (a ~ B.ByteString) => IsString (Parser a) where | ^ [15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, nothing ) [16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, nothing ) Haddock coverage: 60% ( 6 / 10) in 'Data.Attoparsec.Internal.Types' Missing documentation for: State (Data/Attoparsec/Internal/Types.hs:118) Failure (Data/Attoparsec/Internal/Types.hs:122) Success (Data/Attoparsec/Internal/Types.hs:124) Pos (Data/Attoparsec/Internal/Types.hs:46) 100% ( 10 / 10) in 'Data.Attoparsec.Internal' 100% ( 2 / 2) in 'Data.Attoparsec.Number' 100% ( 4 / 4) in 'Data.Attoparsec.Types' 88% ( 8 / 9) in 'Data.Attoparsec.Zepto' Missing documentation for: Parser (Data/Attoparsec/Zepto.hs:68) Warning: 'liftM2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 24 / 24) in 'Data.Attoparsec.Combinator' Warning: 'Text' is ambiguous. It is defined * in Data.Text.Internal * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Text.Internal Warning: 'Partial' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Lazy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 90 / 92) in 'Data.Attoparsec.Text' Missing documentation for: Parser (Data/Attoparsec/Text/Internal.hs:86) Result (Data/Attoparsec/Text/Internal.hs:87) Warning: 'Text' is ambiguous. It is defined * in Data.Text.Internal * in Data.Text.Internal.Lazy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Text.Internal.Lazy 98% ( 70 / 71) in 'Data.Attoparsec.Text.Lazy' Missing documentation for: Parser (Data/Attoparsec/Text/Internal.hs:86) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 68 / 70) in 'Data.Attoparsec.ByteString' Missing documentation for: Parser (Data/Attoparsec/ByteString/Internal.hs:98) Result (Data/Attoparsec/ByteString/Internal.hs:99) Warning: 'ByteString' is ambiguous. It is defined * in Data.ByteString.Internal.Type * in Data.ByteString.Lazy.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.ByteString.Lazy.Internal 98% ( 53 / 54) in 'Data.Attoparsec.ByteString.Lazy' Missing documentation for: Parser (Data/Attoparsec/ByteString/Internal.hs:98) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Data.Attoparsec.Lazy' Warning: 'many' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 91 / 93) in 'Data.Attoparsec.ByteString.Char8' Missing documentation for: Parser (Data/Attoparsec/ByteString/Internal.hs:98) Result (Data/Attoparsec/ByteString/Internal.hs:99) 100% ( 2 / 2) in 'Data.Attoparsec.Char8' 100% ( 2 / 2) in 'Data.Attoparsec' Warning: Data.Attoparsec.Internal.Types: could not find link destinations for: - Data.Attoparsec.Internal.Types.D:R:ChunkElemText - Data.Attoparsec.Internal.Types.D:R:ChunkElemByteString Warning: Data.Attoparsec.Types: could not find link destinations for: - Data.Attoparsec.Internal.Types.D:R:ChunkElemText - Data.Attoparsec.Internal.Types.D:R:ChunkElemByteString Documentation created: dist/doc/html/attoparsec/, dist/doc/html/attoparsec/attoparsec.txt Installing internal library attoparsec-internal in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4-9Y9igtyRCAk1pzVMzZbmi Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4-9Y9igtyRCAk1pzVMzZbmi Completed attoparsec-0.14.4 Configuring http-types-0.12.4... Preprocessing library for http-types-0.12.4.. Building library for http-types-0.12.4.. [1 of 7] Compiling Network.HTTP.Types.Header ( Network/HTTP/Types/Header.hs, dist/build/Network/HTTP/Types/Header.o, dist/build/Network/HTTP/Types/Header.dyn_o ) [2 of 7] Compiling Network.HTTP.Types.Method ( Network/HTTP/Types/Method.hs, dist/build/Network/HTTP/Types/Method.o, dist/build/Network/HTTP/Types/Method.dyn_o ) [3 of 7] Compiling Network.HTTP.Types.Status ( Network/HTTP/Types/Status.hs, dist/build/Network/HTTP/Types/Status.o, dist/build/Network/HTTP/Types/Status.dyn_o ) [4 of 7] Compiling Network.HTTP.Types.URI ( Network/HTTP/Types/URI.hs, dist/build/Network/HTTP/Types/URI.o, dist/build/Network/HTTP/Types/URI.dyn_o ) [5 of 7] Compiling Network.HTTP.Types.QueryLike ( Network/HTTP/Types/QueryLike.hs, dist/build/Network/HTTP/Types/QueryLike.o, dist/build/Network/HTTP/Types/QueryLike.dyn_o ) [6 of 7] Compiling Network.HTTP.Types.Version ( Network/HTTP/Types/Version.hs, dist/build/Network/HTTP/Types/Version.o, dist/build/Network/HTTP/Types/Version.dyn_o ) [7 of 7] Compiling Network.HTTP.Types ( Network/HTTP/Types.hs, dist/build/Network/HTTP/Types.o, dist/build/Network/HTTP/Types.dyn_o ) Preprocessing library for http-types-0.12.4.. Running Haddock on library for http-types-0.12.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 7] Compiling Network.HTTP.Types.Header ( Network/HTTP/Types/Header.hs, nothing ) [2 of 7] Compiling Network.HTTP.Types.Method ( Network/HTTP/Types/Method.hs, nothing ) [3 of 7] Compiling Network.HTTP.Types.Status ( Network/HTTP/Types/Status.hs, nothing ) [4 of 7] Compiling Network.HTTP.Types.URI ( Network/HTTP/Types/URI.hs, nothing ) [5 of 7] Compiling Network.HTTP.Types.QueryLike ( Network/HTTP/Types/QueryLike.hs, nothing ) [6 of 7] Compiling Network.HTTP.Types.Version ( Network/HTTP/Types/Version.hs, nothing ) [7 of 7] Compiling Network.HTTP.Types ( Network/HTTP/Types.hs, nothing ) Haddock coverage: 100% ( 71 / 71) in 'Network.HTTP.Types.Header' Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 19 / 19) in 'Network.HTTP.Types.Method' Warning: 'Status' is ambiguous. It is defined * at Network/HTTP/Types/Status.hs:140:15 * at Network/HTTP/Types/Status.hs:140:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Network/HTTP/Types/Status.hs:140:1 98% (107 /109) in 'Network.HTTP.Types.Status' Missing documentation for: statusCode statusMessage Warning: 'Builder' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 42 / 42) in 'Network.HTTP.Types.URI' 100% ( 4 / 4) in 'Network.HTTP.Types.QueryLike' 100% ( 6 / 6) in 'Network.HTTP.Types.Version' 99% (207 /208) in 'Network.HTTP.Types' Missing documentation for: Module header Warning: Network.HTTP.Types.Header: could not find link destinations for: - Network.HTTP.Types.Header.Rep_ByteRange Warning: Network.HTTP.Types.Method: could not find link destinations for: - Network.HTTP.Types.Method.Rep_StdMethod Warning: Network.HTTP.Types.Status: could not find link destinations for: - Network.HTTP.Types.Status.Rep_Status Warning: Network.HTTP.Types.Version: could not find link destinations for: - Network.HTTP.Types.Version.Rep_HttpVersion Warning: Network.HTTP.Types: could not find link destinations for: - Network.HTTP.Types.Header.Rep_ByteRange - Network.HTTP.Types.Method.Rep_StdMethod - Network.HTTP.Types.Status.Rep_Status - Network.HTTP.Types.Version.Rep_HttpVersion Documentation created: dist/doc/html/http-types/, dist/doc/html/http-types/http-types.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/http-types-0.12.4-500WyayDpvT2aOHoXfLnt9 Completed http-types-0.12.4 Configuring bifunctors-5.6.2... Preprocessing library for bifunctors-5.6.2.. Building library for bifunctors-5.6.2.. [ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o, dist/build/Data/Biapplicative.dyn_o ) [ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.o, dist/build/Data/Bifunctor/Biap.dyn_o ) [ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o, dist/build/Data/Bifunctor/Biff.dyn_o ) [ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o, dist/build/Data/Bifunctor/Clown.dyn_o ) [ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o, dist/build/Data/Bifunctor/Fix.dyn_o ) [ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o, dist/build/Data/Bifunctor/Functor.dyn_o ) [ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o, dist/build/Data/Bifunctor/Flip.dyn_o ) [ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o, dist/build/Data/Bifunctor/Join.dyn_o ) [ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o, dist/build/Data/Bifunctor/Joker.dyn_o ) [10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o, dist/build/Data/Bifunctor/Product.dyn_o ) [11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o, dist/build/Data/Bifunctor/Sum.dyn_o ) [12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o, dist/build/Data/Bifunctor/TH/Internal.dyn_o ) [13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o, dist/build/Data/Bifunctor/TH.dyn_o ) [14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o, dist/build/Data/Bifunctor/Tannen.dyn_o ) [15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o, dist/build/Data/Bifunctor/Wrapped.dyn_o ) Preprocessing library for bifunctors-5.6.2.. Running Haddock on library for bifunctors-5.6.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, nothing ) [ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, nothing ) [ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, nothing ) [ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, nothing ) [ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, nothing ) [ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, nothing ) [ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, nothing ) [ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, nothing ) [ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, nothing ) [10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, nothing ) [11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, nothing ) [12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, nothing ) [13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, nothing ) [14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, nothing ) [15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, nothing ) Haddock coverage: 70% ( 7 / 10) in 'Data.Biapplicative' Missing documentation for: Biapplicative (src/Data/Biapplicative.hs:44) <<$>> (src/Data/Biapplicative.hs:41) <<**>> (src/Data/Biapplicative.hs:74) Warning: 'Biap' is ambiguous. It is defined * at src/Data/Bifunctor/Biap.hs:67:23 * at src/Data/Bifunctor/Biap.hs:67:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Bifunctor/Biap.hs:67:1 100% ( 2 / 2) in 'Data.Bifunctor.Biap' 100% ( 2 / 2) in 'Data.Bifunctor.Biff' 100% ( 2 / 2) in 'Data.Bifunctor.Clown' 100% ( 2 / 2) in 'Data.Bifunctor.Fix' 14% ( 1 / 7) in 'Data.Bifunctor.Functor' Missing documentation for: Module header BifunctorFunctor (src/Data/Bifunctor/Functor.hs:19) BifunctorMonad (src/Data/Bifunctor/Functor.hs:22) biliftM (src/Data/Bifunctor/Functor.hs:31) BifunctorComonad (src/Data/Bifunctor/Functor.hs:34) biliftW (src/Data/Bifunctor/Functor.hs:43) 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' 0% ( 0 / 2) in 'Data.Bifunctor.Sum' Missing documentation for: Module header Sum (src/Data/Bifunctor/Sum.hs:22) Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax Warning: 'Options' is ambiguous. It is defined * at src/Data/Bifunctor/TH.hs:77:19 * at src/Data/Bifunctor/TH.hs:77:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Bifunctor/TH.hs:77:1 Warning: 'bimap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bifoldMap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bifoldr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bifoldl' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bitraverse' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bisequenceA' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'makeBitraverseA' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bimapM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bisequence' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax 96% ( 32 / 33) in 'Data.Bifunctor.TH' Missing documentation for: makeBifold (src/Data/Bifunctor/TH.hs:217) 100% ( 2 / 2) in 'Data.Bifunctor.Tannen' 100% ( 2 / 2) in 'Data.Bifunctor.Wrapped' Warning: Data.Bifunctor.Biap: could not find link destinations for: - Data.Bifunctor.Biap.Rep_Biap - Data.Bifunctor.Biap.Rep1_Biap Warning: Data.Bifunctor.Biff: could not find link destinations for: - Data.Bifunctor.Biff.Rep1_Biff - Data.Bifunctor.Biff.Rep_Biff Warning: Data.Bifunctor.Clown: could not find link destinations for: - Data.Bifunctor.Clown.Rep_Clown - Data.Bifunctor.Clown.Rep1_Clown Warning: Data.Bifunctor.Fix: could not find link destinations for: - Data.Bifunctor.Fix.Rep_Fix Warning: Data.Bifunctor.Flip: could not find link destinations for: - Data.Bifunctor.Flip.Rep_Flip Warning: Data.Bifunctor.Join: could not find link destinations for: - Data.Bifunctor.Join.Rep_Join Warning: Data.Bifunctor.Joker: could not find link destinations for: - Data.Bifunctor.Joker.Rep_Joker - Data.Bifunctor.Joker.Rep1_Joker Warning: Data.Bifunctor.Product: could not find link destinations for: - Data.Bifunctor.Product.Rep_Product - Data.Bifunctor.Product.Rep1_Product Warning: Data.Bifunctor.Sum: could not find link destinations for: - Data.Bifunctor.Sum.Rep_Sum - Data.Bifunctor.Sum.Rep1_Sum Warning: Data.Bifunctor.TH: could not find link destinations for: - Data.Bifunctor.TH.Bifunctor - Data.Bifunctor.TH.Bifoldable - Data.Bifunctor.TH.Bitraversable Warning: Data.Bifunctor.Tannen: could not find link destinations for: - Data.Bifunctor.Tannen.Rep1_Tannen - Data.Bifunctor.Tannen.Rep_Tannen Warning: Data.Bifunctor.Wrapped: could not find link destinations for: - Data.Bifunctor.Wrapped.Rep_WrappedBifunctor - Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor Documentation created: dist/doc/html/bifunctors/, dist/doc/html/bifunctors/bifunctors.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bifunctors-5.6.2-GFSN9WtyvrIH3Py3OMWv09 Completed bifunctors-5.6.2 Configuring th-orphans-0.13.16... Preprocessing library for th-orphans-0.13.16.. Building library for th-orphans-0.13.16.. [1 of 2] Compiling Language.Haskell.TH.Instances.Internal ( src/Language/Haskell/TH/Instances/Internal.hs, dist/build/Language/Haskell/TH/Instances/Internal.o, dist/build/Language/Haskell/TH/Instances/Internal.dyn_o ) [2 of 2] Compiling Language.Haskell.TH.Instances ( src/Language/Haskell/TH/Instances.hs, dist/build/Language/Haskell/TH/Instances.o, dist/build/Language/Haskell/TH/Instances.dyn_o ) Preprocessing library for th-orphans-0.13.16.. Running Haddock on library for th-orphans-0.13.16.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Language.Haskell.TH.Instances.Internal ( src/Language/Haskell/TH/Instances/Internal.hs, /tmp/ghc3229570_0/ghc_6.o, /tmp/ghc3229570_0/ghc_6.dyn_o ) [2 of 2] Compiling Language.Haskell.TH.Instances ( src/Language/Haskell/TH/Instances.hs, nothing ) Haddock coverage: Warning: 'ReaderT' is ambiguous. It is defined * in Control.Monad.Trans.Reader * in Control.Monad.Trans.Reader You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Reader Warning: 'WriterT' is ambiguous. It is defined * in Control.Monad.Trans.Writer.Lazy * in Control.Monad.Trans.Writer.Lazy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Writer.Lazy Warning: 'StateT' is ambiguous. It is defined * in Control.Monad.Trans.State.Lazy * in Control.Monad.Trans.State.Lazy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.State.Lazy Warning: 'RWST' is ambiguous. It is defined * in Control.Monad.Trans.RWS.Lazy * in Control.Monad.Trans.RWS.Lazy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.RWS.Lazy Warning: 'MonadFix' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Q' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax 100% ( 1 / 1) in 'Language.Haskell.TH.Instances' Documentation created: dist/doc/html/th-orphans/, dist/doc/html/th-orphans/th-orphans.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-orphans-0.13.16-14zKnGbdIem2srx0RzalkO Completed th-orphans-0.13.16 Configuring optparse-applicative-0.18.1.0... Preprocessing library for optparse-applicative-0.18.1.0.. Building library for optparse-applicative-0.18.1.0.. [ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, dist/build/Options/Applicative/Help/Levenshtein.o, dist/build/Options/Applicative/Help/Levenshtein.dyn_o ) src/Options/Applicative/Help/Levenshtein.hs:24:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:24:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:53: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:62: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:35: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:44: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:52:24: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 52 | firstelt = 1 + head diagBelow | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:53:64: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 53 | thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:26: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ [ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, dist/build/Options/Applicative/Help/Pretty.o, dist/build/Options/Applicative/Help/Pretty.dyn_o ) [ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, dist/build/Options/Applicative/Help/Chunk.o, dist/build/Options/Applicative/Help/Chunk.dyn_o ) [ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, dist/build/Options/Applicative/Help/Types.o, dist/build/Options/Applicative/Help/Types.dyn_o ) [ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, dist/build/Options/Applicative/Types.o, dist/build/Options/Applicative/Types.dyn_o ) src/Options/Applicative/Types.hs:58:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 58 | import Data.Semigroup hiding (Option) | ^^^^^^ [ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, dist/build/Options/Applicative/NonEmpty.o, dist/build/Options/Applicative/NonEmpty.dyn_o ) [ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, dist/build/Options/Applicative/Internal.o, dist/build/Options/Applicative/Internal.dyn_o ) [ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, dist/build/Options/Applicative/Common.o, dist/build/Options/Applicative/Common.dyn_o ) [ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, dist/build/Options/Applicative/Help/Core.o, dist/build/Options/Applicative/Help/Core.dyn_o ) [10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, dist/build/Options/Applicative/Help.o, dist/build/Options/Applicative/Help.dyn_o ) [11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, dist/build/Options/Applicative/Builder/Internal.o, dist/build/Options/Applicative/Builder/Internal.dyn_o ) src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 29 | import Data.Semigroup hiding (Option) | ^^^^^^ [12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, dist/build/Options/Applicative/Builder/Completer.o, dist/build/Options/Applicative/Builder/Completer.dyn_o ) [13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, dist/build/Options/Applicative/Builder.o, dist/build/Options/Applicative/Builder.dyn_o ) [14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, dist/build/Options/Applicative/BashCompletion.o, dist/build/Options/Applicative/BashCompletion.dyn_o ) src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 16 | import Data.Foldable ( asum ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, dist/build/Options/Applicative/Extra.o, dist/build/Options/Applicative/Extra.dyn_o ) [16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, dist/build/Options/Applicative.o, dist/build/Options/Applicative.dyn_o ) [17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, dist/build/Options/Applicative/Arrows.o, dist/build/Options/Applicative/Arrows.dyn_o ) Preprocessing library for optparse-applicative-0.18.1.0.. Running Haddock on library for optparse-applicative-0.18.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, nothing ) src/Options/Applicative/Help/Levenshtein.hs:24:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:24:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:53: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:62: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:35: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:44: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:52:24: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 52 | firstelt = 1 + head diagBelow | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:53:64: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 53 | thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:26: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ [ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, nothing ) [ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, nothing ) [ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, nothing ) [ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, nothing ) src/Options/Applicative/Types.hs:58:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 58 | import Data.Semigroup hiding (Option) | ^^^^^^ [ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, nothing ) [ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, nothing ) [ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, nothing ) [ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, nothing ) [10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, nothing ) [11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, nothing ) src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 29 | import Data.Semigroup hiding (Option) | ^^^^^^ [12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, nothing ) [13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, nothing ) [14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, nothing ) src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 16 | import Data.Foldable ( asum ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, nothing ) [16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, nothing ) [17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, nothing ) Haddock coverage: 50% ( 1 / 2) in 'Options.Applicative.Help.Levenshtein' Missing documentation for: Module header 93% ( 85 / 91) in 'Options.Applicative.Help.Pretty' Missing documentation for: Module header Doc (src/Options/Applicative/Help/Pretty.hs:29) SimpleDoc (src/Options/Applicative/Help/Pretty.hs:30) .$. (src/Options/Applicative/Help/Pretty.hs:36) (src/Options/Applicative/Help/Pretty.hs:38) prettyString (src/Options/Applicative/Help/Pretty.hs:113) Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Chunk' is ambiguous. It is defined * at src/Options/Applicative/Help/Chunk.hs:26:19 * at src/Options/Applicative/Help/Chunk.hs:26:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Help/Chunk.hs:26:1 92% ( 12 / 13) in 'Options.Applicative.Help.Chunk' Missing documentation for: Module header 33% ( 1 / 3) in 'Options.Applicative.Help.Types' Missing documentation for: Module header ParserHelp (src/Options/Applicative/Help/Types.hs:12) Warning: 'execParserPure' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OptReader' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:239:5 * at src/Options/Applicative/Types.hs:238:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:238:1 Warning: 'name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Completer' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:310:21 * at src/Options/Applicative/Types.hs:310:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:310:1 38% ( 17 / 44) in 'Options.Applicative.Types' Missing documentation for: Module header ParseError (src/Options/Applicative/Types.hs:68) OptName (src/Options/Applicative/Types.hs:132) isShortName (src/Options/Applicative/Types.hs:137) isLongName (src/Options/Applicative/Types.hs:141) Backtracking (src/Options/Applicative/Types.hs:104) CReader (src/Options/Applicative/Types.hs:230) ParserM (src/Options/Applicative/Types.hs:273) CompletionResult (src/Options/Applicative/Types.hs:325) ParserFailure (src/Options/Applicative/Types.hs:332) overFailure (src/Options/Applicative/Types.hs:359) Args (src/Options/Applicative/Types.hs:374) ArgumentReachability (src/Options/Applicative/Types.hs:401) OptTree (src/Options/Applicative/Types.hs:411) ParserHelp (src/Options/Applicative/Help/Types.hs:12) SomeParser (src/Options/Applicative/Types.hs:176) IsCmdStart (src/Options/Applicative/Types.hs:77) fromM (src/Options/Applicative/Types.hs:288) oneM (src/Options/Applicative/Types.hs:291) manyM (src/Options/Applicative/Types.hs:294) someM (src/Options/Applicative/Types.hs:301) filterOptional (src/Options/Applicative/Types.hs:419) optVisibility (src/Options/Applicative/Types.hs:432) optMetaVar (src/Options/Applicative/Types.hs:438) optHelp (src/Options/Applicative/Types.hs:435) optShowDefault (src/Options/Applicative/Types.hs:441) optDescMod (src/Options/Applicative/Types.hs:444) 50% ( 1 / 2) in 'Options.Applicative.NonEmpty' Missing documentation for: Module header 0% ( 0 / 21) in 'Options.Applicative.Internal' Missing documentation for: Module header P (src/Options/Applicative/Internal.hs:50) MonadP (src/Options/Applicative/Internal.hs:41) ParseError (src/Options/Applicative/Types.hs:68) uncons (src/Options/Applicative/Internal.hs:95) hoistMaybe (src/Options/Applicative/Internal.hs:86) hoistEither (src/Options/Applicative/Internal.hs:89) runReadM (src/Options/Applicative/Internal.hs:99) withReadM (src/Options/Applicative/Internal.hs:102) runP (src/Options/Applicative/Internal.hs:92) Completion (src/Options/Applicative/Internal.hs:126) runCompletion (src/Options/Applicative/Internal.hs:158) contextNames (src/Options/Applicative/Internal.hs:72) ListT (src/Options/Applicative/Internal.hs:165) takeListT (src/Options/Applicative/Internal.hs:177) runListT (src/Options/Applicative/Internal.hs:181) hoistList (src/Options/Applicative/Internal.hs:266) NondetT (src/Options/Applicative/Internal.hs:221) cut (src/Options/Applicative/Internal.hs:253) (src/Options/Applicative/Internal.hs:247) disamb (src/Options/Applicative/Internal.hs:256) 68% ( 13 / 19) in 'Options.Applicative.Common' Missing documentation for: Module header showOption (src/Options/Applicative/Common.hs:66) runParserInfo (src/Options/Applicative/Common.hs:238) runParserFully (src/Options/Applicative/Common.hs:241) runParserStep (src/Options/Applicative/Common.hs:228) optionNames (src/Options/Applicative/Common.hs:70) 38% ( 7 / 18) in 'Options.Applicative.Help.Core' Missing documentation for: Module header ParserHelp (src/Options/Applicative/Help/Types.hs:12) errorHelp (src/Options/Applicative/Help/Core.hs:214) headerHelp (src/Options/Applicative/Help/Core.hs:217) suggestionsHelp (src/Options/Applicative/Help/Core.hs:220) usageHelp (src/Options/Applicative/Help/Core.hs:226) descriptionHelp (src/Options/Applicative/Help/Core.hs:229) bodyHelp (src/Options/Applicative/Help/Core.hs:232) footerHelp (src/Options/Applicative/Help/Core.hs:235) globalsHelp (src/Options/Applicative/Help/Core.hs:223) parserGlobals (src/Options/Applicative/Help/Core.hs:257) 91% ( 11 / 12) in 'Options.Applicative.Help' Missing documentation for: Module header Warning: 'OptionFields' is ambiguous. It is defined * at src/Options/Applicative/Builder/Internal.hs:35:23 * at src/Options/Applicative/Builder/Internal.hs:35:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Builder/Internal.hs:35:1 Warning: 'FlagFields' is ambiguous. It is defined * at src/Options/Applicative/Builder/Internal.hs:40:21 * at src/Options/Applicative/Builder/Internal.hs:40:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Builder/Internal.hs:40:1 Warning: 'strOption' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flag' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hidden' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 23% ( 5 / 21) in 'Options.Applicative.Builder.Internal' Missing documentation for: Module header HasName (src/Options/Applicative/Builder/Internal.hs:51) HasCompleter (src/Options/Applicative/Builder/Internal.hs:60) HasValue (src/Options/Applicative/Builder/Internal.hs:69) HasMetavar (src/Options/Applicative/Builder/Internal.hs:77) OptionFields (src/Options/Applicative/Builder/Internal.hs:35) FlagFields (src/Options/Applicative/Builder/Internal.hs:40) CommandFields (src/Options/Applicative/Builder/Internal.hs:44) ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48) DefaultProp (src/Options/Applicative/Builder/Internal.hs:88) optionMod (src/Options/Applicative/Builder/Internal.hs:130) fieldMod (src/Options/Applicative/Builder/Internal.hs:133) mkCommand (src/Options/Applicative/Builder/Internal.hs:156) mkParser (src/Options/Applicative/Builder/Internal.hs:165) mkOption (src/Options/Applicative/Builder/Internal.hs:175) mkProps (src/Options/Applicative/Builder/Internal.hs:180) Warning: 'Completer' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:310:21 * at src/Options/Applicative/Types.hs:310:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:310:1 85% ( 6 / 7) in 'Options.Applicative.Builder.Completer' Missing documentation for: Module header Warning: 'ParserInfo' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:89:21 * at src/Options/Applicative/Types.hs:89:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:89:1 Warning: 'Option' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:171:17 * at src/Options/Applicative/Types.hs:171:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:171:1 Warning: 'ParserPrefs' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:111:20 * at src/Options/Applicative/Types.hs:111:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:111:1 86% ( 72 / 83) in 'Options.Applicative.Builder' Missing documentation for: Module header ParseError (src/Options/Applicative/Types.hs:68) PrefsMod (src/Options/Applicative/Builder.hs:470) OptionFields (src/Options/Applicative/Builder/Internal.hs:35) FlagFields (src/Options/Applicative/Builder/Internal.hs:40) ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48) CommandFields (src/Options/Applicative/Builder/Internal.hs:44) HasName (src/Options/Applicative/Builder/Internal.hs:51) HasCompleter (src/Options/Applicative/Builder/Internal.hs:60) HasValue (src/Options/Applicative/Builder/Internal.hs:69) HasMetavar (src/Options/Applicative/Builder/Internal.hs:77) 80% ( 4 / 5) in 'Options.Applicative.BashCompletion' Missing documentation for: bashCompletionParser (src/Options/Applicative/BashCompletion.hs:39) Warning: 'ParserInfo' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:89:21 * at src/Options/Applicative/Types.hs:89:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:89:1 Warning: 'ParserFailure' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:332:27 * at src/Options/Applicative/Types.hs:332:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:332:1 Warning: 'Context' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:180:16 * at src/Options/Applicative/Types.hs:180:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:180:1 73% ( 14 / 19) in 'Options.Applicative.Extra' Missing documentation for: Module header renderFailure (src/Options/Applicative/Extra.hs:345) ParserFailure (src/Options/Applicative/Types.hs:332) overFailure (src/Options/Applicative/Types.hs:359) CompletionResult (src/Options/Applicative/Types.hs:325) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Parsec' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ParserInfo' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:89:21 * at src/Options/Applicative/Types.hs:89:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:89:1 Warning: 'ParserPrefs' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:111:20 * at src/Options/Applicative/Types.hs:111:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:111:1 Warning: 'Completer' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:310:21 * at src/Options/Applicative/Types.hs:310:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:310:1 86% (105 /121) in 'Options.Applicative' Missing documentation for: Module header OptionFields (src/Options/Applicative/Builder/Internal.hs:35) FlagFields (src/Options/Applicative/Builder/Internal.hs:40) ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48) CommandFields (src/Options/Applicative/Builder/Internal.hs:44) HasName (src/Options/Applicative/Builder/Internal.hs:51) HasCompleter (src/Options/Applicative/Builder/Internal.hs:60) HasValue (src/Options/Applicative/Builder/Internal.hs:69) HasMetavar (src/Options/Applicative/Builder/Internal.hs:77) renderFailure (src/Options/Applicative/Extra.hs:345) overFailure (src/Options/Applicative/Types.hs:359) PrefsMod (src/Options/Applicative/Builder.hs:470) ParseError (src/Options/Applicative/Types.hs:68) ParserHelp (src/Options/Applicative/Help/Types.hs:12) ParserFailure (src/Options/Applicative/Types.hs:332) CompletionResult (src/Options/Applicative/Types.hs:325) Warning: 'A' is ambiguous. It is defined * at src/Options/Applicative/Arrows.hs:47:19 * at src/Options/Applicative/Arrows.hs:47:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Arrows.hs:47:1 100% ( 6 / 6) in 'Options.Applicative.Arrows' Warning: Options.Applicative.Help.Pretty: could not find link destinations for: - Prettyprinter.Internal.Rep_SimpleDocStream Documentation created: dist/doc/html/optparse-applicative/, dist/doc/html/optparse-applicative/optparse-applicative.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/optparse-applicative-0.18.1.0-4WRf5bX1TuC4wIXAa7SFmd Completed optparse-applicative-0.18.1.0 Configuring semigroupoids-6.0.1... Preprocessing library for semigroupoids-6.0.1.. Building library for semigroupoids-6.0.1.. [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.o, dist/build/Data/Functor/Extend.dyn_o ) [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.o, dist/build/Data/Semigroup/Foldable/Class.dyn_o ) [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.o, dist/build/Data/Traversable/Instances.dyn_o ) [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.o, dist/build/Semigroupoids/Internal.dyn_o ) [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.o, dist/build/Data/Functor/Bind/Class.dyn_o ) [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.o, dist/build/Data/Functor/Apply.dyn_o ) [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.o, dist/build/Data/Semigroup/Bifoldable.dyn_o ) [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.o, dist/build/Data/Functor/Contravariant/Divise.dyn_o ) [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.o, dist/build/Data/Functor/Contravariant/Decide.dyn_o ) [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.o, dist/build/Data/Functor/Contravariant/Conclude.dyn_o ) [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.o, dist/build/Data/Functor/Bind.dyn_o ) [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o, dist/build/Data/Semigroupoid.dyn_o ) [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.o, dist/build/Data/Semigroupoid/Ob.dyn_o ) [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.o, dist/build/Data/Semigroupoid/Dual.dyn_o ) [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.o, dist/build/Data/Semigroupoid/Categorical.dyn_o ) [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o, dist/build/Data/Groupoid.dyn_o ) [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o, dist/build/Data/Isomorphism.dyn_o ) [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.o, dist/build/Data/Functor/Bind/Trans.dyn_o ) [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.o, dist/build/Data/Bifunctor/Apply.dyn_o ) [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.o, dist/build/Data/Functor/Alt.dyn_o ) [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.o, dist/build/Data/Semigroup/Foldable.dyn_o ) [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.o, dist/build/Data/Semigroup/Traversable/Class.dyn_o ) [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.o, dist/build/Data/Semigroup/Traversable.dyn_o ) [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.o, dist/build/Data/Semigroup/Bitraversable.dyn_o ) [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.o, dist/build/Data/Functor/Plus.dyn_o ) [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.o, dist/build/Semigroupoids/Do.dyn_o ) [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.o, dist/build/Data/Semigroupoid/Static.dyn_o ) Preprocessing library for semigroupoids-6.0.1.. Running Haddock on library for semigroupoids-6.0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, nothing ) [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, nothing ) [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, nothing ) [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, nothing ) [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, nothing ) [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, nothing ) [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, nothing ) [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, nothing ) [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, nothing ) [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, nothing ) [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, nothing ) [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, nothing ) [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, nothing ) [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, nothing ) [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, nothing ) [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, nothing ) [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, nothing ) [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, nothing ) [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, nothing ) [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, nothing ) [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, nothing ) [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, nothing ) [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, nothing ) [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, nothing ) [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, nothing ) [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, nothing ) [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, nothing ) Haddock coverage: 83% ( 5 / 6) in 'Data.Functor.Extend' Missing documentation for: Extend (src/Data/Functor/Extend.hs:55) 66% ( 2 / 3) in 'Data.Semigroup.Foldable.Class' Missing documentation for: Bifoldable1 100% ( 1 / 1) in 'Data.Traversable.Instances' Warning: 'MaybeApply' is ambiguous. It is defined * at src/Data/Functor/Bind/Class.hs:411:26 * at src/Data/Functor/Bind/Class.hs:411:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Bind/Class.hs:411:1 Warning: 'K1' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Generics Warning: 'StoreT' is ambiguous. It is defined * in Control.Comonad.Trans.Store * in Control.Comonad.Trans.Store You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Comonad.Trans.Store Warning: 'EnvT' is ambiguous. It is defined * in Control.Comonad.Trans.Env * in Control.Comonad.Trans.Env You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Comonad.Trans.Env Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Const Warning: '(,)' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Constant' is ambiguous. It is defined * in Data.Functor.Constant * in Data.Functor.Constant You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Constant 80% ( 12 / 15) in 'Data.Functor.Bind.Class' Missing documentation for: apDefault (src/Data/Functor/Bind/Class.hs:540) returning (src/Data/Functor/Bind/Class.hs:537) Biapply (src/Data/Functor/Bind/Class.hs:753) 100% ( 16 / 16) in 'Data.Functor.Apply' 33% ( 2 / 6) in 'Data.Semigroup.Bifoldable' Missing documentation for: Bifoldable1 bitraverse1_ (src/Data/Semigroup/Bifoldable.hs:46) bifor1_ (src/Data/Semigroup/Bifoldable.hs:50) bisequenceA1_ (src/Data/Semigroup/Bifoldable.hs:58) Warning: 'Day' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 6 / 6) in 'Data.Functor.Contravariant.Divise' Warning: 'Alt' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Semigroup.Internal Warning: 'EitherDay' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Conclude' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Data.Functor.Contravariant.Decide' Warning: 'Plus' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Data.Functor.Contravariant.Conclude' Warning: ':*:' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Generics 75% ( 15 / 20) in 'Data.Functor.Bind' Missing documentation for: -<< (src/Data/Functor/Bind.hs:53) -<- (src/Data/Functor/Bind.hs:59) ->- (src/Data/Functor/Bind.hs:56) apDefault (src/Data/Functor/Bind/Class.hs:540) returning (src/Data/Functor/Bind/Class.hs:537) 50% ( 2 / 4) in 'Data.Semigroupoid' Missing documentation for: WrappedCategory (src/Data/Semigroupoid.hs:71) Semi (src/Data/Semigroupoid.hs:80) 50% ( 1 / 2) in 'Data.Semigroupoid.Ob' Missing documentation for: Ob (src/Data/Semigroupoid/Ob.hs:29) 50% ( 1 / 2) in 'Data.Semigroupoid.Dual' Missing documentation for: Dual (src/Data/Semigroupoid/Dual.hs:21) 100% ( 3 / 3) in 'Data.Semigroupoid.Categorical' 100% ( 2 / 2) in 'Data.Groupoid' 50% ( 1 / 2) in 'Data.Isomorphism' Missing documentation for: Iso (src/Data/Isomorphism.hs:23) 100% ( 2 / 2) in 'Data.Functor.Bind.Trans' 62% ( 5 / 8) in 'Data.Bifunctor.Apply' Missing documentation for: Biapply (src/Data/Functor/Bind/Class.hs:753) <<$>> <<..>> (src/Data/Bifunctor/Apply.hs:28) Warning: 'ExceptT' is ambiguous. It is defined * in Control.Monad.Trans.Except * in Control.Monad.Trans.Except You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Except Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity Warning: 'Bind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Data.Functor.Alt' 71% ( 10 / 14) in 'Data.Semigroup.Foldable' Missing documentation for: traverse1_ (src/Data/Semigroup/Foldable.hs:78) for1_ (src/Data/Semigroup/Foldable.hs:82) sequenceA1_ (src/Data/Semigroup/Foldable.hs:86) asum1 (src/Data/Semigroup/Foldable.hs:104) 33% ( 1 / 3) in 'Data.Semigroup.Traversable.Class' Missing documentation for: Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59) Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139) Warning: 'foldMap1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 8 / 9) in 'Data.Semigroup.Traversable' Missing documentation for: Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139) 33% ( 1 / 3) in 'Data.Semigroup.Bitraversable' Missing documentation for: Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59) bifoldMap1Default (src/Data/Semigroup/Bitraversable.hs:25) 100% ( 5 / 5) in 'Data.Functor.Plus' Warning: 'Applicative' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Monad' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 90% ( 10 / 11) in 'Semigroupoids.Do' Missing documentation for: join 50% ( 1 / 2) in 'Data.Semigroupoid.Static' Missing documentation for: Static (src/Data/Semigroupoid/Static.hs:35) Warning: Data.Functor.Apply: could not find link destinations for: - Text.ParserCombinators.ReadP.P - Data.Biapplicative.Mag - Data.Graph.SetM Warning: Data.Functor.Bind: could not find link destinations for: - Text.ParserCombinators.ReadP.P - Data.Biapplicative.Mag - Data.Graph.SetM Documentation created: dist/doc/html/semigroupoids/, dist/doc/html/semigroupoids/semigroupoids.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semigroupoids-6.0.1-309RwKy4J1y154zzFfa7WM Completed semigroupoids-6.0.1 Configuring profunctors-5.6.2... Preprocessing library for profunctors-5.6.2.. Building library for profunctors-5.6.2.. [ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.o, dist/build/Data/Profunctor/Unsafe.dyn_o ) [ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.o, dist/build/Data/Profunctor/Types.dyn_o ) [ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.o, dist/build/Data/Profunctor/Monad.dyn_o ) [ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.o, dist/build/Data/Profunctor/Adjunction.dyn_o ) [ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.o, dist/build/Data/Profunctor/Strong.dyn_o ) [ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.o, dist/build/Data/Profunctor/Closed.dyn_o ) [ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.o, dist/build/Data/Profunctor/Choice.dyn_o ) [ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.o, dist/build/Data/Profunctor/Traversing.dyn_o ) [ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.o, dist/build/Data/Profunctor/Mapping.dyn_o ) [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o, dist/build/Data/Profunctor.dyn_o ) [11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.o, dist/build/Data/Profunctor/Sieve.dyn_o ) [12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.o, dist/build/Data/Profunctor/Rep.dyn_o ) src/Data/Profunctor/Rep.hs:199:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (Prep p). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 199 | return a = Prep () $ tabulate $ const $ return a | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.o, dist/build/Data/Profunctor/Composition.dyn_o ) [14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.o, dist/build/Data/Profunctor/Ran.dyn_o ) [15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.o, dist/build/Data/Profunctor/Cayley.dyn_o ) [16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.o, dist/build/Data/Profunctor/Yoneda.dyn_o ) Preprocessing library for profunctors-5.6.2.. Running Haddock on library for profunctors-5.6.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, nothing ) [ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, nothing ) [ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, nothing ) [ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, nothing ) [ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, nothing ) [ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, nothing ) [ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, nothing ) [ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, nothing ) [ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, nothing ) [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, nothing ) [11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, nothing ) [12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, nothing ) src/Data/Profunctor/Rep.hs:199:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances] Noncanonical return definition detected in the instance declaration for Monad (Prep p). return will eventually be removed in favour of pure Suggested fix: Either remove definition for return (recommended) or define as return = pure See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 199 | return a = Prep () $ tabulate $ const $ return a | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, nothing ) [14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, nothing ) [15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, nothing ) [16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, nothing ) Haddock coverage: Warning: 'unsafeCoerce' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 3 / 3) in 'Data.Profunctor.Unsafe' Warning: 'Forget' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:228:24 * at src/Data/Profunctor/Types.hs:228:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Types.hs:228:1 Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:131:24 * at src/Data/Profunctor/Types.hs:131:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Types.hs:131:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:72:22 * at src/Data/Profunctor/Types.hs:72:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Types.hs:72:1 100% ( 7 / 7) in 'Data.Profunctor.Types' 100% ( 4 / 4) in 'Data.Profunctor.Monad' 100% ( 2 / 2) in 'Data.Profunctor.Adjunction' Warning: 'Procompose' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Pastro' is ambiguous. It is defined * at src/Data/Profunctor/Strong.hs:274:3 * at src/Data/Profunctor/Strong.hs:273:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Strong.hs:273:1 Warning: 'Tambara' is ambiguous. It is defined * at src/Data/Profunctor/Strong.hs:170:25 * at src/Data/Profunctor/Strong.hs:170:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Strong.hs:170:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:72:22 * at src/Data/Profunctor/Types.hs:72:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Types.hs:72:1 88% ( 15 / 17) in 'Data.Profunctor.Strong' Missing documentation for: uncurry' (src/Data/Profunctor/Strong.hs:98) strong (src/Data/Profunctor/Strong.hs:102) Warning: 'Closure' is ambiguous. It is defined * at src/Data/Profunctor/Closed.hs:106:25 * at src/Data/Profunctor/Closed.hs:106:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Closed.hs:106:1 71% ( 5 / 7) in 'Data.Profunctor.Closed' Missing documentation for: Environment (src/Data/Profunctor/Closed.hs:195) curry' (src/Data/Profunctor/Closed.hs:96) Warning: 'CopastroSum' is ambiguous. It is defined * at src/Data/Profunctor/Choice.hs:429:29 * at src/Data/Profunctor/Choice.hs:429:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Choice.hs:429:1 Warning: 'CotambaraSum' is ambiguous. It is defined * at src/Data/Profunctor/Choice.hs:385:5 * at src/Data/Profunctor/Choice.hs:384:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Choice.hs:384:1 Warning: 'absurd' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:131:24 * at src/Data/Profunctor/Types.hs:131:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Types.hs:131:1 Warning: 'costrength' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 12 / 13) in 'Data.Profunctor.Choice' Missing documentation for: Cochoice (src/Data/Profunctor/Choice.hs:301) Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Compose Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity 57% ( 8 / 14) in 'Data.Profunctor.Traversing' Missing documentation for: Module header CofreeTraversing (src/Data/Profunctor/Traversing.hs:144) firstTraversing (src/Data/Profunctor/Traversing.hs:43) secondTraversing (src/Data/Profunctor/Traversing.hs:46) leftTraversing (src/Data/Profunctor/Traversing.hs:67) rightTraversing (src/Data/Profunctor/Traversing.hs:70) 44% ( 4 / 9) in 'Data.Profunctor.Mapping' Missing documentation for: Mapping (src/Data/Profunctor/Mapping.hs:43) CofreeMapping (src/Data/Profunctor/Mapping.hs:107) wanderMapping (src/Data/Profunctor/Mapping.hs:99) traverseMapping (src/Data/Profunctor/Mapping.hs:102) closedMapping (src/Data/Profunctor/Mapping.hs:105) 80% ( 16 / 20) in 'Data.Profunctor' Missing documentation for: uncurry' (src/Data/Profunctor/Strong.hs:98) curry' (src/Data/Profunctor/Closed.hs:96) Mapping (src/Data/Profunctor/Mapping.hs:43) Cochoice (src/Data/Profunctor/Choice.hs:301) Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:131:24 * at src/Data/Profunctor/Types.hs:131:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Types.hs:131:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:72:22 * at src/Data/Profunctor/Types.hs:72:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Types.hs:72:1 100% ( 3 / 3) in 'Data.Profunctor.Sieve' Warning: 'Prep' is ambiguous. It is defined * at src/Data/Profunctor/Rep.hs:188:3 * at src/Data/Profunctor/Rep.hs:187:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Rep.hs:187:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:72:22 * at src/Data/Profunctor/Types.hs:72:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Types.hs:72:1 Warning: 'Iso'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Coprep' is ambiguous. It is defined * at src/Data/Profunctor/Rep.hs:222:22 * at src/Data/Profunctor/Rep.hs:222:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Rep.hs:222:1 Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:131:24 * at src/Data/Profunctor/Types.hs:131:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Types.hs:131:1 70% ( 17 / 24) in 'Data.Profunctor.Rep' Missing documentation for: prepAdj (src/Data/Profunctor/Rep.hs:204) unprepAdj (src/Data/Profunctor/Rep.hs:207) prepUnit (src/Data/Profunctor/Rep.hs:210) prepCounit (src/Data/Profunctor/Rep.hs:213) uncoprepAdj (src/Data/Profunctor/Rep.hs:238) coprepUnit (src/Data/Profunctor/Rep.hs:241) coprepCounit (src/Data/Profunctor/Rep.hs:244) Warning: 'Rift' is ambiguous. It is defined * at src/Data/Profunctor/Composition.hs:255:24 * at src/Data/Profunctor/Composition.hs:255:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Composition.hs:255:1 Warning: 'Procompose' is ambiguous. It is defined * at src/Data/Profunctor/Composition.hs:70:3 * at src/Data/Profunctor/Composition.hs:69:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Composition.hs:69:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:72:22 * at src/Data/Profunctor/Types.hs:72:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Types.hs:72:1 Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Compose Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:131:24 * at src/Data/Profunctor/Types.hs:131:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Types.hs:131:1 Warning: 'Kleisli' is ambiguous. It is defined * in Control.Arrow * in Control.Arrow You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Arrow Warning: 'Cokleisli' is ambiguous. It is defined * in Control.Comonad * in Control.Comonad You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Comonad 89% ( 17 / 19) in 'Data.Profunctor.Composition' Missing documentation for: procomposed (src/Data/Profunctor/Composition.hs:80) mu (src/Data/Profunctor/Composition.hs:311) Warning: 'Codensity' is ambiguous. It is defined * at src/Data/Profunctor/Ran.hs:108:27 * at src/Data/Profunctor/Ran.hs:108:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Ran.hs:108:1 Warning: 'Ran' is ambiguous. It is defined * at src/Data/Profunctor/Ran.hs:46:23 * at src/Data/Profunctor/Ran.hs:46:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Ran.hs:46:1 Warning: 'counit' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 4 / 8) in 'Data.Profunctor.Ran' Missing documentation for: precomposeRan (src/Data/Profunctor/Ran.hs:86) curryRan (src/Data/Profunctor/Ran.hs:90) uncurryRan (src/Data/Profunctor/Ran.hs:94) decomposeCodensity (src/Data/Profunctor/Ran.hs:133) Warning: 'Cayley' is ambiguous. It is defined * at src/Data/Profunctor/Cayley.hs:32:26 * at src/Data/Profunctor/Cayley.hs:32:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Cayley.hs:32:1 66% ( 2 / 3) in 'Data.Profunctor.Cayley' Missing documentation for: mapCayley (src/Data/Profunctor/Cayley.hs:108) 85% ( 6 / 7) in 'Data.Profunctor.Yoneda' Missing documentation for: Coyoneda (src/Data/Profunctor/Yoneda.hs:135) Warning: Data.Profunctor.Types: could not find link destinations for: - Data.Profunctor.Rep.D:R:RepForget - Data.Profunctor.Rep.D:R:RepStar - Data.Profunctor.Rep.D:R:CorepCostar Warning: Data.Profunctor: could not find link destinations for: - Data.Profunctor.Rep.D:R:RepForget - Data.Profunctor.Rep.D:R:RepStar - Data.Profunctor.Rep.D:R:CorepCostar Warning: Data.Profunctor.Rep: could not find link destinations for: - Data.Profunctor.Rep.Iso - Data.Profunctor.Rep.D:R:RepForget - Data.Profunctor.Rep.D:R:RepStar - Data.Profunctor.Rep.D:R:RepKleisli - Data.Profunctor.Rep.D:R:RepFUN - Data.Profunctor.Rep.D:R:CorepCostar - Data.Profunctor.Rep.D:R:CorepTagged - Data.Profunctor.Rep.D:R:CorepCokleisli - Data.Profunctor.Rep.D:R:CorepFUN - Data.Profunctor.Composition.D:R:CorepProcompose - Data.Profunctor.Composition.D:R:RepProcompose Warning: Data.Profunctor.Composition: could not find link destinations for: - Data.Profunctor.Composition.Iso - Data.Profunctor.Composition.D:R:CorepProcompose - Data.Profunctor.Composition.D:R:RepProcompose Documentation created: dist/doc/html/profunctors/, dist/doc/html/profunctors/profunctors.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/profunctors-5.6.2-66r42QhEfMcENCrPuZPFHG Completed profunctors-5.6.2 Downloading haskell-src-meta-0.8.15 Downloaded haskell-src-meta-0.8.15 Configuring haskell-src-meta-0.8.15... Preprocessing library for haskell-src-meta-0.8.15.. Building library for haskell-src-meta-0.8.15.. [1 of 6] Compiling Language.Haskell.Meta.Extensions ( src/Language/Haskell/Meta/Extensions.hs, dist/build/Language/Haskell/Meta/Extensions.o, dist/build/Language/Haskell/Meta/Extensions.dyn_o ) [2 of 6] Compiling Language.Haskell.Meta.THCompat ( src/Language/Haskell/Meta/THCompat.hs, dist/build/Language/Haskell/Meta/THCompat.o, dist/build/Language/Haskell/Meta/THCompat.dyn_o ) [3 of 6] Compiling Language.Haskell.Meta.Syntax.Translate ( src/Language/Haskell/Meta/Syntax/Translate.hs, dist/build/Language/Haskell/Meta/Syntax/Translate.o, dist/build/Language/Haskell/Meta/Syntax/Translate.dyn_o ) [4 of 6] Compiling Language.Haskell.Meta.Parse ( src/Language/Haskell/Meta/Parse.hs, dist/build/Language/Haskell/Meta/Parse.o, dist/build/Language/Haskell/Meta/Parse.dyn_o ) [5 of 6] Compiling Language.Haskell.Meta ( src/Language/Haskell/Meta.hs, dist/build/Language/Haskell/Meta.o, dist/build/Language/Haskell/Meta.dyn_o ) [6 of 6] Compiling Language.Haskell.Meta.Utils ( src/Language/Haskell/Meta/Utils.hs, dist/build/Language/Haskell/Meta/Utils.o, dist/build/Language/Haskell/Meta/Utils.dyn_o ) Preprocessing library for haskell-src-meta-0.8.15.. Running Haddock on library for haskell-src-meta-0.8.15.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Language.Haskell.Meta.Extensions ( src/Language/Haskell/Meta/Extensions.hs, /tmp/ghc3236446_0/ghc_14.o, /tmp/ghc3236446_0/ghc_14.dyn_o ) [2 of 6] Compiling Language.Haskell.Meta.THCompat ( src/Language/Haskell/Meta/THCompat.hs, /tmp/ghc3236446_0/ghc_20.o, /tmp/ghc3236446_0/ghc_20.dyn_o ) [3 of 6] Compiling Language.Haskell.Meta.Syntax.Translate ( src/Language/Haskell/Meta/Syntax/Translate.hs, /tmp/ghc3236446_0/ghc_18.o, /tmp/ghc3236446_0/ghc_18.dyn_o ) [4 of 6] Compiling Language.Haskell.Meta.Parse ( src/Language/Haskell/Meta/Parse.hs, /tmp/ghc3236446_0/ghc_16.o, /tmp/ghc3236446_0/ghc_16.dyn_o ) [5 of 6] Compiling Language.Haskell.Meta ( src/Language/Haskell/Meta.hs, /tmp/ghc3236446_0/ghc_12.o, /tmp/ghc3236446_0/ghc_12.dyn_o ) [6 of 6] Compiling Language.Haskell.Meta.Utils ( src/Language/Haskell/Meta/Utils.hs, nothing ) Haddock coverage: 100% ( 3 / 3) in 'Language.Haskell.Meta.Extensions' Warning: Language.Haskell.Meta.THCompat: Could not find documentation for exported module: Language.Haskell.Meta.THCompat Warning: Language.Haskell.Meta.Syntax.Translate: Could not find documentation for exported module: Language.Haskell.Meta.Syntax.Translate 2% ( 1 / 45) in 'Language.Haskell.Meta.Syntax.Translate' Missing documentation for: moduleName (src/Language/Haskell/Meta/Syntax/Translate.hs:53) DerivClause (src/Language/Haskell/Meta/Syntax/Translate.hs:47) ToName (src/Language/Haskell/Meta/Syntax/Translate.hs:31) ToNames (src/Language/Haskell/Meta/Syntax/Translate.hs:32) ToLit (src/Language/Haskell/Meta/Syntax/Translate.hs:33) ToType (src/Language/Haskell/Meta/Syntax/Translate.hs:34) ToPat (src/Language/Haskell/Meta/Syntax/Translate.hs:35) ToExp (src/Language/Haskell/Meta/Syntax/Translate.hs:36) ToDecs (src/Language/Haskell/Meta/Syntax/Translate.hs:37) ToDec (src/Language/Haskell/Meta/Syntax/Translate.hs:38) ToStmt (src/Language/Haskell/Meta/Syntax/Translate.hs:39) ToLoc (src/Language/Haskell/Meta/Syntax/Translate.hs:40) ToCxt (src/Language/Haskell/Meta/Syntax/Translate.hs:41) ToPred (src/Language/Haskell/Meta/Syntax/Translate.hs:42) ToTyVars (src/Language/Haskell/Meta/Syntax/Translate.hs:43) ToMaybeKind (src/Language/Haskell/Meta/Syntax/Translate.hs:44) ToInjectivityAnn (src/Language/Haskell/Meta/Syntax/Translate.hs:45) ToDerivClauses (src/Language/Haskell/Meta/Syntax/Translate.hs:49) noTH (src/Language/Haskell/Meta/Syntax/Translate.hs:57) noTHyet (src/Language/Haskell/Meta/Syntax/Translate.hs:61) todo (src/Language/Haskell/Meta/Syntax/Translate.hs:66) nonsense (src/Language/Haskell/Meta/Syntax/Translate.hs:70) toTupEl (src/Language/Haskell/Meta/Syntax/Translate.hs:75) toFieldExp (src/Language/Haskell/Meta/Syntax/Translate.hs:252) toGuard (src/Language/Haskell/Meta/Syntax/Translate.hs:310) toMatch (src/Language/Haskell/Meta/Syntax/Translate.hs:303) toBody (src/Language/Haskell/Meta/Syntax/Translate.hs:306) toKind (src/Language/Haskell/Meta/Syntax/Translate.hs:378) toTyVar (src/Language/Haskell/Meta/Syntax/Translate.hs:382) toTyVarSpec (src/Language/Haskell/Meta/Syntax/Translate.hs:391) toTyVarsVis (src/Language/Haskell/Meta/Syntax/Translate.hs:401) .->. (src/Language/Haskell/Meta/Syntax/Translate.hs:464) foldAppT (src/Language/Haskell/Meta/Syntax/Translate.hs:526) toStrictType (src/Language/Haskell/Meta/Syntax/Translate.hs:453) toDerivStrategy (src/Language/Haskell/Meta/Syntax/Translate.hs:499) qualConDeclToCon (src/Language/Haskell/Meta/Syntax/Translate.hs:698) transAct (src/Language/Haskell/Meta/Syntax/Translate.hs:637) hsMatchesToFunD (src/Language/Haskell/Meta/Syntax/Translate.hs:732) hsRhsToBody (src/Language/Haskell/Meta/Syntax/Translate.hs:750) conDeclToCon (src/Language/Haskell/Meta/Syntax/Translate.hs:717) hsMatchToClause (src/Language/Haskell/Meta/Syntax/Translate.hs:738) hsGuardedRhsToBody (src/Language/Haskell/Meta/Syntax/Translate.hs:761) hsStmtToGuard (src/Language/Haskell/Meta/Syntax/Translate.hs:774) TyVarBndr_ (src/Language/Haskell/Meta/THCompat.hs:27) 15% ( 3 / 19) in 'Language.Haskell.Meta.Parse' Missing documentation for: parsePat (src/Language/Haskell/Meta/Parse.hs:46) parseExp (src/Language/Haskell/Meta/Parse.hs:49) parseType (src/Language/Haskell/Meta/Parse.hs:52) parseDecs (src/Language/Haskell/Meta/Parse.hs:55) myDefaultParseMode (src/Language/Haskell/Meta/Parse.hs:67) myDefaultExtensions (src/Language/Haskell/Meta/Parse.hs:74) parseResultToEither (src/Language/Haskell/Meta/Parse.hs:87) parseHsModule (src/Language/Haskell/Meta/Parse.hs:93) parseHsDecls (src/Language/Haskell/Meta/Parse.hs:96) parseHsType (src/Language/Haskell/Meta/Parse.hs:106) parseHsExp (src/Language/Haskell/Meta/Parse.hs:110) parseHsPat (src/Language/Haskell/Meta/Parse.hs:113) pprHsModule (src/Language/Haskell/Meta/Parse.hs:116) moduleDecls (src/Language/Haskell/Meta/Parse.hs:120) noSrcSpanInfo (src/Language/Haskell/Meta/Parse.hs:139) emptyHsModule (src/Language/Haskell/Meta/Parse.hs:130) 100% ( 4 / 4) in 'Language.Haskell.Meta' Warning: Language.Haskell.Meta.Utils: Could not find documentation for exported module: Language.Haskell.Meta.Utils 23% ( 11 / 47) in 'Language.Haskell.Meta.Utils' Missing documentation for: conName (src/Language/Haskell/Meta/Utils.hs:305) dataDCons (src/Language/Haskell/Meta/Utils.hs:34) decCons (src/Language/Haskell/Meta/Utils.hs:39) decTyVars (src/Language/Haskell/Meta/Utils.hs:52) decName (src/Language/Haskell/Meta/Utils.hs:60) foreignName (src/Language/Haskell/Meta/Utils.hs:71) cleanNames (src/Language/Haskell/Meta/Utils.hs:76) pp (src/Language/Haskell/Meta/Utils.hs:97) ppDoc (src/Language/Haskell/Meta/Utils.hs:100) gpretty (src/Language/Haskell/Meta/Utils.hs:104) nameToRawCodeStr (src/Language/Haskell/Meta/Utils.hs:120) |$| (src/Language/Haskell/Meta/Utils.hs:142) |.| (src/Language/Haskell/Meta/Utils.hs:146) |->| (src/Language/Haskell/Meta/Utils.hs:150) unForall (src/Language/Haskell/Meta/Utils.hs:155) functionT (src/Language/Haskell/Meta/Utils.hs:159) mkVarT (src/Language/Haskell/Meta/Utils.hs:162) applyT (src/Language/Haskell/Meta/Utils.hs:219) substT (src/Language/Haskell/Meta/Utils.hs:227) splitCon (src/Language/Haskell/Meta/Utils.hs:240) conTypes (src/Language/Haskell/Meta/Utils.hs:251) strictTypeTy (src/Language/Haskell/Meta/Utils.hs:244) varStrictTypeTy (src/Language/Haskell/Meta/Utils.hs:247) conToConType (src/Language/Haskell/Meta/Utils.hs:262) unwindT (src/Language/Haskell/Meta/Utils.hs:268) unwindE (src/Language/Haskell/Meta/Utils.hs:276) typeToName (src/Language/Haskell/Meta/Utils.hs:291) recCName (src/Language/Haskell/Meta/Utils.hs:315) fromDataConI (src/Language/Haskell/Meta/Utils.hs:319) fromTyConI (src/Language/Haskell/Meta/Utils.hs:333) mkFunD (src/Language/Haskell/Meta/Utils.hs:337) mkClauseQ (src/Language/Haskell/Meta/Utils.hs:340) toPatQ (src/Language/Haskell/Meta/Utils.hs:370) showToPatQ (src/Language/Haskell/Meta/Utils.hs:373) eitherQ (src/Language/Haskell/Meta/Utils.hs:378) normalizeT (src/Language/Haskell/Meta/Utils.hs:386) Documentation created: dist/doc/html/haskell-src-meta/, dist/doc/html/haskell-src-meta/haskell-src-meta.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/haskell-src-meta-0.8.15-F5alVYVdb4HDbXQQzyqBsg Completed haskell-src-meta-0.8.15 Configuring tasty-1.5.3... Preprocessing library for tasty-1.5.3.. Building library for tasty-1.5.3.. [ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o ) [ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, dist/build/Test/Tasty/Options.o, dist/build/Test/Tasty/Options.dyn_o ) [ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, dist/build/Test/Tasty/Parallel.o, dist/build/Test/Tasty/Parallel.dyn_o ) [ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, dist/build/Test/Tasty/Patterns/Expr.o, dist/build/Test/Tasty/Patterns/Expr.dyn_o ) [ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, dist/build/Test/Tasty/Patterns/Types.o, dist/build/Test/Tasty/Patterns/Types.dyn_o ) [ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, dist/build/Test/Tasty/Patterns/Printer.o, dist/build/Test/Tasty/Patterns/Printer.dyn_o ) [ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, dist/build/Test/Tasty/Patterns/Parser.o, dist/build/Test/Tasty/Patterns/Parser.dyn_o ) [ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, dist/build/Test/Tasty/Patterns/Eval.o, dist/build/Test/Tasty/Patterns/Eval.dyn_o ) [ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, dist/build/Test/Tasty/Patterns.o, dist/build/Test/Tasty/Patterns.dyn_o ) [10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, dist/build/Test/Tasty/Options/Core.o, dist/build/Test/Tasty/Options/Core.dyn_o ) [11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, dist/build/Test/Tasty/Providers/ConsoleFormat.o, dist/build/Test/Tasty/Providers/ConsoleFormat.dyn_o ) [12 of 25] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, dist/build/Test/Tasty/Core.o, dist/build/Test/Tasty/Core.dyn_o ) [13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, dist/build/Test/Tasty/Providers.o, dist/build/Test/Tasty/Providers.dyn_o ) [14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, dist/build/Test/Tasty/Runners/Reducers.o, dist/build/Test/Tasty/Runners/Reducers.dyn_o ) [15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, dist/build/Test/Tasty/Runners/Utils.o, dist/build/Test/Tasty/Runners/Utils.dyn_o ) [16 of 25] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, dist/build/Test/Tasty/Run.o, dist/build/Test/Tasty/Run.dyn_o ) [17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, dist/build/Test/Tasty/Ingredients.o, dist/build/Test/Tasty/Ingredients.dyn_o ) [18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, dist/build/Test/Tasty/Options/Env.o, dist/build/Test/Tasty/Options/Env.dyn_o ) [19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, dist/build/Test/Tasty/Ingredients/ListTests.o, dist/build/Test/Tasty/Ingredients/ListTests.dyn_o ) [20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, dist/build/Test/Tasty/Ingredients/IncludingOptions.o, dist/build/Test/Tasty/Ingredients/IncludingOptions.dyn_o ) [21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, dist/build/Test/Tasty/Ingredients/ConsoleReporter.o, dist/build/Test/Tasty/Ingredients/ConsoleReporter.dyn_o ) [22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, dist/build/Test/Tasty/Ingredients/Basic.o, dist/build/Test/Tasty/Ingredients/Basic.dyn_o ) [23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, dist/build/Test/Tasty/CmdLine.o, dist/build/Test/Tasty/CmdLine.dyn_o ) [24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, dist/build/Test/Tasty/Runners.o, dist/build/Test/Tasty/Runners.dyn_o ) [25 of 25] Compiling Test.Tasty ( Test/Tasty.hs, dist/build/Test/Tasty.o, dist/build/Test/Tasty.dyn_o ) Preprocessing library for tasty-1.5.3.. Running Haddock on library for tasty-1.5.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, nothing ) [ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, nothing ) [ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, nothing ) [ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, nothing ) [ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, nothing ) [ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, nothing ) [ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, nothing ) [ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, nothing ) [ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, nothing ) [10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, nothing ) [11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, nothing ) [12 of 25] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, nothing ) [13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, nothing ) [14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, nothing ) [15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, nothing ) [16 of 25] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, nothing ) [17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, nothing ) [18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, nothing ) [19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, nothing ) [20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, nothing ) [21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, nothing ) [22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, nothing ) [23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, nothing ) [24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, nothing ) [25 of 25] Compiling Test.Tasty ( Test/Tasty.hs, nothing ) Haddock coverage: Warning: 'ThreadId' is ambiguous. It is defined * in GHC.Conc.Sync * in GHC.Conc.Sync You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Conc.Sync Warning: 'Async' is ambiguous. It is defined * at Control/Concurrent/Async.hs:60:16 * at Control/Concurrent/Async.hs:60:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Control/Concurrent/Async.hs:60:1 Warning: 'OptionSet' is ambiguous. It is defined * at Test/Tasty/Options.hs:101:21 * at Test/Tasty/Options.hs:101:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Options.hs:101:1 100% ( 17 / 17) in 'Test.Tasty.Options' Warning: 'Action' is ambiguous. It is defined * at Test/Tasty/Parallel.hs:21:15 * at Test/Tasty/Parallel.hs:21:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Parallel.hs:21:1 100% ( 2 / 2) in 'Test.Tasty.Patterns.Types' 100% ( 2 / 2) in 'Test.Tasty.Patterns.Printer' Warning: 'Parser' is ambiguous. It is defined * at Test/Tasty/Patterns/Parser.hs:32:20 * at Test/Tasty/Patterns/Parser.hs:32:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Patterns/Parser.hs:32:1 100% ( 6 / 6) in 'Test.Tasty.Patterns.Parser' 100% ( 5 / 5) in 'Test.Tasty.Patterns.Eval' Warning: 'Timeout' is ambiguous. It is defined * at Test/Tasty/Options/Core.hs:56:5 * at Test/Tasty/Options/Core.hs:55:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Options/Core.hs:55:1 Warning: 'TestPattern' is ambiguous. It is defined * at Test/Tasty/Patterns.hs:33:3 * at Test/Tasty/Patterns.hs:31:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Patterns.hs:31:1 Warning: 'Map' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 10 / 10) in 'Test.Tasty.Providers.ConsoleFormat' Warning: 'ResourceSpec' is ambiguous. It is defined * at Test/Tasty/Core.hs:226:23 * at Test/Tasty/Core.hs:226:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Core.hs:226:1 Warning: 'Result' is ambiguous. It is defined * at Test/Tasty/Core.hs:91:15 * at Test/Tasty/Core.hs:91:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Core.hs:91:1 Warning: 'Result' is ambiguous. It is defined * at Test/Tasty/Core.hs:91:15 * at Test/Tasty/Core.hs:91:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Core.hs:91:1 100% ( 10 / 10) in 'Test.Tasty.Providers' Warning: 'SignalException' is ambiguous. It is defined * at Test/Tasty/Runners/Utils.hs:104:27 * at Test/Tasty/Runners/Utils.hs:104:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Runners/Utils.hs:104:1 Warning: 'TestAction' is ambiguous. It is defined * at Test/Tasty/Run.hs:305:23 * at Test/Tasty/Run.hs:305:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Run.hs:305:1 Warning: 'Initializer' is ambiguous. It is defined * at Test/Tasty/Run.hs:96:5 * at Test/Tasty/Run.hs:95:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Run.hs:95:1 Warning: 'Finalizer' is ambiguous. It is defined * at Test/Tasty/Run.hs:100:5 * at Test/Tasty/Run.hs:99:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Run.hs:99:1 Warning: 'Action' is ambiguous. It is defined * at Test/Tasty/Parallel.hs:21:15 * at Test/Tasty/Parallel.hs:21:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Parallel.hs:21:1 Warning: 'Dependency' is ambiguous. It is defined * at Test/Tasty/Run.hs:282:19 * at Test/Tasty/Run.hs:282:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Run.hs:282:1 Warning: 'NumThreads' is ambiguous. It is defined * at Test/Tasty/Options/Core.hs:38:22 * at Test/Tasty/Options/Core.hs:38:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Options/Core.hs:38:1 Warning: 'NumThreads' is ambiguous. It is defined * at Test/Tasty/Options/Core.hs:38:22 * at Test/Tasty/Options/Core.hs:38:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Options/Core.hs:38:1 100% ( 7 / 7) in 'Test.Tasty.Ingredients' Warning: 'Statistics' is ambiguous. It is defined * at Test/Tasty/Ingredients/ConsoleReporter.hs:382:19 * at Test/Tasty/Ingredients/ConsoleReporter.hs:382:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Ingredients/ConsoleReporter.hs:382:1 Warning: 'Result' is ambiguous. It is defined * at Test/Tasty/Core.hs:91:15 * at Test/Tasty/Core.hs:91:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Core.hs:91:1 100% ( 22 / 22) in 'Test.Tasty.Ingredients.ConsoleReporter' 100% ( 12 / 12) in 'Test.Tasty.Ingredients.Basic' 100% ( 58 / 58) in 'Test.Tasty.Runners' 100% ( 26 / 26) in 'Test.Tasty' Warning: Test.Tasty.Patterns.Types: could not find link destinations for: - Test.Tasty.Patterns.Types.Rep_Expr Warning: Test.Tasty.Patterns.Eval: could not find link destinations for: - Test.Tasty.Patterns.Eval.M - Test.Tasty.Patterns.Eval.Value Warning: Test.Tasty.Runners: could not find link destinations for: - Test.Tasty.Core.Rep_Outcome Documentation created: dist/doc/html/tasty/, dist/doc/html/tasty/tasty.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tasty-1.5.3-CPJIcYGrBgy4e7heJRxm0o Completed tasty-1.5.3 Configuring invariant-0.6.4... Preprocessing library for invariant-0.6.4.. Building library for invariant-0.6.4.. [1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, dist/build/Data/Functor/Invariant.o, dist/build/Data/Functor/Invariant.dyn_o ) [2 of 4] Compiling Data.Functor.Invariant.TH.Internal ( src/Data/Functor/Invariant/TH/Internal.hs, dist/build/Data/Functor/Invariant/TH/Internal.o, dist/build/Data/Functor/Invariant/TH/Internal.dyn_o ) [3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, dist/build/Data/Functor/Invariant/TH.o, dist/build/Data/Functor/Invariant/TH.dyn_o ) [4 of 4] Compiling Paths_invariant ( dist/build/autogen/Paths_invariant.hs, dist/build/Paths_invariant.o, dist/build/Paths_invariant.dyn_o ) Preprocessing library for invariant-0.6.4.. Running Haddock on library for invariant-0.6.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Data.Functor.Invariant ( src/Data/Functor/Invariant.hs, nothing ) [2 of 4] Compiling Data.Functor.Invariant.TH.Internal ( src/Data/Functor/Invariant/TH/Internal.hs, nothing ) [3 of 4] Compiling Data.Functor.Invariant.TH ( src/Data/Functor/Invariant/TH.hs, nothing ) [4 of 4] Compiling Paths_invariant ( dist/build/autogen/Paths_invariant.hs, nothing ) Haddock coverage: 100% ( 20 / 20) in 'Data.Functor.Invariant' Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax Warning: 'Options' is ambiguous. It is defined * at src/Data/Functor/Invariant/TH.hs:55:19 * at src/Data/Functor/Invariant/TH.hs:55:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Invariant/TH.hs:55:1 Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax 100% ( 17 / 17) in 'Data.Functor.Invariant.TH' Warning: Data.Functor.Invariant: could not find link destinations for: - Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor - Data.Bifunctor.Wrapped.Rep_WrappedBifunctor Documentation created: dist/doc/html/invariant/, dist/doc/html/invariant/invariant.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/invariant-0.6.4-I6IhqexFm7c875sPaE4xsC Completed invariant-0.6.4 Configuring free-5.2... Preprocessing library for free-5.2.. Building library for free-5.2.. [ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, dist/build/Control/Alternative/Free.o, dist/build/Control/Alternative/Free.dyn_o ) [ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, dist/build/Control/Alternative/Free/Final.o, dist/build/Control/Alternative/Free/Final.dyn_o ) [ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, dist/build/Control/Applicative/Free.o, dist/build/Control/Applicative/Free.dyn_o ) [ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, dist/build/Control/Applicative/Free/Fast.o, dist/build/Control/Applicative/Free/Fast.dyn_o ) [ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, dist/build/Control/Applicative/Free/Final.o, dist/build/Control/Applicative/Free/Final.dyn_o ) [ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, dist/build/Control/Applicative/Trans/Free.o, dist/build/Control/Applicative/Trans/Free.dyn_o ) [ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, dist/build/Control/Comonad/Cofree/Class.o, dist/build/Control/Comonad/Cofree/Class.dyn_o ) [ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, dist/build/Control/Comonad/Cofree.o, dist/build/Control/Comonad/Cofree.dyn_o ) [ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, dist/build/Control/Comonad/Trans/Cofree.o, dist/build/Control/Comonad/Trans/Cofree.dyn_o ) [10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, dist/build/Control/Comonad/Trans/Coiter.o, dist/build/Control/Comonad/Trans/Coiter.dyn_o ) [11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, dist/build/Control/Monad/Free/Class.o, dist/build/Control/Monad/Free/Class.dyn_o ) [12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, dist/build/Control/Monad/Free/TH.o, dist/build/Control/Monad/Free/TH.dyn_o ) [13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, dist/build/Control/Monad/Trans/Free.o, dist/build/Control/Monad/Trans/Free.dyn_o ) [14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, dist/build/Control/Monad/Free.o, dist/build/Control/Monad/Free.dyn_o ) [15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, dist/build/Control/Monad/Free/Church.o, dist/build/Control/Monad/Free/Church.dyn_o ) [16 of 19] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, dist/build/Control/Monad/Trans/Free/Ap.o, dist/build/Control/Monad/Trans/Free/Ap.dyn_o ) [17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, dist/build/Control/Monad/Free/Ap.o, dist/build/Control/Monad/Free/Ap.dyn_o ) [18 of 19] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, dist/build/Control/Monad/Trans/Free/Church.o, dist/build/Control/Monad/Trans/Free/Church.dyn_o ) [19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, dist/build/Control/Monad/Trans/Iter.o, dist/build/Control/Monad/Trans/Iter.dyn_o ) Preprocessing library for free-5.2.. Running Haddock on library for free-5.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 19] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, nothing ) [ 2 of 19] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, nothing ) [ 3 of 19] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, nothing ) [ 4 of 19] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, nothing ) [ 5 of 19] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, nothing ) [ 6 of 19] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, nothing ) [ 7 of 19] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, nothing ) [ 8 of 19] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, nothing ) [ 9 of 19] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, nothing ) [10 of 19] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, nothing ) [11 of 19] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, nothing ) [12 of 19] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, nothing ) [13 of 19] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, nothing ) [14 of 19] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, nothing ) [15 of 19] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, nothing ) [16 of 19] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, nothing ) [17 of 19] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, nothing ) [18 of 19] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, nothing ) [19 of 19] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, nothing ) Haddock coverage: Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Alt' is ambiguous. It is defined * at src/Control/Alternative/Free.hs:43:19 * at src/Control/Alternative/Free.hs:43:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Alternative/Free.hs:43:1 66% ( 4 / 6) in 'Control.Alternative.Free' Missing documentation for: Alt (src/Control/Alternative/Free.hs:43) AltF (src/Control/Alternative/Free.hs:39) Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Alt' is ambiguous. It is defined * at src/Control/Alternative/Free/Final.hs:34:19 * at src/Control/Alternative/Free/Final.hs:34:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Alternative/Free/Final.hs:34:1 100% ( 5 / 5) in 'Control.Alternative.Free.Final' Warning: 'Ap' is ambiguous. It is defined * at src/Control/Applicative/Free.hs:50:3 * at src/Control/Applicative/Free.hs:48:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Applicative/Free.hs:48:1 Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Control.Applicative.Free' Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Ap' is ambiguous. It is defined * at src/Control/Applicative/Free/Fast.hs:69:18 * at src/Control/Applicative/Free/Fast.hs:69:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Applicative/Free/Fast.hs:69:1 Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 14 / 14) in 'Control.Applicative.Free.Fast' Warning: 'Ap' is ambiguous. It is defined * at src/Control/Applicative/Free/Final.hs:37:18 * at src/Control/Applicative/Free/Final.hs:37:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Applicative/Free/Final.hs:37:1 Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 10 / 10) in 'Control.Applicative.Free.Final' Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ApT' is ambiguous. It is defined * at src/Control/Applicative/Trans/Free.hs:59:21 * at src/Control/Applicative/Trans/Free.hs:59:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Applicative/Trans/Free.hs:59:1 Warning: 'getSum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Sum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Ap' is ambiguous. It is defined * at src/Control/Applicative/Trans/Free.hs:55:3 * at src/Control/Applicative/Trans/Free.hs:157:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Applicative/Trans/Free.hs:157:1 100% ( 22 / 22) in 'Control.Applicative.Trans.Free' 100% ( 2 / 2) in 'Control.Comonad.Cofree.Class' Warning: 'cofree' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Const Warning: 'Identity' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'lens' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 93% ( 15 / 16) in 'Control.Comonad.Cofree' Missing documentation for: hoistCofree (src/Control/Comonad/Cofree.hs:136) Warning: 'CofreeT' is ambiguous. It is defined * at src/Control/Comonad/Trans/Cofree.hs:127:25 * at src/Control/Comonad/Trans/Cofree.hs:127:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Comonad/Trans/Cofree.hs:127:1 100% ( 11 / 11) in 'Control.Comonad.Trans.Cofree' Warning: 'CoiterT' is ambiguous. It is defined * at src/Control/Comonad/Trans/Coiter.hs:65:23 * at src/Control/Comonad/Trans/Coiter.hs:65:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Comonad/Trans/Coiter.hs:65:1 100% ( 14 / 14) in 'Control.Comonad.Trans.Coiter' Warning: 'Tree' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Control.Monad.Free.Class' 100% ( 10 / 10) in 'Control.Monad.Free.TH' Warning: 'FreeT' is ambiguous. It is defined * at src/Control/Monad/Trans/Free.hs:150:23 * at src/Control/Monad/Trans/Free.hs:150:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:150:1 Warning: 'Free' is ambiguous. It is defined * at src/Control/Monad/Trans/Free.hs:77:29 * at src/Control/Monad/Trans/Free.hs:153:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:153:1 100% ( 28 / 28) in 'Control.Monad.Trans.Free' Warning: 'Free' is ambiguous. It is defined * at src/Control/Monad/Free.hs:117:26 * at src/Control/Monad/Free.hs:117:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Free.hs:117:1 100% ( 16 / 16) in 'Control.Monad.Free' Warning: 'Free' is ambiguous. It is defined * at src/Control/Monad/Free.hs:117:26 * at src/Control/Monad/Free.hs:117:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Free.hs:117:1 Warning: 'F' is ambiguous. It is defined * at src/Control/Monad/Free/Church.hs:89:17 * at src/Control/Monad/Free/Church.hs:89:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Free/Church.hs:89:1 100% ( 13 / 13) in 'Control.Monad.Free.Church' Warning: 'FreeT' is ambiguous. It is defined * at src/Control/Monad/Trans/Free/Ap.hs:140:23 * at src/Control/Monad/Trans/Free/Ap.hs:140:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Trans/Free/Ap.hs:140:1 Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity Warning: 'Free' is ambiguous. It is defined * at src/Control/Monad/Trans/Free/Ap.hs:67:29 * at src/Control/Monad/Trans/Free/Ap.hs:143:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Trans/Free/Ap.hs:143:1 100% ( 27 / 27) in 'Control.Monad.Trans.Free.Ap' Warning: '(\<*\>)' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Identity' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Free' is ambiguous. It is defined * at src/Control/Monad/Free/Ap.hs:81:26 * at src/Control/Monad/Free/Ap.hs:81:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Free/Ap.hs:81:1 100% ( 16 / 16) in 'Control.Monad.Free.Ap' Warning: 'FreeT' is ambiguous. It is defined * at src/Control/Monad/Trans/Free.hs:150:23 * at src/Control/Monad/Trans/Free.hs:150:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:150:1 Warning: 'Free' is ambiguous. It is defined * at src/Control/Monad/Trans/Free.hs:77:29 * at src/Control/Monad/Trans/Free.hs:153:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Trans/Free.hs:153:1 Warning: 'FT' is ambiguous. It is defined * at src/Control/Monad/Trans/Free/Church.hs:69:20 * at src/Control/Monad/Trans/Free/Church.hs:69:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Trans/Free/Church.hs:69:1 100% ( 28 / 28) in 'Control.Monad.Trans.Free.Church' Warning: 'Free' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IterT' is ambiguous. It is defined * at src/Control/Monad/Trans/Iter.hs:105:21 * at src/Control/Monad/Trans/Iter.hs:105:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Trans/Iter.hs:105:1 Warning: 'FreeT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity Warning: 'void' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'race' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 25 / 25) in 'Control.Monad.Trans.Iter' Warning: Control.Comonad.Cofree: could not find link destinations for: - Control.Comonad.Cofree.Rep_Cofree - Control.Comonad.Cofree.Rep1_Cofree Warning: Control.Comonad.Trans.Cofree: could not find link destinations for: - Control.Comonad.Trans.Cofree.Rep_CofreeF - Control.Comonad.Trans.Cofree.Rep1_CofreeF Warning: Control.Monad.Trans.Free: could not find link destinations for: - Control.Monad.Trans.Free.Rep_FreeF - Control.Monad.Trans.Free.Rep1_FreeF Warning: Control.Monad.Free: could not find link destinations for: - Control.Monad.Free.Rep_Free - Control.Monad.Free.Rep1_Free Warning: Control.Monad.Trans.Free.Ap: could not find link destinations for: - Control.Monad.Trans.Free.Ap.Rep_FreeF - Control.Monad.Trans.Free.Ap.Rep1_FreeF Warning: Control.Monad.Free.Ap: could not find link destinations for: - Control.Monad.Free.Ap.Rep_Free - Control.Monad.Free.Ap.Rep1_Free Documentation created: dist/doc/html/free/, dist/doc/html/free/free.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/free-5.2-DaGqsy06PuHI3epzzhd9AZ Completed free-5.2 Configuring vector-0.13.2.0... Preprocessing library for vector-0.13.2.0.. Building library for vector-0.13.2.0.. [ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o, dist/build/Data/Vector/Fusion/Stream/Monadic.dyn_o ) [ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o, dist/build/Data/Vector/Fusion/Util.dyn_o ) [ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o, dist/build/Data/Vector/Fusion/Bundle/Size.dyn_o ) [ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o, dist/build/Data/Vector/Generic/Mutable/Base.dyn_o ) [ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o, dist/build/Data/Vector/Generic/Base.dyn_o ) [ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o, dist/build/Data/Vector/Internal/Check.dyn_o ) [ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o, dist/build/Data/Vector/Fusion/Bundle/Monadic.dyn_o ) [ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o, dist/build/Data/Vector/Fusion/Bundle.dyn_o ) [ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o, dist/build/Data/Vector/Generic/Mutable.dyn_o ) [10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o, dist/build/Data/Vector/Generic/New.dyn_o ) [11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o, dist/build/Data/Vector/Generic.dyn_o ) [12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o, dist/build/Data/Vector/Mutable.dyn_o ) [13 of 23] Compiling Data.Vector ( src/Data/Vector.hs, dist/build/Data/Vector.o, dist/build/Data/Vector.dyn_o ) [14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o, dist/build/Data/Vector/Primitive/Mutable.dyn_o ) [15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o, dist/build/Data/Vector/Primitive.dyn_o ) [16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o, dist/build/Data/Vector/Storable/Internal.dyn_o ) [17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o, dist/build/Data/Vector/Storable/Mutable.dyn_o ) [18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o, dist/build/Data/Vector/Storable.dyn_o ) [19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, dist/build/Data/Vector/Strict/Mutable.o, dist/build/Data/Vector/Strict/Mutable.dyn_o ) [20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, dist/build/Data/Vector/Strict.o, dist/build/Data/Vector/Strict.dyn_o ) [21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o, dist/build/Data/Vector/Unboxed/Base.dyn_o ) [22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o, dist/build/Data/Vector/Unboxed.dyn_o ) [23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o, dist/build/Data/Vector/Unboxed/Mutable.dyn_o ) Preprocessing library 'benchmarks-O2' for vector-0.13.2.0.. Building library 'benchmarks-O2' for vector-0.13.2.0.. [ 1 of 14] Compiling Bench.Vector.Algo.AwShCC ( benchlib/Bench/Vector/Algo/AwShCC.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/AwShCC.o, dist/build/benchmarks-O2/Bench/Vector/Algo/AwShCC.dyn_o ) [ 2 of 14] Compiling Bench.Vector.Algo.FindIndexR ( benchlib/Bench/Vector/Algo/FindIndexR.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/FindIndexR.o, dist/build/benchmarks-O2/Bench/Vector/Algo/FindIndexR.dyn_o ) [ 3 of 14] Compiling Bench.Vector.Algo.HybCC ( benchlib/Bench/Vector/Algo/HybCC.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/HybCC.o, dist/build/benchmarks-O2/Bench/Vector/Algo/HybCC.dyn_o ) [ 4 of 14] Compiling Bench.Vector.Algo.Leaffix ( benchlib/Bench/Vector/Algo/Leaffix.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Leaffix.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Leaffix.dyn_o ) [ 5 of 14] Compiling Bench.Vector.Algo.ListRank ( benchlib/Bench/Vector/Algo/ListRank.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/ListRank.o, dist/build/benchmarks-O2/Bench/Vector/Algo/ListRank.dyn_o ) [ 6 of 14] Compiling Bench.Vector.Algo.MutableSet ( benchlib/Bench/Vector/Algo/MutableSet.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/MutableSet.o, dist/build/benchmarks-O2/Bench/Vector/Algo/MutableSet.dyn_o ) [ 7 of 14] Compiling Bench.Vector.Algo.NextPermutation ( benchlib/Bench/Vector/Algo/NextPermutation.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/NextPermutation.o, dist/build/benchmarks-O2/Bench/Vector/Algo/NextPermutation.dyn_o ) [ 8 of 14] Compiling Bench.Vector.Algo.Quickhull ( benchlib/Bench/Vector/Algo/Quickhull.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Quickhull.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Quickhull.dyn_o ) [ 9 of 14] Compiling Bench.Vector.Algo.Rootfix ( benchlib/Bench/Vector/Algo/Rootfix.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Rootfix.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Rootfix.dyn_o ) [10 of 14] Compiling Bench.Vector.Algo.Spectral ( benchlib/Bench/Vector/Algo/Spectral.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Spectral.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Spectral.dyn_o ) [11 of 14] Compiling Bench.Vector.Algo.Tridiag ( benchlib/Bench/Vector/Algo/Tridiag.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Tridiag.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Tridiag.dyn_o ) [12 of 14] Compiling Bench.Vector.Tasty ( benchlib/Bench/Vector/Tasty.hs, dist/build/benchmarks-O2/Bench/Vector/Tasty.o, dist/build/benchmarks-O2/Bench/Vector/Tasty.dyn_o ) [13 of 14] Compiling Bench.Vector.TestData.Graph ( benchlib/Bench/Vector/TestData/Graph.hs, dist/build/benchmarks-O2/Bench/Vector/TestData/Graph.o, dist/build/benchmarks-O2/Bench/Vector/TestData/Graph.dyn_o ) [14 of 14] Compiling Bench.Vector.TestData.ParenTree ( benchlib/Bench/Vector/TestData/ParenTree.hs, dist/build/benchmarks-O2/Bench/Vector/TestData/ParenTree.o, dist/build/benchmarks-O2/Bench/Vector/TestData/ParenTree.dyn_o ) Preprocessing library for vector-0.13.2.0.. Running Haddock on library for vector-0.13.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, nothing ) [ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, nothing ) [ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, nothing ) [ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, nothing ) [ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, nothing ) [ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, nothing ) [ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, nothing ) [ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, nothing ) [ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, nothing ) [10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, nothing ) [11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, nothing ) [12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, nothing ) [13 of 23] Compiling Data.Vector ( src/Data/Vector.hs, nothing ) [14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, nothing ) [15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, nothing ) [16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, nothing ) [17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, nothing ) [18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, nothing ) [19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, nothing ) [20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, nothing ) [21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, nothing ) [22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, nothing ) [23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, nothing ) Haddock coverage: 100% ( 2 / 2) in 'Data.Vector.Fusion.Stream.Monadic' 83% ( 5 / 6) in 'Data.Vector.Fusion.Util' Missing documentation for: liftBox 100% ( 9 / 9) in 'Data.Vector.Fusion.Bundle.Size' Warning: 'unsafeSlice' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'overlaps' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeNew' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeRead' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeWrite' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'clear' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'set' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeCopy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeMove' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'grow' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeGrow' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Data.Vector.Generic.Mutable.Base' Warning: 'basicUnsafeWrite' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Bundle' is ambiguous. It is defined * at src/Data/Vector/Fusion/Bundle/Monadic.hs:121:21 * at src/Data/Vector/Fusion/Bundle/Monadic.hs:121:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Fusion/Bundle/Monadic.hs:121:1 79% (110 /139) in 'Data.Vector.Fusion.Bundle.Monadic' Missing documentation for: Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118) generate (src/Data/Vector/Fusion/Bundle/Monadic.hs:207) unbox (src/Data/Vector/Fusion/Bundle/Monadic.hs:320) concatMap (src/Data/Vector/Fusion/Bundle/Monadic.hs:629) zipWithM_ (src/Data/Vector/Fusion/Bundle/Monadic.hs:351) zipWith3M (src/Data/Vector/Fusion/Bundle/Monadic.hs:355) zipWith4M (src/Data/Vector/Fusion/Bundle/Monadic.hs:364) zipWith5M (src/Data/Vector/Fusion/Bundle/Monadic.hs:371) zipWith6M (src/Data/Vector/Fusion/Bundle/Monadic.hs:378) zipWith (src/Data/Vector/Fusion/Bundle/Monadic.hs:384) zipWith3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:389) zipWith4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:395) zipWith5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:401) zipWith6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:407) zip (src/Data/Vector/Fusion/Bundle/Monadic.hs:411) zip3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:415) zip4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:420) zip5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:425) zip6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:430) and (src/Data/Vector/Fusion/Bundle/Monadic.hs:621) or (src/Data/Vector/Fusion/Bundle/Monadic.hs:625) concatMapM (src/Data/Vector/Fusion/Bundle/Monadic.hs:633) fromVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1086) reVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1166) fromVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1105) concatVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1133) fromStream (src/Data/Vector/Fusion/Bundle/Monadic.hs:136) chunks (src/Data/Vector/Fusion/Bundle/Monadic.hs:143) elements (src/Data/Vector/Fusion/Bundle/Monadic.hs:147) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 79% ( 90 /113) in 'Data.Vector.Fusion.Bundle' Missing documentation for: Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118) inplace (src/Data/Vector/Fusion/Bundle.hs:113) concatMap (src/Data/Vector/Fusion/Bundle.hs:256) unbox (src/Data/Vector/Fusion/Bundle.hs:252) zipWith4 (src/Data/Vector/Fusion/Bundle.hs:286) zipWith5 (src/Data/Vector/Fusion/Bundle.hs:292) zipWith6 (src/Data/Vector/Fusion/Bundle.hs:298) zip (src/Data/Vector/Fusion/Bundle.hs:302) zip3 (src/Data/Vector/Fusion/Bundle.hs:306) zip4 (src/Data/Vector/Fusion/Bundle.hs:311) zip5 (src/Data/Vector/Fusion/Bundle.hs:316) zip6 (src/Data/Vector/Fusion/Bundle.hs:321) and (src/Data/Vector/Fusion/Bundle.hs:406) or (src/Data/Vector/Fusion/Bundle.hs:410) unsafeFromList (src/Data/Vector/Fusion/Bundle.hs:632) fromVector (src/Data/Vector/Fusion/Bundle.hs:636) reVector (src/Data/Vector/Fusion/Bundle.hs:640) fromVectors (src/Data/Vector/Fusion/Bundle.hs:644) concatVectors (src/Data/Vector/Fusion/Bundle.hs:648) zipWithM (src/Data/Vector/Fusion/Bundle.hs:535) zipWithM_ (src/Data/Vector/Fusion/Bundle.hs:539) eqBy (src/Data/Vector/Fusion/Bundle.hs:492) cmpBy (src/Data/Vector/Fusion/Bundle.hs:501) 86% ( 93 /108) in 'Data.Vector.Generic.Mutable' Missing documentation for: mstream (src/Data/Vector/Generic/Mutable.hs:139) mstreamR (src/Data/Vector/Generic/Mutable.hs:168) transform (src/Data/Vector/Generic/Mutable.hs:164) transformR (src/Data/Vector/Generic/Mutable.hs:199) fill (src/Data/Vector/Generic/Mutable.hs:151) fillR (src/Data/Vector/Generic/Mutable.hs:182) unsafeAccum (src/Data/Vector/Generic/Mutable.hs:1020) accum (src/Data/Vector/Generic/Mutable.hs:997) unsafeUpdate (src/Data/Vector/Generic/Mutable.hs:1031) update (src/Data/Vector/Generic/Mutable.hs:1009) reverse (src/Data/Vector/Generic/Mutable.hs:1039) unstablePartition (src/Data/Vector/Generic/Mutable.hs:1049) unstablePartitionBundle (src/Data/Vector/Generic/Mutable.hs:1078) partitionBundle (src/Data/Vector/Generic/Mutable.hs:1105) partitionWithBundle (src/Data/Vector/Generic/Mutable.hs:1165) 21% ( 5 / 23) in 'Data.Vector.Generic.New' Missing documentation for: create (src/Data/Vector/Generic/New.hs:62) run (src/Data/Vector/Generic/New.hs:66) runPrim (src/Data/Vector/Generic/New.hs:70) apply (src/Data/Vector/Generic/New.hs:74) modify (src/Data/Vector/Generic/New.hs:78) modifyWithBundle (src/Data/Vector/Generic/New.hs:83) unstream (src/Data/Vector/Generic/New.hs:87) transform (src/Data/Vector/Generic/New.hs:93) unstreamR (src/Data/Vector/Generic/New.hs:113) transformR (src/Data/Vector/Generic/New.hs:119) slice (src/Data/Vector/Generic/New.hs:139) init (src/Data/Vector/Generic/New.hs:143) tail (src/Data/Vector/Generic/New.hs:147) take (src/Data/Vector/Generic/New.hs:151) drop (src/Data/Vector/Generic/New.hs:155) unsafeSlice (src/Data/Vector/Generic/New.hs:159) unsafeInit (src/Data/Vector/Generic/New.hs:163) unsafeTail (src/Data/Vector/Generic/New.hs:167) Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 93% (259 /278) in 'Data.Vector.Generic' Missing documentation for: zipWith4 (src/Data/Vector/Generic.hs:1190) zipWith5 (src/Data/Vector/Generic.hs:1201) zipWith6 (src/Data/Vector/Generic.hs:1213) izipWith4 (src/Data/Vector/Generic.hs:1242) izipWith5 (src/Data/Vector/Generic.hs:1253) izipWith6 (src/Data/Vector/Generic.hs:1265) zip4 (src/Data/Vector/Generic.hs:1287) zip5 (src/Data/Vector/Generic.hs:1293) zip6 (src/Data/Vector/Generic.hs:1299) unzip3 (src/Data/Vector/Generic.hs:1348) unzip4 (src/Data/Vector/Generic.hs:1356) unzip5 (src/Data/Vector/Generic.hs:1365) unzip6 (src/Data/Vector/Generic.hs:1375) liftShowsPrec (src/Data/Vector/Generic.hs:2686) gunfold (src/Data/Vector/Generic.hs:2728) dataCast (src/Data/Vector/Generic.hs:2735) mkVecType (src/Data/Vector/Generic.hs:2717) mkVecConstr (src/Data/Vector/Generic.hs:2713) mkType (src/Data/Vector/Generic.hs:2722) Warning: 'IO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ST' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 88 / 90) in 'Data.Vector.Mutable' Missing documentation for: IOVector (src/Data/Vector/Mutable.hs:101) STVector (src/Data/Vector/Mutable.hs:102) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Array' is ambiguous. It is defined * in Data.Primitive.Array * in Data.Primitive.Array You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Primitive.Array 94% (245 /258) in 'Data.Vector' Missing documentation for: zipWith4 (src/Data/Vector.hs:1173) zipWith5 (src/Data/Vector.hs:1179) zipWith6 (src/Data/Vector.hs:1185) izipWith4 (src/Data/Vector.hs:1202) izipWith5 (src/Data/Vector.hs:1208) izipWith6 (src/Data/Vector.hs:1214) zip4 (src/Data/Vector.hs:1229) zip5 (src/Data/Vector.hs:1234) zip6 (src/Data/Vector.hs:1239) unzip3 (src/Data/Vector.hs:1251) unzip4 (src/Data/Vector.hs:1255) unzip5 (src/Data/Vector.hs:1260) unzip6 (src/Data/Vector.hs:1265) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 89 / 91) in 'Data.Vector.Primitive.Mutable' Missing documentation for: IOVector (src/Data/Vector/Primitive/Mutable.hs:117) STVector (src/Data/Vector/Primitive/Mutable.hs:118) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flip' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% (228 /234) in 'Data.Vector.Primitive' Missing documentation for: zipWith4 (src/Data/Vector/Primitive.hs:967) zipWith5 (src/Data/Vector/Primitive.hs:975) zipWith6 (src/Data/Vector/Primitive.hs:983) izipWith4 (src/Data/Vector/Primitive.hs:1003) izipWith5 (src/Data/Vector/Primitive.hs:1011) izipWith6 (src/Data/Vector/Primitive.hs:1019) Warning: 'Storable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 95 / 97) in 'Data.Vector.Storable.Mutable' Missing documentation for: IOVector (src/Data/Vector/Storable/Mutable.hs:136) STVector (src/Data/Vector/Storable/Mutable.hs:137) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flip' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% (239 /245) in 'Data.Vector.Storable' Missing documentation for: zipWith4 (src/Data/Vector/Storable.hs:978) zipWith5 (src/Data/Vector/Storable.hs:986) zipWith6 (src/Data/Vector/Storable.hs:994) izipWith4 (src/Data/Vector/Storable.hs:1014) izipWith5 (src/Data/Vector/Storable.hs:1022) izipWith6 (src/Data/Vector/Storable.hs:1030) Warning: 'IO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ST' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 91 / 93) in 'Data.Vector.Strict.Mutable' Missing documentation for: IOVector (src/Data/Vector/Strict/Mutable.hs:99) STVector (src/Data/Vector/Strict/Mutable.hs:100) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Array' is ambiguous. It is defined * in Data.Primitive.Array * in Data.Primitive.Array You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Primitive.Array 95% (248 /261) in 'Data.Vector.Strict' Missing documentation for: zipWith4 (src/Data/Vector/Strict.hs:1267) zipWith5 (src/Data/Vector/Strict.hs:1273) zipWith6 (src/Data/Vector/Strict.hs:1279) izipWith4 (src/Data/Vector/Strict.hs:1300) izipWith5 (src/Data/Vector/Strict.hs:1306) izipWith6 (src/Data/Vector/Strict.hs:1312) zip4 (src/Data/Vector/Strict.hs:1331) zip5 (src/Data/Vector/Strict.hs:1336) zip6 (src/Data/Vector/Strict.hs:1341) unzip3 (src/Data/Vector/Strict.hs:1355) unzip4 (src/Data/Vector/Strict.hs:1359) unzip5 (src/Data/Vector/Strict.hs:1364) unzip6 (src/Data/Vector/Strict.hs:1369) Warning: 'DoNotUnboxLazy' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:810:28 * at src/Data/Vector/Unboxed/Base.hs:810:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:810:1 Warning: 'DoNotUnboxStrict' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:895:30 * at src/Data/Vector/Unboxed/Base.hs:895:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:895:1 Warning: 'DoNotUnboxNormalForm' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:981:34 * at src/Data/Vector/Unboxed/Base.hs:981:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:981:1 Warning: 'As' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:350:38 * at src/Data/Vector/Unboxed/Base.hs:350:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:350:1 Warning: 'As' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:350:38 * at src/Data/Vector/Unboxed/Base.hs:350:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:350:1 Warning: 'UnboxViaPrim' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:223:26 * at src/Data/Vector/Unboxed/Base.hs:223:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:223:1 Warning: 'DoNotUnboxStrict' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:895:30 * at src/Data/Vector/Unboxed/Base.hs:895:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:895:1 Warning: 'DoNotUnboxLazy' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:810:28 * at src/Data/Vector/Unboxed/Base.hs:810:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:810:1 Warning: 'DoNotUnboxNormalForm' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:981:34 * at src/Data/Vector/Unboxed/Base.hs:981:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:981:1 Warning: 'Complex' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'RealFloat' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flip' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% (253 /262) in 'Data.Vector.Unboxed' Missing documentation for: Vector (src/Data/Vector/Unboxed/Base.hs:73) MVector (src/Data/Vector/Unboxed/Base.hs:72) Unbox (src/Data/Vector/Unboxed/Base.hs:80) zipWith4 (src/Data/Vector/Unboxed.hs:1027) zipWith5 (src/Data/Vector/Unboxed.hs:1034) zipWith6 (src/Data/Vector/Unboxed.hs:1041) izipWith4 (src/Data/Vector/Unboxed.hs:1061) izipWith5 (src/Data/Vector/Unboxed.hs:1068) izipWith6 (src/Data/Vector/Unboxed.hs:1075) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 96 /100) in 'Data.Vector.Unboxed.Mutable' Missing documentation for: MVector (src/Data/Vector/Unboxed/Base.hs:72) IOVector (src/Data/Vector/Unboxed/Base.hs:75) STVector (src/Data/Vector/Unboxed/Base.hs:76) Unbox (src/Data/Vector/Unboxed/Base.hs:80) Warning: Data.Vector.Generic.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector: could not find link destinations for: - Data.Vector.D:R:ItemVector Warning: Data.Vector.Primitive.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector.Primitive: could not find link destinations for: - Data.Vector.Primitive.D:R:ItemVector Warning: Data.Vector.Storable.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector.Storable: could not find link destinations for: - Data.Vector.Storable.D:R:ItemVector Warning: Data.Vector.Strict.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector.Strict: could not find link destinations for: - Data.Vector.Strict.D:R:ItemVector Warning: Data.Vector.Unboxed: could not find link destinations for: - Data.Vector.Unboxed.Base.V_6 - Data.Vector.Unboxed.Base.V_5 - Data.Vector.Unboxed.Base.V_4 - Data.Vector.Unboxed.Base.V_3 - Data.Vector.Unboxed.Base.V_2 - Data.Vector.Unboxed.Base.V_Compose - Data.Vector.Unboxed.Base.V_Alt - Data.Vector.Unboxed.Base.V_Const - Data.Vector.Unboxed.Base.V_All - Data.Vector.Unboxed.Base.V_Any - Data.Vector.Unboxed.Base.V_DoNotUnboxNormalForm - Data.Vector.Unboxed.Base.V_DoNotUnboxStrict - Data.Vector.Unboxed.Base.V_DoNotUnboxLazy - Data.Vector.Unboxed.Base.V_Arg - Data.Vector.Unboxed.Base.V_WrappedMonoid - Data.Vector.Unboxed.Base.V_Last - Data.Vector.Unboxed.Base.V_First - Data.Vector.Unboxed.Base.V_Max - Data.Vector.Unboxed.Base.V_Min - Data.Vector.Unboxed.Base.V_Product - Data.Vector.Unboxed.Base.V_Sum - Data.Vector.Unboxed.Base.V_Dual - Data.Vector.Unboxed.Base.V_Down - Data.Vector.Unboxed.Base.V_Identity - Data.Vector.Unboxed.Base.V_Complex - Data.Vector.Unboxed.Base.V_Bool - Data.Vector.Unboxed.Base.V_Char - Data.Vector.Unboxed.Base.V_Double - Data.Vector.Unboxed.Base.V_Float - Data.Vector.Unboxed.Base.V_Word64 - Data.Vector.Unboxed.Base.V_Word32 - Data.Vector.Unboxed.Base.V_Word16 - Data.Vector.Unboxed.Base.V_Word8 - Data.Vector.Unboxed.Base.V_Word - Data.Vector.Unboxed.Base.V_Int64 - Data.Vector.Unboxed.Base.V_Int32 - Data.Vector.Unboxed.Base.V_Int16 - Data.Vector.Unboxed.Base.V_Int8 - Data.Vector.Unboxed.Base.V_Int - Data.Vector.Unboxed.Base.V_Unit - Data.Vector.Unboxed.Base.D:R:MVectorsTuple60 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple50 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple40 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple30 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple20 - Data.Vector.Unboxed.Base.D:R:MVectorsCompose0 - Data.Vector.Unboxed.Base.D:R:MVectorsAlt0 - Data.Vector.Unboxed.Base.D:R:MVectorsConst0 - Data.Vector.Unboxed.Base.D:R:MVectorsAll0 - Data.Vector.Unboxed.Base.D:R:MVectorsAny0 - Data.Vector.Unboxed.Base.D:R:MVectorsArg0 - Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0 - Data.Vector.Unboxed.Base.D:R:MVectorsLast0 - Data.Vector.Unboxed.Base.D:R:MVectorsFirst0 - Data.Vector.Unboxed.Base.D:R:MVectorsMax0 - Data.Vector.Unboxed.Base.D:R:MVectorsMin0 - Data.Vector.Unboxed.Base.D:R:MVectorsProduct0 - Data.Vector.Unboxed.Base.D:R:MVectorsSum0 - Data.Vector.Unboxed.Base.D:R:MVectorsDual0 - Data.Vector.Unboxed.Base.D:R:MVectorsDown0 - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0 - Data.Vector.Unboxed.Base.D:R:MVectorsComplex0 - Data.Vector.Unboxed.Base.D:R:MVectorsBool0 - Data.Vector.Unboxed.Base.D:R:MVectorsChar0 - Data.Vector.Unboxed.Base.D:R:MVectorsDouble0 - Data.Vector.Unboxed.Base.D:R:MVectorsFloat0 - Data.Vector.Unboxed.Base.D:R:MVectorsWord640 - Data.Vector.Unboxed.Base.D:R:MVectorsWord320 - Data.Vector.Unboxed.Base.D:R:MVectorsWord160 - Data.Vector.Unboxed.Base.D:R:MVectorsWord80 - Data.Vector.Unboxed.Base.D:R:MVectorsWord0 - Data.Vector.Unboxed.Base.D:R:MVectorsInt640 - Data.Vector.Unboxed.Base.D:R:MVectorsInt320 - Data.Vector.Unboxed.Base.D:R:MVectorsInt160 - Data.Vector.Unboxed.Base.D:R:MVectorsInt80 - Data.Vector.Unboxed.Base.D:R:MVectorsInt0 - Data.Vector.Unboxed.Base.D:R:MVectorsUnit0 - Data.Vector.Unboxed.Base.D:R:VectorTuple60 - Data.Vector.Unboxed.Base.D:R:VectorTuple50 - Data.Vector.Unboxed.Base.D:R:VectorTuple40 - Data.Vector.Unboxed.Base.D:R:VectorTuple30 - Data.Vector.Unboxed.Base.D:R:VectorTuple20 - Data.Vector.Unboxed.Base.D:R:VectorCompose0 - Data.Vector.Unboxed.Base.D:R:VectorAlt0 - Data.Vector.Unboxed.Base.D:R:VectorConst0 - Data.Vector.Unboxed.Base.D:R:VectorAll0 - Data.Vector.Unboxed.Base.D:R:VectorAny0 - Data.Vector.Unboxed.Base.D:R:VectorArg0 - Data.Vector.Unboxed.Base.D:R:VectorWrappedMonoid0 - Data.Vector.Unboxed.Base.D:R:VectorLast0 - Data.Vector.Unboxed.Base.D:R:VectorFirst0 - Data.Vector.Unboxed.Base.D:R:VectorMax0 - Data.Vector.Unboxed.Base.D:R:VectorMin0 - Data.Vector.Unboxed.Base.D:R:VectorProduct0 - Data.Vector.Unboxed.Base.D:R:VectorSum0 - Data.Vector.Unboxed.Base.D:R:VectorDual0 - Data.Vector.Unboxed.Base.D:R:VectorDown0 - Data.Vector.Unboxed.Base.D:R:VectorIdentity0 - Data.Vector.Unboxed.Base.D:R:VectorComplex0 - Data.Vector.Unboxed.Base.D:R:VectorBool0 - Data.Vector.Unboxed.Base.D:R:VectorChar0 - Data.Vector.Unboxed.Base.D:R:VectorDouble0 - Data.Vector.Unboxed.Base.D:R:VectorFloat0 - Data.Vector.Unboxed.Base.D:R:VectorWord640 - Data.Vector.Unboxed.Base.D:R:VectorWord320 - Data.Vector.Unboxed.Base.D:R:VectorWord160 - Data.Vector.Unboxed.Base.D:R:VectorWord80 - Data.Vector.Unboxed.Base.D:R:VectorWord0 - Data.Vector.Unboxed.Base.D:R:VectorInt640 - Data.Vector.Unboxed.Base.D:R:VectorInt320 - Data.Vector.Unboxed.Base.D:R:VectorInt160 - Data.Vector.Unboxed.Base.D:R:VectorInt80 - Data.Vector.Unboxed.Base.D:R:VectorInt0 - Data.Vector.Unboxed.Base.D:R:VectorUnit0 - Data.Vector.Unboxed.Base.D:R:VectorUnboxViaPrim0 - Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0 - Data.Vector.Unboxed.Base.D:R:VectorAs0 - Data.Vector.Unboxed.Base.D:R:MVectorsAs0 - Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxLazy0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0 - Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxStrict0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0 - Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxNormalForm0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0 - Data.Vector.Unboxed.D:R:ItemVector Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple60 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple50 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple40 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple30 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple20 - Data.Vector.Unboxed.Base.D:R:MVectorsCompose0 - Data.Vector.Unboxed.Base.D:R:MVectorsAlt0 - Data.Vector.Unboxed.Base.D:R:MVectorsConst0 - Data.Vector.Unboxed.Base.D:R:MVectorsAll0 - Data.Vector.Unboxed.Base.D:R:MVectorsAny0 - Data.Vector.Unboxed.Base.D:R:MVectorsArg0 - Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0 - Data.Vector.Unboxed.Base.D:R:MVectorsLast0 - Data.Vector.Unboxed.Base.D:R:MVectorsFirst0 - Data.Vector.Unboxed.Base.D:R:MVectorsMax0 - Data.Vector.Unboxed.Base.D:R:MVectorsMin0 - Data.Vector.Unboxed.Base.D:R:MVectorsProduct0 - Data.Vector.Unboxed.Base.D:R:MVectorsSum0 - Data.Vector.Unboxed.Base.D:R:MVectorsDual0 - Data.Vector.Unboxed.Base.D:R:MVectorsDown0 - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0 - Data.Vector.Unboxed.Base.D:R:MVectorsComplex0 - Data.Vector.Unboxed.Base.D:R:MVectorsBool0 - Data.Vector.Unboxed.Base.D:R:MVectorsChar0 - Data.Vector.Unboxed.Base.D:R:MVectorsDouble0 - Data.Vector.Unboxed.Base.D:R:MVectorsFloat0 - Data.Vector.Unboxed.Base.D:R:MVectorsWord640 - Data.Vector.Unboxed.Base.D:R:MVectorsWord320 - Data.Vector.Unboxed.Base.D:R:MVectorsWord160 - Data.Vector.Unboxed.Base.D:R:MVectorsWord80 - Data.Vector.Unboxed.Base.D:R:MVectorsWord0 - Data.Vector.Unboxed.Base.D:R:MVectorsInt640 - Data.Vector.Unboxed.Base.D:R:MVectorsInt320 - Data.Vector.Unboxed.Base.D:R:MVectorsInt160 - Data.Vector.Unboxed.Base.D:R:MVectorsInt80 - Data.Vector.Unboxed.Base.D:R:MVectorsInt0 - Data.Vector.Unboxed.Base.D:R:MVectorsUnit0 - Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0 - Data.Vector.Unboxed.Base.D:R:MVectorsAs0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0 Documentation created: dist/doc/html/vector/, dist/doc/html/vector/vector.txt Preprocessing library 'benchmarks-O2' for vector-0.13.2.0.. Running Haddock on library 'benchmarks-O2' for vector-0.13.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 14] Compiling Bench.Vector.Algo.AwShCC ( benchlib/Bench/Vector/Algo/AwShCC.hs, nothing ) [ 2 of 14] Compiling Bench.Vector.Algo.FindIndexR ( benchlib/Bench/Vector/Algo/FindIndexR.hs, nothing ) [ 3 of 14] Compiling Bench.Vector.Algo.HybCC ( benchlib/Bench/Vector/Algo/HybCC.hs, nothing ) [ 4 of 14] Compiling Bench.Vector.Algo.Leaffix ( benchlib/Bench/Vector/Algo/Leaffix.hs, nothing ) [ 5 of 14] Compiling Bench.Vector.Algo.ListRank ( benchlib/Bench/Vector/Algo/ListRank.hs, nothing ) [ 6 of 14] Compiling Bench.Vector.Algo.MutableSet ( benchlib/Bench/Vector/Algo/MutableSet.hs, nothing ) [ 7 of 14] Compiling Bench.Vector.Algo.NextPermutation ( benchlib/Bench/Vector/Algo/NextPermutation.hs, nothing ) [ 8 of 14] Compiling Bench.Vector.Algo.Quickhull ( benchlib/Bench/Vector/Algo/Quickhull.hs, nothing ) [ 9 of 14] Compiling Bench.Vector.Algo.Rootfix ( benchlib/Bench/Vector/Algo/Rootfix.hs, nothing ) [10 of 14] Compiling Bench.Vector.Algo.Spectral ( benchlib/Bench/Vector/Algo/Spectral.hs, nothing ) [11 of 14] Compiling Bench.Vector.Algo.Tridiag ( benchlib/Bench/Vector/Algo/Tridiag.hs, nothing ) [12 of 14] Compiling Bench.Vector.Tasty ( benchlib/Bench/Vector/Tasty.hs, nothing ) [13 of 14] Compiling Bench.Vector.TestData.Graph ( benchlib/Bench/Vector/TestData/Graph.hs, nothing ) [14 of 14] Compiling Bench.Vector.TestData.ParenTree ( benchlib/Bench/Vector/TestData/ParenTree.hs, nothing ) Haddock coverage: 0% ( 0 / 2) in 'Bench.Vector.Algo.AwShCC' Missing documentation for: Module header awshcc (benchlib/Bench/Vector/Algo/AwShCC.hs:8) 0% ( 0 / 4) in 'Bench.Vector.Algo.FindIndexR' Missing documentation for: Module header findIndexR (benchlib/Bench/Vector/Algo/FindIndexR.hs:9) findIndexR_naive (benchlib/Bench/Vector/Algo/FindIndexR.hs:13) findIndexR_manual (benchlib/Bench/Vector/Algo/FindIndexR.hs:20) 0% ( 0 / 2) in 'Bench.Vector.Algo.HybCC' Missing documentation for: Module header hybcc (benchlib/Bench/Vector/Algo/HybCC.hs:7) 0% ( 0 / 2) in 'Bench.Vector.Algo.Leaffix' Missing documentation for: Module header leaffix (benchlib/Bench/Vector/Algo/Leaffix.hs:7) 0% ( 0 / 2) in 'Bench.Vector.Algo.ListRank' Missing documentation for: Module header listRank (benchlib/Bench/Vector/Algo/ListRank.hs:8) 0% ( 0 / 2) in 'Bench.Vector.Algo.MutableSet' Missing documentation for: Module header mutableSet (benchlib/Bench/Vector/Algo/MutableSet.hs:12) Warning: 'Int32' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Bench.Vector.Algo.NextPermutation' Missing documentation for: Module header 0% ( 0 / 2) in 'Bench.Vector.Algo.Quickhull' Missing documentation for: Module header quickhull (benchlib/Bench/Vector/Algo/Quickhull.hs:7) 0% ( 0 / 2) in 'Bench.Vector.Algo.Rootfix' Missing documentation for: Module header rootfix (benchlib/Bench/Vector/Algo/Rootfix.hs:7) 0% ( 0 / 2) in 'Bench.Vector.Algo.Spectral' Missing documentation for: Module header spectral (benchlib/Bench/Vector/Algo/Spectral.hs:9) 0% ( 0 / 2) in 'Bench.Vector.Algo.Tridiag' Missing documentation for: Module header tridiag (benchlib/Bench/Vector/Algo/Tridiag.hs:8) 100% ( 3 / 3) in 'Bench.Vector.Tasty' 0% ( 0 / 2) in 'Bench.Vector.TestData.Graph' Missing documentation for: Module header randomGraph (benchlib/Bench/Vector/TestData/Graph.hs:15) 0% ( 0 / 2) in 'Bench.Vector.TestData.ParenTree' Missing documentation for: Module header parenTree (benchlib/Bench/Vector/TestData/ParenTree.hs:6) Documentation created: dist/doc/html/vector/, dist/doc/html/vector/vector.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-0.13.2.0-93eTDDTriN7IxWD26XnCjR Installing internal library benchmarks-O2 in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-0.13.2.0-93eTDDTriN7IxWD26XnCjR Completed vector-0.13.2.0 Configuring adjunctions-4.4.3... Preprocessing library for adjunctions-4.4.3.. Building library for adjunctions-4.4.3.. [ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, dist/build/Control/Monad/Trans/Conts.o, dist/build/Control/Monad/Trans/Conts.dyn_o ) [ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, dist/build/Data/Functor/Contravariant/Rep.o, dist/build/Data/Functor/Contravariant/Rep.dyn_o ) [ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, dist/build/Data/Functor/Contravariant/Adjunction.o, dist/build/Data/Functor/Contravariant/Adjunction.dyn_o ) [ 4 of 11] Compiling Control.Monad.Trans.Contravariant.Adjoint ( src/Control/Monad/Trans/Contravariant/Adjoint.hs, dist/build/Control/Monad/Trans/Contravariant/Adjoint.o, dist/build/Control/Monad/Trans/Contravariant/Adjoint.dyn_o ) [ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, dist/build/Data/Functor/Rep.o, dist/build/Data/Functor/Rep.dyn_o ) [ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, dist/build/Data/Functor/Adjunction.o, dist/build/Data/Functor/Adjunction.dyn_o ) [ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, dist/build/Control/Monad/Trans/Adjoint.o, dist/build/Control/Monad/Trans/Adjoint.dyn_o ) [ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, dist/build/Control/Comonad/Trans/Adjoint.o, dist/build/Control/Comonad/Trans/Adjoint.dyn_o ) [ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, dist/build/Control/Monad/Representable/State.o, dist/build/Control/Monad/Representable/State.dyn_o ) [10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, dist/build/Control/Monad/Representable/Reader.o, dist/build/Control/Monad/Representable/Reader.dyn_o ) [11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, dist/build/Control/Comonad/Representable/Store.o, dist/build/Control/Comonad/Representable/Store.dyn_o ) Preprocessing library for adjunctions-4.4.3.. Running Haddock on library for adjunctions-4.4.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 11] Compiling Control.Monad.Trans.Conts ( src/Control/Monad/Trans/Conts.hs, nothing ) [ 2 of 11] Compiling Data.Functor.Contravariant.Rep ( src/Data/Functor/Contravariant/Rep.hs, nothing ) [ 3 of 11] Compiling Data.Functor.Contravariant.Adjunction ( src/Data/Functor/Contravariant/Adjunction.hs, nothing ) [ 4 of 11] Compiling Control.Monad.Trans.Contravariant.Adjoint ( src/Control/Monad/Trans/Contravariant/Adjoint.hs, nothing ) [ 5 of 11] Compiling Data.Functor.Rep ( src/Data/Functor/Rep.hs, nothing ) [ 6 of 11] Compiling Data.Functor.Adjunction ( src/Data/Functor/Adjunction.hs, nothing ) [ 7 of 11] Compiling Control.Monad.Trans.Adjoint ( src/Control/Monad/Trans/Adjoint.hs, nothing ) [ 8 of 11] Compiling Control.Comonad.Trans.Adjoint ( src/Control/Comonad/Trans/Adjoint.hs, nothing ) [ 9 of 11] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, nothing ) [10 of 11] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, nothing ) [11 of 11] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, nothing ) Haddock coverage: 33% ( 4 / 12) in 'Control.Monad.Trans.Conts' Missing documentation for: Cont (src/Control/Monad/Trans/Conts.hs:38) cont (src/Control/Monad/Trans/Conts.hs:41) runCont (src/Control/Monad/Trans/Conts.hs:44) Conts (src/Control/Monad/Trans/Conts.hs:46) runConts (src/Control/Monad/Trans/Conts.hs:52) conts (src/Control/Monad/Trans/Conts.hs:49) ContsT (src/Control/Monad/Trans/Conts.hs:54) callCC (src/Control/Monad/Trans/Conts.hs:71) Warning: 'Iso'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 83% ( 5 / 6) in 'Data.Functor.Contravariant.Rep' Missing documentation for: contramapRep (src/Data/Functor/Contravariant/Rep.hs:71) Warning: 'Op' is ambiguous. It is defined * in Data.Functor.Contravariant * in Data.Functor.Contravariant You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Contravariant Warning: 'Hask' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Iso'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 4 / 5) in 'Data.Functor.Contravariant.Adjunction' Missing documentation for: coindexAdjunction (src/Data/Functor/Contravariant/Adjunction.hs:74) 20% ( 1 / 5) in 'Control.Monad.Trans.Contravariant.Adjoint' Missing documentation for: Adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:40) runAdjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:48) adjoint (src/Control/Monad/Trans/Contravariant/Adjoint.hs:45) AdjointT (src/Control/Monad/Trans/Contravariant/Adjoint.hs:42) Warning: 'WrappedRec' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Iso'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 46% ( 22 / 47) in 'Data.Functor.Rep' Missing documentation for: Co (src/Data/Functor/Rep.hs:437) fmapRep (src/Data/Functor/Rep.hs:254) distributeRep (src/Data/Functor/Rep.hs:281) collectRep (src/Data/Functor/Rep.hs:284) apRep (src/Data/Functor/Rep.hs:278) pureRep (src/Data/Functor/Rep.hs:257) liftR2 (src/Data/Functor/Rep.hs:477) liftR3 (src/Data/Functor/Rep.hs:480) bindRep (src/Data/Functor/Rep.hs:260) mfixRep (src/Data/Functor/Rep.hs:263) mzipRep (src/Data/Functor/Rep.hs:269) mzipWithRep (src/Data/Functor/Rep.hs:266) askRep (src/Data/Functor/Rep.hs:272) localRep (src/Data/Functor/Rep.hs:275) duplicatedRep (src/Data/Functor/Rep.hs:296) extendedRep (src/Data/Functor/Rep.hs:299) duplicateRep (src/Data/Functor/Rep.hs:302) extendRep (src/Data/Functor/Rep.hs:305) extractRep (src/Data/Functor/Rep.hs:308) duplicateRepBy (src/Data/Functor/Rep.hs:287) extendRepBy (src/Data/Functor/Rep.hs:290) extractRepBy (src/Data/Functor/Rep.hs:293) imapRep (src/Data/Functor/Rep.hs:311) ifoldMapRep (src/Data/Functor/Rep.hs:315) itraverseRep (src/Data/Functor/Rep.hs:319) Warning: 'Iso'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'uncozipping' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 62% ( 10 / 16) in 'Data.Functor.Adjunction' Missing documentation for: zapWithAdjunction (src/Data/Functor/Adjunction.hs:108) absurdL (src/Data/Functor/Adjunction.hs:132) extractL (src/Data/Functor/Adjunction.hs:117) duplicateL (src/Data/Functor/Adjunction.hs:120) splitL (src/Data/Functor/Adjunction.hs:111) unsplitL (src/Data/Functor/Adjunction.hs:114) 20% ( 1 / 5) in 'Control.Monad.Trans.Adjoint' Missing documentation for: Adjoint (src/Control/Monad/Trans/Adjoint.hs:27) runAdjoint (src/Control/Monad/Trans/Adjoint.hs:35) adjoint (src/Control/Monad/Trans/Adjoint.hs:32) AdjointT (src/Control/Monad/Trans/Adjoint.hs:29) 20% ( 1 / 5) in 'Control.Comonad.Trans.Adjoint' Missing documentation for: Adjoint (src/Control/Comonad/Trans/Adjoint.hs:28) runAdjoint (src/Control/Comonad/Trans/Adjoint.hs:36) adjoint (src/Control/Comonad/Trans/Adjoint.hs:33) AdjointT (src/Control/Comonad/Trans/Adjoint.hs:30) 80% ( 12 / 15) in 'Control.Monad.Representable.State' Missing documentation for: stateT (src/Control/Monad/Representable/State.hs:107) runStateT (src/Control/Monad/Representable/State.hs:110) mapStateT (src/Control/Monad/Representable/State.hs:113) 50% ( 5 / 10) in 'Control.Monad.Representable.Reader' Missing documentation for: Reader (src/Control/Monad/Representable/Reader.hs:46) runReader (src/Control/Monad/Representable/Reader.hs:49) ReaderT (src/Control/Monad/Representable/Reader.hs:53) readerT (src/Control/Monad/Representable/Reader.hs:56) runReaderT (src/Control/Monad/Representable/Reader.hs:59) 62% ( 5 / 8) in 'Control.Comonad.Representable.Store' Missing documentation for: storeT (src/Control/Comonad/Representable/Store.hs:77) runStoreT (src/Control/Comonad/Representable/Store.hs:80) ComonadStore Warning: Data.Functor.Contravariant.Rep: could not find link destinations for: - Data.Functor.Contravariant.Rep.D:R:Rep:*: - Data.Functor.Contravariant.Rep.D:R:RepU1 - Data.Functor.Contravariant.Rep.D:R:RepProduct - Data.Functor.Contravariant.Rep.D:R:RepPredicate - Data.Functor.Contravariant.Rep.D:R:RepOp - Data.Functor.Contravariant.Rep.D:R:RepProxy Warning: Data.Functor.Rep: could not find link destinations for: - Data.Functor.Rep.GIndex - Data.Functor.Rep.GTabulate - Data.Functor.Rep.GRep' - Data.Functor.Rep.D:R:RepM1 - Data.Functor.Rep.D:R:RepRec1 - Data.Functor.Rep.D:R:RepPar1 - Data.Functor.Rep.D:R:Rep:.: - Data.Functor.Rep.D:R:Rep:*: - Data.Functor.Rep.D:R:RepU1 - Data.Functor.Rep.D:R:RepComplex - Data.Functor.Rep.D:R:RepSum - Data.Functor.Rep.D:R:RepProduct - Data.Functor.Rep.D:R:RepDual - Data.Functor.Rep.D:R:RepReverse - Data.Functor.Rep.D:R:RepBackwards - Data.Functor.Rep.D:R:RepCofree - Data.Functor.Rep.D:R:RepProduct0 - Data.Functor.Rep.D:R:RepCompose - Data.Functor.Rep.D:R:RepReaderT - Data.Functor.Rep.D:R:RepFUN - Data.Functor.Rep.D:R:RepIdentityT - Data.Functor.Rep.D:R:RepTagged - Data.Functor.Rep.D:R:RepIdentity - Data.Functor.Rep.D:R:RepProxy - Data.Functor.Rep.D:R:RepCo - Data.Functor.Rep.D:R:RepTracedT - Control.Monad.Representable.Reader.D:R:RepReaderT Warning: Control.Monad.Representable.Reader: could not find link destinations for: - Control.Monad.Representable.Reader.D:R:RepReaderT Documentation created: dist/doc/html/adjunctions/, dist/doc/html/adjunctions/adjunctions.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/adjunctions-4.4.3-2tcsSs9BcFb5Ex3IAQUin1 Completed adjunctions-4.4.3 Configuring indexed-traversable-instances-0.1.2... Preprocessing library for indexed-traversable-instances-0.1.2.. Building library for indexed-traversable-instances-0.1.2.. [1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, dist/build/Data/Functor/WithIndex/Instances.o, dist/build/Data/Functor/WithIndex/Instances.dyn_o ) Preprocessing library for indexed-traversable-instances-0.1.2.. Running Haddock on library for indexed-traversable-instances-0.1.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, nothing ) Haddock coverage: 100% ( 1 / 1) in 'Data.Functor.WithIndex.Instances' Warning: Data.Functor.WithIndex.Instances: could not find link destinations for: - Data.Vector.Vector Documentation created: dist/doc/html/indexed-traversable-instances/, dist/doc/html/indexed-traversable-instances/indexed-traversable-instances.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-instances-0.1.2-Gx4uoBrArmHA4VWZsZ2dIz Completed indexed-traversable-instances-0.1.2 Configuring kan-extensions-5.2.6... Preprocessing library for kan-extensions-5.2.6.. Building library for kan-extensions-5.2.6.. [ 1 of 13] Compiling Data.Functor.Contravariant.Coyoneda ( src/Data/Functor/Contravariant/Coyoneda.hs, dist/build/Data/Functor/Contravariant/Coyoneda.o, dist/build/Data/Functor/Contravariant/Coyoneda.dyn_o ) [ 2 of 13] Compiling Data.Functor.Contravariant.Day ( src/Data/Functor/Contravariant/Day.hs, dist/build/Data/Functor/Contravariant/Day.o, dist/build/Data/Functor/Contravariant/Day.dyn_o ) [ 3 of 13] Compiling Data.Functor.Contravariant.Yoneda ( src/Data/Functor/Contravariant/Yoneda.hs, dist/build/Data/Functor/Contravariant/Yoneda.o, dist/build/Data/Functor/Contravariant/Yoneda.dyn_o ) [ 4 of 13] Compiling Data.Functor.Day ( src/Data/Functor/Day.hs, dist/build/Data/Functor/Day.o, dist/build/Data/Functor/Day.dyn_o ) [ 5 of 13] Compiling Data.Functor.Day.Curried ( src/Data/Functor/Day/Curried.hs, dist/build/Data/Functor/Day/Curried.o, dist/build/Data/Functor/Day/Curried.dyn_o ) [ 6 of 13] Compiling Data.Functor.Invariant.Day ( src/Data/Functor/Invariant/Day.hs, dist/build/Data/Functor/Invariant/Day.o, dist/build/Data/Functor/Invariant/Day.dyn_o ) [ 7 of 13] Compiling Data.Functor.Kan.Lan ( src/Data/Functor/Kan/Lan.hs, dist/build/Data/Functor/Kan/Lan.o, dist/build/Data/Functor/Kan/Lan.dyn_o ) [ 8 of 13] Compiling Data.Functor.Coyoneda ( src/Data/Functor/Coyoneda.hs, dist/build/Data/Functor/Coyoneda.o, dist/build/Data/Functor/Coyoneda.dyn_o ) [ 9 of 13] Compiling Control.Comonad.Density ( src/Control/Comonad/Density.hs, dist/build/Control/Comonad/Density.o, dist/build/Control/Comonad/Density.dyn_o ) [10 of 13] Compiling Control.Monad.Co ( src/Control/Monad/Co.hs, dist/build/Control/Monad/Co.o, dist/build/Control/Monad/Co.dyn_o ) [11 of 13] Compiling Data.Functor.Kan.Ran ( src/Data/Functor/Kan/Ran.hs, dist/build/Data/Functor/Kan/Ran.o, dist/build/Data/Functor/Kan/Ran.dyn_o ) [12 of 13] Compiling Control.Monad.Codensity ( src/Control/Monad/Codensity.hs, dist/build/Control/Monad/Codensity.o, dist/build/Control/Monad/Codensity.dyn_o ) [13 of 13] Compiling Data.Functor.Yoneda ( src/Data/Functor/Yoneda.hs, dist/build/Data/Functor/Yoneda.o, dist/build/Data/Functor/Yoneda.dyn_o ) Preprocessing library for kan-extensions-5.2.6.. Running Haddock on library for kan-extensions-5.2.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 13] Compiling Data.Functor.Contravariant.Coyoneda ( src/Data/Functor/Contravariant/Coyoneda.hs, nothing ) [ 2 of 13] Compiling Data.Functor.Contravariant.Day ( src/Data/Functor/Contravariant/Day.hs, nothing ) [ 3 of 13] Compiling Data.Functor.Contravariant.Yoneda ( src/Data/Functor/Contravariant/Yoneda.hs, nothing ) [ 4 of 13] Compiling Data.Functor.Day ( src/Data/Functor/Day.hs, nothing ) [ 5 of 13] Compiling Data.Functor.Day.Curried ( src/Data/Functor/Day/Curried.hs, nothing ) [ 6 of 13] Compiling Data.Functor.Invariant.Day ( src/Data/Functor/Invariant/Day.hs, nothing ) [ 7 of 13] Compiling Data.Functor.Kan.Lan ( src/Data/Functor/Kan/Lan.hs, nothing ) [ 8 of 13] Compiling Data.Functor.Coyoneda ( src/Data/Functor/Coyoneda.hs, nothing ) [ 9 of 13] Compiling Control.Comonad.Density ( src/Control/Comonad/Density.hs, nothing ) [10 of 13] Compiling Control.Monad.Co ( src/Control/Monad/Co.hs, nothing ) [11 of 13] Compiling Data.Functor.Kan.Ran ( src/Data/Functor/Kan/Ran.hs, nothing ) [12 of 13] Compiling Control.Monad.Codensity ( src/Control/Monad/Codensity.hs, nothing ) [13 of 13] Compiling Data.Functor.Yoneda ( src/Data/Functor/Yoneda.hs, nothing ) Haddock coverage: Warning: 'Coyoneda' is ambiguous. It is defined * at src/Data/Functor/Contravariant/Coyoneda.hs:37:3 * at src/Data/Functor/Contravariant/Coyoneda.hs:36:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Contravariant/Coyoneda.hs:36:1 100% ( 5 / 5) in 'Data.Functor.Contravariant.Coyoneda' 100% ( 14 / 14) in 'Data.Functor.Contravariant.Day' 75% ( 3 / 4) in 'Data.Functor.Contravariant.Yoneda' Missing documentation for: lowerYoneda (src/Data/Functor/Contravariant/Yoneda.hs:41) Warning: 'Day' is ambiguous. It is defined * at src/Data/Functor/Day.hs:56:18 * at src/Data/Functor/Day.hs:56:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Day.hs:56:1 Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity 93% ( 14 / 15) in 'Data.Functor.Day' Missing documentation for: cayley (src/Data/Functor/Day.hs:200) Warning: 'Day' is ambiguous. It is defined * at src/Data/Functor/Day.hs:56:18 * at src/Data/Functor/Day.hs:56:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Day.hs:56:1 Warning: 'Curried' is ambiguous. It is defined * at src/Data/Functor/Day/Curried.hs:37:3 * at src/Data/Functor/Day/Curried.hs:36:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Day/Curried.hs:36:1 Warning: 'Compose' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Rift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 13 / 14) in 'Data.Functor.Day.Curried' Missing documentation for: Curried (src/Data/Functor/Day/Curried.hs:36) Warning: 'Day' is ambiguous. It is defined * at src/Data/Functor/Invariant/Day.hs:35:18 * at src/Data/Functor/Invariant/Day.hs:35:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Invariant/Day.hs:35:1 Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity 100% ( 14 / 14) in 'Data.Functor.Invariant.Day' Warning: 'Lan' is ambiguous. It is defined * at src/Data/Functor/Kan/Lan.hs:37:3 * at src/Data/Functor/Kan/Lan.hs:36:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Kan/Lan.hs:36:1 Warning: 'Compose' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'o' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 75% ( 9 / 12) in 'Data.Functor.Kan.Lan' Missing documentation for: decomposeLan (src/Data/Functor/Kan/Lan.hs:109) lanToAdjoint (src/Data/Functor/Kan/Lan.hs:81) composedAdjointToLan (src/Data/Functor/Kan/Lan.hs:95) Warning: 'Coyoneda' is ambiguous. It is defined * at src/Data/Functor/Coyoneda.hs:54:3 * at src/Data/Functor/Coyoneda.hs:53:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Coyoneda.hs:53:1 Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity 88% ( 8 / 9) in 'Data.Functor.Coyoneda' Missing documentation for: lanToCoyoneda (src/Data/Functor/Coyoneda.hs:76) Warning: 'Density' is ambiguous. It is defined * at src/Control/Comonad/Density.hs:41:3 * at src/Control/Comonad/Density.hs:40:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Comonad/Density.hs:40:1 Warning: 'Lan' is ambiguous. It is defined * at src/Data/Functor/Kan/Lan.hs:37:3 * at src/Data/Functor/Kan/Lan.hs:36:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Kan/Lan.hs:36:1 57% ( 4 / 7) in 'Control.Comonad.Density' Missing documentation for: Density (src/Control/Comonad/Density.hs:40) adjunctionToDensity (src/Control/Comonad/Density.hs:97) densityToLan (src/Control/Comonad/Density.hs:112) Warning: 'Hask' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Contravariant' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CoT' is ambiguous. It is defined * at src/Control/Monad/Co.hs:84:21 * at src/Control/Monad/Co.hs:84:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Co.hs:84:1 Warning: 'Rift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity 20% ( 5 / 24) in 'Control.Monad.Co' Missing documentation for: Co (src/Control/Monad/Co.hs:72) co (src/Control/Monad/Co.hs:75) runCo (src/Control/Monad/Co.hs:78) liftCoT0 (src/Control/Monad/Co.hs:113) liftCoT0M (src/Control/Monad/Co.hs:149) lowerCoT0 (src/Control/Monad/Co.hs:116) lowerCo0 (src/Control/Monad/Co.hs:119) liftCoT1 (src/Control/Monad/Co.hs:122) liftCoT1M (src/Control/Monad/Co.hs:152) lowerCoT1 (src/Control/Monad/Co.hs:125) lowerCo1 (src/Control/Monad/Co.hs:128) diter (src/Control/Monad/Co.hs:155) dctrlM (src/Control/Monad/Co.hs:158) posW (src/Control/Monad/Co.hs:131) peekW (src/Control/Monad/Co.hs:134) peeksW (src/Control/Monad/Co.hs:137) askW (src/Control/Monad/Co.hs:140) asksW (src/Control/Monad/Co.hs:143) traceW (src/Control/Monad/Co.hs:146) Warning: 'Ran' is ambiguous. It is defined * at src/Data/Functor/Kan/Ran.hs:85:21 * at src/Data/Functor/Kan/Ran.hs:85:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Kan/Ran.hs:85:1 Warning: 'Compose'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 53% ( 8 / 15) in 'Data.Functor.Kan.Ran' Missing documentation for: decomposeRan (src/Data/Functor/Kan/Ran.hs:116) ranToAdjoint (src/Data/Functor/Kan/Ran.hs:130) composedAdjointToRan (src/Data/Functor/Kan/Ran.hs:144) repToRan (src/Data/Functor/Kan/Ran.hs:153) ranToRep (src/Data/Functor/Kan/Ran.hs:157) composedRepToRan (src/Data/Functor/Kan/Ran.hs:165) ranToComposedRep (src/Data/Functor/Kan/Ran.hs:161) Warning: 'Codensity' is ambiguous. It is defined * at src/Control/Monad/Codensity.hs:66:44 * at src/Control/Monad/Codensity.hs:66:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Monad/Codensity.hs:66:1 Warning: 'Ran' is ambiguous. It is defined * at src/Data/Functor/Kan/Ran.hs:85:21 * at src/Data/Functor/Kan/Ran.hs:85:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Kan/Ran.hs:85:1 85% ( 12 / 14) in 'Control.Monad.Codensity' Missing documentation for: adjunctionToCodensity (src/Control/Monad/Codensity.hs:175) ranToCodensity (src/Control/Monad/Codensity.hs:216) Warning: 'Yoneda' is ambiguous. It is defined * at src/Data/Functor/Yoneda.hs:59:22 * at src/Data/Functor/Yoneda.hs:59:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Yoneda.hs:59:1 Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity 45% ( 5 / 11) in 'Data.Functor.Yoneda' Missing documentation for: lowerYoneda (src/Data/Functor/Yoneda.hs:85) maxF (src/Data/Functor/Yoneda.hs:194) minF (src/Data/Functor/Yoneda.hs:199) maxM (src/Data/Functor/Yoneda.hs:204) minM (src/Data/Functor/Yoneda.hs:209) ranToYoneda (src/Data/Functor/Yoneda.hs:103) Warning: Data.Functor.Contravariant.Coyoneda: could not find link destinations for: - Data.Functor.Contravariant.Coyoneda.D:R:RepCoyoneda Warning: Data.Functor.Contravariant.Day: could not find link destinations for: - Data.Functor.Contravariant.Day.D:R:RepDay Warning: Data.Functor.Contravariant.Yoneda: could not find link destinations for: - Data.Functor.Contravariant.Yoneda.D:R:RepYoneda Warning: Data.Functor.Day: could not find link destinations for: - Data.Functor.Day.D:R:RepDay Warning: Data.Functor.Coyoneda: could not find link destinations for: - Data.Functor.Coyoneda.D:R:RepCoyoneda Warning: Data.Functor.Yoneda: could not find link destinations for: - Data.Functor.Yoneda.D:R:RepYoneda Documentation created: dist/doc/html/kan-extensions/, dist/doc/html/kan-extensions/kan-extensions.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/kan-extensions-5.2.6-675aNxpZApr74kEQFuliDx Completed kan-extensions-5.2.6 Configuring witherable-0.5... Preprocessing library for witherable-0.5.. Building library for witherable-0.5.. [1 of 1] Compiling Witherable ( src/Witherable.hs, dist/build/Witherable.o, dist/build/Witherable.dyn_o ) Preprocessing library for witherable-0.5.. Running Haddock on library for witherable-0.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Witherable ( src/Witherable.hs, nothing ) Haddock coverage: Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Compose 93% ( 14 / 15) in 'Witherable' Missing documentation for: WrappedFoldable (src/Witherable.hs:733) Warning: Witherable: could not find link destinations for: - Data.Vector.Vector Documentation created: dist/doc/html/witherable/, dist/doc/html/witherable/witherable.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/witherable-0.5-9MZmKY86OXxDHCWm2X7peb Completed witherable-0.5 Configuring semialign-1.3.1... Preprocessing library for semialign-1.3.1.. Building library for semialign-1.3.1.. [1 of 6] Compiling Data.Semialign.Internal ( src/Data/Semialign/Internal.hs, dist/build/Data/Semialign/Internal.o, dist/build/Data/Semialign/Internal.dyn_o ) [2 of 6] Compiling Data.Semialign.Indexed ( src/Data/Semialign/Indexed.hs, dist/build/Data/Semialign/Indexed.o, dist/build/Data/Semialign/Indexed.dyn_o ) [3 of 6] Compiling Data.Semialign ( src/Data/Semialign.hs, dist/build/Data/Semialign.o, dist/build/Data/Semialign.dyn_o ) [4 of 6] Compiling Data.Align ( src/Data/Align.hs, dist/build/Data/Align.o, dist/build/Data/Align.dyn_o ) [5 of 6] Compiling Data.Crosswalk ( src/Data/Crosswalk.hs, dist/build/Data/Crosswalk.o, dist/build/Data/Crosswalk.dyn_o ) [6 of 6] Compiling Data.Zip ( src/Data/Zip.hs, dist/build/Data/Zip.o, dist/build/Data/Zip.dyn_o ) Preprocessing library for semialign-1.3.1.. Running Haddock on library for semialign-1.3.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Data.Semialign.Internal ( src/Data/Semialign/Internal.hs, nothing ) [2 of 6] Compiling Data.Semialign.Indexed ( src/Data/Semialign/Indexed.hs, nothing ) [3 of 6] Compiling Data.Semialign ( src/Data/Semialign.hs, nothing ) [4 of 6] Compiling Data.Align ( src/Data/Align.hs, nothing ) [5 of 6] Compiling Data.Crosswalk ( src/Data/Crosswalk.hs, nothing ) [6 of 6] Compiling Data.Zip ( src/Data/Zip.hs, nothing ) Haddock coverage: Warning: 'tabulate' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'These' is ambiguous. It is defined * in Data.These * in Data.These You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.These Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'join' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'liftA2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Data.Semialign.Indexed' 88% ( 16 / 18) in 'Data.Semialign' Missing documentation for: unzipDefault (src/Data/Semialign/Internal.hs:308) alignVectorWith (src/Data/Semialign/Internal.hs:718) Warning: 'These' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 12 / 13) in 'Data.Align' Missing documentation for: alignVectorWith (src/Data/Semialign/Internal.hs:718) 80% ( 4 / 5) in 'Data.Crosswalk' Missing documentation for: Module header 71% ( 5 / 7) in 'Data.Zip' Missing documentation for: unzipDefault (src/Data/Semialign/Internal.hs:308) Zippy (src/Data/Zip.hs:30) Warning: Data.Semialign.Indexed: could not find link destinations for: - Data.Vector.Vector Warning: Data.Semialign: could not find link destinations for: - Data.Vector.Generic.Base.Vector - Data.Vector.Vector - Data.Vector.Fusion.Bundle.Monadic.Bundle Warning: Data.Align: could not find link destinations for: - Data.Vector.Generic.Base.Vector - Data.Vector.Vector - Data.Vector.Fusion.Bundle.Monadic.Bundle Warning: Data.Crosswalk: could not find link destinations for: - Data.Vector.Vector Warning: Data.Zip: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Fusion.Bundle.Monadic.Bundle Documentation created: dist/doc/html/semialign/, dist/doc/html/semialign/semialign.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semialign-1.3.1-J2dCVbVnZTr1HvkSLzuhfT Completed semialign-1.3.1 Configuring lens-5.3.4... Preprocessing library for lens-5.3.4.. Building library for lens-5.3.4.. [ 1 of 85] Compiling Control.Lens.Internal.CTypes ( src/Control/Lens/Internal/CTypes.hs, dist/build/Control/Lens/Internal/CTypes.o, dist/build/Control/Lens/Internal/CTypes.dyn_o ) [ 2 of 85] Compiling Control.Lens.Internal.Doctest ( src/Control/Lens/Internal/Doctest.hs, dist/build/Control/Lens/Internal/Doctest.o, dist/build/Control/Lens/Internal/Doctest.dyn_o ) [ 3 of 85] Compiling Control.Lens.Internal.Instances ( src/Control/Lens/Internal/Instances.hs, dist/build/Control/Lens/Internal/Instances.o, dist/build/Control/Lens/Internal/Instances.dyn_o ) [ 4 of 85] Compiling Control.Lens.Internal.Iso ( src/Control/Lens/Internal/Iso.hs, dist/build/Control/Lens/Internal/Iso.o, dist/build/Control/Lens/Internal/Iso.dyn_o ) [ 5 of 85] Compiling Control.Lens.Internal.List ( src/Control/Lens/Internal/List.hs, dist/build/Control/Lens/Internal/List.o, dist/build/Control/Lens/Internal/List.dyn_o ) [ 6 of 85] Compiling Control.Lens.Internal.Prelude ( src/Control/Lens/Internal/Prelude.hs, dist/build/Control/Lens/Internal/Prelude.o, dist/build/Control/Lens/Internal/Prelude.dyn_o ) [ 7 of 85] Compiling Control.Lens.Internal.Level ( src/Control/Lens/Internal/Level.hs, dist/build/Control/Lens/Internal/Level.o, dist/build/Control/Lens/Internal/Level.dyn_o ) [ 8 of 85] Compiling Control.Lens.Internal.Indexed ( src/Control/Lens/Internal/Indexed.hs, dist/build/Control/Lens/Internal/Indexed.o, dist/build/Control/Lens/Internal/Indexed.dyn_o ) [ 9 of 85] Compiling Control.Lens.Internal.Getter ( src/Control/Lens/Internal/Getter.hs, dist/build/Control/Lens/Internal/Getter.o, dist/build/Control/Lens/Internal/Getter.dyn_o ) [10 of 85] Compiling Control.Lens.Internal.Fold ( src/Control/Lens/Internal/Fold.hs, dist/build/Control/Lens/Internal/Fold.o, dist/build/Control/Lens/Internal/Fold.dyn_o ) [11 of 85] Compiling Control.Lens.Internal.Context ( src/Control/Lens/Internal/Context.hs, dist/build/Control/Lens/Internal/Context.o, dist/build/Control/Lens/Internal/Context.dyn_o ) [12 of 85] Compiling Control.Lens.Internal.Bazaar ( src/Control/Lens/Internal/Bazaar.hs, dist/build/Control/Lens/Internal/Bazaar.o, dist/build/Control/Lens/Internal/Bazaar.dyn_o ) [13 of 85] Compiling Control.Lens.Internal.Magma ( src/Control/Lens/Internal/Magma.hs, dist/build/Control/Lens/Internal/Magma.o, dist/build/Control/Lens/Internal/Magma.dyn_o ) [14 of 85] Compiling Control.Lens.Internal.Prism ( src/Control/Lens/Internal/Prism.hs, dist/build/Control/Lens/Internal/Prism.o, dist/build/Control/Lens/Internal/Prism.dyn_o ) [15 of 85] Compiling Control.Lens.Internal.Profunctor ( src/Control/Lens/Internal/Profunctor.hs, dist/build/Control/Lens/Internal/Profunctor.o, dist/build/Control/Lens/Internal/Profunctor.dyn_o ) [16 of 85] Compiling Control.Lens.Internal.Review ( src/Control/Lens/Internal/Review.hs, dist/build/Control/Lens/Internal/Review.o, dist/build/Control/Lens/Internal/Review.dyn_o ) [17 of 85] Compiling Control.Lens.Internal.Setter ( src/Control/Lens/Internal/Setter.hs, dist/build/Control/Lens/Internal/Setter.o, dist/build/Control/Lens/Internal/Setter.dyn_o ) [18 of 85] Compiling Control.Lens.Internal.Zoom ( src/Control/Lens/Internal/Zoom.hs, dist/build/Control/Lens/Internal/Zoom.o, dist/build/Control/Lens/Internal/Zoom.dyn_o ) [19 of 85] Compiling Control.Lens.Internal ( src/Control/Lens/Internal.hs, dist/build/Control/Lens/Internal.o, dist/build/Control/Lens/Internal.dyn_o ) [20 of 85] Compiling Control.Lens.Type ( src/Control/Lens/Type.hs, dist/build/Control/Lens/Type.o, dist/build/Control/Lens/Type.dyn_o ) [21 of 85] Compiling Control.Lens.Setter ( src/Control/Lens/Setter.hs, dist/build/Control/Lens/Setter.o, dist/build/Control/Lens/Setter.dyn_o ) [22 of 85] Compiling Control.Lens.Lens ( src/Control/Lens/Lens.hs, dist/build/Control/Lens/Lens.o, dist/build/Control/Lens/Lens.dyn_o ) [23 of 85] Compiling Control.Lens.Tuple ( src/Control/Lens/Tuple.hs, dist/build/Control/Lens/Tuple.o, dist/build/Control/Lens/Tuple.dyn_o ) [24 of 85] Compiling Control.Lens.Getter ( src/Control/Lens/Getter.hs, dist/build/Control/Lens/Getter.o, dist/build/Control/Lens/Getter.dyn_o ) [25 of 85] Compiling Control.Lens.Review ( src/Control/Lens/Review.hs, dist/build/Control/Lens/Review.o, dist/build/Control/Lens/Review.dyn_o ) [26 of 85] Compiling Control.Lens.Prism ( src/Control/Lens/Prism.hs, dist/build/Control/Lens/Prism.o, dist/build/Control/Lens/Prism.dyn_o ) [27 of 85] Compiling Control.Lens.Fold ( src/Control/Lens/Fold.hs, dist/build/Control/Lens/Fold.o, dist/build/Control/Lens/Fold.dyn_o ) [28 of 85] Compiling Control.Lens.Traversal ( src/Control/Lens/Traversal.hs, dist/build/Control/Lens/Traversal.o, dist/build/Control/Lens/Traversal.dyn_o ) [29 of 85] Compiling Control.Lens.Level ( src/Control/Lens/Level.hs, dist/build/Control/Lens/Level.o, dist/build/Control/Lens/Level.dyn_o ) [30 of 85] Compiling Control.Lens.Reified ( src/Control/Lens/Reified.hs, dist/build/Control/Lens/Reified.o, dist/build/Control/Lens/Reified.dyn_o ) [31 of 85] Compiling Control.Lens.Internal.Exception ( src/Control/Lens/Internal/Exception.hs, dist/build/Control/Lens/Internal/Exception.o, dist/build/Control/Lens/Internal/Exception.dyn_o ) [32 of 85] Compiling Control.Lens.Indexed ( src/Control/Lens/Indexed.hs, dist/build/Control/Lens/Indexed.o, dist/build/Control/Lens/Indexed.dyn_o ) [33 of 85] Compiling Control.Lens.Internal.ByteString ( src/Control/Lens/Internal/ByteString.hs, dist/build/Control/Lens/Internal/ByteString.o, dist/build/Control/Lens/Internal/ByteString.dyn_o ) [34 of 85] Compiling Control.Lens.Equality ( src/Control/Lens/Equality.hs, dist/build/Control/Lens/Equality.o, dist/build/Control/Lens/Equality.dyn_o ) [35 of 85] Compiling Control.Lens.Iso ( src/Control/Lens/Iso.hs, dist/build/Control/Lens/Iso.o, dist/build/Control/Lens/Iso.dyn_o ) [36 of 85] Compiling Control.Lens.Empty ( src/Control/Lens/Empty.hs, dist/build/Control/Lens/Empty.o, dist/build/Control/Lens/Empty.dyn_o ) [37 of 85] Compiling Control.Lens.Cons ( src/Control/Lens/Cons.hs, dist/build/Control/Lens/Cons.o, dist/build/Control/Lens/Cons.dyn_o ) [38 of 85] Compiling Control.Lens.Internal.Deque ( src/Control/Lens/Internal/Deque.hs, dist/build/Control/Lens/Internal/Deque.o, dist/build/Control/Lens/Internal/Deque.dyn_o ) [39 of 85] Compiling Control.Lens.Wrapped ( src/Control/Lens/Wrapped.hs, dist/build/Control/Lens/Wrapped.o, dist/build/Control/Lens/Wrapped.dyn_o ) [40 of 85] Compiling Control.Lens.Internal.TH ( src/Control/Lens/Internal/TH.hs, dist/build/Control/Lens/Internal/TH.o, dist/build/Control/Lens/Internal/TH.dyn_o ) [41 of 85] Compiling Control.Lens.Zoom ( src/Control/Lens/Zoom.hs, dist/build/Control/Lens/Zoom.o, dist/build/Control/Lens/Zoom.dyn_o ) [42 of 85] Compiling Data.Data.Lens ( src/Data/Data/Lens.hs, dist/build/Data/Data/Lens.o, dist/build/Data/Data/Lens.dyn_o ) [43 of 85] Compiling Control.Lens.Plated ( src/Control/Lens/Plated.hs, dist/build/Control/Lens/Plated.o, dist/build/Control/Lens/Plated.dyn_o ) [44 of 85] Compiling Data.HashSet.Lens ( src/Data/HashSet/Lens.hs, dist/build/Data/HashSet/Lens.o, dist/build/Data/HashSet/Lens.dyn_o ) [45 of 85] Compiling Data.List.Lens ( src/Data/List/Lens.hs, dist/build/Data/List/Lens.o, dist/build/Data/List/Lens.dyn_o ) [46 of 85] Compiling Data.Map.Lens ( src/Data/Map/Lens.hs, dist/build/Data/Map/Lens.o, dist/build/Data/Map/Lens.dyn_o ) [47 of 85] Compiling Data.Set.Lens ( src/Data/Set/Lens.hs, dist/build/Data/Set/Lens.o, dist/build/Data/Set/Lens.dyn_o ) [48 of 85] Compiling Data.Text.Lazy.Lens ( src/Data/Text/Lazy/Lens.hs, dist/build/Data/Text/Lazy/Lens.o, dist/build/Data/Text/Lazy/Lens.dyn_o ) [49 of 85] Compiling Data.Text.Strict.Lens ( src/Data/Text/Strict/Lens.hs, dist/build/Data/Text/Strict/Lens.o, dist/build/Data/Text/Strict/Lens.dyn_o ) [50 of 85] Compiling Data.Text.Lens ( src/Data/Text/Lens.hs, dist/build/Data/Text/Lens.o, dist/build/Data/Text/Lens.dyn_o ) [51 of 85] Compiling Data.Vector.Generic.Lens ( src/Data/Vector/Generic/Lens.hs, dist/build/Data/Vector/Generic/Lens.o, dist/build/Data/Vector/Generic/Lens.dyn_o ) [52 of 85] Compiling Control.Lens.Each ( src/Control/Lens/Each.hs, dist/build/Control/Lens/Each.o, dist/build/Control/Lens/Each.dyn_o ) [53 of 85] Compiling Control.Lens.At ( src/Control/Lens/At.hs, dist/build/Control/Lens/At.o, dist/build/Control/Lens/At.dyn_o ) [54 of 85] Compiling Language.Haskell.TH.Lens ( src/Language/Haskell/TH/Lens.hs, dist/build/Language/Haskell/TH/Lens.o, dist/build/Language/Haskell/TH/Lens.dyn_o ) [55 of 85] Compiling Control.Lens.Internal.PrismTH ( src/Control/Lens/Internal/PrismTH.hs, dist/build/Control/Lens/Internal/PrismTH.o, dist/build/Control/Lens/Internal/PrismTH.dyn_o ) [56 of 85] Compiling Control.Lens.Internal.FieldTH ( src/Control/Lens/Internal/FieldTH.hs, dist/build/Control/Lens/Internal/FieldTH.o, dist/build/Control/Lens/Internal/FieldTH.dyn_o ) [57 of 85] Compiling Control.Lens.TH ( src/Control/Lens/TH.hs, dist/build/Control/Lens/TH.o, dist/build/Control/Lens/TH.dyn_o ) [58 of 85] Compiling Control.Lens ( src/Control/Lens.hs, dist/build/Control/Lens.o, dist/build/Control/Lens.dyn_o ) [59 of 85] Compiling GHC.Generics.Lens ( src/GHC/Generics/Lens.hs, dist/build/GHC/Generics/Lens.o, dist/build/GHC/Generics/Lens.dyn_o ) [60 of 85] Compiling Data.Vector.Lens ( src/Data/Vector/Lens.hs, dist/build/Data/Vector/Lens.o, dist/build/Data/Vector/Lens.dyn_o ) [61 of 85] Compiling Data.Typeable.Lens ( src/Data/Typeable/Lens.hs, dist/build/Data/Typeable/Lens.o, dist/build/Data/Typeable/Lens.dyn_o ) [62 of 85] Compiling Data.Tree.Lens ( src/Data/Tree/Lens.hs, dist/build/Data/Tree/Lens.o, dist/build/Data/Tree/Lens.dyn_o ) [63 of 85] Compiling Data.Sequence.Lens ( src/Data/Sequence/Lens.hs, dist/build/Data/Sequence/Lens.o, dist/build/Data/Sequence/Lens.dyn_o ) [64 of 85] Compiling Data.IntSet.Lens ( src/Data/IntSet/Lens.hs, dist/build/Data/IntSet/Lens.o, dist/build/Data/IntSet/Lens.dyn_o ) [65 of 85] Compiling Data.Complex.Lens ( src/Data/Complex/Lens.hs, dist/build/Data/Complex/Lens.o, dist/build/Data/Complex/Lens.dyn_o ) [66 of 85] Compiling Data.ByteString.Strict.Lens ( src/Data/ByteString/Strict/Lens.hs, dist/build/Data/ByteString/Strict/Lens.o, dist/build/Data/ByteString/Strict/Lens.dyn_o ) [67 of 85] Compiling Data.ByteString.Lazy.Lens ( src/Data/ByteString/Lazy/Lens.hs, dist/build/Data/ByteString/Lazy/Lens.o, dist/build/Data/ByteString/Lazy/Lens.dyn_o ) [68 of 85] Compiling Data.ByteString.Lens ( src/Data/ByteString/Lens.hs, dist/build/Data/ByteString/Lens.o, dist/build/Data/ByteString/Lens.dyn_o ) [69 of 85] Compiling Data.Bits.Lens ( src/Data/Bits/Lens.hs, dist/build/Data/Bits/Lens.o, dist/build/Data/Bits/Lens.dyn_o ) [70 of 85] Compiling Data.Array.Lens ( src/Data/Array/Lens.hs, dist/build/Data/Array/Lens.o, dist/build/Data/Array/Lens.dyn_o ) [71 of 85] Compiling Control.Seq.Lens ( src/Control/Seq/Lens.hs, dist/build/Control/Seq/Lens.o, dist/build/Control/Seq/Lens.dyn_o ) [72 of 85] Compiling Control.Parallel.Strategies.Lens ( src/Control/Parallel/Strategies/Lens.hs, dist/build/Control/Parallel/Strategies/Lens.o, dist/build/Control/Parallel/Strategies/Lens.dyn_o ) [73 of 85] Compiling Control.Monad.Error.Lens ( src/Control/Monad/Error/Lens.hs, dist/build/Control/Monad/Error/Lens.o, dist/build/Control/Monad/Error/Lens.dyn_o ) [74 of 85] Compiling Control.Lens.Unsound ( src/Control/Lens/Unsound.hs, dist/build/Control/Lens/Unsound.o, dist/build/Control/Lens/Unsound.dyn_o ) [75 of 85] Compiling Control.Lens.Profunctor ( src/Control/Lens/Profunctor.hs, dist/build/Control/Lens/Profunctor.o, dist/build/Control/Lens/Profunctor.dyn_o ) [76 of 85] Compiling Control.Lens.Operators ( src/Control/Lens/Operators.hs, dist/build/Control/Lens/Operators.o, dist/build/Control/Lens/Operators.dyn_o ) [77 of 85] Compiling Control.Lens.Extras ( src/Control/Lens/Extras.hs, dist/build/Control/Lens/Extras.o, dist/build/Control/Lens/Extras.dyn_o ) [78 of 85] Compiling Control.Lens.Combinators ( src/Control/Lens/Combinators.hs, dist/build/Control/Lens/Combinators.o, dist/build/Control/Lens/Combinators.dyn_o ) [79 of 85] Compiling Control.Exception.Lens ( src/Control/Exception/Lens.hs, dist/build/Control/Exception/Lens.o, dist/build/Control/Exception/Lens.dyn_o ) [80 of 85] Compiling Data.Dynamic.Lens ( src/Data/Dynamic/Lens.hs, dist/build/Data/Dynamic/Lens.o, dist/build/Data/Dynamic/Lens.dyn_o ) [81 of 85] Compiling Numeric.Lens ( src/Numeric/Lens.hs, dist/build/Numeric/Lens.o, dist/build/Numeric/Lens.dyn_o ) [82 of 85] Compiling Numeric.Natural.Lens ( src/Numeric/Natural/Lens.hs, dist/build/Numeric/Natural/Lens.o, dist/build/Numeric/Natural/Lens.dyn_o ) [83 of 85] Compiling System.Exit.Lens ( src/System/Exit/Lens.hs, dist/build/System/Exit/Lens.o, dist/build/System/Exit/Lens.dyn_o ) [84 of 85] Compiling System.FilePath.Lens ( src/System/FilePath/Lens.hs, dist/build/System/FilePath/Lens.o, dist/build/System/FilePath/Lens.dyn_o ) [85 of 85] Compiling System.IO.Error.Lens ( src/System/IO/Error/Lens.hs, dist/build/System/IO/Error/Lens.o, dist/build/System/IO/Error/Lens.dyn_o ) Preprocessing library for lens-5.3.4.. Running Haddock on library for lens-5.3.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 85] Compiling Control.Lens.Internal.CTypes ( src/Control/Lens/Internal/CTypes.hs, nothing ) [ 2 of 85] Compiling Control.Lens.Internal.Doctest ( src/Control/Lens/Internal/Doctest.hs, nothing ) [ 3 of 85] Compiling Control.Lens.Internal.Instances ( src/Control/Lens/Internal/Instances.hs, nothing ) [ 4 of 85] Compiling Control.Lens.Internal.Iso ( src/Control/Lens/Internal/Iso.hs, nothing ) [ 5 of 85] Compiling Control.Lens.Internal.List ( src/Control/Lens/Internal/List.hs, nothing ) [ 6 of 85] Compiling Control.Lens.Internal.Prelude ( src/Control/Lens/Internal/Prelude.hs, nothing ) [ 7 of 85] Compiling Control.Lens.Internal.Level ( src/Control/Lens/Internal/Level.hs, nothing ) [ 8 of 85] Compiling Control.Lens.Internal.Indexed ( src/Control/Lens/Internal/Indexed.hs, nothing ) [ 9 of 85] Compiling Control.Lens.Internal.Getter ( src/Control/Lens/Internal/Getter.hs, nothing ) [10 of 85] Compiling Control.Lens.Internal.Fold ( src/Control/Lens/Internal/Fold.hs, nothing ) [11 of 85] Compiling Control.Lens.Internal.Context ( src/Control/Lens/Internal/Context.hs, nothing ) [12 of 85] Compiling Control.Lens.Internal.Bazaar ( src/Control/Lens/Internal/Bazaar.hs, nothing ) [13 of 85] Compiling Control.Lens.Internal.Magma ( src/Control/Lens/Internal/Magma.hs, nothing ) [14 of 85] Compiling Control.Lens.Internal.Prism ( src/Control/Lens/Internal/Prism.hs, nothing ) [15 of 85] Compiling Control.Lens.Internal.Profunctor ( src/Control/Lens/Internal/Profunctor.hs, nothing ) [16 of 85] Compiling Control.Lens.Internal.Review ( src/Control/Lens/Internal/Review.hs, nothing ) [17 of 85] Compiling Control.Lens.Internal.Setter ( src/Control/Lens/Internal/Setter.hs, nothing ) [18 of 85] Compiling Control.Lens.Internal.Zoom ( src/Control/Lens/Internal/Zoom.hs, nothing ) [19 of 85] Compiling Control.Lens.Internal ( src/Control/Lens/Internal.hs, nothing ) [20 of 85] Compiling Control.Lens.Type ( src/Control/Lens/Type.hs, nothing ) [21 of 85] Compiling Control.Lens.Setter ( src/Control/Lens/Setter.hs, nothing ) [22 of 85] Compiling Control.Lens.Lens ( src/Control/Lens/Lens.hs, nothing ) [23 of 85] Compiling Control.Lens.Tuple ( src/Control/Lens/Tuple.hs, nothing ) [24 of 85] Compiling Control.Lens.Getter ( src/Control/Lens/Getter.hs, nothing ) [25 of 85] Compiling Control.Lens.Review ( src/Control/Lens/Review.hs, nothing ) [26 of 85] Compiling Control.Lens.Prism ( src/Control/Lens/Prism.hs, nothing ) [27 of 85] Compiling Control.Lens.Fold ( src/Control/Lens/Fold.hs, nothing ) [28 of 85] Compiling Control.Lens.Traversal ( src/Control/Lens/Traversal.hs, nothing ) [29 of 85] Compiling Control.Lens.Level ( src/Control/Lens/Level.hs, nothing ) [30 of 85] Compiling Control.Lens.Reified ( src/Control/Lens/Reified.hs, nothing ) [31 of 85] Compiling Control.Lens.Internal.Exception ( src/Control/Lens/Internal/Exception.hs, nothing ) [32 of 85] Compiling Control.Lens.Indexed ( src/Control/Lens/Indexed.hs, nothing ) [33 of 85] Compiling Control.Lens.Internal.ByteString ( src/Control/Lens/Internal/ByteString.hs, nothing ) [34 of 85] Compiling Control.Lens.Equality ( src/Control/Lens/Equality.hs, nothing ) [35 of 85] Compiling Control.Lens.Iso ( src/Control/Lens/Iso.hs, nothing ) [36 of 85] Compiling Control.Lens.Empty ( src/Control/Lens/Empty.hs, nothing ) [37 of 85] Compiling Control.Lens.Cons ( src/Control/Lens/Cons.hs, nothing ) [38 of 85] Compiling Control.Lens.Internal.Deque ( src/Control/Lens/Internal/Deque.hs, nothing ) [39 of 85] Compiling Control.Lens.Wrapped ( src/Control/Lens/Wrapped.hs, nothing ) [40 of 85] Compiling Control.Lens.Internal.TH ( src/Control/Lens/Internal/TH.hs, nothing ) [41 of 85] Compiling Control.Lens.Zoom ( src/Control/Lens/Zoom.hs, nothing ) [42 of 85] Compiling Data.Data.Lens ( src/Data/Data/Lens.hs, nothing ) [43 of 85] Compiling Control.Lens.Plated ( src/Control/Lens/Plated.hs, nothing ) [44 of 85] Compiling Data.HashSet.Lens ( src/Data/HashSet/Lens.hs, nothing ) [45 of 85] Compiling Data.List.Lens ( src/Data/List/Lens.hs, nothing ) [46 of 85] Compiling Data.Map.Lens ( src/Data/Map/Lens.hs, nothing ) [47 of 85] Compiling Data.Set.Lens ( src/Data/Set/Lens.hs, nothing ) [48 of 85] Compiling Data.Text.Lazy.Lens ( src/Data/Text/Lazy/Lens.hs, nothing ) [49 of 85] Compiling Data.Text.Strict.Lens ( src/Data/Text/Strict/Lens.hs, nothing ) [50 of 85] Compiling Data.Text.Lens ( src/Data/Text/Lens.hs, nothing ) [51 of 85] Compiling Data.Vector.Generic.Lens ( src/Data/Vector/Generic/Lens.hs, nothing ) [52 of 85] Compiling Control.Lens.Each ( src/Control/Lens/Each.hs, nothing ) [53 of 85] Compiling Control.Lens.At ( src/Control/Lens/At.hs, nothing ) [54 of 85] Compiling Language.Haskell.TH.Lens ( src/Language/Haskell/TH/Lens.hs, nothing ) [55 of 85] Compiling Control.Lens.Internal.PrismTH ( src/Control/Lens/Internal/PrismTH.hs, nothing ) [56 of 85] Compiling Control.Lens.Internal.FieldTH ( src/Control/Lens/Internal/FieldTH.hs, nothing ) [57 of 85] Compiling Control.Lens.TH ( src/Control/Lens/TH.hs, nothing ) [58 of 85] Compiling Control.Lens ( src/Control/Lens.hs, nothing ) [59 of 85] Compiling GHC.Generics.Lens ( src/GHC/Generics/Lens.hs, nothing ) [60 of 85] Compiling Data.Vector.Lens ( src/Data/Vector/Lens.hs, nothing ) [61 of 85] Compiling Data.Typeable.Lens ( src/Data/Typeable/Lens.hs, nothing ) [62 of 85] Compiling Data.Tree.Lens ( src/Data/Tree/Lens.hs, nothing ) [63 of 85] Compiling Data.Sequence.Lens ( src/Data/Sequence/Lens.hs, nothing ) [64 of 85] Compiling Data.IntSet.Lens ( src/Data/IntSet/Lens.hs, nothing ) [65 of 85] Compiling Data.Complex.Lens ( src/Data/Complex/Lens.hs, nothing ) [66 of 85] Compiling Data.ByteString.Strict.Lens ( src/Data/ByteString/Strict/Lens.hs, nothing ) [67 of 85] Compiling Data.ByteString.Lazy.Lens ( src/Data/ByteString/Lazy/Lens.hs, nothing ) [68 of 85] Compiling Data.ByteString.Lens ( src/Data/ByteString/Lens.hs, nothing ) [69 of 85] Compiling Data.Bits.Lens ( src/Data/Bits/Lens.hs, nothing ) [70 of 85] Compiling Data.Array.Lens ( src/Data/Array/Lens.hs, nothing ) [71 of 85] Compiling Control.Seq.Lens ( src/Control/Seq/Lens.hs, nothing ) [72 of 85] Compiling Control.Parallel.Strategies.Lens ( src/Control/Parallel/Strategies/Lens.hs, nothing ) [73 of 85] Compiling Control.Monad.Error.Lens ( src/Control/Monad/Error/Lens.hs, nothing ) [74 of 85] Compiling Control.Lens.Unsound ( src/Control/Lens/Unsound.hs, nothing ) [75 of 85] Compiling Control.Lens.Profunctor ( src/Control/Lens/Profunctor.hs, nothing ) [76 of 85] Compiling Control.Lens.Operators ( src/Control/Lens/Operators.hs, nothing ) [77 of 85] Compiling Control.Lens.Extras ( src/Control/Lens/Extras.hs, nothing ) [78 of 85] Compiling Control.Lens.Combinators ( src/Control/Lens/Combinators.hs, nothing ) [79 of 85] Compiling Control.Exception.Lens ( src/Control/Exception/Lens.hs, nothing ) [80 of 85] Compiling Data.Dynamic.Lens ( src/Data/Dynamic/Lens.hs, nothing ) [81 of 85] Compiling Numeric.Lens ( src/Numeric/Lens.hs, nothing ) [82 of 85] Compiling Numeric.Natural.Lens ( src/Numeric/Natural/Lens.hs, nothing ) [83 of 85] Compiling System.Exit.Lens ( src/System/Exit/Lens.hs, nothing ) [84 of 85] Compiling System.FilePath.Lens ( src/System/FilePath/Lens.hs, nothing ) [85 of 85] Compiling System.IO.Error.Lens ( src/System/IO/Error/Lens.hs, nothing ) Haddock coverage: 100% ( 4 / 4) in 'Control.Lens.Internal.CTypes' Warning: 'Prelude' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 33% ( 1 / 3) in 'Control.Lens.Internal.Doctest' Missing documentation for: head (src/Control/Lens/Internal/Doctest.hs:38) tail (src/Control/Lens/Internal/Doctest.hs:42) Warning: 'Const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 1 / 1) in 'Control.Lens.Internal.Instances' 100% ( 3 / 3) in 'Control.Lens.Internal.Iso' 100% ( 3 / 3) in 'Control.Lens.Internal.List' Warning: 'Flow' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Deepening' is ambiguous. It is defined * at src/Control/Lens/Internal/Level.hs:118:25 * at src/Control/Lens/Internal/Level.hs:118:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Level.hs:118:1 100% ( 6 / 6) in 'Control.Lens.Internal.Level' Warning: 'Indexed' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:116:25 * at src/Control/Lens/Internal/Indexed.hs:116:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:116:1 Warning: 'Indexing' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:242:24 * at src/Control/Lens/Internal/Indexed.hs:242:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:242:1 Warning: 'Indexing64' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:315:26 * at src/Control/Lens/Internal/Indexed.hs:315:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:315:1 Warning: 'Traversal' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedFold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedTraversal' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 15 / 15) in 'Control.Lens.Internal.Indexed' 50% ( 2 / 4) in 'Control.Lens.Internal.Getter' Missing documentation for: AlongsideLeft (src/Control/Lens/Internal/Getter.hs:35) AlongsideRight (src/Control/Lens/Internal/Getter.hs:76) Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 84% ( 11 / 13) in 'Control.Lens.Internal.Fold' Missing documentation for: ReifiedMonoid NonEmptyDList (src/Control/Lens/Internal/Fold.hs:130) Warning: 'PretextT' is ambiguous. It is defined * at src/Control/Lens/Internal/Context.hs:284:48 * at src/Control/Lens/Internal/Context.hs:284:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Context.hs:284:1 Warning: 'Context' is ambiguous. It is defined * at src/Control/Lens/Internal/Context.hs:138:22 * at src/Control/Lens/Internal/Context.hs:138:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Context.hs:138:1 Warning: 'Pretext' is ambiguous. It is defined * at src/Control/Lens/Internal/Context.hs:209:27 * at src/Control/Lens/Internal/Context.hs:209:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Context.hs:209:1 Warning: 'w' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Control.Lens.Internal.Context' Warning: 'BazaarT1' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:326:48 * at src/Control/Lens/Internal/Bazaar.hs:326:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:326:1 Warning: 'Bazaar1' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:261:27 * at src/Control/Lens/Internal/Bazaar.hs:261:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:261:1 Warning: 'FunList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Context' is ambiguous. It is defined * at src/Control/Lens/Internal/Context.hs:138:22 * at src/Control/Lens/Internal/Context.hs:138:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Context.hs:138:1 Warning: 'BazaarT' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:148:47 * at src/Control/Lens/Internal/Bazaar.hs:148:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:148:1 Warning: 'Bazaar' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:69:26 * at src/Control/Lens/Internal/Bazaar.hs:69:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:69:1 90% ( 10 / 11) in 'Control.Lens.Internal.Bazaar' Missing documentation for: Bizarre1 (src/Control/Lens/Internal/Bazaar.hs:239) Warning: 'TakingWhile' is ambiguous. It is defined * at src/Control/Lens/Internal/Magma.hs:234:48 * at src/Control/Lens/Internal/Magma.hs:234:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Magma.hs:234:1 Warning: 'Magma' is ambiguous. It is defined * at src/Control/Lens/Internal/Magma.hs:59:3 * at src/Control/Lens/Internal/Magma.hs:55:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Magma.hs:55:1 Warning: 'Bazaar' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:69:26 * at src/Control/Lens/Internal/Bazaar.hs:69:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:69:1 100% ( 12 / 12) in 'Control.Lens.Internal.Magma' Warning: 'Market' is ambiguous. It is defined * at src/Control/Lens/Internal/Prism.hs:27:23 * at src/Control/Lens/Internal/Prism.hs:27:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Prism.hs:27:1 Warning: 'Prism' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 3 / 3) in 'Control.Lens.Internal.Prism' 0% ( 0 / 2) in 'Control.Lens.Internal.Profunctor' Missing documentation for: Module header WrappedPafb (src/Control/Lens/Internal/Profunctor.hs:8) Warning: 'Const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Control.Lens.Internal.Review' Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity 100% ( 3 / 3) in 'Control.Lens.Internal.Setter' 100% ( 15 / 15) in 'Control.Lens.Internal.Zoom' 100% ( 13 / 13) in 'Control.Lens.Internal' Warning: 'Procompose' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'foo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'nat' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 're' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unto' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedPreservingSetter'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedPreservingSetter' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'sets' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Indexed' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:116:25 * at src/Control/Lens/Internal/Indexed.hs:116:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:116:1 Warning: 'indices' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'v' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 's' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 52 / 59) in 'Control.Lens.Type' Missing documentation for: Traversal1' (src/Control/Lens/Type.hs:215) IndexedTraversal1 (src/Control/Lens/Type.hs:235) IndexedTraversal1' (src/Control/Lens/Type.hs:236) IndexedFold1 (src/Control/Lens/Type.hs:527) IndexPreservingTraversal1 (src/Control/Lens/Type.hs:246) IndexPreservingTraversal1' (src/Control/Lens/Type.hs:247) IndexPreservingFold1 (src/Control/Lens/Type.hs:528) Warning: 'setter' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fresh' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Writer' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Reader' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Indexed' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:116:25 * at src/Control/Lens/Internal/Indexed.hs:116:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:116:1 100% ( 90 / 90) in 'Control.Lens.Setter' Warning: 'getter' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'setter' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'view' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pos' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'seek' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedPreservingLens' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Monad'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Yoneda' is ambiguous. It is defined * in Data.Functor.Yoneda * in Data.Functor.Yoneda You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Yoneda Warning: 'foo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% (119 /119) in 'Control.Lens.Lens' 100% ( 41 / 41) in 'Control.Lens.Tuple' Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Const Warning: 'r' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'failing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 33 / 33) in 'Control.Lens.Getter' Warning: 'Review'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 16 / 16) in 'Control.Lens.Review' Warning: 'lift' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hasn't' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '^?' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'readMaybe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 93% ( 30 / 32) in 'Control.Lens.Prism' Missing documentation for: Prefixed (src/Control/Lens/Prism.hs:388) Suffixed (src/Control/Lens/Prism.hs:422) Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Const Warning: 'FoldWithIndex' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Indexed' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:116:25 * at src/Control/Lens/Internal/Indexed.hs:116:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:116:1 Warning: 'Endo' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Semigroup.Internal Warning: 'Product' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ala' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Sum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'for_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'sequenceA_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'asum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'First' is ambiguous. It is defined * in Data.Monoid * in Data.Monoid You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Monoid Warning: 's' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'headOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Last' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'maximum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getMax' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Max' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'minimum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getMin' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Min' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'minimumBy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedIso' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 99% (133 /134) in 'Control.Lens.Fold' Missing documentation for: ifolding (src/Control/Lens/Fold.hs:207) Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Const Warning: 'Indexed' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:116:25 * at src/Control/Lens/Internal/Indexed.hs:116:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:116:1 Warning: 'prism' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'iso' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'itraversed' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'itraverse' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'for' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'forM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mapAccumR' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Backwards' is ambiguous. It is defined * in Control.Applicative.Backwards * in Control.Applicative.Backwards You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Applicative.Backwards Warning: 'mapAccumL' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Bazaar' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:69:26 * at src/Control/Lens/Internal/Bazaar.hs:69:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:69:1 Warning: 'Bazaar1' is ambiguous. It is defined * at src/Control/Lens/Internal/Bazaar.hs:261:27 * at src/Control/Lens/Internal/Bazaar.hs:261:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Bazaar.hs:261:1 Warning: 'Bind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'foo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Yoneda' is ambiguous. It is defined * in Data.Functor.Yoneda * in Data.Functor.Yoneda You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Yoneda Warning: 'Curried' is ambiguous. It is defined * in Data.Functor.Day.Curried * in Data.Functor.Day.Curried You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Day.Curried Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 92 /100) in 'Control.Lens.Traversal' Missing documentation for: Traversal1' (src/Control/Lens/Type.hs:215) IndexedTraversal1 (src/Control/Lens/Type.hs:235) IndexedTraversal1' (src/Control/Lens/Type.hs:236) Traversing1 (src/Control/Lens/Traversal.hs:239) Traversing1' (src/Control/Lens/Traversal.hs:245) unsafePartsOf' (src/Control/Lens/Traversal.hs:658) Traversable1 iunsafePartsOf' (src/Control/Lens/Traversal.hs:662) 100% ( 4 / 4) in 'Control.Lens.Level' Warning: '(->)' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 95% ( 21 / 22) in 'Control.Lens.Reified' Missing documentation for: ReifiedIndexedFold (src/Control/Lens/Reified.hs:436) Warning: 'Handler' is ambiguous. It is defined * in Control.Exception * in Control.Exception * in Control.Monad.Catch * in Control.Monad.Catch You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Catch Warning: 'catches' is ambiguous. It is defined * in Control.Exception * in Control.Monad.Catch You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Catch Warning: 'SomeException' is ambiguous. It is defined * in GHC.Exception.Type * in GHC.Exception.Type You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Exception.Type 100% ( 3 / 3) in 'Control.Lens.Internal.Exception' Warning: 'Indexed' is ambiguous. It is defined * at src/Control/Lens/Internal/Indexed.hs:116:25 * at src/Control/Lens/Internal/Indexed.hs:116:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Indexed.hs:116:1 92% ( 51 / 55) in 'Control.Lens.Indexed' Missing documentation for: ifoldMapBy (src/Control/Lens/Indexed.hs:283) ifoldMapByOf (src/Control/Lens/Indexed.hs:286) itraverseBy (src/Control/Lens/Indexed.hs:289) itraverseByOf (src/Control/Lens/Indexed.hs:292) Warning: 'createAndTrim' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Control.Lens.Internal.ByteString' 96% ( 24 / 25) in 'Control.Lens.Equality' Missing documentation for: cloneEquality (src/Control/Lens/Equality.hs:113) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Magma' is ambiguous. It is defined * at src/Control/Lens/Internal/Magma.hs:59:3 * at src/Control/Lens/Internal/Magma.hs:55:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Magma.hs:55:1 91% ( 51 / 56) in 'Control.Lens.Iso' Missing documentation for: Swapped (src/Control/Lens/Iso.hs:420) Strict (src/Control/Lens/Iso.hs:412) Lazy (src/Control/Lens/Iso.hs:416) Reversed (src/Control/Lens/Iso.hs:424) List (src/Control/Lens/Iso.hs:464) 33% ( 1 / 3) in 'Control.Lens.Empty' Missing documentation for: AsEmpty (src/Control/Lens/Empty.hs:69) Empty (src/Control/Lens/Empty.hs:80) 93% ( 27 / 29) in 'Control.Lens.Cons' Missing documentation for: :< (src/Control/Lens/Cons.hs:92) :> (src/Control/Lens/Cons.hs:99) 100% ( 6 / 6) in 'Control.Lens.Internal.Deque' Warning: 'Sum' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Semigroup.Internal 72% ( 16 / 22) in 'Control.Lens.Wrapped' Missing documentation for: _Unwrapped' (src/Control/Lens/Wrapped.hs:218) Rewrapped (src/Control/Lens/Wrapped.hs:212) Rewrapping (src/Control/Lens/Wrapped.hs:214) _Unwrapped (src/Control/Lens/Wrapped.hs:235) Wrapped (src/Control/Lens/Wrapped.hs:204) Unwrapped (src/Control/Lens/Wrapped.hs:208) Warning: Control.Lens.Internal.TH: Could not find documentation for exported module: Control.Lens.Internal.TH 30% ( 14 / 46) in 'Control.Lens.Internal.TH' Missing documentation for: apValName (src/Control/Lens/Internal/TH.hs:254) composeValName (src/Control/Lens/Internal/TH.hs:242) fmapValName (src/Control/Lens/Internal/TH.hs:248) idValName (src/Control/Lens/Internal/TH.hs:245) pureValName (src/Control/Lens/Internal/TH.hs:251) datatypeTypeKinded (src/Control/Lens/Internal/TH.hs:105) isDataFamily (src/Control/Lens/Internal/TH.hs:159) traversalTypeName (src/Control/Lens/Internal/TH.hs:181) traversal'TypeName (src/Control/Lens/Internal/TH.hs:184) lensTypeName (src/Control/Lens/Internal/TH.hs:187) lens'TypeName (src/Control/Lens/Internal/TH.hs:190) isoTypeName (src/Control/Lens/Internal/TH.hs:193) iso'TypeName (src/Control/Lens/Internal/TH.hs:196) getterTypeName (src/Control/Lens/Internal/TH.hs:199) foldTypeName (src/Control/Lens/Internal/TH.hs:202) prismTypeName (src/Control/Lens/Internal/TH.hs:205) prism'TypeName (src/Control/Lens/Internal/TH.hs:208) reviewTypeName (src/Control/Lens/Internal/TH.hs:211) wrappedTypeName (src/Control/Lens/Internal/TH.hs:214) unwrappedTypeName (src/Control/Lens/Internal/TH.hs:217) rewrappedTypeName (src/Control/Lens/Internal/TH.hs:220) _wrapped'ValName (src/Control/Lens/Internal/TH.hs:223) isoValName (src/Control/Lens/Internal/TH.hs:226) prismValName (src/Control/Lens/Internal/TH.hs:229) untoValName (src/Control/Lens/Internal/TH.hs:232) phantomValName (src/Control/Lens/Internal/TH.hs:235) phantom2 (src/Control/Lens/Internal/TH.hs:238) rightDataName (src/Control/Lens/Internal/TH.hs:257) leftDataName (src/Control/Lens/Internal/TH.hs:260) inlinePragma (src/Control/Lens/Internal/TH.hs:268) TyVarBndrVis bndrReq Warning: 'RWS' is ambiguous. It is defined * in Control.Monad.Trans.RWS.CPS * in Control.Monad.Trans.RWS.Lazy * in Control.Monad.Trans.RWS.Strict You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.RWS.Strict Warning: 'State' is ambiguous. It is defined * in Control.Monad.Trans.State.Lazy * in Control.Monad.Trans.State.Strict You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.State.Strict Warning: 'StateT' is ambiguous. It is defined * in Control.Monad.Trans.State.Lazy * in Control.Monad.Trans.State.Lazy * in Control.Monad.Trans.State.Strict * in Control.Monad.Trans.State.Strict You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.State.Strict Warning: 'RWST' is ambiguous. It is defined * in Control.Monad.Trans.RWS.CPS * in Control.Monad.Trans.RWS.Lazy * in Control.Monad.Trans.RWS.Lazy * in Control.Monad.Trans.RWS.Strict * in Control.Monad.Trans.RWS.Strict You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.RWS.Strict Warning: 'Error' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ErrorT' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Control.Lens.Zoom' Warning: 'holesOnOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 13 / 13) in 'Data.Data.Lens' Warning: 'Context' is ambiguous. It is defined * at src/Control/Lens/Internal/Context.hs:138:22 * at src/Control/Lens/Internal/Context.hs:138:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Context.hs:138:1 Warning: 'Pretext' is ambiguous. It is defined * at src/Control/Lens/Internal/Context.hs:209:27 * at src/Control/Lens/Internal/Context.hs:209:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Context.hs:209:1 Warning: 'composOpMonoid' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'composOpMPlus' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'composOp' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'descend' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'composOpM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'descendM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'composOpM_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'descendM_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 48 / 50) in 'Control.Lens.Plated' Missing documentation for: GPlated (src/Control/Lens/Plated.hs:758) GPlated1 (src/Control/Lens/Plated.hs:799) Warning: 'Set' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Data.HashSet.Lens' 50% ( 2 / 4) in 'Data.List.Lens' Missing documentation for: Prefixed (src/Control/Lens/Prism.hs:388) Suffixed (src/Control/Lens/Prism.hs:422) Warning: 'IndexedGetter' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedFold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedLens'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedTraversal'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Data.Map.Lens' 100% ( 3 / 3) in 'Data.Set.Lens' Warning: 'pack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unpack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is ambiguous. It is defined * at src/Data/Text/Lazy/Lens.hs:149:1 * in Data.Text.Internal.Lazy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Text/Lazy/Lens.hs:149:1 Warning: 'fromLazyText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toLazyText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'each' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 87% ( 7 / 8) in 'Data.Text.Lazy.Lens' Missing documentation for: Text (src/Data/Text/Lazy/Lens.hs:149) Warning: 'pack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unpack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is ambiguous. It is defined * at src/Data/Text/Strict/Lens.hs:141:1 * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Text/Strict/Lens.hs:141:1 Warning: 'fromText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toLazyText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'each' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 87% ( 7 / 8) in 'Data.Text.Strict.Lens' Missing documentation for: Text (src/Data/Text/Strict/Lens.hs:141) Warning: 'pack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unpack' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fromText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 4 / 5) in 'Data.Text.Lens' Missing documentation for: Text (src/Data/Text/Lens.hs:103) Warning: 'ix' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 15 / 15) in 'Data.Vector.Generic.Lens' Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity 100% ( 3 / 3) in 'Control.Lens.Each' 92% ( 13 / 14) in 'Control.Lens.At' Missing documentation for: Index (src/Control/Lens/At.hs:94) Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax Warning: 'Fixity' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax Warning: 'NamespaceSpecifier' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'TySynEqn' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax Warning: 'DerivClause' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax Warning: 'ModName' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax 24% ( 74 /307) in 'Language.Haskell.TH.Lens' Missing documentation for: locFileName (src/Language/Haskell/TH/Lens.hs:714) locPackage (src/Language/Haskell/TH/Lens.hs:718) locModule (src/Language/Haskell/TH/Lens.hs:722) locStart (src/Language/Haskell/TH/Lens.hs:726) locEnd (src/Language/Haskell/TH/Lens.hs:730) funDepInputs (src/Language/Haskell/TH/Lens.hs:734) funDepOutputs (src/Language/Haskell/TH/Lens.hs:739) matchPattern (src/Language/Haskell/TH/Lens.hs:756) matchBody (src/Language/Haskell/TH/Lens.hs:761) matchDeclarations (src/Language/Haskell/TH/Lens.hs:766) fixityPrecedence (src/Language/Haskell/TH/Lens.hs:771) fixityDirection (src/Language/Haskell/TH/Lens.hs:776) clausePattern (src/Language/Haskell/TH/Lens.hs:781) clauseBody (src/Language/Haskell/TH/Lens.hs:786) clauseDecs (src/Language/Haskell/TH/Lens.hs:791) fieldExpName (src/Language/Haskell/TH/Lens.hs:744) fieldExpExpression (src/Language/Haskell/TH/Lens.hs:747) fieldPatName (src/Language/Haskell/TH/Lens.hs:750) fieldPatPattern (src/Language/Haskell/TH/Lens.hs:753) tySynEqnLHS (src/Language/Haskell/TH/Lens.hs:1753) tySynEqnPatterns (src/Language/Haskell/TH/Lens.hs:1758) tySynEqnResult (src/Language/Haskell/TH/Lens.hs:1765) injectivityAnnOutput (src/Language/Haskell/TH/Lens.hs:796) injectivityAnnInputs (src/Language/Haskell/TH/Lens.hs:801) typeFamilyHeadName (src/Language/Haskell/TH/Lens.hs:806) typeFamilyHeadTyVarBndrs (src/Language/Haskell/TH/Lens.hs:811) typeFamilyHeadResultSig (src/Language/Haskell/TH/Lens.hs:816) typeFamilyHeadInjectivityAnn (src/Language/Haskell/TH/Lens.hs:821) bangSourceUnpackedness (src/Language/Haskell/TH/Lens.hs:826) bangSourceStrictness (src/Language/Haskell/TH/Lens.hs:831) derivClauseStrategy (src/Language/Haskell/TH/Lens.hs:837) derivClauseCxt (src/Language/Haskell/TH/Lens.hs:842) _ClassI (src/Language/Haskell/TH/Lens.hs:848) _ClassOpI (src/Language/Haskell/TH/Lens.hs:856) _TyConI (src/Language/Haskell/TH/Lens.hs:864) _FamilyI (src/Language/Haskell/TH/Lens.hs:872) _PrimTyConI (src/Language/Haskell/TH/Lens.hs:880) _DataConI (src/Language/Haskell/TH/Lens.hs:888) _VarI (src/Language/Haskell/TH/Lens.hs:896) _TyVarI (src/Language/Haskell/TH/Lens.hs:904) _PatSynI (src/Language/Haskell/TH/Lens.hs:913) _FunD (src/Language/Haskell/TH/Lens.hs:922) _ValD (src/Language/Haskell/TH/Lens.hs:930) _TySynD (src/Language/Haskell/TH/Lens.hs:938) _ClassD (src/Language/Haskell/TH/Lens.hs:946) _InstanceD (src/Language/Haskell/TH/Lens.hs:954) _SigD (src/Language/Haskell/TH/Lens.hs:1016) _ForeignD (src/Language/Haskell/TH/Lens.hs:1024) _PragmaD (src/Language/Haskell/TH/Lens.hs:1055) _ClosedTypeFamilyD (src/Language/Haskell/TH/Lens.hs:1180) _RoleAnnotD (src/Language/Haskell/TH/Lens.hs:1087) _DefaultSigD (src/Language/Haskell/TH/Lens.hs:1118) _DataFamilyD (src/Language/Haskell/TH/Lens.hs:1214) _OpenTypeFamilyD (src/Language/Haskell/TH/Lens.hs:1222) _PatSynD (src/Language/Haskell/TH/Lens.hs:1231) _PatSynSigD (src/Language/Haskell/TH/Lens.hs:1239) _ImplicitParamBindD (src/Language/Haskell/TH/Lens.hs:1249) _DefaultD (src/Language/Haskell/TH/Lens.hs:1259) _TypeDataD (src/Language/Haskell/TH/Lens.hs:1269) _Unidir (src/Language/Haskell/TH/Lens.hs:1279) _ImplBidir (src/Language/Haskell/TH/Lens.hs:1287) _ExplBidir (src/Language/Haskell/TH/Lens.hs:1295) _PrefixPatSyn (src/Language/Haskell/TH/Lens.hs:1303) _InfixPatSyn (src/Language/Haskell/TH/Lens.hs:1311) _RecordPatSyn (src/Language/Haskell/TH/Lens.hs:1319) _NormalC (src/Language/Haskell/TH/Lens.hs:1328) _RecC (src/Language/Haskell/TH/Lens.hs:1336) _InfixC (src/Language/Haskell/TH/Lens.hs:1344) _ForallC (src/Language/Haskell/TH/Lens.hs:1352) _GadtC (src/Language/Haskell/TH/Lens.hs:1360) _RecGadtC (src/Language/Haskell/TH/Lens.hs:1368) _Overlappable (src/Language/Haskell/TH/Lens.hs:988) _Overlapping (src/Language/Haskell/TH/Lens.hs:995) _Overlaps (src/Language/Haskell/TH/Lens.hs:1002) _Incoherent (src/Language/Haskell/TH/Lens.hs:1009) _NoSourceUnpackedness (src/Language/Haskell/TH/Lens.hs:1376) _SourceNoUnpack (src/Language/Haskell/TH/Lens.hs:1384) _SourceUnpack (src/Language/Haskell/TH/Lens.hs:1392) _NoSourceStrictness (src/Language/Haskell/TH/Lens.hs:1400) _SourceLazy (src/Language/Haskell/TH/Lens.hs:1408) _SourceStrict (src/Language/Haskell/TH/Lens.hs:1416) _DecidedLazy (src/Language/Haskell/TH/Lens.hs:1424) _DecidedStrict (src/Language/Haskell/TH/Lens.hs:1432) _DecidedUnpack (src/Language/Haskell/TH/Lens.hs:1440) _ImportF (src/Language/Haskell/TH/Lens.hs:1448) _ExportF (src/Language/Haskell/TH/Lens.hs:1456) _CCall (src/Language/Haskell/TH/Lens.hs:1464) _StdCall (src/Language/Haskell/TH/Lens.hs:1472) _CApi (src/Language/Haskell/TH/Lens.hs:1480) _Prim (src/Language/Haskell/TH/Lens.hs:1488) _JavaScript (src/Language/Haskell/TH/Lens.hs:1496) _Unsafe (src/Language/Haskell/TH/Lens.hs:1504) _Safe (src/Language/Haskell/TH/Lens.hs:1512) _Interruptible (src/Language/Haskell/TH/Lens.hs:1520) _InlineP (src/Language/Haskell/TH/Lens.hs:1528) _SpecialiseP (src/Language/Haskell/TH/Lens.hs:1536) _SpecialiseInstP (src/Language/Haskell/TH/Lens.hs:1546) _AnnP (src/Language/Haskell/TH/Lens.hs:1577) _LineP (src/Language/Haskell/TH/Lens.hs:1585) _CompleteP (src/Language/Haskell/TH/Lens.hs:1594) _OpaqueP (src/Language/Haskell/TH/Lens.hs:1604) _NoInline (src/Language/Haskell/TH/Lens.hs:1623) _Inline (src/Language/Haskell/TH/Lens.hs:1631) _Inlinable (src/Language/Haskell/TH/Lens.hs:1639) _ConLike (src/Language/Haskell/TH/Lens.hs:1647) _FunLike (src/Language/Haskell/TH/Lens.hs:1655) _AllPhases (src/Language/Haskell/TH/Lens.hs:1663) _FromPhase (src/Language/Haskell/TH/Lens.hs:1671) _BeforePhase (src/Language/Haskell/TH/Lens.hs:1679) _RuleVar (src/Language/Haskell/TH/Lens.hs:1687) _TypedRuleVar (src/Language/Haskell/TH/Lens.hs:1695) _ModuleAnnotation (src/Language/Haskell/TH/Lens.hs:1703) _TypeAnnotation (src/Language/Haskell/TH/Lens.hs:1711) _ValueAnnotation (src/Language/Haskell/TH/Lens.hs:1719) _FunDep (src/Language/Haskell/TH/Lens.hs:1727) _InfixL (src/Language/Haskell/TH/Lens.hs:1781) _InfixR (src/Language/Haskell/TH/Lens.hs:1789) _InfixN (src/Language/Haskell/TH/Lens.hs:1797) _VarE (src/Language/Haskell/TH/Lens.hs:1805) _ConE (src/Language/Haskell/TH/Lens.hs:1813) _LitE (src/Language/Haskell/TH/Lens.hs:1821) _AppE (src/Language/Haskell/TH/Lens.hs:1829) _AppTypeE (src/Language/Haskell/TH/Lens.hs:1838) _InfixE (src/Language/Haskell/TH/Lens.hs:1847) _UInfixE (src/Language/Haskell/TH/Lens.hs:1855) _ParensE (src/Language/Haskell/TH/Lens.hs:1863) _LamE (src/Language/Haskell/TH/Lens.hs:1871) _LamCaseE (src/Language/Haskell/TH/Lens.hs:1879) _UnboxedSumE (src/Language/Haskell/TH/Lens.hs:1922) _CondE (src/Language/Haskell/TH/Lens.hs:1931) _MultiIfE (src/Language/Haskell/TH/Lens.hs:1939) _LetE (src/Language/Haskell/TH/Lens.hs:1947) _CaseE (src/Language/Haskell/TH/Lens.hs:1955) _CompE (src/Language/Haskell/TH/Lens.hs:1986) _ArithSeqE (src/Language/Haskell/TH/Lens.hs:1994) _ListE (src/Language/Haskell/TH/Lens.hs:2002) _SigE (src/Language/Haskell/TH/Lens.hs:2010) _RecConE (src/Language/Haskell/TH/Lens.hs:2018) _RecUpdE (src/Language/Haskell/TH/Lens.hs:2026) _StaticE (src/Language/Haskell/TH/Lens.hs:2034) _UnboundVarE (src/Language/Haskell/TH/Lens.hs:2042) _LabelE (src/Language/Haskell/TH/Lens.hs:2051) _ImplicitParamVarE (src/Language/Haskell/TH/Lens.hs:2084) _GetFieldE (src/Language/Haskell/TH/Lens.hs:2094) _ProjectionE (src/Language/Haskell/TH/Lens.hs:2102) _LamCasesE (src/Language/Haskell/TH/Lens.hs:2112) _TypedBracketE (src/Language/Haskell/TH/Lens.hs:2122) _TypedSpliceE (src/Language/Haskell/TH/Lens.hs:2130) _GuardedB (src/Language/Haskell/TH/Lens.hs:2175) _NormalB (src/Language/Haskell/TH/Lens.hs:2183) _NormalG (src/Language/Haskell/TH/Lens.hs:2191) _PatG (src/Language/Haskell/TH/Lens.hs:2199) _BindS (src/Language/Haskell/TH/Lens.hs:2207) _LetS (src/Language/Haskell/TH/Lens.hs:2215) _NoBindS (src/Language/Haskell/TH/Lens.hs:2223) _ParS (src/Language/Haskell/TH/Lens.hs:2231) _RecS (src/Language/Haskell/TH/Lens.hs:2240) _FromR (src/Language/Haskell/TH/Lens.hs:2249) _FromThenR (src/Language/Haskell/TH/Lens.hs:2257) _FromToR (src/Language/Haskell/TH/Lens.hs:2265) _FromThenToR (src/Language/Haskell/TH/Lens.hs:2273) _CharL (src/Language/Haskell/TH/Lens.hs:2281) _StringL (src/Language/Haskell/TH/Lens.hs:2289) _IntegerL (src/Language/Haskell/TH/Lens.hs:2297) _RationalL (src/Language/Haskell/TH/Lens.hs:2305) _IntPrimL (src/Language/Haskell/TH/Lens.hs:2313) _WordPrimL (src/Language/Haskell/TH/Lens.hs:2321) _FloatPrimL (src/Language/Haskell/TH/Lens.hs:2329) _DoublePrimL (src/Language/Haskell/TH/Lens.hs:2337) _StringPrimL (src/Language/Haskell/TH/Lens.hs:2345) _CharPrimL (src/Language/Haskell/TH/Lens.hs:2353) _BytesPrimL (src/Language/Haskell/TH/Lens.hs:2362) _LitP (src/Language/Haskell/TH/Lens.hs:2371) _VarP (src/Language/Haskell/TH/Lens.hs:2379) _TupP (src/Language/Haskell/TH/Lens.hs:2387) _UnboxedTupP (src/Language/Haskell/TH/Lens.hs:2395) _UnboxedSumP (src/Language/Haskell/TH/Lens.hs:2404) _InfixP (src/Language/Haskell/TH/Lens.hs:2436) _UInfixP (src/Language/Haskell/TH/Lens.hs:2444) _ParensP (src/Language/Haskell/TH/Lens.hs:2452) _TildeP (src/Language/Haskell/TH/Lens.hs:2460) _BangP (src/Language/Haskell/TH/Lens.hs:2468) _AsP (src/Language/Haskell/TH/Lens.hs:2476) _WildP (src/Language/Haskell/TH/Lens.hs:2484) _RecP (src/Language/Haskell/TH/Lens.hs:2492) _ListP (src/Language/Haskell/TH/Lens.hs:2500) _SigP (src/Language/Haskell/TH/Lens.hs:2508) _ViewP (src/Language/Haskell/TH/Lens.hs:2516) _ForallT (src/Language/Haskell/TH/Lens.hs:2552) _AppT (src/Language/Haskell/TH/Lens.hs:2560) _SigT (src/Language/Haskell/TH/Lens.hs:2568) _VarT (src/Language/Haskell/TH/Lens.hs:2576) _ConT (src/Language/Haskell/TH/Lens.hs:2584) _PromotedT (src/Language/Haskell/TH/Lens.hs:2592) _TupleT (src/Language/Haskell/TH/Lens.hs:2600) _UnboxedTupleT (src/Language/Haskell/TH/Lens.hs:2608) _UnboxedSumT (src/Language/Haskell/TH/Lens.hs:2617) _ArrowT (src/Language/Haskell/TH/Lens.hs:2626) _EqualityT (src/Language/Haskell/TH/Lens.hs:2634) _ListT (src/Language/Haskell/TH/Lens.hs:2642) _PromotedTupleT (src/Language/Haskell/TH/Lens.hs:2650) _PromotedNilT (src/Language/Haskell/TH/Lens.hs:2658) _PromotedConsT (src/Language/Haskell/TH/Lens.hs:2666) _StarT (src/Language/Haskell/TH/Lens.hs:2674) _ConstraintT (src/Language/Haskell/TH/Lens.hs:2682) _LitT (src/Language/Haskell/TH/Lens.hs:2690) _InfixT (src/Language/Haskell/TH/Lens.hs:2698) _UInfixT (src/Language/Haskell/TH/Lens.hs:2706) _ParensT (src/Language/Haskell/TH/Lens.hs:2714) _WildCardT (src/Language/Haskell/TH/Lens.hs:2722) _AppKindT (src/Language/Haskell/TH/Lens.hs:2731) _ImplicitParamT (src/Language/Haskell/TH/Lens.hs:2739) _ForallVisT (src/Language/Haskell/TH/Lens.hs:2749) _MulArrowT (src/Language/Haskell/TH/Lens.hs:2759) _PromotedInfixT (src/Language/Haskell/TH/Lens.hs:2769) _PromotedUInfixT (src/Language/Haskell/TH/Lens.hs:2777) _SpecifiedSpec (src/Language/Haskell/TH/Lens.hs:2787) _InferredSpec (src/Language/Haskell/TH/Lens.hs:2795) _BndrReq (src/Language/Haskell/TH/Lens.hs:2805) _BndrInvis (src/Language/Haskell/TH/Lens.hs:2813) _NoSig (src/Language/Haskell/TH/Lens.hs:2868) _KindSig (src/Language/Haskell/TH/Lens.hs:2876) _TyVarSig (src/Language/Haskell/TH/Lens.hs:2884) _NumTyLit (src/Language/Haskell/TH/Lens.hs:2892) _StrTyLit (src/Language/Haskell/TH/Lens.hs:2900) _CharTyLit (src/Language/Haskell/TH/Lens.hs:2909) _NominalR (src/Language/Haskell/TH/Lens.hs:2918) _RepresentationalR (src/Language/Haskell/TH/Lens.hs:2926) _PhantomR (src/Language/Haskell/TH/Lens.hs:2934) _InferR (src/Language/Haskell/TH/Lens.hs:2942) _StockStrategy (src/Language/Haskell/TH/Lens.hs:2951) _AnyclassStrategy (src/Language/Haskell/TH/Lens.hs:2959) _NewtypeStrategy (src/Language/Haskell/TH/Lens.hs:2967) Warning: 'Prism' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Iso' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Control.Lens.Internal.PrismTH' Warning: 's' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OpticStab' is ambiguous. It is defined * at src/Control/Lens/Internal/FieldTH.hs:216:18 * at src/Control/Lens/Internal/FieldTH.hs:216:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/FieldTH.hs:216:1 77% ( 7 / 9) in 'Control.Lens.Internal.FieldTH' Missing documentation for: makeFieldOpticsForDec (src/Control/Lens/Internal/FieldTH.hs:80) makeFieldOpticsForDec' (src/Control/Lens/Internal/FieldTH.hs:83) Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Syntax Warning: 'LensRules' is ambiguous. It is defined * at src/Control/Lens/Internal/FieldTH.hs:649:18 * at src/Control/Lens/Internal/FieldTH.hs:649:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/FieldTH.hs:649:1 Warning: 'Prism'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Wrapped' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'DatatypeInfo' is ambiguous. It is defined * in Language.Haskell.TH.Datatype * in Language.Haskell.TH.Datatype You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Language.Haskell.TH.Datatype Warning: '_name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '_fooName' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 63 / 65) in 'Control.Lens.TH' Missing documentation for: defaultFieldRules (src/Control/Lens/TH.hs:800) generateRecordSyntax (src/Control/Lens/TH.hs:168) 100% ( 23 / 23) in 'Control.Lens' 23% ( 4 / 17) in 'GHC.Generics.Lens' Missing documentation for: _V1 (src/GHC/Generics/Lens.hs:77) _U1 (src/GHC/Generics/Lens.hs:81) _Par1 (src/GHC/Generics/Lens.hs:85) _Rec1 (src/GHC/Generics/Lens.hs:89) _K1 (src/GHC/Generics/Lens.hs:93) _M1 (src/GHC/Generics/Lens.hs:97) _L1 (src/GHC/Generics/Lens.hs:101) _UAddr (src/GHC/Generics/Lens.hs:120) _UChar (src/GHC/Generics/Lens.hs:127) _UDouble (src/GHC/Generics/Lens.hs:134) _UFloat (src/GHC/Generics/Lens.hs:141) _UInt (src/GHC/Generics/Lens.hs:148) _UWord (src/GHC/Generics/Lens.hs:155) 100% ( 9 / 9) in 'Data.Vector.Lens' 100% ( 3 / 3) in 'Data.Typeable.Lens' 100% ( 3 / 3) in 'Data.Tree.Lens' 100% ( 7 / 7) in 'Data.Sequence.Lens' 100% ( 4 / 4) in 'Data.IntSet.Lens' 66% ( 8 / 12) in 'Data.Complex.Lens' Missing documentation for: Polar (src/Data/Complex/Lens.hs:85) Real (src/Data/Complex/Lens.hs:89) Imaginary (src/Data/Complex/Lens.hs:92) Conjugate (src/Data/Complex/Lens.hs:147) 77% ( 7 / 9) in 'Data.ByteString.Strict.Lens' Missing documentation for: Bytes (src/Data/ByteString/Strict/Lens.hs:139) Chars (src/Data/ByteString/Strict/Lens.hs:143) 77% ( 7 / 9) in 'Data.ByteString.Lazy.Lens' Missing documentation for: Bytes (src/Data/ByteString/Lazy/Lens.hs:141) Chars (src/Data/ByteString/Lazy/Lens.hs:145) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 4 / 6) in 'Data.ByteString.Lens' Missing documentation for: Bytes (src/Data/ByteString/Lens.hs:110) Chars (src/Data/ByteString/Lens.hs:114) 100% ( 17 / 17) in 'Data.Bits.Lens' 100% ( 3 / 3) in 'Data.Array.Lens' 100% ( 2 / 2) in 'Control.Seq.Lens' 100% ( 5 / 5) in 'Control.Parallel.Strategies.Lens' 100% ( 16 / 16) in 'Control.Monad.Error.Lens' 100% ( 4 / 4) in 'Control.Lens.Unsound' 100% ( 15 / 15) in 'Control.Lens.Profunctor' 100% (149 /149) in 'Control.Lens.Operators' 100% ( 3 / 3) in 'Control.Lens.Extras' 94% (631 /671) in 'Control.Lens.Combinators' Missing documentation for: List (src/Control/Lens/Iso.hs:464) Empty (src/Control/Lens/Empty.hs:80) Strict (src/Control/Lens/Iso.hs:412) Lazy (src/Control/Lens/Iso.hs:416) Traversable1 Wrapped (src/Control/Lens/Wrapped.hs:204) Index (src/Control/Lens/At.hs:94) AsEmpty (src/Control/Lens/Empty.hs:69) cloneEquality (src/Control/Lens/Equality.hs:113) ReifiedIndexedFold (src/Control/Lens/Reified.hs:436) ifolding (src/Control/Lens/Fold.hs:207) ifoldMapBy (src/Control/Lens/Indexed.hs:283) ifoldMapByOf (src/Control/Lens/Indexed.hs:286) itraverseBy (src/Control/Lens/Indexed.hs:289) itraverseByOf (src/Control/Lens/Indexed.hs:292) Swapped (src/Control/Lens/Iso.hs:420) Reversed (src/Control/Lens/Iso.hs:424) GPlated (src/Control/Lens/Plated.hs:758) GPlated1 (src/Control/Lens/Plated.hs:799) Prefixed (src/Control/Lens/Prism.hs:388) Suffixed (src/Control/Lens/Prism.hs:422) defaultFieldRules (src/Control/Lens/TH.hs:800) generateRecordSyntax (src/Control/Lens/TH.hs:168) Traversal1' (src/Control/Lens/Type.hs:215) IndexedTraversal1 (src/Control/Lens/Type.hs:235) IndexedTraversal1' (src/Control/Lens/Type.hs:236) Traversing1 (src/Control/Lens/Traversal.hs:239) Traversing1' (src/Control/Lens/Traversal.hs:245) unsafePartsOf' (src/Control/Lens/Traversal.hs:658) iunsafePartsOf' (src/Control/Lens/Traversal.hs:662) IndexedFold1 (src/Control/Lens/Type.hs:527) IndexPreservingTraversal1 (src/Control/Lens/Type.hs:246) IndexPreservingTraversal1' (src/Control/Lens/Type.hs:247) IndexPreservingFold1 (src/Control/Lens/Type.hs:528) _Unwrapped' (src/Control/Lens/Wrapped.hs:218) Rewrapped (src/Control/Lens/Wrapped.hs:212) Rewrapping (src/Control/Lens/Wrapped.hs:214) _Unwrapped (src/Control/Lens/Wrapped.hs:235) Unwrapped (src/Control/Lens/Wrapped.hs:178) Unwrapped (src/Control/Lens/Wrapped.hs:208) Warning: 'HandlingException' is ambiguous. It is defined * at src/Control/Lens/Internal/Exception.hs:147:26 * at src/Control/Lens/Internal/Exception.hs:147:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Lens/Internal/Exception.hs:147:1 Warning: 'SomeException' is ambiguous. It is defined * in GHC.Exception.Type * in GHC.Exception.Type You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Exception.Type Warning: 'CompactionFailed' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.IO.Exception Warning: 'TypeError' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Exception.Base Warning: 'AllocationLimitExceeded' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.IO.Exception Warning: 'ErrorCall' is ambiguous. It is defined * in GHC.Exception * in GHC.Exception You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Exception Warning: 'RecUpdError' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Exception.Base Warning: 'RecSelError' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Exception.Base Warning: 'RecConError' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Exception.Base Warning: 'PatternMatchFail' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Exception.Base Warning: 'NoMethodError' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Exception.Base Warning: 'Deadlock' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.IO.Exception Warning: 'BlockedIndefinitelyOnSTM' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.IO.Exception Warning: 'BlockedIndefinitelyOnMVar' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.IO.Exception Warning: 'NestedAtomically' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Exception.Base Warning: 'NonTermination' is ambiguous. It is defined * in Control.Exception.Base * in Control.Exception.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Exception.Base Warning: 'AssertionFailed' is ambiguous. It is defined * in GHC.IO.Exception * in GHC.IO.Exception You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.IO.Exception Warning: 'isInfixOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 59% ( 72 /121) in 'Control.Exception.Lens' Missing documentation for: Exception (src/Control/Exception/Lens.hs:197) IOException_ (src/Control/Exception/Lens.hs:456) ArithException_ (src/Control/Exception/Lens.hs:473) Overflow_ (src/Control/Exception/Lens.hs:501) Underflow_ (src/Control/Exception/Lens.hs:521) LossOfPrecision_ (src/Control/Exception/Lens.hs:541) DivideByZero_ (src/Control/Exception/Lens.hs:561) Denormal_ (src/Control/Exception/Lens.hs:581) RatioZeroDenominator_ (src/Control/Exception/Lens.hs:601) ArrayException_ (src/Control/Exception/Lens.hs:627) IndexOutOfBounds_ (src/Control/Exception/Lens.hs:647) UndefinedElement_ (src/Control/Exception/Lens.hs:667) AssertionFailed__ (src/Control/Exception/Lens.hs:714) AssertionFailed_ (src/Control/Exception/Lens.hs:718) AsyncException_ (src/Control/Exception/Lens.hs:744) StackOverflow_ (src/Control/Exception/Lens.hs:762) HeapOverflow_ (src/Control/Exception/Lens.hs:785) ThreadKilled_ (src/Control/Exception/Lens.hs:803) UserInterrupt_ (src/Control/Exception/Lens.hs:821) NonTermination__ (src/Control/Exception/Lens.hs:861) NonTermination_ (src/Control/Exception/Lens.hs:865) NestedAtomically__ (src/Control/Exception/Lens.hs:904) NestedAtomically_ (src/Control/Exception/Lens.hs:908) BlockedIndefinitelyOnMVar__ (src/Control/Exception/Lens.hs:948) BlockedIndefinitelyOnMVar_ (src/Control/Exception/Lens.hs:952) BlockedIndefinitelyOnSTM__ (src/Control/Exception/Lens.hs:992) BlockedIndefinitelyOnSTM_ (src/Control/Exception/Lens.hs:996) Deadlock__ (src/Control/Exception/Lens.hs:1035) Deadlock_ (src/Control/Exception/Lens.hs:1039) NoMethodError__ (src/Control/Exception/Lens.hs:1078) NoMethodError_ (src/Control/Exception/Lens.hs:1082) PatternMatchFail__ (src/Control/Exception/Lens.hs:1120) PatternMatchFail_ (src/Control/Exception/Lens.hs:1124) RecConError__ (src/Control/Exception/Lens.hs:1163) RecConError_ (src/Control/Exception/Lens.hs:1167) RecSelError__ (src/Control/Exception/Lens.hs:1207) RecSelError_ (src/Control/Exception/Lens.hs:1211) RecUpdError__ (src/Control/Exception/Lens.hs:1251) RecUpdError_ (src/Control/Exception/Lens.hs:1255) ErrorCall__ (src/Control/Exception/Lens.hs:1298) ErrorCall_ (src/Control/Exception/Lens.hs:1302) AllocationLimitExceeded__ (src/Control/Exception/Lens.hs:1341) AllocationLimitExceeded_ (src/Control/Exception/Lens.hs:1345) TypeError__ (src/Control/Exception/Lens.hs:1384) TypeError_ (src/Control/Exception/Lens.hs:1388) CompactionFailed__ (src/Control/Exception/Lens.hs:1428) CompactionFailed_ (src/Control/Exception/Lens.hs:1432) HandlingException__ (src/Control/Exception/Lens.hs:1472) HandlingException_ (src/Control/Exception/Lens.hs:1476) Warning: 'SomeException' is ambiguous. It is defined * in GHC.Exception.Type * in GHC.Exception.Type You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Exception.Type 66% ( 2 / 3) in 'Data.Dynamic.Lens' Missing documentation for: Dynamic (src/Data/Dynamic/Lens.hs:48) 93% ( 15 / 16) in 'Numeric.Lens' Missing documentation for: Integral (src/Numeric/Lens.hs:57) 100% ( 7 / 7) in 'Numeric.Natural.Lens' Warning: 'SomeException' is ambiguous. It is defined * in GHC.Exception.Type * in GHC.Exception.Type You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Exception.Type 66% ( 4 / 6) in 'System.Exit.Lens' Missing documentation for: ExitFailure_ (src/System/Exit/Lens.hs:76) ExitSuccess_ (src/System/Exit/Lens.hs:72) 100% ( 19 / 19) in 'System.FilePath.Lens' 32% ( 9 / 28) in 'System.IO.Error.Lens' Missing documentation for: _AlreadyExists (src/System/IO/Error/Lens.hs:64) _NoSuchThing (src/System/IO/Error/Lens.hs:67) _ResourceBusy (src/System/IO/Error/Lens.hs:70) _ResourceExhausted (src/System/IO/Error/Lens.hs:73) _EOF (src/System/IO/Error/Lens.hs:76) _IllegalOperation (src/System/IO/Error/Lens.hs:79) _PermissionDenied (src/System/IO/Error/Lens.hs:82) _UserError (src/System/IO/Error/Lens.hs:85) _UnsatisfiedConstraints (src/System/IO/Error/Lens.hs:88) _SystemError (src/System/IO/Error/Lens.hs:91) _ProtocolError (src/System/IO/Error/Lens.hs:94) _OtherError (src/System/IO/Error/Lens.hs:97) _InvalidArgument (src/System/IO/Error/Lens.hs:100) _InappropriateType (src/System/IO/Error/Lens.hs:103) _HardwareFault (src/System/IO/Error/Lens.hs:106) _UnsupportedOperation (src/System/IO/Error/Lens.hs:109) _TimeExpired (src/System/IO/Error/Lens.hs:112) _ResourceVanished (src/System/IO/Error/Lens.hs:115) _Interrupted (src/System/IO/Error/Lens.hs:118) Warning: Control.Lens.Internal.CTypes: could not find link destinations for: - GHC.Generics.D:R:UReckPtrp0 - GHC.Generics.Rep_R:UReckPtrp - GHC.Generics.Rep1_R:UReckPtrp Warning: Control.Lens.Internal.Iso: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector Warning: Control.Lens.Internal.Indexed: could not find link destinations for: - Control.Lens.Internal.Indexed.D:R:CorepIndexed - Control.Lens.Internal.Indexed.D:R:RepIndexed Warning: Control.Lens.Setter: could not find link destinations for: - Data.Functor.Identity.Rep_Identity - Data.Functor.Identity.Rep1_Identity - Data.Vector.Generic.Base.Vector - Data.Vector.Generic.Base.Mutable - Data.Vector.Unboxed.Base.MVector - Data.Vector.Unboxed.Base.MV_Identity - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Generic.Base.basicLength - Data.Vector.Generic.Base.basicUnsafeCopy - Data.Vector.Generic.Base.basicUnsafeFreeze - Data.Vector.Generic.Base.basicUnsafeIndexM - Data.Vector.Generic.Base.basicUnsafeSlice - Data.Vector.Generic.Base.basicUnsafeThaw - Data.Vector.Generic.Base.elemseq - Data.Vector.Generic.Mutable.Base.MVector - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite - Data.Vector.Unboxed.Base.V_Identity - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0 - Data.Vector.Unboxed.Base.D:R:VectorIdentity0 - Data.Vector.Generic.Mutable.Base.basicClear - Data.Vector.Generic.Mutable.Base.basicInitialize - Data.Vector.Generic.Mutable.Base.basicLength - Data.Vector.Generic.Mutable.Base.basicOverlaps - Data.Vector.Generic.Mutable.Base.basicSet - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow - Data.Vector.Generic.Mutable.Base.basicUnsafeMove - Data.Vector.Generic.Mutable.Base.basicUnsafeNew - Data.Vector.Generic.Mutable.Base.basicUnsafeRead - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice - Data.Functor.Rep.D:R:RepIdentity - Control.Lens.Wrapped.D:R:UnwrappedIdentity Warning: Control.Lens.Tuple: could not find link destinations for: - Control.Lens.Tuple.N18 - Control.Lens.Tuple.N17 - Control.Lens.Tuple.N16 - Control.Lens.Tuple.N15 - Control.Lens.Tuple.N14 - Control.Lens.Tuple.N13 - Control.Lens.Tuple.N12 - Control.Lens.Tuple.N11 - Control.Lens.Tuple.N10 - Control.Lens.Tuple.N9 - Control.Lens.Tuple.N8 - Control.Lens.Tuple.N7 - Control.Lens.Tuple.N6 - Control.Lens.Tuple.N5 - Control.Lens.Tuple.N4 - Control.Lens.Tuple.N3 - Control.Lens.Tuple.N2 - Control.Lens.Tuple.N1 - Control.Lens.Tuple.N0 - Control.Lens.Tuple.GIxed Warning: Control.Lens.Getter: could not find link destinations for: - Data.Functor.Const.Rep_Const - Data.Functor.Const.Rep1_Const - Data.Vector.Generic.Base.Vector - Data.Vector.Generic.Base.Mutable - Data.Vector.Unboxed.Base.MVector - Data.Vector.Unboxed.Base.MV_Const - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Generic.Base.basicLength - Data.Vector.Generic.Base.basicUnsafeCopy - Data.Vector.Generic.Base.basicUnsafeFreeze - Data.Vector.Generic.Base.basicUnsafeIndexM - Data.Vector.Generic.Base.basicUnsafeSlice - Data.Vector.Generic.Base.basicUnsafeThaw - Data.Vector.Generic.Base.elemseq - Data.Vector.Generic.Mutable.Base.MVector - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite - Data.Vector.Unboxed.Base.V_Const - Data.Vector.Unboxed.Base.D:R:MVectorsConst0 - Data.Vector.Unboxed.Base.D:R:VectorConst0 - Data.Vector.Generic.Mutable.Base.basicClear - Data.Vector.Generic.Mutable.Base.basicInitialize - Data.Vector.Generic.Mutable.Base.basicLength - Data.Vector.Generic.Mutable.Base.basicOverlaps - Data.Vector.Generic.Mutable.Base.basicSet - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow - Data.Vector.Generic.Mutable.Base.basicUnsafeMove - Data.Vector.Generic.Mutable.Base.basicUnsafeNew - Data.Vector.Generic.Mutable.Base.basicUnsafeRead - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice - Control.Lens.Wrapped.D:R:UnwrappedConst Warning: Control.Lens.Fold: could not find link destinations for: - Control.Lens.Fold.ifoldr Warning: Control.Lens.Traversal: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Strict.Vector - Data.Profunctor.Traversing.Baz Warning: Control.Lens.Reified: could not find link destinations for: - Control.Lens.Reified.D:R:RepReifiedGetter - Control.Lens.Reified.D:R:CorepReifiedGetter - Control.Lens.Reified.D:R:RepReifiedIndexedGetter - Control.Lens.Reified.D:R:RepReifiedFold - Control.Lens.Reified.D:R:RepReifiedIndexedFold Warning: Control.Lens.Indexed: could not find link destinations for: - Control.Lens.Internal.Indexed.D:R:CorepIndexed - Control.Lens.Internal.Indexed.D:R:RepIndexed Warning: Control.Lens.Iso: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector - Data.Profunctor.Traversing.Baz - Data.Profunctor.Traversing.Bazaar Warning: Control.Lens.Empty: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector Warning: Control.Lens.Cons: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector Warning: Control.Lens.Wrapped: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector - Control.Lens.Wrapped.GUnwrapped - Control.Lens.Wrapped.D:R:UnwrappedCTimer - Control.Lens.Wrapped.D:R:UnwrappedCKey - Control.Lens.Wrapped.D:R:UnwrappedCId - Control.Lens.Wrapped.D:R:UnwrappedCFsFilCnt - Control.Lens.Wrapped.D:R:UnwrappedCFsBlkCnt - Control.Lens.Wrapped.D:R:UnwrappedCClockId - Control.Lens.Wrapped.D:R:UnwrappedCBlkCnt - Control.Lens.Wrapped.D:R:UnwrappedCBlkSize - Control.Lens.Wrapped.D:R:UnwrappedCBool - Control.Lens.Wrapped.D:R:UnwrappedFd - Control.Lens.Wrapped.D:R:UnwrappedCRLim - Control.Lens.Wrapped.D:R:UnwrappedCTcflag - Control.Lens.Wrapped.D:R:UnwrappedCSpeed - Control.Lens.Wrapped.D:R:UnwrappedCCc - Control.Lens.Wrapped.D:R:UnwrappedCUid - Control.Lens.Wrapped.D:R:UnwrappedCNlink - Control.Lens.Wrapped.D:R:UnwrappedCGid - Control.Lens.Wrapped.D:R:UnwrappedCSsize - Control.Lens.Wrapped.D:R:UnwrappedCPid - Control.Lens.Wrapped.D:R:UnwrappedCOff - Control.Lens.Wrapped.D:R:UnwrappedCMode - Control.Lens.Wrapped.D:R:UnwrappedCIno - Control.Lens.Wrapped.D:R:UnwrappedCDev - Control.Lens.Wrapped.D:R:Unwrapped:.: - Control.Lens.Wrapped.D:R:UnwrappedM1 - Control.Lens.Wrapped.D:R:UnwrappedK1 - Control.Lens.Wrapped.D:R:UnwrappedRec1 - Control.Lens.Wrapped.D:R:UnwrappedPar1 - Control.Lens.Wrapped.D:R:UnwrappedCUIntMax - Control.Lens.Wrapped.D:R:UnwrappedCIntMax - Control.Lens.Wrapped.D:R:UnwrappedCUIntPtr - Control.Lens.Wrapped.D:R:UnwrappedCIntPtr - Control.Lens.Wrapped.D:R:UnwrappedCSUSeconds - Control.Lens.Wrapped.D:R:UnwrappedCUSeconds - Control.Lens.Wrapped.D:R:UnwrappedCTime - Control.Lens.Wrapped.D:R:UnwrappedCClock - Control.Lens.Wrapped.D:R:UnwrappedCSigAtomic - Control.Lens.Wrapped.D:R:UnwrappedCWchar - Control.Lens.Wrapped.D:R:UnwrappedCSize - Control.Lens.Wrapped.D:R:UnwrappedCPtrdiff - Control.Lens.Wrapped.D:R:UnwrappedCDouble - Control.Lens.Wrapped.D:R:UnwrappedCFloat - Control.Lens.Wrapped.D:R:UnwrappedCULLong - Control.Lens.Wrapped.D:R:UnwrappedCLLong - Control.Lens.Wrapped.D:R:UnwrappedCULong - Control.Lens.Wrapped.D:R:UnwrappedCLong - Control.Lens.Wrapped.D:R:UnwrappedCUInt - Control.Lens.Wrapped.D:R:UnwrappedCInt - Control.Lens.Wrapped.D:R:UnwrappedCUShort - Control.Lens.Wrapped.D:R:UnwrappedCShort - Control.Lens.Wrapped.D:R:UnwrappedCUChar - Control.Lens.Wrapped.D:R:UnwrappedCSChar - Control.Lens.Wrapped.D:R:UnwrappedCChar - Control.Lens.Wrapped.D:R:UnwrappedCompactionFailed - Control.Lens.Wrapped.D:R:UnwrappedTypeError - Control.Lens.Wrapped.D:R:UnwrappedErrorCall - Control.Lens.Wrapped.D:R:UnwrappedRecUpdError - Control.Lens.Wrapped.D:R:UnwrappedRecSelError - Control.Lens.Wrapped.D:R:UnwrappedRecConError - Control.Lens.Wrapped.D:R:UnwrappedPatternMatchFail - Control.Lens.Wrapped.D:R:UnwrappedNoMethodError - Control.Lens.Wrapped.D:R:UnwrappedAssertionFailed - Control.Lens.Wrapped.D:R:UnwrappedTagged - Control.Lens.Wrapped.D:R:UnwrappedComposeCF - Control.Lens.Wrapped.D:R:UnwrappedComposeFC - Control.Lens.Wrapped.D:R:UnwrappedCompose - Control.Lens.Wrapped.D:R:UnwrappedOp - Control.Lens.Wrapped.D:R:UnwrappedEquivalence - Control.Lens.Wrapped.D:R:UnwrappedComparison - Control.Lens.Wrapped.D:R:UnwrappedPredicate - Control.Lens.Wrapped.D:R:UnwrappedWrappedMonoid - Control.Lens.Wrapped.D:R:UnwrappedLast - Control.Lens.Wrapped.D:R:UnwrappedFirst - Control.Lens.Wrapped.D:R:UnwrappedMax - Control.Lens.Wrapped.D:R:UnwrappedMin - Control.Lens.Wrapped.D:R:UnwrappedStatic - Control.Lens.Wrapped.D:R:UnwrappedDual - Control.Lens.Wrapped.D:R:UnwrappedSemi - Control.Lens.Wrapped.D:R:UnwrappedWrappedCategory - Control.Lens.Wrapped.D:R:UnwrappedMaybeApply - Control.Lens.Wrapped.D:R:UnwrappedWrappedApplicative - Control.Lens.Wrapped.D:R:UnwrappedVector - Control.Lens.Wrapped.D:R:UnwrappedVector0 - Control.Lens.Wrapped.D:R:UnwrappedVector1 - Control.Lens.Wrapped.D:R:UnwrappedVector2 - Control.Lens.Wrapped.D:R:UnwrappedVector3 - Control.Lens.Wrapped.D:R:UnwrappedCayley - Control.Lens.Wrapped.D:R:UnwrappedForget - Control.Lens.Wrapped.D:R:UnwrappedWrappedArrow - Control.Lens.Wrapped.D:R:UnwrappedCostar - Control.Lens.Wrapped.D:R:UnwrappedStar - Control.Lens.Wrapped.D:R:UnwrappedSeq - Control.Lens.Wrapped.D:R:UnwrappedSet - Control.Lens.Wrapped.D:R:UnwrappedMap - Control.Lens.Wrapped.D:R:UnwrappedIntSet - Control.Lens.Wrapped.D:R:UnwrappedIntMap - Control.Lens.Wrapped.D:R:UnwrappedHashSet - Control.Lens.Wrapped.D:R:UnwrappedHashMap - Control.Lens.Wrapped.D:R:UnwrappedIterT - Control.Lens.Wrapped.D:R:UnwrappedFreeT - Control.Lens.Wrapped.D:R:UnwrappedCoiterT - Control.Lens.Wrapped.D:R:UnwrappedCofreeT - Control.Lens.Wrapped.D:R:UnwrappedApT - Control.Lens.Wrapped.D:R:UnwrappedAlt - Control.Lens.Wrapped.D:R:UnwrappedCatchT - Control.Lens.Wrapped.D:R:UnwrappedTracedT - Control.Lens.Wrapped.D:R:UnwrappedWrappedBifunctor - Control.Lens.Wrapped.D:R:UnwrappedTannen - Control.Lens.Wrapped.D:R:UnwrappedJoker - Control.Lens.Wrapped.D:R:UnwrappedJoin - Control.Lens.Wrapped.D:R:UnwrappedFlip - Control.Lens.Wrapped.D:R:UnwrappedFix - Control.Lens.Wrapped.D:R:UnwrappedClown - Control.Lens.Wrapped.D:R:UnwrappedBiff - Control.Lens.Wrapped.D:R:UnwrappedWriterT - Control.Lens.Wrapped.D:R:UnwrappedWriterT0 - Control.Lens.Wrapped.D:R:UnwrappedStateT - Control.Lens.Wrapped.D:R:UnwrappedStateT0 - Control.Lens.Wrapped.D:R:UnwrappedRWST - Control.Lens.Wrapped.D:R:UnwrappedRWST0 - Control.Lens.Wrapped.D:R:UnwrappedReverse - Control.Lens.Wrapped.D:R:UnwrappedReaderT - Control.Lens.Wrapped.D:R:UnwrappedMaybeT - Control.Lens.Wrapped.D:R:UnwrappedIdentityT - Control.Lens.Wrapped.D:R:UnwrappedIdentity - Control.Lens.Wrapped.D:R:UnwrappedExceptT - Control.Lens.Wrapped.D:R:UnwrappedContT - Control.Lens.Wrapped.D:R:UnwrappedConstant - Control.Lens.Wrapped.D:R:UnwrappedCompose0 - Control.Lens.Wrapped.D:R:UnwrappedBackwards - Control.Lens.Wrapped.D:R:UnwrappedErrno - Control.Lens.Wrapped.D:R:UnwrappedDown - Control.Lens.Wrapped.D:R:UnwrappedArrowMonad - Control.Lens.Wrapped.D:R:UnwrappedAp - Control.Lens.Wrapped.D:R:UnwrappedAlt0 - Control.Lens.Wrapped.D:R:UnwrappedLast0 - Control.Lens.Wrapped.D:R:UnwrappedFirst0 - Control.Lens.Wrapped.D:R:UnwrappedEndo - Control.Lens.Wrapped.D:R:UnwrappedDual0 - Control.Lens.Wrapped.D:R:UnwrappedConst - Control.Lens.Wrapped.D:R:UnwrappedNonEmpty - Control.Lens.Wrapped.D:R:UnwrappedZipList - Control.Lens.Wrapped.D:R:UnwrappedWrappedArrow0 - Control.Lens.Wrapped.D:R:UnwrappedWrappedMonad - Control.Lens.Wrapped.D:R:UnwrappedKleisli - Control.Lens.Wrapped.D:R:UnwrappedProduct - Control.Lens.Wrapped.D:R:UnwrappedSum - Control.Lens.Wrapped.D:R:UnwrappedAny - Control.Lens.Wrapped.D:R:UnwrappedAll Warning: Control.Lens.Plated: could not find link destinations for: - Control.Lens.Plated.gplate1' - Control.Lens.Plated.gplate' Warning: Data.Vector.Generic.Lens: could not find link destinations for: - Data.Vector.Generic.Base.Vector - Data.Vector.Fusion.Bundle.Bundle - Data.Vector.Generic.New.New Warning: Control.Lens.Each: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector Warning: Control.Lens.At: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector Warning: Language.Haskell.TH.Lens: could not find link destinations for: - Language.Haskell.TH.Lens.DataPrism' Warning: Data.Vector.Lens: could not find link destinations for: - Data.Vector.Vector Warning: Control.Lens.Combinators: could not find link destinations for: - Data.Functor.Const.Rep_Const - Data.Functor.Const.Rep1_Const - Data.Functor.Identity.Rep_Identity - Data.Functor.Identity.Rep1_Identity - Data.Vector.Vector - Data.Vector.Generic.Base.Vector - Data.Vector.Generic.Base.Mutable - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.MVector - Data.Vector.Unboxed.Base.MV_Const - Data.Vector.Unboxed.Base.MV_Identity - Data.Vector.Unboxed.Base.Unbox - Data.Vector.Unboxed.Base.Vector - Data.Vector.Strict.Vector - Data.Vector.Generic.Base.basicLength - Data.Vector.Generic.Base.basicUnsafeCopy - Data.Vector.Generic.Base.basicUnsafeFreeze - Data.Vector.Generic.Base.basicUnsafeIndexM - Data.Vector.Generic.Base.basicUnsafeSlice - Data.Vector.Generic.Base.basicUnsafeThaw - Data.Vector.Generic.Base.elemseq - Data.Vector.Generic.Mutable.Base.MVector - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite - Data.Vector.Unboxed.Base.V_Const - Data.Vector.Unboxed.Base.V_Identity - Data.Vector.Unboxed.Base.D:R:MVectorsConst0 - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0 - Data.Vector.Unboxed.Base.D:R:VectorConst0 - Data.Vector.Unboxed.Base.D:R:VectorIdentity0 - Data.Vector.Generic.Mutable.Base.basicClear - Data.Vector.Generic.Mutable.Base.basicInitialize - Data.Vector.Generic.Mutable.Base.basicLength - Data.Vector.Generic.Mutable.Base.basicOverlaps - Data.Vector.Generic.Mutable.Base.basicSet - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow - Data.Vector.Generic.Mutable.Base.basicUnsafeMove - Data.Vector.Generic.Mutable.Base.basicUnsafeNew - Data.Vector.Generic.Mutable.Base.basicUnsafeRead - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice - Control.Lens.Internal.Indexed.D:R:CorepIndexed - Control.Lens.Internal.Indexed.D:R:RepIndexed - Data.Functor.Rep.D:R:RepIdentity - Control.Lens.Tuple.N18 - Control.Lens.Tuple.N17 - Control.Lens.Tuple.N16 - Control.Lens.Tuple.N15 - Control.Lens.Tuple.N14 - Control.Lens.Tuple.N13 - Control.Lens.Tuple.N12 - Control.Lens.Tuple.N11 - Control.Lens.Tuple.N10 - Control.Lens.Tuple.N9 - Control.Lens.Tuple.N8 - Control.Lens.Tuple.N7 - Control.Lens.Tuple.N6 - Control.Lens.Tuple.N5 - Control.Lens.Tuple.N4 - Control.Lens.Tuple.N3 - Control.Lens.Tuple.N2 - Control.Lens.Tuple.N1 - Control.Lens.Tuple.N0 - Control.Lens.Tuple.GIxed - Control.Lens.Fold.ifoldr - Control.Lens.Reified.D:R:RepReifiedGetter - Control.Lens.Reified.D:R:CorepReifiedGetter - Control.Lens.Reified.D:R:RepReifiedIndexedGetter - Control.Lens.Reified.D:R:RepReifiedFold - Control.Lens.Reified.D:R:RepReifiedIndexedFold - Control.Lens.Wrapped.GUnwrapped - Control.Lens.Wrapped.D:R:UnwrappedCTimer - Control.Lens.Wrapped.D:R:UnwrappedCKey - Control.Lens.Wrapped.D:R:UnwrappedCId - Control.Lens.Wrapped.D:R:UnwrappedCFsFilCnt - Control.Lens.Wrapped.D:R:UnwrappedCFsBlkCnt - Control.Lens.Wrapped.D:R:UnwrappedCClockId - Control.Lens.Wrapped.D:R:UnwrappedCBlkCnt - Control.Lens.Wrapped.D:R:UnwrappedCBlkSize - Control.Lens.Wrapped.D:R:UnwrappedCBool - Control.Lens.Wrapped.D:R:UnwrappedFd - Control.Lens.Wrapped.D:R:UnwrappedCRLim - Control.Lens.Wrapped.D:R:UnwrappedCTcflag - Control.Lens.Wrapped.D:R:UnwrappedCSpeed - Control.Lens.Wrapped.D:R:UnwrappedCCc - Control.Lens.Wrapped.D:R:UnwrappedCUid - Control.Lens.Wrapped.D:R:UnwrappedCNlink - Control.Lens.Wrapped.D:R:UnwrappedCGid - Control.Lens.Wrapped.D:R:UnwrappedCSsize - Control.Lens.Wrapped.D:R:UnwrappedCPid - Control.Lens.Wrapped.D:R:UnwrappedCOff - Control.Lens.Wrapped.D:R:UnwrappedCMode - Control.Lens.Wrapped.D:R:UnwrappedCIno - Control.Lens.Wrapped.D:R:UnwrappedCDev - Control.Lens.Wrapped.D:R:Unwrapped:.: - Control.Lens.Wrapped.D:R:UnwrappedM1 - Control.Lens.Wrapped.D:R:UnwrappedK1 - Control.Lens.Wrapped.D:R:UnwrappedRec1 - Control.Lens.Wrapped.D:R:UnwrappedPar1 - Control.Lens.Wrapped.D:R:UnwrappedCUIntMax - Control.Lens.Wrapped.D:R:UnwrappedCIntMax - Control.Lens.Wrapped.D:R:UnwrappedCUIntPtr - Control.Lens.Wrapped.D:R:UnwrappedCIntPtr - Control.Lens.Wrapped.D:R:UnwrappedCSUSeconds - Control.Lens.Wrapped.D:R:UnwrappedCUSeconds - Control.Lens.Wrapped.D:R:UnwrappedCTime - Control.Lens.Wrapped.D:R:UnwrappedCClock - Control.Lens.Wrapped.D:R:UnwrappedCSigAtomic - Control.Lens.Wrapped.D:R:UnwrappedCWchar - Control.Lens.Wrapped.D:R:UnwrappedCSize - Control.Lens.Wrapped.D:R:UnwrappedCPtrdiff - Control.Lens.Wrapped.D:R:UnwrappedCDouble - Control.Lens.Wrapped.D:R:UnwrappedCFloat - Control.Lens.Wrapped.D:R:UnwrappedCULLong - Control.Lens.Wrapped.D:R:UnwrappedCLLong - Control.Lens.Wrapped.D:R:UnwrappedCULong - Control.Lens.Wrapped.D:R:UnwrappedCLong - Control.Lens.Wrapped.D:R:UnwrappedCUInt - Control.Lens.Wrapped.D:R:UnwrappedCInt - Control.Lens.Wrapped.D:R:UnwrappedCUShort - Control.Lens.Wrapped.D:R:UnwrappedCShort - Control.Lens.Wrapped.D:R:UnwrappedCUChar - Control.Lens.Wrapped.D:R:UnwrappedCSChar - Control.Lens.Wrapped.D:R:UnwrappedCChar - Control.Lens.Wrapped.D:R:UnwrappedCompactionFailed - Control.Lens.Wrapped.D:R:UnwrappedTypeError - Control.Lens.Wrapped.D:R:UnwrappedErrorCall - Control.Lens.Wrapped.D:R:UnwrappedRecUpdError - Control.Lens.Wrapped.D:R:UnwrappedRecSelError - Control.Lens.Wrapped.D:R:UnwrappedRecConError - Control.Lens.Wrapped.D:R:UnwrappedPatternMatchFail - Control.Lens.Wrapped.D:R:UnwrappedNoMethodError - Control.Lens.Wrapped.D:R:UnwrappedAssertionFailed - Control.Lens.Wrapped.D:R:UnwrappedTagged - Control.Lens.Wrapped.D:R:UnwrappedComposeCF - Control.Lens.Wrapped.D:R:UnwrappedComposeFC - Control.Lens.Wrapped.D:R:UnwrappedCompose - Control.Lens.Wrapped.D:R:UnwrappedOp - Control.Lens.Wrapped.D:R:UnwrappedEquivalence - Control.Lens.Wrapped.D:R:UnwrappedComparison - Control.Lens.Wrapped.D:R:UnwrappedPredicate - Control.Lens.Wrapped.D:R:UnwrappedWrappedMonoid - Control.Lens.Wrapped.D:R:UnwrappedLast - Control.Lens.Wrapped.D:R:UnwrappedFirst - Control.Lens.Wrapped.D:R:UnwrappedMax - Control.Lens.Wrapped.D:R:UnwrappedMin - Control.Lens.Wrapped.D:R:UnwrappedStatic - Control.Lens.Wrapped.D:R:UnwrappedDual - Control.Lens.Wrapped.D:R:UnwrappedSemi - Control.Lens.Wrapped.D:R:UnwrappedWrappedCategory - Control.Lens.Wrapped.D:R:UnwrappedMaybeApply - Control.Lens.Wrapped.D:R:UnwrappedWrappedApplicative - Control.Lens.Wrapped.D:R:UnwrappedVector - Control.Lens.Wrapped.D:R:UnwrappedVector0 - Control.Lens.Wrapped.D:R:UnwrappedVector1 - Control.Lens.Wrapped.D:R:UnwrappedVector2 - Control.Lens.Wrapped.D:R:UnwrappedVector3 - Control.Lens.Wrapped.D:R:UnwrappedCayley - Control.Lens.Wrapped.D:R:UnwrappedForget - Control.Lens.Wrapped.D:R:UnwrappedWrappedArrow - Control.Lens.Wrapped.D:R:UnwrappedCostar - Control.Lens.Wrapped.D:R:UnwrappedStar - Control.Lens.Wrapped.D:R:UnwrappedSeq - Control.Lens.Wrapped.D:R:UnwrappedSet - Control.Lens.Wrapped.D:R:UnwrappedMap - Control.Lens.Wrapped.D:R:UnwrappedIntSet - Control.Lens.Wrapped.D:R:UnwrappedIntMap - Control.Lens.Wrapped.D:R:UnwrappedHashSet - Control.Lens.Wrapped.D:R:UnwrappedHashMap - Control.Lens.Wrapped.D:R:UnwrappedIterT - Control.Lens.Wrapped.D:R:UnwrappedFreeT - Control.Lens.Wrapped.D:R:UnwrappedCoiterT - Control.Lens.Wrapped.D:R:UnwrappedCofreeT - Control.Lens.Wrapped.D:R:UnwrappedApT - Control.Lens.Wrapped.D:R:UnwrappedAlt - Control.Lens.Wrapped.D:R:UnwrappedCatchT - Control.Lens.Wrapped.D:R:UnwrappedTracedT - Control.Lens.Wrapped.D:R:UnwrappedWrappedBifunctor - Control.Lens.Wrapped.D:R:UnwrappedTannen - Control.Lens.Wrapped.D:R:UnwrappedJoker - Control.Lens.Wrapped.D:R:UnwrappedJoin - Control.Lens.Wrapped.D:R:UnwrappedFlip - Control.Lens.Wrapped.D:R:UnwrappedFix - Control.Lens.Wrapped.D:R:UnwrappedClown - Control.Lens.Wrapped.D:R:UnwrappedBiff - Control.Lens.Wrapped.D:R:UnwrappedWriterT - Control.Lens.Wrapped.D:R:UnwrappedWriterT0 - Control.Lens.Wrapped.D:R:UnwrappedStateT - Control.Lens.Wrapped.D:R:UnwrappedStateT0 - Control.Lens.Wrapped.D:R:UnwrappedRWST - Control.Lens.Wrapped.D:R:UnwrappedRWST0 - Control.Lens.Wrapped.D:R:UnwrappedReverse - Control.Lens.Wrapped.D:R:UnwrappedReaderT - Control.Lens.Wrapped.D:R:UnwrappedMaybeT - Control.Lens.Wrapped.D:R:UnwrappedIdentityT - Control.Lens.Wrapped.D:R:UnwrappedIdentity - Control.Lens.Wrapped.D:R:UnwrappedExceptT - Control.Lens.Wrapped.D:R:UnwrappedContT - Control.Lens.Wrapped.D:R:UnwrappedConstant - Control.Lens.Wrapped.D:R:UnwrappedCompose0 - Control.Lens.Wrapped.D:R:UnwrappedBackwards - Control.Lens.Wrapped.D:R:UnwrappedErrno - Control.Lens.Wrapped.D:R:UnwrappedDown - Control.Lens.Wrapped.D:R:UnwrappedArrowMonad - Control.Lens.Wrapped.D:R:UnwrappedAp - Control.Lens.Wrapped.D:R:UnwrappedAlt0 - Control.Lens.Wrapped.D:R:UnwrappedLast0 - Control.Lens.Wrapped.D:R:UnwrappedFirst0 - Control.Lens.Wrapped.D:R:UnwrappedEndo - Control.Lens.Wrapped.D:R:UnwrappedDual0 - Control.Lens.Wrapped.D:R:UnwrappedConst - Control.Lens.Wrapped.D:R:UnwrappedNonEmpty - Control.Lens.Wrapped.D:R:UnwrappedZipList - Control.Lens.Wrapped.D:R:UnwrappedWrappedArrow0 - Control.Lens.Wrapped.D:R:UnwrappedWrappedMonad - Control.Lens.Wrapped.D:R:UnwrappedKleisli - Control.Lens.Wrapped.D:R:UnwrappedProduct - Control.Lens.Wrapped.D:R:UnwrappedSum - Control.Lens.Wrapped.D:R:UnwrappedAny - Control.Lens.Wrapped.D:R:UnwrappedAll - Control.Lens.Plated.gplate1' - Control.Lens.Plated.gplate' - Data.Profunctor.Traversing.Baz - Data.Profunctor.Traversing.Bazaar Documentation created: dist/doc/html/lens/, dist/doc/html/lens/lens.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/lens-5.3.4-3pPZFuXZZAIgi5Fy8TPmz Completed lens-5.3.4 Configuring aeson-2.2.3.0... Preprocessing library for aeson-2.2.3.0.. Building library for aeson-2.2.3.0.. [ 1 of 32] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, dist/build/Data/Aeson/Internal/ByteString.o, dist/build/Data/Aeson/Internal/ByteString.dyn_o ) [ 2 of 32] Compiling Data.Aeson.Internal.Functions ( src/Data/Aeson/Internal/Functions.hs, dist/build/Data/Aeson/Internal/Functions.o, dist/build/Data/Aeson/Internal/Functions.dyn_o ) [ 3 of 32] Compiling Data.Aeson.Internal.Prelude ( src/Data/Aeson/Internal/Prelude.hs, dist/build/Data/Aeson/Internal/Prelude.o, dist/build/Data/Aeson/Internal/Prelude.dyn_o ) [ 4 of 32] Compiling Data.Aeson.Internal.Scientific ( src/Data/Aeson/Internal/Scientific.hs, dist/build/Data/Aeson/Internal/Scientific.o, dist/build/Data/Aeson/Internal/Scientific.dyn_o ) [ 5 of 32] Compiling Data.Aeson.Internal.TH ( src/Data/Aeson/Internal/TH.hs, dist/build/Data/Aeson/Internal/TH.o, dist/build/Data/Aeson/Internal/TH.dyn_o ) [ 6 of 32] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, dist/build/Data/Aeson/Internal/Text.o, dist/build/Data/Aeson/Internal/Text.dyn_o ) [ 7 of 32] Compiling Data.Aeson.Internal.Unescape ( src/Data/Aeson/Internal/Unescape.hs, dist/build/Data/Aeson/Internal/Unescape.o, dist/build/Data/Aeson/Internal/Unescape.dyn_o ) [ 8 of 32] Compiling Data.Aeson.Internal.UnescapeFromText ( src/Data/Aeson/Internal/UnescapeFromText.hs, dist/build/Data/Aeson/Internal/UnescapeFromText.o, dist/build/Data/Aeson/Internal/UnescapeFromText.dyn_o ) [ 9 of 32] Compiling Data.Aeson.Key ( src/Data/Aeson/Key.hs, dist/build/Data/Aeson/Key.o, dist/build/Data/Aeson/Key.dyn_o ) [10 of 32] Compiling Data.Aeson.Decoding.Tokens ( src/Data/Aeson/Decoding/Tokens.hs, dist/build/Data/Aeson/Decoding/Tokens.o, dist/build/Data/Aeson/Decoding/Tokens.dyn_o ) [11 of 32] Compiling Data.Aeson.Decoding.Internal ( src/Data/Aeson/Decoding/Internal.hs, dist/build/Data/Aeson/Decoding/Internal.o, dist/build/Data/Aeson/Decoding/Internal.dyn_o ) [12 of 32] Compiling Data.Aeson.Decoding.Text ( src/Data/Aeson/Decoding/Text.hs, dist/build/Data/Aeson/Decoding/Text.o, dist/build/Data/Aeson/Decoding/Text.dyn_o ) [13 of 32] Compiling Data.Aeson.Decoding.ByteString.Lazy ( src/Data/Aeson/Decoding/ByteString/Lazy.hs, dist/build/Data/Aeson/Decoding/ByteString/Lazy.o, dist/build/Data/Aeson/Decoding/ByteString/Lazy.dyn_o ) [14 of 32] Compiling Data.Aeson.Decoding.ByteString ( src/Data/Aeson/Decoding/ByteString.hs, dist/build/Data/Aeson/Decoding/ByteString.o, dist/build/Data/Aeson/Decoding/ByteString.dyn_o ) [15 of 32] Compiling Data.Aeson.KeyMap ( src/Data/Aeson/KeyMap.hs, dist/build/Data/Aeson/KeyMap.o, dist/build/Data/Aeson/KeyMap.dyn_o ) [16 of 32] Compiling Data.Aeson.Types.Generic ( src/Data/Aeson/Types/Generic.hs, dist/build/Data/Aeson/Types/Generic.o, dist/build/Data/Aeson/Types/Generic.dyn_o ) [17 of 32] Compiling Data.Aeson.Types.Internal ( src/Data/Aeson/Types/Internal.hs, dist/build/Data/Aeson/Types/Internal.o, dist/build/Data/Aeson/Types/Internal.dyn_o ) [18 of 32] Compiling Data.Aeson.Parser.Time ( src/Data/Aeson/Parser/Time.hs, dist/build/Data/Aeson/Parser/Time.o, dist/build/Data/Aeson/Parser/Time.dyn_o ) [19 of 32] Compiling Data.Aeson.Encoding.Builder ( src/Data/Aeson/Encoding/Builder.hs, dist/build/Data/Aeson/Encoding/Builder.o, dist/build/Data/Aeson/Encoding/Builder.dyn_o ) [20 of 32] Compiling Data.Aeson.Encoding.Internal ( src/Data/Aeson/Encoding/Internal.hs, dist/build/Data/Aeson/Encoding/Internal.o, dist/build/Data/Aeson/Encoding/Internal.dyn_o ) [21 of 32] Compiling Data.Aeson.Encoding ( src/Data/Aeson/Encoding.hs, dist/build/Data/Aeson/Encoding.o, dist/build/Data/Aeson/Encoding.dyn_o ) [22 of 32] Compiling Data.Aeson.Decoding.Conversion ( src/Data/Aeson/Decoding/Conversion.hs, dist/build/Data/Aeson/Decoding/Conversion.o, dist/build/Data/Aeson/Decoding/Conversion.dyn_o ) [23 of 32] Compiling Data.Aeson.Types.FromJSON ( src/Data/Aeson/Types/FromJSON.hs, dist/build/Data/Aeson/Types/FromJSON.o, dist/build/Data/Aeson/Types/FromJSON.dyn_o ) [24 of 32] Compiling Data.Aeson.Types.ToJSON ( src/Data/Aeson/Types/ToJSON.hs, dist/build/Data/Aeson/Types/ToJSON.o, dist/build/Data/Aeson/Types/ToJSON.dyn_o ) src/Data/Aeson/Types/ToJSON.hs:1615:23: warning: [GHC-68441] [-Wdeprecations] In the use of data constructor Solo (imported from Data.Tuple.Solo, but defined in GHC.Tuple): Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning." | 1615 | liftToJSON _ t _ (Solo a) = t a | ^^^^ src/Data/Aeson/Types/ToJSON.hs:1618:27: warning: [GHC-68441] [-Wdeprecations] In the use of data constructor Solo (imported from Data.Tuple.Solo, but defined in GHC.Tuple): Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning." | 1618 | liftToEncoding _ t _ (Solo a) = t a | ^^^^ [25 of 32] Compiling Data.Aeson.Types.Class ( src/Data/Aeson/Types/Class.hs, dist/build/Data/Aeson/Types/Class.o, dist/build/Data/Aeson/Types/Class.dyn_o ) [26 of 32] Compiling Data.Aeson.Types ( src/Data/Aeson/Types.hs, dist/build/Data/Aeson/Types.o, dist/build/Data/Aeson/Types.dyn_o ) [27 of 32] Compiling Data.Aeson.Text ( src/Data/Aeson/Text.hs, dist/build/Data/Aeson/Text.o, dist/build/Data/Aeson/Text.dyn_o ) [28 of 32] Compiling Data.Aeson.Decoding ( src/Data/Aeson/Decoding.hs, dist/build/Data/Aeson/Decoding.o, dist/build/Data/Aeson/Decoding.dyn_o ) [29 of 32] Compiling Data.Aeson ( src/Data/Aeson.hs, dist/build/Data/Aeson.o, dist/build/Data/Aeson.dyn_o ) [30 of 32] Compiling Data.Aeson.RFC8785 ( src/Data/Aeson/RFC8785.hs, dist/build/Data/Aeson/RFC8785.o, dist/build/Data/Aeson/RFC8785.dyn_o ) [31 of 32] Compiling Data.Aeson.QQ.Simple ( src/Data/Aeson/QQ/Simple.hs, dist/build/Data/Aeson/QQ/Simple.o, dist/build/Data/Aeson/QQ/Simple.dyn_o ) [32 of 32] Compiling Data.Aeson.TH ( src/Data/Aeson/TH.hs, dist/build/Data/Aeson/TH.o, dist/build/Data/Aeson/TH.dyn_o ) src/Data/Aeson/TH.hs:948:7: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Q Exp] not matched: [] | 948 | x:xs = [ lookupField argTy | ^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Data/Aeson/TH.hs:1064:14: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Q Exp] not matched: [] | 1064 | let x:xs = [ dispatchParseJSON jc conName tvMap argTy | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... Preprocessing library for aeson-2.2.3.0.. Running Haddock on library for aeson-2.2.3.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 32] Compiling Data.Aeson.Internal.ByteString ( src/Data/Aeson/Internal/ByteString.hs, nothing ) [ 2 of 32] Compiling Data.Aeson.Internal.Functions ( src/Data/Aeson/Internal/Functions.hs, nothing ) [ 3 of 32] Compiling Data.Aeson.Internal.Prelude ( src/Data/Aeson/Internal/Prelude.hs, nothing ) [ 4 of 32] Compiling Data.Aeson.Internal.Scientific ( src/Data/Aeson/Internal/Scientific.hs, nothing ) [ 5 of 32] Compiling Data.Aeson.Internal.TH ( src/Data/Aeson/Internal/TH.hs, nothing ) [ 6 of 32] Compiling Data.Aeson.Internal.Text ( src/Data/Aeson/Internal/Text.hs, nothing ) [ 7 of 32] Compiling Data.Aeson.Internal.Unescape ( src/Data/Aeson/Internal/Unescape.hs, nothing ) [ 8 of 32] Compiling Data.Aeson.Internal.UnescapeFromText ( src/Data/Aeson/Internal/UnescapeFromText.hs, nothing ) [ 9 of 32] Compiling Data.Aeson.Key ( src/Data/Aeson/Key.hs, nothing ) [10 of 32] Compiling Data.Aeson.Decoding.Tokens ( src/Data/Aeson/Decoding/Tokens.hs, nothing ) [11 of 32] Compiling Data.Aeson.Decoding.Internal ( src/Data/Aeson/Decoding/Internal.hs, nothing ) [12 of 32] Compiling Data.Aeson.Decoding.Text ( src/Data/Aeson/Decoding/Text.hs, nothing ) [13 of 32] Compiling Data.Aeson.Decoding.ByteString.Lazy ( src/Data/Aeson/Decoding/ByteString/Lazy.hs, nothing ) [14 of 32] Compiling Data.Aeson.Decoding.ByteString ( src/Data/Aeson/Decoding/ByteString.hs, nothing ) [15 of 32] Compiling Data.Aeson.KeyMap ( src/Data/Aeson/KeyMap.hs, nothing ) [16 of 32] Compiling Data.Aeson.Types.Generic ( src/Data/Aeson/Types/Generic.hs, nothing ) [17 of 32] Compiling Data.Aeson.Types.Internal ( src/Data/Aeson/Types/Internal.hs, nothing ) [18 of 32] Compiling Data.Aeson.Parser.Time ( src/Data/Aeson/Parser/Time.hs, nothing ) [19 of 32] Compiling Data.Aeson.Encoding.Builder ( src/Data/Aeson/Encoding/Builder.hs, nothing ) [20 of 32] Compiling Data.Aeson.Encoding.Internal ( src/Data/Aeson/Encoding/Internal.hs, nothing ) [21 of 32] Compiling Data.Aeson.Encoding ( src/Data/Aeson/Encoding.hs, nothing ) [22 of 32] Compiling Data.Aeson.Decoding.Conversion ( src/Data/Aeson/Decoding/Conversion.hs, nothing ) [23 of 32] Compiling Data.Aeson.Types.FromJSON ( src/Data/Aeson/Types/FromJSON.hs, nothing ) [24 of 32] Compiling Data.Aeson.Types.ToJSON ( src/Data/Aeson/Types/ToJSON.hs, nothing ) src/Data/Aeson/Types/ToJSON.hs:1615:23: warning: [GHC-68441] [-Wdeprecations] In the use of data constructor Solo (imported from Data.Tuple.Solo, but defined in GHC.Tuple): Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning." | 1615 | liftToJSON _ t _ (Solo a) = t a | ^^^^ src/Data/Aeson/Types/ToJSON.hs:1618:27: warning: [GHC-68441] [-Wdeprecations] In the use of data constructor Solo (imported from Data.Tuple.Solo, but defined in GHC.Tuple): Deprecated: "The Solo constructor has been renamed to MkSolo to avoid punning." | 1618 | liftToEncoding _ t _ (Solo a) = t a | ^^^^ [25 of 32] Compiling Data.Aeson.Types.Class ( src/Data/Aeson/Types/Class.hs, nothing ) [26 of 32] Compiling Data.Aeson.Types ( src/Data/Aeson/Types.hs, nothing ) [27 of 32] Compiling Data.Aeson.Text ( src/Data/Aeson/Text.hs, nothing ) [28 of 32] Compiling Data.Aeson.Decoding ( src/Data/Aeson/Decoding.hs, nothing ) [29 of 32] Compiling Data.Aeson ( src/Data/Aeson.hs, nothing ) [30 of 32] Compiling Data.Aeson.RFC8785 ( src/Data/Aeson/RFC8785.hs, nothing ) [31 of 32] Compiling Data.Aeson.QQ.Simple ( src/Data/Aeson/QQ/Simple.hs, nothing ) [32 of 32] Compiling Data.Aeson.TH ( src/Data/Aeson/TH.hs, nothing ) Haddock coverage: Warning: Data.Aeson.Internal.Prelude: Could not find documentation for exported module: Data.Vector Warning: Data.Aeson.Internal.Prelude: Couldn't find .haddock for export Vector Warning: 'letE' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Key' is ambiguous. It is defined * at src/Data/Aeson/Key.hs:44:15 * at src/Data/Aeson/Key.hs:44:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Key.hs:44:1 Warning: 'Coercible' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'coercing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 44% ( 4 / 9) in 'Data.Aeson.Key' Missing documentation for: Key (src/Data/Aeson/Key.hs:44) fromString (src/Data/Aeson/Key.hs:48) toString (src/Data/Aeson/Key.hs:51) toText (src/Data/Aeson/Key.hs:57) fromText (src/Data/Aeson/Key.hs:54) 100% ( 7 / 7) in 'Data.Aeson.Decoding.Tokens' Warning: 'Text' is ambiguous. It is defined * in Data.Text.Internal * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Text.Internal Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Data.Aeson.Decoding.Text' 100% ( 2 / 2) in 'Data.Aeson.Decoding.ByteString.Lazy' 100% ( 2 / 2) in 'Data.Aeson.Decoding.ByteString' Warning: 'v' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'KeyMap' is ambiguous. It is defined * at src/Data/Aeson/KeyMap.hs:143:20 * at src/Data/Aeson/KeyMap.hs:143:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/KeyMap.hs:143:1 Warning: 'const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 61 / 69) in 'Data.Aeson.KeyMap' Missing documentation for: coercionToHashMap (src/Data/Aeson/KeyMap.hs:317) coercionToMap (src/Data/Aeson/KeyMap.hs:321) foldr (src/Data/Aeson/KeyMap.hs:206) foldr' (src/Data/Aeson/KeyMap.hs:209) foldl (src/Data/Aeson/KeyMap.hs:212) foldl' (src/Data/Aeson/KeyMap.hs:215) foldMapWithKey (src/Data/Aeson/KeyMap.hs:203) Key (src/Data/Aeson/Key.hs:44) Warning: 'ToJSON1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FromJSON1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToJSON' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FromJSON' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'throwDecode' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'JSONKeyOptions' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:804:23 * at src/Data/Aeson/Types/Internal.hs:804:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:804:1 Warning: 'ToJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'genericToJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FromJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fromJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'genericFromJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'omittedField' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'allowOmittedFieds' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Object' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:366:14 * at src/Data/Aeson/Types/Internal.hs:360:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1 Warning: 'Parser' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:278:20 * at src/Data/Aeson/Types/Internal.hs:278:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:278:1 Warning: 'Array' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:367:14 * at src/Data/Aeson/Types/Internal.hs:363:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:363:1 Warning: 'String' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:368:14 * in GHC.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:368:14 Warning: '(.:)' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Options' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:705:16 * at src/Data/Aeson/Types/Internal.hs:705:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:705:1 Warning: 'API' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hashable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '.=' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Value' is ambiguous. It is defined * at src/Data/Aeson/Encoding/Internal.hs:130:15 * at src/Data/Aeson/Types/Internal.hs:366:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:366:1 Warning: 'unsafePair' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 25% ( 21 / 82) in 'Data.Aeson.Encoding.Internal' Missing documentation for: Module header encodingToLazyByteString (src/Data/Aeson/Encoding/Internal.hs:98) retagEncoding (src/Data/Aeson/Encoding/Internal.hs:102) pair (src/Data/Aeson/Encoding/Internal.hs:134) pairStr (src/Data/Aeson/Encoding/Internal.hs:138) pair' (src/Data/Aeson/Encoding/Internal.hs:142) nullEncoding (src/Data/Aeson/Encoding/Internal.hs:168) emptyArray_ (src/Data/Aeson/Encoding/Internal.hs:171) emptyObject_ (src/Data/Aeson/Encoding/Internal.hs:174) wrapObject (src/Data/Aeson/Encoding/Internal.hs:180) wrapArray (src/Data/Aeson/Encoding/Internal.hs:177) null_ (src/Data/Aeson/Encoding/Internal.hs:183) bool (src/Data/Aeson/Encoding/Internal.hs:186) key (src/Data/Aeson/Encoding/Internal.hs:247) text (src/Data/Aeson/Encoding/Internal.hs:250) lazyText (src/Data/Aeson/Encoding/Internal.hs:253) string (src/Data/Aeson/Encoding/Internal.hs:266) list (src/Data/Aeson/Encoding/Internal.hs:196) empty (src/Data/Aeson/Encoding/Internal.hs:225) >< (src/Data/Aeson/Encoding/Internal.hs:232) econcat (src/Data/Aeson/Encoding/Internal.hs:228) int8 (src/Data/Aeson/Encoding/Internal.hs:285) int16 (src/Data/Aeson/Encoding/Internal.hs:288) int32 (src/Data/Aeson/Encoding/Internal.hs:291) int64 (src/Data/Aeson/Encoding/Internal.hs:294) int (src/Data/Aeson/Encoding/Internal.hs:297) word8 (src/Data/Aeson/Encoding/Internal.hs:300) word16 (src/Data/Aeson/Encoding/Internal.hs:303) word32 (src/Data/Aeson/Encoding/Internal.hs:306) word64 (src/Data/Aeson/Encoding/Internal.hs:309) word (src/Data/Aeson/Encoding/Internal.hs:312) integer (src/Data/Aeson/Encoding/Internal.hs:315) float (src/Data/Aeson/Encoding/Internal.hs:318) scientific (src/Data/Aeson/Encoding/Internal.hs:338) int8Text (src/Data/Aeson/Encoding/Internal.hs:352) int16Text (src/Data/Aeson/Encoding/Internal.hs:355) int32Text (src/Data/Aeson/Encoding/Internal.hs:358) int64Text (src/Data/Aeson/Encoding/Internal.hs:361) intText (src/Data/Aeson/Encoding/Internal.hs:364) word8Text (src/Data/Aeson/Encoding/Internal.hs:367) word16Text (src/Data/Aeson/Encoding/Internal.hs:370) word32Text (src/Data/Aeson/Encoding/Internal.hs:373) word64Text (src/Data/Aeson/Encoding/Internal.hs:376) wordText (src/Data/Aeson/Encoding/Internal.hs:379) integerText (src/Data/Aeson/Encoding/Internal.hs:382) floatText (src/Data/Aeson/Encoding/Internal.hs:385) scientificText (src/Data/Aeson/Encoding/Internal.hs:409) day (src/Data/Aeson/Encoding/Internal.hs:416) month (src/Data/Aeson/Encoding/Internal.hs:419) quarter (src/Data/Aeson/Encoding/Internal.hs:422) localTime (src/Data/Aeson/Encoding/Internal.hs:425) utcTime (src/Data/Aeson/Encoding/Internal.hs:428) timeOfDay (src/Data/Aeson/Encoding/Internal.hs:431) zonedTime (src/Data/Aeson/Encoding/Internal.hs:434) value (src/Data/Aeson/Encoding/Internal.hs:441) comma (src/Data/Aeson/Encoding/Internal.hs:273) colon (src/Data/Aeson/Encoding/Internal.hs:274) openBracket (src/Data/Aeson/Encoding/Internal.hs:275) closeBracket (src/Data/Aeson/Encoding/Internal.hs:276) openCurly (src/Data/Aeson/Encoding/Internal.hs:277) closeCurly (src/Data/Aeson/Encoding/Internal.hs:278) Warning: 'Encoding' is ambiguous. It is defined * at src/Data/Aeson/Encoding/Internal.hs:82:25 * at src/Data/Aeson/Encoding/Internal.hs:88:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Encoding/Internal.hs:88:1 Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 27% ( 18 / 65) in 'Data.Aeson.Encoding' Missing documentation for: encodingToLazyByteString (src/Data/Aeson/Encoding/Internal.hs:98) pair (src/Data/Aeson/Encoding/Internal.hs:134) pairStr (src/Data/Aeson/Encoding/Internal.hs:138) pair' (src/Data/Aeson/Encoding/Internal.hs:142) nullEncoding (src/Data/Aeson/Encoding/Internal.hs:168) emptyArray_ (src/Data/Aeson/Encoding/Internal.hs:171) emptyObject_ (src/Data/Aeson/Encoding/Internal.hs:174) text (src/Data/Aeson/Encoding/Internal.hs:250) lazyText (src/Data/Aeson/Encoding/Internal.hs:253) string (src/Data/Aeson/Encoding/Internal.hs:266) list (src/Data/Aeson/Encoding/Internal.hs:196) null_ (src/Data/Aeson/Encoding/Internal.hs:183) bool (src/Data/Aeson/Encoding/Internal.hs:186) int8 (src/Data/Aeson/Encoding/Internal.hs:285) int16 (src/Data/Aeson/Encoding/Internal.hs:288) int32 (src/Data/Aeson/Encoding/Internal.hs:291) int64 (src/Data/Aeson/Encoding/Internal.hs:294) int (src/Data/Aeson/Encoding/Internal.hs:297) word8 (src/Data/Aeson/Encoding/Internal.hs:300) word16 (src/Data/Aeson/Encoding/Internal.hs:303) word32 (src/Data/Aeson/Encoding/Internal.hs:306) word64 (src/Data/Aeson/Encoding/Internal.hs:309) word (src/Data/Aeson/Encoding/Internal.hs:312) integer (src/Data/Aeson/Encoding/Internal.hs:315) float (src/Data/Aeson/Encoding/Internal.hs:318) scientific (src/Data/Aeson/Encoding/Internal.hs:338) int8Text (src/Data/Aeson/Encoding/Internal.hs:352) int16Text (src/Data/Aeson/Encoding/Internal.hs:355) int32Text (src/Data/Aeson/Encoding/Internal.hs:358) int64Text (src/Data/Aeson/Encoding/Internal.hs:361) intText (src/Data/Aeson/Encoding/Internal.hs:364) word8Text (src/Data/Aeson/Encoding/Internal.hs:367) word16Text (src/Data/Aeson/Encoding/Internal.hs:370) word32Text (src/Data/Aeson/Encoding/Internal.hs:373) word64Text (src/Data/Aeson/Encoding/Internal.hs:376) wordText (src/Data/Aeson/Encoding/Internal.hs:379) integerText (src/Data/Aeson/Encoding/Internal.hs:382) floatText (src/Data/Aeson/Encoding/Internal.hs:385) scientificText (src/Data/Aeson/Encoding/Internal.hs:409) day (src/Data/Aeson/Encoding/Internal.hs:416) month (src/Data/Aeson/Encoding/Internal.hs:419) quarter (src/Data/Aeson/Encoding/Internal.hs:422) localTime (src/Data/Aeson/Encoding/Internal.hs:425) utcTime (src/Data/Aeson/Encoding/Internal.hs:428) timeOfDay (src/Data/Aeson/Encoding/Internal.hs:431) zonedTime (src/Data/Aeson/Encoding/Internal.hs:434) value (src/Data/Aeson/Encoding/Internal.hs:441) Warning: 'ConsParseJSON' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Generically1' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Generics Warning: 'ToJSONKeyFunction' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToJSONKeyValue' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ToJSONKeyText' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'String' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:368:14 * in GHC.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:368:14 Warning: 'Object' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:366:14 * at src/Data/Aeson/Types/Internal.hs:360:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1 Warning: 'Array' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:367:14 * at src/Data/Aeson/Types/Internal.hs:363:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:363:1 Warning: 'Generically' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Generics Warning: 'genericToJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Bool' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:370:14 * in GHC.Types You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:370:14 Warning: 'Boolean' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Map' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HashMap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FromJSONKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'String' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:368:14 * in GHC.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:368:14 Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'showsList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'pairs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Generically' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Generics Warning: 'Object' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:366:14 * at src/Data/Aeson/Types/Internal.hs:360:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1 93% (138 /148) in 'Data.Aeson.Types' Missing documentation for: Key (src/Data/Aeson/Key.hs:44) ToJSONKeyFunction (src/Data/Aeson/Types/ToJSON.hs:532) GToJSONKey (src/Data/Aeson/Types/ToJSON.hs:596) genericToJSONKey (src/Data/Aeson/Types/ToJSON.hs:594) GFromJSONKey (src/Data/Aeson/Types/FromJSON.hs:521) omitField1 (src/Data/Aeson/Types/ToJSON.hs:691) omitField2 (src/Data/Aeson/Types/ToJSON.hs:724) GToJSON (src/Data/Aeson/Types/Class.hs:120) GToEncoding (src/Data/Aeson/Types/Class.hs:121) JSONPath (src/Data/Aeson/Types/Internal.hs:116) Warning: 'encode' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'fromEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 3 / 3) in 'Data.Aeson.Text' Warning: 'AesonException' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:923:26 * at src/Data/Aeson/Types/Internal.hs:923:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:923:1 100% ( 12 / 12) in 'Data.Aeson.Decoding' Warning: 'json' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'AesonException' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:923:26 * at src/Data/Aeson/Types/Internal.hs:923:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:923:1 Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'name' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Object' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:366:14 * at src/Data/Aeson/Types/Internal.hs:360:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1 Cannot find documentation for: $optionsFields 92% (132 /143) in 'Data.Aeson' Missing documentation for: Key (src/Data/Aeson/Key.hs:44) JSONPath (src/Data/Aeson/Types/Internal.hs:116) ToJSONKeyFunction (src/Data/Aeson/Types/ToJSON.hs:532) GToJSONKey (src/Data/Aeson/Types/ToJSON.hs:596) genericToJSONKey (src/Data/Aeson/Types/ToJSON.hs:594) GFromJSONKey (src/Data/Aeson/Types/FromJSON.hs:521) omitField1 (src/Data/Aeson/Types/ToJSON.hs:691) omitField2 (src/Data/Aeson/Types/ToJSON.hs:724) GToJSON (src/Data/Aeson/Types/Class.hs:120) GToEncoding (src/Data/Aeson/Types/Class.hs:121) parseIndexedJSON (src/Data/Aeson/Types/FromJSON.hs:171) Warning: 'Value' is ambiguous. It is defined * at src/Data/Aeson/Encoding/Internal.hs:130:15 * at src/Data/Aeson/Types/Internal.hs:366:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:366:1 100% ( 2 / 2) in 'Data.Aeson.RFC8785' 100% ( 2 / 2) in 'Data.Aeson.QQ.Simple' Warning: 'ToJSON' is ambiguous. It is defined * at src/Data/Aeson/TH.hs:1906:16 * at src/Data/Aeson/Types/ToJSON.hs:291:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/ToJSON.hs:291:1 Warning: 'Value' is ambiguous. It is defined * at src/Data/Aeson/TH.hs:1909:18 * at src/Data/Aeson/Types/Internal.hs:366:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:366:1 Warning: 'Object' is ambiguous. It is defined * at src/Data/Aeson/Types/Internal.hs:366:14 * at src/Data/Aeson/Types/Internal.hs:360:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Aeson/Types/Internal.hs:360:1 Warning: 'FromJSON3' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 25 / 25) in 'Data.Aeson.TH' Warning: Data.Aeson.KeyMap: could not find link destinations for: - Data.Aeson.KeyMap.D:R:ItemKeyMap Warning: Data.Aeson.Encoding.Internal: could not find link destinations for: - Data.Aeson.Types.ToJSON.EncodeProduct - Data.Aeson.Types.ToJSON.gToJSON Warning: Data.Aeson.Encoding: could not find link destinations for: - Data.Aeson.Types.ToJSON.EncodeProduct - Data.Aeson.Types.ToJSON.gToJSON Warning: Data.Aeson.Types: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Generic.Base.Vector - Data.Aeson.Types.Generic.ProductSize - Data.Aeson.Types.Generic.AllNullary - Data.Aeson.Types.Internal.Rep_Value - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Vector - Data.Aeson.Types.FromJSON.ConstructorNames - Data.Aeson.Types.FromJSON.SumFromString - Data.Aeson.Types.FromJSON.GFromJSON' - Data.Aeson.Types.FromJSON.gParseJSON - Data.Aeson.Types.FromJSON.withBoundedScientific - Data.Aeson.Types.ToJSON.EncodeProduct - Data.Aeson.Types.ToJSON.WriteProduct - Data.Aeson.Types.ToJSON.ConsToJSON - Data.Aeson.Types.ToJSON.GetConName - Data.Aeson.Types.ToJSON.SumToJSON - Data.Aeson.Types.ToJSON.gToJSON Warning: Data.Aeson: could not find link destinations for: - Data.Vector.Vector - Data.Vector.Generic.Base.Vector - Data.Aeson.Types.Generic.ProductSize - Data.Aeson.Types.Generic.AllNullary - Data.Aeson.Types.Internal.Rep_Value - Data.Vector.Primitive.Vector - Data.Vector.Storable.Vector - Data.Vector.Unboxed.Base.Vector - Data.Aeson.Types.FromJSON.ConstructorNames - Data.Aeson.Types.FromJSON.SumFromString - Data.Aeson.Types.FromJSON.GFromJSON' - Data.Aeson.Types.FromJSON.gParseJSON - Data.Aeson.Types.FromJSON.withBoundedScientific - Data.Aeson.Types.ToJSON.EncodeProduct - Data.Aeson.Types.ToJSON.WriteProduct - Data.Aeson.Types.ToJSON.ConsToJSON - Data.Aeson.Types.ToJSON.GetConName - Data.Aeson.Types.ToJSON.SumToJSON - Data.Aeson.Types.ToJSON.gToJSON Documentation created: dist/doc/html/aeson/, dist/doc/html/aeson/aeson.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/aeson-2.2.3.0-FOeQbLx5rDIAFp7loF3WiK Completed aeson-2.2.3.0 Downloading monoidal-containers-0.6.6.0 Downloaded monoidal-containers-0.6.6.0 Configuring monoidal-containers-0.6.6.0... Preprocessing library for monoidal-containers-0.6.6.0.. Building library for monoidal-containers-0.6.6.0.. [1 of 5] Compiling Data.HashMap.Monoidal ( src/Data/HashMap/Monoidal.hs, dist/build/Data/HashMap/Monoidal.o, dist/build/Data/HashMap/Monoidal.dyn_o ) [2 of 5] Compiling Data.IntMap.Monoidal ( src/Data/IntMap/Monoidal.hs, dist/build/Data/IntMap/Monoidal.o, dist/build/Data/IntMap/Monoidal.dyn_o ) [3 of 5] Compiling Data.IntMap.Monoidal.Strict ( src/Data/IntMap/Monoidal/Strict.hs, dist/build/Data/IntMap/Monoidal/Strict.o, dist/build/Data/IntMap/Monoidal/Strict.dyn_o ) [4 of 5] Compiling Data.Map.Monoidal ( src/Data/Map/Monoidal.hs, dist/build/Data/Map/Monoidal.o, dist/build/Data/Map/Monoidal.dyn_o ) [5 of 5] Compiling Data.Map.Monoidal.Strict ( src/Data/Map/Monoidal/Strict.hs, dist/build/Data/Map/Monoidal/Strict.o, dist/build/Data/Map/Monoidal/Strict.dyn_o ) Preprocessing library for monoidal-containers-0.6.6.0.. Running Haddock on library for monoidal-containers-0.6.6.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Data.HashMap.Monoidal ( src/Data/HashMap/Monoidal.hs, nothing ) [2 of 5] Compiling Data.IntMap.Monoidal ( src/Data/IntMap/Monoidal.hs, nothing ) [3 of 5] Compiling Data.IntMap.Monoidal.Strict ( src/Data/IntMap/Monoidal/Strict.hs, nothing ) [4 of 5] Compiling Data.Map.Monoidal ( src/Data/Map/Monoidal.hs, nothing ) [5 of 5] Compiling Data.Map.Monoidal.Strict ( src/Data/Map/Monoidal/Strict.hs, nothing ) Haddock coverage: Warning: 'Map' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Wrapped' is ambiguous. It is defined * in Control.Lens.Wrapped * in Control.Lens.Wrapped You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Lens.Wrapped Warning: 'HashMap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 22 / 22) in 'Data.HashMap.Monoidal' Warning: 'Map' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Wrapped' is ambiguous. It is defined * in Control.Lens.Wrapped * in Control.Lens.Wrapped You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Lens.Wrapped Warning: 'IntMap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 12% ( 12 /100) in 'Data.IntMap.Monoidal' Missing documentation for: ! (src/Data/IntMap/Monoidal.hs:301) \\ (src/Data/IntMap/Monoidal.hs:305) adjust (src/Data/IntMap/Monoidal.hs:353) adjustWithKey (src/Data/IntMap/Monoidal.hs:357) alter (src/Data/IntMap/Monoidal.hs:373) deleteFindMax (src/Data/IntMap/Monoidal.hs:617) deleteFindMin (src/Data/IntMap/Monoidal.hs:613) deleteMax (src/Data/IntMap/Monoidal.hs:609) deleteMin (src/Data/IntMap/Monoidal.hs:605) difference (src/Data/IntMap/Monoidal.hs:389) differenceWith (src/Data/IntMap/Monoidal.hs:393) differenceWithKey (src/Data/IntMap/Monoidal.hs:397) empty (src/Data/IntMap/Monoidal.hs:333) filter (src/Data/IntMap/Monoidal.hs:537) filterWithKey (src/Data/IntMap/Monoidal.hs:541) findMax (src/Data/IntMap/Monoidal.hs:601) findMin (src/Data/IntMap/Monoidal.hs:597) foldMapWithKey (src/Data/IntMap/Monoidal.hs:465) foldl (src/Data/IntMap/Monoidal.hs:453) foldl' (src/Data/IntMap/Monoidal.hs:473) foldlWithKey (src/Data/IntMap/Monoidal.hs:461) foldlWithKey' (src/Data/IntMap/Monoidal.hs:481) foldr (src/Data/IntMap/Monoidal.hs:449) foldr' (src/Data/IntMap/Monoidal.hs:469) foldrWithKey (src/Data/IntMap/Monoidal.hs:457) foldrWithKey' (src/Data/IntMap/Monoidal.hs:477) fromAscList (src/Data/IntMap/Monoidal.hs:517) fromAscListWith (src/Data/IntMap/Monoidal.hs:521) fromAscListWithKey (src/Data/IntMap/Monoidal.hs:525) fromDistinctAscList (src/Data/IntMap/Monoidal.hs:529) fromDistinctList (src/Data/IntMap/Monoidal.hs:533) fromList (src/Data/IntMap/Monoidal.hs:497) fromListWith (src/Data/IntMap/Monoidal.hs:501) fromListWithKey (src/Data/IntMap/Monoidal.hs:505) fromSet (src/Data/IntMap/Monoidal.hs:489) insert (src/Data/IntMap/Monoidal.hs:337) insertLookupWithKey (src/Data/IntMap/Monoidal.hs:349) insertWith (src/Data/IntMap/Monoidal.hs:341) insertWithKey (src/Data/IntMap/Monoidal.hs:345) intersectionWith (src/Data/IntMap/Monoidal.hs:401) intersectionWithKey (src/Data/IntMap/Monoidal.hs:405) isProperSubmapOf (src/Data/IntMap/Monoidal.hs:589) isProperSubmapOfBy (src/Data/IntMap/Monoidal.hs:593) isSubmapOf (src/Data/IntMap/Monoidal.hs:581) isSubmapOfBy (src/Data/IntMap/Monoidal.hs:585) keysSet (src/Data/IntMap/Monoidal.hs:485) lookup (src/Data/IntMap/Monoidal.hs:313) lookupGE (src/Data/IntMap/Monoidal.hs:329) lookupGT (src/Data/IntMap/Monoidal.hs:321) lookupLE (src/Data/IntMap/Monoidal.hs:325) lookupLT (src/Data/IntMap/Monoidal.hs:317) map (src/Data/IntMap/Monoidal.hs:413) mapAccum (src/Data/IntMap/Monoidal.hs:425) mapAccumRWithKey (src/Data/IntMap/Monoidal.hs:433) mapAccumWithKey (src/Data/IntMap/Monoidal.hs:429) mapEither (src/Data/IntMap/Monoidal.hs:561) mapEitherWithKey (src/Data/IntMap/Monoidal.hs:565) mapKeys (src/Data/IntMap/Monoidal.hs:437) mapKeysMonotonic (src/Data/IntMap/Monoidal.hs:445) mapKeysWith (src/Data/IntMap/Monoidal.hs:441) mapMaybe (src/Data/IntMap/Monoidal.hs:553) mapMaybeWithKey (src/Data/IntMap/Monoidal.hs:557) mapWithKey (src/Data/IntMap/Monoidal.hs:417) maxView (src/Data/IntMap/Monoidal.hs:641) maxViewWithKey (src/Data/IntMap/Monoidal.hs:649) mergeWithKey (src/Data/IntMap/Monoidal.hs:409) minView (src/Data/IntMap/Monoidal.hs:637) minViewWithKey (src/Data/IntMap/Monoidal.hs:645) null (src/Data/IntMap/Monoidal.hs:309) partition (src/Data/IntMap/Monoidal.hs:545) partitionWithKey (src/Data/IntMap/Monoidal.hs:549) split (src/Data/IntMap/Monoidal.hs:569) splitLookup (src/Data/IntMap/Monoidal.hs:573) splitRoot (src/Data/IntMap/Monoidal.hs:577) toAscList (src/Data/IntMap/Monoidal.hs:509) toDescList (src/Data/IntMap/Monoidal.hs:513) toList (src/Data/IntMap/Monoidal.hs:493) traverseWithKey (src/Data/IntMap/Monoidal.hs:421) unionWith (src/Data/IntMap/Monoidal.hs:377) unionWithKey (src/Data/IntMap/Monoidal.hs:381) unionsWith (src/Data/IntMap/Monoidal.hs:385) update (src/Data/IntMap/Monoidal.hs:361) updateLookupWithKey (src/Data/IntMap/Monoidal.hs:369) updateMax (src/Data/IntMap/Monoidal.hs:625) updateMaxWithKey (src/Data/IntMap/Monoidal.hs:633) updateMin (src/Data/IntMap/Monoidal.hs:621) updateMinWithKey (src/Data/IntMap/Monoidal.hs:629) updateWithKey (src/Data/IntMap/Monoidal.hs:365) Warning: 'Map' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Wrapped' is ambiguous. It is defined * in Control.Lens.Wrapped * in Control.Lens.Wrapped You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Lens.Wrapped Warning: 'IntMap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 12% ( 12 /100) in 'Data.IntMap.Monoidal.Strict' Missing documentation for: ! (src/Data/IntMap/Monoidal/Strict.hs:301) \\ (src/Data/IntMap/Monoidal/Strict.hs:305) adjust (src/Data/IntMap/Monoidal/Strict.hs:353) adjustWithKey (src/Data/IntMap/Monoidal/Strict.hs:357) alter (src/Data/IntMap/Monoidal/Strict.hs:373) deleteFindMax (src/Data/IntMap/Monoidal/Strict.hs:617) deleteFindMin (src/Data/IntMap/Monoidal/Strict.hs:613) deleteMax (src/Data/IntMap/Monoidal/Strict.hs:609) deleteMin (src/Data/IntMap/Monoidal/Strict.hs:605) difference (src/Data/IntMap/Monoidal/Strict.hs:389) differenceWith (src/Data/IntMap/Monoidal/Strict.hs:393) differenceWithKey (src/Data/IntMap/Monoidal/Strict.hs:397) empty (src/Data/IntMap/Monoidal/Strict.hs:333) filter (src/Data/IntMap/Monoidal/Strict.hs:537) filterWithKey (src/Data/IntMap/Monoidal/Strict.hs:541) findMax (src/Data/IntMap/Monoidal/Strict.hs:601) findMin (src/Data/IntMap/Monoidal/Strict.hs:597) foldMapWithKey (src/Data/IntMap/Monoidal/Strict.hs:465) foldl (src/Data/IntMap/Monoidal/Strict.hs:453) foldl' (src/Data/IntMap/Monoidal/Strict.hs:473) foldlWithKey (src/Data/IntMap/Monoidal/Strict.hs:461) foldlWithKey' (src/Data/IntMap/Monoidal/Strict.hs:481) foldr (src/Data/IntMap/Monoidal/Strict.hs:449) foldr' (src/Data/IntMap/Monoidal/Strict.hs:469) foldrWithKey (src/Data/IntMap/Monoidal/Strict.hs:457) foldrWithKey' (src/Data/IntMap/Monoidal/Strict.hs:477) fromAscList (src/Data/IntMap/Monoidal/Strict.hs:517) fromAscListWith (src/Data/IntMap/Monoidal/Strict.hs:521) fromAscListWithKey (src/Data/IntMap/Monoidal/Strict.hs:525) fromDistinctAscList (src/Data/IntMap/Monoidal/Strict.hs:529) fromDistinctList (src/Data/IntMap/Monoidal/Strict.hs:533) fromList (src/Data/IntMap/Monoidal/Strict.hs:497) fromListWith (src/Data/IntMap/Monoidal/Strict.hs:501) fromListWithKey (src/Data/IntMap/Monoidal/Strict.hs:505) fromSet (src/Data/IntMap/Monoidal/Strict.hs:489) insert (src/Data/IntMap/Monoidal/Strict.hs:337) insertLookupWithKey (src/Data/IntMap/Monoidal/Strict.hs:349) insertWith (src/Data/IntMap/Monoidal/Strict.hs:341) insertWithKey (src/Data/IntMap/Monoidal/Strict.hs:345) intersectionWith (src/Data/IntMap/Monoidal/Strict.hs:401) intersectionWithKey (src/Data/IntMap/Monoidal/Strict.hs:405) isProperSubmapOf (src/Data/IntMap/Monoidal/Strict.hs:589) isProperSubmapOfBy (src/Data/IntMap/Monoidal/Strict.hs:593) isSubmapOf (src/Data/IntMap/Monoidal/Strict.hs:581) isSubmapOfBy (src/Data/IntMap/Monoidal/Strict.hs:585) keysSet (src/Data/IntMap/Monoidal/Strict.hs:485) lookup (src/Data/IntMap/Monoidal/Strict.hs:313) lookupGE (src/Data/IntMap/Monoidal/Strict.hs:329) lookupGT (src/Data/IntMap/Monoidal/Strict.hs:321) lookupLE (src/Data/IntMap/Monoidal/Strict.hs:325) lookupLT (src/Data/IntMap/Monoidal/Strict.hs:317) map (src/Data/IntMap/Monoidal/Strict.hs:413) mapAccum (src/Data/IntMap/Monoidal/Strict.hs:425) mapAccumRWithKey (src/Data/IntMap/Monoidal/Strict.hs:433) mapAccumWithKey (src/Data/IntMap/Monoidal/Strict.hs:429) mapEither (src/Data/IntMap/Monoidal/Strict.hs:561) mapEitherWithKey (src/Data/IntMap/Monoidal/Strict.hs:565) mapKeys (src/Data/IntMap/Monoidal/Strict.hs:437) mapKeysMonotonic (src/Data/IntMap/Monoidal/Strict.hs:445) mapKeysWith (src/Data/IntMap/Monoidal/Strict.hs:441) mapMaybe (src/Data/IntMap/Monoidal/Strict.hs:553) mapMaybeWithKey (src/Data/IntMap/Monoidal/Strict.hs:557) mapWithKey (src/Data/IntMap/Monoidal/Strict.hs:417) maxView (src/Data/IntMap/Monoidal/Strict.hs:641) maxViewWithKey (src/Data/IntMap/Monoidal/Strict.hs:649) mergeWithKey (src/Data/IntMap/Monoidal/Strict.hs:409) minView (src/Data/IntMap/Monoidal/Strict.hs:637) minViewWithKey (src/Data/IntMap/Monoidal/Strict.hs:645) null (src/Data/IntMap/Monoidal/Strict.hs:309) partition (src/Data/IntMap/Monoidal/Strict.hs:545) partitionWithKey (src/Data/IntMap/Monoidal/Strict.hs:549) split (src/Data/IntMap/Monoidal/Strict.hs:569) splitLookup (src/Data/IntMap/Monoidal/Strict.hs:573) splitRoot (src/Data/IntMap/Monoidal/Strict.hs:577) toAscList (src/Data/IntMap/Monoidal/Strict.hs:509) toDescList (src/Data/IntMap/Monoidal/Strict.hs:513) toList (src/Data/IntMap/Monoidal/Strict.hs:493) traverseWithKey (src/Data/IntMap/Monoidal/Strict.hs:421) unionWith (src/Data/IntMap/Monoidal/Strict.hs:377) unionWithKey (src/Data/IntMap/Monoidal/Strict.hs:381) unionsWith (src/Data/IntMap/Monoidal/Strict.hs:385) update (src/Data/IntMap/Monoidal/Strict.hs:361) updateLookupWithKey (src/Data/IntMap/Monoidal/Strict.hs:369) updateMax (src/Data/IntMap/Monoidal/Strict.hs:625) updateMaxWithKey (src/Data/IntMap/Monoidal/Strict.hs:633) updateMin (src/Data/IntMap/Monoidal/Strict.hs:621) updateMinWithKey (src/Data/IntMap/Monoidal/Strict.hs:629) updateWithKey (src/Data/IntMap/Monoidal/Strict.hs:365) Warning: 'Map' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Wrapped' is ambiguous. It is defined * in Control.Lens.Wrapped * in Control.Lens.Wrapped You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Lens.Wrapped 10% ( 13 /122) in 'Data.Map.Monoidal' Missing documentation for: !? (src/Data/Map/Monoidal.hs:321) ! (src/Data/Map/Monoidal.hs:327) \\ (src/Data/Map/Monoidal.hs:331) adjust (src/Data/Map/Monoidal.hs:379) adjustWithKey (src/Data/Map/Monoidal.hs:383) alter (src/Data/Map/Monoidal.hs:399) deleteAt (src/Data/Map/Monoidal.hs:697) take (src/Data/Map/Monoidal.hs:701) drop (src/Data/Map/Monoidal.hs:705) splitAt (src/Data/Map/Monoidal.hs:709) lookupMin (src/Data/Map/Monoidal.hs:713) lookupMax (src/Data/Map/Monoidal.hs:717) deleteFindMax (src/Data/Map/Monoidal.hs:741) deleteFindMin (src/Data/Map/Monoidal.hs:737) deleteMax (src/Data/Map/Monoidal.hs:733) deleteMin (src/Data/Map/Monoidal.hs:729) difference (src/Data/Map/Monoidal.hs:415) differenceWith (src/Data/Map/Monoidal.hs:419) differenceWithKey (src/Data/Map/Monoidal.hs:423) elemAt (src/Data/Map/Monoidal.hs:689) empty (src/Data/Map/Monoidal.hs:359) filter (src/Data/Map/Monoidal.hs:601) filterWithKey (src/Data/Map/Monoidal.hs:605) restrictKeys (src/Data/Map/Monoidal.hs:609) withoutKeys (src/Data/Map/Monoidal.hs:613) findIndex (src/Data/Map/Monoidal.hs:685) findMax (src/Data/Map/Monoidal.hs:725) findMin (src/Data/Map/Monoidal.hs:721) foldMapWithKey (src/Data/Map/Monoidal.hs:513) foldl (src/Data/Map/Monoidal.hs:501) foldl' (src/Data/Map/Monoidal.hs:521) foldlWithKey (src/Data/Map/Monoidal.hs:509) foldlWithKey' (src/Data/Map/Monoidal.hs:529) foldr (src/Data/Map/Monoidal.hs:497) foldr' (src/Data/Map/Monoidal.hs:517) foldrWithKey (src/Data/Map/Monoidal.hs:505) foldrWithKey' (src/Data/Map/Monoidal.hs:525) fromAscList (src/Data/Map/Monoidal.hs:565) fromAscListWith (src/Data/Map/Monoidal.hs:569) fromAscListWithKey (src/Data/Map/Monoidal.hs:573) fromDistinctAscList (src/Data/Map/Monoidal.hs:577) fromDistinctList (src/Data/Map/Monoidal.hs:581) fromDescList (src/Data/Map/Monoidal.hs:585) fromDescListWith (src/Data/Map/Monoidal.hs:589) fromDescListWithKey (src/Data/Map/Monoidal.hs:593) fromDistinctDescList (src/Data/Map/Monoidal.hs:597) fromList (src/Data/Map/Monoidal.hs:545) fromListWith (src/Data/Map/Monoidal.hs:549) fromListWithKey (src/Data/Map/Monoidal.hs:553) fromSet (src/Data/Map/Monoidal.hs:537) insert (src/Data/Map/Monoidal.hs:363) insertLookupWithKey (src/Data/Map/Monoidal.hs:375) insertWith (src/Data/Map/Monoidal.hs:367) insertWithKey (src/Data/Map/Monoidal.hs:371) intersectionWith (src/Data/Map/Monoidal.hs:427) intersectionWithKey (src/Data/Map/Monoidal.hs:431) isProperSubmapOf (src/Data/Map/Monoidal.hs:673) isProperSubmapOfBy (src/Data/Map/Monoidal.hs:677) isSubmapOf (src/Data/Map/Monoidal.hs:665) isSubmapOfBy (src/Data/Map/Monoidal.hs:669) keysSet (src/Data/Map/Monoidal.hs:533) lookup (src/Data/Map/Monoidal.hs:339) lookupGE (src/Data/Map/Monoidal.hs:355) lookupGT (src/Data/Map/Monoidal.hs:347) lookupIndex (src/Data/Map/Monoidal.hs:681) lookupLE (src/Data/Map/Monoidal.hs:351) lookupLT (src/Data/Map/Monoidal.hs:343) map (src/Data/Map/Monoidal.hs:439) mapAccum (src/Data/Map/Monoidal.hs:455) mapAccumRWithKey (src/Data/Map/Monoidal.hs:463) mapAccumWithKey (src/Data/Map/Monoidal.hs:459) mapEither (src/Data/Map/Monoidal.hs:645) mapEitherWithKey (src/Data/Map/Monoidal.hs:649) mapKeys (src/Data/Map/Monoidal.hs:467) mapKeysWith (src/Data/Map/Monoidal.hs:471) mapMaybe (src/Data/Map/Monoidal.hs:637) mapMaybeWithKey (src/Data/Map/Monoidal.hs:641) mapWithKey (src/Data/Map/Monoidal.hs:443) maxView (src/Data/Map/Monoidal.hs:765) maxViewWithKey (src/Data/Map/Monoidal.hs:773) mergeWithKey (src/Data/Map/Monoidal.hs:435) minView (src/Data/Map/Monoidal.hs:761) minViewWithKey (src/Data/Map/Monoidal.hs:769) null (src/Data/Map/Monoidal.hs:335) partition (src/Data/Map/Monoidal.hs:617) partitionWithKey (src/Data/Map/Monoidal.hs:621) takeWhileAntitone (src/Data/Map/Monoidal.hs:625) dropWhileAntitone (src/Data/Map/Monoidal.hs:629) spanAntitone (src/Data/Map/Monoidal.hs:633) split (src/Data/Map/Monoidal.hs:653) splitLookup (src/Data/Map/Monoidal.hs:657) splitRoot (src/Data/Map/Monoidal.hs:661) toAscList (src/Data/Map/Monoidal.hs:557) toDescList (src/Data/Map/Monoidal.hs:561) toList (src/Data/Map/Monoidal.hs:541) traverseWithKey (src/Data/Map/Monoidal.hs:447) traverseMaybeWithKey (src/Data/Map/Monoidal.hs:451) unionWith (src/Data/Map/Monoidal.hs:403) unionWithKey (src/Data/Map/Monoidal.hs:407) unionsWith (src/Data/Map/Monoidal.hs:411) update (src/Data/Map/Monoidal.hs:387) updateAt (src/Data/Map/Monoidal.hs:693) updateLookupWithKey (src/Data/Map/Monoidal.hs:395) updateMax (src/Data/Map/Monoidal.hs:749) updateMaxWithKey (src/Data/Map/Monoidal.hs:757) updateMin (src/Data/Map/Monoidal.hs:745) updateMinWithKey (src/Data/Map/Monoidal.hs:753) updateWithKey (src/Data/Map/Monoidal.hs:391) valid (src/Data/Map/Monoidal.hs:785) Warning: 'Map' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Wrapped' is ambiguous. It is defined * in Control.Lens.Wrapped * in Control.Lens.Wrapped You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Lens.Wrapped 10% ( 13 /122) in 'Data.Map.Monoidal.Strict' Missing documentation for: !? (src/Data/Map/Monoidal/Strict.hs:321) ! (src/Data/Map/Monoidal/Strict.hs:326) \\ (src/Data/Map/Monoidal/Strict.hs:330) adjust (src/Data/Map/Monoidal/Strict.hs:378) adjustWithKey (src/Data/Map/Monoidal/Strict.hs:382) alter (src/Data/Map/Monoidal/Strict.hs:398) deleteAt (src/Data/Map/Monoidal/Strict.hs:696) take (src/Data/Map/Monoidal/Strict.hs:700) drop (src/Data/Map/Monoidal/Strict.hs:704) splitAt (src/Data/Map/Monoidal/Strict.hs:708) lookupMin (src/Data/Map/Monoidal/Strict.hs:712) lookupMax (src/Data/Map/Monoidal/Strict.hs:716) deleteFindMax (src/Data/Map/Monoidal/Strict.hs:740) deleteFindMin (src/Data/Map/Monoidal/Strict.hs:736) deleteMax (src/Data/Map/Monoidal/Strict.hs:732) deleteMin (src/Data/Map/Monoidal/Strict.hs:728) difference (src/Data/Map/Monoidal/Strict.hs:414) differenceWith (src/Data/Map/Monoidal/Strict.hs:418) differenceWithKey (src/Data/Map/Monoidal/Strict.hs:422) elemAt (src/Data/Map/Monoidal/Strict.hs:688) empty (src/Data/Map/Monoidal/Strict.hs:358) filter (src/Data/Map/Monoidal/Strict.hs:600) filterWithKey (src/Data/Map/Monoidal/Strict.hs:604) restrictKeys (src/Data/Map/Monoidal/Strict.hs:608) withoutKeys (src/Data/Map/Monoidal/Strict.hs:612) findIndex (src/Data/Map/Monoidal/Strict.hs:684) findMax (src/Data/Map/Monoidal/Strict.hs:724) findMin (src/Data/Map/Monoidal/Strict.hs:720) foldMapWithKey (src/Data/Map/Monoidal/Strict.hs:512) foldl (src/Data/Map/Monoidal/Strict.hs:500) foldl' (src/Data/Map/Monoidal/Strict.hs:520) foldlWithKey (src/Data/Map/Monoidal/Strict.hs:508) foldlWithKey' (src/Data/Map/Monoidal/Strict.hs:528) foldr (src/Data/Map/Monoidal/Strict.hs:496) foldr' (src/Data/Map/Monoidal/Strict.hs:516) foldrWithKey (src/Data/Map/Monoidal/Strict.hs:504) foldrWithKey' (src/Data/Map/Monoidal/Strict.hs:524) fromAscList (src/Data/Map/Monoidal/Strict.hs:564) fromAscListWith (src/Data/Map/Monoidal/Strict.hs:568) fromAscListWithKey (src/Data/Map/Monoidal/Strict.hs:572) fromDistinctAscList (src/Data/Map/Monoidal/Strict.hs:576) fromDistinctList (src/Data/Map/Monoidal/Strict.hs:580) fromDescList (src/Data/Map/Monoidal/Strict.hs:584) fromDescListWith (src/Data/Map/Monoidal/Strict.hs:588) fromDescListWithKey (src/Data/Map/Monoidal/Strict.hs:592) fromDistinctDescList (src/Data/Map/Monoidal/Strict.hs:596) fromList (src/Data/Map/Monoidal/Strict.hs:544) fromListWith (src/Data/Map/Monoidal/Strict.hs:548) fromListWithKey (src/Data/Map/Monoidal/Strict.hs:552) fromSet (src/Data/Map/Monoidal/Strict.hs:536) insert (src/Data/Map/Monoidal/Strict.hs:362) insertLookupWithKey (src/Data/Map/Monoidal/Strict.hs:374) insertWith (src/Data/Map/Monoidal/Strict.hs:366) insertWithKey (src/Data/Map/Monoidal/Strict.hs:370) intersectionWith (src/Data/Map/Monoidal/Strict.hs:426) intersectionWithKey (src/Data/Map/Monoidal/Strict.hs:430) isProperSubmapOf (src/Data/Map/Monoidal/Strict.hs:672) isProperSubmapOfBy (src/Data/Map/Monoidal/Strict.hs:676) isSubmapOf (src/Data/Map/Monoidal/Strict.hs:664) isSubmapOfBy (src/Data/Map/Monoidal/Strict.hs:668) keysSet (src/Data/Map/Monoidal/Strict.hs:532) lookup (src/Data/Map/Monoidal/Strict.hs:338) lookupGE (src/Data/Map/Monoidal/Strict.hs:354) lookupGT (src/Data/Map/Monoidal/Strict.hs:346) lookupIndex (src/Data/Map/Monoidal/Strict.hs:680) lookupLE (src/Data/Map/Monoidal/Strict.hs:350) lookupLT (src/Data/Map/Monoidal/Strict.hs:342) map (src/Data/Map/Monoidal/Strict.hs:438) mapAccum (src/Data/Map/Monoidal/Strict.hs:454) mapAccumRWithKey (src/Data/Map/Monoidal/Strict.hs:462) mapAccumWithKey (src/Data/Map/Monoidal/Strict.hs:458) mapEither (src/Data/Map/Monoidal/Strict.hs:644) mapEitherWithKey (src/Data/Map/Monoidal/Strict.hs:648) mapKeys (src/Data/Map/Monoidal/Strict.hs:466) mapKeysWith (src/Data/Map/Monoidal/Strict.hs:470) mapMaybe (src/Data/Map/Monoidal/Strict.hs:636) mapMaybeWithKey (src/Data/Map/Monoidal/Strict.hs:640) mapWithKey (src/Data/Map/Monoidal/Strict.hs:442) maxView (src/Data/Map/Monoidal/Strict.hs:764) maxViewWithKey (src/Data/Map/Monoidal/Strict.hs:772) mergeWithKey (src/Data/Map/Monoidal/Strict.hs:434) minView (src/Data/Map/Monoidal/Strict.hs:760) minViewWithKey (src/Data/Map/Monoidal/Strict.hs:768) null (src/Data/Map/Monoidal/Strict.hs:334) partition (src/Data/Map/Monoidal/Strict.hs:616) partitionWithKey (src/Data/Map/Monoidal/Strict.hs:620) takeWhileAntitone (src/Data/Map/Monoidal/Strict.hs:624) dropWhileAntitone (src/Data/Map/Monoidal/Strict.hs:628) spanAntitone (src/Data/Map/Monoidal/Strict.hs:632) split (src/Data/Map/Monoidal/Strict.hs:652) splitLookup (src/Data/Map/Monoidal/Strict.hs:656) splitRoot (src/Data/Map/Monoidal/Strict.hs:660) toAscList (src/Data/Map/Monoidal/Strict.hs:556) toDescList (src/Data/Map/Monoidal/Strict.hs:560) toList (src/Data/Map/Monoidal/Strict.hs:540) traverseWithKey (src/Data/Map/Monoidal/Strict.hs:446) traverseMaybeWithKey (src/Data/Map/Monoidal/Strict.hs:450) unionWith (src/Data/Map/Monoidal/Strict.hs:402) unionWithKey (src/Data/Map/Monoidal/Strict.hs:406) unionsWith (src/Data/Map/Monoidal/Strict.hs:410) update (src/Data/Map/Monoidal/Strict.hs:386) updateAt (src/Data/Map/Monoidal/Strict.hs:692) updateLookupWithKey (src/Data/Map/Monoidal/Strict.hs:394) updateMax (src/Data/Map/Monoidal/Strict.hs:748) updateMaxWithKey (src/Data/Map/Monoidal/Strict.hs:756) updateMin (src/Data/Map/Monoidal/Strict.hs:744) updateMinWithKey (src/Data/Map/Monoidal/Strict.hs:752) updateWithKey (src/Data/Map/Monoidal/Strict.hs:390) valid (src/Data/Map/Monoidal/Strict.hs:784) Warning: Data.HashMap.Monoidal: could not find link destinations for: - Data.HashMap.Monoidal.D:R:ItemMonoidalHashMap - Data.HashMap.Monoidal.D:R:UnwrappedMonoidalHashMap Warning: Data.IntMap.Monoidal: could not find link destinations for: - Data.IntMap.Monoidal.D:R:ItemMonoidalIntMap - Data.IntMap.Monoidal.D:R:UnwrappedMonoidalIntMap Warning: Data.IntMap.Monoidal.Strict: could not find link destinations for: - Data.IntMap.Monoidal.Strict.D:R:ItemMonoidalIntMap - Data.IntMap.Monoidal.Strict.D:R:UnwrappedMonoidalIntMap Warning: Data.Map.Monoidal: could not find link destinations for: - Data.Map.Monoidal.D:R:ItemMonoidalMap - Data.Map.Monoidal.D:R:UnwrappedMonoidalMap Warning: Data.Map.Monoidal.Strict: could not find link destinations for: - Data.Map.Monoidal.Strict.D:R:ItemMonoidalMap - Data.Map.Monoidal.Strict.D:R:UnwrappedMonoidalMap Documentation created: dist/doc/html/monoidal-containers/, dist/doc/html/monoidal-containers/monoidal-containers.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/monoidal-containers-0.6.6.0-GTvSWsJjbdJLTw6DagLSCa Completed monoidal-containers-0.6.6.0 Configuring jsaddle-0.9.9.3... Preprocessing library for jsaddle-0.9.9.3.. Building library for jsaddle-0.9.9.3.. [ 1 of 53] Compiling Data.JSString.Internal ( src-ghc/Data/JSString/Internal.hs, dist/build/Data/JSString/Internal.o, dist/build/Data/JSString/Internal.dyn_o ) [ 2 of 53] Compiling Data.JSString.Internal.Fusion.CaseMapping ( src-ghc/Data/JSString/Internal/Fusion/CaseMapping.hs, dist/build/Data/JSString/Internal/Fusion/CaseMapping.o, dist/build/Data/JSString/Internal/Fusion/CaseMapping.dyn_o ) [ 3 of 53] Compiling Data.JSString.Internal.Fusion.Common ( src-ghc/Data/JSString/Internal/Fusion/Common.hs, dist/build/Data/JSString/Internal/Fusion/Common.o, dist/build/Data/JSString/Internal/Fusion/Common.dyn_o ) [ 4 of 53] Compiling Data.JSString.Internal.Fusion.Types ( src-ghc/Data/JSString/Internal/Fusion/Types.hs, dist/build/Data/JSString/Internal/Fusion/Types.o, dist/build/Data/JSString/Internal/Fusion/Types.dyn_o ) [ 5 of 53] Compiling Data.JSString.Internal.Type ( src-ghc/Data/JSString/Internal/Type.hs, dist/build/Data/JSString/Internal/Type.o, dist/build/Data/JSString/Internal/Type.dyn_o ) [ 6 of 53] Compiling Data.JSString.Internal.Search ( src-ghc/Data/JSString/Internal/Search.hs, dist/build/Data/JSString/Internal/Search.o, dist/build/Data/JSString/Internal/Search.dyn_o ) [ 7 of 53] Compiling Data.JSString.Internal.Fusion ( src-ghc/Data/JSString/Internal/Fusion.hs, dist/build/Data/JSString/Internal/Fusion.o, dist/build/Data/JSString/Internal/Fusion.dyn_o ) [ 8 of 53] Compiling GHCJS.Prim.Internal ( src-ghc/GHCJS/Prim/Internal.hs, dist/build/GHCJS/Prim/Internal.o, dist/build/GHCJS/Prim/Internal.dyn_o ) [ 9 of 53] Compiling JavaScript.TypedArray.Immutable ( src-ghc/JavaScript/TypedArray/Immutable.hs, dist/build/JavaScript/TypedArray/Immutable.o, dist/build/JavaScript/TypedArray/Immutable.dyn_o ) [10 of 53] Compiling Language.Javascript.JSaddle.Exception ( src/Language/Javascript/JSaddle/Exception.hs, dist/build/Language/Javascript/JSaddle/Exception.o, dist/build/Language/Javascript/JSaddle/Exception.dyn_o ) [11 of 53] Compiling Language.Javascript.JSaddle.Run.Files ( src/Language/Javascript/JSaddle/Run/Files.hs, dist/build/Language/Javascript/JSaddle/Run/Files.o, dist/build/Language/Javascript/JSaddle/Run/Files.dyn_o ) [12 of 53] Compiling Language.Javascript.JSaddle.Types ( src/Language/Javascript/JSaddle/Types.hs, dist/build/Language/Javascript/JSaddle/Types.o, dist/build/Language/Javascript/JSaddle/Types.dyn_o ) [13 of 53] Compiling Language.Javascript.JSaddle.String ( src/Language/Javascript/JSaddle/String.hs, dist/build/Language/Javascript/JSaddle/String.o, dist/build/Language/Javascript/JSaddle/String.dyn_o ) [14 of 53] Compiling Language.Javascript.JSaddle.Run ( src/Language/Javascript/JSaddle/Run.hs, dist/build/Language/Javascript/JSaddle/Run.o, dist/build/Language/Javascript/JSaddle/Run.dyn_o ) [15 of 53] Compiling Language.Javascript.JSaddle.Null ( src/Language/Javascript/JSaddle/Null.hs, dist/build/Language/Javascript/JSaddle/Null.o, dist/build/Language/Javascript/JSaddle/Null.dyn_o ) [16 of 53] Compiling Language.Javascript.JSaddle.Monad ( src/Language/Javascript/JSaddle/Monad.hs, dist/build/Language/Javascript/JSaddle/Monad.o, dist/build/Language/Javascript/JSaddle/Monad.dyn_o ) [17 of 53] Compiling Language.Javascript.JSaddle.Native.Internal ( src/Language/Javascript/JSaddle/Native/Internal.hs, dist/build/Language/Javascript/JSaddle/Native/Internal.o, dist/build/Language/Javascript/JSaddle/Native/Internal.dyn_o ) [18 of 53] Compiling Language.Javascript.JSaddle.Classes.Internal ( src/Language/Javascript/JSaddle/Classes/Internal.hs, dist/build/Language/Javascript/JSaddle/Classes/Internal.o, dist/build/Language/Javascript/JSaddle/Classes/Internal.dyn_o ) [19 of 53] Compiling JavaScript.Object.Internal ( src-ghc/JavaScript/Object/Internal.hs, dist/build/JavaScript/Object/Internal.o, dist/build/JavaScript/Object/Internal.dyn_o ) [20 of 53] Compiling JavaScript.Object ( src-ghc/JavaScript/Object.hs, dist/build/JavaScript/Object.o, dist/build/JavaScript/Object.dyn_o ) [21 of 53] Compiling GHCJS.Internal.Types ( src-ghc/GHCJS/Internal/Types.hs, dist/build/GHCJS/Internal/Types.o, dist/build/GHCJS/Internal/Types.dyn_o ) src-ghc/GHCJS/Internal/Types.hs:(13,1)-(15,23): warning: [GHC-90177] [-Worphans] Orphan class instance: instance IsJSVal JSString Suggested fix: Move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. | 13 | instance IsJSVal JSString where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... [22 of 53] Compiling Data.JSString.Text ( src-ghc/Data/JSString/Text.hs, dist/build/Data/JSString/Text.o, dist/build/Data/JSString/Text.dyn_o ) [23 of 53] Compiling GHCJS.Prim ( src-ghc/GHCJS/Prim.hs, dist/build/GHCJS/Prim.o, dist/build/GHCJS/Prim.dyn_o ) src-ghc/GHCJS/Prim.hs:25:43-51: warning: [GHC-38856] [-Wunused-imports] The import of JSVal from module Language.Javascript.JSaddle.Types is redundant | 25 | import Language.Javascript.JSaddle.Types (JSVal(..), JSString(..), GHCJSPure(..), ghcjsPureMap) | ^^^^^^^^^ [24 of 53] Compiling JavaScript.TypedArray.ArrayBuffer.Type ( src-ghc/JavaScript/TypedArray/ArrayBuffer/Type.hs, dist/build/JavaScript/TypedArray/ArrayBuffer/Type.o, dist/build/JavaScript/TypedArray/ArrayBuffer/Type.dyn_o ) src-ghc/JavaScript/TypedArray/ArrayBuffer/Type.hs:3:1-17: warning: [GHC-66111] [-Wunused-imports] The import of GHCJS.Prim is redundant except perhaps to import instances from GHCJS.Prim To import instances alone, use: import GHCJS.Prim() | 3 | import GHCJS.Prim | ^^^^^^^^^^^^^^^^^ [25 of 53] Compiling GHCJS.Types ( src-ghc/GHCJS/Types.hs, dist/build/GHCJS/Types.o, dist/build/GHCJS/Types.dyn_o ) src-ghc/GHCJS/Types.hs:27:1-16: warning: [GHC-66111] [-Wunused-imports] The import of GHC.Types is redundant except perhaps to import instances from GHC.Types To import instances alone, use: import GHC.Types() | 27 | import GHC.Types | ^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Types.hs:28:1-15: warning: [GHC-66111] [-Wunused-imports] The import of GHC.Prim is redundant except perhaps to import instances from GHC.Prim To import instances alone, use: import GHC.Prim() | 28 | import GHC.Prim | ^^^^^^^^^^^^^^^ src-ghc/GHCJS/Types.hs:29:1-14: warning: [GHC-66111] [-Wunused-imports] The import of GHC.Ptr is redundant except perhaps to import instances from GHC.Ptr To import instances alone, use: import GHC.Ptr() | 29 | import GHC.Ptr | ^^^^^^^^^^^^^^ src-ghc/GHCJS/Types.hs:33:1-22: warning: [GHC-66111] [-Wunused-imports] The import of Control.DeepSeq is redundant except perhaps to import instances from Control.DeepSeq To import instances alone, use: import Control.DeepSeq() | 33 | import Control.DeepSeq | ^^^^^^^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Types.hs:34:1-20: warning: [GHC-66111] [-Wunused-imports] The import of Unsafe.Coerce is redundant except perhaps to import instances from Unsafe.Coerce To import instances alone, use: import Unsafe.Coerce() | 34 | import Unsafe.Coerce | ^^^^^^^^^^^^^^^^^^^^ [26 of 53] Compiling JavaScript.Array.Internal ( src-ghc/JavaScript/Array/Internal.hs, dist/build/JavaScript/Array/Internal.o, dist/build/JavaScript/Array/Internal.dyn_o ) [27 of 53] Compiling GHCJS.Buffer.Types ( src-ghc/GHCJS/Buffer/Types.hs, dist/build/GHCJS/Buffer/Types.o, dist/build/GHCJS/Buffer/Types.dyn_o ) [28 of 53] Compiling GHCJS.Foreign.Internal ( src-ghc/GHCJS/Foreign/Internal.hs, dist/build/GHCJS/Foreign/Internal.o, dist/build/GHCJS/Foreign/Internal.dyn_o ) [29 of 53] Compiling GHCJS.Marshal.Internal ( src-ghc/GHCJS/Marshal/Internal.hs, dist/build/GHCJS/Marshal/Internal.o, dist/build/GHCJS/Marshal/Internal.dyn_o ) src-ghc/GHCJS/Marshal/Internal.hs:18:1-36: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 18 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Marshal/Internal.hs:32:1-51: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.JSString.Internal.Type is redundant except perhaps to import instances from Data.JSString.Internal.Type To import instances alone, use: import Data.JSString.Internal.Type() | 32 | import qualified Data.JSString.Internal.Type as JSS | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Marshal/Internal.hs:37:1-134: warning: [GHC-38856] [-Wunused-imports] The import of GHCJSPure, ghcjsPureMap from module Language.Javascript.JSaddle.Types is redundant | 37 | import Language.Javascript.JSaddle.Types (JSM, MutableJSArray, GHCJSPure(..), ghcjsPure, ghcjsPureMap, JSadddleHasCallStack) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Marshal/Internal.hs:65:1-17: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: fromJustWithStack | 65 | fromJustWithStack Nothing = error "fromJSValUnchecked: fromJSVal result was Nothing" | ^^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Marshal/Internal.hs:130:16: warning: [GHC-40910] [-Wunused-matches] Defined but not used: m | 130 | gToJSVal f b m@(M1 x) = gToJSVal f b x | ^ src-ghc/GHCJS/Marshal/Internal.hs:200:16: warning: [GHC-40910] [-Wunused-matches] Defined but not used: b | 200 | gFromJSVal f b r = do | ^ src-ghc/GHCJS/Marshal/Internal.hs:(241,5)-(246,40): warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns of type Maybe (a p, Int) not matched: Nothing | 241 | case a of | ^^^^^^^^^... [30 of 53] Compiling Language.Javascript.JSaddle.Native ( src/Language/Javascript/JSaddle/Native.hs, dist/build/Language/Javascript/JSaddle/Native.o, dist/build/Language/Javascript/JSaddle/Native.dyn_o ) [31 of 53] Compiling Language.Javascript.JSaddle.Marshal.String ( src/Language/Javascript/JSaddle/Marshal/String.hs, dist/build/Language/Javascript/JSaddle/Marshal/String.o, dist/build/Language/Javascript/JSaddle/Marshal/String.dyn_o ) [32 of 53] Compiling Language.Javascript.JSaddle.Evaluate ( src/Language/Javascript/JSaddle/Evaluate.hs, dist/build/Language/Javascript/JSaddle/Evaluate.o, dist/build/Language/Javascript/JSaddle/Evaluate.dyn_o ) [33 of 53] Compiling GHCJS.Marshal.Pure ( src-ghc/GHCJS/Marshal/Pure.hs, dist/build/GHCJS/Marshal/Pure.o, dist/build/GHCJS/Marshal/Pure.dyn_o ) [34 of 53] Compiling Language.Javascript.JSaddle.Classes ( src/Language/Javascript/JSaddle/Classes.hs, dist/build/Language/Javascript/JSaddle/Classes.o, dist/build/Language/Javascript/JSaddle/Classes.dyn_o ) [35 of 53] Compiling Language.Javascript.JSaddle.Arguments ( src/Language/Javascript/JSaddle/Arguments.hs, dist/build/Language/Javascript/JSaddle/Arguments.o, dist/build/Language/Javascript/JSaddle/Arguments.dyn_o ) [36 of 53] Compiling Language.Javascript.JSaddle.Properties ( src/Language/Javascript/JSaddle/Properties.hs, dist/build/Language/Javascript/JSaddle/Properties.o, dist/build/Language/Javascript/JSaddle/Properties.dyn_o ) [37 of 53] Compiling JavaScript.TypedArray.ArrayBuffer.Internal ( src-ghc/JavaScript/TypedArray/ArrayBuffer/Internal.hs, dist/build/JavaScript/TypedArray/ArrayBuffer/Internal.o, dist/build/JavaScript/TypedArray/ArrayBuffer/Internal.dyn_o ) src-ghc/JavaScript/TypedArray/ArrayBuffer/Internal.hs:18:1-24: warning: [GHC-66111] [-Wunused-imports] The import of GHC.Exts is redundant except perhaps to import instances from GHC.Exts To import instances alone, use: import GHC.Exts() | 18 | import GHC.Exts (State#) | ^^^^^^^^^^^^^^^^^^^^^^^^ [38 of 53] Compiling Language.Javascript.JSaddle.Helper ( src/Language/Javascript/JSaddle/Helper.hs, dist/build/Language/Javascript/JSaddle/Helper.o, dist/build/Language/Javascript/JSaddle/Helper.dyn_o ) [39 of 53] Compiling JavaScript.TypedArray.DataView.Internal ( src-ghc/JavaScript/TypedArray/DataView/Internal.hs, dist/build/JavaScript/TypedArray/DataView/Internal.o, dist/build/JavaScript/TypedArray/DataView/Internal.dyn_o ) src-ghc/JavaScript/TypedArray/DataView/Internal.hs:14:1-15: warning: [GHC-66111] [-Wunused-imports] The import of Data.Int is redundant except perhaps to import instances from Data.Int To import instances alone, use: import Data.Int() | 14 | import Data.Int | ^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/DataView/Internal.hs:16:1-16: warning: [GHC-66111] [-Wunused-imports] The import of Data.Word is redundant except perhaps to import instances from Data.Word To import instances alone, use: import Data.Word() | 16 | import Data.Word | ^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/DataView/Internal.hs:18:1-26: warning: [GHC-66111] [-Wunused-imports] The import of GHC.Exts is redundant except perhaps to import instances from GHC.Exts To import instances alone, use: import GHC.Exts() | 18 | import GHC.Exts ( State# ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/DataView/Internal.hs:23:1-49: warning: [GHC-66111] [-Wunused-imports] The import of JavaScript.TypedArray.ArrayBuffer.Internal is redundant except perhaps to import instances from JavaScript.TypedArray.ArrayBuffer.Internal To import instances alone, use: import JavaScript.TypedArray.ArrayBuffer.Internal() | 23 | import JavaScript.TypedArray.ArrayBuffer.Internal | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [40 of 53] Compiling GHCJS.Concurrent ( src-ghc/GHCJS/Concurrent.hs, dist/build/GHCJS/Concurrent.o, dist/build/GHCJS/Concurrent.dyn_o ) [41 of 53] Compiling Data.JSString ( src-ghc/Data/JSString.hs, dist/build/Data/JSString.o, dist/build/Data/JSString.dyn_o ) src-ghc/Data/JSString.hs:(142,1)-(145,38): warning: [GHC-38856] [-Wunused-imports] The import of $, $!, &&, +, ++, -, >>, Read, Show, not, otherwise, quot, return, seq, || from module Prelude is redundant | 142 | import Prelude | ^^^^^^^^^^^^^^^^^^^^^^^^... src-ghc/Data/JSString.hs:146:1-58: warning: [GHC-66111] [-Wunused-imports] The qualified import of Prelude is redundant except perhaps to import instances from Prelude To import instances alone, use: import Prelude() | 146 | import qualified Prelude as P | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:148:1-66: warning: [GHC-66111] [-Wunused-imports] The import of Control.DeepSeq is redundant except perhaps to import instances from Control.DeepSeq To import instances alone, use: import Control.DeepSeq() | 148 | import Control.DeepSeq (NFData(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:149:1-63: warning: [GHC-66111] [-Wunused-imports] The import of Data.Char is redundant except perhaps to import instances from Data.Char To import instances alone, use: import Data.Char() | 149 | import Data.Char (isSpace) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:151:1-58: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.List is redundant except perhaps to import instances from Data.List To import instances alone, use: import Data.List() | 151 | import qualified Data.List as L | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:152:1-26: warning: [GHC-66111] [-Wunused-imports] The import of Data.Data is redundant except perhaps to import instances from Data.Data To import instances alone, use: import Data.Data() | 152 | import Data.Data | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:154:1-59: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.Text.Internal.Fusion is redundant except perhaps to import instances from Data.Text.Internal.Fusion To import instances alone, use: import Data.Text.Internal.Fusion() | 154 | import qualified Data.Text.Internal.Fusion as TF | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:155:1-59: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.Text.Internal.Fusion.Common is redundant except perhaps to import instances from Data.Text.Internal.Fusion.Common To import instances alone, use: import Data.Text.Internal.Fusion.Common() | 155 | import qualified Data.Text.Internal.Fusion.Common as TF | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:(157,1)-(159,31): warning: [GHC-38856] [-Wunused-imports] The import of +#, -#, >#, >=#, Char, Int, Int#, chr#, isTrue#, tagToEnum# from module GHC.Exts is redundant | 157 | import GHC.Exts | ^^^^^^^^^^^^^^^^^^^^^^^^^... src-ghc/Data/JSString.hs:163:1-30: warning: [GHC-66111] [-Wunused-imports] The import of Unsafe.Coerce is redundant except perhaps to import instances from Unsafe.Coerce To import instances alone, use: import Unsafe.Coerce() | 163 | import Unsafe.Coerce | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:165:1-61: warning: [GHC-66111] [-Wunused-imports] The import of GHCJS.Prim is redundant except perhaps to import instances from GHCJS.Prim To import instances alone, use: import GHCJS.Prim() | 165 | import GHCJS.Prim (JSVal) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:321:1-6: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: second | 321 | second f (a, b) = (a, f b) | ^^^^^^ [42 of 53] Compiling Language.Javascript.JSaddle.Value ( src/Language/Javascript/JSaddle/Value.hs, dist/build/Language/Javascript/JSaddle/Value.o, dist/build/Language/Javascript/JSaddle/Value.dyn_o ) src/Language/Javascript/JSaddle/Value.hs:95:19-22: warning: [GHC-38856] [-Wunused-imports] The import of Word from module Data.Word is redundant | 95 | import Data.Word (Word, Word8, Word16, Word32) | ^^^^ [43 of 53] Compiling Language.Javascript.JSaddle.Object ( src/Language/Javascript/JSaddle/Object.hs, dist/build/Language/Javascript/JSaddle/Object.o, dist/build/Language/Javascript/JSaddle/Object.dyn_o ) src/Language/Javascript/JSaddle/Object.hs:124:43-48: warning: [GHC-38856] [-Wunused-imports] The import of askJSM from module Language.Javascript.JSaddle.Monad is redundant | 124 | import Language.Javascript.JSaddle.Monad (askJSM, JSM) | ^^^^^^ src/Language/Javascript/JSaddle/Object.hs:127:55-70: warning: [GHC-38856] [-Wunused-imports] The import of JSContextRef from module Language.Javascript.JSaddle.Types is redundant | 127 | SomeJSArray(..), JSVal(..), JSCallAsFunction, JSContextRef(..)) | ^^^^^^^^^^^^^^^^ [44 of 53] Compiling JavaScript.Array ( src-ghc/JavaScript/Array.hs, dist/build/JavaScript/Array.o, dist/build/JavaScript/Array.dyn_o ) [45 of 53] Compiling GHCJS.Marshal ( src-ghc/GHCJS/Marshal.hs, dist/build/GHCJS/Marshal.o, dist/build/GHCJS/Marshal.dyn_o ) src-ghc/GHCJS/Marshal.hs:20:1-33: warning: [GHC-66111] [-Wunused-imports] The import of Data.Text is redundant except perhaps to import instances from Data.Text To import instances alone, use: import Data.Text() | 20 | import Data.Text (Text) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Marshal.hs:21:52-55: warning: [GHC-38856] [-Wunused-imports] The import of Word from module Data.Word is redundant | 21 | import Data.Word (Word8, Word16, Word32, Word) | ^^^^ src-ghc/GHCJS/Marshal.hs:29:1-60: warning: [GHC-38856] [-Wunused-imports] The import of JSString, isNull from module GHCJS.Types is redundant | 29 | import GHCJS.Types (JSString, isUndefined, isNull) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [46 of 53] Compiling Language.Javascript.JSaddle ( src/Language/Javascript/JSaddle.hs, dist/build/Language/Javascript/JSaddle.o, dist/build/Language/Javascript/JSaddle.dyn_o ) [47 of 53] Compiling Language.Javascript.JSaddle.Debug ( src/Language/Javascript/JSaddle/Debug.hs, dist/build/Language/Javascript/JSaddle/Debug.o, dist/build/Language/Javascript/JSaddle/Debug.dyn_o ) src/Language/Javascript/JSaddle/Debug.hs:27:1-25: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 27 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ [48 of 53] Compiling JavaScript.TypedArray.Internal.Types ( src-ghc/JavaScript/TypedArray/Internal/Types.hs, dist/build/JavaScript/TypedArray/Internal/Types.o, dist/build/JavaScript/TypedArray/Internal/Types.dyn_o ) src-ghc/JavaScript/TypedArray/Internal/Types.hs:10:1-44: warning: [GHC-66111] [-Wunused-imports] The import of Language.Javascript.JSaddle is redundant except perhaps to import instances from Language.Javascript.JSaddle To import instances alone, use: import Language.Javascript.JSaddle() | 10 | import Language.Javascript.JSaddle (IsJSVal) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:112:5-42: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STUint8Array s2) = Word8 -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:112:5 | 112 | Elem (STUint8Array s) = Word8 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:113:5-42: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STUint8ClampedArray s2) = Word8 -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:113:5 | 113 | Elem (STUint8ClampedArray s) = Word8 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:114:5-43: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STUint16Array s2) = Word16 -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:114:5 | 114 | Elem (STUint16Array s) = Word16 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:115:5-41: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STUint32Array s2) = Word -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:115:5 | 115 | Elem (STUint32Array s) = Word | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:116:5-41: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STInt8Array s2) = Int8 -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:116:5 | 116 | Elem (STInt8Array s) = Int8 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:117:5-42: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STInt16Array s2) = Int16 -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:117:5 | 117 | Elem (STInt16Array s) = Int16 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:118:5-40: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STInt32Array s2) = Int -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:118:5 | 118 | Elem (STInt32Array s) = Int | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:119:5-43: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STFloat32Array s2) = Double -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:119:5 | 119 | Elem (STFloat32Array s) = Double | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:120:5-43: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STFloat64Array s2) = Double -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:120:5 | 120 | Elem (STFloat64Array s) = Double | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [49 of 53] Compiling JavaScript.TypedArray.ArrayBuffer ( src-ghc/JavaScript/TypedArray/ArrayBuffer.hs, dist/build/JavaScript/TypedArray/ArrayBuffer.o, dist/build/JavaScript/TypedArray/ArrayBuffer.dyn_o ) src-ghc/JavaScript/TypedArray/ArrayBuffer.hs:18:1-6: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: create | 18 | create n = SomeArrayBuffer <$> new (jsg "ArrayBuffer") [n] | ^^^^^^ src-ghc/JavaScript/TypedArray/ArrayBuffer.hs:44:1-7: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: sliceIO | 44 | sliceIO begin (Just end) (SomeArrayBuffer b) = SomeArrayBuffer <$> b ^. js2 "slice" begin end | ^^^^^^^ [50 of 53] Compiling JavaScript.TypedArray.Internal ( src-ghc/JavaScript/TypedArray/Internal.hs, dist/build/JavaScript/TypedArray/Internal.o, dist/build/JavaScript/TypedArray/Internal.dyn_o ) [51 of 53] Compiling JavaScript.TypedArray ( src-ghc/JavaScript/TypedArray.hs, dist/build/JavaScript/TypedArray.o, dist/build/JavaScript/TypedArray.dyn_o ) [52 of 53] Compiling GHCJS.Foreign ( src-ghc/GHCJS/Foreign.hs, dist/build/GHCJS/Foreign.o, dist/build/GHCJS/Foreign.dyn_o ) [53 of 53] Compiling GHCJS.Buffer ( src-ghc/GHCJS/Buffer.hs, dist/build/GHCJS/Buffer.o, dist/build/GHCJS/Buffer.dyn_o ) Preprocessing library for jsaddle-0.9.9.3.. Running Haddock on library for jsaddle-0.9.9.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 53] Compiling Data.JSString.Internal ( src-ghc/Data/JSString/Internal.hs, nothing ) [ 2 of 53] Compiling Data.JSString.Internal.Fusion.CaseMapping ( src-ghc/Data/JSString/Internal/Fusion/CaseMapping.hs, nothing ) [ 3 of 53] Compiling Data.JSString.Internal.Fusion.Common ( src-ghc/Data/JSString/Internal/Fusion/Common.hs, nothing ) [ 4 of 53] Compiling Data.JSString.Internal.Fusion.Types ( src-ghc/Data/JSString/Internal/Fusion/Types.hs, nothing ) [ 5 of 53] Compiling Data.JSString.Internal.Type ( src-ghc/Data/JSString/Internal/Type.hs, nothing ) [ 6 of 53] Compiling Data.JSString.Internal.Search ( src-ghc/Data/JSString/Internal/Search.hs, nothing ) [ 7 of 53] Compiling Data.JSString.Internal.Fusion ( src-ghc/Data/JSString/Internal/Fusion.hs, nothing ) [ 8 of 53] Compiling GHCJS.Prim.Internal ( src-ghc/GHCJS/Prim/Internal.hs, nothing ) [ 9 of 53] Compiling JavaScript.TypedArray.Immutable ( src-ghc/JavaScript/TypedArray/Immutable.hs, nothing ) [10 of 53] Compiling Language.Javascript.JSaddle.Exception ( src/Language/Javascript/JSaddle/Exception.hs, nothing ) [11 of 53] Compiling Language.Javascript.JSaddle.Run.Files ( src/Language/Javascript/JSaddle/Run/Files.hs, nothing ) [12 of 53] Compiling Language.Javascript.JSaddle.Types ( src/Language/Javascript/JSaddle/Types.hs, nothing ) [13 of 53] Compiling Language.Javascript.JSaddle.String ( src/Language/Javascript/JSaddle/String.hs, nothing ) [14 of 53] Compiling Language.Javascript.JSaddle.Run ( src/Language/Javascript/JSaddle/Run.hs, nothing ) [15 of 53] Compiling Language.Javascript.JSaddle.Null ( src/Language/Javascript/JSaddle/Null.hs, nothing ) [16 of 53] Compiling Language.Javascript.JSaddle.Monad ( src/Language/Javascript/JSaddle/Monad.hs, nothing ) [17 of 53] Compiling Language.Javascript.JSaddle.Native.Internal ( src/Language/Javascript/JSaddle/Native/Internal.hs, nothing ) [18 of 53] Compiling Language.Javascript.JSaddle.Classes.Internal ( src/Language/Javascript/JSaddle/Classes/Internal.hs, nothing ) [19 of 53] Compiling JavaScript.Object.Internal ( src-ghc/JavaScript/Object/Internal.hs, nothing ) [20 of 53] Compiling JavaScript.Object ( src-ghc/JavaScript/Object.hs, nothing ) [21 of 53] Compiling GHCJS.Internal.Types ( src-ghc/GHCJS/Internal/Types.hs, nothing ) src-ghc/GHCJS/Internal/Types.hs:(13,1)-(15,23): warning: [GHC-90177] [-Worphans] Orphan class instance: instance IsJSVal JSString Suggested fix: Move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. | 13 | instance IsJSVal JSString where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... [22 of 53] Compiling Data.JSString.Text ( src-ghc/Data/JSString/Text.hs, nothing ) [23 of 53] Compiling GHCJS.Prim ( src-ghc/GHCJS/Prim.hs, nothing ) src-ghc/GHCJS/Prim.hs:25:43-51: warning: [GHC-38856] [-Wunused-imports] The import of JSVal from module Language.Javascript.JSaddle.Types is redundant | 25 | import Language.Javascript.JSaddle.Types (JSVal(..), JSString(..), GHCJSPure(..), ghcjsPureMap) | ^^^^^^^^^ [24 of 53] Compiling JavaScript.TypedArray.ArrayBuffer.Type ( src-ghc/JavaScript/TypedArray/ArrayBuffer/Type.hs, nothing ) src-ghc/JavaScript/TypedArray/ArrayBuffer/Type.hs:3:1-17: warning: [GHC-66111] [-Wunused-imports] The import of GHCJS.Prim is redundant except perhaps to import instances from GHCJS.Prim To import instances alone, use: import GHCJS.Prim() | 3 | import GHCJS.Prim | ^^^^^^^^^^^^^^^^^ [25 of 53] Compiling GHCJS.Types ( src-ghc/GHCJS/Types.hs, nothing ) src-ghc/GHCJS/Types.hs:27:1-16: warning: [GHC-66111] [-Wunused-imports] The import of GHC.Types is redundant except perhaps to import instances from GHC.Types To import instances alone, use: import GHC.Types() | 27 | import GHC.Types | ^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Types.hs:28:1-15: warning: [GHC-66111] [-Wunused-imports] The import of GHC.Prim is redundant except perhaps to import instances from GHC.Prim To import instances alone, use: import GHC.Prim() | 28 | import GHC.Prim | ^^^^^^^^^^^^^^^ src-ghc/GHCJS/Types.hs:29:1-14: warning: [GHC-66111] [-Wunused-imports] The import of GHC.Ptr is redundant except perhaps to import instances from GHC.Ptr To import instances alone, use: import GHC.Ptr() | 29 | import GHC.Ptr | ^^^^^^^^^^^^^^ src-ghc/GHCJS/Types.hs:33:1-22: warning: [GHC-66111] [-Wunused-imports] The import of Control.DeepSeq is redundant except perhaps to import instances from Control.DeepSeq To import instances alone, use: import Control.DeepSeq() | 33 | import Control.DeepSeq | ^^^^^^^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Types.hs:34:1-20: warning: [GHC-66111] [-Wunused-imports] The import of Unsafe.Coerce is redundant except perhaps to import instances from Unsafe.Coerce To import instances alone, use: import Unsafe.Coerce() | 34 | import Unsafe.Coerce | ^^^^^^^^^^^^^^^^^^^^ [26 of 53] Compiling JavaScript.Array.Internal ( src-ghc/JavaScript/Array/Internal.hs, nothing ) [27 of 53] Compiling GHCJS.Buffer.Types ( src-ghc/GHCJS/Buffer/Types.hs, nothing ) [28 of 53] Compiling GHCJS.Foreign.Internal ( src-ghc/GHCJS/Foreign/Internal.hs, nothing ) [29 of 53] Compiling GHCJS.Marshal.Internal ( src-ghc/GHCJS/Marshal/Internal.hs, nothing ) src-ghc/GHCJS/Marshal/Internal.hs:18:1-36: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 18 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Marshal/Internal.hs:32:1-51: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.JSString.Internal.Type is redundant except perhaps to import instances from Data.JSString.Internal.Type To import instances alone, use: import Data.JSString.Internal.Type() | 32 | import qualified Data.JSString.Internal.Type as JSS | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Marshal/Internal.hs:37:1-134: warning: [GHC-38856] [-Wunused-imports] The import of GHCJSPure, ghcjsPureMap from module Language.Javascript.JSaddle.Types is redundant | 37 | import Language.Javascript.JSaddle.Types (JSM, MutableJSArray, GHCJSPure(..), ghcjsPure, ghcjsPureMap, JSadddleHasCallStack) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Marshal/Internal.hs:65:1-17: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: fromJustWithStack | 65 | fromJustWithStack Nothing = error "fromJSValUnchecked: fromJSVal result was Nothing" | ^^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Marshal/Internal.hs:130:16: warning: [GHC-40910] [-Wunused-matches] Defined but not used: m | 130 | gToJSVal f b m@(M1 x) = gToJSVal f b x | ^ src-ghc/GHCJS/Marshal/Internal.hs:200:16: warning: [GHC-40910] [-Wunused-matches] Defined but not used: b | 200 | gFromJSVal f b r = do | ^ [30 of 53] Compiling Language.Javascript.JSaddle.Native ( src/Language/Javascript/JSaddle/Native.hs, nothing ) [31 of 53] Compiling Language.Javascript.JSaddle.Marshal.String ( src/Language/Javascript/JSaddle/Marshal/String.hs, nothing ) [32 of 53] Compiling Language.Javascript.JSaddle.Evaluate ( src/Language/Javascript/JSaddle/Evaluate.hs, nothing ) [33 of 53] Compiling GHCJS.Marshal.Pure ( src-ghc/GHCJS/Marshal/Pure.hs, nothing ) [34 of 53] Compiling Language.Javascript.JSaddle.Classes ( src/Language/Javascript/JSaddle/Classes.hs, nothing ) [35 of 53] Compiling Language.Javascript.JSaddle.Arguments ( src/Language/Javascript/JSaddle/Arguments.hs, nothing ) [36 of 53] Compiling Language.Javascript.JSaddle.Properties ( src/Language/Javascript/JSaddle/Properties.hs, nothing ) [37 of 53] Compiling JavaScript.TypedArray.ArrayBuffer.Internal ( src-ghc/JavaScript/TypedArray/ArrayBuffer/Internal.hs, nothing ) src-ghc/JavaScript/TypedArray/ArrayBuffer/Internal.hs:18:1-24: warning: [GHC-66111] [-Wunused-imports] The import of GHC.Exts is redundant except perhaps to import instances from GHC.Exts To import instances alone, use: import GHC.Exts() | 18 | import GHC.Exts (State#) | ^^^^^^^^^^^^^^^^^^^^^^^^ [38 of 53] Compiling Language.Javascript.JSaddle.Helper ( src/Language/Javascript/JSaddle/Helper.hs, nothing ) [39 of 53] Compiling JavaScript.TypedArray.DataView.Internal ( src-ghc/JavaScript/TypedArray/DataView/Internal.hs, nothing ) src-ghc/JavaScript/TypedArray/DataView/Internal.hs:14:1-15: warning: [GHC-66111] [-Wunused-imports] The import of Data.Int is redundant except perhaps to import instances from Data.Int To import instances alone, use: import Data.Int() | 14 | import Data.Int | ^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/DataView/Internal.hs:16:1-16: warning: [GHC-66111] [-Wunused-imports] The import of Data.Word is redundant except perhaps to import instances from Data.Word To import instances alone, use: import Data.Word() | 16 | import Data.Word | ^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/DataView/Internal.hs:18:1-26: warning: [GHC-66111] [-Wunused-imports] The import of GHC.Exts is redundant except perhaps to import instances from GHC.Exts To import instances alone, use: import GHC.Exts() | 18 | import GHC.Exts ( State# ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/DataView/Internal.hs:23:1-49: warning: [GHC-66111] [-Wunused-imports] The import of JavaScript.TypedArray.ArrayBuffer.Internal is redundant except perhaps to import instances from JavaScript.TypedArray.ArrayBuffer.Internal To import instances alone, use: import JavaScript.TypedArray.ArrayBuffer.Internal() | 23 | import JavaScript.TypedArray.ArrayBuffer.Internal | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [40 of 53] Compiling GHCJS.Concurrent ( src-ghc/GHCJS/Concurrent.hs, nothing ) [41 of 53] Compiling Data.JSString ( src-ghc/Data/JSString.hs, nothing ) src-ghc/Data/JSString.hs:(142,1)-(145,38): warning: [GHC-38856] [-Wunused-imports] The import of $, $!, &&, +, ++, -, >>, Read, Show, not, otherwise, quot, return, seq, || from module Prelude is redundant | 142 | import Prelude | ^^^^^^^^^^^^^^^^^^^^^^^^... src-ghc/Data/JSString.hs:146:1-58: warning: [GHC-66111] [-Wunused-imports] The qualified import of Prelude is redundant except perhaps to import instances from Prelude To import instances alone, use: import Prelude() | 146 | import qualified Prelude as P | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:148:1-66: warning: [GHC-66111] [-Wunused-imports] The import of Control.DeepSeq is redundant except perhaps to import instances from Control.DeepSeq To import instances alone, use: import Control.DeepSeq() | 148 | import Control.DeepSeq (NFData(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:149:1-63: warning: [GHC-66111] [-Wunused-imports] The import of Data.Char is redundant except perhaps to import instances from Data.Char To import instances alone, use: import Data.Char() | 149 | import Data.Char (isSpace) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:151:1-58: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.List is redundant except perhaps to import instances from Data.List To import instances alone, use: import Data.List() | 151 | import qualified Data.List as L | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:152:1-26: warning: [GHC-66111] [-Wunused-imports] The import of Data.Data is redundant except perhaps to import instances from Data.Data To import instances alone, use: import Data.Data() | 152 | import Data.Data | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:154:1-59: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.Text.Internal.Fusion is redundant except perhaps to import instances from Data.Text.Internal.Fusion To import instances alone, use: import Data.Text.Internal.Fusion() | 154 | import qualified Data.Text.Internal.Fusion as TF | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:155:1-59: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.Text.Internal.Fusion.Common is redundant except perhaps to import instances from Data.Text.Internal.Fusion.Common To import instances alone, use: import Data.Text.Internal.Fusion.Common() | 155 | import qualified Data.Text.Internal.Fusion.Common as TF | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:(157,1)-(159,31): warning: [GHC-38856] [-Wunused-imports] The import of +#, -#, >#, >=#, Char, Int, Int#, chr#, isTrue#, tagToEnum# from module GHC.Exts is redundant | 157 | import GHC.Exts | ^^^^^^^^^^^^^^^^^^^^^^^^^... src-ghc/Data/JSString.hs:163:1-30: warning: [GHC-66111] [-Wunused-imports] The import of Unsafe.Coerce is redundant except perhaps to import instances from Unsafe.Coerce To import instances alone, use: import Unsafe.Coerce() | 163 | import Unsafe.Coerce | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:165:1-61: warning: [GHC-66111] [-Wunused-imports] The import of GHCJS.Prim is redundant except perhaps to import instances from GHCJS.Prim To import instances alone, use: import GHCJS.Prim() | 165 | import GHCJS.Prim (JSVal) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/Data/JSString.hs:321:1-6: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: second | 321 | second f (a, b) = (a, f b) | ^^^^^^ [42 of 53] Compiling Language.Javascript.JSaddle.Value ( src/Language/Javascript/JSaddle/Value.hs, nothing ) src/Language/Javascript/JSaddle/Value.hs:95:19-22: warning: [GHC-38856] [-Wunused-imports] The import of Word from module Data.Word is redundant | 95 | import Data.Word (Word, Word8, Word16, Word32) | ^^^^ [43 of 53] Compiling Language.Javascript.JSaddle.Object ( src/Language/Javascript/JSaddle/Object.hs, nothing ) src/Language/Javascript/JSaddle/Object.hs:124:43-48: warning: [GHC-38856] [-Wunused-imports] The import of askJSM from module Language.Javascript.JSaddle.Monad is redundant | 124 | import Language.Javascript.JSaddle.Monad (askJSM, JSM) | ^^^^^^ src/Language/Javascript/JSaddle/Object.hs:127:55-70: warning: [GHC-38856] [-Wunused-imports] The import of JSContextRef from module Language.Javascript.JSaddle.Types is redundant | 127 | SomeJSArray(..), JSVal(..), JSCallAsFunction, JSContextRef(..)) | ^^^^^^^^^^^^^^^^ [44 of 53] Compiling JavaScript.Array ( src-ghc/JavaScript/Array.hs, nothing ) [45 of 53] Compiling GHCJS.Marshal ( src-ghc/GHCJS/Marshal.hs, nothing ) src-ghc/GHCJS/Marshal.hs:20:1-33: warning: [GHC-66111] [-Wunused-imports] The import of Data.Text is redundant except perhaps to import instances from Data.Text To import instances alone, use: import Data.Text() | 20 | import Data.Text (Text) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/GHCJS/Marshal.hs:21:52-55: warning: [GHC-38856] [-Wunused-imports] The import of Word from module Data.Word is redundant | 21 | import Data.Word (Word8, Word16, Word32, Word) | ^^^^ src-ghc/GHCJS/Marshal.hs:29:1-60: warning: [GHC-38856] [-Wunused-imports] The import of JSString, isNull from module GHCJS.Types is redundant | 29 | import GHCJS.Types (JSString, isUndefined, isNull) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [46 of 53] Compiling Language.Javascript.JSaddle ( src/Language/Javascript/JSaddle.hs, nothing ) [47 of 53] Compiling Language.Javascript.JSaddle.Debug ( src/Language/Javascript/JSaddle/Debug.hs, nothing ) src/Language/Javascript/JSaddle/Debug.hs:27:1-25: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 27 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ [48 of 53] Compiling JavaScript.TypedArray.Internal.Types ( src-ghc/JavaScript/TypedArray/Internal/Types.hs, nothing ) src-ghc/JavaScript/TypedArray/Internal/Types.hs:10:1-44: warning: [GHC-66111] [-Wunused-imports] The import of Language.Javascript.JSaddle is redundant except perhaps to import instances from Language.Javascript.JSaddle To import instances alone, use: import Language.Javascript.JSaddle() | 10 | import Language.Javascript.JSaddle (IsJSVal) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:112:5-42: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STUint8Array s2) = Word8 -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:112:5 | 112 | Elem (STUint8Array s) = Word8 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:113:5-42: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STUint8ClampedArray s2) = Word8 -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:113:5 | 113 | Elem (STUint8ClampedArray s) = Word8 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:114:5-43: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STUint16Array s2) = Word16 -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:114:5 | 114 | Elem (STUint16Array s) = Word16 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:115:5-41: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STUint32Array s2) = Word -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:115:5 | 115 | Elem (STUint32Array s) = Word | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:116:5-41: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STInt8Array s2) = Int8 -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:116:5 | 116 | Elem (STInt8Array s) = Int8 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:117:5-42: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STInt16Array s2) = Int16 -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:117:5 | 117 | Elem (STInt16Array s) = Int16 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:118:5-40: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STInt32Array s2) = Int -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:118:5 | 118 | Elem (STInt32Array s) = Int | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:119:5-43: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STFloat32Array s2) = Double -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:119:5 | 119 | Elem (STFloat32Array s) = Double | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src-ghc/JavaScript/TypedArray/Internal/Types.hs:120:5-43: warning: [GHC-28129] [-Winaccessible-code] Type family instance equation is overlapped: forall {s1} {s2 :: s1}. Elem (STFloat64Array s2) = Double -- Defined at src-ghc/JavaScript/TypedArray/Internal/Types.hs:120:5 | 120 | Elem (STFloat64Array s) = Double | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [49 of 53] Compiling JavaScript.TypedArray.ArrayBuffer ( src-ghc/JavaScript/TypedArray/ArrayBuffer.hs, nothing ) src-ghc/JavaScript/TypedArray/ArrayBuffer.hs:18:1-6: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: create | 18 | create n = SomeArrayBuffer <$> new (jsg "ArrayBuffer") [n] | ^^^^^^ src-ghc/JavaScript/TypedArray/ArrayBuffer.hs:44:1-7: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: sliceIO | 44 | sliceIO begin (Just end) (SomeArrayBuffer b) = SomeArrayBuffer <$> b ^. js2 "slice" begin end | ^^^^^^^ [50 of 53] Compiling JavaScript.TypedArray.Internal ( src-ghc/JavaScript/TypedArray/Internal.hs, nothing ) [51 of 53] Compiling JavaScript.TypedArray ( src-ghc/JavaScript/TypedArray.hs, nothing ) [52 of 53] Compiling GHCJS.Foreign ( src-ghc/GHCJS/Foreign.hs, nothing ) [53 of 53] Compiling GHCJS.Buffer ( src-ghc/GHCJS/Buffer.hs, nothing ) Haddock coverage: 0% ( 0 / 1) in 'Data.JSString.Internal' Missing documentation for: Module header 0% ( 0 / 6) in 'Data.JSString.Internal.Fusion.CaseMapping' Missing documentation for: Module header unI64 (src-ghc/Data/JSString/Internal/Fusion/CaseMapping.hs:14) upperMapping (src-ghc/Data/JSString/Internal/Fusion/CaseMapping.hs:18) lowerMapping (src-ghc/Data/JSString/Internal/Fusion/CaseMapping.hs:1649) titleMapping (src-ghc/Data/JSString/Internal/Fusion/CaseMapping.hs:3087) foldMapping (src-ghc/Data/JSString/Internal/Fusion/CaseMapping.hs:4591) Cannot find documentation for: $case 97% ( 69 / 71) in 'Data.JSString.Internal.Fusion.Common' Missing documentation for: Module header justifyLeftI 100% ( 7 / 7) in 'Data.JSString.Internal.Fusion.Types' Warning: 'JSString' is ambiguous. It is defined * at src-ghc/Data/JSString/Internal/Type.hs:48:20 * at src-ghc/Data/JSString/Internal/Type.hs:48:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src-ghc/Data/JSString/Internal/Type.hs:48:1 66% ( 4 / 6) in 'Data.JSString.Internal.Type' Missing documentation for: Module header safe (src-ghc/Data/JSString/Internal/Type.hs:63) 0% ( 0 / 2) in 'Data.JSString.Internal.Search' Missing documentation for: Module header indices (src-ghc/Data/JSString/Internal/Search.hs:11) Warning: 'JSString' is ambiguous. It is defined * at src-ghc/Data/JSString/Internal/Type.hs:48:20 * at src-ghc/Data/JSString/Internal/Type.hs:48:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src-ghc/Data/JSString/Internal/Type.hs:48:1 Warning: 'unfoldr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'count' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'foldl'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 90% ( 20 / 22) in 'Data.JSString.Internal.Fusion' Missing documentation for: Module header length (src-ghc/Data/JSString/Internal/Fusion.hs:76) 14% ( 1 / 7) in 'GHCJS.Prim.Internal' Missing documentation for: Module header JSVal (src-ghc/GHCJS/Prim/Internal.hs:28) JSValueRef (src-ghc/GHCJS/Prim/Internal.hs:22) JSException (src-ghc/GHCJS/Prim/Internal.hs:39) mkJSException (src-ghc/GHCJS/Prim/Internal.hs:48) jsNull (src-ghc/GHCJS/Prim/Internal.hs:52) 0% ( 0 / 1) in 'JavaScript.TypedArray.Immutable' Missing documentation for: Module header 0% ( 0 / 2) in 'Language.Javascript.JSaddle.Exception' Missing documentation for: Module header JSException (src/Language/Javascript/JSaddle/Exception.hs:32) 0% ( 0 / 5) in 'Language.Javascript.JSaddle.Run.Files' Missing documentation for: Module header indexHtml (src/Language/Javascript/JSaddle/Run/Files.hs:27) initState (src/Language/Javascript/JSaddle/Run/Files.hs:39) runBatch (src/Language/Javascript/JSaddle/Run/Files.hs:55) ghcjsHelpers (src/Language/Javascript/JSaddle/Run/Files.hs:343) Warning: 'JString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'JSString' is ambiguous. It is defined * at src-ghc/Data/JSString/Internal/Type.hs:48:20 * at src-ghc/Data/JSString/Internal/Type.hs:48:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src-ghc/Data/JSString/Internal/Type.hs:48:1 Warning: 'Object' is ambiguous. It is defined * at src/Language/Javascript/JSaddle/Types.hs:390:18 * at src/Language/Javascript/JSaddle/Types.hs:390:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Javascript/JSaddle/Types.hs:390:1 Warning: 'JSVal' is ambiguous. It is defined * at src-ghc/GHCJS/Prim/Internal.hs:28:17 * at src-ghc/GHCJS/Prim/Internal.hs:28:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src-ghc/GHCJS/Prim/Internal.hs:28:1 Warning: 'JSM' is ambiguous. It is defined * at src/Language/Javascript/JSaddle/Types.hs:167:17 * at src/Language/Javascript/JSaddle/Types.hs:167:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Javascript/JSaddle/Types.hs:167:1 Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'JSContextRef' is ambiguous. It is defined * at src/Language/Javascript/JSaddle/Types.hs:142:21 * at src/Language/Javascript/JSaddle/Types.hs:142:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Javascript/JSaddle/Types.hs:142:1 Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'JSUndefined' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 68% ( 32 / 47) in 'Language.Javascript.JSaddle.Types' Missing documentation for: Module header ghcjsPureMap (src/Language/Javascript/JSaddle/Types.hs:247) ghcjsPureId (src/Language/Javascript/JSaddle/Types.hs:255) JSVal (src-ghc/GHCJS/Prim/Internal.hs:28) IsJSVal (src/Language/Javascript/JSaddle/Types.hs:351) jsval (src/Language/Javascript/JSaddle/Types.hs:359) SomeJSArray (src/Language/Javascript/JSaddle/Types.hs:377) sendCommand (src/Language/Javascript/JSaddle/Types.hs:214) MutabilityType (src/Language/Javascript/JSaddle/Types.hs:362) Mutable (src/Language/Javascript/JSaddle/Types.hs:366) Immutable (src/Language/Javascript/JSaddle/Types.hs:367) IsItMutable (src/Language/Javascript/JSaddle/Types.hs:369) Mutability (src/Language/Javascript/JSaddle/Types.hs:372) BatchResults (src/Language/Javascript/JSaddle/Types.hs:497) Results (src/Language/Javascript/JSaddle/Types.hs:506) 71% ( 5 / 7) in 'Language.Javascript.JSaddle.String' Missing documentation for: textFromJSString (src/Language/Javascript/JSaddle/String.hs:37) textToJSString (src/Language/Javascript/JSaddle/String.hs:40) 62% ( 10 / 16) in 'Language.Javascript.JSaddle.Run' Missing documentation for: Module header runJavaScript (src/Language/Javascript/JSaddle/Run.hs:137) sendCommand (src/Language/Javascript/JSaddle/Types.hs:214) sendLazyCommand (src/Language/Javascript/JSaddle/Run.hs:121) sendAsyncCommand (src/Language/Javascript/JSaddle/Run.hs:132) wrapJSVal (src/Language/Javascript/JSaddle/Run.hs:283) 50% ( 1 / 2) in 'Language.Javascript.JSaddle.Null' Missing documentation for: Module header Warning: 'JSM' is ambiguous. It is defined * at src/Language/Javascript/JSaddle/Types.hs:167:17 * at src/Language/Javascript/JSaddle/Types.hs:167:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Javascript/JSaddle/Types.hs:167:1 100% ( 18 / 18) in 'Language.Javascript.JSaddle.Monad' 0% ( 0 / 32) in 'Language.Javascript.JSaddle.Native.Internal' Missing documentation for: Module header wrapJSVal (src/Language/Javascript/JSaddle/Run.hs:283) wrapJSString (src/Language/Javascript/JSaddle/Native/Internal.hs:68) withJSVal (src/Language/Javascript/JSaddle/Native/Internal.hs:74) withJSVals (src/Language/Javascript/JSaddle/Native/Internal.hs:80) withObject (src/Language/Javascript/JSaddle/Native/Internal.hs:86) withJSString (src/Language/Javascript/JSaddle/Native/Internal.hs:89) setPropertyByName (src/Language/Javascript/JSaddle/Native/Internal.hs:92) setPropertyAtIndex (src/Language/Javascript/JSaddle/Native/Internal.hs:100) stringToValue (src/Language/Javascript/JSaddle/Native/Internal.hs:107) numberToValue (src/Language/Javascript/JSaddle/Native/Internal.hs:111) jsonValueToValue (src/Language/Javascript/JSaddle/Native/Internal.hs:115) getPropertyByName (src/Language/Javascript/JSaddle/Native/Internal.hs:119) getPropertyAtIndex (src/Language/Javascript/JSaddle/Native/Internal.hs:125) callAsFunction (src/Language/Javascript/JSaddle/Native/Internal.hs:130) callAsConstructor (src/Language/Javascript/JSaddle/Native/Internal.hs:137) newEmptyObject (src/Language/Javascript/JSaddle/Native/Internal.hs:143) newAsyncCallback (src/Language/Javascript/JSaddle/Native/Internal.hs:147) newSyncCallback (src/Language/Javascript/JSaddle/Native/Internal.hs:155) newArray (src/Language/Javascript/JSaddle/Native/Internal.hs:163) evaluateScript (src/Language/Javascript/JSaddle/Native/Internal.hs:167) deRefVal (src/Language/Javascript/JSaddle/Native/Internal.hs:171) valueToBool (src/Language/Javascript/JSaddle/Native/Internal.hs:175) valueToNumber (src/Language/Javascript/JSaddle/Native/Internal.hs:186) valueToString (src/Language/Javascript/JSaddle/Native/Internal.hs:193) valueToJSON (src/Language/Javascript/JSaddle/Native/Internal.hs:199) valueToJSONValue (src/Language/Javascript/JSaddle/Native/Internal.hs:205) isNull (src/Language/Javascript/JSaddle/Native/Internal.hs:211) isUndefined (src/Language/Javascript/JSaddle/Native/Internal.hs:222) strictEqual (src/Language/Javascript/JSaddle/Native/Internal.hs:233) instanceOf (src/Language/Javascript/JSaddle/Native/Internal.hs:241) propertyNames (src/Language/Javascript/JSaddle/Native/Internal.hs:249) 100% ( 4 / 4) in 'Language.Javascript.JSaddle.Classes.Internal' 37% ( 3 / 8) in 'JavaScript.Object.Internal' Missing documentation for: Module header listProps (src-ghc/JavaScript/Object/Internal.hs:27) unsafeGetProp (src-ghc/JavaScript/Object/Internal.hs:40) setProp (src-ghc/JavaScript/Object/Internal.hs:44) unsafeSetProp (src-ghc/JavaScript/Object/Internal.hs:48) 37% ( 3 / 8) in 'JavaScript.Object' Missing documentation for: Module header unsafeGetProp (src-ghc/JavaScript/Object/Internal.hs:40) setProp (src-ghc/JavaScript/Object/Internal.hs:44) unsafeSetProp (src-ghc/JavaScript/Object/Internal.hs:48) listProps (src-ghc/JavaScript/Object/Internal.hs:27) 0% ( 0 / 8) in 'GHCJS.Internal.Types' Missing documentation for: Module header IsJSVal (src/Language/Javascript/JSaddle/Types.hs:351) jsval (src/Language/Javascript/JSaddle/Types.hs:359) MutabilityType (src/Language/Javascript/JSaddle/Types.hs:362) Mutable (src/Language/Javascript/JSaddle/Types.hs:366) Immutable (src/Language/Javascript/JSaddle/Types.hs:367) IsItMutable (src/Language/Javascript/JSaddle/Types.hs:369) Mutability (src/Language/Javascript/JSaddle/Types.hs:372) 42% ( 3 / 7) in 'Data.JSString.Text' Missing documentation for: textToJSString (src-ghc/Data/JSString/Text.hs:25) textFromJSString (src-ghc/Data/JSString/Text.hs:29) lazyTextToJSString (src-ghc/Data/JSString/Text.hs:33) lazyTextFromJSString (src-ghc/Data/JSString/Text.hs:37) 33% ( 2 / 6) in 'GHCJS.Prim' Missing documentation for: Module header toJSString (src-ghc/GHCJS/Prim.hs:37) isNull (src-ghc/GHCJS/Prim.hs:60) isUndefined (src-ghc/GHCJS/Prim.hs:64) 0% ( 0 / 1) in 'JavaScript.TypedArray.ArrayBuffer.Type' Missing documentation for: Module header 23% ( 3 / 13) in 'GHCJS.Types' Missing documentation for: Module header JSVal (src-ghc/GHCJS/Prim/Internal.hs:28) JSException (src-ghc/GHCJS/Prim/Internal.hs:39) IsJSVal (src/Language/Javascript/JSaddle/Types.hs:351) jsval (src/Language/Javascript/JSaddle/Types.hs:359) isNull (src-ghc/GHCJS/Prim.hs:60) isUndefined (src-ghc/GHCJS/Prim.hs:64) nullRef (src-ghc/GHCJS/Types.hs:43) mkRef (src-ghc/GHCJS/Types.hs:39) Ref# (src-ghc/GHCJS/Types.hs:36) 23% ( 3 / 13) in 'JavaScript.Array.Internal' Missing documentation for: Module header SomeJSArray (src/Language/Javascript/JSaddle/Types.hs:377) create (src-ghc/JavaScript/Array/Internal.hs:26) fromList (src-ghc/JavaScript/Array/Internal.hs:30) fromListIO (src-ghc/JavaScript/Array/Internal.hs:34) toList (src-ghc/JavaScript/Array/Internal.hs:38) toListIO (src-ghc/JavaScript/Array/Internal.hs:42) index (src-ghc/JavaScript/Array/Internal.hs:48) read (src-ghc/JavaScript/Array/Internal.hs:52) push (src-ghc/JavaScript/Array/Internal.hs:56) 0% ( 0 / 4) in 'GHCJS.Buffer.Types' Missing documentation for: Module header SomeBuffer (src-ghc/GHCJS/Buffer/Types.hs:8) Buffer (src-ghc/GHCJS/Buffer/Types.hs:10) MutableBuffer (src-ghc/GHCJS/Buffer/Types.hs:11) 0% ( 0 / 10) in 'GHCJS.Foreign.Internal' Missing documentation for: Module header jsTrue (src-ghc/GHCJS/Foreign/Internal.hs:34) jsFalse (src-ghc/GHCJS/Foreign/Internal.hs:38) jsNull (src-ghc/GHCJS/Foreign/Internal.hs:42) toJSBool (src-ghc/GHCJS/Foreign/Internal.hs:46) jsUndefined (src-ghc/GHCJS/Foreign/Internal.hs:50) isTruthy (src-ghc/GHCJS/Foreign/Internal.hs:54) isNull (src-ghc/GHCJS/Prim.hs:60) isUndefined (src-ghc/GHCJS/Prim.hs:64) JSType (src-ghc/GHCJS/Foreign/Internal.hs:58) 0% ( 0 / 11) in 'GHCJS.Marshal.Internal' Missing documentation for: Module header FromJSVal (src-ghc/GHCJS/Marshal/Internal.hs:68) ToJSVal (src-ghc/GHCJS/Marshal/Internal.hs:52) PToJSVal (src-ghc/GHCJS/Marshal/Internal.hs:44) PFromJSVal (src-ghc/GHCJS/Marshal/Internal.hs:48) Purity (src-ghc/GHCJS/Marshal/Internal.hs:40) toJSVal_generic (src-ghc/GHCJS/Marshal/Internal.hs:177) fromJSVal_generic (src-ghc/GHCJS/Marshal/Internal.hs:263) toJSVal_pure (src-ghc/GHCJS/Marshal/Internal.hs:276) fromJSVal_pure (src-ghc/GHCJS/Marshal/Internal.hs:268) fromJSValUnchecked_pure (src-ghc/GHCJS/Marshal/Internal.hs:272) 33% ( 1 / 3) in 'Language.Javascript.JSaddle.Native' Missing documentation for: Module header withToJSVal (src/Language/Javascript/JSaddle/Native.hs:24) Warning: 'JSStrings' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'JSVal' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Language.Javascript.JSaddle.Marshal.String' 100% ( 2 / 2) in 'Language.Javascript.JSaddle.Evaluate' 0% ( 0 / 3) in 'GHCJS.Marshal.Pure' Missing documentation for: Module header PFromJSVal (src-ghc/GHCJS/Marshal/Internal.hs:48) PToJSVal (src-ghc/GHCJS/Marshal/Internal.hs:44) 60% ( 6 / 10) in 'Language.Javascript.JSaddle.Classes' Missing documentation for: PToJSVal (src-ghc/GHCJS/Marshal/Internal.hs:44) PFromJSVal (src-ghc/GHCJS/Marshal/Internal.hs:48) ToJSVal (src-ghc/GHCJS/Marshal/Internal.hs:52) FromJSVal (src-ghc/GHCJS/Marshal/Internal.hs:68) 50% ( 1 / 2) in 'Language.Javascript.JSaddle.Arguments' Missing documentation for: Module header Warning: 'JSPropRef' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 72% ( 8 / 11) in 'Language.Javascript.JSaddle.Properties' Missing documentation for: unsafeGetProp (src-ghc/JavaScript/Object/Internal.hs:40) setProp (src-ghc/JavaScript/Object/Internal.hs:44) unsafeSetProp (src-ghc/JavaScript/Object/Internal.hs:48) 0% ( 0 / 5) in 'JavaScript.TypedArray.ArrayBuffer.Internal' Missing documentation for: Module header SomeArrayBuffer (src-ghc/JavaScript/TypedArray/ArrayBuffer/Internal.hs:22) ArrayBuffer (src-ghc/JavaScript/TypedArray/ArrayBuffer/Internal.hs:26) MutableArrayBuffer (src-ghc/JavaScript/TypedArray/ArrayBuffer/Internal.hs:27) STArrayBuffer (src-ghc/JavaScript/TypedArray/ArrayBuffer/Internal.hs:28) 66% ( 2 / 3) in 'Language.Javascript.JSaddle.Helper' Missing documentation for: Module header 0% ( 0 / 5) in 'JavaScript.TypedArray.DataView.Internal' Missing documentation for: Module header SomeDataView (src-ghc/JavaScript/TypedArray/DataView/Internal.hs:25) DataView (src-ghc/JavaScript/TypedArray/DataView/Internal.hs:28) MutableDataView (src-ghc/JavaScript/TypedArray/DataView/Internal.hs:29) STDataView (src-ghc/JavaScript/TypedArray/DataView/Internal.hs:30) Warning: 'MVar' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'WouldBlockException' is ambiguous. It is defined * at src-ghc/GHCJS/Prim/Internal.hs:59:28 * at src-ghc/GHCJS/Prim/Internal.hs:59:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src-ghc/GHCJS/Prim/Internal.hs:59:1 66% ( 2 / 3) in 'GHCJS.Concurrent' Missing documentation for: Module header Warning: 'JSString' is ambiguous. It is defined * at src-ghc/Data/JSString/Internal/Type.hs:48:20 * at src-ghc/Data/JSString/Internal/Type.hs:48:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src-ghc/Data/JSString/Internal/Type.hs:48:1 Warning: 'List' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unfoldr' is ambiguous. It is defined * in Data.OldList * at src-ghc/Data/JSString.hs:809:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src-ghc/Data/JSString.hs:809:1 95% (114 /120) in 'Data.JSString' Missing documentation for: unpack' (src-ghc/Data/JSString.hs:199) group' (src-ghc/Data/JSString.hs:982) splitOn' (src-ghc/Data/JSString.hs:1040) lines' (src-ghc/Data/JSString.hs:1253) words' (src-ghc/Data/JSString.hs:1243) breakOnAll' (src-ghc/Data/JSString.hs:1168) Warning: 'JSVal' is ambiguous. It is defined * at src-ghc/GHCJS/Prim/Internal.hs:28:17 * at src-ghc/GHCJS/Prim/Internal.hs:28:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src-ghc/GHCJS/Prim/Internal.hs:28:1 Warning: 'JSString' is ambiguous. It is defined * at src-ghc/Data/JSString/Internal/Type.hs:48:20 * at src-ghc/Data/JSString/Internal/Type.hs:48:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src-ghc/Data/JSString/Internal/Type.hs:48:1 69% ( 30 / 43) in 'Language.Javascript.JSaddle.Value' Missing documentation for: JSVal (src-ghc/GHCJS/Prim/Internal.hs:28) ToJSVal (src-ghc/GHCJS/Marshal/Internal.hs:52) JSNull (src/Language/Javascript/JSaddle/Value.hs:120) JSUndefined (src/Language/Javascript/JSaddle/Value.hs:122) isTruthy (src-ghc/GHCJS/Foreign/Internal.hs:54) jsNull (src-ghc/GHCJS/Foreign/Internal.hs:42) isNull (src-ghc/GHCJS/Prim.hs:60) jsUndefined (src-ghc/GHCJS/Foreign/Internal.hs:50) isUndefined (src-ghc/GHCJS/Prim.hs:64) maybeNullOrUndefined' (src/Language/Javascript/JSaddle/Value.hs:430) toJSBool (src-ghc/GHCJS/Foreign/Internal.hs:46) jsTrue (src-ghc/GHCJS/Foreign/Internal.hs:34) jsFalse (src-ghc/GHCJS/Foreign/Internal.hs:38) Warning: 'syncCallback2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ContinueAsync' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'JSUndefined' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 86% ( 52 / 60) in 'Language.Javascript.JSaddle.Object' Missing documentation for: unsafeGetProp (src-ghc/JavaScript/Object/Internal.hs:40) setProp (src-ghc/JavaScript/Object/Internal.hs:44) unsafeSetProp (src-ghc/JavaScript/Object/Internal.hs:48) Function (src/Language/Javascript/JSaddle/Object.hs:442) freeFunction (src/Language/Javascript/JSaddle/Object.hs:497) fromListIO (src-ghc/JavaScript/Array/Internal.hs:34) listProps (src-ghc/JavaScript/Object/Internal.hs:27) nullObject (src/Language/Javascript/JSaddle/Object.hs:663) 9% ( 3 / 32) in 'JavaScript.Array' Missing documentation for: SomeJSArray (src/Language/Javascript/JSaddle/Types.hs:377) create (src-ghc/JavaScript/Array/Internal.hs:26) length (src-ghc/JavaScript/Array.hs:56) lengthIO (src-ghc/JavaScript/Array.hs:60) null (src-ghc/JavaScript/Array.hs:64) fromList (src-ghc/JavaScript/Array/Internal.hs:30) fromListIO (src-ghc/JavaScript/Array/Internal.hs:34) toList (src-ghc/JavaScript/Array/Internal.hs:38) toListIO (src-ghc/JavaScript/Array/Internal.hs:42) index (src-ghc/JavaScript/Array/Internal.hs:48) ! (src-ghc/JavaScript/Array.hs:132) read (src-ghc/JavaScript/Array/Internal.hs:52) write (src-ghc/JavaScript/Array.hs:72) append (src-ghc/JavaScript/Array.hs:68) push (src-ghc/JavaScript/Array/Internal.hs:56) pop (src-ghc/JavaScript/Array.hs:76) unshift (src-ghc/JavaScript/Array.hs:80) shift (src-ghc/JavaScript/Array.hs:84) reverse (src-ghc/JavaScript/Array.hs:88) take (src-ghc/JavaScript/Array.hs:92) takeIO (src-ghc/JavaScript/Array.hs:96) drop (src-ghc/JavaScript/Array.hs:100) dropIO (src-ghc/JavaScript/Array.hs:104) slice (src-ghc/JavaScript/Array.hs:108) sliceIO (src-ghc/JavaScript/Array.hs:112) freeze (src-ghc/JavaScript/Array.hs:116) unsafeFreeze (src-ghc/JavaScript/Array.hs:120) thaw (src-ghc/JavaScript/Array.hs:124) unsafeThaw (src-ghc/JavaScript/Array.hs:128) 0% ( 0 / 5) in 'GHCJS.Marshal' Missing documentation for: Module header FromJSVal (src-ghc/GHCJS/Marshal/Internal.hs:68) ToJSVal (src-ghc/GHCJS/Marshal/Internal.hs:52) toJSVal_aeson (src-ghc/GHCJS/Marshal.hs:168) toJSVal_pure (src-ghc/GHCJS/Marshal/Internal.hs:276) Warning: 'JSM' is ambiguous. It is defined * at src/Language/Javascript/JSaddle/Types.hs:167:17 * at src/Language/Javascript/JSaddle/Types.hs:167:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Language/Javascript/JSaddle/Types.hs:167:1 Warning: 'runjs' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 24 / 24) in 'Language.Javascript.JSaddle' 0% ( 0 / 6) in 'Language.Javascript.JSaddle.Debug' Missing documentation for: Module header contexts (src/Language/Javascript/JSaddle/Debug.hs:32) addContext (src/Language/Javascript/JSaddle/Debug.hs:36) removeContext (src/Language/Javascript/JSaddle/Debug.hs:41) runOnAll (src/Language/Javascript/JSaddle/Debug.hs:45) runOnAll_ (src/Language/Javascript/JSaddle/Debug.hs:48) 0% ( 0 / 41) in 'JavaScript.TypedArray.Internal.Types' Missing documentation for: Module header SomeTypedArray (src-ghc/JavaScript/TypedArray/Internal/Types.hs:16) SomeSTTypedArray (src-ghc/JavaScript/TypedArray/Internal/Types.hs:25) TypedArrayElem (src-ghc/JavaScript/TypedArray/Internal/Types.hs:29) SomeInt8Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:41) SomeInt16Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:42) SomeInt32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:43) SomeUint8Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:45) SomeUint16Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:46) SomeUint32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:47) SomeFloat32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:49) SomeFloat64Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:50) SomeUint8ClampedArray (src-ghc/JavaScript/TypedArray/Internal/Types.hs:52) Int8Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:56) Int16Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:57) Int32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:58) Uint8Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:60) Uint16Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:61) Uint32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:62) Uint8ClampedArray (src-ghc/JavaScript/TypedArray/Internal/Types.hs:64) Float32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:66) Float64Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:67) IOInt8Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:71) IOInt16Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:72) IOInt32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:73) IOUint8Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:75) IOUint16Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:76) IOUint32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:77) IOUint8ClampedArray (src-ghc/JavaScript/TypedArray/Internal/Types.hs:79) IOFloat32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:81) IOFloat64Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:82) STInt8Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:86) STInt16Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:87) STInt32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:88) STUint8Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:90) STUint16Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:91) STUint32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:92) STFloat32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:94) STFloat64Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:95) STUint8ClampedArray (src-ghc/JavaScript/TypedArray/Internal/Types.hs:97) Elem (src-ghc/JavaScript/TypedArray/Internal/Types.hs:101) 37% ( 3 / 8) in 'JavaScript.TypedArray.ArrayBuffer' Missing documentation for: Module header ArrayBuffer (src-ghc/JavaScript/TypedArray/ArrayBuffer/Internal.hs:26) MutableArrayBuffer (src-ghc/JavaScript/TypedArray/ArrayBuffer/Internal.hs:27) unsafeThaw (src-ghc/JavaScript/TypedArray/ArrayBuffer.hs:40) byteLengthIO (src-ghc/JavaScript/TypedArray/ArrayBuffer.hs:49) 13% ( 6 / 45) in 'JavaScript.TypedArray.Internal' Missing documentation for: Module header elemSize (src-ghc/JavaScript/TypedArray/Internal.hs:31) TypedArray (src-ghc/JavaScript/TypedArray/Internal.hs:143) indexI (src-ghc/JavaScript/TypedArray/Internal.hs:157) indexI16 (src-ghc/JavaScript/TypedArray/Internal.hs:161) indexI8 (src-ghc/JavaScript/TypedArray/Internal.hs:165) indexW (src-ghc/JavaScript/TypedArray/Internal.hs:169) indexW16 (src-ghc/JavaScript/TypedArray/Internal.hs:173) indexW8 (src-ghc/JavaScript/TypedArray/Internal.hs:177) indexD (src-ghc/JavaScript/TypedArray/Internal.hs:181) unsafeIndexI (src-ghc/JavaScript/TypedArray/Internal.hs:187) unsafeIndexI16 (src-ghc/JavaScript/TypedArray/Internal.hs:191) unsafeIndexI8 (src-ghc/JavaScript/TypedArray/Internal.hs:195) unsafeIndexW (src-ghc/JavaScript/TypedArray/Internal.hs:199) unsafeIndexW16 (src-ghc/JavaScript/TypedArray/Internal.hs:203) unsafeIndexW8 (src-ghc/JavaScript/TypedArray/Internal.hs:207) unsafeIndexD (src-ghc/JavaScript/TypedArray/Internal.hs:211) int8ArrayFrom (src-ghc/JavaScript/TypedArray/Internal.hs:217) int16ArrayFrom (src-ghc/JavaScript/TypedArray/Internal.hs:221) int32ArrayFrom (src-ghc/JavaScript/TypedArray/Internal.hs:225) uint8ArrayFrom (src-ghc/JavaScript/TypedArray/Internal.hs:229) uint8ClampedArrayFrom (src-ghc/JavaScript/TypedArray/Internal.hs:233) uint16ArrayFrom (src-ghc/JavaScript/TypedArray/Internal.hs:237) uint32ArrayFrom (src-ghc/JavaScript/TypedArray/Internal.hs:241) float32ArrayFrom (src-ghc/JavaScript/TypedArray/Internal.hs:245) float64ArrayFrom (src-ghc/JavaScript/TypedArray/Internal.hs:249) setIndexI (src-ghc/JavaScript/TypedArray/Internal.hs:256) unsafeSetIndexI (src-ghc/JavaScript/TypedArray/Internal.hs:261) setIndexW (src-ghc/JavaScript/TypedArray/Internal.hs:266) unsafeSetIndexW (src-ghc/JavaScript/TypedArray/Internal.hs:271) setIndexD (src-ghc/JavaScript/TypedArray/Internal.hs:276) unsafeSetIndexD (src-ghc/JavaScript/TypedArray/Internal.hs:281) indexOfI (src-ghc/JavaScript/TypedArray/Internal.hs:286) indexOfW (src-ghc/JavaScript/TypedArray/Internal.hs:290) indexOfD (src-ghc/JavaScript/TypedArray/Internal.hs:294) lastIndexOfI (src-ghc/JavaScript/TypedArray/Internal.hs:298) lastIndexOfW (src-ghc/JavaScript/TypedArray/Internal.hs:302) lastIndexOfD (src-ghc/JavaScript/TypedArray/Internal.hs:306) unsafeSet (src-ghc/JavaScript/TypedArray/Internal.hs:343) 33% ( 6 / 18) in 'JavaScript.TypedArray' Missing documentation for: Module header TypedArray (src-ghc/JavaScript/TypedArray/Internal.hs:143) Int8Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:56) Int16Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:57) Int32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:58) Uint8Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:60) Uint16Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:61) Uint32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:62) Uint8ClampedArray (src-ghc/JavaScript/TypedArray/Internal/Types.hs:64) Float32Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:66) Float64Array (src-ghc/JavaScript/TypedArray/Internal/Types.hs:67) unsafeSet (src-ghc/JavaScript/TypedArray/Internal.hs:343) 0% ( 0 / 17) in 'GHCJS.Foreign' Missing documentation for: Module header jsTrue (src-ghc/GHCJS/Foreign/Internal.hs:34) jsFalse (src-ghc/GHCJS/Foreign/Internal.hs:38) jsNull (src-ghc/GHCJS/Foreign/Internal.hs:42) toJSBool (src-ghc/GHCJS/Foreign/Internal.hs:46) jsUndefined (src-ghc/GHCJS/Foreign/Internal.hs:50) isTruthy (src-ghc/GHCJS/Foreign/Internal.hs:54) isNull (src-ghc/GHCJS/Prim.hs:60) isUndefined (src-ghc/GHCJS/Prim.hs:64) isObject (src-ghc/GHCJS/Foreign.hs:39) isFunction (src-ghc/GHCJS/Foreign.hs:43) isString (src-ghc/GHCJS/Foreign.hs:47) isBoolean (src-ghc/GHCJS/Foreign.hs:51) isSymbol (src-ghc/GHCJS/Foreign.hs:55) isNumber (src-ghc/GHCJS/Foreign.hs:59) JSType (src-ghc/GHCJS/Foreign/Internal.hs:58) jsTypeOf (src-ghc/GHCJS/Foreign.hs:63) 15% ( 3 / 20) in 'GHCJS.Buffer' Missing documentation for: Module header Buffer (src-ghc/GHCJS/Buffer/Types.hs:10) MutableBuffer (src-ghc/GHCJS/Buffer/Types.hs:11) create (src-ghc/GHCJS/Buffer.hs:38) createFromArrayBuffer (src-ghc/GHCJS/Buffer.hs:43) thaw (src-ghc/GHCJS/Buffer.hs:79) freeze (src-ghc/GHCJS/Buffer.hs:75) clone (src-ghc/GHCJS/Buffer.hs:83) byteLength (src-ghc/GHCJS/Buffer.hs:113) getArrayBuffer (src-ghc/GHCJS/Buffer.hs:47) getUint8Array (src-ghc/GHCJS/Buffer.hs:55) getUint16Array (src-ghc/GHCJS/Buffer.hs:59) getInt32Array (src-ghc/GHCJS/Buffer.hs:51) getDataView (src-ghc/GHCJS/Buffer.hs:71) getFloat32Array (src-ghc/GHCJS/Buffer.hs:63) getFloat64Array (src-ghc/GHCJS/Buffer.hs:67) fromByteString (src-ghc/GHCJS/Buffer.hs:87) Warning: Data.JSString.Internal.Type: could not find link destinations for: - Data.JSString.D:R:ItemJSString Warning: Language.Javascript.JSaddle.Types: could not find link destinations for: - Language.Javascript.JSaddle.Types.D:R:RefJSM - Language.Javascript.JSaddle.Types.Rep_Results - Language.Javascript.JSaddle.Types.Rep_BatchResults - Language.Javascript.JSaddle.Types.Rep_Result - Language.Javascript.JSaddle.Types.Rep_Batch - Language.Javascript.JSaddle.Types.Rep_Command - Language.Javascript.JSaddle.Types.Rep_AsyncCommand - Language.Javascript.JSaddle.Types.Rep_JSStringForSend - Language.Javascript.JSaddle.Types.Rep_JSObjectForSend - Language.Javascript.JSaddle.Types.Rep_JSValueForSend - Data.JSString.D:R:ItemJSString Warning: Language.Javascript.JSaddle.String: could not find link destinations for: - Data.JSString.D:R:ItemJSString Warning: Language.Javascript.JSaddle.Run: could not find link destinations for: - Language.Javascript.JSaddle.Types.Rep_Result - Language.Javascript.JSaddle.Types.Rep_Command - Language.Javascript.JSaddle.Types.Rep_AsyncCommand Warning: Language.Javascript.JSaddle.Monad: could not find link destinations for: - Language.Javascript.JSaddle.Types.D:R:RefJSM Warning: GHCJS.Types: could not find link destinations for: - Data.JSString.D:R:ItemJSString Warning: GHCJS.Marshal.Internal: could not find link destinations for: - GHCJS.Marshal.Internal.GFromJSVal - GHCJS.Marshal.Internal.GToJSVal Warning: Language.Javascript.JSaddle.Classes: could not find link destinations for: - GHCJS.Marshal.Internal.GFromJSVal - GHCJS.Marshal.Internal.GToJSVal Warning: Data.JSString: could not find link destinations for: - Data.JSString.D:R:ItemJSString Warning: Language.Javascript.JSaddle.Value: could not find link destinations for: - GHCJS.Marshal.Internal.GToJSVal - Data.JSString.D:R:ItemJSString Warning: GHCJS.Marshal: could not find link destinations for: - GHCJS.Marshal.Internal.GFromJSVal - GHCJS.Marshal.Internal.GToJSVal Documentation created: dist/doc/html/jsaddle/, dist/doc/html/jsaddle/jsaddle.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/jsaddle-0.9.9.3-2El0OPn5jD6CqkiZmw7sS Completed jsaddle-0.9.9.3 Configuring constraints-extras-0.4.0.2... Preprocessing library for constraints-extras-0.4.0.2.. Building library for constraints-extras-0.4.0.2.. [1 of 4] Compiling Data.Constraint.Compose ( src/Data/Constraint/Compose.hs, dist/build/Data/Constraint/Compose.o, dist/build/Data/Constraint/Compose.dyn_o ) [2 of 4] Compiling Data.Constraint.Flip ( src/Data/Constraint/Flip.hs, dist/build/Data/Constraint/Flip.o, dist/build/Data/Constraint/Flip.dyn_o ) [3 of 4] Compiling Data.Constraint.Extras ( src/Data/Constraint/Extras.hs, dist/build/Data/Constraint/Extras.o, dist/build/Data/Constraint/Extras.dyn_o ) [4 of 4] Compiling Data.Constraint.Extras.TH ( src/Data/Constraint/Extras/TH.hs, dist/build/Data/Constraint/Extras/TH.o, dist/build/Data/Constraint/Extras/TH.dyn_o ) Preprocessing executable 'readme' for constraints-extras-0.4.0.2.. Building executable 'readme' for constraints-extras-0.4.0.2.. [1 of 1] Compiling Main ( README.lhs, dist/build/readme/readme-tmp/Main.o ) README.lhs:29:13: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 29 | > data A :: * -> * where | ^ README.lhs:29:18: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 29 | > data A :: * -> * where | ^ README.lhs:35:13: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 35 | > data B :: * -> * where | ^ README.lhs:35:18: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 35 | > data B :: * -> * where | ^ README.lhs:41:14: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 41 | > data V :: (* -> *) -> * where | ^ README.lhs:41:19: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 41 | > data V :: (* -> *) -> * where | ^ README.lhs:41:25: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 41 | > data V :: (* -> *) -> * where | ^ README.lhs:46:24: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 46 | > data family Fam a :: * -> * | ^ README.lhs:46:29: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 46 | > data family Fam a :: * -> * | ^ README.lhs:47:27: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 47 | > data instance Fam () :: * -> * where | ^ README.lhs:47:32: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 47 | > data instance Fam () :: * -> * where | ^ [2 of 2] Linking dist/build/readme/readme Preprocessing library for constraints-extras-0.4.0.2.. Running Haddock on library for constraints-extras-0.4.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Data.Constraint.Compose ( src/Data/Constraint/Compose.hs, /tmp/ghc3301545_0/ghc_8.o, /tmp/ghc3301545_0/ghc_8.dyn_o ) [2 of 4] Compiling Data.Constraint.Flip ( src/Data/Constraint/Flip.hs, /tmp/ghc3301545_0/ghc_12.o, /tmp/ghc3301545_0/ghc_12.dyn_o ) [3 of 4] Compiling Data.Constraint.Extras ( src/Data/Constraint/Extras.hs, /tmp/ghc3301545_0/ghc_10.o, /tmp/ghc3301545_0/ghc_10.dyn_o ) [4 of 4] Compiling Data.Constraint.Extras.TH ( src/Data/Constraint/Extras/TH.hs, nothing ) Haddock coverage: 50% ( 1 / 2) in 'Data.Constraint.Compose' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Constraint.Flip' Missing documentation for: Module header 100% ( 13 / 13) in 'Data.Constraint.Extras' 0% ( 0 / 4) in 'Data.Constraint.Extras.TH' Missing documentation for: Module header deriveArgDict (src/Data/Constraint/Extras/TH.hs:15) deriveArgDictV (src/Data/Constraint/Extras/TH.hs:30) gadtIndices (src/Data/Constraint/Extras/TH.hs:110) Documentation created: dist/doc/html/constraints-extras/, dist/doc/html/constraints-extras/constraints-extras.txt Preprocessing executable 'readme' for constraints-extras-0.4.0.2.. Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/constraints-extras-0.4.0.2-KmjODvNjzpZGWq2MlXRz9Y Installing executable readme in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin Warning: The directory /var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system search path. Completed constraints-extras-0.4.0.2 Downloading jsaddle-dom-0.9.9.2 Downloaded jsaddle-dom-0.9.9.2 Configuring jsaddle-dom-0.9.9.2... Preprocessing library for jsaddle-dom-0.9.9.2.. Building library for jsaddle-dom-0.9.9.2.. [ 1 of 600] Compiling JSDOM.Custom.RTCPeerConnectionError ( src/JSDOM/Custom/RTCPeerConnectionError.hs, dist/build/JSDOM/Custom/RTCPeerConnectionError.o, dist/build/JSDOM/Custom/RTCPeerConnectionError.dyn_o ) [ 2 of 600] Compiling JSDOM.Types ( src/JSDOM/Types.hs, dist/build/JSDOM/Types.o, dist/build/JSDOM/Types.dyn_o ) [ 3 of 600] Compiling JSDOM.Generated.Enums ( src/JSDOM/Generated/Enums.hs, dist/build/JSDOM/Generated/Enums.o, dist/build/JSDOM/Generated/Enums.dyn_o ) [ 4 of 600] Compiling JSDOM.Enums ( src/JSDOM/Enums.hs, dist/build/JSDOM/Enums.o, dist/build/JSDOM/Enums.dyn_o ) [ 5 of 600] Compiling JSDOM.Generated.UIEvent ( src/JSDOM/Generated/UIEvent.hs, dist/build/JSDOM/Generated/UIEvent.o, dist/build/JSDOM/Generated/UIEvent.dyn_o ) [ 6 of 600] Compiling JSDOM.Generated.MouseEvent ( src/JSDOM/Generated/MouseEvent.hs, dist/build/JSDOM/Generated/MouseEvent.o, dist/build/JSDOM/Generated/MouseEvent.dyn_o ) [ 7 of 600] Compiling JSDOM.Generated.EventTarget ( src/JSDOM/Generated/EventTarget.hs, dist/build/JSDOM/Generated/EventTarget.o, dist/build/JSDOM/Generated/EventTarget.dyn_o ) [ 8 of 600] Compiling JSDOM.Generated.Event ( src/JSDOM/Generated/Event.hs, dist/build/JSDOM/Generated/Event.o, dist/build/JSDOM/Generated/Event.dyn_o ) [ 9 of 600] Compiling JSDOM.EventTargetClosures ( src/JSDOM/EventTargetClosures.hs, dist/build/JSDOM/EventTargetClosures.o, dist/build/JSDOM/EventTargetClosures.dyn_o ) [ 10 of 600] Compiling JSDOM.Generated.XSLTProcessor ( src/JSDOM/Generated/XSLTProcessor.hs, dist/build/JSDOM/Generated/XSLTProcessor.o, dist/build/JSDOM/Generated/XSLTProcessor.dyn_o ) [ 11 of 600] Compiling JSDOM.Generated.XPathResult ( src/JSDOM/Generated/XPathResult.hs, dist/build/JSDOM/Generated/XPathResult.o, dist/build/JSDOM/Generated/XPathResult.dyn_o ) [ 12 of 600] Compiling JSDOM.Generated.XPathNSResolver ( src/JSDOM/Generated/XPathNSResolver.hs, dist/build/JSDOM/Generated/XPathNSResolver.o, dist/build/JSDOM/Generated/XPathNSResolver.dyn_o ) [ 13 of 600] Compiling JSDOM.Generated.XPathExpression ( src/JSDOM/Generated/XPathExpression.hs, dist/build/JSDOM/Generated/XPathExpression.o, dist/build/JSDOM/Generated/XPathExpression.dyn_o ) [ 14 of 600] Compiling JSDOM.Generated.XPathException ( src/JSDOM/Generated/XPathException.hs, dist/build/JSDOM/Generated/XPathException.o, dist/build/JSDOM/Generated/XPathException.dyn_o ) [ 15 of 600] Compiling JSDOM.Generated.XPathEvaluator ( src/JSDOM/Generated/XPathEvaluator.hs, dist/build/JSDOM/Generated/XPathEvaluator.o, dist/build/JSDOM/Generated/XPathEvaluator.dyn_o ) [ 16 of 600] Compiling JSDOM.Generated.XMLSerializer ( src/JSDOM/Generated/XMLSerializer.hs, dist/build/JSDOM/Generated/XMLSerializer.o, dist/build/JSDOM/Generated/XMLSerializer.dyn_o ) [ 17 of 600] Compiling JSDOM.Generated.XMLHttpRequestProgressEvent ( src/JSDOM/Generated/XMLHttpRequestProgressEvent.hs, dist/build/JSDOM/Generated/XMLHttpRequestProgressEvent.o, dist/build/JSDOM/Generated/XMLHttpRequestProgressEvent.dyn_o ) [ 18 of 600] Compiling JSDOM.Generated.XMLHttpRequestEventTarget ( src/JSDOM/Generated/XMLHttpRequestEventTarget.hs, dist/build/JSDOM/Generated/XMLHttpRequestEventTarget.o, dist/build/JSDOM/Generated/XMLHttpRequestEventTarget.dyn_o ) [ 19 of 600] Compiling JSDOM.Generated.XMLHttpRequest ( src/JSDOM/Generated/XMLHttpRequest.hs, dist/build/JSDOM/Generated/XMLHttpRequest.o, dist/build/JSDOM/Generated/XMLHttpRequest.dyn_o ) [ 20 of 600] Compiling JSDOM.Generated.WritableStream ( src/JSDOM/Generated/WritableStream.hs, dist/build/JSDOM/Generated/WritableStream.o, dist/build/JSDOM/Generated/WritableStream.dyn_o ) [ 21 of 600] Compiling JSDOM.Generated.WorkerNavigator ( src/JSDOM/Generated/WorkerNavigator.hs, dist/build/JSDOM/Generated/WorkerNavigator.o, dist/build/JSDOM/Generated/WorkerNavigator.dyn_o ) [ 22 of 600] Compiling JSDOM.Generated.WorkerLocation ( src/JSDOM/Generated/WorkerLocation.hs, dist/build/JSDOM/Generated/WorkerLocation.o, dist/build/JSDOM/Generated/WorkerLocation.dyn_o ) [ 23 of 600] Compiling JSDOM.Generated.WorkerGlobalScope ( src/JSDOM/Generated/WorkerGlobalScope.hs, dist/build/JSDOM/Generated/WorkerGlobalScope.o, dist/build/JSDOM/Generated/WorkerGlobalScope.dyn_o ) [ 24 of 600] Compiling JSDOM.Generated.Worker ( src/JSDOM/Generated/Worker.hs, dist/build/JSDOM/Generated/Worker.o, dist/build/JSDOM/Generated/Worker.dyn_o ) [ 25 of 600] Compiling JSDOM.Generated.WindowOrWorkerGlobalScope ( src/JSDOM/Generated/WindowOrWorkerGlobalScope.hs, dist/build/JSDOM/Generated/WindowOrWorkerGlobalScope.o, dist/build/JSDOM/Generated/WindowOrWorkerGlobalScope.dyn_o ) [ 26 of 600] Compiling JSDOM.Generated.WindowEventHandlers ( src/JSDOM/Generated/WindowEventHandlers.hs, dist/build/JSDOM/Generated/WindowEventHandlers.o, dist/build/JSDOM/Generated/WindowEventHandlers.dyn_o ) [ 27 of 600] Compiling JSDOM.Generated.Window ( src/JSDOM/Generated/Window.hs, dist/build/JSDOM/Generated/Window.o, dist/build/JSDOM/Generated/Window.dyn_o ) [ 28 of 600] Compiling JSDOM.Generated.WheelEvent ( src/JSDOM/Generated/WheelEvent.hs, dist/build/JSDOM/Generated/WheelEvent.o, dist/build/JSDOM/Generated/WheelEvent.dyn_o ) [ 29 of 600] Compiling JSDOM.Generated.WebSocket ( src/JSDOM/Generated/WebSocket.hs, dist/build/JSDOM/Generated/WebSocket.o, dist/build/JSDOM/Generated/WebSocket.dyn_o ) [ 30 of 600] Compiling JSDOM.Generated.WebKitTransitionEvent ( src/JSDOM/Generated/WebKitTransitionEvent.hs, dist/build/JSDOM/Generated/WebKitTransitionEvent.o, dist/build/JSDOM/Generated/WebKitTransitionEvent.dyn_o ) [ 31 of 600] Compiling JSDOM.Generated.WebKitSubtleCrypto ( src/JSDOM/Generated/WebKitSubtleCrypto.hs, dist/build/JSDOM/Generated/WebKitSubtleCrypto.o, dist/build/JSDOM/Generated/WebKitSubtleCrypto.dyn_o ) [ 32 of 600] Compiling JSDOM.Generated.WebKitPoint ( src/JSDOM/Generated/WebKitPoint.hs, dist/build/JSDOM/Generated/WebKitPoint.o, dist/build/JSDOM/Generated/WebKitPoint.dyn_o ) [ 33 of 600] Compiling JSDOM.Generated.WebKitPlaybackTargetAvailabilityEvent ( src/JSDOM/Generated/WebKitPlaybackTargetAvailabilityEvent.hs, dist/build/JSDOM/Generated/WebKitPlaybackTargetAvailabilityEvent.o, dist/build/JSDOM/Generated/WebKitPlaybackTargetAvailabilityEvent.dyn_o ) [ 34 of 600] Compiling JSDOM.Generated.WebKitNamespace ( src/JSDOM/Generated/WebKitNamespace.hs, dist/build/JSDOM/Generated/WebKitNamespace.o, dist/build/JSDOM/Generated/WebKitNamespace.dyn_o ) [ 35 of 600] Compiling JSDOM.Generated.WebKitNamedFlow ( src/JSDOM/Generated/WebKitNamedFlow.hs, dist/build/JSDOM/Generated/WebKitNamedFlow.o, dist/build/JSDOM/Generated/WebKitNamedFlow.dyn_o ) [ 36 of 600] Compiling JSDOM.Generated.WebKitMediaKeys ( src/JSDOM/Generated/WebKitMediaKeys.hs, dist/build/JSDOM/Generated/WebKitMediaKeys.o, dist/build/JSDOM/Generated/WebKitMediaKeys.dyn_o ) [ 37 of 600] Compiling JSDOM.Generated.WebKitMediaKeySession ( src/JSDOM/Generated/WebKitMediaKeySession.hs, dist/build/JSDOM/Generated/WebKitMediaKeySession.o, dist/build/JSDOM/Generated/WebKitMediaKeySession.dyn_o ) [ 38 of 600] Compiling JSDOM.Generated.WebKitMediaKeyNeededEvent ( src/JSDOM/Generated/WebKitMediaKeyNeededEvent.hs, dist/build/JSDOM/Generated/WebKitMediaKeyNeededEvent.o, dist/build/JSDOM/Generated/WebKitMediaKeyNeededEvent.dyn_o ) [ 39 of 600] Compiling JSDOM.Generated.WebKitMediaKeyMessageEvent ( src/JSDOM/Generated/WebKitMediaKeyMessageEvent.hs, dist/build/JSDOM/Generated/WebKitMediaKeyMessageEvent.o, dist/build/JSDOM/Generated/WebKitMediaKeyMessageEvent.dyn_o ) [ 40 of 600] Compiling JSDOM.Generated.WebKitMediaKeyError ( src/JSDOM/Generated/WebKitMediaKeyError.hs, dist/build/JSDOM/Generated/WebKitMediaKeyError.o, dist/build/JSDOM/Generated/WebKitMediaKeyError.dyn_o ) [ 41 of 600] Compiling JSDOM.Generated.WebKitCSSViewportRule ( src/JSDOM/Generated/WebKitCSSViewportRule.hs, dist/build/JSDOM/Generated/WebKitCSSViewportRule.o, dist/build/JSDOM/Generated/WebKitCSSViewportRule.dyn_o ) [ 42 of 600] Compiling JSDOM.Generated.WebKitCSSRegionRule ( src/JSDOM/Generated/WebKitCSSRegionRule.hs, dist/build/JSDOM/Generated/WebKitCSSRegionRule.o, dist/build/JSDOM/Generated/WebKitCSSRegionRule.dyn_o ) [ 43 of 600] Compiling JSDOM.Generated.WebKitCSSMatrix ( src/JSDOM/Generated/WebKitCSSMatrix.hs, dist/build/JSDOM/Generated/WebKitCSSMatrix.o, dist/build/JSDOM/Generated/WebKitCSSMatrix.dyn_o ) [ 44 of 600] Compiling JSDOM.Generated.WebKitAnimationEvent ( src/JSDOM/Generated/WebKitAnimationEvent.hs, dist/build/JSDOM/Generated/WebKitAnimationEvent.o, dist/build/JSDOM/Generated/WebKitAnimationEvent.dyn_o ) [ 45 of 600] Compiling JSDOM.Generated.WebGPUTextureDescriptor ( src/JSDOM/Generated/WebGPUTextureDescriptor.hs, dist/build/JSDOM/Generated/WebGPUTextureDescriptor.o, dist/build/JSDOM/Generated/WebGPUTextureDescriptor.dyn_o ) [ 46 of 600] Compiling JSDOM.Generated.WebGPUTexture ( src/JSDOM/Generated/WebGPUTexture.hs, dist/build/JSDOM/Generated/WebGPUTexture.o, dist/build/JSDOM/Generated/WebGPUTexture.dyn_o ) [ 47 of 600] Compiling JSDOM.Generated.WebGPURenderingContext ( src/JSDOM/Generated/WebGPURenderingContext.hs, dist/build/JSDOM/Generated/WebGPURenderingContext.o, dist/build/JSDOM/Generated/WebGPURenderingContext.dyn_o ) [ 48 of 600] Compiling JSDOM.Generated.WebGPURenderPipelineState ( src/JSDOM/Generated/WebGPURenderPipelineState.hs, dist/build/JSDOM/Generated/WebGPURenderPipelineState.o, dist/build/JSDOM/Generated/WebGPURenderPipelineState.dyn_o ) [ 49 of 600] Compiling JSDOM.Generated.WebGPURenderPipelineDescriptor ( src/JSDOM/Generated/WebGPURenderPipelineDescriptor.hs, dist/build/JSDOM/Generated/WebGPURenderPipelineDescriptor.o, dist/build/JSDOM/Generated/WebGPURenderPipelineDescriptor.dyn_o ) [ 50 of 600] Compiling JSDOM.Generated.WebGPURenderPipelineColorAttachmentDescriptor ( src/JSDOM/Generated/WebGPURenderPipelineColorAttachmentDescriptor.hs, dist/build/JSDOM/Generated/WebGPURenderPipelineColorAttachmentDescriptor.o, dist/build/JSDOM/Generated/WebGPURenderPipelineColorAttachmentDescriptor.dyn_o ) [ 51 of 600] Compiling JSDOM.Generated.WebGPURenderPassDescriptor ( src/JSDOM/Generated/WebGPURenderPassDescriptor.hs, dist/build/JSDOM/Generated/WebGPURenderPassDescriptor.o, dist/build/JSDOM/Generated/WebGPURenderPassDescriptor.dyn_o ) [ 52 of 600] Compiling JSDOM.Generated.WebGPURenderPassDepthAttachmentDescriptor ( src/JSDOM/Generated/WebGPURenderPassDepthAttachmentDescriptor.hs, dist/build/JSDOM/Generated/WebGPURenderPassDepthAttachmentDescriptor.o, dist/build/JSDOM/Generated/WebGPURenderPassDepthAttachmentDescriptor.dyn_o ) [ 53 of 600] Compiling JSDOM.Generated.WebGPURenderPassColorAttachmentDescriptor ( src/JSDOM/Generated/WebGPURenderPassColorAttachmentDescriptor.hs, dist/build/JSDOM/Generated/WebGPURenderPassColorAttachmentDescriptor.o, dist/build/JSDOM/Generated/WebGPURenderPassColorAttachmentDescriptor.dyn_o ) [ 54 of 600] Compiling JSDOM.Generated.WebGPURenderPassAttachmentDescriptor ( src/JSDOM/Generated/WebGPURenderPassAttachmentDescriptor.hs, dist/build/JSDOM/Generated/WebGPURenderPassAttachmentDescriptor.o, dist/build/JSDOM/Generated/WebGPURenderPassAttachmentDescriptor.dyn_o ) [ 55 of 600] Compiling JSDOM.Generated.WebGPURenderCommandEncoder ( src/JSDOM/Generated/WebGPURenderCommandEncoder.hs, dist/build/JSDOM/Generated/WebGPURenderCommandEncoder.o, dist/build/JSDOM/Generated/WebGPURenderCommandEncoder.dyn_o ) [ 56 of 600] Compiling JSDOM.Generated.WebGPULibrary ( src/JSDOM/Generated/WebGPULibrary.hs, dist/build/JSDOM/Generated/WebGPULibrary.o, dist/build/JSDOM/Generated/WebGPULibrary.dyn_o ) [ 57 of 600] Compiling JSDOM.Generated.WebGPUFunction ( src/JSDOM/Generated/WebGPUFunction.hs, dist/build/JSDOM/Generated/WebGPUFunction.o, dist/build/JSDOM/Generated/WebGPUFunction.dyn_o ) [ 58 of 600] Compiling JSDOM.Generated.WebGPUDrawable ( src/JSDOM/Generated/WebGPUDrawable.hs, dist/build/JSDOM/Generated/WebGPUDrawable.o, dist/build/JSDOM/Generated/WebGPUDrawable.dyn_o ) [ 59 of 600] Compiling JSDOM.Generated.WebGPUDepthStencilState ( src/JSDOM/Generated/WebGPUDepthStencilState.hs, dist/build/JSDOM/Generated/WebGPUDepthStencilState.o, dist/build/JSDOM/Generated/WebGPUDepthStencilState.dyn_o ) [ 60 of 600] Compiling JSDOM.Generated.WebGPUDepthStencilDescriptor ( src/JSDOM/Generated/WebGPUDepthStencilDescriptor.hs, dist/build/JSDOM/Generated/WebGPUDepthStencilDescriptor.o, dist/build/JSDOM/Generated/WebGPUDepthStencilDescriptor.dyn_o ) [ 61 of 600] Compiling JSDOM.Generated.WebGPUComputeCommandEncoder ( src/JSDOM/Generated/WebGPUComputeCommandEncoder.hs, dist/build/JSDOM/Generated/WebGPUComputeCommandEncoder.o, dist/build/JSDOM/Generated/WebGPUComputeCommandEncoder.dyn_o ) [ 62 of 600] Compiling JSDOM.Generated.WebGPUCommandQueue ( src/JSDOM/Generated/WebGPUCommandQueue.hs, dist/build/JSDOM/Generated/WebGPUCommandQueue.o, dist/build/JSDOM/Generated/WebGPUCommandQueue.dyn_o ) [ 63 of 600] Compiling JSDOM.Generated.WebGPUCommandBuffer ( src/JSDOM/Generated/WebGPUCommandBuffer.hs, dist/build/JSDOM/Generated/WebGPUCommandBuffer.o, dist/build/JSDOM/Generated/WebGPUCommandBuffer.dyn_o ) [ 64 of 600] Compiling JSDOM.Generated.WebGPUBuffer ( src/JSDOM/Generated/WebGPUBuffer.hs, dist/build/JSDOM/Generated/WebGPUBuffer.o, dist/build/JSDOM/Generated/WebGPUBuffer.dyn_o ) [ 65 of 600] Compiling JSDOM.Generated.WebGLShaderPrecisionFormat ( src/JSDOM/Generated/WebGLShaderPrecisionFormat.hs, dist/build/JSDOM/Generated/WebGLShaderPrecisionFormat.o, dist/build/JSDOM/Generated/WebGLShaderPrecisionFormat.dyn_o ) [ 66 of 600] Compiling JSDOM.Generated.WebGLRenderingContextBase ( src/JSDOM/Generated/WebGLRenderingContextBase.hs, dist/build/JSDOM/Generated/WebGLRenderingContextBase.o, dist/build/JSDOM/Generated/WebGLRenderingContextBase.dyn_o ) [ 67 of 600] Compiling JSDOM.Generated.WebGLLoseContext ( src/JSDOM/Generated/WebGLLoseContext.hs, dist/build/JSDOM/Generated/WebGLLoseContext.o, dist/build/JSDOM/Generated/WebGLLoseContext.dyn_o ) [ 68 of 600] Compiling JSDOM.Generated.WebGLDrawBuffers ( src/JSDOM/Generated/WebGLDrawBuffers.hs, dist/build/JSDOM/Generated/WebGLDrawBuffers.o, dist/build/JSDOM/Generated/WebGLDrawBuffers.dyn_o ) [ 69 of 600] Compiling JSDOM.Generated.WebGLDepthTexture ( src/JSDOM/Generated/WebGLDepthTexture.hs, dist/build/JSDOM/Generated/WebGLDepthTexture.o, dist/build/JSDOM/Generated/WebGLDepthTexture.dyn_o ) [ 70 of 600] Compiling JSDOM.Generated.WebGLDebugShaders ( src/JSDOM/Generated/WebGLDebugShaders.hs, dist/build/JSDOM/Generated/WebGLDebugShaders.o, dist/build/JSDOM/Generated/WebGLDebugShaders.dyn_o ) [ 71 of 600] Compiling JSDOM.Generated.WebGLDebugRendererInfo ( src/JSDOM/Generated/WebGLDebugRendererInfo.hs, dist/build/JSDOM/Generated/WebGLDebugRendererInfo.o, dist/build/JSDOM/Generated/WebGLDebugRendererInfo.dyn_o ) [ 72 of 600] Compiling JSDOM.Generated.WebGLContextEvent ( src/JSDOM/Generated/WebGLContextEvent.hs, dist/build/JSDOM/Generated/WebGLContextEvent.o, dist/build/JSDOM/Generated/WebGLContextEvent.dyn_o ) [ 73 of 600] Compiling JSDOM.Generated.WebGLCompressedTextureS3TC ( src/JSDOM/Generated/WebGLCompressedTextureS3TC.hs, dist/build/JSDOM/Generated/WebGLCompressedTextureS3TC.o, dist/build/JSDOM/Generated/WebGLCompressedTextureS3TC.dyn_o ) [ 74 of 600] Compiling JSDOM.Generated.WebGLCompressedTexturePVRTC ( src/JSDOM/Generated/WebGLCompressedTexturePVRTC.hs, dist/build/JSDOM/Generated/WebGLCompressedTexturePVRTC.o, dist/build/JSDOM/Generated/WebGLCompressedTexturePVRTC.dyn_o ) [ 75 of 600] Compiling JSDOM.Generated.WebGLCompressedTextureATC ( src/JSDOM/Generated/WebGLCompressedTextureATC.hs, dist/build/JSDOM/Generated/WebGLCompressedTextureATC.o, dist/build/JSDOM/Generated/WebGLCompressedTextureATC.dyn_o ) [ 76 of 600] Compiling JSDOM.Generated.WebGLActiveInfo ( src/JSDOM/Generated/WebGLActiveInfo.hs, dist/build/JSDOM/Generated/WebGLActiveInfo.o, dist/build/JSDOM/Generated/WebGLActiveInfo.dyn_o ) [ 77 of 600] Compiling JSDOM.Generated.WebGL2RenderingContext ( src/JSDOM/Generated/WebGL2RenderingContext.hs, dist/build/JSDOM/Generated/WebGL2RenderingContext.o, dist/build/JSDOM/Generated/WebGL2RenderingContext.dyn_o ) [ 78 of 600] Compiling JSDOM.Generated.WaveShaperNode ( src/JSDOM/Generated/WaveShaperNode.hs, dist/build/JSDOM/Generated/WaveShaperNode.o, dist/build/JSDOM/Generated/WaveShaperNode.dyn_o ) [ 79 of 600] Compiling JSDOM.Generated.VoidCallback ( src/JSDOM/Generated/VoidCallback.hs, dist/build/JSDOM/Generated/VoidCallback.o, dist/build/JSDOM/Generated/VoidCallback.dyn_o ) [ 80 of 600] Compiling JSDOM.Generated.VideoTrackList ( src/JSDOM/Generated/VideoTrackList.hs, dist/build/JSDOM/Generated/VideoTrackList.o, dist/build/JSDOM/Generated/VideoTrackList.dyn_o ) [ 81 of 600] Compiling JSDOM.Generated.VideoTrack ( src/JSDOM/Generated/VideoTrack.hs, dist/build/JSDOM/Generated/VideoTrack.o, dist/build/JSDOM/Generated/VideoTrack.dyn_o ) [ 82 of 600] Compiling JSDOM.Generated.VideoPlaybackQuality ( src/JSDOM/Generated/VideoPlaybackQuality.hs, dist/build/JSDOM/Generated/VideoPlaybackQuality.o, dist/build/JSDOM/Generated/VideoPlaybackQuality.dyn_o ) [ 83 of 600] Compiling JSDOM.Generated.ValidityState ( src/JSDOM/Generated/ValidityState.hs, dist/build/JSDOM/Generated/ValidityState.o, dist/build/JSDOM/Generated/ValidityState.dyn_o ) [ 84 of 600] Compiling JSDOM.Generated.VTTRegionList ( src/JSDOM/Generated/VTTRegionList.hs, dist/build/JSDOM/Generated/VTTRegionList.o, dist/build/JSDOM/Generated/VTTRegionList.dyn_o ) [ 85 of 600] Compiling JSDOM.Generated.VTTRegion ( src/JSDOM/Generated/VTTRegion.hs, dist/build/JSDOM/Generated/VTTRegion.o, dist/build/JSDOM/Generated/VTTRegion.dyn_o ) [ 86 of 600] Compiling JSDOM.Generated.VTTCue ( src/JSDOM/Generated/VTTCue.hs, dist/build/JSDOM/Generated/VTTCue.o, dist/build/JSDOM/Generated/VTTCue.dyn_o ) [ 87 of 600] Compiling JSDOM.Generated.UserMessageHandler ( src/JSDOM/Generated/UserMessageHandler.hs, dist/build/JSDOM/Generated/UserMessageHandler.o, dist/build/JSDOM/Generated/UserMessageHandler.dyn_o ) [ 88 of 600] Compiling JSDOM.Generated.URLSearchParams ( src/JSDOM/Generated/URLSearchParams.hs, dist/build/JSDOM/Generated/URLSearchParams.o, dist/build/JSDOM/Generated/URLSearchParams.dyn_o ) [ 89 of 600] Compiling JSDOM.Generated.URL ( src/JSDOM/Generated/URL.hs, dist/build/JSDOM/Generated/URL.o, dist/build/JSDOM/Generated/URL.dyn_o ) [ 90 of 600] Compiling JSDOM.Generated.TreeWalker ( src/JSDOM/Generated/TreeWalker.hs, dist/build/JSDOM/Generated/TreeWalker.o, dist/build/JSDOM/Generated/TreeWalker.dyn_o ) [ 91 of 600] Compiling JSDOM.Generated.TransitionEvent ( src/JSDOM/Generated/TransitionEvent.hs, dist/build/JSDOM/Generated/TransitionEvent.o, dist/build/JSDOM/Generated/TransitionEvent.dyn_o ) [ 92 of 600] Compiling JSDOM.Generated.TrackEvent ( src/JSDOM/Generated/TrackEvent.hs, dist/build/JSDOM/Generated/TrackEvent.o, dist/build/JSDOM/Generated/TrackEvent.dyn_o ) [ 93 of 600] Compiling JSDOM.Generated.TouchList ( src/JSDOM/Generated/TouchList.hs, dist/build/JSDOM/Generated/TouchList.o, dist/build/JSDOM/Generated/TouchList.dyn_o ) [ 94 of 600] Compiling JSDOM.Generated.TouchEvent ( src/JSDOM/Generated/TouchEvent.hs, dist/build/JSDOM/Generated/TouchEvent.o, dist/build/JSDOM/Generated/TouchEvent.dyn_o ) [ 95 of 600] Compiling JSDOM.Generated.Touch ( src/JSDOM/Generated/Touch.hs, dist/build/JSDOM/Generated/Touch.o, dist/build/JSDOM/Generated/Touch.dyn_o ) [ 96 of 600] Compiling JSDOM.Generated.TimeRanges ( src/JSDOM/Generated/TimeRanges.hs, dist/build/JSDOM/Generated/TimeRanges.o, dist/build/JSDOM/Generated/TimeRanges.dyn_o ) [ 97 of 600] Compiling JSDOM.Generated.TextTrackList ( src/JSDOM/Generated/TextTrackList.hs, dist/build/JSDOM/Generated/TextTrackList.o, dist/build/JSDOM/Generated/TextTrackList.dyn_o ) [ 98 of 600] Compiling JSDOM.Generated.TextTrackCueList ( src/JSDOM/Generated/TextTrackCueList.hs, dist/build/JSDOM/Generated/TextTrackCueList.o, dist/build/JSDOM/Generated/TextTrackCueList.dyn_o ) [ 99 of 600] Compiling JSDOM.Generated.TextTrackCue ( src/JSDOM/Generated/TextTrackCue.hs, dist/build/JSDOM/Generated/TextTrackCue.o, dist/build/JSDOM/Generated/TextTrackCue.dyn_o ) [100 of 600] Compiling JSDOM.Generated.TextTrack ( src/JSDOM/Generated/TextTrack.hs, dist/build/JSDOM/Generated/TextTrack.o, dist/build/JSDOM/Generated/TextTrack.dyn_o ) [101 of 600] Compiling JSDOM.Generated.TextMetrics ( src/JSDOM/Generated/TextMetrics.hs, dist/build/JSDOM/Generated/TextMetrics.o, dist/build/JSDOM/Generated/TextMetrics.dyn_o ) [102 of 600] Compiling JSDOM.Generated.TextEvent ( src/JSDOM/Generated/TextEvent.hs, dist/build/JSDOM/Generated/TextEvent.o, dist/build/JSDOM/Generated/TextEvent.dyn_o ) [103 of 600] Compiling JSDOM.Generated.TextEncoder ( src/JSDOM/Generated/TextEncoder.hs, dist/build/JSDOM/Generated/TextEncoder.o, dist/build/JSDOM/Generated/TextEncoder.dyn_o ) [104 of 600] Compiling JSDOM.Generated.TextDecoder ( src/JSDOM/Generated/TextDecoder.hs, dist/build/JSDOM/Generated/TextDecoder.o, dist/build/JSDOM/Generated/TextDecoder.dyn_o ) [105 of 600] Compiling JSDOM.Generated.Text ( src/JSDOM/Generated/Text.hs, dist/build/JSDOM/Generated/Text.o, dist/build/JSDOM/Generated/Text.dyn_o ) [106 of 600] Compiling JSDOM.Generated.SubtleCrypto ( src/JSDOM/Generated/SubtleCrypto.hs, dist/build/JSDOM/Generated/SubtleCrypto.o, dist/build/JSDOM/Generated/SubtleCrypto.dyn_o ) [107 of 600] Compiling JSDOM.Generated.StyleSheetList ( src/JSDOM/Generated/StyleSheetList.hs, dist/build/JSDOM/Generated/StyleSheetList.o, dist/build/JSDOM/Generated/StyleSheetList.dyn_o ) [108 of 600] Compiling JSDOM.Generated.StyleSheet ( src/JSDOM/Generated/StyleSheet.hs, dist/build/JSDOM/Generated/StyleSheet.o, dist/build/JSDOM/Generated/StyleSheet.dyn_o ) [109 of 600] Compiling JSDOM.Generated.StyleMedia ( src/JSDOM/Generated/StyleMedia.hs, dist/build/JSDOM/Generated/StyleMedia.o, dist/build/JSDOM/Generated/StyleMedia.dyn_o ) [110 of 600] Compiling JSDOM.Generated.StringCallback ( src/JSDOM/Generated/StringCallback.hs, dist/build/JSDOM/Generated/StringCallback.o, dist/build/JSDOM/Generated/StringCallback.dyn_o ) [111 of 600] Compiling JSDOM.Generated.StorageUsageCallback ( src/JSDOM/Generated/StorageUsageCallback.hs, dist/build/JSDOM/Generated/StorageUsageCallback.o, dist/build/JSDOM/Generated/StorageUsageCallback.dyn_o ) [112 of 600] Compiling JSDOM.Generated.StorageQuotaCallback ( src/JSDOM/Generated/StorageQuotaCallback.hs, dist/build/JSDOM/Generated/StorageQuotaCallback.o, dist/build/JSDOM/Generated/StorageQuotaCallback.dyn_o ) [113 of 600] Compiling JSDOM.Generated.StorageQuota ( src/JSDOM/Generated/StorageQuota.hs, dist/build/JSDOM/Generated/StorageQuota.o, dist/build/JSDOM/Generated/StorageQuota.dyn_o ) [114 of 600] Compiling JSDOM.Generated.StorageInfo ( src/JSDOM/Generated/StorageInfo.hs, dist/build/JSDOM/Generated/StorageInfo.o, dist/build/JSDOM/Generated/StorageInfo.dyn_o ) [115 of 600] Compiling JSDOM.Generated.StorageEvent ( src/JSDOM/Generated/StorageEvent.hs, dist/build/JSDOM/Generated/StorageEvent.o, dist/build/JSDOM/Generated/StorageEvent.dyn_o ) [116 of 600] Compiling JSDOM.Generated.StorageErrorCallback ( src/JSDOM/Generated/StorageErrorCallback.hs, dist/build/JSDOM/Generated/StorageErrorCallback.o, dist/build/JSDOM/Generated/StorageErrorCallback.dyn_o ) [117 of 600] Compiling JSDOM.Generated.Storage ( src/JSDOM/Generated/Storage.hs, dist/build/JSDOM/Generated/Storage.o, dist/build/JSDOM/Generated/Storage.dyn_o ) [118 of 600] Compiling JSDOM.Generated.StaticRange ( src/JSDOM/Generated/StaticRange.hs, dist/build/JSDOM/Generated/StaticRange.o, dist/build/JSDOM/Generated/StaticRange.dyn_o ) [119 of 600] Compiling JSDOM.Generated.SpeechSynthesisVoice ( src/JSDOM/Generated/SpeechSynthesisVoice.hs, dist/build/JSDOM/Generated/SpeechSynthesisVoice.o, dist/build/JSDOM/Generated/SpeechSynthesisVoice.dyn_o ) [120 of 600] Compiling JSDOM.Generated.SpeechSynthesisUtterance ( src/JSDOM/Generated/SpeechSynthesisUtterance.hs, dist/build/JSDOM/Generated/SpeechSynthesisUtterance.o, dist/build/JSDOM/Generated/SpeechSynthesisUtterance.dyn_o ) [121 of 600] Compiling JSDOM.Generated.SpeechSynthesisEvent ( src/JSDOM/Generated/SpeechSynthesisEvent.hs, dist/build/JSDOM/Generated/SpeechSynthesisEvent.o, dist/build/JSDOM/Generated/SpeechSynthesisEvent.dyn_o ) [122 of 600] Compiling JSDOM.Generated.SpeechSynthesis ( src/JSDOM/Generated/SpeechSynthesis.hs, dist/build/JSDOM/Generated/SpeechSynthesis.o, dist/build/JSDOM/Generated/SpeechSynthesis.dyn_o ) [123 of 600] Compiling JSDOM.Generated.SourceBufferList ( src/JSDOM/Generated/SourceBufferList.hs, dist/build/JSDOM/Generated/SourceBufferList.o, dist/build/JSDOM/Generated/SourceBufferList.dyn_o ) [124 of 600] Compiling JSDOM.Generated.SourceBuffer ( src/JSDOM/Generated/SourceBuffer.hs, dist/build/JSDOM/Generated/SourceBuffer.o, dist/build/JSDOM/Generated/SourceBuffer.dyn_o ) [125 of 600] Compiling JSDOM.Generated.Slotable ( src/JSDOM/Generated/Slotable.hs, dist/build/JSDOM/Generated/Slotable.o, dist/build/JSDOM/Generated/Slotable.dyn_o ) [126 of 600] Compiling JSDOM.Generated.SiteBoundCredential ( src/JSDOM/Generated/SiteBoundCredential.hs, dist/build/JSDOM/Generated/SiteBoundCredential.o, dist/build/JSDOM/Generated/SiteBoundCredential.dyn_o ) [127 of 600] Compiling JSDOM.Generated.ShadowRoot ( src/JSDOM/Generated/ShadowRoot.hs, dist/build/JSDOM/Generated/ShadowRoot.o, dist/build/JSDOM/Generated/ShadowRoot.dyn_o ) [128 of 600] Compiling JSDOM.Generated.Selection ( src/JSDOM/Generated/Selection.hs, dist/build/JSDOM/Generated/Selection.o, dist/build/JSDOM/Generated/Selection.dyn_o ) [129 of 600] Compiling JSDOM.Generated.SecurityPolicyViolationEvent ( src/JSDOM/Generated/SecurityPolicyViolationEvent.hs, dist/build/JSDOM/Generated/SecurityPolicyViolationEvent.o, dist/build/JSDOM/Generated/SecurityPolicyViolationEvent.dyn_o ) [130 of 600] Compiling JSDOM.Generated.ScriptProcessorNode ( src/JSDOM/Generated/ScriptProcessorNode.hs, dist/build/JSDOM/Generated/ScriptProcessorNode.o, dist/build/JSDOM/Generated/ScriptProcessorNode.dyn_o ) [131 of 600] Compiling JSDOM.Generated.Screen ( src/JSDOM/Generated/Screen.hs, dist/build/JSDOM/Generated/Screen.o, dist/build/JSDOM/Generated/Screen.dyn_o ) [132 of 600] Compiling JSDOM.Generated.SVGZoomEvent ( src/JSDOM/Generated/SVGZoomEvent.hs, dist/build/JSDOM/Generated/SVGZoomEvent.o, dist/build/JSDOM/Generated/SVGZoomEvent.dyn_o ) [133 of 600] Compiling JSDOM.Generated.SVGZoomAndPan ( src/JSDOM/Generated/SVGZoomAndPan.hs, dist/build/JSDOM/Generated/SVGZoomAndPan.o, dist/build/JSDOM/Generated/SVGZoomAndPan.dyn_o ) [134 of 600] Compiling JSDOM.Generated.SVGViewSpec ( src/JSDOM/Generated/SVGViewSpec.hs, dist/build/JSDOM/Generated/SVGViewSpec.o, dist/build/JSDOM/Generated/SVGViewSpec.dyn_o ) [135 of 600] Compiling JSDOM.Generated.SVGViewElement ( src/JSDOM/Generated/SVGViewElement.hs, dist/build/JSDOM/Generated/SVGViewElement.o, dist/build/JSDOM/Generated/SVGViewElement.dyn_o ) [136 of 600] Compiling JSDOM.Generated.SVGUseElement ( src/JSDOM/Generated/SVGUseElement.hs, dist/build/JSDOM/Generated/SVGUseElement.o, dist/build/JSDOM/Generated/SVGUseElement.dyn_o ) [137 of 600] Compiling JSDOM.Generated.SVGUnitTypes ( src/JSDOM/Generated/SVGUnitTypes.hs, dist/build/JSDOM/Generated/SVGUnitTypes.o, dist/build/JSDOM/Generated/SVGUnitTypes.dyn_o ) [138 of 600] Compiling JSDOM.Generated.SVGURIReference ( src/JSDOM/Generated/SVGURIReference.hs, dist/build/JSDOM/Generated/SVGURIReference.o, dist/build/JSDOM/Generated/SVGURIReference.dyn_o ) [139 of 600] Compiling JSDOM.Generated.SVGTransformList ( src/JSDOM/Generated/SVGTransformList.hs, dist/build/JSDOM/Generated/SVGTransformList.o, dist/build/JSDOM/Generated/SVGTransformList.dyn_o ) [140 of 600] Compiling JSDOM.Generated.SVGTransform ( src/JSDOM/Generated/SVGTransform.hs, dist/build/JSDOM/Generated/SVGTransform.o, dist/build/JSDOM/Generated/SVGTransform.dyn_o ) [141 of 600] Compiling JSDOM.Generated.SVGTextPositioningElement ( src/JSDOM/Generated/SVGTextPositioningElement.hs, dist/build/JSDOM/Generated/SVGTextPositioningElement.o, dist/build/JSDOM/Generated/SVGTextPositioningElement.dyn_o ) [142 of 600] Compiling JSDOM.Generated.SVGTextPathElement ( src/JSDOM/Generated/SVGTextPathElement.hs, dist/build/JSDOM/Generated/SVGTextPathElement.o, dist/build/JSDOM/Generated/SVGTextPathElement.dyn_o ) [143 of 600] Compiling JSDOM.Generated.SVGTextContentElement ( src/JSDOM/Generated/SVGTextContentElement.hs, dist/build/JSDOM/Generated/SVGTextContentElement.o, dist/build/JSDOM/Generated/SVGTextContentElement.dyn_o ) [144 of 600] Compiling JSDOM.Generated.SVGTests ( src/JSDOM/Generated/SVGTests.hs, dist/build/JSDOM/Generated/SVGTests.o, dist/build/JSDOM/Generated/SVGTests.dyn_o ) [145 of 600] Compiling JSDOM.Generated.SVGStyleElement ( src/JSDOM/Generated/SVGStyleElement.hs, dist/build/JSDOM/Generated/SVGStyleElement.o, dist/build/JSDOM/Generated/SVGStyleElement.dyn_o ) [146 of 600] Compiling JSDOM.Generated.SVGStringList ( src/JSDOM/Generated/SVGStringList.hs, dist/build/JSDOM/Generated/SVGStringList.o, dist/build/JSDOM/Generated/SVGStringList.dyn_o ) [147 of 600] Compiling JSDOM.Generated.SVGStopElement ( src/JSDOM/Generated/SVGStopElement.hs, dist/build/JSDOM/Generated/SVGStopElement.o, dist/build/JSDOM/Generated/SVGStopElement.dyn_o ) [148 of 600] Compiling JSDOM.Generated.SVGScriptElement ( src/JSDOM/Generated/SVGScriptElement.hs, dist/build/JSDOM/Generated/SVGScriptElement.o, dist/build/JSDOM/Generated/SVGScriptElement.dyn_o ) [149 of 600] Compiling JSDOM.Generated.SVGSVGElement ( src/JSDOM/Generated/SVGSVGElement.hs, dist/build/JSDOM/Generated/SVGSVGElement.o, dist/build/JSDOM/Generated/SVGSVGElement.dyn_o ) [150 of 600] Compiling JSDOM.Generated.SVGRenderingIntent ( src/JSDOM/Generated/SVGRenderingIntent.hs, dist/build/JSDOM/Generated/SVGRenderingIntent.o, dist/build/JSDOM/Generated/SVGRenderingIntent.dyn_o ) [151 of 600] Compiling JSDOM.Generated.SVGRectElement ( src/JSDOM/Generated/SVGRectElement.hs, dist/build/JSDOM/Generated/SVGRectElement.o, dist/build/JSDOM/Generated/SVGRectElement.dyn_o ) [152 of 600] Compiling JSDOM.Generated.SVGRect ( src/JSDOM/Generated/SVGRect.hs, dist/build/JSDOM/Generated/SVGRect.o, dist/build/JSDOM/Generated/SVGRect.dyn_o ) [153 of 600] Compiling JSDOM.Generated.SVGRadialGradientElement ( src/JSDOM/Generated/SVGRadialGradientElement.hs, dist/build/JSDOM/Generated/SVGRadialGradientElement.o, dist/build/JSDOM/Generated/SVGRadialGradientElement.dyn_o ) [154 of 600] Compiling JSDOM.Generated.SVGPreserveAspectRatio ( src/JSDOM/Generated/SVGPreserveAspectRatio.hs, dist/build/JSDOM/Generated/SVGPreserveAspectRatio.o, dist/build/JSDOM/Generated/SVGPreserveAspectRatio.dyn_o ) [155 of 600] Compiling JSDOM.Generated.SVGPolylineElement ( src/JSDOM/Generated/SVGPolylineElement.hs, dist/build/JSDOM/Generated/SVGPolylineElement.o, dist/build/JSDOM/Generated/SVGPolylineElement.dyn_o ) [156 of 600] Compiling JSDOM.Generated.SVGPolygonElement ( src/JSDOM/Generated/SVGPolygonElement.hs, dist/build/JSDOM/Generated/SVGPolygonElement.o, dist/build/JSDOM/Generated/SVGPolygonElement.dyn_o ) [157 of 600] Compiling JSDOM.Generated.SVGPointList ( src/JSDOM/Generated/SVGPointList.hs, dist/build/JSDOM/Generated/SVGPointList.o, dist/build/JSDOM/Generated/SVGPointList.dyn_o ) [158 of 600] Compiling JSDOM.Generated.SVGPoint ( src/JSDOM/Generated/SVGPoint.hs, dist/build/JSDOM/Generated/SVGPoint.o, dist/build/JSDOM/Generated/SVGPoint.dyn_o ) [159 of 600] Compiling JSDOM.Generated.SVGPatternElement ( src/JSDOM/Generated/SVGPatternElement.hs, dist/build/JSDOM/Generated/SVGPatternElement.o, dist/build/JSDOM/Generated/SVGPatternElement.dyn_o ) [160 of 600] Compiling JSDOM.Generated.SVGPathSegMovetoRel ( src/JSDOM/Generated/SVGPathSegMovetoRel.hs, dist/build/JSDOM/Generated/SVGPathSegMovetoRel.o, dist/build/JSDOM/Generated/SVGPathSegMovetoRel.dyn_o ) [161 of 600] Compiling JSDOM.Generated.SVGPathSegMovetoAbs ( src/JSDOM/Generated/SVGPathSegMovetoAbs.hs, dist/build/JSDOM/Generated/SVGPathSegMovetoAbs.o, dist/build/JSDOM/Generated/SVGPathSegMovetoAbs.dyn_o ) [162 of 600] Compiling JSDOM.Generated.SVGPathSegList ( src/JSDOM/Generated/SVGPathSegList.hs, dist/build/JSDOM/Generated/SVGPathSegList.o, dist/build/JSDOM/Generated/SVGPathSegList.dyn_o ) [163 of 600] Compiling JSDOM.Generated.SVGPathSegLinetoVerticalRel ( src/JSDOM/Generated/SVGPathSegLinetoVerticalRel.hs, dist/build/JSDOM/Generated/SVGPathSegLinetoVerticalRel.o, dist/build/JSDOM/Generated/SVGPathSegLinetoVerticalRel.dyn_o ) [164 of 600] Compiling JSDOM.Generated.SVGPathSegLinetoVerticalAbs ( src/JSDOM/Generated/SVGPathSegLinetoVerticalAbs.hs, dist/build/JSDOM/Generated/SVGPathSegLinetoVerticalAbs.o, dist/build/JSDOM/Generated/SVGPathSegLinetoVerticalAbs.dyn_o ) [165 of 600] Compiling JSDOM.Generated.SVGPathSegLinetoRel ( src/JSDOM/Generated/SVGPathSegLinetoRel.hs, dist/build/JSDOM/Generated/SVGPathSegLinetoRel.o, dist/build/JSDOM/Generated/SVGPathSegLinetoRel.dyn_o ) [166 of 600] Compiling JSDOM.Generated.SVGPathSegLinetoHorizontalRel ( src/JSDOM/Generated/SVGPathSegLinetoHorizontalRel.hs, dist/build/JSDOM/Generated/SVGPathSegLinetoHorizontalRel.o, dist/build/JSDOM/Generated/SVGPathSegLinetoHorizontalRel.dyn_o ) [167 of 600] Compiling JSDOM.Generated.SVGPathSegLinetoHorizontalAbs ( src/JSDOM/Generated/SVGPathSegLinetoHorizontalAbs.hs, dist/build/JSDOM/Generated/SVGPathSegLinetoHorizontalAbs.o, dist/build/JSDOM/Generated/SVGPathSegLinetoHorizontalAbs.dyn_o ) [168 of 600] Compiling JSDOM.Generated.SVGPathSegLinetoAbs ( src/JSDOM/Generated/SVGPathSegLinetoAbs.hs, dist/build/JSDOM/Generated/SVGPathSegLinetoAbs.o, dist/build/JSDOM/Generated/SVGPathSegLinetoAbs.dyn_o ) [169 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoQuadraticSmoothRel ( src/JSDOM/Generated/SVGPathSegCurvetoQuadraticSmoothRel.hs, dist/build/JSDOM/Generated/SVGPathSegCurvetoQuadraticSmoothRel.o, dist/build/JSDOM/Generated/SVGPathSegCurvetoQuadraticSmoothRel.dyn_o ) [170 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoQuadraticSmoothAbs ( src/JSDOM/Generated/SVGPathSegCurvetoQuadraticSmoothAbs.hs, dist/build/JSDOM/Generated/SVGPathSegCurvetoQuadraticSmoothAbs.o, dist/build/JSDOM/Generated/SVGPathSegCurvetoQuadraticSmoothAbs.dyn_o ) [171 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoQuadraticRel ( src/JSDOM/Generated/SVGPathSegCurvetoQuadraticRel.hs, dist/build/JSDOM/Generated/SVGPathSegCurvetoQuadraticRel.o, dist/build/JSDOM/Generated/SVGPathSegCurvetoQuadraticRel.dyn_o ) [172 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoQuadraticAbs ( src/JSDOM/Generated/SVGPathSegCurvetoQuadraticAbs.hs, dist/build/JSDOM/Generated/SVGPathSegCurvetoQuadraticAbs.o, dist/build/JSDOM/Generated/SVGPathSegCurvetoQuadraticAbs.dyn_o ) [173 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoCubicSmoothRel ( src/JSDOM/Generated/SVGPathSegCurvetoCubicSmoothRel.hs, dist/build/JSDOM/Generated/SVGPathSegCurvetoCubicSmoothRel.o, dist/build/JSDOM/Generated/SVGPathSegCurvetoCubicSmoothRel.dyn_o ) [174 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoCubicSmoothAbs ( src/JSDOM/Generated/SVGPathSegCurvetoCubicSmoothAbs.hs, dist/build/JSDOM/Generated/SVGPathSegCurvetoCubicSmoothAbs.o, dist/build/JSDOM/Generated/SVGPathSegCurvetoCubicSmoothAbs.dyn_o ) [175 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoCubicRel ( src/JSDOM/Generated/SVGPathSegCurvetoCubicRel.hs, dist/build/JSDOM/Generated/SVGPathSegCurvetoCubicRel.o, dist/build/JSDOM/Generated/SVGPathSegCurvetoCubicRel.dyn_o ) [176 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoCubicAbs ( src/JSDOM/Generated/SVGPathSegCurvetoCubicAbs.hs, dist/build/JSDOM/Generated/SVGPathSegCurvetoCubicAbs.o, dist/build/JSDOM/Generated/SVGPathSegCurvetoCubicAbs.dyn_o ) [177 of 600] Compiling JSDOM.Generated.SVGPathSegArcRel ( src/JSDOM/Generated/SVGPathSegArcRel.hs, dist/build/JSDOM/Generated/SVGPathSegArcRel.o, dist/build/JSDOM/Generated/SVGPathSegArcRel.dyn_o ) [178 of 600] Compiling JSDOM.Generated.SVGPathSegArcAbs ( src/JSDOM/Generated/SVGPathSegArcAbs.hs, dist/build/JSDOM/Generated/SVGPathSegArcAbs.o, dist/build/JSDOM/Generated/SVGPathSegArcAbs.dyn_o ) [179 of 600] Compiling JSDOM.Generated.SVGPathSeg ( src/JSDOM/Generated/SVGPathSeg.hs, dist/build/JSDOM/Generated/SVGPathSeg.o, dist/build/JSDOM/Generated/SVGPathSeg.dyn_o ) [180 of 600] Compiling JSDOM.Generated.SVGPathElement ( src/JSDOM/Generated/SVGPathElement.hs, dist/build/JSDOM/Generated/SVGPathElement.o, dist/build/JSDOM/Generated/SVGPathElement.dyn_o ) [181 of 600] Compiling JSDOM.Generated.SVGNumberList ( src/JSDOM/Generated/SVGNumberList.hs, dist/build/JSDOM/Generated/SVGNumberList.o, dist/build/JSDOM/Generated/SVGNumberList.dyn_o ) [182 of 600] Compiling JSDOM.Generated.SVGNumber ( src/JSDOM/Generated/SVGNumber.hs, dist/build/JSDOM/Generated/SVGNumber.o, dist/build/JSDOM/Generated/SVGNumber.dyn_o ) [183 of 600] Compiling JSDOM.Generated.SVGMatrix ( src/JSDOM/Generated/SVGMatrix.hs, dist/build/JSDOM/Generated/SVGMatrix.o, dist/build/JSDOM/Generated/SVGMatrix.dyn_o ) [184 of 600] Compiling JSDOM.Generated.SVGMaskElement ( src/JSDOM/Generated/SVGMaskElement.hs, dist/build/JSDOM/Generated/SVGMaskElement.o, dist/build/JSDOM/Generated/SVGMaskElement.dyn_o ) [185 of 600] Compiling JSDOM.Generated.SVGMarkerElement ( src/JSDOM/Generated/SVGMarkerElement.hs, dist/build/JSDOM/Generated/SVGMarkerElement.o, dist/build/JSDOM/Generated/SVGMarkerElement.dyn_o ) [186 of 600] Compiling JSDOM.Generated.SVGLinearGradientElement ( src/JSDOM/Generated/SVGLinearGradientElement.hs, dist/build/JSDOM/Generated/SVGLinearGradientElement.o, dist/build/JSDOM/Generated/SVGLinearGradientElement.dyn_o ) [187 of 600] Compiling JSDOM.Generated.SVGLineElement ( src/JSDOM/Generated/SVGLineElement.hs, dist/build/JSDOM/Generated/SVGLineElement.o, dist/build/JSDOM/Generated/SVGLineElement.dyn_o ) [188 of 600] Compiling JSDOM.Generated.SVGLengthList ( src/JSDOM/Generated/SVGLengthList.hs, dist/build/JSDOM/Generated/SVGLengthList.o, dist/build/JSDOM/Generated/SVGLengthList.dyn_o ) [189 of 600] Compiling JSDOM.Generated.SVGLength ( src/JSDOM/Generated/SVGLength.hs, dist/build/JSDOM/Generated/SVGLength.o, dist/build/JSDOM/Generated/SVGLength.dyn_o ) [190 of 600] Compiling JSDOM.Generated.SVGImageElement ( src/JSDOM/Generated/SVGImageElement.hs, dist/build/JSDOM/Generated/SVGImageElement.o, dist/build/JSDOM/Generated/SVGImageElement.dyn_o ) [191 of 600] Compiling JSDOM.Generated.SVGGraphicsElement ( src/JSDOM/Generated/SVGGraphicsElement.hs, dist/build/JSDOM/Generated/SVGGraphicsElement.o, dist/build/JSDOM/Generated/SVGGraphicsElement.dyn_o ) [192 of 600] Compiling JSDOM.Generated.SVGGradientElement ( src/JSDOM/Generated/SVGGradientElement.hs, dist/build/JSDOM/Generated/SVGGradientElement.o, dist/build/JSDOM/Generated/SVGGradientElement.dyn_o ) [193 of 600] Compiling JSDOM.Generated.SVGGlyphRefElement ( src/JSDOM/Generated/SVGGlyphRefElement.hs, dist/build/JSDOM/Generated/SVGGlyphRefElement.o, dist/build/JSDOM/Generated/SVGGlyphRefElement.dyn_o ) [194 of 600] Compiling JSDOM.Generated.SVGForeignObjectElement ( src/JSDOM/Generated/SVGForeignObjectElement.hs, dist/build/JSDOM/Generated/SVGForeignObjectElement.o, dist/build/JSDOM/Generated/SVGForeignObjectElement.dyn_o ) [195 of 600] Compiling JSDOM.Generated.SVGFitToViewBox ( src/JSDOM/Generated/SVGFitToViewBox.hs, dist/build/JSDOM/Generated/SVGFitToViewBox.o, dist/build/JSDOM/Generated/SVGFitToViewBox.dyn_o ) [196 of 600] Compiling JSDOM.Generated.SVGFilterPrimitiveStandardAttributes ( src/JSDOM/Generated/SVGFilterPrimitiveStandardAttributes.hs, dist/build/JSDOM/Generated/SVGFilterPrimitiveStandardAttributes.o, dist/build/JSDOM/Generated/SVGFilterPrimitiveStandardAttributes.dyn_o ) [197 of 600] Compiling JSDOM.Generated.SVGFilterElement ( src/JSDOM/Generated/SVGFilterElement.hs, dist/build/JSDOM/Generated/SVGFilterElement.o, dist/build/JSDOM/Generated/SVGFilterElement.dyn_o ) [198 of 600] Compiling JSDOM.Generated.SVGFETurbulenceElement ( src/JSDOM/Generated/SVGFETurbulenceElement.hs, dist/build/JSDOM/Generated/SVGFETurbulenceElement.o, dist/build/JSDOM/Generated/SVGFETurbulenceElement.dyn_o ) [199 of 600] Compiling JSDOM.Generated.SVGFETileElement ( src/JSDOM/Generated/SVGFETileElement.hs, dist/build/JSDOM/Generated/SVGFETileElement.o, dist/build/JSDOM/Generated/SVGFETileElement.dyn_o ) [200 of 600] Compiling JSDOM.Generated.SVGFESpotLightElement ( src/JSDOM/Generated/SVGFESpotLightElement.hs, dist/build/JSDOM/Generated/SVGFESpotLightElement.o, dist/build/JSDOM/Generated/SVGFESpotLightElement.dyn_o ) [201 of 600] Compiling JSDOM.Generated.SVGFESpecularLightingElement ( src/JSDOM/Generated/SVGFESpecularLightingElement.hs, dist/build/JSDOM/Generated/SVGFESpecularLightingElement.o, dist/build/JSDOM/Generated/SVGFESpecularLightingElement.dyn_o ) [202 of 600] Compiling JSDOM.Generated.SVGFEPointLightElement ( src/JSDOM/Generated/SVGFEPointLightElement.hs, dist/build/JSDOM/Generated/SVGFEPointLightElement.o, dist/build/JSDOM/Generated/SVGFEPointLightElement.dyn_o ) [203 of 600] Compiling JSDOM.Generated.SVGFEOffsetElement ( src/JSDOM/Generated/SVGFEOffsetElement.hs, dist/build/JSDOM/Generated/SVGFEOffsetElement.o, dist/build/JSDOM/Generated/SVGFEOffsetElement.dyn_o ) [204 of 600] Compiling JSDOM.Generated.SVGFEMorphologyElement ( src/JSDOM/Generated/SVGFEMorphologyElement.hs, dist/build/JSDOM/Generated/SVGFEMorphologyElement.o, dist/build/JSDOM/Generated/SVGFEMorphologyElement.dyn_o ) [205 of 600] Compiling JSDOM.Generated.SVGFEMergeNodeElement ( src/JSDOM/Generated/SVGFEMergeNodeElement.hs, dist/build/JSDOM/Generated/SVGFEMergeNodeElement.o, dist/build/JSDOM/Generated/SVGFEMergeNodeElement.dyn_o ) [206 of 600] Compiling JSDOM.Generated.SVGFEImageElement ( src/JSDOM/Generated/SVGFEImageElement.hs, dist/build/JSDOM/Generated/SVGFEImageElement.o, dist/build/JSDOM/Generated/SVGFEImageElement.dyn_o ) [207 of 600] Compiling JSDOM.Generated.SVGFEGaussianBlurElement ( src/JSDOM/Generated/SVGFEGaussianBlurElement.hs, dist/build/JSDOM/Generated/SVGFEGaussianBlurElement.o, dist/build/JSDOM/Generated/SVGFEGaussianBlurElement.dyn_o ) [208 of 600] Compiling JSDOM.Generated.SVGFEDropShadowElement ( src/JSDOM/Generated/SVGFEDropShadowElement.hs, dist/build/JSDOM/Generated/SVGFEDropShadowElement.o, dist/build/JSDOM/Generated/SVGFEDropShadowElement.dyn_o ) [209 of 600] Compiling JSDOM.Generated.SVGFEDistantLightElement ( src/JSDOM/Generated/SVGFEDistantLightElement.hs, dist/build/JSDOM/Generated/SVGFEDistantLightElement.o, dist/build/JSDOM/Generated/SVGFEDistantLightElement.dyn_o ) [210 of 600] Compiling JSDOM.Generated.SVGFEDisplacementMapElement ( src/JSDOM/Generated/SVGFEDisplacementMapElement.hs, dist/build/JSDOM/Generated/SVGFEDisplacementMapElement.o, dist/build/JSDOM/Generated/SVGFEDisplacementMapElement.dyn_o ) [211 of 600] Compiling JSDOM.Generated.SVGFEDiffuseLightingElement ( src/JSDOM/Generated/SVGFEDiffuseLightingElement.hs, dist/build/JSDOM/Generated/SVGFEDiffuseLightingElement.o, dist/build/JSDOM/Generated/SVGFEDiffuseLightingElement.dyn_o ) [212 of 600] Compiling JSDOM.Generated.SVGFEConvolveMatrixElement ( src/JSDOM/Generated/SVGFEConvolveMatrixElement.hs, dist/build/JSDOM/Generated/SVGFEConvolveMatrixElement.o, dist/build/JSDOM/Generated/SVGFEConvolveMatrixElement.dyn_o ) [213 of 600] Compiling JSDOM.Generated.SVGFECompositeElement ( src/JSDOM/Generated/SVGFECompositeElement.hs, dist/build/JSDOM/Generated/SVGFECompositeElement.o, dist/build/JSDOM/Generated/SVGFECompositeElement.dyn_o ) [214 of 600] Compiling JSDOM.Generated.SVGFEComponentTransferElement ( src/JSDOM/Generated/SVGFEComponentTransferElement.hs, dist/build/JSDOM/Generated/SVGFEComponentTransferElement.o, dist/build/JSDOM/Generated/SVGFEComponentTransferElement.dyn_o ) [215 of 600] Compiling JSDOM.Generated.SVGFEColorMatrixElement ( src/JSDOM/Generated/SVGFEColorMatrixElement.hs, dist/build/JSDOM/Generated/SVGFEColorMatrixElement.o, dist/build/JSDOM/Generated/SVGFEColorMatrixElement.dyn_o ) [216 of 600] Compiling JSDOM.Generated.SVGFEBlendElement ( src/JSDOM/Generated/SVGFEBlendElement.hs, dist/build/JSDOM/Generated/SVGFEBlendElement.o, dist/build/JSDOM/Generated/SVGFEBlendElement.dyn_o ) [217 of 600] Compiling JSDOM.Generated.SVGExternalResourcesRequired ( src/JSDOM/Generated/SVGExternalResourcesRequired.hs, dist/build/JSDOM/Generated/SVGExternalResourcesRequired.o, dist/build/JSDOM/Generated/SVGExternalResourcesRequired.dyn_o ) [218 of 600] Compiling JSDOM.Generated.SVGException ( src/JSDOM/Generated/SVGException.hs, dist/build/JSDOM/Generated/SVGException.o, dist/build/JSDOM/Generated/SVGException.dyn_o ) [219 of 600] Compiling JSDOM.Generated.SVGEllipseElement ( src/JSDOM/Generated/SVGEllipseElement.hs, dist/build/JSDOM/Generated/SVGEllipseElement.o, dist/build/JSDOM/Generated/SVGEllipseElement.dyn_o ) [220 of 600] Compiling JSDOM.Generated.SVGElement ( src/JSDOM/Generated/SVGElement.hs, dist/build/JSDOM/Generated/SVGElement.o, dist/build/JSDOM/Generated/SVGElement.dyn_o ) [221 of 600] Compiling JSDOM.Generated.SVGCursorElement ( src/JSDOM/Generated/SVGCursorElement.hs, dist/build/JSDOM/Generated/SVGCursorElement.o, dist/build/JSDOM/Generated/SVGCursorElement.dyn_o ) [222 of 600] Compiling JSDOM.Generated.SVGComponentTransferFunctionElement ( src/JSDOM/Generated/SVGComponentTransferFunctionElement.hs, dist/build/JSDOM/Generated/SVGComponentTransferFunctionElement.o, dist/build/JSDOM/Generated/SVGComponentTransferFunctionElement.dyn_o ) [223 of 600] Compiling JSDOM.Generated.SVGClipPathElement ( src/JSDOM/Generated/SVGClipPathElement.hs, dist/build/JSDOM/Generated/SVGClipPathElement.o, dist/build/JSDOM/Generated/SVGClipPathElement.dyn_o ) [224 of 600] Compiling JSDOM.Generated.SVGCircleElement ( src/JSDOM/Generated/SVGCircleElement.hs, dist/build/JSDOM/Generated/SVGCircleElement.o, dist/build/JSDOM/Generated/SVGCircleElement.dyn_o ) [225 of 600] Compiling JSDOM.Generated.SVGAnimationElement ( src/JSDOM/Generated/SVGAnimationElement.hs, dist/build/JSDOM/Generated/SVGAnimationElement.o, dist/build/JSDOM/Generated/SVGAnimationElement.dyn_o ) [226 of 600] Compiling JSDOM.Generated.SVGAnimatedTransformList ( src/JSDOM/Generated/SVGAnimatedTransformList.hs, dist/build/JSDOM/Generated/SVGAnimatedTransformList.o, dist/build/JSDOM/Generated/SVGAnimatedTransformList.dyn_o ) [227 of 600] Compiling JSDOM.Generated.SVGAnimatedString ( src/JSDOM/Generated/SVGAnimatedString.hs, dist/build/JSDOM/Generated/SVGAnimatedString.o, dist/build/JSDOM/Generated/SVGAnimatedString.dyn_o ) [228 of 600] Compiling JSDOM.Generated.SVGAnimatedRect ( src/JSDOM/Generated/SVGAnimatedRect.hs, dist/build/JSDOM/Generated/SVGAnimatedRect.o, dist/build/JSDOM/Generated/SVGAnimatedRect.dyn_o ) [229 of 600] Compiling JSDOM.Generated.SVGAnimatedPreserveAspectRatio ( src/JSDOM/Generated/SVGAnimatedPreserveAspectRatio.hs, dist/build/JSDOM/Generated/SVGAnimatedPreserveAspectRatio.o, dist/build/JSDOM/Generated/SVGAnimatedPreserveAspectRatio.dyn_o ) [230 of 600] Compiling JSDOM.Generated.SVGAnimatedNumberList ( src/JSDOM/Generated/SVGAnimatedNumberList.hs, dist/build/JSDOM/Generated/SVGAnimatedNumberList.o, dist/build/JSDOM/Generated/SVGAnimatedNumberList.dyn_o ) [231 of 600] Compiling JSDOM.Generated.SVGAnimatedNumber ( src/JSDOM/Generated/SVGAnimatedNumber.hs, dist/build/JSDOM/Generated/SVGAnimatedNumber.o, dist/build/JSDOM/Generated/SVGAnimatedNumber.dyn_o ) [232 of 600] Compiling JSDOM.Generated.SVGAnimatedLengthList ( src/JSDOM/Generated/SVGAnimatedLengthList.hs, dist/build/JSDOM/Generated/SVGAnimatedLengthList.o, dist/build/JSDOM/Generated/SVGAnimatedLengthList.dyn_o ) [233 of 600] Compiling JSDOM.Generated.SVGAnimatedLength ( src/JSDOM/Generated/SVGAnimatedLength.hs, dist/build/JSDOM/Generated/SVGAnimatedLength.o, dist/build/JSDOM/Generated/SVGAnimatedLength.dyn_o ) [234 of 600] Compiling JSDOM.Generated.SVGAnimatedInteger ( src/JSDOM/Generated/SVGAnimatedInteger.hs, dist/build/JSDOM/Generated/SVGAnimatedInteger.o, dist/build/JSDOM/Generated/SVGAnimatedInteger.dyn_o ) [235 of 600] Compiling JSDOM.Generated.SVGAnimatedEnumeration ( src/JSDOM/Generated/SVGAnimatedEnumeration.hs, dist/build/JSDOM/Generated/SVGAnimatedEnumeration.o, dist/build/JSDOM/Generated/SVGAnimatedEnumeration.dyn_o ) [236 of 600] Compiling JSDOM.Generated.SVGAnimatedBoolean ( src/JSDOM/Generated/SVGAnimatedBoolean.hs, dist/build/JSDOM/Generated/SVGAnimatedBoolean.o, dist/build/JSDOM/Generated/SVGAnimatedBoolean.dyn_o ) [237 of 600] Compiling JSDOM.Generated.SVGAnimatedAngle ( src/JSDOM/Generated/SVGAnimatedAngle.hs, dist/build/JSDOM/Generated/SVGAnimatedAngle.o, dist/build/JSDOM/Generated/SVGAnimatedAngle.dyn_o ) [238 of 600] Compiling JSDOM.Generated.SVGAngle ( src/JSDOM/Generated/SVGAngle.hs, dist/build/JSDOM/Generated/SVGAngle.o, dist/build/JSDOM/Generated/SVGAngle.dyn_o ) [239 of 600] Compiling JSDOM.Generated.SVGAltGlyphElement ( src/JSDOM/Generated/SVGAltGlyphElement.hs, dist/build/JSDOM/Generated/SVGAltGlyphElement.o, dist/build/JSDOM/Generated/SVGAltGlyphElement.dyn_o ) [240 of 600] Compiling JSDOM.Generated.SVGAElement ( src/JSDOM/Generated/SVGAElement.hs, dist/build/JSDOM/Generated/SVGAElement.o, dist/build/JSDOM/Generated/SVGAElement.dyn_o ) [241 of 600] Compiling JSDOM.Generated.SQLTransactionErrorCallback ( src/JSDOM/Generated/SQLTransactionErrorCallback.hs, dist/build/JSDOM/Generated/SQLTransactionErrorCallback.o, dist/build/JSDOM/Generated/SQLTransactionErrorCallback.dyn_o ) [242 of 600] Compiling JSDOM.Generated.SQLTransactionCallback ( src/JSDOM/Generated/SQLTransactionCallback.hs, dist/build/JSDOM/Generated/SQLTransactionCallback.o, dist/build/JSDOM/Generated/SQLTransactionCallback.dyn_o ) [243 of 600] Compiling JSDOM.Generated.SQLTransaction ( src/JSDOM/Generated/SQLTransaction.hs, dist/build/JSDOM/Generated/SQLTransaction.o, dist/build/JSDOM/Generated/SQLTransaction.dyn_o ) [244 of 600] Compiling JSDOM.Generated.SQLStatementErrorCallback ( src/JSDOM/Generated/SQLStatementErrorCallback.hs, dist/build/JSDOM/Generated/SQLStatementErrorCallback.o, dist/build/JSDOM/Generated/SQLStatementErrorCallback.dyn_o ) [245 of 600] Compiling JSDOM.Generated.SQLStatementCallback ( src/JSDOM/Generated/SQLStatementCallback.hs, dist/build/JSDOM/Generated/SQLStatementCallback.o, dist/build/JSDOM/Generated/SQLStatementCallback.dyn_o ) [246 of 600] Compiling JSDOM.Generated.SQLResultSetRowList ( src/JSDOM/Generated/SQLResultSetRowList.hs, dist/build/JSDOM/Generated/SQLResultSetRowList.o, dist/build/JSDOM/Generated/SQLResultSetRowList.dyn_o ) [247 of 600] Compiling JSDOM.Generated.SQLResultSet ( src/JSDOM/Generated/SQLResultSet.hs, dist/build/JSDOM/Generated/SQLResultSet.o, dist/build/JSDOM/Generated/SQLResultSet.dyn_o ) [248 of 600] Compiling JSDOM.Generated.SQLException ( src/JSDOM/Generated/SQLException.hs, dist/build/JSDOM/Generated/SQLException.o, dist/build/JSDOM/Generated/SQLException.dyn_o ) [249 of 600] Compiling JSDOM.Generated.SQLError ( src/JSDOM/Generated/SQLError.hs, dist/build/JSDOM/Generated/SQLError.o, dist/build/JSDOM/Generated/SQLError.dyn_o ) [250 of 600] Compiling JSDOM.Generated.Response ( src/JSDOM/Generated/Response.hs, dist/build/JSDOM/Generated/Response.o, dist/build/JSDOM/Generated/Response.dyn_o ) [251 of 600] Compiling JSDOM.Generated.RequestAnimationFrameCallback ( src/JSDOM/Generated/RequestAnimationFrameCallback.hs, dist/build/JSDOM/Generated/RequestAnimationFrameCallback.o, dist/build/JSDOM/Generated/RequestAnimationFrameCallback.dyn_o ) [252 of 600] Compiling JSDOM.Generated.Request ( src/JSDOM/Generated/Request.hs, dist/build/JSDOM/Generated/Request.o, dist/build/JSDOM/Generated/Request.dyn_o ) [253 of 600] Compiling JSDOM.Generated.Rect ( src/JSDOM/Generated/Rect.hs, dist/build/JSDOM/Generated/Rect.o, dist/build/JSDOM/Generated/Rect.dyn_o ) [254 of 600] Compiling JSDOM.Generated.ReadableStreamSource ( src/JSDOM/Generated/ReadableStreamSource.hs, dist/build/JSDOM/Generated/ReadableStreamSource.o, dist/build/JSDOM/Generated/ReadableStreamSource.dyn_o ) [255 of 600] Compiling JSDOM.Generated.ReadableStreamDefaultReader ( src/JSDOM/Generated/ReadableStreamDefaultReader.hs, dist/build/JSDOM/Generated/ReadableStreamDefaultReader.o, dist/build/JSDOM/Generated/ReadableStreamDefaultReader.dyn_o ) [256 of 600] Compiling JSDOM.Generated.ReadableStreamDefaultController ( src/JSDOM/Generated/ReadableStreamDefaultController.hs, dist/build/JSDOM/Generated/ReadableStreamDefaultController.o, dist/build/JSDOM/Generated/ReadableStreamDefaultController.dyn_o ) [257 of 600] Compiling JSDOM.Generated.ReadableStreamBYOBRequest ( src/JSDOM/Generated/ReadableStreamBYOBRequest.hs, dist/build/JSDOM/Generated/ReadableStreamBYOBRequest.o, dist/build/JSDOM/Generated/ReadableStreamBYOBRequest.dyn_o ) [258 of 600] Compiling JSDOM.Generated.ReadableStreamBYOBReader ( src/JSDOM/Generated/ReadableStreamBYOBReader.hs, dist/build/JSDOM/Generated/ReadableStreamBYOBReader.o, dist/build/JSDOM/Generated/ReadableStreamBYOBReader.dyn_o ) [259 of 600] Compiling JSDOM.Generated.ReadableStream ( src/JSDOM/Generated/ReadableStream.hs, dist/build/JSDOM/Generated/ReadableStream.o, dist/build/JSDOM/Generated/ReadableStream.dyn_o ) [260 of 600] Compiling JSDOM.Generated.ReadableByteStreamController ( src/JSDOM/Generated/ReadableByteStreamController.hs, dist/build/JSDOM/Generated/ReadableByteStreamController.o, dist/build/JSDOM/Generated/ReadableByteStreamController.dyn_o ) [261 of 600] Compiling JSDOM.Generated.Range ( src/JSDOM/Generated/Range.hs, dist/build/JSDOM/Generated/Range.o, dist/build/JSDOM/Generated/Range.dyn_o ) [262 of 600] Compiling JSDOM.Generated.RadioNodeList ( src/JSDOM/Generated/RadioNodeList.hs, dist/build/JSDOM/Generated/RadioNodeList.o, dist/build/JSDOM/Generated/RadioNodeList.dyn_o ) [263 of 600] Compiling JSDOM.Generated.RTCTrackEvent ( src/JSDOM/Generated/RTCTrackEvent.hs, dist/build/JSDOM/Generated/RTCTrackEvent.o, dist/build/JSDOM/Generated/RTCTrackEvent.dyn_o ) [264 of 600] Compiling JSDOM.Generated.RTCSessionDescription ( src/JSDOM/Generated/RTCSessionDescription.hs, dist/build/JSDOM/Generated/RTCSessionDescription.o, dist/build/JSDOM/Generated/RTCSessionDescription.dyn_o ) [265 of 600] Compiling JSDOM.Generated.RTCRtpTransceiver ( src/JSDOM/Generated/RTCRtpTransceiver.hs, dist/build/JSDOM/Generated/RTCRtpTransceiver.o, dist/build/JSDOM/Generated/RTCRtpTransceiver.dyn_o ) [266 of 600] Compiling JSDOM.Generated.RTCRtpSender ( src/JSDOM/Generated/RTCRtpSender.hs, dist/build/JSDOM/Generated/RTCRtpSender.o, dist/build/JSDOM/Generated/RTCRtpSender.dyn_o ) [267 of 600] Compiling JSDOM.Generated.RTCRtpReceiver ( src/JSDOM/Generated/RTCRtpReceiver.hs, dist/build/JSDOM/Generated/RTCRtpReceiver.o, dist/build/JSDOM/Generated/RTCRtpReceiver.dyn_o ) [268 of 600] Compiling JSDOM.Generated.RTCPeerConnectionIceEvent ( src/JSDOM/Generated/RTCPeerConnectionIceEvent.hs, dist/build/JSDOM/Generated/RTCPeerConnectionIceEvent.o, dist/build/JSDOM/Generated/RTCPeerConnectionIceEvent.dyn_o ) [269 of 600] Compiling JSDOM.Generated.RTCPeerConnection ( src/JSDOM/Generated/RTCPeerConnection.hs, dist/build/JSDOM/Generated/RTCPeerConnection.o, dist/build/JSDOM/Generated/RTCPeerConnection.dyn_o ) [270 of 600] Compiling JSDOM.Generated.RTCIceTransport ( src/JSDOM/Generated/RTCIceTransport.hs, dist/build/JSDOM/Generated/RTCIceTransport.o, dist/build/JSDOM/Generated/RTCIceTransport.dyn_o ) [271 of 600] Compiling JSDOM.Generated.RTCIceCandidateEvent ( src/JSDOM/Generated/RTCIceCandidateEvent.hs, dist/build/JSDOM/Generated/RTCIceCandidateEvent.o, dist/build/JSDOM/Generated/RTCIceCandidateEvent.dyn_o ) [272 of 600] Compiling JSDOM.Generated.RTCIceCandidate ( src/JSDOM/Generated/RTCIceCandidate.hs, dist/build/JSDOM/Generated/RTCIceCandidate.o, dist/build/JSDOM/Generated/RTCIceCandidate.dyn_o ) [273 of 600] Compiling JSDOM.Generated.RTCDataChannelEvent ( src/JSDOM/Generated/RTCDataChannelEvent.hs, dist/build/JSDOM/Generated/RTCDataChannelEvent.o, dist/build/JSDOM/Generated/RTCDataChannelEvent.dyn_o ) [274 of 600] Compiling JSDOM.Generated.RTCDataChannel ( src/JSDOM/Generated/RTCDataChannel.hs, dist/build/JSDOM/Generated/RTCDataChannel.o, dist/build/JSDOM/Generated/RTCDataChannel.dyn_o ) [275 of 600] Compiling JSDOM.Generated.RTCDTMFToneChangeEvent ( src/JSDOM/Generated/RTCDTMFToneChangeEvent.hs, dist/build/JSDOM/Generated/RTCDTMFToneChangeEvent.o, dist/build/JSDOM/Generated/RTCDTMFToneChangeEvent.dyn_o ) [276 of 600] Compiling JSDOM.Generated.RTCDTMFSender ( src/JSDOM/Generated/RTCDTMFSender.hs, dist/build/JSDOM/Generated/RTCDTMFSender.o, dist/build/JSDOM/Generated/RTCDTMFSender.dyn_o ) [277 of 600] Compiling JSDOM.Generated.RGBColor ( src/JSDOM/Generated/RGBColor.hs, dist/build/JSDOM/Generated/RGBColor.o, dist/build/JSDOM/Generated/RGBColor.dyn_o ) [278 of 600] Compiling JSDOM.Generated.QuickTimePluginReplacement ( src/JSDOM/Generated/QuickTimePluginReplacement.hs, dist/build/JSDOM/Generated/QuickTimePluginReplacement.o, dist/build/JSDOM/Generated/QuickTimePluginReplacement.dyn_o ) [279 of 600] Compiling JSDOM.Generated.PromiseRejectionEvent ( src/JSDOM/Generated/PromiseRejectionEvent.hs, dist/build/JSDOM/Generated/PromiseRejectionEvent.o, dist/build/JSDOM/Generated/PromiseRejectionEvent.dyn_o ) [280 of 600] Compiling JSDOM.Generated.ProgressEvent ( src/JSDOM/Generated/ProgressEvent.hs, dist/build/JSDOM/Generated/ProgressEvent.o, dist/build/JSDOM/Generated/ProgressEvent.dyn_o ) [281 of 600] Compiling JSDOM.Generated.ProcessingInstruction ( src/JSDOM/Generated/ProcessingInstruction.hs, dist/build/JSDOM/Generated/ProcessingInstruction.o, dist/build/JSDOM/Generated/ProcessingInstruction.dyn_o ) [282 of 600] Compiling JSDOM.Generated.PositionErrorCallback ( src/JSDOM/Generated/PositionErrorCallback.hs, dist/build/JSDOM/Generated/PositionErrorCallback.o, dist/build/JSDOM/Generated/PositionErrorCallback.dyn_o ) [283 of 600] Compiling JSDOM.Generated.PositionError ( src/JSDOM/Generated/PositionError.hs, dist/build/JSDOM/Generated/PositionError.o, dist/build/JSDOM/Generated/PositionError.dyn_o ) [284 of 600] Compiling JSDOM.Generated.PositionCallback ( src/JSDOM/Generated/PositionCallback.hs, dist/build/JSDOM/Generated/PositionCallback.o, dist/build/JSDOM/Generated/PositionCallback.dyn_o ) [285 of 600] Compiling JSDOM.Generated.PopStateEvent ( src/JSDOM/Generated/PopStateEvent.hs, dist/build/JSDOM/Generated/PopStateEvent.o, dist/build/JSDOM/Generated/PopStateEvent.dyn_o ) [286 of 600] Compiling JSDOM.Generated.PluginArray ( src/JSDOM/Generated/PluginArray.hs, dist/build/JSDOM/Generated/PluginArray.o, dist/build/JSDOM/Generated/PluginArray.dyn_o ) [287 of 600] Compiling JSDOM.Generated.Plugin ( src/JSDOM/Generated/Plugin.hs, dist/build/JSDOM/Generated/Plugin.o, dist/build/JSDOM/Generated/Plugin.dyn_o ) [288 of 600] Compiling JSDOM.Generated.PerformanceTiming ( src/JSDOM/Generated/PerformanceTiming.hs, dist/build/JSDOM/Generated/PerformanceTiming.o, dist/build/JSDOM/Generated/PerformanceTiming.dyn_o ) [289 of 600] Compiling JSDOM.Generated.PerformanceResourceTiming ( src/JSDOM/Generated/PerformanceResourceTiming.hs, dist/build/JSDOM/Generated/PerformanceResourceTiming.o, dist/build/JSDOM/Generated/PerformanceResourceTiming.dyn_o ) [290 of 600] Compiling JSDOM.Generated.PerformanceObserverEntryList ( src/JSDOM/Generated/PerformanceObserverEntryList.hs, dist/build/JSDOM/Generated/PerformanceObserverEntryList.o, dist/build/JSDOM/Generated/PerformanceObserverEntryList.dyn_o ) [291 of 600] Compiling JSDOM.Generated.PerformanceObserverCallback ( src/JSDOM/Generated/PerformanceObserverCallback.hs, dist/build/JSDOM/Generated/PerformanceObserverCallback.o, dist/build/JSDOM/Generated/PerformanceObserverCallback.dyn_o ) [292 of 600] Compiling JSDOM.Generated.PerformanceObserver ( src/JSDOM/Generated/PerformanceObserver.hs, dist/build/JSDOM/Generated/PerformanceObserver.o, dist/build/JSDOM/Generated/PerformanceObserver.dyn_o ) [293 of 600] Compiling JSDOM.Generated.PerformanceNavigation ( src/JSDOM/Generated/PerformanceNavigation.hs, dist/build/JSDOM/Generated/PerformanceNavigation.o, dist/build/JSDOM/Generated/PerformanceNavigation.dyn_o ) [294 of 600] Compiling JSDOM.Generated.PerformanceEntry ( src/JSDOM/Generated/PerformanceEntry.hs, dist/build/JSDOM/Generated/PerformanceEntry.o, dist/build/JSDOM/Generated/PerformanceEntry.dyn_o ) [295 of 600] Compiling JSDOM.Generated.Performance ( src/JSDOM/Generated/Performance.hs, dist/build/JSDOM/Generated/Performance.o, dist/build/JSDOM/Generated/Performance.dyn_o ) [296 of 600] Compiling JSDOM.Generated.Path2D ( src/JSDOM/Generated/Path2D.hs, dist/build/JSDOM/Generated/Path2D.o, dist/build/JSDOM/Generated/Path2D.dyn_o ) [297 of 600] Compiling JSDOM.Generated.PasswordCredential ( src/JSDOM/Generated/PasswordCredential.hs, dist/build/JSDOM/Generated/PasswordCredential.o, dist/build/JSDOM/Generated/PasswordCredential.dyn_o ) [298 of 600] Compiling JSDOM.Generated.ParentNode ( src/JSDOM/Generated/ParentNode.hs, dist/build/JSDOM/Generated/ParentNode.o, dist/build/JSDOM/Generated/ParentNode.dyn_o ) [299 of 600] Compiling JSDOM.Generated.PannerNode ( src/JSDOM/Generated/PannerNode.hs, dist/build/JSDOM/Generated/PannerNode.o, dist/build/JSDOM/Generated/PannerNode.dyn_o ) [300 of 600] Compiling JSDOM.Generated.PageTransitionEvent ( src/JSDOM/Generated/PageTransitionEvent.hs, dist/build/JSDOM/Generated/PageTransitionEvent.o, dist/build/JSDOM/Generated/PageTransitionEvent.dyn_o ) [301 of 600] Compiling JSDOM.Generated.OverflowEvent ( src/JSDOM/Generated/OverflowEvent.hs, dist/build/JSDOM/Generated/OverflowEvent.o, dist/build/JSDOM/Generated/OverflowEvent.dyn_o ) [302 of 600] Compiling JSDOM.Generated.OverconstrainedErrorEvent ( src/JSDOM/Generated/OverconstrainedErrorEvent.hs, dist/build/JSDOM/Generated/OverconstrainedErrorEvent.o, dist/build/JSDOM/Generated/OverconstrainedErrorEvent.dyn_o ) [303 of 600] Compiling JSDOM.Generated.OverconstrainedError ( src/JSDOM/Generated/OverconstrainedError.hs, dist/build/JSDOM/Generated/OverconstrainedError.o, dist/build/JSDOM/Generated/OverconstrainedError.dyn_o ) [304 of 600] Compiling JSDOM.Generated.OscillatorNode ( src/JSDOM/Generated/OscillatorNode.hs, dist/build/JSDOM/Generated/OscillatorNode.o, dist/build/JSDOM/Generated/OscillatorNode.dyn_o ) [305 of 600] Compiling JSDOM.Generated.OfflineAudioContext ( src/JSDOM/Generated/OfflineAudioContext.hs, dist/build/JSDOM/Generated/OfflineAudioContext.o, dist/build/JSDOM/Generated/OfflineAudioContext.dyn_o ) [306 of 600] Compiling JSDOM.Generated.OfflineAudioCompletionEvent ( src/JSDOM/Generated/OfflineAudioCompletionEvent.hs, dist/build/JSDOM/Generated/OfflineAudioCompletionEvent.o, dist/build/JSDOM/Generated/OfflineAudioCompletionEvent.dyn_o ) [307 of 600] Compiling JSDOM.Generated.OESVertexArrayObject ( src/JSDOM/Generated/OESVertexArrayObject.hs, dist/build/JSDOM/Generated/OESVertexArrayObject.o, dist/build/JSDOM/Generated/OESVertexArrayObject.dyn_o ) [308 of 600] Compiling JSDOM.Generated.OESTextureHalfFloat ( src/JSDOM/Generated/OESTextureHalfFloat.hs, dist/build/JSDOM/Generated/OESTextureHalfFloat.o, dist/build/JSDOM/Generated/OESTextureHalfFloat.dyn_o ) [309 of 600] Compiling JSDOM.Generated.OESStandardDerivatives ( src/JSDOM/Generated/OESStandardDerivatives.hs, dist/build/JSDOM/Generated/OESStandardDerivatives.o, dist/build/JSDOM/Generated/OESStandardDerivatives.dyn_o ) [310 of 600] Compiling JSDOM.Generated.NotificationPermissionCallback ( src/JSDOM/Generated/NotificationPermissionCallback.hs, dist/build/JSDOM/Generated/NotificationPermissionCallback.o, dist/build/JSDOM/Generated/NotificationPermissionCallback.dyn_o ) [311 of 600] Compiling JSDOM.Generated.Notification ( src/JSDOM/Generated/Notification.hs, dist/build/JSDOM/Generated/Notification.o, dist/build/JSDOM/Generated/Notification.dyn_o ) [312 of 600] Compiling JSDOM.Generated.NonElementParentNode ( src/JSDOM/Generated/NonElementParentNode.hs, dist/build/JSDOM/Generated/NonElementParentNode.o, dist/build/JSDOM/Generated/NonElementParentNode.dyn_o ) [313 of 600] Compiling JSDOM.Generated.NonDocumentTypeChildNode ( src/JSDOM/Generated/NonDocumentTypeChildNode.hs, dist/build/JSDOM/Generated/NonDocumentTypeChildNode.o, dist/build/JSDOM/Generated/NonDocumentTypeChildNode.dyn_o ) [314 of 600] Compiling JSDOM.Generated.NodeList ( src/JSDOM/Generated/NodeList.hs, dist/build/JSDOM/Generated/NodeList.o, dist/build/JSDOM/Generated/NodeList.dyn_o ) [315 of 600] Compiling JSDOM.Generated.NodeIterator ( src/JSDOM/Generated/NodeIterator.hs, dist/build/JSDOM/Generated/NodeIterator.o, dist/build/JSDOM/Generated/NodeIterator.dyn_o ) [316 of 600] Compiling JSDOM.Generated.NodeFilter ( src/JSDOM/Generated/NodeFilter.hs, dist/build/JSDOM/Generated/NodeFilter.o, dist/build/JSDOM/Generated/NodeFilter.dyn_o ) [317 of 600] Compiling JSDOM.Generated.Node ( src/JSDOM/Generated/Node.hs, dist/build/JSDOM/Generated/Node.o, dist/build/JSDOM/Generated/Node.dyn_o ) [318 of 600] Compiling JSDOM.Generated.NavigatorUserMediaSuccessCallback ( src/JSDOM/Generated/NavigatorUserMediaSuccessCallback.hs, dist/build/JSDOM/Generated/NavigatorUserMediaSuccessCallback.o, dist/build/JSDOM/Generated/NavigatorUserMediaSuccessCallback.dyn_o ) [319 of 600] Compiling JSDOM.Generated.NavigatorUserMediaErrorCallback ( src/JSDOM/Generated/NavigatorUserMediaErrorCallback.hs, dist/build/JSDOM/Generated/NavigatorUserMediaErrorCallback.o, dist/build/JSDOM/Generated/NavigatorUserMediaErrorCallback.dyn_o ) [320 of 600] Compiling JSDOM.Generated.NavigatorUserMediaError ( src/JSDOM/Generated/NavigatorUserMediaError.hs, dist/build/JSDOM/Generated/NavigatorUserMediaError.o, dist/build/JSDOM/Generated/NavigatorUserMediaError.dyn_o ) [321 of 600] Compiling JSDOM.Generated.NavigatorOnLine ( src/JSDOM/Generated/NavigatorOnLine.hs, dist/build/JSDOM/Generated/NavigatorOnLine.o, dist/build/JSDOM/Generated/NavigatorOnLine.dyn_o ) [322 of 600] Compiling JSDOM.Generated.NavigatorLanguage ( src/JSDOM/Generated/NavigatorLanguage.hs, dist/build/JSDOM/Generated/NavigatorLanguage.o, dist/build/JSDOM/Generated/NavigatorLanguage.dyn_o ) [323 of 600] Compiling JSDOM.Generated.NavigatorID ( src/JSDOM/Generated/NavigatorID.hs, dist/build/JSDOM/Generated/NavigatorID.o, dist/build/JSDOM/Generated/NavigatorID.dyn_o ) [324 of 600] Compiling JSDOM.Generated.NavigatorConcurrentHardware ( src/JSDOM/Generated/NavigatorConcurrentHardware.hs, dist/build/JSDOM/Generated/NavigatorConcurrentHardware.o, dist/build/JSDOM/Generated/NavigatorConcurrentHardware.dyn_o ) [325 of 600] Compiling JSDOM.Generated.Navigator ( src/JSDOM/Generated/Navigator.hs, dist/build/JSDOM/Generated/Navigator.o, dist/build/JSDOM/Generated/Navigator.dyn_o ) [326 of 600] Compiling JSDOM.Generated.NamedNodeMap ( src/JSDOM/Generated/NamedNodeMap.hs, dist/build/JSDOM/Generated/NamedNodeMap.o, dist/build/JSDOM/Generated/NamedNodeMap.dyn_o ) [327 of 600] Compiling JSDOM.Generated.MutationRecord ( src/JSDOM/Generated/MutationRecord.hs, dist/build/JSDOM/Generated/MutationRecord.o, dist/build/JSDOM/Generated/MutationRecord.dyn_o ) [328 of 600] Compiling JSDOM.Generated.MutationObserver ( src/JSDOM/Generated/MutationObserver.hs, dist/build/JSDOM/Generated/MutationObserver.o, dist/build/JSDOM/Generated/MutationObserver.dyn_o ) [329 of 600] Compiling JSDOM.Generated.MutationEvent ( src/JSDOM/Generated/MutationEvent.hs, dist/build/JSDOM/Generated/MutationEvent.o, dist/build/JSDOM/Generated/MutationEvent.dyn_o ) [330 of 600] Compiling JSDOM.Generated.MimeTypeArray ( src/JSDOM/Generated/MimeTypeArray.hs, dist/build/JSDOM/Generated/MimeTypeArray.o, dist/build/JSDOM/Generated/MimeTypeArray.dyn_o ) [331 of 600] Compiling JSDOM.Generated.MimeType ( src/JSDOM/Generated/MimeType.hs, dist/build/JSDOM/Generated/MimeType.o, dist/build/JSDOM/Generated/MimeType.dyn_o ) [332 of 600] Compiling JSDOM.Generated.MessagePort ( src/JSDOM/Generated/MessagePort.hs, dist/build/JSDOM/Generated/MessagePort.o, dist/build/JSDOM/Generated/MessagePort.dyn_o ) [333 of 600] Compiling JSDOM.Generated.MessageEvent ( src/JSDOM/Generated/MessageEvent.hs, dist/build/JSDOM/Generated/MessageEvent.o, dist/build/JSDOM/Generated/MessageEvent.dyn_o ) [334 of 600] Compiling JSDOM.Generated.MessageChannel ( src/JSDOM/Generated/MessageChannel.hs, dist/build/JSDOM/Generated/MessageChannel.o, dist/build/JSDOM/Generated/MessageChannel.dyn_o ) [335 of 600] Compiling JSDOM.Generated.MediaStreamTrackEvent ( src/JSDOM/Generated/MediaStreamTrackEvent.hs, dist/build/JSDOM/Generated/MediaStreamTrackEvent.o, dist/build/JSDOM/Generated/MediaStreamTrackEvent.dyn_o ) [336 of 600] Compiling JSDOM.Generated.MediaStreamTrack ( src/JSDOM/Generated/MediaStreamTrack.hs, dist/build/JSDOM/Generated/MediaStreamTrack.o, dist/build/JSDOM/Generated/MediaStreamTrack.dyn_o ) [337 of 600] Compiling JSDOM.Generated.MediaStreamEvent ( src/JSDOM/Generated/MediaStreamEvent.hs, dist/build/JSDOM/Generated/MediaStreamEvent.o, dist/build/JSDOM/Generated/MediaStreamEvent.dyn_o ) [338 of 600] Compiling JSDOM.Generated.MediaStreamAudioSourceNode ( src/JSDOM/Generated/MediaStreamAudioSourceNode.hs, dist/build/JSDOM/Generated/MediaStreamAudioSourceNode.o, dist/build/JSDOM/Generated/MediaStreamAudioSourceNode.dyn_o ) [339 of 600] Compiling JSDOM.Generated.MediaStreamAudioDestinationNode ( src/JSDOM/Generated/MediaStreamAudioDestinationNode.hs, dist/build/JSDOM/Generated/MediaStreamAudioDestinationNode.o, dist/build/JSDOM/Generated/MediaStreamAudioDestinationNode.dyn_o ) [340 of 600] Compiling JSDOM.Generated.MediaStream ( src/JSDOM/Generated/MediaStream.hs, dist/build/JSDOM/Generated/MediaStream.o, dist/build/JSDOM/Generated/MediaStream.dyn_o ) [341 of 600] Compiling JSDOM.Generated.MediaSource ( src/JSDOM/Generated/MediaSource.hs, dist/build/JSDOM/Generated/MediaSource.o, dist/build/JSDOM/Generated/MediaSource.dyn_o ) [342 of 600] Compiling JSDOM.Generated.MediaSession ( src/JSDOM/Generated/MediaSession.hs, dist/build/JSDOM/Generated/MediaSession.o, dist/build/JSDOM/Generated/MediaSession.dyn_o ) [343 of 600] Compiling JSDOM.Generated.MediaRemoteControls ( src/JSDOM/Generated/MediaRemoteControls.hs, dist/build/JSDOM/Generated/MediaRemoteControls.o, dist/build/JSDOM/Generated/MediaRemoteControls.dyn_o ) [344 of 600] Compiling JSDOM.Generated.MediaQueryListListener ( src/JSDOM/Generated/MediaQueryListListener.hs, dist/build/JSDOM/Generated/MediaQueryListListener.o, dist/build/JSDOM/Generated/MediaQueryListListener.dyn_o ) [345 of 600] Compiling JSDOM.Generated.MediaQueryList ( src/JSDOM/Generated/MediaQueryList.hs, dist/build/JSDOM/Generated/MediaQueryList.o, dist/build/JSDOM/Generated/MediaQueryList.dyn_o ) [346 of 600] Compiling JSDOM.Generated.MediaList ( src/JSDOM/Generated/MediaList.hs, dist/build/JSDOM/Generated/MediaList.o, dist/build/JSDOM/Generated/MediaList.dyn_o ) [347 of 600] Compiling JSDOM.Generated.MediaKeys ( src/JSDOM/Generated/MediaKeys.hs, dist/build/JSDOM/Generated/MediaKeys.o, dist/build/JSDOM/Generated/MediaKeys.dyn_o ) [348 of 600] Compiling JSDOM.Generated.MediaKeySystemAccess ( src/JSDOM/Generated/MediaKeySystemAccess.hs, dist/build/JSDOM/Generated/MediaKeySystemAccess.o, dist/build/JSDOM/Generated/MediaKeySystemAccess.dyn_o ) [349 of 600] Compiling JSDOM.Generated.MediaKeyStatusMap ( src/JSDOM/Generated/MediaKeyStatusMap.hs, dist/build/JSDOM/Generated/MediaKeyStatusMap.o, dist/build/JSDOM/Generated/MediaKeyStatusMap.dyn_o ) [350 of 600] Compiling JSDOM.Generated.MediaKeySession ( src/JSDOM/Generated/MediaKeySession.hs, dist/build/JSDOM/Generated/MediaKeySession.o, dist/build/JSDOM/Generated/MediaKeySession.dyn_o ) [351 of 600] Compiling JSDOM.Generated.MediaKeyMessageEvent ( src/JSDOM/Generated/MediaKeyMessageEvent.hs, dist/build/JSDOM/Generated/MediaKeyMessageEvent.o, dist/build/JSDOM/Generated/MediaKeyMessageEvent.dyn_o ) [352 of 600] Compiling JSDOM.Generated.MediaError ( src/JSDOM/Generated/MediaError.hs, dist/build/JSDOM/Generated/MediaError.o, dist/build/JSDOM/Generated/MediaError.dyn_o ) [353 of 600] Compiling JSDOM.Generated.MediaEncryptedEvent ( src/JSDOM/Generated/MediaEncryptedEvent.hs, dist/build/JSDOM/Generated/MediaEncryptedEvent.o, dist/build/JSDOM/Generated/MediaEncryptedEvent.dyn_o ) [354 of 600] Compiling JSDOM.Generated.MediaElementAudioSourceNode ( src/JSDOM/Generated/MediaElementAudioSourceNode.hs, dist/build/JSDOM/Generated/MediaElementAudioSourceNode.o, dist/build/JSDOM/Generated/MediaElementAudioSourceNode.dyn_o ) [355 of 600] Compiling JSDOM.Generated.MediaDevices ( src/JSDOM/Generated/MediaDevices.hs, dist/build/JSDOM/Generated/MediaDevices.o, dist/build/JSDOM/Generated/MediaDevices.dyn_o ) [356 of 600] Compiling JSDOM.Generated.MediaDeviceInfo ( src/JSDOM/Generated/MediaDeviceInfo.hs, dist/build/JSDOM/Generated/MediaDeviceInfo.o, dist/build/JSDOM/Generated/MediaDeviceInfo.dyn_o ) [357 of 600] Compiling JSDOM.Generated.MediaControlsHost ( src/JSDOM/Generated/MediaControlsHost.hs, dist/build/JSDOM/Generated/MediaControlsHost.o, dist/build/JSDOM/Generated/MediaControlsHost.dyn_o ) [358 of 600] Compiling JSDOM.Generated.MediaController ( src/JSDOM/Generated/MediaController.hs, dist/build/JSDOM/Generated/MediaController.o, dist/build/JSDOM/Generated/MediaController.dyn_o ) [359 of 600] Compiling JSDOM.Generated.Location ( src/JSDOM/Generated/Location.hs, dist/build/JSDOM/Generated/Location.o, dist/build/JSDOM/Generated/Location.dyn_o ) [360 of 600] Compiling JSDOM.Generated.KeyframeEffect ( src/JSDOM/Generated/KeyframeEffect.hs, dist/build/JSDOM/Generated/KeyframeEffect.o, dist/build/JSDOM/Generated/KeyframeEffect.dyn_o ) [361 of 600] Compiling JSDOM.Generated.KeyboardEvent ( src/JSDOM/Generated/KeyboardEvent.hs, dist/build/JSDOM/Generated/KeyboardEvent.o, dist/build/JSDOM/Generated/KeyboardEvent.dyn_o ) [362 of 600] Compiling JSDOM.Generated.IntersectionObserverEntry ( src/JSDOM/Generated/IntersectionObserverEntry.hs, dist/build/JSDOM/Generated/IntersectionObserverEntry.o, dist/build/JSDOM/Generated/IntersectionObserverEntry.dyn_o ) [363 of 600] Compiling JSDOM.Generated.IntersectionObserverCallback ( src/JSDOM/Generated/IntersectionObserverCallback.hs, dist/build/JSDOM/Generated/IntersectionObserverCallback.o, dist/build/JSDOM/Generated/IntersectionObserverCallback.dyn_o ) [364 of 600] Compiling JSDOM.Generated.IntersectionObserver ( src/JSDOM/Generated/IntersectionObserver.hs, dist/build/JSDOM/Generated/IntersectionObserver.o, dist/build/JSDOM/Generated/IntersectionObserver.dyn_o ) [365 of 600] Compiling JSDOM.Generated.InspectorFrontendHost ( src/JSDOM/Generated/InspectorFrontendHost.hs, dist/build/JSDOM/Generated/InspectorFrontendHost.o, dist/build/JSDOM/Generated/InspectorFrontendHost.dyn_o ) [366 of 600] Compiling JSDOM.Generated.InputEvent ( src/JSDOM/Generated/InputEvent.hs, dist/build/JSDOM/Generated/InputEvent.o, dist/build/JSDOM/Generated/InputEvent.dyn_o ) [367 of 600] Compiling JSDOM.Generated.ImageData ( src/JSDOM/Generated/ImageData.hs, dist/build/JSDOM/Generated/ImageData.o, dist/build/JSDOM/Generated/ImageData.dyn_o ) [368 of 600] Compiling JSDOM.Generated.IDBVersionChangeEvent ( src/JSDOM/Generated/IDBVersionChangeEvent.hs, dist/build/JSDOM/Generated/IDBVersionChangeEvent.o, dist/build/JSDOM/Generated/IDBVersionChangeEvent.dyn_o ) [369 of 600] Compiling JSDOM.Generated.IDBTransaction ( src/JSDOM/Generated/IDBTransaction.hs, dist/build/JSDOM/Generated/IDBTransaction.o, dist/build/JSDOM/Generated/IDBTransaction.dyn_o ) [370 of 600] Compiling JSDOM.Generated.IDBRequest ( src/JSDOM/Generated/IDBRequest.hs, dist/build/JSDOM/Generated/IDBRequest.o, dist/build/JSDOM/Generated/IDBRequest.dyn_o ) [371 of 600] Compiling JSDOM.Generated.IDBOpenDBRequest ( src/JSDOM/Generated/IDBOpenDBRequest.hs, dist/build/JSDOM/Generated/IDBOpenDBRequest.o, dist/build/JSDOM/Generated/IDBOpenDBRequest.dyn_o ) [372 of 600] Compiling JSDOM.Generated.IDBObjectStore ( src/JSDOM/Generated/IDBObjectStore.hs, dist/build/JSDOM/Generated/IDBObjectStore.o, dist/build/JSDOM/Generated/IDBObjectStore.dyn_o ) [373 of 600] Compiling JSDOM.Generated.IDBKeyRange ( src/JSDOM/Generated/IDBKeyRange.hs, dist/build/JSDOM/Generated/IDBKeyRange.o, dist/build/JSDOM/Generated/IDBKeyRange.dyn_o ) [374 of 600] Compiling JSDOM.Generated.IDBIndex ( src/JSDOM/Generated/IDBIndex.hs, dist/build/JSDOM/Generated/IDBIndex.o, dist/build/JSDOM/Generated/IDBIndex.dyn_o ) [375 of 600] Compiling JSDOM.Generated.IDBFactory ( src/JSDOM/Generated/IDBFactory.hs, dist/build/JSDOM/Generated/IDBFactory.o, dist/build/JSDOM/Generated/IDBFactory.dyn_o ) [376 of 600] Compiling JSDOM.Generated.IDBDatabase ( src/JSDOM/Generated/IDBDatabase.hs, dist/build/JSDOM/Generated/IDBDatabase.o, dist/build/JSDOM/Generated/IDBDatabase.dyn_o ) [377 of 600] Compiling JSDOM.Generated.IDBCursorWithValue ( src/JSDOM/Generated/IDBCursorWithValue.hs, dist/build/JSDOM/Generated/IDBCursorWithValue.o, dist/build/JSDOM/Generated/IDBCursorWithValue.dyn_o ) [378 of 600] Compiling JSDOM.Generated.IDBCursor ( src/JSDOM/Generated/IDBCursor.hs, dist/build/JSDOM/Generated/IDBCursor.o, dist/build/JSDOM/Generated/IDBCursor.dyn_o ) [379 of 600] Compiling JSDOM.Generated.History ( src/JSDOM/Generated/History.hs, dist/build/JSDOM/Generated/History.o, dist/build/JSDOM/Generated/History.dyn_o ) [380 of 600] Compiling JSDOM.Generated.Headers ( src/JSDOM/Generated/Headers.hs, dist/build/JSDOM/Generated/Headers.o, dist/build/JSDOM/Generated/Headers.dyn_o ) [381 of 600] Compiling JSDOM.Generated.HashChangeEvent ( src/JSDOM/Generated/HashChangeEvent.hs, dist/build/JSDOM/Generated/HashChangeEvent.o, dist/build/JSDOM/Generated/HashChangeEvent.dyn_o ) [382 of 600] Compiling JSDOM.Generated.HTMLVideoElement ( src/JSDOM/Generated/HTMLVideoElement.hs, dist/build/JSDOM/Generated/HTMLVideoElement.o, dist/build/JSDOM/Generated/HTMLVideoElement.dyn_o ) [383 of 600] Compiling JSDOM.Generated.HTMLUListElement ( src/JSDOM/Generated/HTMLUListElement.hs, dist/build/JSDOM/Generated/HTMLUListElement.o, dist/build/JSDOM/Generated/HTMLUListElement.dyn_o ) [384 of 600] Compiling JSDOM.Generated.HTMLTrackElement ( src/JSDOM/Generated/HTMLTrackElement.hs, dist/build/JSDOM/Generated/HTMLTrackElement.o, dist/build/JSDOM/Generated/HTMLTrackElement.dyn_o ) [385 of 600] Compiling JSDOM.Generated.HTMLTitleElement ( src/JSDOM/Generated/HTMLTitleElement.hs, dist/build/JSDOM/Generated/HTMLTitleElement.o, dist/build/JSDOM/Generated/HTMLTitleElement.dyn_o ) [386 of 600] Compiling JSDOM.Generated.HTMLTimeElement ( src/JSDOM/Generated/HTMLTimeElement.hs, dist/build/JSDOM/Generated/HTMLTimeElement.o, dist/build/JSDOM/Generated/HTMLTimeElement.dyn_o ) [387 of 600] Compiling JSDOM.Generated.HTMLTextAreaElement ( src/JSDOM/Generated/HTMLTextAreaElement.hs, dist/build/JSDOM/Generated/HTMLTextAreaElement.o, dist/build/JSDOM/Generated/HTMLTextAreaElement.dyn_o ) [388 of 600] Compiling JSDOM.Generated.HTMLTemplateElement ( src/JSDOM/Generated/HTMLTemplateElement.hs, dist/build/JSDOM/Generated/HTMLTemplateElement.o, dist/build/JSDOM/Generated/HTMLTemplateElement.dyn_o ) [389 of 600] Compiling JSDOM.Generated.HTMLTableSectionElement ( src/JSDOM/Generated/HTMLTableSectionElement.hs, dist/build/JSDOM/Generated/HTMLTableSectionElement.o, dist/build/JSDOM/Generated/HTMLTableSectionElement.dyn_o ) [390 of 600] Compiling JSDOM.Generated.HTMLTableRowElement ( src/JSDOM/Generated/HTMLTableRowElement.hs, dist/build/JSDOM/Generated/HTMLTableRowElement.o, dist/build/JSDOM/Generated/HTMLTableRowElement.dyn_o ) [391 of 600] Compiling JSDOM.Generated.HTMLTableElement ( src/JSDOM/Generated/HTMLTableElement.hs, dist/build/JSDOM/Generated/HTMLTableElement.o, dist/build/JSDOM/Generated/HTMLTableElement.dyn_o ) [392 of 600] Compiling JSDOM.Generated.HTMLTableColElement ( src/JSDOM/Generated/HTMLTableColElement.hs, dist/build/JSDOM/Generated/HTMLTableColElement.o, dist/build/JSDOM/Generated/HTMLTableColElement.dyn_o ) [393 of 600] Compiling JSDOM.Generated.HTMLTableCellElement ( src/JSDOM/Generated/HTMLTableCellElement.hs, dist/build/JSDOM/Generated/HTMLTableCellElement.o, dist/build/JSDOM/Generated/HTMLTableCellElement.dyn_o ) [394 of 600] Compiling JSDOM.Generated.HTMLTableCaptionElement ( src/JSDOM/Generated/HTMLTableCaptionElement.hs, dist/build/JSDOM/Generated/HTMLTableCaptionElement.o, dist/build/JSDOM/Generated/HTMLTableCaptionElement.dyn_o ) [395 of 600] Compiling JSDOM.Generated.HTMLStyleElement ( src/JSDOM/Generated/HTMLStyleElement.hs, dist/build/JSDOM/Generated/HTMLStyleElement.o, dist/build/JSDOM/Generated/HTMLStyleElement.dyn_o ) [396 of 600] Compiling JSDOM.Generated.HTMLSourceElement ( src/JSDOM/Generated/HTMLSourceElement.hs, dist/build/JSDOM/Generated/HTMLSourceElement.o, dist/build/JSDOM/Generated/HTMLSourceElement.dyn_o ) [397 of 600] Compiling JSDOM.Generated.HTMLSlotElement ( src/JSDOM/Generated/HTMLSlotElement.hs, dist/build/JSDOM/Generated/HTMLSlotElement.o, dist/build/JSDOM/Generated/HTMLSlotElement.dyn_o ) [398 of 600] Compiling JSDOM.Generated.HTMLSelectElement ( src/JSDOM/Generated/HTMLSelectElement.hs, dist/build/JSDOM/Generated/HTMLSelectElement.o, dist/build/JSDOM/Generated/HTMLSelectElement.dyn_o ) [399 of 600] Compiling JSDOM.Generated.HTMLScriptElement ( src/JSDOM/Generated/HTMLScriptElement.hs, dist/build/JSDOM/Generated/HTMLScriptElement.o, dist/build/JSDOM/Generated/HTMLScriptElement.dyn_o ) [400 of 600] Compiling JSDOM.Generated.HTMLQuoteElement ( src/JSDOM/Generated/HTMLQuoteElement.hs, dist/build/JSDOM/Generated/HTMLQuoteElement.o, dist/build/JSDOM/Generated/HTMLQuoteElement.dyn_o ) [401 of 600] Compiling JSDOM.Generated.HTMLProgressElement ( src/JSDOM/Generated/HTMLProgressElement.hs, dist/build/JSDOM/Generated/HTMLProgressElement.o, dist/build/JSDOM/Generated/HTMLProgressElement.dyn_o ) [402 of 600] Compiling JSDOM.Generated.HTMLPreElement ( src/JSDOM/Generated/HTMLPreElement.hs, dist/build/JSDOM/Generated/HTMLPreElement.o, dist/build/JSDOM/Generated/HTMLPreElement.dyn_o ) [403 of 600] Compiling JSDOM.Generated.HTMLParamElement ( src/JSDOM/Generated/HTMLParamElement.hs, dist/build/JSDOM/Generated/HTMLParamElement.o, dist/build/JSDOM/Generated/HTMLParamElement.dyn_o ) [404 of 600] Compiling JSDOM.Generated.HTMLParagraphElement ( src/JSDOM/Generated/HTMLParagraphElement.hs, dist/build/JSDOM/Generated/HTMLParagraphElement.o, dist/build/JSDOM/Generated/HTMLParagraphElement.dyn_o ) [405 of 600] Compiling JSDOM.Generated.HTMLOutputElement ( src/JSDOM/Generated/HTMLOutputElement.hs, dist/build/JSDOM/Generated/HTMLOutputElement.o, dist/build/JSDOM/Generated/HTMLOutputElement.dyn_o ) [406 of 600] Compiling JSDOM.Generated.HTMLOptionsCollection ( src/JSDOM/Generated/HTMLOptionsCollection.hs, dist/build/JSDOM/Generated/HTMLOptionsCollection.o, dist/build/JSDOM/Generated/HTMLOptionsCollection.dyn_o ) [407 of 600] Compiling JSDOM.Generated.HTMLOptionElement ( src/JSDOM/Generated/HTMLOptionElement.hs, dist/build/JSDOM/Generated/HTMLOptionElement.o, dist/build/JSDOM/Generated/HTMLOptionElement.dyn_o ) [408 of 600] Compiling JSDOM.Generated.HTMLOptGroupElement ( src/JSDOM/Generated/HTMLOptGroupElement.hs, dist/build/JSDOM/Generated/HTMLOptGroupElement.o, dist/build/JSDOM/Generated/HTMLOptGroupElement.dyn_o ) [409 of 600] Compiling JSDOM.Generated.HTMLObjectElement ( src/JSDOM/Generated/HTMLObjectElement.hs, dist/build/JSDOM/Generated/HTMLObjectElement.o, dist/build/JSDOM/Generated/HTMLObjectElement.dyn_o ) [410 of 600] Compiling JSDOM.Generated.HTMLOListElement ( src/JSDOM/Generated/HTMLOListElement.hs, dist/build/JSDOM/Generated/HTMLOListElement.o, dist/build/JSDOM/Generated/HTMLOListElement.dyn_o ) [411 of 600] Compiling JSDOM.Generated.HTMLModElement ( src/JSDOM/Generated/HTMLModElement.hs, dist/build/JSDOM/Generated/HTMLModElement.o, dist/build/JSDOM/Generated/HTMLModElement.dyn_o ) [412 of 600] Compiling JSDOM.Generated.HTMLMeterElement ( src/JSDOM/Generated/HTMLMeterElement.hs, dist/build/JSDOM/Generated/HTMLMeterElement.o, dist/build/JSDOM/Generated/HTMLMeterElement.dyn_o ) [413 of 600] Compiling JSDOM.Generated.HTMLMetaElement ( src/JSDOM/Generated/HTMLMetaElement.hs, dist/build/JSDOM/Generated/HTMLMetaElement.o, dist/build/JSDOM/Generated/HTMLMetaElement.dyn_o ) [414 of 600] Compiling JSDOM.Generated.HTMLMenuElement ( src/JSDOM/Generated/HTMLMenuElement.hs, dist/build/JSDOM/Generated/HTMLMenuElement.o, dist/build/JSDOM/Generated/HTMLMenuElement.dyn_o ) [415 of 600] Compiling JSDOM.Generated.HTMLMediaElement ( src/JSDOM/Generated/HTMLMediaElement.hs, dist/build/JSDOM/Generated/HTMLMediaElement.o, dist/build/JSDOM/Generated/HTMLMediaElement.dyn_o ) [416 of 600] Compiling JSDOM.Generated.HTMLMarqueeElement ( src/JSDOM/Generated/HTMLMarqueeElement.hs, dist/build/JSDOM/Generated/HTMLMarqueeElement.o, dist/build/JSDOM/Generated/HTMLMarqueeElement.dyn_o ) [417 of 600] Compiling JSDOM.Generated.HTMLMapElement ( src/JSDOM/Generated/HTMLMapElement.hs, dist/build/JSDOM/Generated/HTMLMapElement.o, dist/build/JSDOM/Generated/HTMLMapElement.dyn_o ) [418 of 600] Compiling JSDOM.Generated.HTMLLinkElement ( src/JSDOM/Generated/HTMLLinkElement.hs, dist/build/JSDOM/Generated/HTMLLinkElement.o, dist/build/JSDOM/Generated/HTMLLinkElement.dyn_o ) [419 of 600] Compiling JSDOM.Generated.HTMLLegendElement ( src/JSDOM/Generated/HTMLLegendElement.hs, dist/build/JSDOM/Generated/HTMLLegendElement.o, dist/build/JSDOM/Generated/HTMLLegendElement.dyn_o ) [420 of 600] Compiling JSDOM.Generated.HTMLLabelElement ( src/JSDOM/Generated/HTMLLabelElement.hs, dist/build/JSDOM/Generated/HTMLLabelElement.o, dist/build/JSDOM/Generated/HTMLLabelElement.dyn_o ) [421 of 600] Compiling JSDOM.Generated.HTMLLIElement ( src/JSDOM/Generated/HTMLLIElement.hs, dist/build/JSDOM/Generated/HTMLLIElement.o, dist/build/JSDOM/Generated/HTMLLIElement.dyn_o ) [422 of 600] Compiling JSDOM.Generated.HTMLKeygenElement ( src/JSDOM/Generated/HTMLKeygenElement.hs, dist/build/JSDOM/Generated/HTMLKeygenElement.o, dist/build/JSDOM/Generated/HTMLKeygenElement.dyn_o ) [423 of 600] Compiling JSDOM.Generated.HTMLInputElement ( src/JSDOM/Generated/HTMLInputElement.hs, dist/build/JSDOM/Generated/HTMLInputElement.o, dist/build/JSDOM/Generated/HTMLInputElement.dyn_o ) [424 of 600] Compiling JSDOM.Generated.HTMLImageElement ( src/JSDOM/Generated/HTMLImageElement.hs, dist/build/JSDOM/Generated/HTMLImageElement.o, dist/build/JSDOM/Generated/HTMLImageElement.dyn_o ) [425 of 600] Compiling JSDOM.Generated.HTMLIFrameElement ( src/JSDOM/Generated/HTMLIFrameElement.hs, dist/build/JSDOM/Generated/HTMLIFrameElement.o, dist/build/JSDOM/Generated/HTMLIFrameElement.dyn_o ) [426 of 600] Compiling JSDOM.Generated.HTMLHyperlinkElementUtils ( src/JSDOM/Generated/HTMLHyperlinkElementUtils.hs, dist/build/JSDOM/Generated/HTMLHyperlinkElementUtils.o, dist/build/JSDOM/Generated/HTMLHyperlinkElementUtils.dyn_o ) [427 of 600] Compiling JSDOM.Generated.HTMLHtmlElement ( src/JSDOM/Generated/HTMLHtmlElement.hs, dist/build/JSDOM/Generated/HTMLHtmlElement.o, dist/build/JSDOM/Generated/HTMLHtmlElement.dyn_o ) [428 of 600] Compiling JSDOM.Generated.HTMLHeadingElement ( src/JSDOM/Generated/HTMLHeadingElement.hs, dist/build/JSDOM/Generated/HTMLHeadingElement.o, dist/build/JSDOM/Generated/HTMLHeadingElement.dyn_o ) [429 of 600] Compiling JSDOM.Generated.HTMLHeadElement ( src/JSDOM/Generated/HTMLHeadElement.hs, dist/build/JSDOM/Generated/HTMLHeadElement.o, dist/build/JSDOM/Generated/HTMLHeadElement.dyn_o ) [430 of 600] Compiling JSDOM.Generated.HTMLHRElement ( src/JSDOM/Generated/HTMLHRElement.hs, dist/build/JSDOM/Generated/HTMLHRElement.o, dist/build/JSDOM/Generated/HTMLHRElement.dyn_o ) [431 of 600] Compiling JSDOM.Generated.HTMLFrameSetElement ( src/JSDOM/Generated/HTMLFrameSetElement.hs, dist/build/JSDOM/Generated/HTMLFrameSetElement.o, dist/build/JSDOM/Generated/HTMLFrameSetElement.dyn_o ) [432 of 600] Compiling JSDOM.Generated.HTMLFrameElement ( src/JSDOM/Generated/HTMLFrameElement.hs, dist/build/JSDOM/Generated/HTMLFrameElement.o, dist/build/JSDOM/Generated/HTMLFrameElement.dyn_o ) [433 of 600] Compiling JSDOM.Generated.HTMLFormElement ( src/JSDOM/Generated/HTMLFormElement.hs, dist/build/JSDOM/Generated/HTMLFormElement.o, dist/build/JSDOM/Generated/HTMLFormElement.dyn_o ) [434 of 600] Compiling JSDOM.Generated.HTMLFormControlsCollection ( src/JSDOM/Generated/HTMLFormControlsCollection.hs, dist/build/JSDOM/Generated/HTMLFormControlsCollection.o, dist/build/JSDOM/Generated/HTMLFormControlsCollection.dyn_o ) [435 of 600] Compiling JSDOM.Generated.HTMLFontElement ( src/JSDOM/Generated/HTMLFontElement.hs, dist/build/JSDOM/Generated/HTMLFontElement.o, dist/build/JSDOM/Generated/HTMLFontElement.dyn_o ) [436 of 600] Compiling JSDOM.Generated.HTMLFieldSetElement ( src/JSDOM/Generated/HTMLFieldSetElement.hs, dist/build/JSDOM/Generated/HTMLFieldSetElement.o, dist/build/JSDOM/Generated/HTMLFieldSetElement.dyn_o ) [437 of 600] Compiling JSDOM.Generated.HTMLEmbedElement ( src/JSDOM/Generated/HTMLEmbedElement.hs, dist/build/JSDOM/Generated/HTMLEmbedElement.o, dist/build/JSDOM/Generated/HTMLEmbedElement.dyn_o ) [438 of 600] Compiling JSDOM.Generated.HTMLElement ( src/JSDOM/Generated/HTMLElement.hs, dist/build/JSDOM/Generated/HTMLElement.o, dist/build/JSDOM/Generated/HTMLElement.dyn_o ) [439 of 600] Compiling JSDOM.Generated.HTMLDocument ( src/JSDOM/Generated/HTMLDocument.hs, dist/build/JSDOM/Generated/HTMLDocument.o, dist/build/JSDOM/Generated/HTMLDocument.dyn_o ) [440 of 600] Compiling JSDOM.Generated.HTMLDivElement ( src/JSDOM/Generated/HTMLDivElement.hs, dist/build/JSDOM/Generated/HTMLDivElement.o, dist/build/JSDOM/Generated/HTMLDivElement.dyn_o ) [441 of 600] Compiling JSDOM.Generated.HTMLDirectoryElement ( src/JSDOM/Generated/HTMLDirectoryElement.hs, dist/build/JSDOM/Generated/HTMLDirectoryElement.o, dist/build/JSDOM/Generated/HTMLDirectoryElement.dyn_o ) [442 of 600] Compiling JSDOM.Generated.HTMLDetailsElement ( src/JSDOM/Generated/HTMLDetailsElement.hs, dist/build/JSDOM/Generated/HTMLDetailsElement.o, dist/build/JSDOM/Generated/HTMLDetailsElement.dyn_o ) [443 of 600] Compiling JSDOM.Generated.HTMLDataListElement ( src/JSDOM/Generated/HTMLDataListElement.hs, dist/build/JSDOM/Generated/HTMLDataListElement.o, dist/build/JSDOM/Generated/HTMLDataListElement.dyn_o ) [444 of 600] Compiling JSDOM.Generated.HTMLDataElement ( src/JSDOM/Generated/HTMLDataElement.hs, dist/build/JSDOM/Generated/HTMLDataElement.o, dist/build/JSDOM/Generated/HTMLDataElement.dyn_o ) [445 of 600] Compiling JSDOM.Generated.HTMLDListElement ( src/JSDOM/Generated/HTMLDListElement.hs, dist/build/JSDOM/Generated/HTMLDListElement.o, dist/build/JSDOM/Generated/HTMLDListElement.dyn_o ) [446 of 600] Compiling JSDOM.Generated.HTMLCollection ( src/JSDOM/Generated/HTMLCollection.hs, dist/build/JSDOM/Generated/HTMLCollection.o, dist/build/JSDOM/Generated/HTMLCollection.dyn_o ) [447 of 600] Compiling JSDOM.Generated.HTMLCanvasElement ( src/JSDOM/Generated/HTMLCanvasElement.hs, dist/build/JSDOM/Generated/HTMLCanvasElement.o, dist/build/JSDOM/Generated/HTMLCanvasElement.dyn_o ) [448 of 600] Compiling JSDOM.Generated.HTMLButtonElement ( src/JSDOM/Generated/HTMLButtonElement.hs, dist/build/JSDOM/Generated/HTMLButtonElement.o, dist/build/JSDOM/Generated/HTMLButtonElement.dyn_o ) [449 of 600] Compiling JSDOM.Generated.HTMLBodyElement ( src/JSDOM/Generated/HTMLBodyElement.hs, dist/build/JSDOM/Generated/HTMLBodyElement.o, dist/build/JSDOM/Generated/HTMLBodyElement.dyn_o ) [450 of 600] Compiling JSDOM.Generated.HTMLBaseElement ( src/JSDOM/Generated/HTMLBaseElement.hs, dist/build/JSDOM/Generated/HTMLBaseElement.o, dist/build/JSDOM/Generated/HTMLBaseElement.dyn_o ) [451 of 600] Compiling JSDOM.Generated.HTMLBRElement ( src/JSDOM/Generated/HTMLBRElement.hs, dist/build/JSDOM/Generated/HTMLBRElement.o, dist/build/JSDOM/Generated/HTMLBRElement.dyn_o ) [452 of 600] Compiling JSDOM.Generated.HTMLAttachmentElement ( src/JSDOM/Generated/HTMLAttachmentElement.hs, dist/build/JSDOM/Generated/HTMLAttachmentElement.o, dist/build/JSDOM/Generated/HTMLAttachmentElement.dyn_o ) [453 of 600] Compiling JSDOM.Generated.HTMLAreaElement ( src/JSDOM/Generated/HTMLAreaElement.hs, dist/build/JSDOM/Generated/HTMLAreaElement.o, dist/build/JSDOM/Generated/HTMLAreaElement.dyn_o ) [454 of 600] Compiling JSDOM.Generated.HTMLAppletElement ( src/JSDOM/Generated/HTMLAppletElement.hs, dist/build/JSDOM/Generated/HTMLAppletElement.o, dist/build/JSDOM/Generated/HTMLAppletElement.dyn_o ) [455 of 600] Compiling JSDOM.Generated.HTMLAnchorElement ( src/JSDOM/Generated/HTMLAnchorElement.hs, dist/build/JSDOM/Generated/HTMLAnchorElement.o, dist/build/JSDOM/Generated/HTMLAnchorElement.dyn_o ) [456 of 600] Compiling JSDOM.Generated.HTMLAllCollection ( src/JSDOM/Generated/HTMLAllCollection.hs, dist/build/JSDOM/Generated/HTMLAllCollection.o, dist/build/JSDOM/Generated/HTMLAllCollection.dyn_o ) [457 of 600] Compiling JSDOM.Generated.GlobalPerformance ( src/JSDOM/Generated/GlobalPerformance.hs, dist/build/JSDOM/Generated/GlobalPerformance.o, dist/build/JSDOM/Generated/GlobalPerformance.dyn_o ) [458 of 600] Compiling JSDOM.Generated.GlobalEventHandlers ( src/JSDOM/Generated/GlobalEventHandlers.hs, dist/build/JSDOM/Generated/GlobalEventHandlers.o, dist/build/JSDOM/Generated/GlobalEventHandlers.dyn_o ) [459 of 600] Compiling JSDOM.Generated.GlobalCrypto ( src/JSDOM/Generated/GlobalCrypto.hs, dist/build/JSDOM/Generated/GlobalCrypto.o, dist/build/JSDOM/Generated/GlobalCrypto.dyn_o ) [460 of 600] Compiling JSDOM.Generated.Geoposition ( src/JSDOM/Generated/Geoposition.hs, dist/build/JSDOM/Generated/Geoposition.o, dist/build/JSDOM/Generated/Geoposition.dyn_o ) [461 of 600] Compiling JSDOM.Generated.Geolocation ( src/JSDOM/Generated/Geolocation.hs, dist/build/JSDOM/Generated/Geolocation.o, dist/build/JSDOM/Generated/Geolocation.dyn_o ) [462 of 600] Compiling JSDOM.Generated.GamepadEvent ( src/JSDOM/Generated/GamepadEvent.hs, dist/build/JSDOM/Generated/GamepadEvent.o, dist/build/JSDOM/Generated/GamepadEvent.dyn_o ) [463 of 600] Compiling JSDOM.Generated.GamepadButton ( src/JSDOM/Generated/GamepadButton.hs, dist/build/JSDOM/Generated/GamepadButton.o, dist/build/JSDOM/Generated/GamepadButton.dyn_o ) [464 of 600] Compiling JSDOM.Generated.Gamepad ( src/JSDOM/Generated/Gamepad.hs, dist/build/JSDOM/Generated/Gamepad.o, dist/build/JSDOM/Generated/Gamepad.dyn_o ) [465 of 600] Compiling JSDOM.Generated.GainNode ( src/JSDOM/Generated/GainNode.hs, dist/build/JSDOM/Generated/GainNode.o, dist/build/JSDOM/Generated/GainNode.dyn_o ) [466 of 600] Compiling JSDOM.Generated.FormData ( src/JSDOM/Generated/FormData.hs, dist/build/JSDOM/Generated/FormData.o, dist/build/JSDOM/Generated/FormData.dyn_o ) [467 of 600] Compiling JSDOM.Generated.FontFaceSet ( src/JSDOM/Generated/FontFaceSet.hs, dist/build/JSDOM/Generated/FontFaceSet.o, dist/build/JSDOM/Generated/FontFaceSet.dyn_o ) [468 of 600] Compiling JSDOM.Generated.FontFace ( src/JSDOM/Generated/FontFace.hs, dist/build/JSDOM/Generated/FontFace.o, dist/build/JSDOM/Generated/FontFace.dyn_o ) [469 of 600] Compiling JSDOM.Generated.FocusEvent ( src/JSDOM/Generated/FocusEvent.hs, dist/build/JSDOM/Generated/FocusEvent.o, dist/build/JSDOM/Generated/FocusEvent.dyn_o ) [470 of 600] Compiling JSDOM.Generated.FileReaderSync ( src/JSDOM/Generated/FileReaderSync.hs, dist/build/JSDOM/Generated/FileReaderSync.o, dist/build/JSDOM/Generated/FileReaderSync.dyn_o ) [471 of 600] Compiling JSDOM.Generated.FileReader ( src/JSDOM/Generated/FileReader.hs, dist/build/JSDOM/Generated/FileReader.o, dist/build/JSDOM/Generated/FileReader.dyn_o ) [472 of 600] Compiling JSDOM.Generated.FileList ( src/JSDOM/Generated/FileList.hs, dist/build/JSDOM/Generated/FileList.o, dist/build/JSDOM/Generated/FileList.dyn_o ) [473 of 600] Compiling JSDOM.Generated.FileException ( src/JSDOM/Generated/FileException.hs, dist/build/JSDOM/Generated/FileException.o, dist/build/JSDOM/Generated/FileException.dyn_o ) [474 of 600] Compiling JSDOM.Generated.FileError ( src/JSDOM/Generated/FileError.hs, dist/build/JSDOM/Generated/FileError.o, dist/build/JSDOM/Generated/FileError.dyn_o ) [475 of 600] Compiling JSDOM.Generated.File ( src/JSDOM/Generated/File.hs, dist/build/JSDOM/Generated/File.o, dist/build/JSDOM/Generated/File.dyn_o ) [476 of 600] Compiling JSDOM.Generated.EventSource ( src/JSDOM/Generated/EventSource.hs, dist/build/JSDOM/Generated/EventSource.o, dist/build/JSDOM/Generated/EventSource.dyn_o ) [477 of 600] Compiling JSDOM.Generated.EventListener ( src/JSDOM/Generated/EventListener.hs, dist/build/JSDOM/Generated/EventListener.o, dist/build/JSDOM/Generated/EventListener.dyn_o ) [478 of 600] Compiling JSDOM.Generated.ErrorEvent ( src/JSDOM/Generated/ErrorEvent.hs, dist/build/JSDOM/Generated/ErrorEvent.o, dist/build/JSDOM/Generated/ErrorEvent.dyn_o ) [479 of 600] Compiling JSDOM.Generated.ElementCSSInlineStyle ( src/JSDOM/Generated/ElementCSSInlineStyle.hs, dist/build/JSDOM/Generated/ElementCSSInlineStyle.o, dist/build/JSDOM/Generated/ElementCSSInlineStyle.dyn_o ) [480 of 600] Compiling JSDOM.Generated.Element ( src/JSDOM/Generated/Element.hs, dist/build/JSDOM/Generated/Element.o, dist/build/JSDOM/Generated/Element.dyn_o ) [481 of 600] Compiling JSDOM.Generated.EXTsRGB ( src/JSDOM/Generated/EXTsRGB.hs, dist/build/JSDOM/Generated/EXTsRGB.o, dist/build/JSDOM/Generated/EXTsRGB.dyn_o ) [482 of 600] Compiling JSDOM.Generated.EXTTextureFilterAnisotropic ( src/JSDOM/Generated/EXTTextureFilterAnisotropic.hs, dist/build/JSDOM/Generated/EXTTextureFilterAnisotropic.o, dist/build/JSDOM/Generated/EXTTextureFilterAnisotropic.dyn_o ) [483 of 600] Compiling JSDOM.Generated.EXTBlendMinMax ( src/JSDOM/Generated/EXTBlendMinMax.hs, dist/build/JSDOM/Generated/EXTBlendMinMax.o, dist/build/JSDOM/Generated/EXTBlendMinMax.dyn_o ) [484 of 600] Compiling JSDOM.Generated.DynamicsCompressorNode ( src/JSDOM/Generated/DynamicsCompressorNode.hs, dist/build/JSDOM/Generated/DynamicsCompressorNode.o, dist/build/JSDOM/Generated/DynamicsCompressorNode.dyn_o ) [485 of 600] Compiling JSDOM.Generated.DocumentType ( src/JSDOM/Generated/DocumentType.hs, dist/build/JSDOM/Generated/DocumentType.o, dist/build/JSDOM/Generated/DocumentType.dyn_o ) [486 of 600] Compiling JSDOM.Generated.DocumentTimeline ( src/JSDOM/Generated/DocumentTimeline.hs, dist/build/JSDOM/Generated/DocumentTimeline.o, dist/build/JSDOM/Generated/DocumentTimeline.dyn_o ) [487 of 600] Compiling JSDOM.Generated.DocumentOrShadowRoot ( src/JSDOM/Generated/DocumentOrShadowRoot.hs, dist/build/JSDOM/Generated/DocumentOrShadowRoot.o, dist/build/JSDOM/Generated/DocumentOrShadowRoot.dyn_o ) [488 of 600] Compiling JSDOM.Generated.DocumentFragment ( src/JSDOM/Generated/DocumentFragment.hs, dist/build/JSDOM/Generated/DocumentFragment.o, dist/build/JSDOM/Generated/DocumentFragment.dyn_o ) [489 of 600] Compiling JSDOM.Generated.DocumentAndElementEventHandlers ( src/JSDOM/Generated/DocumentAndElementEventHandlers.hs, dist/build/JSDOM/Generated/DocumentAndElementEventHandlers.o, dist/build/JSDOM/Generated/DocumentAndElementEventHandlers.dyn_o ) [490 of 600] Compiling JSDOM.Generated.Document ( src/JSDOM/Generated/Document.hs, dist/build/JSDOM/Generated/Document.o, dist/build/JSDOM/Generated/Document.dyn_o ) [491 of 600] Compiling JSDOM.Generated.DeviceProximityEvent ( src/JSDOM/Generated/DeviceProximityEvent.hs, dist/build/JSDOM/Generated/DeviceProximityEvent.o, dist/build/JSDOM/Generated/DeviceProximityEvent.dyn_o ) [492 of 600] Compiling JSDOM.Generated.DeviceOrientationEvent ( src/JSDOM/Generated/DeviceOrientationEvent.hs, dist/build/JSDOM/Generated/DeviceOrientationEvent.o, dist/build/JSDOM/Generated/DeviceOrientationEvent.dyn_o ) [493 of 600] Compiling JSDOM.Generated.DeviceMotionEvent ( src/JSDOM/Generated/DeviceMotionEvent.hs, dist/build/JSDOM/Generated/DeviceMotionEvent.o, dist/build/JSDOM/Generated/DeviceMotionEvent.dyn_o ) [494 of 600] Compiling JSDOM.Generated.DelayNode ( src/JSDOM/Generated/DelayNode.hs, dist/build/JSDOM/Generated/DelayNode.o, dist/build/JSDOM/Generated/DelayNode.dyn_o ) [495 of 600] Compiling JSDOM.Generated.DedicatedWorkerGlobalScope ( src/JSDOM/Generated/DedicatedWorkerGlobalScope.hs, dist/build/JSDOM/Generated/DedicatedWorkerGlobalScope.o, dist/build/JSDOM/Generated/DedicatedWorkerGlobalScope.dyn_o ) [496 of 600] Compiling JSDOM.Generated.DatabaseCallback ( src/JSDOM/Generated/DatabaseCallback.hs, dist/build/JSDOM/Generated/DatabaseCallback.o, dist/build/JSDOM/Generated/DatabaseCallback.dyn_o ) [497 of 600] Compiling JSDOM.Generated.Database ( src/JSDOM/Generated/Database.hs, dist/build/JSDOM/Generated/Database.o, dist/build/JSDOM/Generated/Database.dyn_o ) [498 of 600] Compiling JSDOM.Generated.DataTransferItemList ( src/JSDOM/Generated/DataTransferItemList.hs, dist/build/JSDOM/Generated/DataTransferItemList.o, dist/build/JSDOM/Generated/DataTransferItemList.dyn_o ) [499 of 600] Compiling JSDOM.Generated.DataTransferItem ( src/JSDOM/Generated/DataTransferItem.hs, dist/build/JSDOM/Generated/DataTransferItem.o, dist/build/JSDOM/Generated/DataTransferItem.dyn_o ) [500 of 600] Compiling JSDOM.Generated.DataTransfer ( src/JSDOM/Generated/DataTransfer.hs, dist/build/JSDOM/Generated/DataTransfer.o, dist/build/JSDOM/Generated/DataTransfer.dyn_o ) [501 of 600] Compiling JSDOM.Generated.DataCue ( src/JSDOM/Generated/DataCue.hs, dist/build/JSDOM/Generated/DataCue.o, dist/build/JSDOM/Generated/DataCue.dyn_o ) [502 of 600] Compiling JSDOM.Generated.DOMTokenList ( src/JSDOM/Generated/DOMTokenList.hs, dist/build/JSDOM/Generated/DOMTokenList.o, dist/build/JSDOM/Generated/DOMTokenList.dyn_o ) [503 of 600] Compiling JSDOM.Generated.DOMStringMap ( src/JSDOM/Generated/DOMStringMap.hs, dist/build/JSDOM/Generated/DOMStringMap.o, dist/build/JSDOM/Generated/DOMStringMap.dyn_o ) [504 of 600] Compiling JSDOM.Generated.DOMStringList ( src/JSDOM/Generated/DOMStringList.hs, dist/build/JSDOM/Generated/DOMStringList.o, dist/build/JSDOM/Generated/DOMStringList.dyn_o ) [505 of 600] Compiling JSDOM.Generated.DOMRectReadOnly ( src/JSDOM/Generated/DOMRectReadOnly.hs, dist/build/JSDOM/Generated/DOMRectReadOnly.o, dist/build/JSDOM/Generated/DOMRectReadOnly.dyn_o ) [506 of 600] Compiling JSDOM.Generated.DOMRect ( src/JSDOM/Generated/DOMRect.hs, dist/build/JSDOM/Generated/DOMRect.o, dist/build/JSDOM/Generated/DOMRect.dyn_o ) [507 of 600] Compiling JSDOM.Generated.DOMPointReadOnly ( src/JSDOM/Generated/DOMPointReadOnly.hs, dist/build/JSDOM/Generated/DOMPointReadOnly.o, dist/build/JSDOM/Generated/DOMPointReadOnly.dyn_o ) [508 of 600] Compiling JSDOM.Generated.DOMPoint ( src/JSDOM/Generated/DOMPoint.hs, dist/build/JSDOM/Generated/DOMPoint.o, dist/build/JSDOM/Generated/DOMPoint.dyn_o ) [509 of 600] Compiling JSDOM.Generated.DOMParser ( src/JSDOM/Generated/DOMParser.hs, dist/build/JSDOM/Generated/DOMParser.o, dist/build/JSDOM/Generated/DOMParser.dyn_o ) [510 of 600] Compiling JSDOM.Generated.DOMNamedFlowCollection ( src/JSDOM/Generated/DOMNamedFlowCollection.hs, dist/build/JSDOM/Generated/DOMNamedFlowCollection.o, dist/build/JSDOM/Generated/DOMNamedFlowCollection.dyn_o ) [511 of 600] Compiling JSDOM.Generated.DOMImplementation ( src/JSDOM/Generated/DOMImplementation.hs, dist/build/JSDOM/Generated/DOMImplementation.o, dist/build/JSDOM/Generated/DOMImplementation.dyn_o ) [512 of 600] Compiling JSDOM.Generated.DOMException ( src/JSDOM/Generated/DOMException.hs, dist/build/JSDOM/Generated/DOMException.o, dist/build/JSDOM/Generated/DOMException.dyn_o ) [513 of 600] Compiling JSDOM.Generated.DOMError ( src/JSDOM/Generated/DOMError.hs, dist/build/JSDOM/Generated/DOMError.o, dist/build/JSDOM/Generated/DOMError.dyn_o ) [514 of 600] Compiling JSDOM.Generated.CustomEvent ( src/JSDOM/Generated/CustomEvent.hs, dist/build/JSDOM/Generated/CustomEvent.o, dist/build/JSDOM/Generated/CustomEvent.dyn_o ) [515 of 600] Compiling JSDOM.Generated.CustomElementRegistry ( src/JSDOM/Generated/CustomElementRegistry.hs, dist/build/JSDOM/Generated/CustomElementRegistry.o, dist/build/JSDOM/Generated/CustomElementRegistry.dyn_o ) [516 of 600] Compiling JSDOM.Generated.CryptoKey ( src/JSDOM/Generated/CryptoKey.hs, dist/build/JSDOM/Generated/CryptoKey.o, dist/build/JSDOM/Generated/CryptoKey.dyn_o ) [517 of 600] Compiling JSDOM.Generated.Crypto ( src/JSDOM/Generated/Crypto.hs, dist/build/JSDOM/Generated/Crypto.o, dist/build/JSDOM/Generated/Crypto.dyn_o ) [518 of 600] Compiling JSDOM.Generated.Counter ( src/JSDOM/Generated/Counter.hs, dist/build/JSDOM/Generated/Counter.o, dist/build/JSDOM/Generated/Counter.dyn_o ) [519 of 600] Compiling JSDOM.Generated.CountQueuingStrategy ( src/JSDOM/Generated/CountQueuingStrategy.hs, dist/build/JSDOM/Generated/CountQueuingStrategy.o, dist/build/JSDOM/Generated/CountQueuingStrategy.dyn_o ) [520 of 600] Compiling JSDOM.Generated.Coordinates ( src/JSDOM/Generated/Coordinates.hs, dist/build/JSDOM/Generated/Coordinates.o, dist/build/JSDOM/Generated/Coordinates.dyn_o ) [521 of 600] Compiling JSDOM.Generated.ConvolverNode ( src/JSDOM/Generated/ConvolverNode.hs, dist/build/JSDOM/Generated/ConvolverNode.o, dist/build/JSDOM/Generated/ConvolverNode.dyn_o ) [522 of 600] Compiling JSDOM.Generated.CompositionEvent ( src/JSDOM/Generated/CompositionEvent.hs, dist/build/JSDOM/Generated/CompositionEvent.o, dist/build/JSDOM/Generated/CompositionEvent.dyn_o ) [523 of 600] Compiling JSDOM.Generated.Comment ( src/JSDOM/Generated/Comment.hs, dist/build/JSDOM/Generated/Comment.o, dist/build/JSDOM/Generated/Comment.dyn_o ) [524 of 600] Compiling JSDOM.Generated.CommandLineAPIHost ( src/JSDOM/Generated/CommandLineAPIHost.hs, dist/build/JSDOM/Generated/CommandLineAPIHost.o, dist/build/JSDOM/Generated/CommandLineAPIHost.dyn_o ) [525 of 600] Compiling JSDOM.Generated.CloseEvent ( src/JSDOM/Generated/CloseEvent.hs, dist/build/JSDOM/Generated/CloseEvent.o, dist/build/JSDOM/Generated/CloseEvent.dyn_o ) [526 of 600] Compiling JSDOM.Generated.ClipboardEvent ( src/JSDOM/Generated/ClipboardEvent.hs, dist/build/JSDOM/Generated/ClipboardEvent.o, dist/build/JSDOM/Generated/ClipboardEvent.dyn_o ) [527 of 600] Compiling JSDOM.Generated.ChildNode ( src/JSDOM/Generated/ChildNode.hs, dist/build/JSDOM/Generated/ChildNode.o, dist/build/JSDOM/Generated/ChildNode.dyn_o ) [528 of 600] Compiling JSDOM.Generated.CharacterData ( src/JSDOM/Generated/CharacterData.hs, dist/build/JSDOM/Generated/CharacterData.o, dist/build/JSDOM/Generated/CharacterData.dyn_o ) [529 of 600] Compiling JSDOM.Generated.CanvasRenderingContext2D ( src/JSDOM/Generated/CanvasRenderingContext2D.hs, dist/build/JSDOM/Generated/CanvasRenderingContext2D.o, dist/build/JSDOM/Generated/CanvasRenderingContext2D.dyn_o ) [530 of 600] Compiling JSDOM.Generated.CanvasPath ( src/JSDOM/Generated/CanvasPath.hs, dist/build/JSDOM/Generated/CanvasPath.o, dist/build/JSDOM/Generated/CanvasPath.dyn_o ) [531 of 600] Compiling JSDOM.Generated.CanvasGradient ( src/JSDOM/Generated/CanvasGradient.hs, dist/build/JSDOM/Generated/CanvasGradient.o, dist/build/JSDOM/Generated/CanvasGradient.dyn_o ) [532 of 600] Compiling JSDOM.Generated.CanvasCaptureMediaStreamTrack ( src/JSDOM/Generated/CanvasCaptureMediaStreamTrack.hs, dist/build/JSDOM/Generated/CanvasCaptureMediaStreamTrack.o, dist/build/JSDOM/Generated/CanvasCaptureMediaStreamTrack.dyn_o ) [533 of 600] Compiling JSDOM.Generated.CSSValueList ( src/JSDOM/Generated/CSSValueList.hs, dist/build/JSDOM/Generated/CSSValueList.o, dist/build/JSDOM/Generated/CSSValueList.dyn_o ) [534 of 600] Compiling JSDOM.Generated.CSSValue ( src/JSDOM/Generated/CSSValue.hs, dist/build/JSDOM/Generated/CSSValue.o, dist/build/JSDOM/Generated/CSSValue.dyn_o ) [535 of 600] Compiling JSDOM.Generated.CSSSupportsRule ( src/JSDOM/Generated/CSSSupportsRule.hs, dist/build/JSDOM/Generated/CSSSupportsRule.o, dist/build/JSDOM/Generated/CSSSupportsRule.dyn_o ) [536 of 600] Compiling JSDOM.Generated.CSSStyleSheet ( src/JSDOM/Generated/CSSStyleSheet.hs, dist/build/JSDOM/Generated/CSSStyleSheet.o, dist/build/JSDOM/Generated/CSSStyleSheet.dyn_o ) [537 of 600] Compiling JSDOM.Generated.CSSStyleRule ( src/JSDOM/Generated/CSSStyleRule.hs, dist/build/JSDOM/Generated/CSSStyleRule.o, dist/build/JSDOM/Generated/CSSStyleRule.dyn_o ) [538 of 600] Compiling JSDOM.Generated.CSSStyleDeclaration ( src/JSDOM/Generated/CSSStyleDeclaration.hs, dist/build/JSDOM/Generated/CSSStyleDeclaration.o, dist/build/JSDOM/Generated/CSSStyleDeclaration.dyn_o ) [539 of 600] Compiling JSDOM.Generated.CSSRuleList ( src/JSDOM/Generated/CSSRuleList.hs, dist/build/JSDOM/Generated/CSSRuleList.o, dist/build/JSDOM/Generated/CSSRuleList.dyn_o ) [540 of 600] Compiling JSDOM.Generated.CSSRule ( src/JSDOM/Generated/CSSRule.hs, dist/build/JSDOM/Generated/CSSRule.o, dist/build/JSDOM/Generated/CSSRule.dyn_o ) [541 of 600] Compiling JSDOM.Generated.CSSPrimitiveValue ( src/JSDOM/Generated/CSSPrimitiveValue.hs, dist/build/JSDOM/Generated/CSSPrimitiveValue.o, dist/build/JSDOM/Generated/CSSPrimitiveValue.dyn_o ) [542 of 600] Compiling JSDOM.Generated.CSSPageRule ( src/JSDOM/Generated/CSSPageRule.hs, dist/build/JSDOM/Generated/CSSPageRule.o, dist/build/JSDOM/Generated/CSSPageRule.dyn_o ) [543 of 600] Compiling JSDOM.Generated.CSSNamespaceRule ( src/JSDOM/Generated/CSSNamespaceRule.hs, dist/build/JSDOM/Generated/CSSNamespaceRule.o, dist/build/JSDOM/Generated/CSSNamespaceRule.dyn_o ) [544 of 600] Compiling JSDOM.Generated.CSSMediaRule ( src/JSDOM/Generated/CSSMediaRule.hs, dist/build/JSDOM/Generated/CSSMediaRule.o, dist/build/JSDOM/Generated/CSSMediaRule.dyn_o ) [545 of 600] Compiling JSDOM.Generated.CSSKeyframesRule ( src/JSDOM/Generated/CSSKeyframesRule.hs, dist/build/JSDOM/Generated/CSSKeyframesRule.o, dist/build/JSDOM/Generated/CSSKeyframesRule.dyn_o ) [546 of 600] Compiling JSDOM.Generated.CSSKeyframeRule ( src/JSDOM/Generated/CSSKeyframeRule.hs, dist/build/JSDOM/Generated/CSSKeyframeRule.o, dist/build/JSDOM/Generated/CSSKeyframeRule.dyn_o ) [547 of 600] Compiling JSDOM.Generated.CSSImportRule ( src/JSDOM/Generated/CSSImportRule.hs, dist/build/JSDOM/Generated/CSSImportRule.o, dist/build/JSDOM/Generated/CSSImportRule.dyn_o ) [548 of 600] Compiling JSDOM.Generated.CSSFontFaceRule ( src/JSDOM/Generated/CSSFontFaceRule.hs, dist/build/JSDOM/Generated/CSSFontFaceRule.o, dist/build/JSDOM/Generated/CSSFontFaceRule.dyn_o ) [549 of 600] Compiling JSDOM.Generated.CSSFontFaceLoadEvent ( src/JSDOM/Generated/CSSFontFaceLoadEvent.hs, dist/build/JSDOM/Generated/CSSFontFaceLoadEvent.o, dist/build/JSDOM/Generated/CSSFontFaceLoadEvent.dyn_o ) [550 of 600] Compiling JSDOM.Generated.CSS ( src/JSDOM/Generated/CSS.hs, dist/build/JSDOM/Generated/CSS.o, dist/build/JSDOM/Generated/CSS.dyn_o ) [551 of 600] Compiling JSDOM.Generated.ByteLengthQueuingStrategy ( src/JSDOM/Generated/ByteLengthQueuingStrategy.hs, dist/build/JSDOM/Generated/ByteLengthQueuingStrategy.o, dist/build/JSDOM/Generated/ByteLengthQueuingStrategy.dyn_o ) [552 of 600] Compiling JSDOM.Generated.Body ( src/JSDOM/Generated/Body.hs, dist/build/JSDOM/Generated/Body.o, dist/build/JSDOM/Generated/Body.dyn_o ) [553 of 600] Compiling JSDOM.Generated.BlobCallback ( src/JSDOM/Generated/BlobCallback.hs, dist/build/JSDOM/Generated/BlobCallback.o, dist/build/JSDOM/Generated/BlobCallback.dyn_o ) [554 of 600] Compiling JSDOM.Generated.Blob ( src/JSDOM/Generated/Blob.hs, dist/build/JSDOM/Generated/Blob.o, dist/build/JSDOM/Generated/Blob.dyn_o ) [555 of 600] Compiling JSDOM.Generated.BiquadFilterNode ( src/JSDOM/Generated/BiquadFilterNode.hs, dist/build/JSDOM/Generated/BiquadFilterNode.o, dist/build/JSDOM/Generated/BiquadFilterNode.dyn_o ) [556 of 600] Compiling JSDOM.Generated.BeforeUnloadEvent ( src/JSDOM/Generated/BeforeUnloadEvent.hs, dist/build/JSDOM/Generated/BeforeUnloadEvent.o, dist/build/JSDOM/Generated/BeforeUnloadEvent.dyn_o ) [557 of 600] Compiling JSDOM.Generated.BeforeLoadEvent ( src/JSDOM/Generated/BeforeLoadEvent.hs, dist/build/JSDOM/Generated/BeforeLoadEvent.o, dist/build/JSDOM/Generated/BeforeLoadEvent.dyn_o ) [558 of 600] Compiling JSDOM.Generated.BasicCredential ( src/JSDOM/Generated/BasicCredential.hs, dist/build/JSDOM/Generated/BasicCredential.o, dist/build/JSDOM/Generated/BasicCredential.dyn_o ) [559 of 600] Compiling JSDOM.Generated.BarProp ( src/JSDOM/Generated/BarProp.hs, dist/build/JSDOM/Generated/BarProp.o, dist/build/JSDOM/Generated/BarProp.dyn_o ) [560 of 600] Compiling JSDOM.Generated.AutocompleteErrorEvent ( src/JSDOM/Generated/AutocompleteErrorEvent.hs, dist/build/JSDOM/Generated/AutocompleteErrorEvent.o, dist/build/JSDOM/Generated/AutocompleteErrorEvent.dyn_o ) [561 of 600] Compiling JSDOM.Generated.AudioTrackList ( src/JSDOM/Generated/AudioTrackList.hs, dist/build/JSDOM/Generated/AudioTrackList.o, dist/build/JSDOM/Generated/AudioTrackList.dyn_o ) [562 of 600] Compiling JSDOM.Generated.AudioTrack ( src/JSDOM/Generated/AudioTrack.hs, dist/build/JSDOM/Generated/AudioTrack.o, dist/build/JSDOM/Generated/AudioTrack.dyn_o ) [563 of 600] Compiling JSDOM.Generated.AudioProcessingEvent ( src/JSDOM/Generated/AudioProcessingEvent.hs, dist/build/JSDOM/Generated/AudioProcessingEvent.o, dist/build/JSDOM/Generated/AudioProcessingEvent.dyn_o ) [564 of 600] Compiling JSDOM.Generated.AudioParam ( src/JSDOM/Generated/AudioParam.hs, dist/build/JSDOM/Generated/AudioParam.o, dist/build/JSDOM/Generated/AudioParam.dyn_o ) [565 of 600] Compiling JSDOM.Generated.AudioNode ( src/JSDOM/Generated/AudioNode.hs, dist/build/JSDOM/Generated/AudioNode.o, dist/build/JSDOM/Generated/AudioNode.dyn_o ) [566 of 600] Compiling JSDOM.Generated.AudioListener ( src/JSDOM/Generated/AudioListener.hs, dist/build/JSDOM/Generated/AudioListener.o, dist/build/JSDOM/Generated/AudioListener.dyn_o ) [567 of 600] Compiling JSDOM.Generated.AudioDestinationNode ( src/JSDOM/Generated/AudioDestinationNode.hs, dist/build/JSDOM/Generated/AudioDestinationNode.o, dist/build/JSDOM/Generated/AudioDestinationNode.dyn_o ) [568 of 600] Compiling JSDOM.Generated.AudioContext ( src/JSDOM/Generated/AudioContext.hs, dist/build/JSDOM/Generated/AudioContext.o, dist/build/JSDOM/Generated/AudioContext.dyn_o ) [569 of 600] Compiling JSDOM.Generated.AudioBufferSourceNode ( src/JSDOM/Generated/AudioBufferSourceNode.hs, dist/build/JSDOM/Generated/AudioBufferSourceNode.o, dist/build/JSDOM/Generated/AudioBufferSourceNode.dyn_o ) [570 of 600] Compiling JSDOM.Generated.AudioBufferCallback ( src/JSDOM/Generated/AudioBufferCallback.hs, dist/build/JSDOM/Generated/AudioBufferCallback.o, dist/build/JSDOM/Generated/AudioBufferCallback.dyn_o ) [571 of 600] Compiling JSDOM.Generated.AudioBuffer ( src/JSDOM/Generated/AudioBuffer.hs, dist/build/JSDOM/Generated/AudioBuffer.o, dist/build/JSDOM/Generated/AudioBuffer.dyn_o ) [572 of 600] Compiling JSDOM.Generated.Attr ( src/JSDOM/Generated/Attr.hs, dist/build/JSDOM/Generated/Attr.o, dist/build/JSDOM/Generated/Attr.dyn_o ) [573 of 600] Compiling JSDOM.Generated.ApplicationCache ( src/JSDOM/Generated/ApplicationCache.hs, dist/build/JSDOM/Generated/ApplicationCache.o, dist/build/JSDOM/Generated/ApplicationCache.dyn_o ) [574 of 600] Compiling JSDOM.Generated.ApplePayValidateMerchantEvent ( src/JSDOM/Generated/ApplePayValidateMerchantEvent.hs, dist/build/JSDOM/Generated/ApplePayValidateMerchantEvent.o, dist/build/JSDOM/Generated/ApplePayValidateMerchantEvent.dyn_o ) [575 of 600] Compiling JSDOM.Generated.ApplePayShippingMethodSelectedEvent ( src/JSDOM/Generated/ApplePayShippingMethodSelectedEvent.hs, dist/build/JSDOM/Generated/ApplePayShippingMethodSelectedEvent.o, dist/build/JSDOM/Generated/ApplePayShippingMethodSelectedEvent.dyn_o ) [576 of 600] Compiling JSDOM.Generated.ApplePayShippingContactSelectedEvent ( src/JSDOM/Generated/ApplePayShippingContactSelectedEvent.hs, dist/build/JSDOM/Generated/ApplePayShippingContactSelectedEvent.o, dist/build/JSDOM/Generated/ApplePayShippingContactSelectedEvent.dyn_o ) [577 of 600] Compiling JSDOM.Generated.ApplePaySession ( src/JSDOM/Generated/ApplePaySession.hs, dist/build/JSDOM/Generated/ApplePaySession.o, dist/build/JSDOM/Generated/ApplePaySession.dyn_o ) [578 of 600] Compiling JSDOM.Generated.ApplePayPaymentMethodSelectedEvent ( src/JSDOM/Generated/ApplePayPaymentMethodSelectedEvent.hs, dist/build/JSDOM/Generated/ApplePayPaymentMethodSelectedEvent.o, dist/build/JSDOM/Generated/ApplePayPaymentMethodSelectedEvent.dyn_o ) [579 of 600] Compiling JSDOM.Generated.ApplePayPaymentAuthorizedEvent ( src/JSDOM/Generated/ApplePayPaymentAuthorizedEvent.hs, dist/build/JSDOM/Generated/ApplePayPaymentAuthorizedEvent.o, dist/build/JSDOM/Generated/ApplePayPaymentAuthorizedEvent.dyn_o ) [580 of 600] Compiling JSDOM.Generated.ApplePayError ( src/JSDOM/Generated/ApplePayError.hs, dist/build/JSDOM/Generated/ApplePayError.o, dist/build/JSDOM/Generated/ApplePayError.dyn_o ) [581 of 600] Compiling JSDOM.Generated.AnimationEvent ( src/JSDOM/Generated/AnimationEvent.hs, dist/build/JSDOM/Generated/AnimationEvent.o, dist/build/JSDOM/Generated/AnimationEvent.dyn_o ) [582 of 600] Compiling JSDOM.Generated.Animation ( src/JSDOM/Generated/Animation.hs, dist/build/JSDOM/Generated/Animation.o, dist/build/JSDOM/Generated/Animation.dyn_o ) [583 of 600] Compiling JSDOM.Generated.Animatable ( src/JSDOM/Generated/Animatable.hs, dist/build/JSDOM/Generated/Animatable.o, dist/build/JSDOM/Generated/Animatable.dyn_o ) [584 of 600] Compiling JSDOM.Generated.AnalyserNode ( src/JSDOM/Generated/AnalyserNode.hs, dist/build/JSDOM/Generated/AnalyserNode.o, dist/build/JSDOM/Generated/AnalyserNode.dyn_o ) [585 of 600] Compiling JSDOM.Generated.AbstractWorker ( src/JSDOM/Generated/AbstractWorker.hs, dist/build/JSDOM/Generated/AbstractWorker.o, dist/build/JSDOM/Generated/AbstractWorker.dyn_o ) [586 of 600] Compiling JSDOM.Generated.ANGLEInstancedArrays ( src/JSDOM/Generated/ANGLEInstancedArrays.hs, dist/build/JSDOM/Generated/ANGLEInstancedArrays.o, dist/build/JSDOM/Generated/ANGLEInstancedArrays.dyn_o ) [587 of 600] Compiling JSDOM.EventM ( src/JSDOM/EventM.hs, dist/build/JSDOM/EventM.o, dist/build/JSDOM/EventM.dyn_o ) [588 of 600] Compiling JSDOM.Custom.XMLHttpRequest ( src/JSDOM/Custom/XMLHttpRequest.hs, dist/build/JSDOM/Custom/XMLHttpRequest.o, dist/build/JSDOM/Custom/XMLHttpRequest.dyn_o ) [589 of 600] Compiling JSDOM.Custom.Window ( src/JSDOM/Custom/Window.hs, dist/build/JSDOM/Custom/Window.o, dist/build/JSDOM/Custom/Window.dyn_o ) [590 of 600] Compiling JSDOM.Custom.SQLError ( src/JSDOM/Custom/SQLError.hs, dist/build/JSDOM/Custom/SQLError.o, dist/build/JSDOM/Custom/SQLError.dyn_o ) [591 of 600] Compiling JSDOM.Custom.SQLTransaction ( src/JSDOM/Custom/SQLTransaction.hs, dist/build/JSDOM/Custom/SQLTransaction.o, dist/build/JSDOM/Custom/SQLTransaction.dyn_o ) [592 of 600] Compiling JSDOM.Custom.PositionError ( src/JSDOM/Custom/PositionError.hs, dist/build/JSDOM/Custom/PositionError.o, dist/build/JSDOM/Custom/PositionError.dyn_o ) [593 of 600] Compiling JSDOM.Custom.Geolocation ( src/JSDOM/Custom/Geolocation.hs, dist/build/JSDOM/Custom/Geolocation.o, dist/build/JSDOM/Custom/Geolocation.dyn_o ) [594 of 600] Compiling JSDOM.Custom.FormData ( src/JSDOM/Custom/FormData.hs, dist/build/JSDOM/Custom/FormData.o, dist/build/JSDOM/Custom/FormData.dyn_o ) [595 of 600] Compiling JSDOM.Custom.Database ( src/JSDOM/Custom/Database.hs, dist/build/JSDOM/Custom/Database.o, dist/build/JSDOM/Custom/Database.dyn_o ) [596 of 600] Compiling JSDOM.Custom.DOMError ( src/JSDOM/Custom/DOMError.hs, dist/build/JSDOM/Custom/DOMError.o, dist/build/JSDOM/Custom/DOMError.dyn_o ) [597 of 600] Compiling JSDOM.Custom.NavigatorUserMediaError ( src/JSDOM/Custom/NavigatorUserMediaError.hs, dist/build/JSDOM/Custom/NavigatorUserMediaError.o, dist/build/JSDOM/Custom/NavigatorUserMediaError.dyn_o ) [598 of 600] Compiling JSDOM.Custom.Navigator ( src/JSDOM/Custom/Navigator.hs, dist/build/JSDOM/Custom/Navigator.o, dist/build/JSDOM/Custom/Navigator.dyn_o ) [599 of 600] Compiling JSDOM.Custom.AudioContext ( src/JSDOM/Custom/AudioContext.hs, dist/build/JSDOM/Custom/AudioContext.o, dist/build/JSDOM/Custom/AudioContext.dyn_o ) [600 of 600] Compiling JSDOM ( src/JSDOM.hs, dist/build/JSDOM.o, dist/build/JSDOM.dyn_o ) Preprocessing library for jsaddle-dom-0.9.9.2.. Running Haddock on library for jsaddle-dom-0.9.9.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 600] Compiling JSDOM.Custom.RTCPeerConnectionError ( src/JSDOM/Custom/RTCPeerConnectionError.hs, nothing ) [ 2 of 600] Compiling JSDOM.Types ( src/JSDOM/Types.hs, nothing ) [ 3 of 600] Compiling JSDOM.Generated.Enums ( src/JSDOM/Generated/Enums.hs, nothing ) [ 4 of 600] Compiling JSDOM.Enums ( src/JSDOM/Enums.hs, nothing ) [ 5 of 600] Compiling JSDOM.Generated.UIEvent ( src/JSDOM/Generated/UIEvent.hs, nothing ) [ 6 of 600] Compiling JSDOM.Generated.MouseEvent ( src/JSDOM/Generated/MouseEvent.hs, nothing ) [ 7 of 600] Compiling JSDOM.Generated.EventTarget ( src/JSDOM/Generated/EventTarget.hs, nothing ) [ 8 of 600] Compiling JSDOM.Generated.Event ( src/JSDOM/Generated/Event.hs, nothing ) [ 9 of 600] Compiling JSDOM.EventTargetClosures ( src/JSDOM/EventTargetClosures.hs, nothing ) [ 10 of 600] Compiling JSDOM.Generated.XSLTProcessor ( src/JSDOM/Generated/XSLTProcessor.hs, nothing ) [ 11 of 600] Compiling JSDOM.Generated.XPathResult ( src/JSDOM/Generated/XPathResult.hs, nothing ) [ 12 of 600] Compiling JSDOM.Generated.XPathNSResolver ( src/JSDOM/Generated/XPathNSResolver.hs, nothing ) [ 13 of 600] Compiling JSDOM.Generated.XPathExpression ( src/JSDOM/Generated/XPathExpression.hs, nothing ) [ 14 of 600] Compiling JSDOM.Generated.XPathException ( src/JSDOM/Generated/XPathException.hs, nothing ) [ 15 of 600] Compiling JSDOM.Generated.XPathEvaluator ( src/JSDOM/Generated/XPathEvaluator.hs, nothing ) [ 16 of 600] Compiling JSDOM.Generated.XMLSerializer ( src/JSDOM/Generated/XMLSerializer.hs, nothing ) [ 17 of 600] Compiling JSDOM.Generated.XMLHttpRequestProgressEvent ( src/JSDOM/Generated/XMLHttpRequestProgressEvent.hs, nothing ) [ 18 of 600] Compiling JSDOM.Generated.XMLHttpRequestEventTarget ( src/JSDOM/Generated/XMLHttpRequestEventTarget.hs, nothing ) [ 19 of 600] Compiling JSDOM.Generated.XMLHttpRequest ( src/JSDOM/Generated/XMLHttpRequest.hs, nothing ) [ 20 of 600] Compiling JSDOM.Generated.WritableStream ( src/JSDOM/Generated/WritableStream.hs, nothing ) [ 21 of 600] Compiling JSDOM.Generated.WorkerNavigator ( src/JSDOM/Generated/WorkerNavigator.hs, nothing ) [ 22 of 600] Compiling JSDOM.Generated.WorkerLocation ( src/JSDOM/Generated/WorkerLocation.hs, nothing ) [ 23 of 600] Compiling JSDOM.Generated.WorkerGlobalScope ( src/JSDOM/Generated/WorkerGlobalScope.hs, nothing ) [ 24 of 600] Compiling JSDOM.Generated.Worker ( src/JSDOM/Generated/Worker.hs, nothing ) [ 25 of 600] Compiling JSDOM.Generated.WindowOrWorkerGlobalScope ( src/JSDOM/Generated/WindowOrWorkerGlobalScope.hs, nothing ) [ 26 of 600] Compiling JSDOM.Generated.WindowEventHandlers ( src/JSDOM/Generated/WindowEventHandlers.hs, nothing ) [ 27 of 600] Compiling JSDOM.Generated.Window ( src/JSDOM/Generated/Window.hs, nothing ) [ 28 of 600] Compiling JSDOM.Generated.WheelEvent ( src/JSDOM/Generated/WheelEvent.hs, nothing ) [ 29 of 600] Compiling JSDOM.Generated.WebSocket ( src/JSDOM/Generated/WebSocket.hs, nothing ) [ 30 of 600] Compiling JSDOM.Generated.WebKitTransitionEvent ( src/JSDOM/Generated/WebKitTransitionEvent.hs, nothing ) [ 31 of 600] Compiling JSDOM.Generated.WebKitSubtleCrypto ( src/JSDOM/Generated/WebKitSubtleCrypto.hs, nothing ) [ 32 of 600] Compiling JSDOM.Generated.WebKitPoint ( src/JSDOM/Generated/WebKitPoint.hs, nothing ) [ 33 of 600] Compiling JSDOM.Generated.WebKitPlaybackTargetAvailabilityEvent ( src/JSDOM/Generated/WebKitPlaybackTargetAvailabilityEvent.hs, nothing ) [ 34 of 600] Compiling JSDOM.Generated.WebKitNamespace ( src/JSDOM/Generated/WebKitNamespace.hs, nothing ) [ 35 of 600] Compiling JSDOM.Generated.WebKitNamedFlow ( src/JSDOM/Generated/WebKitNamedFlow.hs, nothing ) [ 36 of 600] Compiling JSDOM.Generated.WebKitMediaKeys ( src/JSDOM/Generated/WebKitMediaKeys.hs, nothing ) [ 37 of 600] Compiling JSDOM.Generated.WebKitMediaKeySession ( src/JSDOM/Generated/WebKitMediaKeySession.hs, nothing ) [ 38 of 600] Compiling JSDOM.Generated.WebKitMediaKeyNeededEvent ( src/JSDOM/Generated/WebKitMediaKeyNeededEvent.hs, nothing ) [ 39 of 600] Compiling JSDOM.Generated.WebKitMediaKeyMessageEvent ( src/JSDOM/Generated/WebKitMediaKeyMessageEvent.hs, nothing ) [ 40 of 600] Compiling JSDOM.Generated.WebKitMediaKeyError ( src/JSDOM/Generated/WebKitMediaKeyError.hs, nothing ) [ 41 of 600] Compiling JSDOM.Generated.WebKitCSSViewportRule ( src/JSDOM/Generated/WebKitCSSViewportRule.hs, nothing ) [ 42 of 600] Compiling JSDOM.Generated.WebKitCSSRegionRule ( src/JSDOM/Generated/WebKitCSSRegionRule.hs, nothing ) [ 43 of 600] Compiling JSDOM.Generated.WebKitCSSMatrix ( src/JSDOM/Generated/WebKitCSSMatrix.hs, nothing ) [ 44 of 600] Compiling JSDOM.Generated.WebKitAnimationEvent ( src/JSDOM/Generated/WebKitAnimationEvent.hs, nothing ) [ 45 of 600] Compiling JSDOM.Generated.WebGPUTextureDescriptor ( src/JSDOM/Generated/WebGPUTextureDescriptor.hs, nothing ) [ 46 of 600] Compiling JSDOM.Generated.WebGPUTexture ( src/JSDOM/Generated/WebGPUTexture.hs, nothing ) [ 47 of 600] Compiling JSDOM.Generated.WebGPURenderingContext ( src/JSDOM/Generated/WebGPURenderingContext.hs, nothing ) [ 48 of 600] Compiling JSDOM.Generated.WebGPURenderPipelineState ( src/JSDOM/Generated/WebGPURenderPipelineState.hs, nothing ) [ 49 of 600] Compiling JSDOM.Generated.WebGPURenderPipelineDescriptor ( src/JSDOM/Generated/WebGPURenderPipelineDescriptor.hs, nothing ) [ 50 of 600] Compiling JSDOM.Generated.WebGPURenderPipelineColorAttachmentDescriptor ( src/JSDOM/Generated/WebGPURenderPipelineColorAttachmentDescriptor.hs, nothing ) [ 51 of 600] Compiling JSDOM.Generated.WebGPURenderPassDescriptor ( src/JSDOM/Generated/WebGPURenderPassDescriptor.hs, nothing ) [ 52 of 600] Compiling JSDOM.Generated.WebGPURenderPassDepthAttachmentDescriptor ( src/JSDOM/Generated/WebGPURenderPassDepthAttachmentDescriptor.hs, nothing ) [ 53 of 600] Compiling JSDOM.Generated.WebGPURenderPassColorAttachmentDescriptor ( src/JSDOM/Generated/WebGPURenderPassColorAttachmentDescriptor.hs, nothing ) [ 54 of 600] Compiling JSDOM.Generated.WebGPURenderPassAttachmentDescriptor ( src/JSDOM/Generated/WebGPURenderPassAttachmentDescriptor.hs, nothing ) [ 55 of 600] Compiling JSDOM.Generated.WebGPURenderCommandEncoder ( src/JSDOM/Generated/WebGPURenderCommandEncoder.hs, nothing ) [ 56 of 600] Compiling JSDOM.Generated.WebGPULibrary ( src/JSDOM/Generated/WebGPULibrary.hs, nothing ) [ 57 of 600] Compiling JSDOM.Generated.WebGPUFunction ( src/JSDOM/Generated/WebGPUFunction.hs, nothing ) [ 58 of 600] Compiling JSDOM.Generated.WebGPUDrawable ( src/JSDOM/Generated/WebGPUDrawable.hs, nothing ) [ 59 of 600] Compiling JSDOM.Generated.WebGPUDepthStencilState ( src/JSDOM/Generated/WebGPUDepthStencilState.hs, nothing ) [ 60 of 600] Compiling JSDOM.Generated.WebGPUDepthStencilDescriptor ( src/JSDOM/Generated/WebGPUDepthStencilDescriptor.hs, nothing ) [ 61 of 600] Compiling JSDOM.Generated.WebGPUComputeCommandEncoder ( src/JSDOM/Generated/WebGPUComputeCommandEncoder.hs, nothing ) [ 62 of 600] Compiling JSDOM.Generated.WebGPUCommandQueue ( src/JSDOM/Generated/WebGPUCommandQueue.hs, nothing ) [ 63 of 600] Compiling JSDOM.Generated.WebGPUCommandBuffer ( src/JSDOM/Generated/WebGPUCommandBuffer.hs, nothing ) [ 64 of 600] Compiling JSDOM.Generated.WebGPUBuffer ( src/JSDOM/Generated/WebGPUBuffer.hs, nothing ) [ 65 of 600] Compiling JSDOM.Generated.WebGLShaderPrecisionFormat ( src/JSDOM/Generated/WebGLShaderPrecisionFormat.hs, nothing ) [ 66 of 600] Compiling JSDOM.Generated.WebGLRenderingContextBase ( src/JSDOM/Generated/WebGLRenderingContextBase.hs, nothing ) [ 67 of 600] Compiling JSDOM.Generated.WebGLLoseContext ( src/JSDOM/Generated/WebGLLoseContext.hs, nothing ) [ 68 of 600] Compiling JSDOM.Generated.WebGLDrawBuffers ( src/JSDOM/Generated/WebGLDrawBuffers.hs, nothing ) [ 69 of 600] Compiling JSDOM.Generated.WebGLDepthTexture ( src/JSDOM/Generated/WebGLDepthTexture.hs, nothing ) [ 70 of 600] Compiling JSDOM.Generated.WebGLDebugShaders ( src/JSDOM/Generated/WebGLDebugShaders.hs, nothing ) [ 71 of 600] Compiling JSDOM.Generated.WebGLDebugRendererInfo ( src/JSDOM/Generated/WebGLDebugRendererInfo.hs, nothing ) [ 72 of 600] Compiling JSDOM.Generated.WebGLContextEvent ( src/JSDOM/Generated/WebGLContextEvent.hs, nothing ) [ 73 of 600] Compiling JSDOM.Generated.WebGLCompressedTextureS3TC ( src/JSDOM/Generated/WebGLCompressedTextureS3TC.hs, nothing ) [ 74 of 600] Compiling JSDOM.Generated.WebGLCompressedTexturePVRTC ( src/JSDOM/Generated/WebGLCompressedTexturePVRTC.hs, nothing ) [ 75 of 600] Compiling JSDOM.Generated.WebGLCompressedTextureATC ( src/JSDOM/Generated/WebGLCompressedTextureATC.hs, nothing ) [ 76 of 600] Compiling JSDOM.Generated.WebGLActiveInfo ( src/JSDOM/Generated/WebGLActiveInfo.hs, nothing ) [ 77 of 600] Compiling JSDOM.Generated.WebGL2RenderingContext ( src/JSDOM/Generated/WebGL2RenderingContext.hs, nothing ) [ 78 of 600] Compiling JSDOM.Generated.WaveShaperNode ( src/JSDOM/Generated/WaveShaperNode.hs, nothing ) [ 79 of 600] Compiling JSDOM.Generated.VoidCallback ( src/JSDOM/Generated/VoidCallback.hs, nothing ) [ 80 of 600] Compiling JSDOM.Generated.VideoTrackList ( src/JSDOM/Generated/VideoTrackList.hs, nothing ) [ 81 of 600] Compiling JSDOM.Generated.VideoTrack ( src/JSDOM/Generated/VideoTrack.hs, nothing ) [ 82 of 600] Compiling JSDOM.Generated.VideoPlaybackQuality ( src/JSDOM/Generated/VideoPlaybackQuality.hs, nothing ) [ 83 of 600] Compiling JSDOM.Generated.ValidityState ( src/JSDOM/Generated/ValidityState.hs, nothing ) [ 84 of 600] Compiling JSDOM.Generated.VTTRegionList ( src/JSDOM/Generated/VTTRegionList.hs, nothing ) [ 85 of 600] Compiling JSDOM.Generated.VTTRegion ( src/JSDOM/Generated/VTTRegion.hs, nothing ) [ 86 of 600] Compiling JSDOM.Generated.VTTCue ( src/JSDOM/Generated/VTTCue.hs, nothing ) [ 87 of 600] Compiling JSDOM.Generated.UserMessageHandler ( src/JSDOM/Generated/UserMessageHandler.hs, nothing ) [ 88 of 600] Compiling JSDOM.Generated.URLSearchParams ( src/JSDOM/Generated/URLSearchParams.hs, nothing ) [ 89 of 600] Compiling JSDOM.Generated.URL ( src/JSDOM/Generated/URL.hs, nothing ) [ 90 of 600] Compiling JSDOM.Generated.TreeWalker ( src/JSDOM/Generated/TreeWalker.hs, nothing ) [ 91 of 600] Compiling JSDOM.Generated.TransitionEvent ( src/JSDOM/Generated/TransitionEvent.hs, nothing ) [ 92 of 600] Compiling JSDOM.Generated.TrackEvent ( src/JSDOM/Generated/TrackEvent.hs, nothing ) [ 93 of 600] Compiling JSDOM.Generated.TouchList ( src/JSDOM/Generated/TouchList.hs, nothing ) [ 94 of 600] Compiling JSDOM.Generated.TouchEvent ( src/JSDOM/Generated/TouchEvent.hs, nothing ) [ 95 of 600] Compiling JSDOM.Generated.Touch ( src/JSDOM/Generated/Touch.hs, nothing ) [ 96 of 600] Compiling JSDOM.Generated.TimeRanges ( src/JSDOM/Generated/TimeRanges.hs, nothing ) [ 97 of 600] Compiling JSDOM.Generated.TextTrackList ( src/JSDOM/Generated/TextTrackList.hs, nothing ) [ 98 of 600] Compiling JSDOM.Generated.TextTrackCueList ( src/JSDOM/Generated/TextTrackCueList.hs, nothing ) [ 99 of 600] Compiling JSDOM.Generated.TextTrackCue ( src/JSDOM/Generated/TextTrackCue.hs, nothing ) [100 of 600] Compiling JSDOM.Generated.TextTrack ( src/JSDOM/Generated/TextTrack.hs, nothing ) [101 of 600] Compiling JSDOM.Generated.TextMetrics ( src/JSDOM/Generated/TextMetrics.hs, nothing ) [102 of 600] Compiling JSDOM.Generated.TextEvent ( src/JSDOM/Generated/TextEvent.hs, nothing ) [103 of 600] Compiling JSDOM.Generated.TextEncoder ( src/JSDOM/Generated/TextEncoder.hs, nothing ) [104 of 600] Compiling JSDOM.Generated.TextDecoder ( src/JSDOM/Generated/TextDecoder.hs, nothing ) [105 of 600] Compiling JSDOM.Generated.Text ( src/JSDOM/Generated/Text.hs, nothing ) [106 of 600] Compiling JSDOM.Generated.SubtleCrypto ( src/JSDOM/Generated/SubtleCrypto.hs, nothing ) [107 of 600] Compiling JSDOM.Generated.StyleSheetList ( src/JSDOM/Generated/StyleSheetList.hs, nothing ) [108 of 600] Compiling JSDOM.Generated.StyleSheet ( src/JSDOM/Generated/StyleSheet.hs, nothing ) [109 of 600] Compiling JSDOM.Generated.StyleMedia ( src/JSDOM/Generated/StyleMedia.hs, nothing ) [110 of 600] Compiling JSDOM.Generated.StringCallback ( src/JSDOM/Generated/StringCallback.hs, nothing ) [111 of 600] Compiling JSDOM.Generated.StorageUsageCallback ( src/JSDOM/Generated/StorageUsageCallback.hs, nothing ) [112 of 600] Compiling JSDOM.Generated.StorageQuotaCallback ( src/JSDOM/Generated/StorageQuotaCallback.hs, nothing ) [113 of 600] Compiling JSDOM.Generated.StorageQuota ( src/JSDOM/Generated/StorageQuota.hs, nothing ) [114 of 600] Compiling JSDOM.Generated.StorageInfo ( src/JSDOM/Generated/StorageInfo.hs, nothing ) [115 of 600] Compiling JSDOM.Generated.StorageEvent ( src/JSDOM/Generated/StorageEvent.hs, nothing ) [116 of 600] Compiling JSDOM.Generated.StorageErrorCallback ( src/JSDOM/Generated/StorageErrorCallback.hs, nothing ) [117 of 600] Compiling JSDOM.Generated.Storage ( src/JSDOM/Generated/Storage.hs, nothing ) [118 of 600] Compiling JSDOM.Generated.StaticRange ( src/JSDOM/Generated/StaticRange.hs, nothing ) [119 of 600] Compiling JSDOM.Generated.SpeechSynthesisVoice ( src/JSDOM/Generated/SpeechSynthesisVoice.hs, nothing ) [120 of 600] Compiling JSDOM.Generated.SpeechSynthesisUtterance ( src/JSDOM/Generated/SpeechSynthesisUtterance.hs, nothing ) [121 of 600] Compiling JSDOM.Generated.SpeechSynthesisEvent ( src/JSDOM/Generated/SpeechSynthesisEvent.hs, nothing ) [122 of 600] Compiling JSDOM.Generated.SpeechSynthesis ( src/JSDOM/Generated/SpeechSynthesis.hs, nothing ) [123 of 600] Compiling JSDOM.Generated.SourceBufferList ( src/JSDOM/Generated/SourceBufferList.hs, nothing ) [124 of 600] Compiling JSDOM.Generated.SourceBuffer ( src/JSDOM/Generated/SourceBuffer.hs, nothing ) [125 of 600] Compiling JSDOM.Generated.Slotable ( src/JSDOM/Generated/Slotable.hs, nothing ) [126 of 600] Compiling JSDOM.Generated.SiteBoundCredential ( src/JSDOM/Generated/SiteBoundCredential.hs, nothing ) [127 of 600] Compiling JSDOM.Generated.ShadowRoot ( src/JSDOM/Generated/ShadowRoot.hs, nothing ) [128 of 600] Compiling JSDOM.Generated.Selection ( src/JSDOM/Generated/Selection.hs, nothing ) [129 of 600] Compiling JSDOM.Generated.SecurityPolicyViolationEvent ( src/JSDOM/Generated/SecurityPolicyViolationEvent.hs, nothing ) [130 of 600] Compiling JSDOM.Generated.ScriptProcessorNode ( src/JSDOM/Generated/ScriptProcessorNode.hs, nothing ) [131 of 600] Compiling JSDOM.Generated.Screen ( src/JSDOM/Generated/Screen.hs, nothing ) [132 of 600] Compiling JSDOM.Generated.SVGZoomEvent ( src/JSDOM/Generated/SVGZoomEvent.hs, nothing ) [133 of 600] Compiling JSDOM.Generated.SVGZoomAndPan ( src/JSDOM/Generated/SVGZoomAndPan.hs, nothing ) [134 of 600] Compiling JSDOM.Generated.SVGViewSpec ( src/JSDOM/Generated/SVGViewSpec.hs, nothing ) [135 of 600] Compiling JSDOM.Generated.SVGViewElement ( src/JSDOM/Generated/SVGViewElement.hs, nothing ) [136 of 600] Compiling JSDOM.Generated.SVGUseElement ( src/JSDOM/Generated/SVGUseElement.hs, nothing ) [137 of 600] Compiling JSDOM.Generated.SVGUnitTypes ( src/JSDOM/Generated/SVGUnitTypes.hs, nothing ) [138 of 600] Compiling JSDOM.Generated.SVGURIReference ( src/JSDOM/Generated/SVGURIReference.hs, nothing ) [139 of 600] Compiling JSDOM.Generated.SVGTransformList ( src/JSDOM/Generated/SVGTransformList.hs, nothing ) [140 of 600] Compiling JSDOM.Generated.SVGTransform ( src/JSDOM/Generated/SVGTransform.hs, nothing ) [141 of 600] Compiling JSDOM.Generated.SVGTextPositioningElement ( src/JSDOM/Generated/SVGTextPositioningElement.hs, nothing ) [142 of 600] Compiling JSDOM.Generated.SVGTextPathElement ( src/JSDOM/Generated/SVGTextPathElement.hs, nothing ) [143 of 600] Compiling JSDOM.Generated.SVGTextContentElement ( src/JSDOM/Generated/SVGTextContentElement.hs, nothing ) [144 of 600] Compiling JSDOM.Generated.SVGTests ( src/JSDOM/Generated/SVGTests.hs, nothing ) [145 of 600] Compiling JSDOM.Generated.SVGStyleElement ( src/JSDOM/Generated/SVGStyleElement.hs, nothing ) [146 of 600] Compiling JSDOM.Generated.SVGStringList ( src/JSDOM/Generated/SVGStringList.hs, nothing ) [147 of 600] Compiling JSDOM.Generated.SVGStopElement ( src/JSDOM/Generated/SVGStopElement.hs, nothing ) [148 of 600] Compiling JSDOM.Generated.SVGScriptElement ( src/JSDOM/Generated/SVGScriptElement.hs, nothing ) [149 of 600] Compiling JSDOM.Generated.SVGSVGElement ( src/JSDOM/Generated/SVGSVGElement.hs, nothing ) [150 of 600] Compiling JSDOM.Generated.SVGRenderingIntent ( src/JSDOM/Generated/SVGRenderingIntent.hs, nothing ) [151 of 600] Compiling JSDOM.Generated.SVGRectElement ( src/JSDOM/Generated/SVGRectElement.hs, nothing ) [152 of 600] Compiling JSDOM.Generated.SVGRect ( src/JSDOM/Generated/SVGRect.hs, nothing ) [153 of 600] Compiling JSDOM.Generated.SVGRadialGradientElement ( src/JSDOM/Generated/SVGRadialGradientElement.hs, nothing ) [154 of 600] Compiling JSDOM.Generated.SVGPreserveAspectRatio ( src/JSDOM/Generated/SVGPreserveAspectRatio.hs, nothing ) [155 of 600] Compiling JSDOM.Generated.SVGPolylineElement ( src/JSDOM/Generated/SVGPolylineElement.hs, nothing ) [156 of 600] Compiling JSDOM.Generated.SVGPolygonElement ( src/JSDOM/Generated/SVGPolygonElement.hs, nothing ) [157 of 600] Compiling JSDOM.Generated.SVGPointList ( src/JSDOM/Generated/SVGPointList.hs, nothing ) [158 of 600] Compiling JSDOM.Generated.SVGPoint ( src/JSDOM/Generated/SVGPoint.hs, nothing ) [159 of 600] Compiling JSDOM.Generated.SVGPatternElement ( src/JSDOM/Generated/SVGPatternElement.hs, nothing ) [160 of 600] Compiling JSDOM.Generated.SVGPathSegMovetoRel ( src/JSDOM/Generated/SVGPathSegMovetoRel.hs, nothing ) [161 of 600] Compiling JSDOM.Generated.SVGPathSegMovetoAbs ( src/JSDOM/Generated/SVGPathSegMovetoAbs.hs, nothing ) [162 of 600] Compiling JSDOM.Generated.SVGPathSegList ( src/JSDOM/Generated/SVGPathSegList.hs, nothing ) [163 of 600] Compiling JSDOM.Generated.SVGPathSegLinetoVerticalRel ( src/JSDOM/Generated/SVGPathSegLinetoVerticalRel.hs, nothing ) [164 of 600] Compiling JSDOM.Generated.SVGPathSegLinetoVerticalAbs ( src/JSDOM/Generated/SVGPathSegLinetoVerticalAbs.hs, nothing ) [165 of 600] Compiling JSDOM.Generated.SVGPathSegLinetoRel ( src/JSDOM/Generated/SVGPathSegLinetoRel.hs, nothing ) [166 of 600] Compiling JSDOM.Generated.SVGPathSegLinetoHorizontalRel ( src/JSDOM/Generated/SVGPathSegLinetoHorizontalRel.hs, nothing ) [167 of 600] Compiling JSDOM.Generated.SVGPathSegLinetoHorizontalAbs ( src/JSDOM/Generated/SVGPathSegLinetoHorizontalAbs.hs, nothing ) [168 of 600] Compiling JSDOM.Generated.SVGPathSegLinetoAbs ( src/JSDOM/Generated/SVGPathSegLinetoAbs.hs, nothing ) [169 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoQuadraticSmoothRel ( src/JSDOM/Generated/SVGPathSegCurvetoQuadraticSmoothRel.hs, nothing ) [170 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoQuadraticSmoothAbs ( src/JSDOM/Generated/SVGPathSegCurvetoQuadraticSmoothAbs.hs, nothing ) [171 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoQuadraticRel ( src/JSDOM/Generated/SVGPathSegCurvetoQuadraticRel.hs, nothing ) [172 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoQuadraticAbs ( src/JSDOM/Generated/SVGPathSegCurvetoQuadraticAbs.hs, nothing ) [173 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoCubicSmoothRel ( src/JSDOM/Generated/SVGPathSegCurvetoCubicSmoothRel.hs, nothing ) [174 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoCubicSmoothAbs ( src/JSDOM/Generated/SVGPathSegCurvetoCubicSmoothAbs.hs, nothing ) [175 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoCubicRel ( src/JSDOM/Generated/SVGPathSegCurvetoCubicRel.hs, nothing ) [176 of 600] Compiling JSDOM.Generated.SVGPathSegCurvetoCubicAbs ( src/JSDOM/Generated/SVGPathSegCurvetoCubicAbs.hs, nothing ) [177 of 600] Compiling JSDOM.Generated.SVGPathSegArcRel ( src/JSDOM/Generated/SVGPathSegArcRel.hs, nothing ) [178 of 600] Compiling JSDOM.Generated.SVGPathSegArcAbs ( src/JSDOM/Generated/SVGPathSegArcAbs.hs, nothing ) [179 of 600] Compiling JSDOM.Generated.SVGPathSeg ( src/JSDOM/Generated/SVGPathSeg.hs, nothing ) [180 of 600] Compiling JSDOM.Generated.SVGPathElement ( src/JSDOM/Generated/SVGPathElement.hs, nothing ) [181 of 600] Compiling JSDOM.Generated.SVGNumberList ( src/JSDOM/Generated/SVGNumberList.hs, nothing ) [182 of 600] Compiling JSDOM.Generated.SVGNumber ( src/JSDOM/Generated/SVGNumber.hs, nothing ) [183 of 600] Compiling JSDOM.Generated.SVGMatrix ( src/JSDOM/Generated/SVGMatrix.hs, nothing ) [184 of 600] Compiling JSDOM.Generated.SVGMaskElement ( src/JSDOM/Generated/SVGMaskElement.hs, nothing ) [185 of 600] Compiling JSDOM.Generated.SVGMarkerElement ( src/JSDOM/Generated/SVGMarkerElement.hs, nothing ) [186 of 600] Compiling JSDOM.Generated.SVGLinearGradientElement ( src/JSDOM/Generated/SVGLinearGradientElement.hs, nothing ) [187 of 600] Compiling JSDOM.Generated.SVGLineElement ( src/JSDOM/Generated/SVGLineElement.hs, nothing ) [188 of 600] Compiling JSDOM.Generated.SVGLengthList ( src/JSDOM/Generated/SVGLengthList.hs, nothing ) [189 of 600] Compiling JSDOM.Generated.SVGLength ( src/JSDOM/Generated/SVGLength.hs, nothing ) [190 of 600] Compiling JSDOM.Generated.SVGImageElement ( src/JSDOM/Generated/SVGImageElement.hs, nothing ) [191 of 600] Compiling JSDOM.Generated.SVGGraphicsElement ( src/JSDOM/Generated/SVGGraphicsElement.hs, nothing ) [192 of 600] Compiling JSDOM.Generated.SVGGradientElement ( src/JSDOM/Generated/SVGGradientElement.hs, nothing ) [193 of 600] Compiling JSDOM.Generated.SVGGlyphRefElement ( src/JSDOM/Generated/SVGGlyphRefElement.hs, nothing ) [194 of 600] Compiling JSDOM.Generated.SVGForeignObjectElement ( src/JSDOM/Generated/SVGForeignObjectElement.hs, nothing ) [195 of 600] Compiling JSDOM.Generated.SVGFitToViewBox ( src/JSDOM/Generated/SVGFitToViewBox.hs, nothing ) [196 of 600] Compiling JSDOM.Generated.SVGFilterPrimitiveStandardAttributes ( src/JSDOM/Generated/SVGFilterPrimitiveStandardAttributes.hs, nothing ) [197 of 600] Compiling JSDOM.Generated.SVGFilterElement ( src/JSDOM/Generated/SVGFilterElement.hs, nothing ) [198 of 600] Compiling JSDOM.Generated.SVGFETurbulenceElement ( src/JSDOM/Generated/SVGFETurbulenceElement.hs, nothing ) [199 of 600] Compiling JSDOM.Generated.SVGFETileElement ( src/JSDOM/Generated/SVGFETileElement.hs, nothing ) [200 of 600] Compiling JSDOM.Generated.SVGFESpotLightElement ( src/JSDOM/Generated/SVGFESpotLightElement.hs, nothing ) [201 of 600] Compiling JSDOM.Generated.SVGFESpecularLightingElement ( src/JSDOM/Generated/SVGFESpecularLightingElement.hs, nothing ) [202 of 600] Compiling JSDOM.Generated.SVGFEPointLightElement ( src/JSDOM/Generated/SVGFEPointLightElement.hs, nothing ) [203 of 600] Compiling JSDOM.Generated.SVGFEOffsetElement ( src/JSDOM/Generated/SVGFEOffsetElement.hs, nothing ) [204 of 600] Compiling JSDOM.Generated.SVGFEMorphologyElement ( src/JSDOM/Generated/SVGFEMorphologyElement.hs, nothing ) [205 of 600] Compiling JSDOM.Generated.SVGFEMergeNodeElement ( src/JSDOM/Generated/SVGFEMergeNodeElement.hs, nothing ) [206 of 600] Compiling JSDOM.Generated.SVGFEImageElement ( src/JSDOM/Generated/SVGFEImageElement.hs, nothing ) [207 of 600] Compiling JSDOM.Generated.SVGFEGaussianBlurElement ( src/JSDOM/Generated/SVGFEGaussianBlurElement.hs, nothing ) [208 of 600] Compiling JSDOM.Generated.SVGFEDropShadowElement ( src/JSDOM/Generated/SVGFEDropShadowElement.hs, nothing ) [209 of 600] Compiling JSDOM.Generated.SVGFEDistantLightElement ( src/JSDOM/Generated/SVGFEDistantLightElement.hs, nothing ) [210 of 600] Compiling JSDOM.Generated.SVGFEDisplacementMapElement ( src/JSDOM/Generated/SVGFEDisplacementMapElement.hs, nothing ) [211 of 600] Compiling JSDOM.Generated.SVGFEDiffuseLightingElement ( src/JSDOM/Generated/SVGFEDiffuseLightingElement.hs, nothing ) [212 of 600] Compiling JSDOM.Generated.SVGFEConvolveMatrixElement ( src/JSDOM/Generated/SVGFEConvolveMatrixElement.hs, nothing ) [213 of 600] Compiling JSDOM.Generated.SVGFECompositeElement ( src/JSDOM/Generated/SVGFECompositeElement.hs, nothing ) [214 of 600] Compiling JSDOM.Generated.SVGFEComponentTransferElement ( src/JSDOM/Generated/SVGFEComponentTransferElement.hs, nothing ) [215 of 600] Compiling JSDOM.Generated.SVGFEColorMatrixElement ( src/JSDOM/Generated/SVGFEColorMatrixElement.hs, nothing ) [216 of 600] Compiling JSDOM.Generated.SVGFEBlendElement ( src/JSDOM/Generated/SVGFEBlendElement.hs, nothing ) [217 of 600] Compiling JSDOM.Generated.SVGExternalResourcesRequired ( src/JSDOM/Generated/SVGExternalResourcesRequired.hs, nothing ) [218 of 600] Compiling JSDOM.Generated.SVGException ( src/JSDOM/Generated/SVGException.hs, nothing ) [219 of 600] Compiling JSDOM.Generated.SVGEllipseElement ( src/JSDOM/Generated/SVGEllipseElement.hs, nothing ) [220 of 600] Compiling JSDOM.Generated.SVGElement ( src/JSDOM/Generated/SVGElement.hs, nothing ) [221 of 600] Compiling JSDOM.Generated.SVGCursorElement ( src/JSDOM/Generated/SVGCursorElement.hs, nothing ) [222 of 600] Compiling JSDOM.Generated.SVGComponentTransferFunctionElement ( src/JSDOM/Generated/SVGComponentTransferFunctionElement.hs, nothing ) [223 of 600] Compiling JSDOM.Generated.SVGClipPathElement ( src/JSDOM/Generated/SVGClipPathElement.hs, nothing ) [224 of 600] Compiling JSDOM.Generated.SVGCircleElement ( src/JSDOM/Generated/SVGCircleElement.hs, nothing ) [225 of 600] Compiling JSDOM.Generated.SVGAnimationElement ( src/JSDOM/Generated/SVGAnimationElement.hs, nothing ) [226 of 600] Compiling JSDOM.Generated.SVGAnimatedTransformList ( src/JSDOM/Generated/SVGAnimatedTransformList.hs, nothing ) [227 of 600] Compiling JSDOM.Generated.SVGAnimatedString ( src/JSDOM/Generated/SVGAnimatedString.hs, nothing ) [228 of 600] Compiling JSDOM.Generated.SVGAnimatedRect ( src/JSDOM/Generated/SVGAnimatedRect.hs, nothing ) [229 of 600] Compiling JSDOM.Generated.SVGAnimatedPreserveAspectRatio ( src/JSDOM/Generated/SVGAnimatedPreserveAspectRatio.hs, nothing ) [230 of 600] Compiling JSDOM.Generated.SVGAnimatedNumberList ( src/JSDOM/Generated/SVGAnimatedNumberList.hs, nothing ) [231 of 600] Compiling JSDOM.Generated.SVGAnimatedNumber ( src/JSDOM/Generated/SVGAnimatedNumber.hs, nothing ) [232 of 600] Compiling JSDOM.Generated.SVGAnimatedLengthList ( src/JSDOM/Generated/SVGAnimatedLengthList.hs, nothing ) [233 of 600] Compiling JSDOM.Generated.SVGAnimatedLength ( src/JSDOM/Generated/SVGAnimatedLength.hs, nothing ) [234 of 600] Compiling JSDOM.Generated.SVGAnimatedInteger ( src/JSDOM/Generated/SVGAnimatedInteger.hs, nothing ) [235 of 600] Compiling JSDOM.Generated.SVGAnimatedEnumeration ( src/JSDOM/Generated/SVGAnimatedEnumeration.hs, nothing ) [236 of 600] Compiling JSDOM.Generated.SVGAnimatedBoolean ( src/JSDOM/Generated/SVGAnimatedBoolean.hs, nothing ) [237 of 600] Compiling JSDOM.Generated.SVGAnimatedAngle ( src/JSDOM/Generated/SVGAnimatedAngle.hs, nothing ) [238 of 600] Compiling JSDOM.Generated.SVGAngle ( src/JSDOM/Generated/SVGAngle.hs, nothing ) [239 of 600] Compiling JSDOM.Generated.SVGAltGlyphElement ( src/JSDOM/Generated/SVGAltGlyphElement.hs, nothing ) [240 of 600] Compiling JSDOM.Generated.SVGAElement ( src/JSDOM/Generated/SVGAElement.hs, nothing ) [241 of 600] Compiling JSDOM.Generated.SQLTransactionErrorCallback ( src/JSDOM/Generated/SQLTransactionErrorCallback.hs, nothing ) [242 of 600] Compiling JSDOM.Generated.SQLTransactionCallback ( src/JSDOM/Generated/SQLTransactionCallback.hs, nothing ) [243 of 600] Compiling JSDOM.Generated.SQLTransaction ( src/JSDOM/Generated/SQLTransaction.hs, nothing ) [244 of 600] Compiling JSDOM.Generated.SQLStatementErrorCallback ( src/JSDOM/Generated/SQLStatementErrorCallback.hs, nothing ) [245 of 600] Compiling JSDOM.Generated.SQLStatementCallback ( src/JSDOM/Generated/SQLStatementCallback.hs, nothing ) [246 of 600] Compiling JSDOM.Generated.SQLResultSetRowList ( src/JSDOM/Generated/SQLResultSetRowList.hs, nothing ) [247 of 600] Compiling JSDOM.Generated.SQLResultSet ( src/JSDOM/Generated/SQLResultSet.hs, nothing ) [248 of 600] Compiling JSDOM.Generated.SQLException ( src/JSDOM/Generated/SQLException.hs, nothing ) [249 of 600] Compiling JSDOM.Generated.SQLError ( src/JSDOM/Generated/SQLError.hs, nothing ) [250 of 600] Compiling JSDOM.Generated.Response ( src/JSDOM/Generated/Response.hs, nothing ) [251 of 600] Compiling JSDOM.Generated.RequestAnimationFrameCallback ( src/JSDOM/Generated/RequestAnimationFrameCallback.hs, nothing ) [252 of 600] Compiling JSDOM.Generated.Request ( src/JSDOM/Generated/Request.hs, nothing ) [253 of 600] Compiling JSDOM.Generated.Rect ( src/JSDOM/Generated/Rect.hs, nothing ) [254 of 600] Compiling JSDOM.Generated.ReadableStreamSource ( src/JSDOM/Generated/ReadableStreamSource.hs, nothing ) [255 of 600] Compiling JSDOM.Generated.ReadableStreamDefaultReader ( src/JSDOM/Generated/ReadableStreamDefaultReader.hs, nothing ) [256 of 600] Compiling JSDOM.Generated.ReadableStreamDefaultController ( src/JSDOM/Generated/ReadableStreamDefaultController.hs, nothing ) [257 of 600] Compiling JSDOM.Generated.ReadableStreamBYOBRequest ( src/JSDOM/Generated/ReadableStreamBYOBRequest.hs, nothing ) [258 of 600] Compiling JSDOM.Generated.ReadableStreamBYOBReader ( src/JSDOM/Generated/ReadableStreamBYOBReader.hs, nothing ) [259 of 600] Compiling JSDOM.Generated.ReadableStream ( src/JSDOM/Generated/ReadableStream.hs, nothing ) [260 of 600] Compiling JSDOM.Generated.ReadableByteStreamController ( src/JSDOM/Generated/ReadableByteStreamController.hs, nothing ) [261 of 600] Compiling JSDOM.Generated.Range ( src/JSDOM/Generated/Range.hs, nothing ) [262 of 600] Compiling JSDOM.Generated.RadioNodeList ( src/JSDOM/Generated/RadioNodeList.hs, nothing ) [263 of 600] Compiling JSDOM.Generated.RTCTrackEvent ( src/JSDOM/Generated/RTCTrackEvent.hs, nothing ) [264 of 600] Compiling JSDOM.Generated.RTCSessionDescription ( src/JSDOM/Generated/RTCSessionDescription.hs, nothing ) [265 of 600] Compiling JSDOM.Generated.RTCRtpTransceiver ( src/JSDOM/Generated/RTCRtpTransceiver.hs, nothing ) [266 of 600] Compiling JSDOM.Generated.RTCRtpSender ( src/JSDOM/Generated/RTCRtpSender.hs, nothing ) [267 of 600] Compiling JSDOM.Generated.RTCRtpReceiver ( src/JSDOM/Generated/RTCRtpReceiver.hs, nothing ) [268 of 600] Compiling JSDOM.Generated.RTCPeerConnectionIceEvent ( src/JSDOM/Generated/RTCPeerConnectionIceEvent.hs, nothing ) [269 of 600] Compiling JSDOM.Generated.RTCPeerConnection ( src/JSDOM/Generated/RTCPeerConnection.hs, nothing ) [270 of 600] Compiling JSDOM.Generated.RTCIceTransport ( src/JSDOM/Generated/RTCIceTransport.hs, nothing ) [271 of 600] Compiling JSDOM.Generated.RTCIceCandidateEvent ( src/JSDOM/Generated/RTCIceCandidateEvent.hs, nothing ) [272 of 600] Compiling JSDOM.Generated.RTCIceCandidate ( src/JSDOM/Generated/RTCIceCandidate.hs, nothing ) [273 of 600] Compiling JSDOM.Generated.RTCDataChannelEvent ( src/JSDOM/Generated/RTCDataChannelEvent.hs, nothing ) [274 of 600] Compiling JSDOM.Generated.RTCDataChannel ( src/JSDOM/Generated/RTCDataChannel.hs, nothing ) [275 of 600] Compiling JSDOM.Generated.RTCDTMFToneChangeEvent ( src/JSDOM/Generated/RTCDTMFToneChangeEvent.hs, nothing ) [276 of 600] Compiling JSDOM.Generated.RTCDTMFSender ( src/JSDOM/Generated/RTCDTMFSender.hs, nothing ) [277 of 600] Compiling JSDOM.Generated.RGBColor ( src/JSDOM/Generated/RGBColor.hs, nothing ) [278 of 600] Compiling JSDOM.Generated.QuickTimePluginReplacement ( src/JSDOM/Generated/QuickTimePluginReplacement.hs, nothing ) [279 of 600] Compiling JSDOM.Generated.PromiseRejectionEvent ( src/JSDOM/Generated/PromiseRejectionEvent.hs, nothing ) [280 of 600] Compiling JSDOM.Generated.ProgressEvent ( src/JSDOM/Generated/ProgressEvent.hs, nothing ) [281 of 600] Compiling JSDOM.Generated.ProcessingInstruction ( src/JSDOM/Generated/ProcessingInstruction.hs, nothing ) [282 of 600] Compiling JSDOM.Generated.PositionErrorCallback ( src/JSDOM/Generated/PositionErrorCallback.hs, nothing ) [283 of 600] Compiling JSDOM.Generated.PositionError ( src/JSDOM/Generated/PositionError.hs, nothing ) [284 of 600] Compiling JSDOM.Generated.PositionCallback ( src/JSDOM/Generated/PositionCallback.hs, nothing ) [285 of 600] Compiling JSDOM.Generated.PopStateEvent ( src/JSDOM/Generated/PopStateEvent.hs, nothing ) [286 of 600] Compiling JSDOM.Generated.PluginArray ( src/JSDOM/Generated/PluginArray.hs, nothing ) [287 of 600] Compiling JSDOM.Generated.Plugin ( src/JSDOM/Generated/Plugin.hs, nothing ) [288 of 600] Compiling JSDOM.Generated.PerformanceTiming ( src/JSDOM/Generated/PerformanceTiming.hs, nothing ) [289 of 600] Compiling JSDOM.Generated.PerformanceResourceTiming ( src/JSDOM/Generated/PerformanceResourceTiming.hs, nothing ) [290 of 600] Compiling JSDOM.Generated.PerformanceObserverEntryList ( src/JSDOM/Generated/PerformanceObserverEntryList.hs, nothing ) [291 of 600] Compiling JSDOM.Generated.PerformanceObserverCallback ( src/JSDOM/Generated/PerformanceObserverCallback.hs, nothing ) [292 of 600] Compiling JSDOM.Generated.PerformanceObserver ( src/JSDOM/Generated/PerformanceObserver.hs, nothing ) [293 of 600] Compiling JSDOM.Generated.PerformanceNavigation ( src/JSDOM/Generated/PerformanceNavigation.hs, nothing ) [294 of 600] Compiling JSDOM.Generated.PerformanceEntry ( src/JSDOM/Generated/PerformanceEntry.hs, nothing ) [295 of 600] Compiling JSDOM.Generated.Performance ( src/JSDOM/Generated/Performance.hs, nothing ) [296 of 600] Compiling JSDOM.Generated.Path2D ( src/JSDOM/Generated/Path2D.hs, nothing ) [297 of 600] Compiling JSDOM.Generated.PasswordCredential ( src/JSDOM/Generated/PasswordCredential.hs, nothing ) [298 of 600] Compiling JSDOM.Generated.ParentNode ( src/JSDOM/Generated/ParentNode.hs, nothing ) [299 of 600] Compiling JSDOM.Generated.PannerNode ( src/JSDOM/Generated/PannerNode.hs, nothing ) [300 of 600] Compiling JSDOM.Generated.PageTransitionEvent ( src/JSDOM/Generated/PageTransitionEvent.hs, nothing ) [301 of 600] Compiling JSDOM.Generated.OverflowEvent ( src/JSDOM/Generated/OverflowEvent.hs, nothing ) [302 of 600] Compiling JSDOM.Generated.OverconstrainedErrorEvent ( src/JSDOM/Generated/OverconstrainedErrorEvent.hs, nothing ) [303 of 600] Compiling JSDOM.Generated.OverconstrainedError ( src/JSDOM/Generated/OverconstrainedError.hs, nothing ) [304 of 600] Compiling JSDOM.Generated.OscillatorNode ( src/JSDOM/Generated/OscillatorNode.hs, nothing ) [305 of 600] Compiling JSDOM.Generated.OfflineAudioContext ( src/JSDOM/Generated/OfflineAudioContext.hs, nothing ) [306 of 600] Compiling JSDOM.Generated.OfflineAudioCompletionEvent ( src/JSDOM/Generated/OfflineAudioCompletionEvent.hs, nothing ) [307 of 600] Compiling JSDOM.Generated.OESVertexArrayObject ( src/JSDOM/Generated/OESVertexArrayObject.hs, nothing ) [308 of 600] Compiling JSDOM.Generated.OESTextureHalfFloat ( src/JSDOM/Generated/OESTextureHalfFloat.hs, nothing ) [309 of 600] Compiling JSDOM.Generated.OESStandardDerivatives ( src/JSDOM/Generated/OESStandardDerivatives.hs, nothing ) [310 of 600] Compiling JSDOM.Generated.NotificationPermissionCallback ( src/JSDOM/Generated/NotificationPermissionCallback.hs, nothing ) [311 of 600] Compiling JSDOM.Generated.Notification ( src/JSDOM/Generated/Notification.hs, nothing ) [312 of 600] Compiling JSDOM.Generated.NonElementParentNode ( src/JSDOM/Generated/NonElementParentNode.hs, nothing ) [313 of 600] Compiling JSDOM.Generated.NonDocumentTypeChildNode ( src/JSDOM/Generated/NonDocumentTypeChildNode.hs, nothing ) [314 of 600] Compiling JSDOM.Generated.NodeList ( src/JSDOM/Generated/NodeList.hs, nothing ) [315 of 600] Compiling JSDOM.Generated.NodeIterator ( src/JSDOM/Generated/NodeIterator.hs, nothing ) [316 of 600] Compiling JSDOM.Generated.NodeFilter ( src/JSDOM/Generated/NodeFilter.hs, nothing ) [317 of 600] Compiling JSDOM.Generated.Node ( src/JSDOM/Generated/Node.hs, nothing ) [318 of 600] Compiling JSDOM.Generated.NavigatorUserMediaSuccessCallback ( src/JSDOM/Generated/NavigatorUserMediaSuccessCallback.hs, nothing ) [319 of 600] Compiling JSDOM.Generated.NavigatorUserMediaErrorCallback ( src/JSDOM/Generated/NavigatorUserMediaErrorCallback.hs, nothing ) [320 of 600] Compiling JSDOM.Generated.NavigatorUserMediaError ( src/JSDOM/Generated/NavigatorUserMediaError.hs, nothing ) [321 of 600] Compiling JSDOM.Generated.NavigatorOnLine ( src/JSDOM/Generated/NavigatorOnLine.hs, nothing ) [322 of 600] Compiling JSDOM.Generated.NavigatorLanguage ( src/JSDOM/Generated/NavigatorLanguage.hs, nothing ) [323 of 600] Compiling JSDOM.Generated.NavigatorID ( src/JSDOM/Generated/NavigatorID.hs, nothing ) [324 of 600] Compiling JSDOM.Generated.NavigatorConcurrentHardware ( src/JSDOM/Generated/NavigatorConcurrentHardware.hs, nothing ) [325 of 600] Compiling JSDOM.Generated.Navigator ( src/JSDOM/Generated/Navigator.hs, nothing ) [326 of 600] Compiling JSDOM.Generated.NamedNodeMap ( src/JSDOM/Generated/NamedNodeMap.hs, nothing ) [327 of 600] Compiling JSDOM.Generated.MutationRecord ( src/JSDOM/Generated/MutationRecord.hs, nothing ) [328 of 600] Compiling JSDOM.Generated.MutationObserver ( src/JSDOM/Generated/MutationObserver.hs, nothing ) [329 of 600] Compiling JSDOM.Generated.MutationEvent ( src/JSDOM/Generated/MutationEvent.hs, nothing ) [330 of 600] Compiling JSDOM.Generated.MimeTypeArray ( src/JSDOM/Generated/MimeTypeArray.hs, nothing ) [331 of 600] Compiling JSDOM.Generated.MimeType ( src/JSDOM/Generated/MimeType.hs, nothing ) [332 of 600] Compiling JSDOM.Generated.MessagePort ( src/JSDOM/Generated/MessagePort.hs, nothing ) [333 of 600] Compiling JSDOM.Generated.MessageEvent ( src/JSDOM/Generated/MessageEvent.hs, nothing ) [334 of 600] Compiling JSDOM.Generated.MessageChannel ( src/JSDOM/Generated/MessageChannel.hs, nothing ) [335 of 600] Compiling JSDOM.Generated.MediaStreamTrackEvent ( src/JSDOM/Generated/MediaStreamTrackEvent.hs, nothing ) [336 of 600] Compiling JSDOM.Generated.MediaStreamTrack ( src/JSDOM/Generated/MediaStreamTrack.hs, nothing ) [337 of 600] Compiling JSDOM.Generated.MediaStreamEvent ( src/JSDOM/Generated/MediaStreamEvent.hs, nothing ) [338 of 600] Compiling JSDOM.Generated.MediaStreamAudioSourceNode ( src/JSDOM/Generated/MediaStreamAudioSourceNode.hs, nothing ) [339 of 600] Compiling JSDOM.Generated.MediaStreamAudioDestinationNode ( src/JSDOM/Generated/MediaStreamAudioDestinationNode.hs, nothing ) [340 of 600] Compiling JSDOM.Generated.MediaStream ( src/JSDOM/Generated/MediaStream.hs, nothing ) [341 of 600] Compiling JSDOM.Generated.MediaSource ( src/JSDOM/Generated/MediaSource.hs, nothing ) [342 of 600] Compiling JSDOM.Generated.MediaSession ( src/JSDOM/Generated/MediaSession.hs, nothing ) [343 of 600] Compiling JSDOM.Generated.MediaRemoteControls ( src/JSDOM/Generated/MediaRemoteControls.hs, nothing ) [344 of 600] Compiling JSDOM.Generated.MediaQueryListListener ( src/JSDOM/Generated/MediaQueryListListener.hs, nothing ) [345 of 600] Compiling JSDOM.Generated.MediaQueryList ( src/JSDOM/Generated/MediaQueryList.hs, nothing ) [346 of 600] Compiling JSDOM.Generated.MediaList ( src/JSDOM/Generated/MediaList.hs, nothing ) [347 of 600] Compiling JSDOM.Generated.MediaKeys ( src/JSDOM/Generated/MediaKeys.hs, nothing ) [348 of 600] Compiling JSDOM.Generated.MediaKeySystemAccess ( src/JSDOM/Generated/MediaKeySystemAccess.hs, nothing ) [349 of 600] Compiling JSDOM.Generated.MediaKeyStatusMap ( src/JSDOM/Generated/MediaKeyStatusMap.hs, nothing ) [350 of 600] Compiling JSDOM.Generated.MediaKeySession ( src/JSDOM/Generated/MediaKeySession.hs, nothing ) [351 of 600] Compiling JSDOM.Generated.MediaKeyMessageEvent ( src/JSDOM/Generated/MediaKeyMessageEvent.hs, nothing ) [352 of 600] Compiling JSDOM.Generated.MediaError ( src/JSDOM/Generated/MediaError.hs, nothing ) [353 of 600] Compiling JSDOM.Generated.MediaEncryptedEvent ( src/JSDOM/Generated/MediaEncryptedEvent.hs, nothing ) [354 of 600] Compiling JSDOM.Generated.MediaElementAudioSourceNode ( src/JSDOM/Generated/MediaElementAudioSourceNode.hs, nothing ) [355 of 600] Compiling JSDOM.Generated.MediaDevices ( src/JSDOM/Generated/MediaDevices.hs, nothing ) [356 of 600] Compiling JSDOM.Generated.MediaDeviceInfo ( src/JSDOM/Generated/MediaDeviceInfo.hs, nothing ) [357 of 600] Compiling JSDOM.Generated.MediaControlsHost ( src/JSDOM/Generated/MediaControlsHost.hs, nothing ) [358 of 600] Compiling JSDOM.Generated.MediaController ( src/JSDOM/Generated/MediaController.hs, nothing ) [359 of 600] Compiling JSDOM.Generated.Location ( src/JSDOM/Generated/Location.hs, nothing ) [360 of 600] Compiling JSDOM.Generated.KeyframeEffect ( src/JSDOM/Generated/KeyframeEffect.hs, nothing ) [361 of 600] Compiling JSDOM.Generated.KeyboardEvent ( src/JSDOM/Generated/KeyboardEvent.hs, nothing ) [362 of 600] Compiling JSDOM.Generated.IntersectionObserverEntry ( src/JSDOM/Generated/IntersectionObserverEntry.hs, nothing ) [363 of 600] Compiling JSDOM.Generated.IntersectionObserverCallback ( src/JSDOM/Generated/IntersectionObserverCallback.hs, nothing ) [364 of 600] Compiling JSDOM.Generated.IntersectionObserver ( src/JSDOM/Generated/IntersectionObserver.hs, nothing ) [365 of 600] Compiling JSDOM.Generated.InspectorFrontendHost ( src/JSDOM/Generated/InspectorFrontendHost.hs, nothing ) [366 of 600] Compiling JSDOM.Generated.InputEvent ( src/JSDOM/Generated/InputEvent.hs, nothing ) [367 of 600] Compiling JSDOM.Generated.ImageData ( src/JSDOM/Generated/ImageData.hs, nothing ) [368 of 600] Compiling JSDOM.Generated.IDBVersionChangeEvent ( src/JSDOM/Generated/IDBVersionChangeEvent.hs, nothing ) [369 of 600] Compiling JSDOM.Generated.IDBTransaction ( src/JSDOM/Generated/IDBTransaction.hs, nothing ) [370 of 600] Compiling JSDOM.Generated.IDBRequest ( src/JSDOM/Generated/IDBRequest.hs, nothing ) [371 of 600] Compiling JSDOM.Generated.IDBOpenDBRequest ( src/JSDOM/Generated/IDBOpenDBRequest.hs, nothing ) [372 of 600] Compiling JSDOM.Generated.IDBObjectStore ( src/JSDOM/Generated/IDBObjectStore.hs, nothing ) [373 of 600] Compiling JSDOM.Generated.IDBKeyRange ( src/JSDOM/Generated/IDBKeyRange.hs, nothing ) [374 of 600] Compiling JSDOM.Generated.IDBIndex ( src/JSDOM/Generated/IDBIndex.hs, nothing ) [375 of 600] Compiling JSDOM.Generated.IDBFactory ( src/JSDOM/Generated/IDBFactory.hs, nothing ) [376 of 600] Compiling JSDOM.Generated.IDBDatabase ( src/JSDOM/Generated/IDBDatabase.hs, nothing ) [377 of 600] Compiling JSDOM.Generated.IDBCursorWithValue ( src/JSDOM/Generated/IDBCursorWithValue.hs, nothing ) [378 of 600] Compiling JSDOM.Generated.IDBCursor ( src/JSDOM/Generated/IDBCursor.hs, nothing ) [379 of 600] Compiling JSDOM.Generated.History ( src/JSDOM/Generated/History.hs, nothing ) [380 of 600] Compiling JSDOM.Generated.Headers ( src/JSDOM/Generated/Headers.hs, nothing ) [381 of 600] Compiling JSDOM.Generated.HashChangeEvent ( src/JSDOM/Generated/HashChangeEvent.hs, nothing ) [382 of 600] Compiling JSDOM.Generated.HTMLVideoElement ( src/JSDOM/Generated/HTMLVideoElement.hs, nothing ) [383 of 600] Compiling JSDOM.Generated.HTMLUListElement ( src/JSDOM/Generated/HTMLUListElement.hs, nothing ) [384 of 600] Compiling JSDOM.Generated.HTMLTrackElement ( src/JSDOM/Generated/HTMLTrackElement.hs, nothing ) [385 of 600] Compiling JSDOM.Generated.HTMLTitleElement ( src/JSDOM/Generated/HTMLTitleElement.hs, nothing ) [386 of 600] Compiling JSDOM.Generated.HTMLTimeElement ( src/JSDOM/Generated/HTMLTimeElement.hs, nothing ) [387 of 600] Compiling JSDOM.Generated.HTMLTextAreaElement ( src/JSDOM/Generated/HTMLTextAreaElement.hs, nothing ) [388 of 600] Compiling JSDOM.Generated.HTMLTemplateElement ( src/JSDOM/Generated/HTMLTemplateElement.hs, nothing ) [389 of 600] Compiling JSDOM.Generated.HTMLTableSectionElement ( src/JSDOM/Generated/HTMLTableSectionElement.hs, nothing ) [390 of 600] Compiling JSDOM.Generated.HTMLTableRowElement ( src/JSDOM/Generated/HTMLTableRowElement.hs, nothing ) [391 of 600] Compiling JSDOM.Generated.HTMLTableElement ( src/JSDOM/Generated/HTMLTableElement.hs, nothing ) [392 of 600] Compiling JSDOM.Generated.HTMLTableColElement ( src/JSDOM/Generated/HTMLTableColElement.hs, nothing ) [393 of 600] Compiling JSDOM.Generated.HTMLTableCellElement ( src/JSDOM/Generated/HTMLTableCellElement.hs, nothing ) [394 of 600] Compiling JSDOM.Generated.HTMLTableCaptionElement ( src/JSDOM/Generated/HTMLTableCaptionElement.hs, nothing ) [395 of 600] Compiling JSDOM.Generated.HTMLStyleElement ( src/JSDOM/Generated/HTMLStyleElement.hs, nothing ) [396 of 600] Compiling JSDOM.Generated.HTMLSourceElement ( src/JSDOM/Generated/HTMLSourceElement.hs, nothing ) [397 of 600] Compiling JSDOM.Generated.HTMLSlotElement ( src/JSDOM/Generated/HTMLSlotElement.hs, nothing ) [398 of 600] Compiling JSDOM.Generated.HTMLSelectElement ( src/JSDOM/Generated/HTMLSelectElement.hs, nothing ) [399 of 600] Compiling JSDOM.Generated.HTMLScriptElement ( src/JSDOM/Generated/HTMLScriptElement.hs, nothing ) [400 of 600] Compiling JSDOM.Generated.HTMLQuoteElement ( src/JSDOM/Generated/HTMLQuoteElement.hs, nothing ) [401 of 600] Compiling JSDOM.Generated.HTMLProgressElement ( src/JSDOM/Generated/HTMLProgressElement.hs, nothing ) [402 of 600] Compiling JSDOM.Generated.HTMLPreElement ( src/JSDOM/Generated/HTMLPreElement.hs, nothing ) [403 of 600] Compiling JSDOM.Generated.HTMLParamElement ( src/JSDOM/Generated/HTMLParamElement.hs, nothing ) [404 of 600] Compiling JSDOM.Generated.HTMLParagraphElement ( src/JSDOM/Generated/HTMLParagraphElement.hs, nothing ) [405 of 600] Compiling JSDOM.Generated.HTMLOutputElement ( src/JSDOM/Generated/HTMLOutputElement.hs, nothing ) [406 of 600] Compiling JSDOM.Generated.HTMLOptionsCollection ( src/JSDOM/Generated/HTMLOptionsCollection.hs, nothing ) [407 of 600] Compiling JSDOM.Generated.HTMLOptionElement ( src/JSDOM/Generated/HTMLOptionElement.hs, nothing ) [408 of 600] Compiling JSDOM.Generated.HTMLOptGroupElement ( src/JSDOM/Generated/HTMLOptGroupElement.hs, nothing ) [409 of 600] Compiling JSDOM.Generated.HTMLObjectElement ( src/JSDOM/Generated/HTMLObjectElement.hs, nothing ) [410 of 600] Compiling JSDOM.Generated.HTMLOListElement ( src/JSDOM/Generated/HTMLOListElement.hs, nothing ) [411 of 600] Compiling JSDOM.Generated.HTMLModElement ( src/JSDOM/Generated/HTMLModElement.hs, nothing ) [412 of 600] Compiling JSDOM.Generated.HTMLMeterElement ( src/JSDOM/Generated/HTMLMeterElement.hs, nothing ) [413 of 600] Compiling JSDOM.Generated.HTMLMetaElement ( src/JSDOM/Generated/HTMLMetaElement.hs, nothing ) [414 of 600] Compiling JSDOM.Generated.HTMLMenuElement ( src/JSDOM/Generated/HTMLMenuElement.hs, nothing ) [415 of 600] Compiling JSDOM.Generated.HTMLMediaElement ( src/JSDOM/Generated/HTMLMediaElement.hs, nothing ) [416 of 600] Compiling JSDOM.Generated.HTMLMarqueeElement ( src/JSDOM/Generated/HTMLMarqueeElement.hs, nothing ) [417 of 600] Compiling JSDOM.Generated.HTMLMapElement ( src/JSDOM/Generated/HTMLMapElement.hs, nothing ) [418 of 600] Compiling JSDOM.Generated.HTMLLinkElement ( src/JSDOM/Generated/HTMLLinkElement.hs, nothing ) [419 of 600] Compiling JSDOM.Generated.HTMLLegendElement ( src/JSDOM/Generated/HTMLLegendElement.hs, nothing ) [420 of 600] Compiling JSDOM.Generated.HTMLLabelElement ( src/JSDOM/Generated/HTMLLabelElement.hs, nothing ) [421 of 600] Compiling JSDOM.Generated.HTMLLIElement ( src/JSDOM/Generated/HTMLLIElement.hs, nothing ) [422 of 600] Compiling JSDOM.Generated.HTMLKeygenElement ( src/JSDOM/Generated/HTMLKeygenElement.hs, nothing ) [423 of 600] Compiling JSDOM.Generated.HTMLInputElement ( src/JSDOM/Generated/HTMLInputElement.hs, nothing ) [424 of 600] Compiling JSDOM.Generated.HTMLImageElement ( src/JSDOM/Generated/HTMLImageElement.hs, nothing ) [425 of 600] Compiling JSDOM.Generated.HTMLIFrameElement ( src/JSDOM/Generated/HTMLIFrameElement.hs, nothing ) [426 of 600] Compiling JSDOM.Generated.HTMLHyperlinkElementUtils ( src/JSDOM/Generated/HTMLHyperlinkElementUtils.hs, nothing ) [427 of 600] Compiling JSDOM.Generated.HTMLHtmlElement ( src/JSDOM/Generated/HTMLHtmlElement.hs, nothing ) [428 of 600] Compiling JSDOM.Generated.HTMLHeadingElement ( src/JSDOM/Generated/HTMLHeadingElement.hs, nothing ) [429 of 600] Compiling JSDOM.Generated.HTMLHeadElement ( src/JSDOM/Generated/HTMLHeadElement.hs, nothing ) [430 of 600] Compiling JSDOM.Generated.HTMLHRElement ( src/JSDOM/Generated/HTMLHRElement.hs, nothing ) [431 of 600] Compiling JSDOM.Generated.HTMLFrameSetElement ( src/JSDOM/Generated/HTMLFrameSetElement.hs, nothing ) [432 of 600] Compiling JSDOM.Generated.HTMLFrameElement ( src/JSDOM/Generated/HTMLFrameElement.hs, nothing ) [433 of 600] Compiling JSDOM.Generated.HTMLFormElement ( src/JSDOM/Generated/HTMLFormElement.hs, nothing ) [434 of 600] Compiling JSDOM.Generated.HTMLFormControlsCollection ( src/JSDOM/Generated/HTMLFormControlsCollection.hs, nothing ) [435 of 600] Compiling JSDOM.Generated.HTMLFontElement ( src/JSDOM/Generated/HTMLFontElement.hs, nothing ) [436 of 600] Compiling JSDOM.Generated.HTMLFieldSetElement ( src/JSDOM/Generated/HTMLFieldSetElement.hs, nothing ) [437 of 600] Compiling JSDOM.Generated.HTMLEmbedElement ( src/JSDOM/Generated/HTMLEmbedElement.hs, nothing ) [438 of 600] Compiling JSDOM.Generated.HTMLElement ( src/JSDOM/Generated/HTMLElement.hs, nothing ) [439 of 600] Compiling JSDOM.Generated.HTMLDocument ( src/JSDOM/Generated/HTMLDocument.hs, nothing ) [440 of 600] Compiling JSDOM.Generated.HTMLDivElement ( src/JSDOM/Generated/HTMLDivElement.hs, nothing ) [441 of 600] Compiling JSDOM.Generated.HTMLDirectoryElement ( src/JSDOM/Generated/HTMLDirectoryElement.hs, nothing ) [442 of 600] Compiling JSDOM.Generated.HTMLDetailsElement ( src/JSDOM/Generated/HTMLDetailsElement.hs, nothing ) [443 of 600] Compiling JSDOM.Generated.HTMLDataListElement ( src/JSDOM/Generated/HTMLDataListElement.hs, nothing ) [444 of 600] Compiling JSDOM.Generated.HTMLDataElement ( src/JSDOM/Generated/HTMLDataElement.hs, nothing ) [445 of 600] Compiling JSDOM.Generated.HTMLDListElement ( src/JSDOM/Generated/HTMLDListElement.hs, nothing ) [446 of 600] Compiling JSDOM.Generated.HTMLCollection ( src/JSDOM/Generated/HTMLCollection.hs, nothing ) [447 of 600] Compiling JSDOM.Generated.HTMLCanvasElement ( src/JSDOM/Generated/HTMLCanvasElement.hs, nothing ) [448 of 600] Compiling JSDOM.Generated.HTMLButtonElement ( src/JSDOM/Generated/HTMLButtonElement.hs, nothing ) [449 of 600] Compiling JSDOM.Generated.HTMLBodyElement ( src/JSDOM/Generated/HTMLBodyElement.hs, nothing ) [450 of 600] Compiling JSDOM.Generated.HTMLBaseElement ( src/JSDOM/Generated/HTMLBaseElement.hs, nothing ) [451 of 600] Compiling JSDOM.Generated.HTMLBRElement ( src/JSDOM/Generated/HTMLBRElement.hs, nothing ) [452 of 600] Compiling JSDOM.Generated.HTMLAttachmentElement ( src/JSDOM/Generated/HTMLAttachmentElement.hs, nothing ) [453 of 600] Compiling JSDOM.Generated.HTMLAreaElement ( src/JSDOM/Generated/HTMLAreaElement.hs, nothing ) [454 of 600] Compiling JSDOM.Generated.HTMLAppletElement ( src/JSDOM/Generated/HTMLAppletElement.hs, nothing ) [455 of 600] Compiling JSDOM.Generated.HTMLAnchorElement ( src/JSDOM/Generated/HTMLAnchorElement.hs, nothing ) [456 of 600] Compiling JSDOM.Generated.HTMLAllCollection ( src/JSDOM/Generated/HTMLAllCollection.hs, nothing ) [457 of 600] Compiling JSDOM.Generated.GlobalPerformance ( src/JSDOM/Generated/GlobalPerformance.hs, nothing ) [458 of 600] Compiling JSDOM.Generated.GlobalEventHandlers ( src/JSDOM/Generated/GlobalEventHandlers.hs, nothing ) [459 of 600] Compiling JSDOM.Generated.GlobalCrypto ( src/JSDOM/Generated/GlobalCrypto.hs, nothing ) [460 of 600] Compiling JSDOM.Generated.Geoposition ( src/JSDOM/Generated/Geoposition.hs, nothing ) [461 of 600] Compiling JSDOM.Generated.Geolocation ( src/JSDOM/Generated/Geolocation.hs, nothing ) [462 of 600] Compiling JSDOM.Generated.GamepadEvent ( src/JSDOM/Generated/GamepadEvent.hs, nothing ) [463 of 600] Compiling JSDOM.Generated.GamepadButton ( src/JSDOM/Generated/GamepadButton.hs, nothing ) [464 of 600] Compiling JSDOM.Generated.Gamepad ( src/JSDOM/Generated/Gamepad.hs, nothing ) [465 of 600] Compiling JSDOM.Generated.GainNode ( src/JSDOM/Generated/GainNode.hs, nothing ) [466 of 600] Compiling JSDOM.Generated.FormData ( src/JSDOM/Generated/FormData.hs, nothing ) [467 of 600] Compiling JSDOM.Generated.FontFaceSet ( src/JSDOM/Generated/FontFaceSet.hs, nothing ) [468 of 600] Compiling JSDOM.Generated.FontFace ( src/JSDOM/Generated/FontFace.hs, nothing ) [469 of 600] Compiling JSDOM.Generated.FocusEvent ( src/JSDOM/Generated/FocusEvent.hs, nothing ) [470 of 600] Compiling JSDOM.Generated.FileReaderSync ( src/JSDOM/Generated/FileReaderSync.hs, nothing ) [471 of 600] Compiling JSDOM.Generated.FileReader ( src/JSDOM/Generated/FileReader.hs, nothing ) [472 of 600] Compiling JSDOM.Generated.FileList ( src/JSDOM/Generated/FileList.hs, nothing ) [473 of 600] Compiling JSDOM.Generated.FileException ( src/JSDOM/Generated/FileException.hs, nothing ) [474 of 600] Compiling JSDOM.Generated.FileError ( src/JSDOM/Generated/FileError.hs, nothing ) [475 of 600] Compiling JSDOM.Generated.File ( src/JSDOM/Generated/File.hs, nothing ) [476 of 600] Compiling JSDOM.Generated.EventSource ( src/JSDOM/Generated/EventSource.hs, nothing ) [477 of 600] Compiling JSDOM.Generated.EventListener ( src/JSDOM/Generated/EventListener.hs, nothing ) [478 of 600] Compiling JSDOM.Generated.ErrorEvent ( src/JSDOM/Generated/ErrorEvent.hs, nothing ) [479 of 600] Compiling JSDOM.Generated.ElementCSSInlineStyle ( src/JSDOM/Generated/ElementCSSInlineStyle.hs, nothing ) [480 of 600] Compiling JSDOM.Generated.Element ( src/JSDOM/Generated/Element.hs, nothing ) [481 of 600] Compiling JSDOM.Generated.EXTsRGB ( src/JSDOM/Generated/EXTsRGB.hs, nothing ) [482 of 600] Compiling JSDOM.Generated.EXTTextureFilterAnisotropic ( src/JSDOM/Generated/EXTTextureFilterAnisotropic.hs, nothing ) [483 of 600] Compiling JSDOM.Generated.EXTBlendMinMax ( src/JSDOM/Generated/EXTBlendMinMax.hs, nothing ) [484 of 600] Compiling JSDOM.Generated.DynamicsCompressorNode ( src/JSDOM/Generated/DynamicsCompressorNode.hs, nothing ) [485 of 600] Compiling JSDOM.Generated.DocumentType ( src/JSDOM/Generated/DocumentType.hs, nothing ) [486 of 600] Compiling JSDOM.Generated.DocumentTimeline ( src/JSDOM/Generated/DocumentTimeline.hs, nothing ) [487 of 600] Compiling JSDOM.Generated.DocumentOrShadowRoot ( src/JSDOM/Generated/DocumentOrShadowRoot.hs, nothing ) [488 of 600] Compiling JSDOM.Generated.DocumentFragment ( src/JSDOM/Generated/DocumentFragment.hs, nothing ) [489 of 600] Compiling JSDOM.Generated.DocumentAndElementEventHandlers ( src/JSDOM/Generated/DocumentAndElementEventHandlers.hs, nothing ) [490 of 600] Compiling JSDOM.Generated.Document ( src/JSDOM/Generated/Document.hs, nothing ) [491 of 600] Compiling JSDOM.Generated.DeviceProximityEvent ( src/JSDOM/Generated/DeviceProximityEvent.hs, nothing ) [492 of 600] Compiling JSDOM.Generated.DeviceOrientationEvent ( src/JSDOM/Generated/DeviceOrientationEvent.hs, nothing ) [493 of 600] Compiling JSDOM.Generated.DeviceMotionEvent ( src/JSDOM/Generated/DeviceMotionEvent.hs, nothing ) [494 of 600] Compiling JSDOM.Generated.DelayNode ( src/JSDOM/Generated/DelayNode.hs, nothing ) [495 of 600] Compiling JSDOM.Generated.DedicatedWorkerGlobalScope ( src/JSDOM/Generated/DedicatedWorkerGlobalScope.hs, nothing ) [496 of 600] Compiling JSDOM.Generated.DatabaseCallback ( src/JSDOM/Generated/DatabaseCallback.hs, nothing ) [497 of 600] Compiling JSDOM.Generated.Database ( src/JSDOM/Generated/Database.hs, nothing ) [498 of 600] Compiling JSDOM.Generated.DataTransferItemList ( src/JSDOM/Generated/DataTransferItemList.hs, nothing ) [499 of 600] Compiling JSDOM.Generated.DataTransferItem ( src/JSDOM/Generated/DataTransferItem.hs, nothing ) [500 of 600] Compiling JSDOM.Generated.DataTransfer ( src/JSDOM/Generated/DataTransfer.hs, nothing ) [501 of 600] Compiling JSDOM.Generated.DataCue ( src/JSDOM/Generated/DataCue.hs, nothing ) [502 of 600] Compiling JSDOM.Generated.DOMTokenList ( src/JSDOM/Generated/DOMTokenList.hs, nothing ) [503 of 600] Compiling JSDOM.Generated.DOMStringMap ( src/JSDOM/Generated/DOMStringMap.hs, nothing ) [504 of 600] Compiling JSDOM.Generated.DOMStringList ( src/JSDOM/Generated/DOMStringList.hs, nothing ) [505 of 600] Compiling JSDOM.Generated.DOMRectReadOnly ( src/JSDOM/Generated/DOMRectReadOnly.hs, nothing ) [506 of 600] Compiling JSDOM.Generated.DOMRect ( src/JSDOM/Generated/DOMRect.hs, nothing ) [507 of 600] Compiling JSDOM.Generated.DOMPointReadOnly ( src/JSDOM/Generated/DOMPointReadOnly.hs, nothing ) [508 of 600] Compiling JSDOM.Generated.DOMPoint ( src/JSDOM/Generated/DOMPoint.hs, nothing ) [509 of 600] Compiling JSDOM.Generated.DOMParser ( src/JSDOM/Generated/DOMParser.hs, nothing ) [510 of 600] Compiling JSDOM.Generated.DOMNamedFlowCollection ( src/JSDOM/Generated/DOMNamedFlowCollection.hs, nothing ) [511 of 600] Compiling JSDOM.Generated.DOMImplementation ( src/JSDOM/Generated/DOMImplementation.hs, nothing ) [512 of 600] Compiling JSDOM.Generated.DOMException ( src/JSDOM/Generated/DOMException.hs, nothing ) [513 of 600] Compiling JSDOM.Generated.DOMError ( src/JSDOM/Generated/DOMError.hs, nothing ) [514 of 600] Compiling JSDOM.Generated.CustomEvent ( src/JSDOM/Generated/CustomEvent.hs, nothing ) [515 of 600] Compiling JSDOM.Generated.CustomElementRegistry ( src/JSDOM/Generated/CustomElementRegistry.hs, nothing ) [516 of 600] Compiling JSDOM.Generated.CryptoKey ( src/JSDOM/Generated/CryptoKey.hs, nothing ) [517 of 600] Compiling JSDOM.Generated.Crypto ( src/JSDOM/Generated/Crypto.hs, nothing ) [518 of 600] Compiling JSDOM.Generated.Counter ( src/JSDOM/Generated/Counter.hs, nothing ) [519 of 600] Compiling JSDOM.Generated.CountQueuingStrategy ( src/JSDOM/Generated/CountQueuingStrategy.hs, nothing ) [520 of 600] Compiling JSDOM.Generated.Coordinates ( src/JSDOM/Generated/Coordinates.hs, nothing ) [521 of 600] Compiling JSDOM.Generated.ConvolverNode ( src/JSDOM/Generated/ConvolverNode.hs, nothing ) [522 of 600] Compiling JSDOM.Generated.CompositionEvent ( src/JSDOM/Generated/CompositionEvent.hs, nothing ) [523 of 600] Compiling JSDOM.Generated.Comment ( src/JSDOM/Generated/Comment.hs, nothing ) [524 of 600] Compiling JSDOM.Generated.CommandLineAPIHost ( src/JSDOM/Generated/CommandLineAPIHost.hs, nothing ) [525 of 600] Compiling JSDOM.Generated.CloseEvent ( src/JSDOM/Generated/CloseEvent.hs, nothing ) [526 of 600] Compiling JSDOM.Generated.ClipboardEvent ( src/JSDOM/Generated/ClipboardEvent.hs, nothing ) [527 of 600] Compiling JSDOM.Generated.ChildNode ( src/JSDOM/Generated/ChildNode.hs, nothing ) [528 of 600] Compiling JSDOM.Generated.CharacterData ( src/JSDOM/Generated/CharacterData.hs, nothing ) [529 of 600] Compiling JSDOM.Generated.CanvasRenderingContext2D ( src/JSDOM/Generated/CanvasRenderingContext2D.hs, nothing ) [530 of 600] Compiling JSDOM.Generated.CanvasPath ( src/JSDOM/Generated/CanvasPath.hs, nothing ) [531 of 600] Compiling JSDOM.Generated.CanvasGradient ( src/JSDOM/Generated/CanvasGradient.hs, nothing ) [532 of 600] Compiling JSDOM.Generated.CanvasCaptureMediaStreamTrack ( src/JSDOM/Generated/CanvasCaptureMediaStreamTrack.hs, nothing ) [533 of 600] Compiling JSDOM.Generated.CSSValueList ( src/JSDOM/Generated/CSSValueList.hs, nothing ) [534 of 600] Compiling JSDOM.Generated.CSSValue ( src/JSDOM/Generated/CSSValue.hs, nothing ) [535 of 600] Compiling JSDOM.Generated.CSSSupportsRule ( src/JSDOM/Generated/CSSSupportsRule.hs, nothing ) [536 of 600] Compiling JSDOM.Generated.CSSStyleSheet ( src/JSDOM/Generated/CSSStyleSheet.hs, nothing ) [537 of 600] Compiling JSDOM.Generated.CSSStyleRule ( src/JSDOM/Generated/CSSStyleRule.hs, nothing ) [538 of 600] Compiling JSDOM.Generated.CSSStyleDeclaration ( src/JSDOM/Generated/CSSStyleDeclaration.hs, nothing ) [539 of 600] Compiling JSDOM.Generated.CSSRuleList ( src/JSDOM/Generated/CSSRuleList.hs, nothing ) [540 of 600] Compiling JSDOM.Generated.CSSRule ( src/JSDOM/Generated/CSSRule.hs, nothing ) [541 of 600] Compiling JSDOM.Generated.CSSPrimitiveValue ( src/JSDOM/Generated/CSSPrimitiveValue.hs, nothing ) [542 of 600] Compiling JSDOM.Generated.CSSPageRule ( src/JSDOM/Generated/CSSPageRule.hs, nothing ) [543 of 600] Compiling JSDOM.Generated.CSSNamespaceRule ( src/JSDOM/Generated/CSSNamespaceRule.hs, nothing ) [544 of 600] Compiling JSDOM.Generated.CSSMediaRule ( src/JSDOM/Generated/CSSMediaRule.hs, nothing ) [545 of 600] Compiling JSDOM.Generated.CSSKeyframesRule ( src/JSDOM/Generated/CSSKeyframesRule.hs, nothing ) [546 of 600] Compiling JSDOM.Generated.CSSKeyframeRule ( src/JSDOM/Generated/CSSKeyframeRule.hs, nothing ) [547 of 600] Compiling JSDOM.Generated.CSSImportRule ( src/JSDOM/Generated/CSSImportRule.hs, nothing ) [548 of 600] Compiling JSDOM.Generated.CSSFontFaceRule ( src/JSDOM/Generated/CSSFontFaceRule.hs, nothing ) [549 of 600] Compiling JSDOM.Generated.CSSFontFaceLoadEvent ( src/JSDOM/Generated/CSSFontFaceLoadEvent.hs, nothing ) [550 of 600] Compiling JSDOM.Generated.CSS ( src/JSDOM/Generated/CSS.hs, nothing ) [551 of 600] Compiling JSDOM.Generated.ByteLengthQueuingStrategy ( src/JSDOM/Generated/ByteLengthQueuingStrategy.hs, nothing ) [552 of 600] Compiling JSDOM.Generated.Body ( src/JSDOM/Generated/Body.hs, nothing ) [553 of 600] Compiling JSDOM.Generated.BlobCallback ( src/JSDOM/Generated/BlobCallback.hs, nothing ) [554 of 600] Compiling JSDOM.Generated.Blob ( src/JSDOM/Generated/Blob.hs, nothing ) [555 of 600] Compiling JSDOM.Generated.BiquadFilterNode ( src/JSDOM/Generated/BiquadFilterNode.hs, nothing ) [556 of 600] Compiling JSDOM.Generated.BeforeUnloadEvent ( src/JSDOM/Generated/BeforeUnloadEvent.hs, nothing ) [557 of 600] Compiling JSDOM.Generated.BeforeLoadEvent ( src/JSDOM/Generated/BeforeLoadEvent.hs, nothing ) [558 of 600] Compiling JSDOM.Generated.BasicCredential ( src/JSDOM/Generated/BasicCredential.hs, nothing ) [559 of 600] Compiling JSDOM.Generated.BarProp ( src/JSDOM/Generated/BarProp.hs, nothing ) [560 of 600] Compiling JSDOM.Generated.AutocompleteErrorEvent ( src/JSDOM/Generated/AutocompleteErrorEvent.hs, nothing ) [561 of 600] Compiling JSDOM.Generated.AudioTrackList ( src/JSDOM/Generated/AudioTrackList.hs, nothing ) [562 of 600] Compiling JSDOM.Generated.AudioTrack ( src/JSDOM/Generated/AudioTrack.hs, nothing ) [563 of 600] Compiling JSDOM.Generated.AudioProcessingEvent ( src/JSDOM/Generated/AudioProcessingEvent.hs, nothing ) [564 of 600] Compiling JSDOM.Generated.AudioParam ( src/JSDOM/Generated/AudioParam.hs, nothing ) [565 of 600] Compiling JSDOM.Generated.AudioNode ( src/JSDOM/Generated/AudioNode.hs, nothing ) [566 of 600] Compiling JSDOM.Generated.AudioListener ( src/JSDOM/Generated/AudioListener.hs, nothing ) [567 of 600] Compiling JSDOM.Generated.AudioDestinationNode ( src/JSDOM/Generated/AudioDestinationNode.hs, nothing ) [568 of 600] Compiling JSDOM.Generated.AudioContext ( src/JSDOM/Generated/AudioContext.hs, nothing ) [569 of 600] Compiling JSDOM.Generated.AudioBufferSourceNode ( src/JSDOM/Generated/AudioBufferSourceNode.hs, nothing ) [570 of 600] Compiling JSDOM.Generated.AudioBufferCallback ( src/JSDOM/Generated/AudioBufferCallback.hs, nothing ) [571 of 600] Compiling JSDOM.Generated.AudioBuffer ( src/JSDOM/Generated/AudioBuffer.hs, nothing ) [572 of 600] Compiling JSDOM.Generated.Attr ( src/JSDOM/Generated/Attr.hs, nothing ) [573 of 600] Compiling JSDOM.Generated.ApplicationCache ( src/JSDOM/Generated/ApplicationCache.hs, nothing ) [574 of 600] Compiling JSDOM.Generated.ApplePayValidateMerchantEvent ( src/JSDOM/Generated/ApplePayValidateMerchantEvent.hs, nothing ) [575 of 600] Compiling JSDOM.Generated.ApplePayShippingMethodSelectedEvent ( src/JSDOM/Generated/ApplePayShippingMethodSelectedEvent.hs, nothing ) [576 of 600] Compiling JSDOM.Generated.ApplePayShippingContactSelectedEvent ( src/JSDOM/Generated/ApplePayShippingContactSelectedEvent.hs, nothing ) [577 of 600] Compiling JSDOM.Generated.ApplePaySession ( src/JSDOM/Generated/ApplePaySession.hs, nothing ) [578 of 600] Compiling JSDOM.Generated.ApplePayPaymentMethodSelectedEvent ( src/JSDOM/Generated/ApplePayPaymentMethodSelectedEvent.hs, nothing ) [579 of 600] Compiling JSDOM.Generated.ApplePayPaymentAuthorizedEvent ( src/JSDOM/Generated/ApplePayPaymentAuthorizedEvent.hs, nothing ) [580 of 600] Compiling JSDOM.Generated.ApplePayError ( src/JSDOM/Generated/ApplePayError.hs, nothing ) [581 of 600] Compiling JSDOM.Generated.AnimationEvent ( src/JSDOM/Generated/AnimationEvent.hs, nothing ) [582 of 600] Compiling JSDOM.Generated.Animation ( src/JSDOM/Generated/Animation.hs, nothing ) [583 of 600] Compiling JSDOM.Generated.Animatable ( src/JSDOM/Generated/Animatable.hs, nothing ) [584 of 600] Compiling JSDOM.Generated.AnalyserNode ( src/JSDOM/Generated/AnalyserNode.hs, nothing ) [585 of 600] Compiling JSDOM.Generated.AbstractWorker ( src/JSDOM/Generated/AbstractWorker.hs, nothing ) [586 of 600] Compiling JSDOM.Generated.ANGLEInstancedArrays ( src/JSDOM/Generated/ANGLEInstancedArrays.hs, nothing ) [587 of 600] Compiling JSDOM.EventM ( src/JSDOM/EventM.hs, nothing ) [588 of 600] Compiling JSDOM.Custom.XMLHttpRequest ( src/JSDOM/Custom/XMLHttpRequest.hs, nothing ) [589 of 600] Compiling JSDOM.Custom.Window ( src/JSDOM/Custom/Window.hs, nothing ) [590 of 600] Compiling JSDOM.Custom.SQLError ( src/JSDOM/Custom/SQLError.hs, nothing ) [591 of 600] Compiling JSDOM.Custom.SQLTransaction ( src/JSDOM/Custom/SQLTransaction.hs, nothing ) [592 of 600] Compiling JSDOM.Custom.PositionError ( src/JSDOM/Custom/PositionError.hs, nothing ) [593 of 600] Compiling JSDOM.Custom.Geolocation ( src/JSDOM/Custom/Geolocation.hs, nothing ) [594 of 600] Compiling JSDOM.Custom.FormData ( src/JSDOM/Custom/FormData.hs, nothing ) [595 of 600] Compiling JSDOM.Custom.Database ( src/JSDOM/Custom/Database.hs, nothing ) [596 of 600] Compiling JSDOM.Custom.DOMError ( src/JSDOM/Custom/DOMError.hs, nothing ) [597 of 600] Compiling JSDOM.Custom.NavigatorUserMediaError ( src/JSDOM/Custom/NavigatorUserMediaError.hs, nothing ) [598 of 600] Compiling JSDOM.Custom.Navigator ( src/JSDOM/Custom/Navigator.hs, nothing ) [599 of 600] Compiling JSDOM.Custom.AudioContext ( src/JSDOM/Custom/AudioContext.hs, nothing ) [600 of 600] Compiling JSDOM ( src/JSDOM.hs, nothing ) Haddock coverage: 0% ( 0 / 1) in 'JSDOM.Custom.RTCPeerConnectionError' Missing documentation for: Module header 22% (825 /3709) in 'JSDOM.Types' Missing documentation for: Module header JSVal ToJSVal FromJSVal PToJSVal PFromJSVal integralToDoubleToJSVal (src/JSDOM/Types.hs:1169) integralFromDoubleFromJSVal (src/JSDOM/Types.hs:1172) integralFromDoubleFromJSValUnchecked (src/JSDOM/Types.hs:1175) toMaybeJSString (src/JSDOM/Types.hs:1160) fromMaybeJSString (src/JSDOM/Types.hs:1165) noJSString (src/JSDOM/Types.hs:1178) fromJSArray (src/JSDOM/Types.hs:1068) fromJSArrayUnchecked (src/JSDOM/Types.hs:1073) nullableToMaybe (src/JSDOM/Types.hs:1078) maybeToNullable (src/JSDOM/Types.hs:1082) ToDOMString (src/JSDOM/Types.hs:1181) FromDOMString (src/JSDOM/Types.hs:1182) IsDOMString (src/JSDOM/Types.hs:1183) noDOMString (src/JSDOM/Types.hs:1139) USVString (src/JSDOM/Types.hs:1145) IsUSVString (src/JSDOM/Types.hs:1185) noUSVString (src/JSDOM/Types.hs:1147) ByteString (src/JSDOM/Types.hs:1149) IsByteString (src/JSDOM/Types.hs:1186) noByteString (src/JSDOM/Types.hs:1151) CSSOMString (src/JSDOM/Types.hs:1141) IsCSSOMString (src/JSDOM/Types.hs:1184) noCSSOMString (src/JSDOM/Types.hs:1143) maybeNullOrUndefined' GType (src/JSDOM/Types.hs:1008) GObject (src/JSDOM/Types.hs:1053) noGObject (src/JSDOM/Types.hs:1055) IsGObject (src/JSDOM/Types.hs:1058) gTypeGObject (src/JSDOM/Types.hs:1128) objectToString (src/JSDOM/Types.hs:1132) RawTypedArray (src/JSDOM/Types.hs:1188) unRawTypedArray IsRawTypedArray (src/JSDOM/Types.hs:1211) toRawTypedArray (src/JSDOM/Types.hs:1214) noRawTypedArray (src/JSDOM/Types.hs:1190) Function (src/JSDOM/Types.hs:1216) unFunction IsFunction (src/JSDOM/Types.hs:1239) toFunction (src/JSDOM/Types.hs:1242) noFunction (src/JSDOM/Types.hs:1218) PromiseRejected (src/JSDOM/Types.hs:1247) noPromiseRejected (src/JSDOM/Types.hs:1249) readPromise (src/JSDOM/Types.hs:1257) Callback (src/JSDOM/Types.hs:1275) withCallback (src/JSDOM/Types.hs:1279) AudioBufferCallback (src/JSDOM/Types.hs:1286) noAudioBufferCallback (src/JSDOM/Types.hs:1288) BlobCallback (src/JSDOM/Types.hs:1291) noBlobCallback (src/JSDOM/Types.hs:1293) DatabaseCallback (src/JSDOM/Types.hs:1296) noDatabaseCallback (src/JSDOM/Types.hs:1298) IntersectionObserverCallback (src/JSDOM/Types.hs:1301) noIntersectionObserverCallback (src/JSDOM/Types.hs:1303) MediaQueryListListener (src/JSDOM/Types.hs:1306) noMediaQueryListListener (src/JSDOM/Types.hs:1308) MediaStreamTrackSourcesCallback (src/JSDOM/Types.hs:1311) noMediaStreamTrackSourcesCallback (src/JSDOM/Types.hs:1313) NavigatorUserMediaErrorCallback (src/JSDOM/Types.hs:1316) noNavigatorUserMediaErrorCallback (src/JSDOM/Types.hs:1318) NavigatorUserMediaSuccessCallback (src/JSDOM/Types.hs:1321) noNavigatorUserMediaSuccessCallback (src/JSDOM/Types.hs:1323) NotificationPermissionCallback (src/JSDOM/Types.hs:1326) NodeFilter (src/JSDOM/Types.hs:1328) noNodeFilter (src/JSDOM/Types.hs:1330) PositionCallback (src/JSDOM/Types.hs:1333) noPositionCallback (src/JSDOM/Types.hs:1335) PositionErrorCallback (src/JSDOM/Types.hs:1338) noPositionErrorCallback (src/JSDOM/Types.hs:1340) PerformanceObserverCallback (src/JSDOM/Types.hs:1343) noPerformanceObserverCallback (src/JSDOM/Types.hs:1345) RequestAnimationFrameCallback (src/JSDOM/Types.hs:1348) noRequestAnimationFrameCallback (src/JSDOM/Types.hs:1350) RTCPeerConnectionErrorCallback (src/JSDOM/Types.hs:1353) noRTCPeerConnectionErrorCallback (src/JSDOM/Types.hs:1355) RTCSessionDescriptionCallback (src/JSDOM/Types.hs:1358) noRTCSessionDescriptionCallback (src/JSDOM/Types.hs:1360) RTCStatsCallback (src/JSDOM/Types.hs:1363) noRTCStatsCallback (src/JSDOM/Types.hs:1365) SQLStatementCallback (src/JSDOM/Types.hs:1368) noSQLStatementCallback (src/JSDOM/Types.hs:1370) SQLStatementErrorCallback (src/JSDOM/Types.hs:1373) noSQLStatementErrorCallback (src/JSDOM/Types.hs:1375) SQLTransactionCallback (src/JSDOM/Types.hs:1378) noSQLTransactionCallback (src/JSDOM/Types.hs:1380) SQLTransactionErrorCallback (src/JSDOM/Types.hs:1383) noSQLTransactionErrorCallback (src/JSDOM/Types.hs:1385) StorageErrorCallback (src/JSDOM/Types.hs:1388) noStorageErrorCallback (src/JSDOM/Types.hs:1390) StorageQuotaCallback (src/JSDOM/Types.hs:1393) noStorageQuotaCallback (src/JSDOM/Types.hs:1395) StorageUsageCallback (src/JSDOM/Types.hs:1398) noStorageUsageCallback (src/JSDOM/Types.hs:1400) StringCallback (src/JSDOM/Types.hs:1403) VoidCallback (src/JSDOM/Types.hs:1405) noVoidCallback (src/JSDOM/Types.hs:1407) DOMHighResTimeStamp (src/JSDOM/Types.hs:1412) noDOMHighResTimeStamp (src/JSDOM/Types.hs:1414) PerformanceEntryList (src/JSDOM/Types.hs:1416) noPerformanceEntryList (src/JSDOM/Types.hs:1418) Record (src/JSDOM/Types.hs:1422) unRecord Dictionary (src/JSDOM/Types.hs:1473) unDictionary IsDictionary (src/JSDOM/Types.hs:1496) toDictionary (src/JSDOM/Types.hs:1498) noDictionary (src/JSDOM/Types.hs:1475) MutationCallback (src/JSDOM/Types.hs:1504) unMutationCallback IsMutationCallback (src/JSDOM/Types.hs:1527) toMutationCallback (src/JSDOM/Types.hs:1529) noMutationCallback (src/JSDOM/Types.hs:1506) Date (src/JSDOM/Types.hs:1971) unDate IsDate (src/JSDOM/Types.hs:1994) toDate (src/JSDOM/Types.hs:1996) gTypeDate (src/JSDOM/Types.hs:2003) noDate (src/JSDOM/Types.hs:1973) Array (src/JSDOM/Types.hs:1937) unArray IsArray (src/JSDOM/Types.hs:1960) toArray (src/JSDOM/Types.hs:1962) gTypeArray (src/JSDOM/Types.hs:1969) noArray (src/JSDOM/Types.hs:1939) ObjectArray (src/JSDOM/Types.hs:1875) unObjectArray IsObjectArray (src/JSDOM/Types.hs:1898) toObjectArray (src/JSDOM/Types.hs:1900) noObjectArray (src/JSDOM/Types.hs:1877) ArrayBuffer (src/JSDOM/Types.hs:1535) unArrayBuffer IsArrayBuffer (src/JSDOM/Types.hs:1558) toArrayBuffer (src/JSDOM/Types.hs:1560) gTypeArrayBuffer (src/JSDOM/Types.hs:1567) noArrayBuffer (src/JSDOM/Types.hs:1537) ArrayBufferView (src/JSDOM/Types.hs:1906) unArrayBufferView IsArrayBufferView (src/JSDOM/Types.hs:1929) toArrayBufferView (src/JSDOM/Types.hs:1931) noArrayBufferView (src/JSDOM/Types.hs:1908) Float32Array (src/JSDOM/Types.hs:1569) unFloat32Array IsFloat32Array (src/JSDOM/Types.hs:1592) toFloat32Array (src/JSDOM/Types.hs:1594) gTypeFloat32Array (src/JSDOM/Types.hs:1601) noFloat32Array (src/JSDOM/Types.hs:1571) Float64Array (src/JSDOM/Types.hs:1603) unFloat64Array IsFloat64Array (src/JSDOM/Types.hs:1626) toFloat64Array (src/JSDOM/Types.hs:1628) gTypeFloat64Array (src/JSDOM/Types.hs:1635) noFloat64Array (src/JSDOM/Types.hs:1605) Uint8Array (src/JSDOM/Types.hs:1637) unUint8Array IsUint8Array (src/JSDOM/Types.hs:1660) toUint8Array (src/JSDOM/Types.hs:1662) gTypeUint8Array (src/JSDOM/Types.hs:1669) noUint8Array (src/JSDOM/Types.hs:1639) Uint8ClampedArray (src/JSDOM/Types.hs:1671) unUint8ClampedArray IsUint8ClampedArray (src/JSDOM/Types.hs:1694) toUint8ClampedArray (src/JSDOM/Types.hs:1696) gTypeUint8ClampedArray (src/JSDOM/Types.hs:1703) noUint8ClampedArray (src/JSDOM/Types.hs:1673) Uint16Array (src/JSDOM/Types.hs:1705) unUint16Array IsUint16Array (src/JSDOM/Types.hs:1728) toUint16Array (src/JSDOM/Types.hs:1730) gTypeUint16Array (src/JSDOM/Types.hs:1737) noUint16Array (src/JSDOM/Types.hs:1707) Uint32Array (src/JSDOM/Types.hs:1739) unUint32Array IsUint32Array (src/JSDOM/Types.hs:1762) toUint32Array (src/JSDOM/Types.hs:1764) gTypeUint32Array (src/JSDOM/Types.hs:1771) noUint32Array (src/JSDOM/Types.hs:1741) Int8Array (src/JSDOM/Types.hs:1773) unInt8Array IsInt8Array (src/JSDOM/Types.hs:1796) toInt8Array (src/JSDOM/Types.hs:1798) gTypeInt8Array (src/JSDOM/Types.hs:1805) noInt8Array (src/JSDOM/Types.hs:1775) Int16Array (src/JSDOM/Types.hs:1807) unInt16Array IsInt16Array (src/JSDOM/Types.hs:1830) toInt16Array (src/JSDOM/Types.hs:1832) gTypeInt16Array (src/JSDOM/Types.hs:1839) noInt16Array (src/JSDOM/Types.hs:1809) Int32Array (src/JSDOM/Types.hs:1841) unInt32Array IsInt32Array (src/JSDOM/Types.hs:1864) toInt32Array (src/JSDOM/Types.hs:1866) gTypeInt32Array (src/JSDOM/Types.hs:1873) noInt32Array (src/JSDOM/Types.hs:1843) SerializedScriptValue (src/JSDOM/Types.hs:1442) unSerializedScriptValue IsSerializedScriptValue (src/JSDOM/Types.hs:1465) toSerializedScriptValue (src/JSDOM/Types.hs:1467) noSerializedScriptValue (src/JSDOM/Types.hs:1444) Algorithm (src/JSDOM/Types.hs:2005) unAlgorithm IsAlgorithm (src/JSDOM/Types.hs:2028) toAlgorithm (src/JSDOM/Types.hs:2030) noAlgorithm (src/JSDOM/Types.hs:2007) CryptoOperationData (src/JSDOM/Types.hs:2036) unCryptoOperationData IsCryptoOperationData (src/JSDOM/Types.hs:2059) toCryptoOperationData (src/JSDOM/Types.hs:2061) noCryptoOperationData (src/JSDOM/Types.hs:2038) GLenum (src/JSDOM/Types.hs:2069) GLboolean (src/JSDOM/Types.hs:2073) GLbitfield (src/JSDOM/Types.hs:2077) GLbyte (src/JSDOM/Types.hs:2081) GLshort (src/JSDOM/Types.hs:2085) GLint (src/JSDOM/Types.hs:2089) GLsizei (src/JSDOM/Types.hs:2097) GLintptr (src/JSDOM/Types.hs:2101) GLsizeiptr (src/JSDOM/Types.hs:2105) GLubyte (src/JSDOM/Types.hs:2109) GLushort (src/JSDOM/Types.hs:2113) GLuint (src/JSDOM/Types.hs:2117) GLfloat (src/JSDOM/Types.hs:2125) GLclampf (src/JSDOM/Types.hs:2129) GLint64 (src/JSDOM/Types.hs:2093) GLuint64 (src/JSDOM/Types.hs:2121) noGLenum (src/JSDOM/Types.hs:2071) noGLboolean (src/JSDOM/Types.hs:2075) noGLbitfield (src/JSDOM/Types.hs:2079) noGLbyte (src/JSDOM/Types.hs:2083) noGLshort (src/JSDOM/Types.hs:2087) noGLint (src/JSDOM/Types.hs:2091) noGLsizei (src/JSDOM/Types.hs:2099) noGLintptr (src/JSDOM/Types.hs:2103) noGLsizeiptr (src/JSDOM/Types.hs:2107) noGLubyte (src/JSDOM/Types.hs:2111) noGLushort (src/JSDOM/Types.hs:2115) noGLuint (src/JSDOM/Types.hs:2119) noGLfloat (src/JSDOM/Types.hs:2127) noGLclampf (src/JSDOM/Types.hs:2131) noGLint64 (src/JSDOM/Types.hs:2095) noGLuint64 (src/JSDOM/Types.hs:2123) GlobalThis (src/JSDOM/Types.hs:2135) unGlobalThis noGlobalThis (src/JSDOM/Types.hs:2167) AddEventListenerOptionsOrBool (src/JSDOM/Types.hs:2172) unAddEventListenerOptionsOrBool IsAddEventListenerOptionsOrBool (src/JSDOM/Types.hs:2195) toAddEventListenerOptionsOrBool (src/JSDOM/Types.hs:2198) BinaryData (src/JSDOM/Types.hs:2204) unBinaryData IsBinaryData (src/JSDOM/Types.hs:2227) toBinaryData (src/JSDOM/Types.hs:2230) BlobPart (src/JSDOM/Types.hs:2236) unBlobPart IsBlobPart (src/JSDOM/Types.hs:2259) BodyInit (src/JSDOM/Types.hs:2272) unBodyInit IsBodyInit (src/JSDOM/Types.hs:2295) BufferDataSource (src/JSDOM/Types.hs:2309) unBufferDataSource IsBufferDataSource (src/JSDOM/Types.hs:2332) toBufferDataSource (src/JSDOM/Types.hs:2335) BufferSource (src/JSDOM/Types.hs:2341) unBufferSource IsBufferSource (src/JSDOM/Types.hs:2364) toBufferSource (src/JSDOM/Types.hs:2367) CanvasImageSource (src/JSDOM/Types.hs:2373) unCanvasImageSource IsCanvasImageSource (src/JSDOM/Types.hs:2396) toCanvasImageSource (src/JSDOM/Types.hs:2399) CanvasStyle (src/JSDOM/Types.hs:2406) unCanvasStyle IsCanvasStyle (src/JSDOM/Types.hs:2429) CredentialBodyType (src/JSDOM/Types.hs:2438) unCredentialBodyType IsCredentialBodyType (src/JSDOM/Types.hs:2461) toCredentialBodyType (src/JSDOM/Types.hs:2464) CryptoKeyOrKeyPair (src/JSDOM/Types.hs:2470) unCryptoKeyOrKeyPair IsCryptoKeyOrKeyPair (src/JSDOM/Types.hs:2493) toCryptoKeyOrKeyPair (src/JSDOM/Types.hs:2496) EventListenerOptionsOrBool (src/JSDOM/Types.hs:2502) unEventListenerOptionsOrBool IsEventListenerOptionsOrBool (src/JSDOM/Types.hs:2525) toEventListenerOptionsOrBool (src/JSDOM/Types.hs:2528) Float32List (src/JSDOM/Types.hs:2535) unFloat32List IsFloat32List (src/JSDOM/Types.hs:2558) HTMLCollectionOrElement (src/JSDOM/Types.hs:2564) unHTMLCollectionOrElement IsHTMLCollectionOrElement (src/JSDOM/Types.hs:2587) toHTMLCollectionOrElement (src/JSDOM/Types.hs:2590) HTMLElementOrLong (src/JSDOM/Types.hs:2758) unHTMLElementOrLong IsHTMLElementOrLong (src/JSDOM/Types.hs:2781) HTMLOptionElementOrGroup (src/JSDOM/Types.hs:2859) unHTMLOptionElementOrGroup IsHTMLOptionElementOrGroup (src/JSDOM/Types.hs:2882) toHTMLOptionElementOrGroup (src/JSDOM/Types.hs:2885) IDBCursorSource (src/JSDOM/Types.hs:2891) unIDBCursorSource IsIDBCursorSource (src/JSDOM/Types.hs:2914) toIDBCursorSource (src/JSDOM/Types.hs:2917) IDBKeyPath (src/JSDOM/Types.hs:2923) unIDBKeyPath IsIDBKeyPath (src/JSDOM/Types.hs:2946) IDBRequestResult (src/JSDOM/Types.hs:2956) unIDBRequestResult IsIDBRequestResult (src/JSDOM/Types.hs:2979) toIDBRequestResult (src/JSDOM/Types.hs:2982) IDBRequestSource (src/JSDOM/Types.hs:2990) unIDBRequestSource IsIDBRequestSource (src/JSDOM/Types.hs:3013) toIDBRequestSource (src/JSDOM/Types.hs:3016) Int32List (src/JSDOM/Types.hs:3024) unInt32List IsInt32List (src/JSDOM/Types.hs:3047) KeyData (src/JSDOM/Types.hs:3053) unKeyData IsKeyData (src/JSDOM/Types.hs:3076) toKeyData (src/JSDOM/Types.hs:3079) MediaProvider (src/JSDOM/Types.hs:3088) unMediaProvider IsMediaProvider (src/JSDOM/Types.hs:3111) toMediaProvider (src/JSDOM/Types.hs:3114) MediaStreamTrackOrKind (src/JSDOM/Types.hs:3122) unMediaStreamTrackOrKind IsMediaStreamTrackOrKind (src/JSDOM/Types.hs:3145) MessageEventSource (src/JSDOM/Types.hs:3154) unMessageEventSource IsMessageEventSource (src/JSDOM/Types.hs:3177) toMessageEventSource (src/JSDOM/Types.hs:3180) NodeOrString (src/JSDOM/Types.hs:3186) unNodeOrString IsNodeOrString (src/JSDOM/Types.hs:3209) RTCIceCandidateOrInit (src/JSDOM/Types.hs:3389) unRTCIceCandidateOrInit IsRTCIceCandidateOrInit (src/JSDOM/Types.hs:3412) toRTCIceCandidateOrInit (src/JSDOM/Types.hs:3415) RadioNodeListOrElement (src/JSDOM/Types.hs:3421) unRadioNodeListOrElement IsRadioNodeListOrElement (src/JSDOM/Types.hs:3444) toRadioNodeListOrElement (src/JSDOM/Types.hs:3447) RenderingContext (src/JSDOM/Types.hs:3613) unRenderingContext IsRenderingContext (src/JSDOM/Types.hs:3636) toRenderingContext (src/JSDOM/Types.hs:3639) SQLValue (src/JSDOM/Types.hs:3647) unSQLValue IsSQLValue (src/JSDOM/Types.hs:3670) StringOrArrayBuffer (src/JSDOM/Types.hs:3678) unStringOrArrayBuffer IsStringOrArrayBuffer (src/JSDOM/Types.hs:3701) StringOrBinaryData (src/JSDOM/Types.hs:3709) unStringOrBinaryData IsStringOrBinaryData (src/JSDOM/Types.hs:3732) StringOrStrings (src/JSDOM/Types.hs:3743) unStringOrStrings IsStringOrStrings (src/JSDOM/Types.hs:3766) TexImageSource (src/JSDOM/Types.hs:3776) unTexImageSource IsTexImageSource (src/JSDOM/Types.hs:3799) toTexImageSource (src/JSDOM/Types.hs:3802) Track (src/JSDOM/Types.hs:3810) unTrack IsTrack (src/JSDOM/Types.hs:3833) toTrack (src/JSDOM/Types.hs:3836) URLSearchParamsInit (src/JSDOM/Types.hs:3843) unURLSearchParamsInit IsURLSearchParamsInit (src/JSDOM/Types.hs:3866) XMLHttpRequestBody (src/JSDOM/Types.hs:3876) unXMLHttpRequestBody IsXMLHttpRequestBody (src/JSDOM/Types.hs:3899) unANGLEInstancedArrays noANGLEInstancedArrays (src/JSDOM/Types.hs:3948) gTypeANGLEInstancedArrays (src/JSDOM/Types.hs:3952) unAbstractWorker IsAbstractWorker (src/JSDOM/Types.hs:3980) toAbstractWorker (src/JSDOM/Types.hs:3982) noAbstractWorker (src/JSDOM/Types.hs:3990) gTypeAbstractWorker (src/JSDOM/Types.hs:3994) unAcceleration noAcceleration (src/JSDOM/Types.hs:4027) gTypeAcceleration (src/JSDOM/Types.hs:4031) unAddEventListenerOptions noAddEventListenerOptions (src/JSDOM/Types.hs:4068) gTypeAddEventListenerOptions (src/JSDOM/Types.hs:4072) unAesCbcCfbParams noAesCbcCfbParams (src/JSDOM/Types.hs:4109) gTypeAesCbcCfbParams (src/JSDOM/Types.hs:4113) unAesCtrParams noAesCtrParams (src/JSDOM/Types.hs:4150) gTypeAesCtrParams (src/JSDOM/Types.hs:4154) unAesGcmParams noAesGcmParams (src/JSDOM/Types.hs:4191) gTypeAesGcmParams (src/JSDOM/Types.hs:4195) unAesKeyParams noAesKeyParams (src/JSDOM/Types.hs:4232) gTypeAesKeyParams (src/JSDOM/Types.hs:4236) unAnalyserNode noAnalyserNode (src/JSDOM/Types.hs:4275) gTypeAnalyserNode (src/JSDOM/Types.hs:4279) unAnimatable IsAnimatable (src/JSDOM/Types.hs:4307) toAnimatable (src/JSDOM/Types.hs:4309) noAnimatable (src/JSDOM/Types.hs:4317) gTypeAnimatable (src/JSDOM/Types.hs:4321) unAnimation noAnimation (src/JSDOM/Types.hs:4354) gTypeAnimation (src/JSDOM/Types.hs:4358) unAnimationEffect IsAnimationEffect (src/JSDOM/Types.hs:4386) toAnimationEffect (src/JSDOM/Types.hs:4388) noAnimationEffect (src/JSDOM/Types.hs:4396) gTypeAnimationEffect (src/JSDOM/Types.hs:4400) unAnimationEvent noAnimationEvent (src/JSDOM/Types.hs:4437) gTypeAnimationEvent (src/JSDOM/Types.hs:4441) unAnimationEventInit noAnimationEventInit (src/JSDOM/Types.hs:4478) gTypeAnimationEventInit (src/JSDOM/Types.hs:4482) unAnimationTimeline IsAnimationTimeline (src/JSDOM/Types.hs:4510) toAnimationTimeline (src/JSDOM/Types.hs:4512) noAnimationTimeline (src/JSDOM/Types.hs:4520) gTypeAnimationTimeline (src/JSDOM/Types.hs:4524) unApplePayError noApplePayError (src/JSDOM/Types.hs:4557) gTypeApplePayError (src/JSDOM/Types.hs:4561) unApplePayLineItem noApplePayLineItem (src/JSDOM/Types.hs:4594) gTypeApplePayLineItem (src/JSDOM/Types.hs:4598) unApplePayPayment noApplePayPayment (src/JSDOM/Types.hs:4631) gTypeApplePayPayment (src/JSDOM/Types.hs:4635) unApplePayPaymentAuthorizationResult noApplePayPaymentAuthorizationResult (src/JSDOM/Types.hs:4668) gTypeApplePayPaymentAuthorizationResult (src/JSDOM/Types.hs:4672) unApplePayPaymentAuthorizedEvent noApplePayPaymentAuthorizedEvent (src/JSDOM/Types.hs:4709) gTypeApplePayPaymentAuthorizedEvent (src/JSDOM/Types.hs:4713) unApplePayPaymentContact noApplePayPaymentContact (src/JSDOM/Types.hs:4746) gTypeApplePayPaymentContact (src/JSDOM/Types.hs:4750) unApplePayPaymentMethod noApplePayPaymentMethod (src/JSDOM/Types.hs:4783) gTypeApplePayPaymentMethod (src/JSDOM/Types.hs:4787) unApplePayPaymentMethodSelectedEvent noApplePayPaymentMethodSelectedEvent (src/JSDOM/Types.hs:4824) gTypeApplePayPaymentMethodSelectedEvent (src/JSDOM/Types.hs:4828) unApplePayPaymentMethodUpdate noApplePayPaymentMethodUpdate (src/JSDOM/Types.hs:4861) gTypeApplePayPaymentMethodUpdate (src/JSDOM/Types.hs:4865) unApplePayPaymentPass noApplePayPaymentPass (src/JSDOM/Types.hs:4898) gTypeApplePayPaymentPass (src/JSDOM/Types.hs:4902) unApplePayPaymentRequest noApplePayPaymentRequest (src/JSDOM/Types.hs:4935) gTypeApplePayPaymentRequest (src/JSDOM/Types.hs:4939) unApplePayPaymentToken noApplePayPaymentToken (src/JSDOM/Types.hs:4972) gTypeApplePayPaymentToken (src/JSDOM/Types.hs:4976) unApplePaySession noApplePaySession (src/JSDOM/Types.hs:5013) gTypeApplePaySession (src/JSDOM/Types.hs:5017) unApplePayShippingContactSelectedEvent noApplePayShippingContactSelectedEvent (src/JSDOM/Types.hs:5054) gTypeApplePayShippingContactSelectedEvent (src/JSDOM/Types.hs:5058) unApplePayShippingContactUpdate noApplePayShippingContactUpdate (src/JSDOM/Types.hs:5091) gTypeApplePayShippingContactUpdate (src/JSDOM/Types.hs:5095) unApplePayShippingMethod noApplePayShippingMethod (src/JSDOM/Types.hs:5128) gTypeApplePayShippingMethod (src/JSDOM/Types.hs:5132) unApplePayShippingMethodSelectedEvent noApplePayShippingMethodSelectedEvent (src/JSDOM/Types.hs:5169) gTypeApplePayShippingMethodSelectedEvent (src/JSDOM/Types.hs:5173) unApplePayShippingMethodUpdate noApplePayShippingMethodUpdate (src/JSDOM/Types.hs:5206) gTypeApplePayShippingMethodUpdate (src/JSDOM/Types.hs:5210) unApplePayValidateMerchantEvent noApplePayValidateMerchantEvent (src/JSDOM/Types.hs:5247) gTypeApplePayValidateMerchantEvent (src/JSDOM/Types.hs:5251) unApplicationCache noApplicationCache (src/JSDOM/Types.hs:5288) gTypeApplicationCache (src/JSDOM/Types.hs:5292) unAssignedNodesOptions noAssignedNodesOptions (src/JSDOM/Types.hs:5325) gTypeAssignedNodesOptions (src/JSDOM/Types.hs:5329) unAttr noAttr (src/JSDOM/Types.hs:5368) gTypeAttr (src/JSDOM/Types.hs:5372) unAudioBuffer noAudioBuffer (src/JSDOM/Types.hs:5405) gTypeAudioBuffer (src/JSDOM/Types.hs:5409) unAudioBufferSourceNode noAudioBufferSourceNode (src/JSDOM/Types.hs:5448) gTypeAudioBufferSourceNode (src/JSDOM/Types.hs:5452) unAudioContext IsAudioContext (src/JSDOM/Types.hs:5483) toAudioContext (src/JSDOM/Types.hs:5485) noAudioContext (src/JSDOM/Types.hs:5494) gTypeAudioContext (src/JSDOM/Types.hs:5498) unAudioDestinationNode noAudioDestinationNode (src/JSDOM/Types.hs:5537) gTypeAudioDestinationNode (src/JSDOM/Types.hs:5541) unAudioListener noAudioListener (src/JSDOM/Types.hs:5574) gTypeAudioListener (src/JSDOM/Types.hs:5578) unAudioNode IsAudioNode (src/JSDOM/Types.hs:5609) toAudioNode (src/JSDOM/Types.hs:5611) noAudioNode (src/JSDOM/Types.hs:5620) gTypeAudioNode (src/JSDOM/Types.hs:5624) unAudioParam noAudioParam (src/JSDOM/Types.hs:5657) gTypeAudioParam (src/JSDOM/Types.hs:5661) unAudioProcessingEvent noAudioProcessingEvent (src/JSDOM/Types.hs:5698) gTypeAudioProcessingEvent (src/JSDOM/Types.hs:5702) unAudioTrack noAudioTrack (src/JSDOM/Types.hs:5735) gTypeAudioTrack (src/JSDOM/Types.hs:5739) unAudioTrackList noAudioTrackList (src/JSDOM/Types.hs:5776) gTypeAudioTrackList (src/JSDOM/Types.hs:5780) unAutocompleteErrorEvent noAutocompleteErrorEvent (src/JSDOM/Types.hs:5817) gTypeAutocompleteErrorEvent (src/JSDOM/Types.hs:5821) unAutocompleteErrorEventInit noAutocompleteErrorEventInit (src/JSDOM/Types.hs:5858) gTypeAutocompleteErrorEventInit (src/JSDOM/Types.hs:5862) unBarProp noBarProp (src/JSDOM/Types.hs:5895) gTypeBarProp (src/JSDOM/Types.hs:5899) unBasicCredential IsBasicCredential (src/JSDOM/Types.hs:5927) toBasicCredential (src/JSDOM/Types.hs:5929) noBasicCredential (src/JSDOM/Types.hs:5937) gTypeBasicCredential (src/JSDOM/Types.hs:5941) unBeforeLoadEvent noBeforeLoadEvent (src/JSDOM/Types.hs:5978) gTypeBeforeLoadEvent (src/JSDOM/Types.hs:5982) unBeforeLoadEventInit noBeforeLoadEventInit (src/JSDOM/Types.hs:6019) gTypeBeforeLoadEventInit (src/JSDOM/Types.hs:6023) unBeforeUnloadEvent noBeforeUnloadEvent (src/JSDOM/Types.hs:6060) gTypeBeforeUnloadEvent (src/JSDOM/Types.hs:6064) unBiquadFilterNode noBiquadFilterNode (src/JSDOM/Types.hs:6103) gTypeBiquadFilterNode (src/JSDOM/Types.hs:6107) unBlob IsBlob (src/JSDOM/Types.hs:6135) toBlob (src/JSDOM/Types.hs:6137) noBlob (src/JSDOM/Types.hs:6145) gTypeBlob (src/JSDOM/Types.hs:6149) unBlobPropertyBag IsBlobPropertyBag (src/JSDOM/Types.hs:6177) toBlobPropertyBag (src/JSDOM/Types.hs:6179) noBlobPropertyBag (src/JSDOM/Types.hs:6187) gTypeBlobPropertyBag (src/JSDOM/Types.hs:6191) unBody IsBody (src/JSDOM/Types.hs:6219) toBody (src/JSDOM/Types.hs:6221) noBody (src/JSDOM/Types.hs:6229) gTypeBody (src/JSDOM/Types.hs:6233) unByteLengthQueuingStrategy noByteLengthQueuingStrategy (src/JSDOM/Types.hs:6266) gTypeByteLengthQueuingStrategy (src/JSDOM/Types.hs:6270) unCDATASection noCDATASection (src/JSDOM/Types.hs:6319) gTypeCDATASection (src/JSDOM/Types.hs:6323) unCSS noCSS (src/JSDOM/Types.hs:6356) gTypeCSS (src/JSDOM/Types.hs:6360) unCSSFontFaceLoadEvent noCSSFontFaceLoadEvent (src/JSDOM/Types.hs:6397) gTypeCSSFontFaceLoadEvent (src/JSDOM/Types.hs:6401) unCSSFontFaceLoadEventInit noCSSFontFaceLoadEventInit (src/JSDOM/Types.hs:6438) gTypeCSSFontFaceLoadEventInit (src/JSDOM/Types.hs:6442) unCSSFontFaceRule noCSSFontFaceRule (src/JSDOM/Types.hs:6479) gTypeCSSFontFaceRule (src/JSDOM/Types.hs:6483) unCSSImportRule noCSSImportRule (src/JSDOM/Types.hs:6520) gTypeCSSImportRule (src/JSDOM/Types.hs:6524) unCSSKeyframeRule noCSSKeyframeRule (src/JSDOM/Types.hs:6561) gTypeCSSKeyframeRule (src/JSDOM/Types.hs:6565) unCSSKeyframesRule noCSSKeyframesRule (src/JSDOM/Types.hs:6602) gTypeCSSKeyframesRule (src/JSDOM/Types.hs:6606) unCSSMediaRule noCSSMediaRule (src/JSDOM/Types.hs:6643) gTypeCSSMediaRule (src/JSDOM/Types.hs:6647) unCSSNamespaceRule noCSSNamespaceRule (src/JSDOM/Types.hs:6684) gTypeCSSNamespaceRule (src/JSDOM/Types.hs:6688) unCSSPageRule noCSSPageRule (src/JSDOM/Types.hs:6725) gTypeCSSPageRule (src/JSDOM/Types.hs:6729) unCSSPrimitiveValue noCSSPrimitiveValue (src/JSDOM/Types.hs:6766) gTypeCSSPrimitiveValue (src/JSDOM/Types.hs:6770) unCSSRule IsCSSRule (src/JSDOM/Types.hs:6798) toCSSRule (src/JSDOM/Types.hs:6800) noCSSRule (src/JSDOM/Types.hs:6808) gTypeCSSRule (src/JSDOM/Types.hs:6812) unCSSRuleList noCSSRuleList (src/JSDOM/Types.hs:6845) gTypeCSSRuleList (src/JSDOM/Types.hs:6849) unCSSStyleDeclaration noCSSStyleDeclaration (src/JSDOM/Types.hs:6882) gTypeCSSStyleDeclaration (src/JSDOM/Types.hs:6886) unCSSStyleRule noCSSStyleRule (src/JSDOM/Types.hs:6923) gTypeCSSStyleRule (src/JSDOM/Types.hs:6927) unCSSStyleSheet noCSSStyleSheet (src/JSDOM/Types.hs:6964) gTypeCSSStyleSheet (src/JSDOM/Types.hs:6968) unCSSSupportsRule noCSSSupportsRule (src/JSDOM/Types.hs:7005) gTypeCSSSupportsRule (src/JSDOM/Types.hs:7009) unCSSUnknownRule noCSSUnknownRule (src/JSDOM/Types.hs:7046) gTypeCSSUnknownRule (src/JSDOM/Types.hs:7050) unCSSValue IsCSSValue (src/JSDOM/Types.hs:7078) toCSSValue (src/JSDOM/Types.hs:7080) noCSSValue (src/JSDOM/Types.hs:7088) gTypeCSSValue (src/JSDOM/Types.hs:7092) unCSSValueList noCSSValueList (src/JSDOM/Types.hs:7129) gTypeCSSValueList (src/JSDOM/Types.hs:7133) unCanvasCaptureMediaStreamTrack noCanvasCaptureMediaStreamTrack (src/JSDOM/Types.hs:7172) gTypeCanvasCaptureMediaStreamTrack (src/JSDOM/Types.hs:7176) unCanvasGradient noCanvasGradient (src/JSDOM/Types.hs:7209) gTypeCanvasGradient (src/JSDOM/Types.hs:7213) unCanvasPath IsCanvasPath (src/JSDOM/Types.hs:7241) toCanvasPath (src/JSDOM/Types.hs:7243) noCanvasPath (src/JSDOM/Types.hs:7251) gTypeCanvasPath (src/JSDOM/Types.hs:7255) unCanvasPattern noCanvasPattern (src/JSDOM/Types.hs:7288) gTypeCanvasPattern (src/JSDOM/Types.hs:7292) unCanvasProxy noCanvasProxy (src/JSDOM/Types.hs:7325) gTypeCanvasProxy (src/JSDOM/Types.hs:7329) unCanvasRenderingContext2D noCanvasRenderingContext2D (src/JSDOM/Types.hs:7366) gTypeCanvasRenderingContext2D (src/JSDOM/Types.hs:7370) unChannelMergerNode noChannelMergerNode (src/JSDOM/Types.hs:7409) gTypeChannelMergerNode (src/JSDOM/Types.hs:7413) unChannelSplitterNode noChannelSplitterNode (src/JSDOM/Types.hs:7452) gTypeChannelSplitterNode (src/JSDOM/Types.hs:7456) unCharacterData IsCharacterData (src/JSDOM/Types.hs:7490) toCharacterData (src/JSDOM/Types.hs:7492) noCharacterData (src/JSDOM/Types.hs:7504) gTypeCharacterData (src/JSDOM/Types.hs:7508) unChildNode IsChildNode (src/JSDOM/Types.hs:7536) toChildNode (src/JSDOM/Types.hs:7538) noChildNode (src/JSDOM/Types.hs:7546) gTypeChildNode (src/JSDOM/Types.hs:7550) unClipboardEvent noClipboardEvent (src/JSDOM/Types.hs:7587) gTypeClipboardEvent (src/JSDOM/Types.hs:7591) unClipboardEventInit noClipboardEventInit (src/JSDOM/Types.hs:7628) gTypeClipboardEventInit (src/JSDOM/Types.hs:7632) unCloseEvent noCloseEvent (src/JSDOM/Types.hs:7669) gTypeCloseEvent (src/JSDOM/Types.hs:7673) unCloseEventInit noCloseEventInit (src/JSDOM/Types.hs:7710) gTypeCloseEventInit (src/JSDOM/Types.hs:7714) unCommandLineAPIHost noCommandLineAPIHost (src/JSDOM/Types.hs:7747) gTypeCommandLineAPIHost (src/JSDOM/Types.hs:7751) unComment noComment (src/JSDOM/Types.hs:7796) gTypeComment (src/JSDOM/Types.hs:7800) unCompositionEvent noCompositionEvent (src/JSDOM/Types.hs:7839) gTypeCompositionEvent (src/JSDOM/Types.hs:7843) unCompositionEventInit noCompositionEventInit (src/JSDOM/Types.hs:7882) gTypeCompositionEventInit (src/JSDOM/Types.hs:7886) unConstrainBooleanParameters noConstrainBooleanParameters (src/JSDOM/Types.hs:7919) gTypeConstrainBooleanParameters (src/JSDOM/Types.hs:7923) unConstrainDOMStringParameters noConstrainDOMStringParameters (src/JSDOM/Types.hs:7956) gTypeConstrainDOMStringParameters (src/JSDOM/Types.hs:7960) unConstrainDoubleRange noConstrainDoubleRange (src/JSDOM/Types.hs:7997) gTypeConstrainDoubleRange (src/JSDOM/Types.hs:8001) unConstrainLongRange noConstrainLongRange (src/JSDOM/Types.hs:8038) gTypeConstrainLongRange (src/JSDOM/Types.hs:8042) unConvolverNode noConvolverNode (src/JSDOM/Types.hs:8081) gTypeConvolverNode (src/JSDOM/Types.hs:8085) unCoordinates noCoordinates (src/JSDOM/Types.hs:8118) gTypeCoordinates (src/JSDOM/Types.hs:8122) unCountQueuingStrategy noCountQueuingStrategy (src/JSDOM/Types.hs:8155) gTypeCountQueuingStrategy (src/JSDOM/Types.hs:8159) unCounter noCounter (src/JSDOM/Types.hs:8192) gTypeCounter (src/JSDOM/Types.hs:8196) unCredentialData IsCredentialData (src/JSDOM/Types.hs:8224) toCredentialData (src/JSDOM/Types.hs:8226) noCredentialData (src/JSDOM/Types.hs:8234) gTypeCredentialData (src/JSDOM/Types.hs:8238) unCrypto noCrypto (src/JSDOM/Types.hs:8271) gTypeCrypto (src/JSDOM/Types.hs:8275) unCryptoAlgorithmParameters IsCryptoAlgorithmParameters (src/JSDOM/Types.hs:8303) toCryptoAlgorithmParameters (src/JSDOM/Types.hs:8305) noCryptoAlgorithmParameters (src/JSDOM/Types.hs:8313) gTypeCryptoAlgorithmParameters (src/JSDOM/Types.hs:8317) unCryptoKey noCryptoKey (src/JSDOM/Types.hs:8350) gTypeCryptoKey (src/JSDOM/Types.hs:8354) unCryptoKeyPair noCryptoKeyPair (src/JSDOM/Types.hs:8387) gTypeCryptoKeyPair (src/JSDOM/Types.hs:8391) unCustomElementRegistry noCustomElementRegistry (src/JSDOM/Types.hs:8424) gTypeCustomElementRegistry (src/JSDOM/Types.hs:8428) unCustomEvent noCustomEvent (src/JSDOM/Types.hs:8465) gTypeCustomEvent (src/JSDOM/Types.hs:8469) unCustomEventInit noCustomEventInit (src/JSDOM/Types.hs:8506) gTypeCustomEventInit (src/JSDOM/Types.hs:8510) unDOMError IsDOMError (src/JSDOM/Types.hs:8538) toDOMError (src/JSDOM/Types.hs:8540) noDOMError (src/JSDOM/Types.hs:8548) gTypeDOMError (src/JSDOM/Types.hs:8552) unDOMException noDOMException (src/JSDOM/Types.hs:8585) gTypeDOMException (src/JSDOM/Types.hs:8589) unDOMImplementation noDOMImplementation (src/JSDOM/Types.hs:8622) gTypeDOMImplementation (src/JSDOM/Types.hs:8626) unDOMNamedFlowCollection noDOMNamedFlowCollection (src/JSDOM/Types.hs:8659) gTypeDOMNamedFlowCollection (src/JSDOM/Types.hs:8663) unDOMParser noDOMParser (src/JSDOM/Types.hs:8696) gTypeDOMParser (src/JSDOM/Types.hs:8700) unDOMPoint noDOMPoint (src/JSDOM/Types.hs:8737) gTypeDOMPoint (src/JSDOM/Types.hs:8741) unDOMPointInit noDOMPointInit (src/JSDOM/Types.hs:8774) gTypeDOMPointInit (src/JSDOM/Types.hs:8778) unDOMPointReadOnly IsDOMPointReadOnly (src/JSDOM/Types.hs:8806) toDOMPointReadOnly (src/JSDOM/Types.hs:8808) noDOMPointReadOnly (src/JSDOM/Types.hs:8816) gTypeDOMPointReadOnly (src/JSDOM/Types.hs:8820) unDOMRect noDOMRect (src/JSDOM/Types.hs:8857) gTypeDOMRect (src/JSDOM/Types.hs:8861) unDOMRectInit noDOMRectInit (src/JSDOM/Types.hs:8894) gTypeDOMRectInit (src/JSDOM/Types.hs:8898) unDOMRectReadOnly IsDOMRectReadOnly (src/JSDOM/Types.hs:8926) toDOMRectReadOnly (src/JSDOM/Types.hs:8928) noDOMRectReadOnly (src/JSDOM/Types.hs:8936) gTypeDOMRectReadOnly (src/JSDOM/Types.hs:8940) unDOMStringList noDOMStringList (src/JSDOM/Types.hs:8973) gTypeDOMStringList (src/JSDOM/Types.hs:8977) unDOMStringMap noDOMStringMap (src/JSDOM/Types.hs:9010) gTypeDOMStringMap (src/JSDOM/Types.hs:9014) unDOMTokenList noDOMTokenList (src/JSDOM/Types.hs:9047) gTypeDOMTokenList (src/JSDOM/Types.hs:9051) unDataCue noDataCue (src/JSDOM/Types.hs:9090) gTypeDataCue (src/JSDOM/Types.hs:9094) unDataTransfer noDataTransfer (src/JSDOM/Types.hs:9127) gTypeDataTransfer (src/JSDOM/Types.hs:9131) unDataTransferItem noDataTransferItem (src/JSDOM/Types.hs:9164) gTypeDataTransferItem (src/JSDOM/Types.hs:9168) unDataTransferItemList noDataTransferItemList (src/JSDOM/Types.hs:9201) gTypeDataTransferItemList (src/JSDOM/Types.hs:9205) unDatabase noDatabase (src/JSDOM/Types.hs:9238) gTypeDatabase (src/JSDOM/Types.hs:9242) unDedicatedWorkerGlobalScope noDedicatedWorkerGlobalScope (src/JSDOM/Types.hs:9287) gTypeDedicatedWorkerGlobalScope (src/JSDOM/Types.hs:9291) unDelayNode noDelayNode (src/JSDOM/Types.hs:9330) gTypeDelayNode (src/JSDOM/Types.hs:9334) unDeviceMotionEvent noDeviceMotionEvent (src/JSDOM/Types.hs:9371) gTypeDeviceMotionEvent (src/JSDOM/Types.hs:9375) unDeviceOrientationEvent noDeviceOrientationEvent (src/JSDOM/Types.hs:9412) gTypeDeviceOrientationEvent (src/JSDOM/Types.hs:9416) unDeviceProximityEvent noDeviceProximityEvent (src/JSDOM/Types.hs:9453) gTypeDeviceProximityEvent (src/JSDOM/Types.hs:9457) unDeviceProximityEventInit noDeviceProximityEventInit (src/JSDOM/Types.hs:9494) gTypeDeviceProximityEventInit (src/JSDOM/Types.hs:9498) unDocument IsDocument (src/JSDOM/Types.hs:9535) toDocument (src/JSDOM/Types.hs:9537) noDocument (src/JSDOM/Types.hs:9552) gTypeDocument (src/JSDOM/Types.hs:9556) unDocumentAndElementEventHandlers IsDocumentAndElementEventHandlers (src/JSDOM/Types.hs:9584) toDocumentAndElementEventHandlers (src/JSDOM/Types.hs:9586) noDocumentAndElementEventHandlers (src/JSDOM/Types.hs:9594) gTypeDocumentAndElementEventHandlers (src/JSDOM/Types.hs:9598) unDocumentFragment IsDocumentFragment (src/JSDOM/Types.hs:9632) toDocumentFragment (src/JSDOM/Types.hs:9634) noDocumentFragment (src/JSDOM/Types.hs:9646) gTypeDocumentFragment (src/JSDOM/Types.hs:9650) unDocumentOrShadowRoot IsDocumentOrShadowRoot (src/JSDOM/Types.hs:9678) toDocumentOrShadowRoot (src/JSDOM/Types.hs:9680) noDocumentOrShadowRoot (src/JSDOM/Types.hs:9688) gTypeDocumentOrShadowRoot (src/JSDOM/Types.hs:9692) unDocumentTimeline noDocumentTimeline (src/JSDOM/Types.hs:9729) gTypeDocumentTimeline (src/JSDOM/Types.hs:9733) unDocumentType noDocumentType (src/JSDOM/Types.hs:9774) gTypeDocumentType (src/JSDOM/Types.hs:9778) unDoubleRange IsDoubleRange (src/JSDOM/Types.hs:9806) toDoubleRange (src/JSDOM/Types.hs:9808) noDoubleRange (src/JSDOM/Types.hs:9816) gTypeDoubleRange (src/JSDOM/Types.hs:9820) unDynamicsCompressorNode noDynamicsCompressorNode (src/JSDOM/Types.hs:9859) gTypeDynamicsCompressorNode (src/JSDOM/Types.hs:9863) unEXTBlendMinMax noEXTBlendMinMax (src/JSDOM/Types.hs:9896) gTypeEXTBlendMinMax (src/JSDOM/Types.hs:9900) unEXTFragDepth noEXTFragDepth (src/JSDOM/Types.hs:9933) gTypeEXTFragDepth (src/JSDOM/Types.hs:9937) unEXTShaderTextureLOD noEXTShaderTextureLOD (src/JSDOM/Types.hs:9970) gTypeEXTShaderTextureLOD (src/JSDOM/Types.hs:9974) unEXTTextureFilterAnisotropic noEXTTextureFilterAnisotropic (src/JSDOM/Types.hs:10007) gTypeEXTTextureFilterAnisotropic (src/JSDOM/Types.hs:10011) unEXTsRGB noEXTsRGB (src/JSDOM/Types.hs:10044) gTypeEXTsRGB (src/JSDOM/Types.hs:10048) unEcKeyParams noEcKeyParams (src/JSDOM/Types.hs:10085) gTypeEcKeyParams (src/JSDOM/Types.hs:10089) unEcdhKeyDeriveParams noEcdhKeyDeriveParams (src/JSDOM/Types.hs:10126) gTypeEcdhKeyDeriveParams (src/JSDOM/Types.hs:10130) unEcdsaParams noEcdsaParams (src/JSDOM/Types.hs:10167) gTypeEcdsaParams (src/JSDOM/Types.hs:10171) unElement IsElement (src/JSDOM/Types.hs:10209) toElement (src/JSDOM/Types.hs:10211) noElement (src/JSDOM/Types.hs:10227) gTypeElement (src/JSDOM/Types.hs:10231) unElementCSSInlineStyle IsElementCSSInlineStyle (src/JSDOM/Types.hs:10259) toElementCSSInlineStyle (src/JSDOM/Types.hs:10261) noElementCSSInlineStyle (src/JSDOM/Types.hs:10269) gTypeElementCSSInlineStyle (src/JSDOM/Types.hs:10273) unErrorEvent noErrorEvent (src/JSDOM/Types.hs:10310) gTypeErrorEvent (src/JSDOM/Types.hs:10314) unErrorEventInit noErrorEventInit (src/JSDOM/Types.hs:10351) gTypeErrorEventInit (src/JSDOM/Types.hs:10355) unEvent IsEvent (src/JSDOM/Types.hs:10383) toEvent (src/JSDOM/Types.hs:10385) noEvent (src/JSDOM/Types.hs:10393) gTypeEvent (src/JSDOM/Types.hs:10397) unEventInit IsEventInit (src/JSDOM/Types.hs:10425) toEventInit (src/JSDOM/Types.hs:10427) noEventInit (src/JSDOM/Types.hs:10435) gTypeEventInit (src/JSDOM/Types.hs:10439) unEventListener noEventListener (src/JSDOM/Types.hs:10472) gTypeEventListener (src/JSDOM/Types.hs:10476) unEventListenerOptions IsEventListenerOptions (src/JSDOM/Types.hs:10504) toEventListenerOptions (src/JSDOM/Types.hs:10506) noEventListenerOptions (src/JSDOM/Types.hs:10514) gTypeEventListenerOptions (src/JSDOM/Types.hs:10518) unEventModifierInit IsEventModifierInit (src/JSDOM/Types.hs:10550) toEventModifierInit (src/JSDOM/Types.hs:10552) noEventModifierInit (src/JSDOM/Types.hs:10562) gTypeEventModifierInit (src/JSDOM/Types.hs:10566) unEventSource noEventSource (src/JSDOM/Types.hs:10603) gTypeEventSource (src/JSDOM/Types.hs:10607) unEventSourceInit noEventSourceInit (src/JSDOM/Types.hs:10640) gTypeEventSourceInit (src/JSDOM/Types.hs:10644) unEventTarget IsEventTarget (src/JSDOM/Types.hs:10672) toEventTarget (src/JSDOM/Types.hs:10674) noEventTarget (src/JSDOM/Types.hs:10682) gTypeEventTarget (src/JSDOM/Types.hs:10686) unFile noFile (src/JSDOM/Types.hs:10723) gTypeFile (src/JSDOM/Types.hs:10727) unFileError noFileError (src/JSDOM/Types.hs:10760) gTypeFileError (src/JSDOM/Types.hs:10764) unFileException noFileException (src/JSDOM/Types.hs:10797) gTypeFileException (src/JSDOM/Types.hs:10801) unFileList noFileList (src/JSDOM/Types.hs:10834) gTypeFileList (src/JSDOM/Types.hs:10838) unFilePropertyBag noFilePropertyBag (src/JSDOM/Types.hs:10875) gTypeFilePropertyBag (src/JSDOM/Types.hs:10879) unFileReader noFileReader (src/JSDOM/Types.hs:10916) gTypeFileReader (src/JSDOM/Types.hs:10920) unFileReaderSync noFileReaderSync (src/JSDOM/Types.hs:10953) gTypeFileReaderSync (src/JSDOM/Types.hs:10957) unFocusEvent noFocusEvent (src/JSDOM/Types.hs:10996) gTypeFocusEvent (src/JSDOM/Types.hs:11000) unFocusEventInit noFocusEventInit (src/JSDOM/Types.hs:11039) gTypeFocusEventInit (src/JSDOM/Types.hs:11043) unFontFace noFontFace (src/JSDOM/Types.hs:11076) gTypeFontFace (src/JSDOM/Types.hs:11080) unFontFaceDescriptors noFontFaceDescriptors (src/JSDOM/Types.hs:11113) gTypeFontFaceDescriptors (src/JSDOM/Types.hs:11117) unFontFaceSet noFontFaceSet (src/JSDOM/Types.hs:11154) gTypeFontFaceSet (src/JSDOM/Types.hs:11158) unFormData noFormData (src/JSDOM/Types.hs:11191) gTypeFormData (src/JSDOM/Types.hs:11195) unGainNode noGainNode (src/JSDOM/Types.hs:11234) gTypeGainNode (src/JSDOM/Types.hs:11238) unGamepad noGamepad (src/JSDOM/Types.hs:11271) gTypeGamepad (src/JSDOM/Types.hs:11275) unGamepadButton noGamepadButton (src/JSDOM/Types.hs:11308) gTypeGamepadButton (src/JSDOM/Types.hs:11312) unGamepadEvent noGamepadEvent (src/JSDOM/Types.hs:11349) gTypeGamepadEvent (src/JSDOM/Types.hs:11353) unGamepadEventInit noGamepadEventInit (src/JSDOM/Types.hs:11390) gTypeGamepadEventInit (src/JSDOM/Types.hs:11394) unGeolocation noGeolocation (src/JSDOM/Types.hs:11427) gTypeGeolocation (src/JSDOM/Types.hs:11431) unGeoposition noGeoposition (src/JSDOM/Types.hs:11464) gTypeGeoposition (src/JSDOM/Types.hs:11468) unGetRootNodeOptions noGetRootNodeOptions (src/JSDOM/Types.hs:11501) gTypeGetRootNodeOptions (src/JSDOM/Types.hs:11505) unGlobalCrypto IsGlobalCrypto (src/JSDOM/Types.hs:11533) toGlobalCrypto (src/JSDOM/Types.hs:11535) noGlobalCrypto (src/JSDOM/Types.hs:11543) gTypeGlobalCrypto (src/JSDOM/Types.hs:11547) unGlobalEventHandlers IsGlobalEventHandlers (src/JSDOM/Types.hs:11575) toGlobalEventHandlers (src/JSDOM/Types.hs:11577) noGlobalEventHandlers (src/JSDOM/Types.hs:11585) gTypeGlobalEventHandlers (src/JSDOM/Types.hs:11589) unGlobalPerformance IsGlobalPerformance (src/JSDOM/Types.hs:11617) toGlobalPerformance (src/JSDOM/Types.hs:11619) noGlobalPerformance (src/JSDOM/Types.hs:11627) gTypeGlobalPerformance (src/JSDOM/Types.hs:11631) unHTMLAllCollection noHTMLAllCollection (src/JSDOM/Types.hs:11664) gTypeHTMLAllCollection (src/JSDOM/Types.hs:11668) unHTMLAnchorElement noHTMLAnchorElement (src/JSDOM/Types.hs:11729) gTypeHTMLAnchorElement (src/JSDOM/Types.hs:11733) unHTMLAppletElement noHTMLAppletElement (src/JSDOM/Types.hs:11792) gTypeHTMLAppletElement (src/JSDOM/Types.hs:11796) unHTMLAreaElement noHTMLAreaElement (src/JSDOM/Types.hs:11857) gTypeHTMLAreaElement (src/JSDOM/Types.hs:11861) unHTMLAttachmentElement noHTMLAttachmentElement (src/JSDOM/Types.hs:11920) gTypeHTMLAttachmentElement (src/JSDOM/Types.hs:11924) unHTMLAudioElement noHTMLAudioElement (src/JSDOM/Types.hs:11985) gTypeHTMLAudioElement (src/JSDOM/Types.hs:11989) unHTMLBRElement noHTMLBRElement (src/JSDOM/Types.hs:12048) gTypeHTMLBRElement (src/JSDOM/Types.hs:12052) unHTMLBaseElement noHTMLBaseElement (src/JSDOM/Types.hs:12111) gTypeHTMLBaseElement (src/JSDOM/Types.hs:12115) unHTMLBodyElement noHTMLBodyElement (src/JSDOM/Types.hs:12176) gTypeHTMLBodyElement (src/JSDOM/Types.hs:12180) unHTMLButtonElement noHTMLButtonElement (src/JSDOM/Types.hs:12239) gTypeHTMLButtonElement (src/JSDOM/Types.hs:12243) unHTMLCanvasElement noHTMLCanvasElement (src/JSDOM/Types.hs:12302) gTypeHTMLCanvasElement (src/JSDOM/Types.hs:12306) unHTMLCollection IsHTMLCollection (src/JSDOM/Types.hs:12334) toHTMLCollection (src/JSDOM/Types.hs:12336) noHTMLCollection (src/JSDOM/Types.hs:12344) gTypeHTMLCollection (src/JSDOM/Types.hs:12348) unHTMLDListElement noHTMLDListElement (src/JSDOM/Types.hs:12407) gTypeHTMLDListElement (src/JSDOM/Types.hs:12411) unHTMLDataElement noHTMLDataElement (src/JSDOM/Types.hs:12470) gTypeHTMLDataElement (src/JSDOM/Types.hs:12474) unHTMLDataListElement noHTMLDataListElement (src/JSDOM/Types.hs:12533) gTypeHTMLDataListElement (src/JSDOM/Types.hs:12537) unHTMLDetailsElement noHTMLDetailsElement (src/JSDOM/Types.hs:12596) gTypeHTMLDetailsElement (src/JSDOM/Types.hs:12600) unHTMLDirectoryElement noHTMLDirectoryElement (src/JSDOM/Types.hs:12659) gTypeHTMLDirectoryElement (src/JSDOM/Types.hs:12663) unHTMLDivElement noHTMLDivElement (src/JSDOM/Types.hs:12722) gTypeHTMLDivElement (src/JSDOM/Types.hs:12726) unHTMLDocument noHTMLDocument (src/JSDOM/Types.hs:12777) gTypeHTMLDocument (src/JSDOM/Types.hs:12781) unHTMLElement IsHTMLElement (src/JSDOM/Types.hs:12822) toHTMLElement (src/JSDOM/Types.hs:12824) noHTMLElement (src/JSDOM/Types.hs:12843) gTypeHTMLElement (src/JSDOM/Types.hs:12847) unHTMLEmbedElement noHTMLEmbedElement (src/JSDOM/Types.hs:12906) gTypeHTMLEmbedElement (src/JSDOM/Types.hs:12910) unHTMLFieldSetElement noHTMLFieldSetElement (src/JSDOM/Types.hs:12969) gTypeHTMLFieldSetElement (src/JSDOM/Types.hs:12973) unHTMLFontElement noHTMLFontElement (src/JSDOM/Types.hs:13032) gTypeHTMLFontElement (src/JSDOM/Types.hs:13036) unHTMLFormControlsCollection noHTMLFormControlsCollection (src/JSDOM/Types.hs:13073) gTypeHTMLFormControlsCollection (src/JSDOM/Types.hs:13077) unHTMLFormElement noHTMLFormElement (src/JSDOM/Types.hs:13136) gTypeHTMLFormElement (src/JSDOM/Types.hs:13140) unHTMLFrameElement noHTMLFrameElement (src/JSDOM/Types.hs:13199) gTypeHTMLFrameElement (src/JSDOM/Types.hs:13203) unHTMLFrameSetElement noHTMLFrameSetElement (src/JSDOM/Types.hs:13264) gTypeHTMLFrameSetElement (src/JSDOM/Types.hs:13268) unHTMLHRElement noHTMLHRElement (src/JSDOM/Types.hs:13327) gTypeHTMLHRElement (src/JSDOM/Types.hs:13331) unHTMLHeadElement noHTMLHeadElement (src/JSDOM/Types.hs:13390) gTypeHTMLHeadElement (src/JSDOM/Types.hs:13394) unHTMLHeadingElement noHTMLHeadingElement (src/JSDOM/Types.hs:13453) gTypeHTMLHeadingElement (src/JSDOM/Types.hs:13457) unHTMLHtmlElement noHTMLHtmlElement (src/JSDOM/Types.hs:13516) gTypeHTMLHtmlElement (src/JSDOM/Types.hs:13520) unHTMLHyperlinkElementUtils IsHTMLHyperlinkElementUtils (src/JSDOM/Types.hs:13548) toHTMLHyperlinkElementUtils (src/JSDOM/Types.hs:13550) noHTMLHyperlinkElementUtils (src/JSDOM/Types.hs:13558) gTypeHTMLHyperlinkElementUtils (src/JSDOM/Types.hs:13562) unHTMLIFrameElement noHTMLIFrameElement (src/JSDOM/Types.hs:13621) gTypeHTMLIFrameElement (src/JSDOM/Types.hs:13625) unHTMLImageElement noHTMLImageElement (src/JSDOM/Types.hs:13684) gTypeHTMLImageElement (src/JSDOM/Types.hs:13688) unHTMLInputElement noHTMLInputElement (src/JSDOM/Types.hs:13747) gTypeHTMLInputElement (src/JSDOM/Types.hs:13751) unHTMLKeygenElement noHTMLKeygenElement (src/JSDOM/Types.hs:13810) gTypeHTMLKeygenElement (src/JSDOM/Types.hs:13814) unHTMLLIElement noHTMLLIElement (src/JSDOM/Types.hs:13873) gTypeHTMLLIElement (src/JSDOM/Types.hs:13877) unHTMLLabelElement noHTMLLabelElement (src/JSDOM/Types.hs:13936) gTypeHTMLLabelElement (src/JSDOM/Types.hs:13940) unHTMLLegendElement noHTMLLegendElement (src/JSDOM/Types.hs:13999) gTypeHTMLLegendElement (src/JSDOM/Types.hs:14003) unHTMLLinkElement noHTMLLinkElement (src/JSDOM/Types.hs:14062) gTypeHTMLLinkElement (src/JSDOM/Types.hs:14066) unHTMLMapElement noHTMLMapElement (src/JSDOM/Types.hs:14125) gTypeHTMLMapElement (src/JSDOM/Types.hs:14129) unHTMLMarqueeElement noHTMLMarqueeElement (src/JSDOM/Types.hs:14188) gTypeHTMLMarqueeElement (src/JSDOM/Types.hs:14192) unHTMLMediaElement IsHTMLMediaElement (src/JSDOM/Types.hs:14234) toHTMLMediaElement (src/JSDOM/Types.hs:14236) noHTMLMediaElement (src/JSDOM/Types.hs:14256) gTypeHTMLMediaElement (src/JSDOM/Types.hs:14260) unHTMLMenuElement noHTMLMenuElement (src/JSDOM/Types.hs:14319) gTypeHTMLMenuElement (src/JSDOM/Types.hs:14323) unHTMLMetaElement noHTMLMetaElement (src/JSDOM/Types.hs:14382) gTypeHTMLMetaElement (src/JSDOM/Types.hs:14386) unHTMLMeterElement noHTMLMeterElement (src/JSDOM/Types.hs:14445) gTypeHTMLMeterElement (src/JSDOM/Types.hs:14449) unHTMLModElement noHTMLModElement (src/JSDOM/Types.hs:14508) gTypeHTMLModElement (src/JSDOM/Types.hs:14512) unHTMLOListElement noHTMLOListElement (src/JSDOM/Types.hs:14571) gTypeHTMLOListElement (src/JSDOM/Types.hs:14575) unHTMLObjectElement noHTMLObjectElement (src/JSDOM/Types.hs:14634) gTypeHTMLObjectElement (src/JSDOM/Types.hs:14638) unHTMLOptGroupElement noHTMLOptGroupElement (src/JSDOM/Types.hs:14697) gTypeHTMLOptGroupElement (src/JSDOM/Types.hs:14701) unHTMLOptionElement noHTMLOptionElement (src/JSDOM/Types.hs:14760) gTypeHTMLOptionElement (src/JSDOM/Types.hs:14764) unHTMLOptionsCollection noHTMLOptionsCollection (src/JSDOM/Types.hs:14801) gTypeHTMLOptionsCollection (src/JSDOM/Types.hs:14805) unHTMLOutputElement noHTMLOutputElement (src/JSDOM/Types.hs:14864) gTypeHTMLOutputElement (src/JSDOM/Types.hs:14868) unHTMLParagraphElement noHTMLParagraphElement (src/JSDOM/Types.hs:14927) gTypeHTMLParagraphElement (src/JSDOM/Types.hs:14931) unHTMLParamElement noHTMLParamElement (src/JSDOM/Types.hs:14990) gTypeHTMLParamElement (src/JSDOM/Types.hs:14994) unHTMLPictureElement noHTMLPictureElement (src/JSDOM/Types.hs:15053) gTypeHTMLPictureElement (src/JSDOM/Types.hs:15057) unHTMLPreElement noHTMLPreElement (src/JSDOM/Types.hs:15116) gTypeHTMLPreElement (src/JSDOM/Types.hs:15120) unHTMLProgressElement noHTMLProgressElement (src/JSDOM/Types.hs:15179) gTypeHTMLProgressElement (src/JSDOM/Types.hs:15183) unHTMLQuoteElement noHTMLQuoteElement (src/JSDOM/Types.hs:15242) gTypeHTMLQuoteElement (src/JSDOM/Types.hs:15246) unHTMLScriptElement noHTMLScriptElement (src/JSDOM/Types.hs:15305) gTypeHTMLScriptElement (src/JSDOM/Types.hs:15309) unHTMLSelectElement noHTMLSelectElement (src/JSDOM/Types.hs:15368) gTypeHTMLSelectElement (src/JSDOM/Types.hs:15372) unHTMLSlotElement noHTMLSlotElement (src/JSDOM/Types.hs:15431) gTypeHTMLSlotElement (src/JSDOM/Types.hs:15435) unHTMLSourceElement noHTMLSourceElement (src/JSDOM/Types.hs:15494) gTypeHTMLSourceElement (src/JSDOM/Types.hs:15498) unHTMLSpanElement noHTMLSpanElement (src/JSDOM/Types.hs:15557) gTypeHTMLSpanElement (src/JSDOM/Types.hs:15561) unHTMLStyleElement noHTMLStyleElement (src/JSDOM/Types.hs:15620) gTypeHTMLStyleElement (src/JSDOM/Types.hs:15624) unHTMLTableCaptionElement noHTMLTableCaptionElement (src/JSDOM/Types.hs:15683) gTypeHTMLTableCaptionElement (src/JSDOM/Types.hs:15687) unHTMLTableCellElement noHTMLTableCellElement (src/JSDOM/Types.hs:15746) gTypeHTMLTableCellElement (src/JSDOM/Types.hs:15750) unHTMLTableColElement noHTMLTableColElement (src/JSDOM/Types.hs:15809) gTypeHTMLTableColElement (src/JSDOM/Types.hs:15813) unHTMLTableElement noHTMLTableElement (src/JSDOM/Types.hs:15872) gTypeHTMLTableElement (src/JSDOM/Types.hs:15876) unHTMLTableRowElement noHTMLTableRowElement (src/JSDOM/Types.hs:15935) gTypeHTMLTableRowElement (src/JSDOM/Types.hs:15939) unHTMLTableSectionElement noHTMLTableSectionElement (src/JSDOM/Types.hs:15998) gTypeHTMLTableSectionElement (src/JSDOM/Types.hs:16002) unHTMLTemplateElement noHTMLTemplateElement (src/JSDOM/Types.hs:16061) gTypeHTMLTemplateElement (src/JSDOM/Types.hs:16065) unHTMLTextAreaElement noHTMLTextAreaElement (src/JSDOM/Types.hs:16124) gTypeHTMLTextAreaElement (src/JSDOM/Types.hs:16128) unHTMLTimeElement noHTMLTimeElement (src/JSDOM/Types.hs:16187) gTypeHTMLTimeElement (src/JSDOM/Types.hs:16191) unHTMLTitleElement noHTMLTitleElement (src/JSDOM/Types.hs:16250) gTypeHTMLTitleElement (src/JSDOM/Types.hs:16254) unHTMLTrackElement noHTMLTrackElement (src/JSDOM/Types.hs:16313) gTypeHTMLTrackElement (src/JSDOM/Types.hs:16317) unHTMLUListElement noHTMLUListElement (src/JSDOM/Types.hs:16376) gTypeHTMLUListElement (src/JSDOM/Types.hs:16380) unHTMLUnknownElement noHTMLUnknownElement (src/JSDOM/Types.hs:16439) gTypeHTMLUnknownElement (src/JSDOM/Types.hs:16443) unHTMLVideoElement noHTMLVideoElement (src/JSDOM/Types.hs:16504) gTypeHTMLVideoElement (src/JSDOM/Types.hs:16508) unHashChangeEvent noHashChangeEvent (src/JSDOM/Types.hs:16545) gTypeHashChangeEvent (src/JSDOM/Types.hs:16549) unHashChangeEventInit noHashChangeEventInit (src/JSDOM/Types.hs:16586) gTypeHashChangeEventInit (src/JSDOM/Types.hs:16590) unHeaders noHeaders (src/JSDOM/Types.hs:16623) gTypeHeaders (src/JSDOM/Types.hs:16627) unHistory noHistory (src/JSDOM/Types.hs:16660) gTypeHistory (src/JSDOM/Types.hs:16664) unHkdfParams noHkdfParams (src/JSDOM/Types.hs:16701) gTypeHkdfParams (src/JSDOM/Types.hs:16705) unHmacKeyParams noHmacKeyParams (src/JSDOM/Types.hs:16742) gTypeHmacKeyParams (src/JSDOM/Types.hs:16746) unIDBCursor IsIDBCursor (src/JSDOM/Types.hs:16774) toIDBCursor (src/JSDOM/Types.hs:16776) noIDBCursor (src/JSDOM/Types.hs:16784) gTypeIDBCursor (src/JSDOM/Types.hs:16788) unIDBCursorWithValue noIDBCursorWithValue (src/JSDOM/Types.hs:16825) gTypeIDBCursorWithValue (src/JSDOM/Types.hs:16829) unIDBDatabase noIDBDatabase (src/JSDOM/Types.hs:16866) gTypeIDBDatabase (src/JSDOM/Types.hs:16870) unIDBFactory noIDBFactory (src/JSDOM/Types.hs:16903) gTypeIDBFactory (src/JSDOM/Types.hs:16907) unIDBIndex noIDBIndex (src/JSDOM/Types.hs:16940) gTypeIDBIndex (src/JSDOM/Types.hs:16944) unIDBIndexParameters noIDBIndexParameters (src/JSDOM/Types.hs:16977) gTypeIDBIndexParameters (src/JSDOM/Types.hs:16981) unIDBKeyRange noIDBKeyRange (src/JSDOM/Types.hs:17014) gTypeIDBKeyRange (src/JSDOM/Types.hs:17018) unIDBObjectStore noIDBObjectStore (src/JSDOM/Types.hs:17051) gTypeIDBObjectStore (src/JSDOM/Types.hs:17055) unIDBObjectStoreParameters noIDBObjectStoreParameters (src/JSDOM/Types.hs:17088) gTypeIDBObjectStoreParameters (src/JSDOM/Types.hs:17092) unIDBOpenDBRequest noIDBOpenDBRequest (src/JSDOM/Types.hs:17131) gTypeIDBOpenDBRequest (src/JSDOM/Types.hs:17135) unIDBRequest IsIDBRequest (src/JSDOM/Types.hs:17166) toIDBRequest (src/JSDOM/Types.hs:17168) noIDBRequest (src/JSDOM/Types.hs:17177) gTypeIDBRequest (src/JSDOM/Types.hs:17181) unIDBTransaction noIDBTransaction (src/JSDOM/Types.hs:17218) gTypeIDBTransaction (src/JSDOM/Types.hs:17222) unIDBVersionChangeEvent noIDBVersionChangeEvent (src/JSDOM/Types.hs:17259) gTypeIDBVersionChangeEvent (src/JSDOM/Types.hs:17263) unIDBVersionChangeEventInit noIDBVersionChangeEventInit (src/JSDOM/Types.hs:17300) gTypeIDBVersionChangeEventInit (src/JSDOM/Types.hs:17304) unImageData noImageData (src/JSDOM/Types.hs:17337) gTypeImageData (src/JSDOM/Types.hs:17341) unInputEvent noInputEvent (src/JSDOM/Types.hs:17380) gTypeInputEvent (src/JSDOM/Types.hs:17384) unInputEventInit noInputEventInit (src/JSDOM/Types.hs:17423) gTypeInputEventInit (src/JSDOM/Types.hs:17427) unInspectorFrontendHost noInspectorFrontendHost (src/JSDOM/Types.hs:17460) gTypeInspectorFrontendHost (src/JSDOM/Types.hs:17464) unIntersectionObserver noIntersectionObserver (src/JSDOM/Types.hs:17497) gTypeIntersectionObserver (src/JSDOM/Types.hs:17501) unIntersectionObserverEntry noIntersectionObserverEntry (src/JSDOM/Types.hs:17534) gTypeIntersectionObserverEntry (src/JSDOM/Types.hs:17538) unIntersectionObserverEntryInit noIntersectionObserverEntryInit (src/JSDOM/Types.hs:17571) gTypeIntersectionObserverEntryInit (src/JSDOM/Types.hs:17575) unIntersectionObserverInit noIntersectionObserverInit (src/JSDOM/Types.hs:17608) gTypeIntersectionObserverInit (src/JSDOM/Types.hs:17612) unJsonWebKey noJsonWebKey (src/JSDOM/Types.hs:17645) gTypeJsonWebKey (src/JSDOM/Types.hs:17649) unKeyboardEvent noKeyboardEvent (src/JSDOM/Types.hs:17688) gTypeKeyboardEvent (src/JSDOM/Types.hs:17692) unKeyboardEventInit noKeyboardEventInit (src/JSDOM/Types.hs:17733) gTypeKeyboardEventInit (src/JSDOM/Types.hs:17737) unKeyframeEffect noKeyframeEffect (src/JSDOM/Types.hs:17774) gTypeKeyframeEffect (src/JSDOM/Types.hs:17778) unLocation noLocation (src/JSDOM/Types.hs:17811) gTypeLocation (src/JSDOM/Types.hs:17815) unLongRange IsLongRange (src/JSDOM/Types.hs:17843) toLongRange (src/JSDOM/Types.hs:17845) noLongRange (src/JSDOM/Types.hs:17853) gTypeLongRange (src/JSDOM/Types.hs:17857) unMediaController noMediaController (src/JSDOM/Types.hs:17894) gTypeMediaController (src/JSDOM/Types.hs:17898) unMediaControlsHost noMediaControlsHost (src/JSDOM/Types.hs:17931) gTypeMediaControlsHost (src/JSDOM/Types.hs:17935) unMediaDeviceInfo noMediaDeviceInfo (src/JSDOM/Types.hs:17968) gTypeMediaDeviceInfo (src/JSDOM/Types.hs:17972) unMediaDevices noMediaDevices (src/JSDOM/Types.hs:18005) gTypeMediaDevices (src/JSDOM/Types.hs:18009) unMediaElementAudioSourceNode noMediaElementAudioSourceNode (src/JSDOM/Types.hs:18048) gTypeMediaElementAudioSourceNode (src/JSDOM/Types.hs:18052) unMediaEncryptedEvent noMediaEncryptedEvent (src/JSDOM/Types.hs:18089) gTypeMediaEncryptedEvent (src/JSDOM/Types.hs:18093) unMediaEncryptedEventInit noMediaEncryptedEventInit (src/JSDOM/Types.hs:18130) gTypeMediaEncryptedEventInit (src/JSDOM/Types.hs:18134) unMediaError noMediaError (src/JSDOM/Types.hs:18167) gTypeMediaError (src/JSDOM/Types.hs:18171) unMediaKeyMessageEvent noMediaKeyMessageEvent (src/JSDOM/Types.hs:18208) gTypeMediaKeyMessageEvent (src/JSDOM/Types.hs:18212) unMediaKeyMessageEventInit noMediaKeyMessageEventInit (src/JSDOM/Types.hs:18249) gTypeMediaKeyMessageEventInit (src/JSDOM/Types.hs:18253) unMediaKeySession noMediaKeySession (src/JSDOM/Types.hs:18290) gTypeMediaKeySession (src/JSDOM/Types.hs:18294) unMediaKeyStatusMap noMediaKeyStatusMap (src/JSDOM/Types.hs:18327) gTypeMediaKeyStatusMap (src/JSDOM/Types.hs:18331) unMediaKeySystemAccess noMediaKeySystemAccess (src/JSDOM/Types.hs:18364) gTypeMediaKeySystemAccess (src/JSDOM/Types.hs:18368) unMediaKeySystemConfiguration noMediaKeySystemConfiguration (src/JSDOM/Types.hs:18401) gTypeMediaKeySystemConfiguration (src/JSDOM/Types.hs:18405) unMediaKeySystemMediaCapability noMediaKeySystemMediaCapability (src/JSDOM/Types.hs:18438) gTypeMediaKeySystemMediaCapability (src/JSDOM/Types.hs:18442) unMediaKeys noMediaKeys (src/JSDOM/Types.hs:18475) gTypeMediaKeys (src/JSDOM/Types.hs:18479) unMediaList noMediaList (src/JSDOM/Types.hs:18512) gTypeMediaList (src/JSDOM/Types.hs:18516) unMediaMetadata noMediaMetadata (src/JSDOM/Types.hs:18549) gTypeMediaMetadata (src/JSDOM/Types.hs:18553) unMediaQueryList noMediaQueryList (src/JSDOM/Types.hs:18586) gTypeMediaQueryList (src/JSDOM/Types.hs:18590) unMediaRemoteControls noMediaRemoteControls (src/JSDOM/Types.hs:18627) gTypeMediaRemoteControls (src/JSDOM/Types.hs:18631) unMediaSession noMediaSession (src/JSDOM/Types.hs:18664) gTypeMediaSession (src/JSDOM/Types.hs:18668) unMediaSource noMediaSource (src/JSDOM/Types.hs:18705) gTypeMediaSource (src/JSDOM/Types.hs:18709) unMediaStream noMediaStream (src/JSDOM/Types.hs:18746) gTypeMediaStream (src/JSDOM/Types.hs:18750) unMediaStreamAudioDestinationNode noMediaStreamAudioDestinationNode (src/JSDOM/Types.hs:18789) gTypeMediaStreamAudioDestinationNode (src/JSDOM/Types.hs:18793) unMediaStreamAudioSourceNode noMediaStreamAudioSourceNode (src/JSDOM/Types.hs:18832) gTypeMediaStreamAudioSourceNode (src/JSDOM/Types.hs:18836) unMediaStreamConstraints noMediaStreamConstraints (src/JSDOM/Types.hs:18869) gTypeMediaStreamConstraints (src/JSDOM/Types.hs:18873) unMediaStreamEvent noMediaStreamEvent (src/JSDOM/Types.hs:18910) gTypeMediaStreamEvent (src/JSDOM/Types.hs:18914) unMediaStreamEventInit noMediaStreamEventInit (src/JSDOM/Types.hs:18951) gTypeMediaStreamEventInit (src/JSDOM/Types.hs:18955) unMediaStreamTrack IsMediaStreamTrack (src/JSDOM/Types.hs:18986) toMediaStreamTrack (src/JSDOM/Types.hs:18988) noMediaStreamTrack (src/JSDOM/Types.hs:18997) gTypeMediaStreamTrack (src/JSDOM/Types.hs:19001) unMediaStreamTrackEvent noMediaStreamTrackEvent (src/JSDOM/Types.hs:19038) gTypeMediaStreamTrackEvent (src/JSDOM/Types.hs:19042) unMediaStreamTrackEventInit noMediaStreamTrackEventInit (src/JSDOM/Types.hs:19079) gTypeMediaStreamTrackEventInit (src/JSDOM/Types.hs:19083) unMediaTrackCapabilities noMediaTrackCapabilities (src/JSDOM/Types.hs:19116) gTypeMediaTrackCapabilities (src/JSDOM/Types.hs:19120) unMediaTrackConstraintSet IsMediaTrackConstraintSet (src/JSDOM/Types.hs:19148) toMediaTrackConstraintSet (src/JSDOM/Types.hs:19150) noMediaTrackConstraintSet (src/JSDOM/Types.hs:19158) gTypeMediaTrackConstraintSet (src/JSDOM/Types.hs:19162) unMediaTrackConstraints noMediaTrackConstraints (src/JSDOM/Types.hs:19199) gTypeMediaTrackConstraints (src/JSDOM/Types.hs:19203) unMediaTrackSettings noMediaTrackSettings (src/JSDOM/Types.hs:19236) gTypeMediaTrackSettings (src/JSDOM/Types.hs:19240) unMediaTrackSupportedConstraints noMediaTrackSupportedConstraints (src/JSDOM/Types.hs:19273) gTypeMediaTrackSupportedConstraints (src/JSDOM/Types.hs:19277) unMessageChannel noMessageChannel (src/JSDOM/Types.hs:19310) gTypeMessageChannel (src/JSDOM/Types.hs:19314) unMessageEvent noMessageEvent (src/JSDOM/Types.hs:19351) gTypeMessageEvent (src/JSDOM/Types.hs:19355) unMessageEventInit noMessageEventInit (src/JSDOM/Types.hs:19392) gTypeMessageEventInit (src/JSDOM/Types.hs:19396) unMessagePort noMessagePort (src/JSDOM/Types.hs:19433) gTypeMessagePort (src/JSDOM/Types.hs:19437) unMimeType noMimeType (src/JSDOM/Types.hs:19470) gTypeMimeType (src/JSDOM/Types.hs:19474) unMimeTypeArray noMimeTypeArray (src/JSDOM/Types.hs:19507) gTypeMimeTypeArray (src/JSDOM/Types.hs:19511) unMouseEvent IsMouseEvent (src/JSDOM/Types.hs:19543) toMouseEvent (src/JSDOM/Types.hs:19545) noMouseEvent (src/JSDOM/Types.hs:19555) gTypeMouseEvent (src/JSDOM/Types.hs:19559) unMouseEventInit IsMouseEventInit (src/JSDOM/Types.hs:19592) toMouseEventInit (src/JSDOM/Types.hs:19594) noMouseEventInit (src/JSDOM/Types.hs:19605) gTypeMouseEventInit (src/JSDOM/Types.hs:19609) unMutationEvent noMutationEvent (src/JSDOM/Types.hs:19646) gTypeMutationEvent (src/JSDOM/Types.hs:19650) unMutationObserver noMutationObserver (src/JSDOM/Types.hs:19683) gTypeMutationObserver (src/JSDOM/Types.hs:19687) unMutationObserverInit noMutationObserverInit (src/JSDOM/Types.hs:19720) gTypeMutationObserverInit (src/JSDOM/Types.hs:19724) unMutationRecord noMutationRecord (src/JSDOM/Types.hs:19757) gTypeMutationRecord (src/JSDOM/Types.hs:19761) unNamedNodeMap noNamedNodeMap (src/JSDOM/Types.hs:19794) gTypeNamedNodeMap (src/JSDOM/Types.hs:19798) unNavigator noNavigator (src/JSDOM/Types.hs:19841) gTypeNavigator (src/JSDOM/Types.hs:19845) unNavigatorConcurrentHardware IsNavigatorConcurrentHardware (src/JSDOM/Types.hs:19873) toNavigatorConcurrentHardware (src/JSDOM/Types.hs:19875) noNavigatorConcurrentHardware (src/JSDOM/Types.hs:19883) gTypeNavigatorConcurrentHardware (src/JSDOM/Types.hs:19887) unNavigatorID IsNavigatorID (src/JSDOM/Types.hs:19915) toNavigatorID (src/JSDOM/Types.hs:19917) noNavigatorID (src/JSDOM/Types.hs:19925) gTypeNavigatorID (src/JSDOM/Types.hs:19929) unNavigatorLanguage IsNavigatorLanguage (src/JSDOM/Types.hs:19957) toNavigatorLanguage (src/JSDOM/Types.hs:19959) noNavigatorLanguage (src/JSDOM/Types.hs:19967) gTypeNavigatorLanguage (src/JSDOM/Types.hs:19971) unNavigatorOnLine IsNavigatorOnLine (src/JSDOM/Types.hs:19999) toNavigatorOnLine (src/JSDOM/Types.hs:20001) noNavigatorOnLine (src/JSDOM/Types.hs:20009) gTypeNavigatorOnLine (src/JSDOM/Types.hs:20013) unNavigatorUserMediaError noNavigatorUserMediaError (src/JSDOM/Types.hs:20050) gTypeNavigatorUserMediaError (src/JSDOM/Types.hs:20054) unNode IsNode (src/JSDOM/Types.hs:20085) toNode (src/JSDOM/Types.hs:20087) noNode (src/JSDOM/Types.hs:20096) gTypeNode (src/JSDOM/Types.hs:20100) unNodeIterator noNodeIterator (src/JSDOM/Types.hs:20133) gTypeNodeIterator (src/JSDOM/Types.hs:20137) unNodeList IsNodeList (src/JSDOM/Types.hs:20165) toNodeList (src/JSDOM/Types.hs:20167) noNodeList (src/JSDOM/Types.hs:20175) gTypeNodeList (src/JSDOM/Types.hs:20179) unNonDocumentTypeChildNode IsNonDocumentTypeChildNode (src/JSDOM/Types.hs:20207) toNonDocumentTypeChildNode (src/JSDOM/Types.hs:20209) noNonDocumentTypeChildNode (src/JSDOM/Types.hs:20217) gTypeNonDocumentTypeChildNode (src/JSDOM/Types.hs:20221) unNonElementParentNode IsNonElementParentNode (src/JSDOM/Types.hs:20249) toNonElementParentNode (src/JSDOM/Types.hs:20251) noNonElementParentNode (src/JSDOM/Types.hs:20259) gTypeNonElementParentNode (src/JSDOM/Types.hs:20263) unNotification noNotification (src/JSDOM/Types.hs:20300) gTypeNotification (src/JSDOM/Types.hs:20304) unNotificationOptions noNotificationOptions (src/JSDOM/Types.hs:20337) gTypeNotificationOptions (src/JSDOM/Types.hs:20341) unOESElementIndexUint noOESElementIndexUint (src/JSDOM/Types.hs:20374) gTypeOESElementIndexUint (src/JSDOM/Types.hs:20378) unOESStandardDerivatives noOESStandardDerivatives (src/JSDOM/Types.hs:20411) gTypeOESStandardDerivatives (src/JSDOM/Types.hs:20415) unOESTextureFloat noOESTextureFloat (src/JSDOM/Types.hs:20448) gTypeOESTextureFloat (src/JSDOM/Types.hs:20452) unOESTextureFloatLinear noOESTextureFloatLinear (src/JSDOM/Types.hs:20485) gTypeOESTextureFloatLinear (src/JSDOM/Types.hs:20489) unOESTextureHalfFloat noOESTextureHalfFloat (src/JSDOM/Types.hs:20522) gTypeOESTextureHalfFloat (src/JSDOM/Types.hs:20526) unOESTextureHalfFloatLinear noOESTextureHalfFloatLinear (src/JSDOM/Types.hs:20559) gTypeOESTextureHalfFloatLinear (src/JSDOM/Types.hs:20563) unOESVertexArrayObject noOESVertexArrayObject (src/JSDOM/Types.hs:20596) gTypeOESVertexArrayObject (src/JSDOM/Types.hs:20600) unOfflineAudioCompletionEvent noOfflineAudioCompletionEvent (src/JSDOM/Types.hs:20637) gTypeOfflineAudioCompletionEvent (src/JSDOM/Types.hs:20641) unOfflineAudioContext noOfflineAudioContext (src/JSDOM/Types.hs:20680) gTypeOfflineAudioContext (src/JSDOM/Types.hs:20684) unOscillatorNode noOscillatorNode (src/JSDOM/Types.hs:20723) gTypeOscillatorNode (src/JSDOM/Types.hs:20727) unOverconstrainedError noOverconstrainedError (src/JSDOM/Types.hs:20760) gTypeOverconstrainedError (src/JSDOM/Types.hs:20764) unOverconstrainedErrorEvent noOverconstrainedErrorEvent (src/JSDOM/Types.hs:20801) gTypeOverconstrainedErrorEvent (src/JSDOM/Types.hs:20805) unOverconstrainedErrorEventInit noOverconstrainedErrorEventInit (src/JSDOM/Types.hs:20842) gTypeOverconstrainedErrorEventInit (src/JSDOM/Types.hs:20846) unOverflowEvent noOverflowEvent (src/JSDOM/Types.hs:20883) gTypeOverflowEvent (src/JSDOM/Types.hs:20887) unOverflowEventInit noOverflowEventInit (src/JSDOM/Types.hs:20924) gTypeOverflowEventInit (src/JSDOM/Types.hs:20928) unPageTransitionEvent noPageTransitionEvent (src/JSDOM/Types.hs:20965) gTypePageTransitionEvent (src/JSDOM/Types.hs:20969) unPageTransitionEventInit noPageTransitionEventInit (src/JSDOM/Types.hs:21006) gTypePageTransitionEventInit (src/JSDOM/Types.hs:21010) unPannerNode noPannerNode (src/JSDOM/Types.hs:21049) gTypePannerNode (src/JSDOM/Types.hs:21053) unParentNode IsParentNode (src/JSDOM/Types.hs:21081) toParentNode (src/JSDOM/Types.hs:21083) noParentNode (src/JSDOM/Types.hs:21091) gTypeParentNode (src/JSDOM/Types.hs:21095) unPasswordCredential noPasswordCredential (src/JSDOM/Types.hs:21134) gTypePasswordCredential (src/JSDOM/Types.hs:21138) unPasswordCredentialData noPasswordCredentialData (src/JSDOM/Types.hs:21177) gTypePasswordCredentialData (src/JSDOM/Types.hs:21181) unPath2D noPath2D (src/JSDOM/Types.hs:21218) gTypePath2D (src/JSDOM/Types.hs:21222) unPbkdf2Params noPbkdf2Params (src/JSDOM/Types.hs:21259) gTypePbkdf2Params (src/JSDOM/Types.hs:21263) unPerformance noPerformance (src/JSDOM/Types.hs:21300) gTypePerformance (src/JSDOM/Types.hs:21304) unPerformanceEntry IsPerformanceEntry (src/JSDOM/Types.hs:21332) toPerformanceEntry (src/JSDOM/Types.hs:21334) noPerformanceEntry (src/JSDOM/Types.hs:21342) gTypePerformanceEntry (src/JSDOM/Types.hs:21346) unPerformanceMark noPerformanceMark (src/JSDOM/Types.hs:21383) gTypePerformanceMark (src/JSDOM/Types.hs:21387) unPerformanceMeasure noPerformanceMeasure (src/JSDOM/Types.hs:21424) gTypePerformanceMeasure (src/JSDOM/Types.hs:21428) unPerformanceNavigation noPerformanceNavigation (src/JSDOM/Types.hs:21461) gTypePerformanceNavigation (src/JSDOM/Types.hs:21465) unPerformanceObserver noPerformanceObserver (src/JSDOM/Types.hs:21498) gTypePerformanceObserver (src/JSDOM/Types.hs:21502) unPerformanceObserverEntryList noPerformanceObserverEntryList (src/JSDOM/Types.hs:21535) gTypePerformanceObserverEntryList (src/JSDOM/Types.hs:21539) unPerformanceObserverInit noPerformanceObserverInit (src/JSDOM/Types.hs:21572) gTypePerformanceObserverInit (src/JSDOM/Types.hs:21576) unPerformanceResourceTiming noPerformanceResourceTiming (src/JSDOM/Types.hs:21613) gTypePerformanceResourceTiming (src/JSDOM/Types.hs:21617) unPerformanceTiming noPerformanceTiming (src/JSDOM/Types.hs:21650) gTypePerformanceTiming (src/JSDOM/Types.hs:21654) unPeriodicWave noPeriodicWave (src/JSDOM/Types.hs:21687) gTypePeriodicWave (src/JSDOM/Types.hs:21691) unPlugin noPlugin (src/JSDOM/Types.hs:21724) gTypePlugin (src/JSDOM/Types.hs:21728) unPluginArray noPluginArray (src/JSDOM/Types.hs:21761) gTypePluginArray (src/JSDOM/Types.hs:21765) unPopStateEvent noPopStateEvent (src/JSDOM/Types.hs:21802) gTypePopStateEvent (src/JSDOM/Types.hs:21806) unPopStateEventInit noPopStateEventInit (src/JSDOM/Types.hs:21843) gTypePopStateEventInit (src/JSDOM/Types.hs:21847) unPositionError noPositionError (src/JSDOM/Types.hs:21880) gTypePositionError (src/JSDOM/Types.hs:21884) unPositionOptions noPositionOptions (src/JSDOM/Types.hs:21917) gTypePositionOptions (src/JSDOM/Types.hs:21921) unProcessingInstruction noProcessingInstruction (src/JSDOM/Types.hs:21966) gTypeProcessingInstruction (src/JSDOM/Types.hs:21970) unProgressEvent IsProgressEvent (src/JSDOM/Types.hs:22001) toProgressEvent (src/JSDOM/Types.hs:22003) noProgressEvent (src/JSDOM/Types.hs:22012) gTypeProgressEvent (src/JSDOM/Types.hs:22016) unProgressEventInit noProgressEventInit (src/JSDOM/Types.hs:22053) gTypeProgressEventInit (src/JSDOM/Types.hs:22057) unPromiseRejectionEvent noPromiseRejectionEvent (src/JSDOM/Types.hs:22094) gTypePromiseRejectionEvent (src/JSDOM/Types.hs:22098) unPromiseRejectionEventInit noPromiseRejectionEventInit (src/JSDOM/Types.hs:22135) gTypePromiseRejectionEventInit (src/JSDOM/Types.hs:22139) unQuickTimePluginReplacement noQuickTimePluginReplacement (src/JSDOM/Types.hs:22172) gTypeQuickTimePluginReplacement (src/JSDOM/Types.hs:22176) unRGBColor noRGBColor (src/JSDOM/Types.hs:22209) gTypeRGBColor (src/JSDOM/Types.hs:22213) unRTCAnswerOptions noRTCAnswerOptions (src/JSDOM/Types.hs:22250) gTypeRTCAnswerOptions (src/JSDOM/Types.hs:22254) unRTCConfiguration noRTCConfiguration (src/JSDOM/Types.hs:22287) gTypeRTCConfiguration (src/JSDOM/Types.hs:22291) unRTCDTMFSender noRTCDTMFSender (src/JSDOM/Types.hs:22328) gTypeRTCDTMFSender (src/JSDOM/Types.hs:22332) unRTCDTMFToneChangeEvent noRTCDTMFToneChangeEvent (src/JSDOM/Types.hs:22369) gTypeRTCDTMFToneChangeEvent (src/JSDOM/Types.hs:22373) unRTCDTMFToneChangeEventInit noRTCDTMFToneChangeEventInit (src/JSDOM/Types.hs:22410) gTypeRTCDTMFToneChangeEventInit (src/JSDOM/Types.hs:22414) unRTCDataChannel noRTCDataChannel (src/JSDOM/Types.hs:22451) gTypeRTCDataChannel (src/JSDOM/Types.hs:22455) unRTCDataChannelEvent noRTCDataChannelEvent (src/JSDOM/Types.hs:22492) gTypeRTCDataChannelEvent (src/JSDOM/Types.hs:22496) unRTCDataChannelEventInit noRTCDataChannelEventInit (src/JSDOM/Types.hs:22533) gTypeRTCDataChannelEventInit (src/JSDOM/Types.hs:22537) unRTCDataChannelInit noRTCDataChannelInit (src/JSDOM/Types.hs:22570) gTypeRTCDataChannelInit (src/JSDOM/Types.hs:22574) unRTCDataChannelStats noRTCDataChannelStats (src/JSDOM/Types.hs:22611) gTypeRTCDataChannelStats (src/JSDOM/Types.hs:22615) unRTCIceCandidate noRTCIceCandidate (src/JSDOM/Types.hs:22648) gTypeRTCIceCandidate (src/JSDOM/Types.hs:22652) unRTCIceCandidateEvent noRTCIceCandidateEvent (src/JSDOM/Types.hs:22689) gTypeRTCIceCandidateEvent (src/JSDOM/Types.hs:22693) unRTCIceCandidateInit noRTCIceCandidateInit (src/JSDOM/Types.hs:22726) gTypeRTCIceCandidateInit (src/JSDOM/Types.hs:22730) unRTCIceServer noRTCIceServer (src/JSDOM/Types.hs:22763) gTypeRTCIceServer (src/JSDOM/Types.hs:22767) unRTCIceTransport noRTCIceTransport (src/JSDOM/Types.hs:22800) gTypeRTCIceTransport (src/JSDOM/Types.hs:22804) unRTCInboundRTPStreamStats noRTCInboundRTPStreamStats (src/JSDOM/Types.hs:22843) gTypeRTCInboundRTPStreamStats (src/JSDOM/Types.hs:22847) unRTCMediaStreamTrackStats noRTCMediaStreamTrackStats (src/JSDOM/Types.hs:22884) gTypeRTCMediaStreamTrackStats (src/JSDOM/Types.hs:22888) unRTCOfferAnswerOptions IsRTCOfferAnswerOptions (src/JSDOM/Types.hs:22916) toRTCOfferAnswerOptions (src/JSDOM/Types.hs:22918) noRTCOfferAnswerOptions (src/JSDOM/Types.hs:22926) gTypeRTCOfferAnswerOptions (src/JSDOM/Types.hs:22930) unRTCOfferOptions noRTCOfferOptions (src/JSDOM/Types.hs:22967) gTypeRTCOfferOptions (src/JSDOM/Types.hs:22971) unRTCOutboundRTPStreamStats noRTCOutboundRTPStreamStats (src/JSDOM/Types.hs:23010) gTypeRTCOutboundRTPStreamStats (src/JSDOM/Types.hs:23014) unRTCPeerConnection noRTCPeerConnection (src/JSDOM/Types.hs:23051) gTypeRTCPeerConnection (src/JSDOM/Types.hs:23055) unRTCPeerConnectionIceEvent noRTCPeerConnectionIceEvent (src/JSDOM/Types.hs:23092) gTypeRTCPeerConnectionIceEvent (src/JSDOM/Types.hs:23096) unRTCRTPStreamStats IsRTCRTPStreamStats (src/JSDOM/Types.hs:23127) toRTCRTPStreamStats (src/JSDOM/Types.hs:23129) noRTCRTPStreamStats (src/JSDOM/Types.hs:23138) gTypeRTCRTPStreamStats (src/JSDOM/Types.hs:23142) unRTCRtpCodecParameters noRTCRtpCodecParameters (src/JSDOM/Types.hs:23175) gTypeRTCRtpCodecParameters (src/JSDOM/Types.hs:23179) unRTCRtpEncodingParameters noRTCRtpEncodingParameters (src/JSDOM/Types.hs:23212) gTypeRTCRtpEncodingParameters (src/JSDOM/Types.hs:23216) unRTCRtpFecParameters noRTCRtpFecParameters (src/JSDOM/Types.hs:23249) gTypeRTCRtpFecParameters (src/JSDOM/Types.hs:23253) unRTCRtpHeaderExtensionParameters noRTCRtpHeaderExtensionParameters (src/JSDOM/Types.hs:23286) gTypeRTCRtpHeaderExtensionParameters (src/JSDOM/Types.hs:23290) unRTCRtpParameters noRTCRtpParameters (src/JSDOM/Types.hs:23323) gTypeRTCRtpParameters (src/JSDOM/Types.hs:23327) unRTCRtpReceiver noRTCRtpReceiver (src/JSDOM/Types.hs:23360) gTypeRTCRtpReceiver (src/JSDOM/Types.hs:23364) unRTCRtpRtxParameters noRTCRtpRtxParameters (src/JSDOM/Types.hs:23397) gTypeRTCRtpRtxParameters (src/JSDOM/Types.hs:23401) unRTCRtpSender noRTCRtpSender (src/JSDOM/Types.hs:23434) gTypeRTCRtpSender (src/JSDOM/Types.hs:23438) unRTCRtpTransceiver noRTCRtpTransceiver (src/JSDOM/Types.hs:23471) gTypeRTCRtpTransceiver (src/JSDOM/Types.hs:23475) unRTCRtpTransceiverInit noRTCRtpTransceiverInit (src/JSDOM/Types.hs:23508) gTypeRTCRtpTransceiverInit (src/JSDOM/Types.hs:23512) unRTCSessionDescription noRTCSessionDescription (src/JSDOM/Types.hs:23545) gTypeRTCSessionDescription (src/JSDOM/Types.hs:23549) unRTCSessionDescriptionInit noRTCSessionDescriptionInit (src/JSDOM/Types.hs:23582) gTypeRTCSessionDescriptionInit (src/JSDOM/Types.hs:23586) unRTCStats IsRTCStats (src/JSDOM/Types.hs:23614) toRTCStats (src/JSDOM/Types.hs:23616) noRTCStats (src/JSDOM/Types.hs:23624) gTypeRTCStats (src/JSDOM/Types.hs:23628) unRTCStatsReport noRTCStatsReport (src/JSDOM/Types.hs:23661) gTypeRTCStatsReport (src/JSDOM/Types.hs:23665) unRTCTrackEvent noRTCTrackEvent (src/JSDOM/Types.hs:23702) gTypeRTCTrackEvent (src/JSDOM/Types.hs:23706) unRTCTrackEventInit noRTCTrackEventInit (src/JSDOM/Types.hs:23743) gTypeRTCTrackEventInit (src/JSDOM/Types.hs:23747) unRadioNodeList noRadioNodeList (src/JSDOM/Types.hs:23784) gTypeRadioNodeList (src/JSDOM/Types.hs:23788) unRange noRange (src/JSDOM/Types.hs:23821) gTypeRange (src/JSDOM/Types.hs:23825) unReadableByteStreamController noReadableByteStreamController (src/JSDOM/Types.hs:23858) gTypeReadableByteStreamController (src/JSDOM/Types.hs:23862) unReadableStream noReadableStream (src/JSDOM/Types.hs:23895) gTypeReadableStream (src/JSDOM/Types.hs:23899) unReadableStreamBYOBReader noReadableStreamBYOBReader (src/JSDOM/Types.hs:23932) gTypeReadableStreamBYOBReader (src/JSDOM/Types.hs:23936) unReadableStreamBYOBRequest noReadableStreamBYOBRequest (src/JSDOM/Types.hs:23969) gTypeReadableStreamBYOBRequest (src/JSDOM/Types.hs:23973) unReadableStreamDefaultController noReadableStreamDefaultController (src/JSDOM/Types.hs:24006) gTypeReadableStreamDefaultController (src/JSDOM/Types.hs:24010) unReadableStreamDefaultReader noReadableStreamDefaultReader (src/JSDOM/Types.hs:24043) gTypeReadableStreamDefaultReader (src/JSDOM/Types.hs:24047) unReadableStreamSource noReadableStreamSource (src/JSDOM/Types.hs:24080) gTypeReadableStreamSource (src/JSDOM/Types.hs:24084) unRect noRect (src/JSDOM/Types.hs:24117) gTypeRect (src/JSDOM/Types.hs:24121) unRequest noRequest (src/JSDOM/Types.hs:24158) gTypeRequest (src/JSDOM/Types.hs:24162) unRequestInit noRequestInit (src/JSDOM/Types.hs:24195) gTypeRequestInit (src/JSDOM/Types.hs:24199) unResponse noResponse (src/JSDOM/Types.hs:24232) gTypeResponse (src/JSDOM/Types.hs:24236) unRotationRate noRotationRate (src/JSDOM/Types.hs:24269) gTypeRotationRate (src/JSDOM/Types.hs:24273) unRsaHashedImportParams noRsaHashedImportParams (src/JSDOM/Types.hs:24310) gTypeRsaHashedImportParams (src/JSDOM/Types.hs:24314) unRsaHashedKeyGenParams noRsaHashedKeyGenParams (src/JSDOM/Types.hs:24353) gTypeRsaHashedKeyGenParams (src/JSDOM/Types.hs:24357) unRsaKeyGenParams IsRsaKeyGenParams (src/JSDOM/Types.hs:24388) toRsaKeyGenParams (src/JSDOM/Types.hs:24390) noRsaKeyGenParams (src/JSDOM/Types.hs:24399) gTypeRsaKeyGenParams (src/JSDOM/Types.hs:24403) unRsaOaepParams noRsaOaepParams (src/JSDOM/Types.hs:24440) gTypeRsaOaepParams (src/JSDOM/Types.hs:24444) unRsaOtherPrimesInfo noRsaOtherPrimesInfo (src/JSDOM/Types.hs:24477) gTypeRsaOtherPrimesInfo (src/JSDOM/Types.hs:24481) unSQLError noSQLError (src/JSDOM/Types.hs:24514) gTypeSQLError (src/JSDOM/Types.hs:24518) unSQLException noSQLException (src/JSDOM/Types.hs:24551) gTypeSQLException (src/JSDOM/Types.hs:24555) unSQLResultSet noSQLResultSet (src/JSDOM/Types.hs:24588) gTypeSQLResultSet (src/JSDOM/Types.hs:24592) unSQLResultSetRowList noSQLResultSetRowList (src/JSDOM/Types.hs:24625) gTypeSQLResultSetRowList (src/JSDOM/Types.hs:24629) unSQLTransaction noSQLTransaction (src/JSDOM/Types.hs:24662) gTypeSQLTransaction (src/JSDOM/Types.hs:24666) unSVGAElement noSVGAElement (src/JSDOM/Types.hs:24733) gTypeSVGAElement (src/JSDOM/Types.hs:24737) unSVGAltGlyphDefElement noSVGAltGlyphDefElement (src/JSDOM/Types.hs:24796) gTypeSVGAltGlyphDefElement (src/JSDOM/Types.hs:24800) unSVGAltGlyphElement noSVGAltGlyphElement (src/JSDOM/Types.hs:24871) gTypeSVGAltGlyphElement (src/JSDOM/Types.hs:24875) unSVGAltGlyphItemElement noSVGAltGlyphItemElement (src/JSDOM/Types.hs:24934) gTypeSVGAltGlyphItemElement (src/JSDOM/Types.hs:24938) unSVGAngle noSVGAngle (src/JSDOM/Types.hs:24971) gTypeSVGAngle (src/JSDOM/Types.hs:24975) unSVGAnimateColorElement noSVGAnimateColorElement (src/JSDOM/Types.hs:25040) gTypeSVGAnimateColorElement (src/JSDOM/Types.hs:25044) unSVGAnimateElement noSVGAnimateElement (src/JSDOM/Types.hs:25109) gTypeSVGAnimateElement (src/JSDOM/Types.hs:25113) unSVGAnimateMotionElement noSVGAnimateMotionElement (src/JSDOM/Types.hs:25178) gTypeSVGAnimateMotionElement (src/JSDOM/Types.hs:25182) unSVGAnimateTransformElement noSVGAnimateTransformElement (src/JSDOM/Types.hs:25247) gTypeSVGAnimateTransformElement (src/JSDOM/Types.hs:25251) unSVGAnimatedAngle noSVGAnimatedAngle (src/JSDOM/Types.hs:25284) gTypeSVGAnimatedAngle (src/JSDOM/Types.hs:25288) unSVGAnimatedBoolean noSVGAnimatedBoolean (src/JSDOM/Types.hs:25321) gTypeSVGAnimatedBoolean (src/JSDOM/Types.hs:25325) unSVGAnimatedEnumeration noSVGAnimatedEnumeration (src/JSDOM/Types.hs:25358) gTypeSVGAnimatedEnumeration (src/JSDOM/Types.hs:25362) unSVGAnimatedInteger noSVGAnimatedInteger (src/JSDOM/Types.hs:25395) gTypeSVGAnimatedInteger (src/JSDOM/Types.hs:25399) unSVGAnimatedLength noSVGAnimatedLength (src/JSDOM/Types.hs:25432) gTypeSVGAnimatedLength (src/JSDOM/Types.hs:25436) unSVGAnimatedLengthList noSVGAnimatedLengthList (src/JSDOM/Types.hs:25469) gTypeSVGAnimatedLengthList (src/JSDOM/Types.hs:25473) unSVGAnimatedNumber noSVGAnimatedNumber (src/JSDOM/Types.hs:25506) gTypeSVGAnimatedNumber (src/JSDOM/Types.hs:25510) unSVGAnimatedNumberList noSVGAnimatedNumberList (src/JSDOM/Types.hs:25543) gTypeSVGAnimatedNumberList (src/JSDOM/Types.hs:25547) unSVGAnimatedPreserveAspectRatio noSVGAnimatedPreserveAspectRatio (src/JSDOM/Types.hs:25580) gTypeSVGAnimatedPreserveAspectRatio (src/JSDOM/Types.hs:25584) unSVGAnimatedRect noSVGAnimatedRect (src/JSDOM/Types.hs:25617) gTypeSVGAnimatedRect (src/JSDOM/Types.hs:25621) unSVGAnimatedString noSVGAnimatedString (src/JSDOM/Types.hs:25654) gTypeSVGAnimatedString (src/JSDOM/Types.hs:25658) unSVGAnimatedTransformList noSVGAnimatedTransformList (src/JSDOM/Types.hs:25691) gTypeSVGAnimatedTransformList (src/JSDOM/Types.hs:25695) unSVGAnimationElement IsSVGAnimationElement (src/JSDOM/Types.hs:25739) toSVGAnimationElement (src/JSDOM/Types.hs:25741) noSVGAnimationElement (src/JSDOM/Types.hs:25763) gTypeSVGAnimationElement (src/JSDOM/Types.hs:25767) unSVGCircleElement noSVGCircleElement (src/JSDOM/Types.hs:25832) gTypeSVGCircleElement (src/JSDOM/Types.hs:25836) unSVGClipPathElement noSVGClipPathElement (src/JSDOM/Types.hs:25901) gTypeSVGClipPathElement (src/JSDOM/Types.hs:25905) unSVGComponentTransferFunctionElement IsSVGComponentTransferFunctionElement (src/JSDOM/Types.hs:25947) toSVGComponentTransferFunctionElement (src/JSDOM/Types.hs:25949) noSVGComponentTransferFunctionElement (src/JSDOM/Types.hs:25969) gTypeSVGComponentTransferFunctionElement (src/JSDOM/Types.hs:25973) unSVGCursorElement noSVGCursorElement (src/JSDOM/Types.hs:26038) gTypeSVGCursorElement (src/JSDOM/Types.hs:26042) unSVGDefsElement noSVGDefsElement (src/JSDOM/Types.hs:26107) gTypeSVGDefsElement (src/JSDOM/Types.hs:26111) unSVGDescElement noSVGDescElement (src/JSDOM/Types.hs:26170) gTypeSVGDescElement (src/JSDOM/Types.hs:26174) unSVGElement IsSVGElement (src/JSDOM/Types.hs:26215) toSVGElement (src/JSDOM/Types.hs:26217) noSVGElement (src/JSDOM/Types.hs:26236) gTypeSVGElement (src/JSDOM/Types.hs:26240) unSVGEllipseElement noSVGEllipseElement (src/JSDOM/Types.hs:26305) gTypeSVGEllipseElement (src/JSDOM/Types.hs:26309) unSVGException noSVGException (src/JSDOM/Types.hs:26342) gTypeSVGException (src/JSDOM/Types.hs:26346) unSVGExternalResourcesRequired IsSVGExternalResourcesRequired (src/JSDOM/Types.hs:26374) toSVGExternalResourcesRequired (src/JSDOM/Types.hs:26376) noSVGExternalResourcesRequired (src/JSDOM/Types.hs:26384) gTypeSVGExternalResourcesRequired (src/JSDOM/Types.hs:26388) unSVGFEBlendElement noSVGFEBlendElement (src/JSDOM/Types.hs:26449) gTypeSVGFEBlendElement (src/JSDOM/Types.hs:26453) unSVGFEColorMatrixElement noSVGFEColorMatrixElement (src/JSDOM/Types.hs:26514) gTypeSVGFEColorMatrixElement (src/JSDOM/Types.hs:26518) unSVGFEComponentTransferElement noSVGFEComponentTransferElement (src/JSDOM/Types.hs:26579) gTypeSVGFEComponentTransferElement (src/JSDOM/Types.hs:26583) unSVGFECompositeElement noSVGFECompositeElement (src/JSDOM/Types.hs:26644) gTypeSVGFECompositeElement (src/JSDOM/Types.hs:26648) unSVGFEConvolveMatrixElement noSVGFEConvolveMatrixElement (src/JSDOM/Types.hs:26709) gTypeSVGFEConvolveMatrixElement (src/JSDOM/Types.hs:26713) unSVGFEDiffuseLightingElement noSVGFEDiffuseLightingElement (src/JSDOM/Types.hs:26774) gTypeSVGFEDiffuseLightingElement (src/JSDOM/Types.hs:26778) unSVGFEDisplacementMapElement noSVGFEDisplacementMapElement (src/JSDOM/Types.hs:26839) gTypeSVGFEDisplacementMapElement (src/JSDOM/Types.hs:26843) unSVGFEDistantLightElement noSVGFEDistantLightElement (src/JSDOM/Types.hs:26902) gTypeSVGFEDistantLightElement (src/JSDOM/Types.hs:26906) unSVGFEDropShadowElement noSVGFEDropShadowElement (src/JSDOM/Types.hs:26967) gTypeSVGFEDropShadowElement (src/JSDOM/Types.hs:26971) unSVGFEFloodElement noSVGFEFloodElement (src/JSDOM/Types.hs:27032) gTypeSVGFEFloodElement (src/JSDOM/Types.hs:27036) unSVGFEFuncAElement noSVGFEFuncAElement (src/JSDOM/Types.hs:27097) gTypeSVGFEFuncAElement (src/JSDOM/Types.hs:27101) unSVGFEFuncBElement noSVGFEFuncBElement (src/JSDOM/Types.hs:27162) gTypeSVGFEFuncBElement (src/JSDOM/Types.hs:27166) unSVGFEFuncGElement noSVGFEFuncGElement (src/JSDOM/Types.hs:27227) gTypeSVGFEFuncGElement (src/JSDOM/Types.hs:27231) unSVGFEFuncRElement noSVGFEFuncRElement (src/JSDOM/Types.hs:27292) gTypeSVGFEFuncRElement (src/JSDOM/Types.hs:27296) unSVGFEGaussianBlurElement noSVGFEGaussianBlurElement (src/JSDOM/Types.hs:27357) gTypeSVGFEGaussianBlurElement (src/JSDOM/Types.hs:27361) unSVGFEImageElement noSVGFEImageElement (src/JSDOM/Types.hs:27426) gTypeSVGFEImageElement (src/JSDOM/Types.hs:27430) unSVGFEMergeElement noSVGFEMergeElement (src/JSDOM/Types.hs:27491) gTypeSVGFEMergeElement (src/JSDOM/Types.hs:27495) unSVGFEMergeNodeElement noSVGFEMergeNodeElement (src/JSDOM/Types.hs:27554) gTypeSVGFEMergeNodeElement (src/JSDOM/Types.hs:27558) unSVGFEMorphologyElement noSVGFEMorphologyElement (src/JSDOM/Types.hs:27619) gTypeSVGFEMorphologyElement (src/JSDOM/Types.hs:27623) unSVGFEOffsetElement noSVGFEOffsetElement (src/JSDOM/Types.hs:27684) gTypeSVGFEOffsetElement (src/JSDOM/Types.hs:27688) unSVGFEPointLightElement noSVGFEPointLightElement (src/JSDOM/Types.hs:27747) gTypeSVGFEPointLightElement (src/JSDOM/Types.hs:27751) unSVGFESpecularLightingElement noSVGFESpecularLightingElement (src/JSDOM/Types.hs:27812) gTypeSVGFESpecularLightingElement (src/JSDOM/Types.hs:27816) unSVGFESpotLightElement noSVGFESpotLightElement (src/JSDOM/Types.hs:27875) gTypeSVGFESpotLightElement (src/JSDOM/Types.hs:27879) unSVGFETileElement noSVGFETileElement (src/JSDOM/Types.hs:27940) gTypeSVGFETileElement (src/JSDOM/Types.hs:27944) unSVGFETurbulenceElement noSVGFETurbulenceElement (src/JSDOM/Types.hs:28005) gTypeSVGFETurbulenceElement (src/JSDOM/Types.hs:28009) unSVGFilterElement noSVGFilterElement (src/JSDOM/Types.hs:28072) gTypeSVGFilterElement (src/JSDOM/Types.hs:28076) unSVGFilterPrimitiveStandardAttributes IsSVGFilterPrimitiveStandardAttributes (src/JSDOM/Types.hs:28104) toSVGFilterPrimitiveStandardAttributes (src/JSDOM/Types.hs:28106) noSVGFilterPrimitiveStandardAttributes (src/JSDOM/Types.hs:28114) gTypeSVGFilterPrimitiveStandardAttributes (src/JSDOM/Types.hs:28118) unSVGFitToViewBox IsSVGFitToViewBox (src/JSDOM/Types.hs:28146) toSVGFitToViewBox (src/JSDOM/Types.hs:28148) noSVGFitToViewBox (src/JSDOM/Types.hs:28156) gTypeSVGFitToViewBox (src/JSDOM/Types.hs:28160) unSVGFontElement noSVGFontElement (src/JSDOM/Types.hs:28219) gTypeSVGFontElement (src/JSDOM/Types.hs:28223) unSVGFontFaceElement noSVGFontFaceElement (src/JSDOM/Types.hs:28282) gTypeSVGFontFaceElement (src/JSDOM/Types.hs:28286) unSVGFontFaceFormatElement noSVGFontFaceFormatElement (src/JSDOM/Types.hs:28345) gTypeSVGFontFaceFormatElement (src/JSDOM/Types.hs:28349) unSVGFontFaceNameElement noSVGFontFaceNameElement (src/JSDOM/Types.hs:28408) gTypeSVGFontFaceNameElement (src/JSDOM/Types.hs:28412) unSVGFontFaceSrcElement noSVGFontFaceSrcElement (src/JSDOM/Types.hs:28471) gTypeSVGFontFaceSrcElement (src/JSDOM/Types.hs:28475) unSVGFontFaceUriElement noSVGFontFaceUriElement (src/JSDOM/Types.hs:28534) gTypeSVGFontFaceUriElement (src/JSDOM/Types.hs:28538) unSVGForeignObjectElement noSVGForeignObjectElement (src/JSDOM/Types.hs:28603) gTypeSVGForeignObjectElement (src/JSDOM/Types.hs:28607) unSVGGElement noSVGGElement (src/JSDOM/Types.hs:28672) gTypeSVGGElement (src/JSDOM/Types.hs:28676) unSVGGlyphElement noSVGGlyphElement (src/JSDOM/Types.hs:28735) gTypeSVGGlyphElement (src/JSDOM/Types.hs:28739) unSVGGlyphRefElement noSVGGlyphRefElement (src/JSDOM/Types.hs:28800) gTypeSVGGlyphRefElement (src/JSDOM/Types.hs:28804) unSVGGradientElement IsSVGGradientElement (src/JSDOM/Types.hs:28848) toSVGGradientElement (src/JSDOM/Types.hs:28850) noSVGGradientElement (src/JSDOM/Types.hs:28872) gTypeSVGGradientElement (src/JSDOM/Types.hs:28876) unSVGGraphicsElement IsSVGGraphicsElement (src/JSDOM/Types.hs:28919) toSVGGraphicsElement (src/JSDOM/Types.hs:28921) noSVGGraphicsElement (src/JSDOM/Types.hs:28942) gTypeSVGGraphicsElement (src/JSDOM/Types.hs:28946) unSVGHKernElement noSVGHKernElement (src/JSDOM/Types.hs:29005) gTypeSVGHKernElement (src/JSDOM/Types.hs:29009) unSVGImageElement noSVGImageElement (src/JSDOM/Types.hs:29076) gTypeSVGImageElement (src/JSDOM/Types.hs:29080) unSVGLength noSVGLength (src/JSDOM/Types.hs:29113) gTypeSVGLength (src/JSDOM/Types.hs:29117) unSVGLengthList noSVGLengthList (src/JSDOM/Types.hs:29150) gTypeSVGLengthList (src/JSDOM/Types.hs:29154) unSVGLineElement noSVGLineElement (src/JSDOM/Types.hs:29219) gTypeSVGLineElement (src/JSDOM/Types.hs:29223) unSVGLinearGradientElement noSVGLinearGradientElement (src/JSDOM/Types.hs:29288) gTypeSVGLinearGradientElement (src/JSDOM/Types.hs:29292) unSVGMPathElement noSVGMPathElement (src/JSDOM/Types.hs:29355) gTypeSVGMPathElement (src/JSDOM/Types.hs:29359) unSVGMarkerElement noSVGMarkerElement (src/JSDOM/Types.hs:29422) gTypeSVGMarkerElement (src/JSDOM/Types.hs:29426) unSVGMaskElement noSVGMaskElement (src/JSDOM/Types.hs:29489) gTypeSVGMaskElement (src/JSDOM/Types.hs:29493) unSVGMatrix noSVGMatrix (src/JSDOM/Types.hs:29526) gTypeSVGMatrix (src/JSDOM/Types.hs:29530) unSVGMetadataElement noSVGMetadataElement (src/JSDOM/Types.hs:29589) gTypeSVGMetadataElement (src/JSDOM/Types.hs:29593) unSVGMissingGlyphElement noSVGMissingGlyphElement (src/JSDOM/Types.hs:29652) gTypeSVGMissingGlyphElement (src/JSDOM/Types.hs:29656) unSVGNumber noSVGNumber (src/JSDOM/Types.hs:29689) gTypeSVGNumber (src/JSDOM/Types.hs:29693) unSVGNumberList noSVGNumberList (src/JSDOM/Types.hs:29726) gTypeSVGNumberList (src/JSDOM/Types.hs:29730) unSVGPathElement noSVGPathElement (src/JSDOM/Types.hs:29795) gTypeSVGPathElement (src/JSDOM/Types.hs:29799) unSVGPathSeg IsSVGPathSeg (src/JSDOM/Types.hs:29827) toSVGPathSeg (src/JSDOM/Types.hs:29829) noSVGPathSeg (src/JSDOM/Types.hs:29837) gTypeSVGPathSeg (src/JSDOM/Types.hs:29841) unSVGPathSegArcAbs noSVGPathSegArcAbs (src/JSDOM/Types.hs:29878) gTypeSVGPathSegArcAbs (src/JSDOM/Types.hs:29882) unSVGPathSegArcRel noSVGPathSegArcRel (src/JSDOM/Types.hs:29919) gTypeSVGPathSegArcRel (src/JSDOM/Types.hs:29923) unSVGPathSegClosePath noSVGPathSegClosePath (src/JSDOM/Types.hs:29960) gTypeSVGPathSegClosePath (src/JSDOM/Types.hs:29964) unSVGPathSegCurvetoCubicAbs noSVGPathSegCurvetoCubicAbs (src/JSDOM/Types.hs:30001) gTypeSVGPathSegCurvetoCubicAbs (src/JSDOM/Types.hs:30005) unSVGPathSegCurvetoCubicRel noSVGPathSegCurvetoCubicRel (src/JSDOM/Types.hs:30042) gTypeSVGPathSegCurvetoCubicRel (src/JSDOM/Types.hs:30046) unSVGPathSegCurvetoCubicSmoothAbs noSVGPathSegCurvetoCubicSmoothAbs (src/JSDOM/Types.hs:30083) gTypeSVGPathSegCurvetoCubicSmoothAbs (src/JSDOM/Types.hs:30087) unSVGPathSegCurvetoCubicSmoothRel noSVGPathSegCurvetoCubicSmoothRel (src/JSDOM/Types.hs:30124) gTypeSVGPathSegCurvetoCubicSmoothRel (src/JSDOM/Types.hs:30128) unSVGPathSegCurvetoQuadraticAbs noSVGPathSegCurvetoQuadraticAbs (src/JSDOM/Types.hs:30165) gTypeSVGPathSegCurvetoQuadraticAbs (src/JSDOM/Types.hs:30169) unSVGPathSegCurvetoQuadraticRel noSVGPathSegCurvetoQuadraticRel (src/JSDOM/Types.hs:30206) gTypeSVGPathSegCurvetoQuadraticRel (src/JSDOM/Types.hs:30210) unSVGPathSegCurvetoQuadraticSmoothAbs noSVGPathSegCurvetoQuadraticSmoothAbs (src/JSDOM/Types.hs:30247) gTypeSVGPathSegCurvetoQuadraticSmoothAbs (src/JSDOM/Types.hs:30251) unSVGPathSegCurvetoQuadraticSmoothRel noSVGPathSegCurvetoQuadraticSmoothRel (src/JSDOM/Types.hs:30288) gTypeSVGPathSegCurvetoQuadraticSmoothRel (src/JSDOM/Types.hs:30292) unSVGPathSegLinetoAbs noSVGPathSegLinetoAbs (src/JSDOM/Types.hs:30329) gTypeSVGPathSegLinetoAbs (src/JSDOM/Types.hs:30333) unSVGPathSegLinetoHorizontalAbs noSVGPathSegLinetoHorizontalAbs (src/JSDOM/Types.hs:30370) gTypeSVGPathSegLinetoHorizontalAbs (src/JSDOM/Types.hs:30374) unSVGPathSegLinetoHorizontalRel noSVGPathSegLinetoHorizontalRel (src/JSDOM/Types.hs:30411) gTypeSVGPathSegLinetoHorizontalRel (src/JSDOM/Types.hs:30415) unSVGPathSegLinetoRel noSVGPathSegLinetoRel (src/JSDOM/Types.hs:30452) gTypeSVGPathSegLinetoRel (src/JSDOM/Types.hs:30456) unSVGPathSegLinetoVerticalAbs noSVGPathSegLinetoVerticalAbs (src/JSDOM/Types.hs:30493) gTypeSVGPathSegLinetoVerticalAbs (src/JSDOM/Types.hs:30497) unSVGPathSegLinetoVerticalRel noSVGPathSegLinetoVerticalRel (src/JSDOM/Types.hs:30534) gTypeSVGPathSegLinetoVerticalRel (src/JSDOM/Types.hs:30538) unSVGPathSegList noSVGPathSegList (src/JSDOM/Types.hs:30571) gTypeSVGPathSegList (src/JSDOM/Types.hs:30575) unSVGPathSegMovetoAbs noSVGPathSegMovetoAbs (src/JSDOM/Types.hs:30612) gTypeSVGPathSegMovetoAbs (src/JSDOM/Types.hs:30616) unSVGPathSegMovetoRel noSVGPathSegMovetoRel (src/JSDOM/Types.hs:30653) gTypeSVGPathSegMovetoRel (src/JSDOM/Types.hs:30657) unSVGPatternElement noSVGPatternElement (src/JSDOM/Types.hs:30724) gTypeSVGPatternElement (src/JSDOM/Types.hs:30728) unSVGPoint noSVGPoint (src/JSDOM/Types.hs:30761) gTypeSVGPoint (src/JSDOM/Types.hs:30765) unSVGPointList noSVGPointList (src/JSDOM/Types.hs:30798) gTypeSVGPointList (src/JSDOM/Types.hs:30802) unSVGPolygonElement noSVGPolygonElement (src/JSDOM/Types.hs:30867) gTypeSVGPolygonElement (src/JSDOM/Types.hs:30871) unSVGPolylineElement noSVGPolylineElement (src/JSDOM/Types.hs:30936) gTypeSVGPolylineElement (src/JSDOM/Types.hs:30940) unSVGPreserveAspectRatio noSVGPreserveAspectRatio (src/JSDOM/Types.hs:30973) gTypeSVGPreserveAspectRatio (src/JSDOM/Types.hs:30977) unSVGRadialGradientElement noSVGRadialGradientElement (src/JSDOM/Types.hs:31042) gTypeSVGRadialGradientElement (src/JSDOM/Types.hs:31046) unSVGRect noSVGRect (src/JSDOM/Types.hs:31079) gTypeSVGRect (src/JSDOM/Types.hs:31083) unSVGRectElement noSVGRectElement (src/JSDOM/Types.hs:31148) gTypeSVGRectElement (src/JSDOM/Types.hs:31152) unSVGRenderingIntent noSVGRenderingIntent (src/JSDOM/Types.hs:31185) gTypeSVGRenderingIntent (src/JSDOM/Types.hs:31189) unSVGSVGElement noSVGSVGElement (src/JSDOM/Types.hs:31258) gTypeSVGSVGElement (src/JSDOM/Types.hs:31262) unSVGScriptElement noSVGScriptElement (src/JSDOM/Types.hs:31325) gTypeSVGScriptElement (src/JSDOM/Types.hs:31329) unSVGSetElement noSVGSetElement (src/JSDOM/Types.hs:31394) gTypeSVGSetElement (src/JSDOM/Types.hs:31398) unSVGStopElement noSVGStopElement (src/JSDOM/Types.hs:31457) gTypeSVGStopElement (src/JSDOM/Types.hs:31461) unSVGStringList noSVGStringList (src/JSDOM/Types.hs:31494) gTypeSVGStringList (src/JSDOM/Types.hs:31498) unSVGStyleElement noSVGStyleElement (src/JSDOM/Types.hs:31557) gTypeSVGStyleElement (src/JSDOM/Types.hs:31561) unSVGSwitchElement noSVGSwitchElement (src/JSDOM/Types.hs:31626) gTypeSVGSwitchElement (src/JSDOM/Types.hs:31630) unSVGSymbolElement noSVGSymbolElement (src/JSDOM/Types.hs:31693) gTypeSVGSymbolElement (src/JSDOM/Types.hs:31697) unSVGTRefElement noSVGTRefElement (src/JSDOM/Types.hs:31768) gTypeSVGTRefElement (src/JSDOM/Types.hs:31772) unSVGTSpanElement noSVGTSpanElement (src/JSDOM/Types.hs:31841) gTypeSVGTSpanElement (src/JSDOM/Types.hs:31845) unSVGTests IsSVGTests (src/JSDOM/Types.hs:31873) toSVGTests (src/JSDOM/Types.hs:31875) noSVGTests (src/JSDOM/Types.hs:31883) gTypeSVGTests (src/JSDOM/Types.hs:31887) unSVGTextContentElement IsSVGTextContentElement (src/JSDOM/Types.hs:31932) toSVGTextContentElement (src/JSDOM/Types.hs:31934) noSVGTextContentElement (src/JSDOM/Types.hs:31957) gTypeSVGTextContentElement (src/JSDOM/Types.hs:31961) unSVGTextElement noSVGTextElement (src/JSDOM/Types.hs:32030) gTypeSVGTextElement (src/JSDOM/Types.hs:32034) unSVGTextPathElement noSVGTextPathElement (src/JSDOM/Types.hs:32103) gTypeSVGTextPathElement (src/JSDOM/Types.hs:32107) unSVGTextPositioningElement IsSVGTextPositioningElement (src/JSDOM/Types.hs:32153) toSVGTextPositioningElement (src/JSDOM/Types.hs:32155) noSVGTextPositioningElement (src/JSDOM/Types.hs:32179) gTypeSVGTextPositioningElement (src/JSDOM/Types.hs:32183) unSVGTitleElement noSVGTitleElement (src/JSDOM/Types.hs:32242) gTypeSVGTitleElement (src/JSDOM/Types.hs:32246) unSVGTransform noSVGTransform (src/JSDOM/Types.hs:32279) gTypeSVGTransform (src/JSDOM/Types.hs:32283) unSVGTransformList noSVGTransformList (src/JSDOM/Types.hs:32316) gTypeSVGTransformList (src/JSDOM/Types.hs:32320) unSVGURIReference IsSVGURIReference (src/JSDOM/Types.hs:32348) toSVGURIReference (src/JSDOM/Types.hs:32350) noSVGURIReference (src/JSDOM/Types.hs:32358) gTypeSVGURIReference (src/JSDOM/Types.hs:32362) unSVGUnitTypes noSVGUnitTypes (src/JSDOM/Types.hs:32395) gTypeSVGUnitTypes (src/JSDOM/Types.hs:32399) unSVGUseElement noSVGUseElement (src/JSDOM/Types.hs:32466) gTypeSVGUseElement (src/JSDOM/Types.hs:32470) unSVGVKernElement noSVGVKernElement (src/JSDOM/Types.hs:32529) gTypeSVGVKernElement (src/JSDOM/Types.hs:32533) unSVGViewElement noSVGViewElement (src/JSDOM/Types.hs:32598) gTypeSVGViewElement (src/JSDOM/Types.hs:32602) unSVGViewSpec noSVGViewSpec (src/JSDOM/Types.hs:32639) gTypeSVGViewSpec (src/JSDOM/Types.hs:32643) unSVGZoomAndPan IsSVGZoomAndPan (src/JSDOM/Types.hs:32671) toSVGZoomAndPan (src/JSDOM/Types.hs:32673) noSVGZoomAndPan (src/JSDOM/Types.hs:32681) gTypeSVGZoomAndPan (src/JSDOM/Types.hs:32685) unSVGZoomEvent noSVGZoomEvent (src/JSDOM/Types.hs:32724) gTypeSVGZoomEvent (src/JSDOM/Types.hs:32728) unScreen noScreen (src/JSDOM/Types.hs:32761) gTypeScreen (src/JSDOM/Types.hs:32765) unScriptProcessorNode noScriptProcessorNode (src/JSDOM/Types.hs:32804) gTypeScriptProcessorNode (src/JSDOM/Types.hs:32808) unScrollToOptions noScrollToOptions (src/JSDOM/Types.hs:32841) gTypeScrollToOptions (src/JSDOM/Types.hs:32845) unSecurityPolicyViolationEvent noSecurityPolicyViolationEvent (src/JSDOM/Types.hs:32882) gTypeSecurityPolicyViolationEvent (src/JSDOM/Types.hs:32886) unSecurityPolicyViolationEventInit noSecurityPolicyViolationEventInit (src/JSDOM/Types.hs:32923) gTypeSecurityPolicyViolationEventInit (src/JSDOM/Types.hs:32927) unSelection noSelection (src/JSDOM/Types.hs:32960) gTypeSelection (src/JSDOM/Types.hs:32964) unShadowRoot noShadowRoot (src/JSDOM/Types.hs:33011) gTypeShadowRoot (src/JSDOM/Types.hs:33015) unShadowRootInit noShadowRootInit (src/JSDOM/Types.hs:33048) gTypeShadowRootInit (src/JSDOM/Types.hs:33052) unSiteBoundCredential IsSiteBoundCredential (src/JSDOM/Types.hs:33083) toSiteBoundCredential (src/JSDOM/Types.hs:33085) noSiteBoundCredential (src/JSDOM/Types.hs:33094) gTypeSiteBoundCredential (src/JSDOM/Types.hs:33098) unSiteBoundCredentialData IsSiteBoundCredentialData (src/JSDOM/Types.hs:33129) toSiteBoundCredentialData (src/JSDOM/Types.hs:33131) noSiteBoundCredentialData (src/JSDOM/Types.hs:33140) gTypeSiteBoundCredentialData (src/JSDOM/Types.hs:33144) unSlotable IsSlotable (src/JSDOM/Types.hs:33172) toSlotable (src/JSDOM/Types.hs:33174) noSlotable (src/JSDOM/Types.hs:33182) gTypeSlotable (src/JSDOM/Types.hs:33186) unSourceBuffer noSourceBuffer (src/JSDOM/Types.hs:33223) gTypeSourceBuffer (src/JSDOM/Types.hs:33227) unSourceBufferList noSourceBufferList (src/JSDOM/Types.hs:33264) gTypeSourceBufferList (src/JSDOM/Types.hs:33268) unSpeechSynthesis noSpeechSynthesis (src/JSDOM/Types.hs:33301) gTypeSpeechSynthesis (src/JSDOM/Types.hs:33305) unSpeechSynthesisEvent noSpeechSynthesisEvent (src/JSDOM/Types.hs:33342) gTypeSpeechSynthesisEvent (src/JSDOM/Types.hs:33346) unSpeechSynthesisUtterance noSpeechSynthesisUtterance (src/JSDOM/Types.hs:33383) gTypeSpeechSynthesisUtterance (src/JSDOM/Types.hs:33387) unSpeechSynthesisVoice noSpeechSynthesisVoice (src/JSDOM/Types.hs:33420) gTypeSpeechSynthesisVoice (src/JSDOM/Types.hs:33424) unStaticRange noStaticRange (src/JSDOM/Types.hs:33457) gTypeStaticRange (src/JSDOM/Types.hs:33461) unStorage noStorage (src/JSDOM/Types.hs:33494) gTypeStorage (src/JSDOM/Types.hs:33498) unStorageEvent noStorageEvent (src/JSDOM/Types.hs:33535) gTypeStorageEvent (src/JSDOM/Types.hs:33539) unStorageEventInit noStorageEventInit (src/JSDOM/Types.hs:33576) gTypeStorageEventInit (src/JSDOM/Types.hs:33580) unStorageInfo noStorageInfo (src/JSDOM/Types.hs:33613) gTypeStorageInfo (src/JSDOM/Types.hs:33617) unStorageQuota noStorageQuota (src/JSDOM/Types.hs:33650) gTypeStorageQuota (src/JSDOM/Types.hs:33654) unStyleMedia noStyleMedia (src/JSDOM/Types.hs:33687) gTypeStyleMedia (src/JSDOM/Types.hs:33691) unStyleSheet IsStyleSheet (src/JSDOM/Types.hs:33719) toStyleSheet (src/JSDOM/Types.hs:33721) noStyleSheet (src/JSDOM/Types.hs:33729) gTypeStyleSheet (src/JSDOM/Types.hs:33733) unStyleSheetList noStyleSheetList (src/JSDOM/Types.hs:33766) gTypeStyleSheetList (src/JSDOM/Types.hs:33770) unSubtleCrypto noSubtleCrypto (src/JSDOM/Types.hs:33803) gTypeSubtleCrypto (src/JSDOM/Types.hs:33807) unText IsText (src/JSDOM/Types.hs:33843) toText (src/JSDOM/Types.hs:33845) noText (src/JSDOM/Types.hs:33859) gTypeText (src/JSDOM/Types.hs:33863) unTextDecodeOptions noTextDecodeOptions (src/JSDOM/Types.hs:33896) gTypeTextDecodeOptions (src/JSDOM/Types.hs:33900) unTextDecoder noTextDecoder (src/JSDOM/Types.hs:33933) gTypeTextDecoder (src/JSDOM/Types.hs:33937) unTextDecoderOptions noTextDecoderOptions (src/JSDOM/Types.hs:33970) gTypeTextDecoderOptions (src/JSDOM/Types.hs:33974) unTextEncoder noTextEncoder (src/JSDOM/Types.hs:34007) gTypeTextEncoder (src/JSDOM/Types.hs:34011) unTextEvent noTextEvent (src/JSDOM/Types.hs:34050) gTypeTextEvent (src/JSDOM/Types.hs:34054) unTextMetrics noTextMetrics (src/JSDOM/Types.hs:34087) gTypeTextMetrics (src/JSDOM/Types.hs:34091) unTextTrack noTextTrack (src/JSDOM/Types.hs:34128) gTypeTextTrack (src/JSDOM/Types.hs:34132) unTextTrackCue IsTextTrackCue (src/JSDOM/Types.hs:34163) toTextTrackCue (src/JSDOM/Types.hs:34165) noTextTrackCue (src/JSDOM/Types.hs:34174) gTypeTextTrackCue (src/JSDOM/Types.hs:34178) unTextTrackCueList noTextTrackCueList (src/JSDOM/Types.hs:34211) gTypeTextTrackCueList (src/JSDOM/Types.hs:34215) unTextTrackList noTextTrackList (src/JSDOM/Types.hs:34252) gTypeTextTrackList (src/JSDOM/Types.hs:34256) unTimeRanges noTimeRanges (src/JSDOM/Types.hs:34289) gTypeTimeRanges (src/JSDOM/Types.hs:34293) unTouch noTouch (src/JSDOM/Types.hs:34326) gTypeTouch (src/JSDOM/Types.hs:34330) unTouchEvent noTouchEvent (src/JSDOM/Types.hs:34369) gTypeTouchEvent (src/JSDOM/Types.hs:34373) unTouchEventInit noTouchEventInit (src/JSDOM/Types.hs:34412) gTypeTouchEventInit (src/JSDOM/Types.hs:34416) unTouchList noTouchList (src/JSDOM/Types.hs:34449) gTypeTouchList (src/JSDOM/Types.hs:34453) unTrackEvent noTrackEvent (src/JSDOM/Types.hs:34490) gTypeTrackEvent (src/JSDOM/Types.hs:34494) unTrackEventInit noTrackEventInit (src/JSDOM/Types.hs:34531) gTypeTrackEventInit (src/JSDOM/Types.hs:34535) unTransitionEvent noTransitionEvent (src/JSDOM/Types.hs:34572) gTypeTransitionEvent (src/JSDOM/Types.hs:34576) unTransitionEventInit noTransitionEventInit (src/JSDOM/Types.hs:34613) gTypeTransitionEventInit (src/JSDOM/Types.hs:34617) unTreeWalker noTreeWalker (src/JSDOM/Types.hs:34650) gTypeTreeWalker (src/JSDOM/Types.hs:34654) unUIEvent IsUIEvent (src/JSDOM/Types.hs:34685) toUIEvent (src/JSDOM/Types.hs:34687) noUIEvent (src/JSDOM/Types.hs:34696) gTypeUIEvent (src/JSDOM/Types.hs:34700) unUIEventInit IsUIEventInit (src/JSDOM/Types.hs:34731) toUIEventInit (src/JSDOM/Types.hs:34733) noUIEventInit (src/JSDOM/Types.hs:34742) gTypeUIEventInit (src/JSDOM/Types.hs:34746) unURL noURL (src/JSDOM/Types.hs:34779) gTypeURL (src/JSDOM/Types.hs:34783) unURLSearchParams noURLSearchParams (src/JSDOM/Types.hs:34816) gTypeURLSearchParams (src/JSDOM/Types.hs:34820) unUserMessageHandler noUserMessageHandler (src/JSDOM/Types.hs:34853) gTypeUserMessageHandler (src/JSDOM/Types.hs:34857) unUserMessageHandlersNamespace noUserMessageHandlersNamespace (src/JSDOM/Types.hs:34890) gTypeUserMessageHandlersNamespace (src/JSDOM/Types.hs:34894) unVTTCue noVTTCue (src/JSDOM/Types.hs:34933) gTypeVTTCue (src/JSDOM/Types.hs:34937) unVTTRegion noVTTRegion (src/JSDOM/Types.hs:34970) gTypeVTTRegion (src/JSDOM/Types.hs:34974) unVTTRegionList noVTTRegionList (src/JSDOM/Types.hs:35007) gTypeVTTRegionList (src/JSDOM/Types.hs:35011) unValidityState noValidityState (src/JSDOM/Types.hs:35044) gTypeValidityState (src/JSDOM/Types.hs:35048) unVideoPlaybackQuality noVideoPlaybackQuality (src/JSDOM/Types.hs:35081) gTypeVideoPlaybackQuality (src/JSDOM/Types.hs:35085) unVideoTrack noVideoTrack (src/JSDOM/Types.hs:35118) gTypeVideoTrack (src/JSDOM/Types.hs:35122) unVideoTrackList noVideoTrackList (src/JSDOM/Types.hs:35159) gTypeVideoTrackList (src/JSDOM/Types.hs:35163) unWaveShaperNode noWaveShaperNode (src/JSDOM/Types.hs:35202) gTypeWaveShaperNode (src/JSDOM/Types.hs:35206) unWebGL2RenderingContext noWebGL2RenderingContext (src/JSDOM/Types.hs:35243) gTypeWebGL2RenderingContext (src/JSDOM/Types.hs:35247) unWebGLActiveInfo noWebGLActiveInfo (src/JSDOM/Types.hs:35280) gTypeWebGLActiveInfo (src/JSDOM/Types.hs:35284) unWebGLBuffer noWebGLBuffer (src/JSDOM/Types.hs:35317) gTypeWebGLBuffer (src/JSDOM/Types.hs:35321) unWebGLCompressedTextureATC noWebGLCompressedTextureATC (src/JSDOM/Types.hs:35354) gTypeWebGLCompressedTextureATC (src/JSDOM/Types.hs:35358) unWebGLCompressedTexturePVRTC noWebGLCompressedTexturePVRTC (src/JSDOM/Types.hs:35391) gTypeWebGLCompressedTexturePVRTC (src/JSDOM/Types.hs:35395) unWebGLCompressedTextureS3TC noWebGLCompressedTextureS3TC (src/JSDOM/Types.hs:35428) gTypeWebGLCompressedTextureS3TC (src/JSDOM/Types.hs:35432) unWebGLContextAttributes noWebGLContextAttributes (src/JSDOM/Types.hs:35465) gTypeWebGLContextAttributes (src/JSDOM/Types.hs:35469) unWebGLContextEvent noWebGLContextEvent (src/JSDOM/Types.hs:35506) gTypeWebGLContextEvent (src/JSDOM/Types.hs:35510) unWebGLContextEventInit noWebGLContextEventInit (src/JSDOM/Types.hs:35547) gTypeWebGLContextEventInit (src/JSDOM/Types.hs:35551) unWebGLDebugRendererInfo noWebGLDebugRendererInfo (src/JSDOM/Types.hs:35584) gTypeWebGLDebugRendererInfo (src/JSDOM/Types.hs:35588) unWebGLDebugShaders noWebGLDebugShaders (src/JSDOM/Types.hs:35621) gTypeWebGLDebugShaders (src/JSDOM/Types.hs:35625) unWebGLDepthTexture noWebGLDepthTexture (src/JSDOM/Types.hs:35658) gTypeWebGLDepthTexture (src/JSDOM/Types.hs:35662) unWebGLDrawBuffers noWebGLDrawBuffers (src/JSDOM/Types.hs:35695) gTypeWebGLDrawBuffers (src/JSDOM/Types.hs:35699) unWebGLFramebuffer noWebGLFramebuffer (src/JSDOM/Types.hs:35732) gTypeWebGLFramebuffer (src/JSDOM/Types.hs:35736) unWebGLLoseContext noWebGLLoseContext (src/JSDOM/Types.hs:35769) gTypeWebGLLoseContext (src/JSDOM/Types.hs:35773) unWebGLProgram noWebGLProgram (src/JSDOM/Types.hs:35806) gTypeWebGLProgram (src/JSDOM/Types.hs:35810) unWebGLQuery noWebGLQuery (src/JSDOM/Types.hs:35843) gTypeWebGLQuery (src/JSDOM/Types.hs:35847) unWebGLRenderbuffer noWebGLRenderbuffer (src/JSDOM/Types.hs:35880) gTypeWebGLRenderbuffer (src/JSDOM/Types.hs:35884) unWebGLRenderingContext noWebGLRenderingContext (src/JSDOM/Types.hs:35921) gTypeWebGLRenderingContext (src/JSDOM/Types.hs:35925) unWebGLRenderingContextBase IsWebGLRenderingContextBase (src/JSDOM/Types.hs:35953) toWebGLRenderingContextBase (src/JSDOM/Types.hs:35955) noWebGLRenderingContextBase (src/JSDOM/Types.hs:35963) gTypeWebGLRenderingContextBase (src/JSDOM/Types.hs:35967) unWebGLSampler noWebGLSampler (src/JSDOM/Types.hs:36000) gTypeWebGLSampler (src/JSDOM/Types.hs:36004) unWebGLShader noWebGLShader (src/JSDOM/Types.hs:36037) gTypeWebGLShader (src/JSDOM/Types.hs:36041) unWebGLShaderPrecisionFormat noWebGLShaderPrecisionFormat (src/JSDOM/Types.hs:36074) gTypeWebGLShaderPrecisionFormat (src/JSDOM/Types.hs:36078) unWebGLSync noWebGLSync (src/JSDOM/Types.hs:36111) gTypeWebGLSync (src/JSDOM/Types.hs:36115) unWebGLTexture noWebGLTexture (src/JSDOM/Types.hs:36148) gTypeWebGLTexture (src/JSDOM/Types.hs:36152) unWebGLTransformFeedback noWebGLTransformFeedback (src/JSDOM/Types.hs:36185) gTypeWebGLTransformFeedback (src/JSDOM/Types.hs:36189) unWebGLUniformLocation noWebGLUniformLocation (src/JSDOM/Types.hs:36222) gTypeWebGLUniformLocation (src/JSDOM/Types.hs:36226) unWebGLVertexArrayObject noWebGLVertexArrayObject (src/JSDOM/Types.hs:36259) gTypeWebGLVertexArrayObject (src/JSDOM/Types.hs:36263) unWebGLVertexArrayObjectOES noWebGLVertexArrayObjectOES (src/JSDOM/Types.hs:36296) gTypeWebGLVertexArrayObjectOES (src/JSDOM/Types.hs:36300) unWebGPUBuffer noWebGPUBuffer (src/JSDOM/Types.hs:36333) gTypeWebGPUBuffer (src/JSDOM/Types.hs:36337) unWebGPUCommandBuffer noWebGPUCommandBuffer (src/JSDOM/Types.hs:36370) gTypeWebGPUCommandBuffer (src/JSDOM/Types.hs:36374) unWebGPUCommandQueue noWebGPUCommandQueue (src/JSDOM/Types.hs:36407) gTypeWebGPUCommandQueue (src/JSDOM/Types.hs:36411) unWebGPUComputeCommandEncoder noWebGPUComputeCommandEncoder (src/JSDOM/Types.hs:36444) gTypeWebGPUComputeCommandEncoder (src/JSDOM/Types.hs:36448) unWebGPUComputePipelineState noWebGPUComputePipelineState (src/JSDOM/Types.hs:36481) gTypeWebGPUComputePipelineState (src/JSDOM/Types.hs:36485) unWebGPUDepthStencilDescriptor noWebGPUDepthStencilDescriptor (src/JSDOM/Types.hs:36518) gTypeWebGPUDepthStencilDescriptor (src/JSDOM/Types.hs:36522) unWebGPUDepthStencilState noWebGPUDepthStencilState (src/JSDOM/Types.hs:36555) gTypeWebGPUDepthStencilState (src/JSDOM/Types.hs:36559) unWebGPUDrawable noWebGPUDrawable (src/JSDOM/Types.hs:36592) gTypeWebGPUDrawable (src/JSDOM/Types.hs:36596) unWebGPUFunction noWebGPUFunction (src/JSDOM/Types.hs:36629) gTypeWebGPUFunction (src/JSDOM/Types.hs:36633) unWebGPULibrary noWebGPULibrary (src/JSDOM/Types.hs:36666) gTypeWebGPULibrary (src/JSDOM/Types.hs:36670) unWebGPURenderCommandEncoder noWebGPURenderCommandEncoder (src/JSDOM/Types.hs:36703) gTypeWebGPURenderCommandEncoder (src/JSDOM/Types.hs:36707) unWebGPURenderPassAttachmentDescriptor IsWebGPURenderPassAttachmentDescriptor (src/JSDOM/Types.hs:36735) toWebGPURenderPassAttachmentDescriptor (src/JSDOM/Types.hs:36737) noWebGPURenderPassAttachmentDescriptor (src/JSDOM/Types.hs:36745) gTypeWebGPURenderPassAttachmentDescriptor (src/JSDOM/Types.hs:36749) unWebGPURenderPassColorAttachmentDescriptor noWebGPURenderPassColorAttachmentDescriptor (src/JSDOM/Types.hs:36786) gTypeWebGPURenderPassColorAttachmentDescriptor (src/JSDOM/Types.hs:36790) unWebGPURenderPassDepthAttachmentDescriptor noWebGPURenderPassDepthAttachmentDescriptor (src/JSDOM/Types.hs:36827) gTypeWebGPURenderPassDepthAttachmentDescriptor (src/JSDOM/Types.hs:36831) unWebGPURenderPassDescriptor noWebGPURenderPassDescriptor (src/JSDOM/Types.hs:36864) gTypeWebGPURenderPassDescriptor (src/JSDOM/Types.hs:36868) unWebGPURenderPipelineColorAttachmentDescriptor noWebGPURenderPipelineColorAttachmentDescriptor (src/JSDOM/Types.hs:36901) gTypeWebGPURenderPipelineColorAttachmentDescriptor (src/JSDOM/Types.hs:36905) unWebGPURenderPipelineDescriptor noWebGPURenderPipelineDescriptor (src/JSDOM/Types.hs:36938) gTypeWebGPURenderPipelineDescriptor (src/JSDOM/Types.hs:36942) unWebGPURenderPipelineState noWebGPURenderPipelineState (src/JSDOM/Types.hs:36975) gTypeWebGPURenderPipelineState (src/JSDOM/Types.hs:36979) unWebGPURenderingContext noWebGPURenderingContext (src/JSDOM/Types.hs:37012) gTypeWebGPURenderingContext (src/JSDOM/Types.hs:37016) unWebGPUSize noWebGPUSize (src/JSDOM/Types.hs:37049) gTypeWebGPUSize (src/JSDOM/Types.hs:37053) unWebGPUTexture noWebGPUTexture (src/JSDOM/Types.hs:37086) gTypeWebGPUTexture (src/JSDOM/Types.hs:37090) unWebGPUTextureDescriptor noWebGPUTextureDescriptor (src/JSDOM/Types.hs:37123) gTypeWebGPUTextureDescriptor (src/JSDOM/Types.hs:37127) unWebKitAnimationEvent noWebKitAnimationEvent (src/JSDOM/Types.hs:37164) gTypeWebKitAnimationEvent (src/JSDOM/Types.hs:37168) unWebKitAnimationEventInit noWebKitAnimationEventInit (src/JSDOM/Types.hs:37205) gTypeWebKitAnimationEventInit (src/JSDOM/Types.hs:37209) unWebKitCSSMatrix noWebKitCSSMatrix (src/JSDOM/Types.hs:37242) gTypeWebKitCSSMatrix (src/JSDOM/Types.hs:37246) unWebKitCSSRegionRule noWebKitCSSRegionRule (src/JSDOM/Types.hs:37283) gTypeWebKitCSSRegionRule (src/JSDOM/Types.hs:37287) unWebKitCSSViewportRule noWebKitCSSViewportRule (src/JSDOM/Types.hs:37324) gTypeWebKitCSSViewportRule (src/JSDOM/Types.hs:37328) unWebKitMediaKeyError noWebKitMediaKeyError (src/JSDOM/Types.hs:37361) gTypeWebKitMediaKeyError (src/JSDOM/Types.hs:37365) unWebKitMediaKeyMessageEvent noWebKitMediaKeyMessageEvent (src/JSDOM/Types.hs:37402) gTypeWebKitMediaKeyMessageEvent (src/JSDOM/Types.hs:37406) unWebKitMediaKeyMessageEventInit noWebKitMediaKeyMessageEventInit (src/JSDOM/Types.hs:37443) gTypeWebKitMediaKeyMessageEventInit (src/JSDOM/Types.hs:37447) unWebKitMediaKeyNeededEvent noWebKitMediaKeyNeededEvent (src/JSDOM/Types.hs:37484) gTypeWebKitMediaKeyNeededEvent (src/JSDOM/Types.hs:37488) unWebKitMediaKeyNeededEventInit noWebKitMediaKeyNeededEventInit (src/JSDOM/Types.hs:37525) gTypeWebKitMediaKeyNeededEventInit (src/JSDOM/Types.hs:37529) unWebKitMediaKeySession noWebKitMediaKeySession (src/JSDOM/Types.hs:37566) gTypeWebKitMediaKeySession (src/JSDOM/Types.hs:37570) unWebKitMediaKeys noWebKitMediaKeys (src/JSDOM/Types.hs:37603) gTypeWebKitMediaKeys (src/JSDOM/Types.hs:37607) unWebKitNamedFlow noWebKitNamedFlow (src/JSDOM/Types.hs:37644) gTypeWebKitNamedFlow (src/JSDOM/Types.hs:37648) unWebKitNamespace noWebKitNamespace (src/JSDOM/Types.hs:37681) gTypeWebKitNamespace (src/JSDOM/Types.hs:37685) unWebKitPlaybackTargetAvailabilityEvent noWebKitPlaybackTargetAvailabilityEvent (src/JSDOM/Types.hs:37722) gTypeWebKitPlaybackTargetAvailabilityEvent (src/JSDOM/Types.hs:37726) unWebKitPlaybackTargetAvailabilityEventInit noWebKitPlaybackTargetAvailabilityEventInit (src/JSDOM/Types.hs:37763) gTypeWebKitPlaybackTargetAvailabilityEventInit (src/JSDOM/Types.hs:37767) unWebKitPoint noWebKitPoint (src/JSDOM/Types.hs:37800) gTypeWebKitPoint (src/JSDOM/Types.hs:37804) unWebKitSubtleCrypto noWebKitSubtleCrypto (src/JSDOM/Types.hs:37837) gTypeWebKitSubtleCrypto (src/JSDOM/Types.hs:37841) unWebKitTransitionEvent noWebKitTransitionEvent (src/JSDOM/Types.hs:37878) gTypeWebKitTransitionEvent (src/JSDOM/Types.hs:37882) unWebKitTransitionEventInit noWebKitTransitionEventInit (src/JSDOM/Types.hs:37919) gTypeWebKitTransitionEventInit (src/JSDOM/Types.hs:37923) unWebSocket noWebSocket (src/JSDOM/Types.hs:37960) gTypeWebSocket (src/JSDOM/Types.hs:37964) unWheelEvent noWheelEvent (src/JSDOM/Types.hs:38005) gTypeWheelEvent (src/JSDOM/Types.hs:38009) unWheelEventInit noWheelEventInit (src/JSDOM/Types.hs:38052) gTypeWheelEventInit (src/JSDOM/Types.hs:38056) unWindow noWindow (src/JSDOM/Types.hs:38103) gTypeWindow (src/JSDOM/Types.hs:38107) unWindowEventHandlers IsWindowEventHandlers (src/JSDOM/Types.hs:38135) toWindowEventHandlers (src/JSDOM/Types.hs:38137) noWindowEventHandlers (src/JSDOM/Types.hs:38145) gTypeWindowEventHandlers (src/JSDOM/Types.hs:38149) unWindowOrWorkerGlobalScope IsWindowOrWorkerGlobalScope (src/JSDOM/Types.hs:38177) toWindowOrWorkerGlobalScope (src/JSDOM/Types.hs:38179) noWindowOrWorkerGlobalScope (src/JSDOM/Types.hs:38187) gTypeWindowOrWorkerGlobalScope (src/JSDOM/Types.hs:38191) unWorker noWorker (src/JSDOM/Types.hs:38230) gTypeWorker (src/JSDOM/Types.hs:38234) unWorkerGlobalScope IsWorkerGlobalScope (src/JSDOM/Types.hs:38268) toWorkerGlobalScope (src/JSDOM/Types.hs:38270) noWorkerGlobalScope (src/JSDOM/Types.hs:38282) gTypeWorkerGlobalScope (src/JSDOM/Types.hs:38286) unWorkerLocation noWorkerLocation (src/JSDOM/Types.hs:38319) gTypeWorkerLocation (src/JSDOM/Types.hs:38323) unWorkerNavigator noWorkerNavigator (src/JSDOM/Types.hs:38366) gTypeWorkerNavigator (src/JSDOM/Types.hs:38370) unWritableStream noWritableStream (src/JSDOM/Types.hs:38403) gTypeWritableStream (src/JSDOM/Types.hs:38407) unXMLDocument noXMLDocument (src/JSDOM/Types.hs:38458) gTypeXMLDocument (src/JSDOM/Types.hs:38462) unXMLHttpRequest noXMLHttpRequest (src/JSDOM/Types.hs:38501) gTypeXMLHttpRequest (src/JSDOM/Types.hs:38505) unXMLHttpRequestEventTarget IsXMLHttpRequestEventTarget (src/JSDOM/Types.hs:38536) toXMLHttpRequestEventTarget (src/JSDOM/Types.hs:38538) noXMLHttpRequestEventTarget (src/JSDOM/Types.hs:38547) gTypeXMLHttpRequestEventTarget (src/JSDOM/Types.hs:38551) unXMLHttpRequestProgressEvent noXMLHttpRequestProgressEvent (src/JSDOM/Types.hs:38590) gTypeXMLHttpRequestProgressEvent (src/JSDOM/Types.hs:38594) unXMLHttpRequestUpload noXMLHttpRequestUpload (src/JSDOM/Types.hs:38633) gTypeXMLHttpRequestUpload (src/JSDOM/Types.hs:38637) unXMLSerializer noXMLSerializer (src/JSDOM/Types.hs:38670) gTypeXMLSerializer (src/JSDOM/Types.hs:38674) unXPathEvaluator noXPathEvaluator (src/JSDOM/Types.hs:38707) gTypeXPathEvaluator (src/JSDOM/Types.hs:38711) unXPathException noXPathException (src/JSDOM/Types.hs:38744) gTypeXPathException (src/JSDOM/Types.hs:38748) unXPathExpression noXPathExpression (src/JSDOM/Types.hs:38781) gTypeXPathExpression (src/JSDOM/Types.hs:38785) unXPathNSResolver noXPathNSResolver (src/JSDOM/Types.hs:38818) gTypeXPathNSResolver (src/JSDOM/Types.hs:38822) unXPathResult noXPathResult (src/JSDOM/Types.hs:38855) gTypeXPathResult (src/JSDOM/Types.hs:38859) unXSLTProcessor noXSLTProcessor (src/JSDOM/Types.hs:38892) gTypeXSLTProcessor (src/JSDOM/Types.hs:38896) 0% ( 0 /481) in 'JSDOM.Generated.Enums' Missing documentation for: Module header KeyType (src/JSDOM/Generated/Enums.hs:294) ToJSVal FromJSVal js_KeyTypePublic (src/JSDOM/Generated/Enums.hs:321) js_KeyTypePrivate (src/JSDOM/Generated/Enums.hs:322) js_KeyTypeSecret (src/JSDOM/Generated/Enums.hs:323) CryptoKeyUsage (src/JSDOM/Generated/Enums.hs:325) js_CryptoKeyUsageEncrypt (src/JSDOM/Generated/Enums.hs:417) js_CryptoKeyUsageDecrypt (src/JSDOM/Generated/Enums.hs:418) js_CryptoKeyUsageSign (src/JSDOM/Generated/Enums.hs:419) js_CryptoKeyUsageVerify (src/JSDOM/Generated/Enums.hs:420) js_CryptoKeyUsageDeriveKey (src/JSDOM/Generated/Enums.hs:421) js_CryptoKeyUsageDeriveBits (src/JSDOM/Generated/Enums.hs:422) js_CryptoKeyUsageWrapKey (src/JSDOM/Generated/Enums.hs:423) js_CryptoKeyUsageUnwrapKey (src/JSDOM/Generated/Enums.hs:424) KeyFormat (src/JSDOM/Generated/Enums.hs:426) js_KeyFormatRaw (src/JSDOM/Generated/Enums.hs:460) js_KeyFormatSpki (src/JSDOM/Generated/Enums.hs:461) js_KeyFormatPkcs8 (src/JSDOM/Generated/Enums.hs:462) js_KeyFormatJwk (src/JSDOM/Generated/Enums.hs:463) FontFaceLoadStatus (src/JSDOM/Generated/Enums.hs:465) js_FontFaceLoadStatusUnloaded (src/JSDOM/Generated/Enums.hs:505) js_FontFaceLoadStatusLoading (src/JSDOM/Generated/Enums.hs:506) js_FontFaceLoadStatusLoaded (src/JSDOM/Generated/Enums.hs:507) js_FontFaceLoadStatusError (src/JSDOM/Generated/Enums.hs:508) FontFaceSetLoadStatus (src/JSDOM/Generated/Enums.hs:510) js_FontFaceSetLoadStatusLoading (src/JSDOM/Generated/Enums.hs:532) js_FontFaceSetLoadStatusLoaded (src/JSDOM/Generated/Enums.hs:533) VisibilityState (src/JSDOM/Generated/Enums.hs:535) js_VisibilityStateHidden (src/JSDOM/Generated/Enums.hs:563) js_VisibilityStateVisible (src/JSDOM/Generated/Enums.hs:564) js_VisibilityStatePrerender (src/JSDOM/Generated/Enums.hs:565) DocumentReadyState (src/JSDOM/Generated/Enums.hs:567) js_DocumentReadyStateLoading (src/JSDOM/Generated/Enums.hs:597) js_DocumentReadyStateInteractive (src/JSDOM/Generated/Enums.hs:598) js_DocumentReadyStateComplete (src/JSDOM/Generated/Enums.hs:599) ShadowRootMode (src/JSDOM/Generated/Enums.hs:601) js_ShadowRootModeUserAgent (src/JSDOM/Generated/Enums.hs:629) js_ShadowRootModeClosed (src/JSDOM/Generated/Enums.hs:630) js_ShadowRootModeOpen (src/JSDOM/Generated/Enums.hs:631) BlobLineEndings (src/JSDOM/Generated/Enums.hs:633) js_BlobLineEndingsTransparent (src/JSDOM/Generated/Enums.hs:654) js_BlobLineEndingsNative (src/JSDOM/Generated/Enums.hs:655) ImageSmoothingQuality (src/JSDOM/Generated/Enums.hs:657) js_ImageSmoothingQualityLow (src/JSDOM/Generated/Enums.hs:687) js_ImageSmoothingQualityMedium (src/JSDOM/Generated/Enums.hs:688) js_ImageSmoothingQualityHigh (src/JSDOM/Generated/Enums.hs:689) CanvasWindingRule (src/JSDOM/Generated/Enums.hs:691) js_CanvasWindingRuleNonzero (src/JSDOM/Generated/Enums.hs:713) js_CanvasWindingRuleEvenodd (src/JSDOM/Generated/Enums.hs:714) WebGLPowerPreference (src/JSDOM/Generated/Enums.hs:716) js_WebGLPowerPreferenceDefault (src/JSDOM/Generated/Enums.hs:747) js_WebGLPowerPreferenceLowPower (src/JSDOM/Generated/Enums.hs:748) js_WebGLPowerPreferenceHighPerformance (src/JSDOM/Generated/Enums.hs:749) WebGPUCompareFunction (src/JSDOM/Generated/Enums.hs:751) js_WebGPUCompareFunctionNever (src/JSDOM/Generated/Enums.hs:851) js_WebGPUCompareFunctionLess (src/JSDOM/Generated/Enums.hs:852) js_WebGPUCompareFunctionEqual (src/JSDOM/Generated/Enums.hs:853) js_WebGPUCompareFunctionLessequal (src/JSDOM/Generated/Enums.hs:854) js_WebGPUCompareFunctionGreater (src/JSDOM/Generated/Enums.hs:855) js_WebGPUCompareFunctionNotequal (src/JSDOM/Generated/Enums.hs:856) js_WebGPUCompareFunctionGreaterequal (src/JSDOM/Generated/Enums.hs:857) js_WebGPUCompareFunctionAlways (src/JSDOM/Generated/Enums.hs:858) WebGPUPixelFormat (src/JSDOM/Generated/Enums.hs:860) js_WebGPUPixelFormatBGRA8Unorm (src/JSDOM/Generated/Enums.hs:874) WebGPULoadAction (src/JSDOM/Generated/Enums.hs:876) js_WebGPULoadActionDontcare (src/JSDOM/Generated/Enums.hs:904) js_WebGPULoadActionLoad (src/JSDOM/Generated/Enums.hs:905) js_WebGPULoadActionClear (src/JSDOM/Generated/Enums.hs:906) WebGPUStoreAction (src/JSDOM/Generated/Enums.hs:908) js_WebGPUStoreActionDontcare (src/JSDOM/Generated/Enums.hs:938) js_WebGPUStoreActionStore (src/JSDOM/Generated/Enums.hs:939) js_WebGPUStoreActionMultisampleresolve (src/JSDOM/Generated/Enums.hs:940) WebGPUPrimitiveType (src/JSDOM/Generated/Enums.hs:942) js_WebGPUPrimitiveTypePoint (src/JSDOM/Generated/Enums.hs:996) js_WebGPUPrimitiveTypeLine (src/JSDOM/Generated/Enums.hs:997) js_WebGPUPrimitiveTypeLinestrip (src/JSDOM/Generated/Enums.hs:998) js_WebGPUPrimitiveTypeTriangle (src/JSDOM/Generated/Enums.hs:999) js_WebGPUPrimitiveTypeTrianglestrip (src/JSDOM/Generated/Enums.hs:1000) WebGPUFunctionType (src/JSDOM/Generated/Enums.hs:1002) js_WebGPUFunctionTypeFragment (src/JSDOM/Generated/Enums.hs:1024) js_WebGPUFunctionTypeVertex (src/JSDOM/Generated/Enums.hs:1025) WebGPUStencilOperation (src/JSDOM/Generated/Enums.hs:1027) js_WebGPUStencilOperationKeep (src/JSDOM/Generated/Enums.hs:1128) js_WebGPUStencilOperationZero (src/JSDOM/Generated/Enums.hs:1129) js_WebGPUStencilOperationReplace (src/JSDOM/Generated/Enums.hs:1130) js_WebGPUStencilOperationIncrementclamp (src/JSDOM/Generated/Enums.hs:1131) js_WebGPUStencilOperationDecrementclamp (src/JSDOM/Generated/Enums.hs:1132) js_WebGPUStencilOperationInvert (src/JSDOM/Generated/Enums.hs:1133) js_WebGPUStencilOperationIncrementwrap (src/JSDOM/Generated/Enums.hs:1134) js_WebGPUStencilOperationDecrementwrap (src/JSDOM/Generated/Enums.hs:1135) WebGPUStatus (src/JSDOM/Generated/Enums.hs:1137) js_WebGPUStatusNotenqueued (src/JSDOM/Generated/Enums.hs:1199) js_WebGPUStatusEnqueued (src/JSDOM/Generated/Enums.hs:1200) js_WebGPUStatusCommitted (src/JSDOM/Generated/Enums.hs:1201) js_WebGPUStatusScheduled (src/JSDOM/Generated/Enums.hs:1202) js_WebGPUStatusCompleted (src/JSDOM/Generated/Enums.hs:1203) js_WebGPUStatusError (src/JSDOM/Generated/Enums.hs:1204) WebGPUSamplerAddressMode (src/JSDOM/Generated/Enums.hs:1206) js_WebGPUSamplerAddressModeClamptoedge (src/JSDOM/Generated/Enums.hs:1262) js_WebGPUSamplerAddressModeMirrorclamptoedge (src/JSDOM/Generated/Enums.hs:1263) js_WebGPUSamplerAddressModeRepeat (src/JSDOM/Generated/Enums.hs:1264) js_WebGPUSamplerAddressModeMirrorrepeat (src/JSDOM/Generated/Enums.hs:1265) js_WebGPUSamplerAddressModeClamptozero (src/JSDOM/Generated/Enums.hs:1266) WebGPUSamplerMinMagFilter (src/JSDOM/Generated/Enums.hs:1268) js_WebGPUSamplerMinMagFilterNearest (src/JSDOM/Generated/Enums.hs:1290) js_WebGPUSamplerMinMagFilterLinear (src/JSDOM/Generated/Enums.hs:1291) WebGPUSamplerMipFilter (src/JSDOM/Generated/Enums.hs:1293) js_WebGPUSamplerMipFilterNotmipmapped (src/JSDOM/Generated/Enums.hs:1323) js_WebGPUSamplerMipFilterNearest (src/JSDOM/Generated/Enums.hs:1324) js_WebGPUSamplerMipFilterLinear (src/JSDOM/Generated/Enums.hs:1325) WebGPUCullMode (src/JSDOM/Generated/Enums.hs:1327) js_WebGPUCullModeNone (src/JSDOM/Generated/Enums.hs:1354) js_WebGPUCullModeFront (src/JSDOM/Generated/Enums.hs:1355) js_WebGPUCullModeBack (src/JSDOM/Generated/Enums.hs:1356) WebGPUIndexType (src/JSDOM/Generated/Enums.hs:1358) js_WebGPUIndexTypeUint16 (src/JSDOM/Generated/Enums.hs:1378) js_WebGPUIndexTypeUint32 (src/JSDOM/Generated/Enums.hs:1379) WebGPUVisibilityResultMode (src/JSDOM/Generated/Enums.hs:1381) js_WebGPUVisibilityResultModeDisabled (src/JSDOM/Generated/Enums.hs:1412) js_WebGPUVisibilityResultModeBoolean (src/JSDOM/Generated/Enums.hs:1413) js_WebGPUVisibilityResultModeCounting (src/JSDOM/Generated/Enums.hs:1414) WebGPUWinding (src/JSDOM/Generated/Enums.hs:1416) js_WebGPUWindingClockwise (src/JSDOM/Generated/Enums.hs:1437) js_WebGPUWindingCounterclockwise (src/JSDOM/Generated/Enums.hs:1438) WebGPUDepthClipMode (src/JSDOM/Generated/Enums.hs:1440) js_WebGPUDepthClipModeClip (src/JSDOM/Generated/Enums.hs:1462) js_WebGPUDepthClipModeClamp (src/JSDOM/Generated/Enums.hs:1463) WebGPUTriangleFillMode (src/JSDOM/Generated/Enums.hs:1465) js_WebGPUTriangleFillModeFill (src/JSDOM/Generated/Enums.hs:1487) js_WebGPUTriangleFillModeLines (src/JSDOM/Generated/Enums.hs:1488) WebGPUCPUCacheMode (src/JSDOM/Generated/Enums.hs:1490) js_WebGPUCPUCacheModeDefaultcache (src/JSDOM/Generated/Enums.hs:1512) js_WebGPUCPUCacheModeWritecombined (src/JSDOM/Generated/Enums.hs:1513) WebGPUStorageMode (src/JSDOM/Generated/Enums.hs:1515) js_WebGPUStorageModeShared (src/JSDOM/Generated/Enums.hs:1545) js_WebGPUStorageModeManaged (src/JSDOM/Generated/Enums.hs:1546) js_WebGPUStorageModePrivate (src/JSDOM/Generated/Enums.hs:1547) WebGPUResourceOptions (src/JSDOM/Generated/Enums.hs:1549) js_WebGPUResourceOptionsCpucachemodedefaultcache (src/JSDOM/Generated/Enums.hs:1640) js_WebGPUResourceOptionsCpucachemodewritecombined (src/JSDOM/Generated/Enums.hs:1642) js_WebGPUResourceOptionsStoragemodeshared (src/JSDOM/Generated/Enums.hs:1644) js_WebGPUResourceOptionsStoragemodemanaged (src/JSDOM/Generated/Enums.hs:1645) js_WebGPUResourceOptionsStoragemodeprivate (src/JSDOM/Generated/Enums.hs:1646) js_WebGPUResourceOptionsOptioncpucachemodedefaultcache (src/JSDOM/Generated/Enums.hs:1647) js_WebGPUResourceOptionsOptioncpucachemodewritecombined (src/JSDOM/Generated/Enums.hs:1649) WebGPUTextureUsage (src/JSDOM/Generated/Enums.hs:1652) js_WebGPUTextureUsageUnknown (src/JSDOM/Generated/Enums.hs:1707) js_WebGPUTextureUsageShaderread (src/JSDOM/Generated/Enums.hs:1708) js_WebGPUTextureUsageShaderwrite (src/JSDOM/Generated/Enums.hs:1709) js_WebGPUTextureUsageRendertarget (src/JSDOM/Generated/Enums.hs:1710) js_WebGPUTextureUsagePixelformatview (src/JSDOM/Generated/Enums.hs:1711) WebGPUBlendOperation (src/JSDOM/Generated/Enums.hs:1713) js_WebGPUBlendOperationAdd (src/JSDOM/Generated/Enums.hs:1767) js_WebGPUBlendOperationSubtract (src/JSDOM/Generated/Enums.hs:1768) js_WebGPUBlendOperationReversesubtract (src/JSDOM/Generated/Enums.hs:1769) js_WebGPUBlendOperationMin (src/JSDOM/Generated/Enums.hs:1770) js_WebGPUBlendOperationMax (src/JSDOM/Generated/Enums.hs:1771) WebGPUBlendFactor (src/JSDOM/Generated/Enums.hs:1773) js_WebGPUBlendFactorZero (src/JSDOM/Generated/Enums.hs:1984) js_WebGPUBlendFactorOne (src/JSDOM/Generated/Enums.hs:1985) js_WebGPUBlendFactorSourcecolor (src/JSDOM/Generated/Enums.hs:1986) js_WebGPUBlendFactorOneminussourcecolor (src/JSDOM/Generated/Enums.hs:1987) js_WebGPUBlendFactorSourcealpha (src/JSDOM/Generated/Enums.hs:1988) js_WebGPUBlendFactorOneminussourcealpha (src/JSDOM/Generated/Enums.hs:1989) js_WebGPUBlendFactorDestinationcolor (src/JSDOM/Generated/Enums.hs:1990) js_WebGPUBlendFactorOneminusdestinationcolor (src/JSDOM/Generated/Enums.hs:1991) js_WebGPUBlendFactorDestinationalpha (src/JSDOM/Generated/Enums.hs:1993) js_WebGPUBlendFactorOneminusdestinationalpha (src/JSDOM/Generated/Enums.hs:1994) js_WebGPUBlendFactorSourcealphasaturated (src/JSDOM/Generated/Enums.hs:1996) js_WebGPUBlendFactorBlendcolor (src/JSDOM/Generated/Enums.hs:1997) js_WebGPUBlendFactorOneminusblendcolor (src/JSDOM/Generated/Enums.hs:1998) js_WebGPUBlendFactorBlendalpha (src/JSDOM/Generated/Enums.hs:1999) js_WebGPUBlendFactorOneminusblendalpha (src/JSDOM/Generated/Enums.hs:2000) WebGPUColorWriteMask (src/JSDOM/Generated/Enums.hs:2002) js_WebGPUColorWriteMaskNone (src/JSDOM/Generated/Enums.hs:2070) js_WebGPUColorWriteMaskRed (src/JSDOM/Generated/Enums.hs:2071) js_WebGPUColorWriteMaskGreen (src/JSDOM/Generated/Enums.hs:2072) js_WebGPUColorWriteMaskBlue (src/JSDOM/Generated/Enums.hs:2073) js_WebGPUColorWriteMaskAlpha (src/JSDOM/Generated/Enums.hs:2074) js_WebGPUColorWriteMaskAll (src/JSDOM/Generated/Enums.hs:2075) WebGPUMultisampleDepthResolveFilter (src/JSDOM/Generated/Enums.hs:2077) js_WebGPUMultisampleDepthResolveFilterSample0 (src/JSDOM/Generated/Enums.hs:2109) js_WebGPUMultisampleDepthResolveFilterMin (src/JSDOM/Generated/Enums.hs:2110) js_WebGPUMultisampleDepthResolveFilterMax (src/JSDOM/Generated/Enums.hs:2111) WebGPUFeatureSet (src/JSDOM/Generated/Enums.hs:2113) js_WebGPUFeatureSetLevel1 (src/JSDOM/Generated/Enums.hs:2133) js_WebGPUFeatureSetLevel2 (src/JSDOM/Generated/Enums.hs:2134) VideoPresentationMode (src/JSDOM/Generated/Enums.hs:2136) js_VideoPresentationModeFullscreen (src/JSDOM/Generated/Enums.hs:2166) js_VideoPresentationModePictureInPicture (src/JSDOM/Generated/Enums.hs:2167) js_VideoPresentationModeInline (src/JSDOM/Generated/Enums.hs:2168) TextTrackMode (src/JSDOM/Generated/Enums.hs:2170) js_TextTrackModeDisabled (src/JSDOM/Generated/Enums.hs:2197) js_TextTrackModeHidden (src/JSDOM/Generated/Enums.hs:2198) js_TextTrackModeShowing (src/JSDOM/Generated/Enums.hs:2199) TextTrackKind (src/JSDOM/Generated/Enums.hs:2201) js_TextTrackKindSubtitles (src/JSDOM/Generated/Enums.hs:2263) js_TextTrackKindCaptions (src/JSDOM/Generated/Enums.hs:2264) js_TextTrackKindDescriptions (src/JSDOM/Generated/Enums.hs:2265) js_TextTrackKindChapters (src/JSDOM/Generated/Enums.hs:2266) js_TextTrackKindMetadata (src/JSDOM/Generated/Enums.hs:2267) js_TextTrackKindForced (src/JSDOM/Generated/Enums.hs:2268) ApplePayErrorCode (src/JSDOM/Generated/Enums.hs:2270) js_ApplePayErrorCodeUnknown (src/JSDOM/Generated/Enums.hs:2315) js_ApplePayErrorCodeShippingContactInvalid (src/JSDOM/Generated/Enums.hs:2316) js_ApplePayErrorCodeBillingContactInvalid (src/JSDOM/Generated/Enums.hs:2318) js_ApplePayErrorCodeAddressUnservicable (src/JSDOM/Generated/Enums.hs:2319) ApplePayErrorContactField (src/JSDOM/Generated/Enums.hs:2321) js_ApplePayErrorContactFieldPhoneNumber (src/JSDOM/Generated/Enums.hs:2438) js_ApplePayErrorContactFieldEmailAddress (src/JSDOM/Generated/Enums.hs:2439) js_ApplePayErrorContactFieldName (src/JSDOM/Generated/Enums.hs:2440) js_ApplePayErrorContactFieldPostalAddress (src/JSDOM/Generated/Enums.hs:2441) js_ApplePayErrorContactFieldAddressLines (src/JSDOM/Generated/Enums.hs:2442) js_ApplePayErrorContactFieldLocality (src/JSDOM/Generated/Enums.hs:2443) js_ApplePayErrorContactFieldPostalCode (src/JSDOM/Generated/Enums.hs:2444) js_ApplePayErrorContactFieldAdministrativeArea (src/JSDOM/Generated/Enums.hs:2445) js_ApplePayErrorContactFieldCountry (src/JSDOM/Generated/Enums.hs:2447) ApplePayLineItemType (src/JSDOM/Generated/Enums.hs:2449) js_ApplePayLineItemTypePending (src/JSDOM/Generated/Enums.hs:2471) js_ApplePayLineItemTypeFinal (src/JSDOM/Generated/Enums.hs:2472) ApplePayPaymentMethodType (src/JSDOM/Generated/Enums.hs:2474) js_ApplePayPaymentMethodTypeDebit (src/JSDOM/Generated/Enums.hs:2516) js_ApplePayPaymentMethodTypeCredit (src/JSDOM/Generated/Enums.hs:2517) js_ApplePayPaymentMethodTypePrepaid (src/JSDOM/Generated/Enums.hs:2518) js_ApplePayPaymentMethodTypeStore (src/JSDOM/Generated/Enums.hs:2519) ApplePayPaymentPassActivationState (src/JSDOM/Generated/Enums.hs:2521) js_ApplePayPaymentPassActivationStateActivated (src/JSDOM/Generated/Enums.hs:2587) js_ApplePayPaymentPassActivationStateRequiresActivation (src/JSDOM/Generated/Enums.hs:2588) js_ApplePayPaymentPassActivationStateActivating (src/JSDOM/Generated/Enums.hs:2590) js_ApplePayPaymentPassActivationStateSuspended (src/JSDOM/Generated/Enums.hs:2591) js_ApplePayPaymentPassActivationStateDeactivated (src/JSDOM/Generated/Enums.hs:2592) ApplePayMerchantCapability (src/JSDOM/Generated/Enums.hs:2594) js_ApplePayMerchantCapabilitySupports3DS (src/JSDOM/Generated/Enums.hs:2640) js_ApplePayMerchantCapabilitySupportsEMV (src/JSDOM/Generated/Enums.hs:2641) js_ApplePayMerchantCapabilitySupportsCredit (src/JSDOM/Generated/Enums.hs:2642) js_ApplePayMerchantCapabilitySupportsDebit (src/JSDOM/Generated/Enums.hs:2643) ApplePayContactField (src/JSDOM/Generated/Enums.hs:2645) js_ApplePayContactFieldEmail (src/JSDOM/Generated/Enums.hs:2688) js_ApplePayContactFieldName (src/JSDOM/Generated/Enums.hs:2689) js_ApplePayContactFieldPhone (src/JSDOM/Generated/Enums.hs:2690) js_ApplePayContactFieldPostalAddress (src/JSDOM/Generated/Enums.hs:2691) ApplePayShippingType (src/JSDOM/Generated/Enums.hs:2693) js_ApplePayShippingTypeShipping (src/JSDOM/Generated/Enums.hs:2736) js_ApplePayShippingTypeDelivery (src/JSDOM/Generated/Enums.hs:2737) js_ApplePayShippingTypeStorePickup (src/JSDOM/Generated/Enums.hs:2738) js_ApplePayShippingTypeServicePickup (src/JSDOM/Generated/Enums.hs:2739) MediaKeyMessageType (src/JSDOM/Generated/Enums.hs:2741) js_MediaKeyMessageTypeLicenseRequest (src/JSDOM/Generated/Enums.hs:2785) js_MediaKeyMessageTypeLicenseRenewal (src/JSDOM/Generated/Enums.hs:2786) js_MediaKeyMessageTypeLicenseRelease (src/JSDOM/Generated/Enums.hs:2787) js_MediaKeyMessageTypeIndividualizationRequest (src/JSDOM/Generated/Enums.hs:2788) MediaKeySessionType (src/JSDOM/Generated/Enums.hs:2791) js_MediaKeySessionTypeTemporary (src/JSDOM/Generated/Enums.hs:2823) js_MediaKeySessionTypePersistentUsageRecord (src/JSDOM/Generated/Enums.hs:2824) js_MediaKeySessionTypePersistentLicense (src/JSDOM/Generated/Enums.hs:2826) MediaKeysRequirement (src/JSDOM/Generated/Enums.hs:2828) js_MediaKeysRequirementRequired (src/JSDOM/Generated/Enums.hs:2858) js_MediaKeysRequirementOptional (src/JSDOM/Generated/Enums.hs:2859) js_MediaKeysRequirementNotAllowed (src/JSDOM/Generated/Enums.hs:2860) MediaKeyStatus (src/JSDOM/Generated/Enums.hs:2862) js_MediaKeyStatusUsable (src/JSDOM/Generated/Enums.hs:2943) js_MediaKeyStatusExpired (src/JSDOM/Generated/Enums.hs:2944) js_MediaKeyStatusReleased (src/JSDOM/Generated/Enums.hs:2945) js_MediaKeyStatusOutputRestricted (src/JSDOM/Generated/Enums.hs:2946) js_MediaKeyStatusOutputDownscaled (src/JSDOM/Generated/Enums.hs:2947) js_MediaKeyStatusStatusPending (src/JSDOM/Generated/Enums.hs:2948) js_MediaKeyStatusInternalError (src/JSDOM/Generated/Enums.hs:2949) RequestType (src/JSDOM/Generated/Enums.hs:2951) js_RequestType (src/JSDOM/Generated/Enums.hs:3038) js_RequestTypeAudio (src/JSDOM/Generated/Enums.hs:3039) js_RequestTypeFont (src/JSDOM/Generated/Enums.hs:3040) js_RequestTypeImage (src/JSDOM/Generated/Enums.hs:3041) js_RequestTypeScript (src/JSDOM/Generated/Enums.hs:3042) js_RequestTypeStyle (src/JSDOM/Generated/Enums.hs:3043) js_RequestTypeTrack (src/JSDOM/Generated/Enums.hs:3044) js_RequestTypeVideo (src/JSDOM/Generated/Enums.hs:3045) RequestDestination (src/JSDOM/Generated/Enums.hs:3047) js_RequestDestination (src/JSDOM/Generated/Enums.hs:3116) js_RequestDestinationDocument (src/JSDOM/Generated/Enums.hs:3117) js_RequestDestinationSharedworker (src/JSDOM/Generated/Enums.hs:3118) js_RequestDestinationSubresource (src/JSDOM/Generated/Enums.hs:3119) js_RequestDestinationUnknown (src/JSDOM/Generated/Enums.hs:3120) js_RequestDestinationWorker (src/JSDOM/Generated/Enums.hs:3121) RequestMode (src/JSDOM/Generated/Enums.hs:3123) js_RequestModeNavigate (src/JSDOM/Generated/Enums.hs:3157) js_RequestModeSameOrigin (src/JSDOM/Generated/Enums.hs:3158) js_RequestModeNoCors (src/JSDOM/Generated/Enums.hs:3159) js_RequestModeCors (src/JSDOM/Generated/Enums.hs:3160) RequestCredentials (src/JSDOM/Generated/Enums.hs:3162) js_RequestCredentialsOmit (src/JSDOM/Generated/Enums.hs:3191) js_RequestCredentialsSameOrigin (src/JSDOM/Generated/Enums.hs:3192) js_RequestCredentialsInclude (src/JSDOM/Generated/Enums.hs:3193) RequestCache (src/JSDOM/Generated/Enums.hs:3195) js_RequestCacheDefault (src/JSDOM/Generated/Enums.hs:3256) js_RequestCacheNoStore (src/JSDOM/Generated/Enums.hs:3257) js_RequestCacheReload (src/JSDOM/Generated/Enums.hs:3258) js_RequestCacheNoCache (src/JSDOM/Generated/Enums.hs:3259) js_RequestCacheForceCache (src/JSDOM/Generated/Enums.hs:3260) js_RequestCacheOnlyIfCached (src/JSDOM/Generated/Enums.hs:3261) RequestRedirect (src/JSDOM/Generated/Enums.hs:3263) js_RequestRedirectFollow (src/JSDOM/Generated/Enums.hs:3290) js_RequestRedirectError (src/JSDOM/Generated/Enums.hs:3291) js_RequestRedirectManual (src/JSDOM/Generated/Enums.hs:3292) ReferrerPolicy (src/JSDOM/Generated/Enums.hs:3294) js_ReferrerPolicy (src/JSDOM/Generated/Enums.hs:3361) js_ReferrerPolicyNoReferrer (src/JSDOM/Generated/Enums.hs:3362) js_ReferrerPolicyNoReferrerWhenDowngrade (src/JSDOM/Generated/Enums.hs:3363) js_ReferrerPolicyOrigin (src/JSDOM/Generated/Enums.hs:3365) js_ReferrerPolicyOriginWhenCrossOrigin (src/JSDOM/Generated/Enums.hs:3366) js_ReferrerPolicyUnsafeUrl (src/JSDOM/Generated/Enums.hs:3367) ResponseType (src/JSDOM/Generated/Enums.hs:3369) js_ResponseTypeBasic (src/JSDOM/Generated/Enums.hs:3430) js_ResponseTypeCors (src/JSDOM/Generated/Enums.hs:3431) js_ResponseTypeDefault (src/JSDOM/Generated/Enums.hs:3432) js_ResponseTypeError (src/JSDOM/Generated/Enums.hs:3433) js_ResponseTypeOpaque (src/JSDOM/Generated/Enums.hs:3434) js_ResponseTypeOpaqueredirect (src/JSDOM/Generated/Enums.hs:3435) IDBCursorDirection (src/JSDOM/Generated/Enums.hs:3437) js_IDBCursorDirectionNext (src/JSDOM/Generated/Enums.hs:3477) js_IDBCursorDirectionNextunique (src/JSDOM/Generated/Enums.hs:3478) js_IDBCursorDirectionPrev (src/JSDOM/Generated/Enums.hs:3479) js_IDBCursorDirectionPrevunique (src/JSDOM/Generated/Enums.hs:3480) IDBRequestReadyState (src/JSDOM/Generated/Enums.hs:3482) js_IDBRequestReadyStatePending (src/JSDOM/Generated/Enums.hs:3504) js_IDBRequestReadyStateDone (src/JSDOM/Generated/Enums.hs:3505) IDBTransactionMode (src/JSDOM/Generated/Enums.hs:3507) js_IDBTransactionModeReadonly (src/JSDOM/Generated/Enums.hs:3537) js_IDBTransactionModeReadwrite (src/JSDOM/Generated/Enums.hs:3538) js_IDBTransactionModeVersionchange (src/JSDOM/Generated/Enums.hs:3539) DeviceType (src/JSDOM/Generated/Enums.hs:3541) js_DeviceTypeNone (src/JSDOM/Generated/Enums.hs:3568) js_DeviceTypeAirplay (src/JSDOM/Generated/Enums.hs:3569) js_DeviceTypeTvout (src/JSDOM/Generated/Enums.hs:3570) MediaSessionKind (src/JSDOM/Generated/Enums.hs:3572) js_MediaSessionKindContent (src/JSDOM/Generated/Enums.hs:3612) js_MediaSessionKindTransient (src/JSDOM/Generated/Enums.hs:3613) js_MediaSessionKindTransientSolo (src/JSDOM/Generated/Enums.hs:3614) js_MediaSessionKindAmbient (src/JSDOM/Generated/Enums.hs:3615) EndOfStreamError (src/JSDOM/Generated/Enums.hs:3617) js_EndOfStreamErrorNetwork (src/JSDOM/Generated/Enums.hs:3638) js_EndOfStreamErrorDecode (src/JSDOM/Generated/Enums.hs:3639) ReadyState (src/JSDOM/Generated/Enums.hs:3641) js_ReadyStateClosed (src/JSDOM/Generated/Enums.hs:3668) js_ReadyStateOpen (src/JSDOM/Generated/Enums.hs:3669) js_ReadyStateEnded (src/JSDOM/Generated/Enums.hs:3670) AppendMode (src/JSDOM/Generated/Enums.hs:3672) js_AppendModeSegments (src/JSDOM/Generated/Enums.hs:3692) js_AppendModeSequence (src/JSDOM/Generated/Enums.hs:3693) MediaDeviceKind (src/JSDOM/Generated/Enums.hs:3695) js_MediaDeviceKindAudioinput (src/JSDOM/Generated/Enums.hs:3725) js_MediaDeviceKindAudiooutput (src/JSDOM/Generated/Enums.hs:3726) js_MediaDeviceKindVideoinput (src/JSDOM/Generated/Enums.hs:3727) MediaStreamTrackState (src/JSDOM/Generated/Enums.hs:3729) js_MediaStreamTrackStateLive (src/JSDOM/Generated/Enums.hs:3751) js_MediaStreamTrackStateEnded (src/JSDOM/Generated/Enums.hs:3752) RTCIceTransportPolicy (src/JSDOM/Generated/Enums.hs:3754) js_RTCIceTransportPolicyRelay (src/JSDOM/Generated/Enums.hs:3776) js_RTCIceTransportPolicyAll (src/JSDOM/Generated/Enums.hs:3777) RTCBundlePolicy (src/JSDOM/Generated/Enums.hs:3779) js_RTCBundlePolicyBalanced (src/JSDOM/Generated/Enums.hs:3809) js_RTCBundlePolicyMaxCompat (src/JSDOM/Generated/Enums.hs:3810) js_RTCBundlePolicyMaxBundle (src/JSDOM/Generated/Enums.hs:3811) RTCDataChannelState (src/JSDOM/Generated/Enums.hs:3813) js_RTCDataChannelStateConnecting (src/JSDOM/Generated/Enums.hs:3853) js_RTCDataChannelStateOpen (src/JSDOM/Generated/Enums.hs:3854) js_RTCDataChannelStateClosing (src/JSDOM/Generated/Enums.hs:3855) js_RTCDataChannelStateClosed (src/JSDOM/Generated/Enums.hs:3856) RTCIceConnectionState (src/JSDOM/Generated/Enums.hs:3858) js_RTCIceConnectionStateNew (src/JSDOM/Generated/Enums.hs:3942) js_RTCIceConnectionStateChecking (src/JSDOM/Generated/Enums.hs:3943) js_RTCIceConnectionStateConnected (src/JSDOM/Generated/Enums.hs:3944) js_RTCIceConnectionStateCompleted (src/JSDOM/Generated/Enums.hs:3945) js_RTCIceConnectionStateFailed (src/JSDOM/Generated/Enums.hs:3946) js_RTCIceConnectionStateDisconnected (src/JSDOM/Generated/Enums.hs:3947) js_RTCIceConnectionStateClosed (src/JSDOM/Generated/Enums.hs:3948) RTCIceGatheringState (src/JSDOM/Generated/Enums.hs:3950) js_RTCIceGatheringStateNew (src/JSDOM/Generated/Enums.hs:3980) js_RTCIceGatheringStateGathering (src/JSDOM/Generated/Enums.hs:3981) js_RTCIceGatheringStateComplete (src/JSDOM/Generated/Enums.hs:3982) RTCIceTransportState (src/JSDOM/Generated/Enums.hs:3984) js_RTCIceTransportStateNew (src/JSDOM/Generated/Enums.hs:4068) js_RTCIceTransportStateChecking (src/JSDOM/Generated/Enums.hs:4069) js_RTCIceTransportStateConnected (src/JSDOM/Generated/Enums.hs:4070) js_RTCIceTransportStateCompleted (src/JSDOM/Generated/Enums.hs:4071) js_RTCIceTransportStateFailed (src/JSDOM/Generated/Enums.hs:4072) js_RTCIceTransportStateDisconnected (src/JSDOM/Generated/Enums.hs:4073) js_RTCIceTransportStateClosed (src/JSDOM/Generated/Enums.hs:4074) RTCPeerConnectionState (src/JSDOM/Generated/Enums.hs:4076) js_RTCPeerConnectionStateNew (src/JSDOM/Generated/Enums.hs:4147) js_RTCPeerConnectionStateConnecting (src/JSDOM/Generated/Enums.hs:4148) js_RTCPeerConnectionStateConnected (src/JSDOM/Generated/Enums.hs:4149) js_RTCPeerConnectionStateDisconnected (src/JSDOM/Generated/Enums.hs:4150) js_RTCPeerConnectionStateFailed (src/JSDOM/Generated/Enums.hs:4151) js_RTCPeerConnectionStateClosed (src/JSDOM/Generated/Enums.hs:4152) RTCDegradationPreference (src/JSDOM/Generated/Enums.hs:4154) js_RTCDegradationPreferenceMaintainFramerate (src/JSDOM/Generated/Enums.hs:4185) js_RTCDegradationPreferenceMaintainResolution (src/JSDOM/Generated/Enums.hs:4186) js_RTCDegradationPreferenceBalanced (src/JSDOM/Generated/Enums.hs:4188) RTCDtxStatus (src/JSDOM/Generated/Enums.hs:4190) js_RTCDtxStatusDisabled (src/JSDOM/Generated/Enums.hs:4210) js_RTCDtxStatusEnabled (src/JSDOM/Generated/Enums.hs:4211) RTCPriorityType (src/JSDOM/Generated/Enums.hs:4213) js_RTCPriorityTypeVeryLow (src/JSDOM/Generated/Enums.hs:4247) js_RTCPriorityTypeLow (src/JSDOM/Generated/Enums.hs:4248) js_RTCPriorityTypeMedium (src/JSDOM/Generated/Enums.hs:4249) js_RTCPriorityTypeHigh (src/JSDOM/Generated/Enums.hs:4250) RTCRtpTransceiverDirection (src/JSDOM/Generated/Enums.hs:4252) js_RTCRtpTransceiverDirectionSendrecv (src/JSDOM/Generated/Enums.hs:4296) js_RTCRtpTransceiverDirectionSendonly (src/JSDOM/Generated/Enums.hs:4297) js_RTCRtpTransceiverDirectionRecvonly (src/JSDOM/Generated/Enums.hs:4298) js_RTCRtpTransceiverDirectionInactive (src/JSDOM/Generated/Enums.hs:4299) RTCSdpType (src/JSDOM/Generated/Enums.hs:4301) js_RTCSdpTypeOffer (src/JSDOM/Generated/Enums.hs:4335) js_RTCSdpTypePranswer (src/JSDOM/Generated/Enums.hs:4336) js_RTCSdpTypeAnswer (src/JSDOM/Generated/Enums.hs:4337) js_RTCSdpTypeRollback (src/JSDOM/Generated/Enums.hs:4338) RTCSignalingState (src/JSDOM/Generated/Enums.hs:4340) js_RTCSignalingStateStable (src/JSDOM/Generated/Enums.hs:4396) js_RTCSignalingStateHaveLocalOffer (src/JSDOM/Generated/Enums.hs:4397) js_RTCSignalingStateHaveRemoteOffer (src/JSDOM/Generated/Enums.hs:4398) js_RTCSignalingStateHaveLocalPranswer (src/JSDOM/Generated/Enums.hs:4399) js_RTCSignalingStateHaveRemotePranswer (src/JSDOM/Generated/Enums.hs:4400) RTCStatsType (src/JSDOM/Generated/Enums.hs:4402) js_RTCStatsTypeCodec (src/JSDOM/Generated/Enums.hs:4544) js_RTCStatsTypeInboundRtp (src/JSDOM/Generated/Enums.hs:4545) js_RTCStatsTypeOutboundRtp (src/JSDOM/Generated/Enums.hs:4546) js_RTCStatsTypePeerConnection (src/JSDOM/Generated/Enums.hs:4547) js_RTCStatsTypeDataChannel (src/JSDOM/Generated/Enums.hs:4548) js_RTCStatsTypeTrack (src/JSDOM/Generated/Enums.hs:4549) js_RTCStatsTypeTransport (src/JSDOM/Generated/Enums.hs:4550) js_RTCStatsTypeCandidatePair (src/JSDOM/Generated/Enums.hs:4551) js_RTCStatsTypeLocalCandidate (src/JSDOM/Generated/Enums.hs:4552) js_RTCStatsTypeRemoteCandidate (src/JSDOM/Generated/Enums.hs:4553) js_RTCStatsTypeCertificate (src/JSDOM/Generated/Enums.hs:4554) NotificationDirection (src/JSDOM/Generated/Enums.hs:4556) js_NotificationDirectionAuto (src/JSDOM/Generated/Enums.hs:4586) js_NotificationDirectionLtr (src/JSDOM/Generated/Enums.hs:4587) js_NotificationDirectionRtl (src/JSDOM/Generated/Enums.hs:4588) AudioContextState (src/JSDOM/Generated/Enums.hs:4590) js_AudioContextStateSuspended (src/JSDOM/Generated/Enums.hs:4630) js_AudioContextStateRunning (src/JSDOM/Generated/Enums.hs:4631) js_AudioContextStateInterrupted (src/JSDOM/Generated/Enums.hs:4632) js_AudioContextStateClosed (src/JSDOM/Generated/Enums.hs:4633) BiquadFilterType (src/JSDOM/Generated/Enums.hs:4635) js_BiquadFilterTypeLowpass (src/JSDOM/Generated/Enums.hs:4732) js_BiquadFilterTypeHighpass (src/JSDOM/Generated/Enums.hs:4733) js_BiquadFilterTypeBandpass (src/JSDOM/Generated/Enums.hs:4734) js_BiquadFilterTypeLowshelf (src/JSDOM/Generated/Enums.hs:4735) js_BiquadFilterTypeHighshelf (src/JSDOM/Generated/Enums.hs:4736) js_BiquadFilterTypePeaking (src/JSDOM/Generated/Enums.hs:4737) js_BiquadFilterTypeNotch (src/JSDOM/Generated/Enums.hs:4738) js_BiquadFilterTypeAllpass (src/JSDOM/Generated/Enums.hs:4739) OscillatorType (src/JSDOM/Generated/Enums.hs:4741) js_OscillatorTypeSine (src/JSDOM/Generated/Enums.hs:4788) js_OscillatorTypeSquare (src/JSDOM/Generated/Enums.hs:4789) js_OscillatorTypeSawtooth (src/JSDOM/Generated/Enums.hs:4790) js_OscillatorTypeTriangle (src/JSDOM/Generated/Enums.hs:4791) js_OscillatorTypeCustom (src/JSDOM/Generated/Enums.hs:4792) PanningModelType (src/JSDOM/Generated/Enums.hs:4794) js_PanningModelTypeEqualpower (src/JSDOM/Generated/Enums.hs:4815) js_PanningModelTypeHRTF (src/JSDOM/Generated/Enums.hs:4816) DistanceModelType (src/JSDOM/Generated/Enums.hs:4818) js_DistanceModelTypeLinear (src/JSDOM/Generated/Enums.hs:4848) js_DistanceModelTypeInverse (src/JSDOM/Generated/Enums.hs:4849) js_DistanceModelTypeExponential (src/JSDOM/Generated/Enums.hs:4850) OverSampleType (src/JSDOM/Generated/Enums.hs:4852) js_OverSampleTypeNone (src/JSDOM/Generated/Enums.hs:4879) js_OverSampleType2x (src/JSDOM/Generated/Enums.hs:4880) js_OverSampleType4x (src/JSDOM/Generated/Enums.hs:4881) ScrollRestoration (src/JSDOM/Generated/Enums.hs:4883) js_ScrollRestorationAuto (src/JSDOM/Generated/Enums.hs:4904) js_ScrollRestorationManual (src/JSDOM/Generated/Enums.hs:4905) XMLHttpRequestResponseType (src/JSDOM/Generated/Enums.hs:4907) js_XMLHttpRequestResponseType (src/JSDOM/Generated/Enums.hs:4978) js_XMLHttpRequestResponseTypeArraybuffer (src/JSDOM/Generated/Enums.hs:4979) js_XMLHttpRequestResponseTypeBlob (src/JSDOM/Generated/Enums.hs:4980) js_XMLHttpRequestResponseTypeDocument (src/JSDOM/Generated/Enums.hs:4981) js_XMLHttpRequestResponseTypeJson (src/JSDOM/Generated/Enums.hs:4982) js_XMLHttpRequestResponseTypeText (src/JSDOM/Generated/Enums.hs:4983) 50% ( 1 / 2) in 'JSDOM.Enums' Missing documentation for: Module header 71% ( 10 / 14) in 'JSDOM.Generated.UIEvent' Missing documentation for: Module header gTypeUIEvent (src/JSDOM/Types.hs:34700) IsUIEvent (src/JSDOM/Types.hs:34685) toUIEvent (src/JSDOM/Types.hs:34687) 83% ( 31 / 37) in 'JSDOM.Generated.MouseEvent' Missing documentation for: Module header WEBKIT_FORCE_AT_MOUSE_DOWN (src/JSDOM/Generated/MouseEvent.hs:67) WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN (src/JSDOM/Generated/MouseEvent.hs:68) gTypeMouseEvent (src/JSDOM/Types.hs:19559) IsMouseEvent (src/JSDOM/Types.hs:19543) toMouseEvent (src/JSDOM/Types.hs:19545) 55% ( 5 / 9) in 'JSDOM.Generated.EventTarget' Missing documentation for: Module header gTypeEventTarget (src/JSDOM/Types.hs:10686) IsEventTarget (src/JSDOM/Types.hs:10672) toEventTarget (src/JSDOM/Types.hs:10674) 77% ( 27 / 35) in 'JSDOM.Generated.Event' Missing documentation for: Module header NONE (src/JSDOM/Generated/Event.hs:78) CAPTURING_PHASE (src/JSDOM/Generated/Event.hs:79) AT_TARGET (src/JSDOM/Generated/Event.hs:80) BUBBLING_PHASE (src/JSDOM/Generated/Event.hs:81) gTypeEvent (src/JSDOM/Types.hs:10397) IsEvent (src/JSDOM/Types.hs:10383) toEvent (src/JSDOM/Types.hs:10385) 0% ( 0 / 10) in 'JSDOM.EventTargetClosures' Missing documentation for: Module header EventName (src/JSDOM/EventTargetClosures.hs:16) SaferEventListener (src/JSDOM/EventTargetClosures.hs:22) eventNameString (src/JSDOM/EventTargetClosures.hs:19) unsafeEventName (src/JSDOM/EventTargetClosures.hs:33) unsafeEventNameAsync (src/JSDOM/EventTargetClosures.hs:36) eventListenerNew (src/JSDOM/EventTargetClosures.hs:39) eventListenerNewSync (src/JSDOM/EventTargetClosures.hs:42) eventListenerNewAsync (src/JSDOM/EventTargetClosures.hs:45) eventListenerRelease (src/JSDOM/EventTargetClosures.hs:48) 88% ( 15 / 17) in 'JSDOM.Generated.XSLTProcessor' Missing documentation for: Module header gTypeXSLTProcessor (src/JSDOM/Types.hs:38896) 50% ( 12 / 24) in 'JSDOM.Generated.XPathResult' Missing documentation for: Module header ANY_TYPE (src/JSDOM/Generated/XPathResult.hs:51) NUMBER_TYPE (src/JSDOM/Generated/XPathResult.hs:52) STRING_TYPE (src/JSDOM/Generated/XPathResult.hs:53) BOOLEAN_TYPE (src/JSDOM/Generated/XPathResult.hs:54) UNORDERED_NODE_ITERATOR_TYPE (src/JSDOM/Generated/XPathResult.hs:55) ORDERED_NODE_ITERATOR_TYPE (src/JSDOM/Generated/XPathResult.hs:56) UNORDERED_NODE_SNAPSHOT_TYPE (src/JSDOM/Generated/XPathResult.hs:57) ORDERED_NODE_SNAPSHOT_TYPE (src/JSDOM/Generated/XPathResult.hs:58) ANY_UNORDERED_NODE_TYPE (src/JSDOM/Generated/XPathResult.hs:59) FIRST_ORDERED_NODE_TYPE (src/JSDOM/Generated/XPathResult.hs:60) gTypeXPathResult (src/JSDOM/Types.hs:38859) 71% ( 5 / 7) in 'JSDOM.Generated.XPathNSResolver' Missing documentation for: Module header gTypeXPathNSResolver (src/JSDOM/Types.hs:38822) 60% ( 3 / 5) in 'JSDOM.Generated.XPathExpression' Missing documentation for: Module header gTypeXPathExpression (src/JSDOM/Types.hs:38785) 60% ( 6 / 10) in 'JSDOM.Generated.XPathException' Missing documentation for: Module header INVALID_EXPRESSION_ERR (src/JSDOM/Generated/XPathException.hs:33) TYPE_ERR (src/JSDOM/Generated/XPathException.hs:34) gTypeXPathException (src/JSDOM/Types.hs:38748) 80% ( 8 / 10) in 'JSDOM.Generated.XPathEvaluator' Missing documentation for: Module header gTypeXPathEvaluator (src/JSDOM/Types.hs:38711) 66% ( 4 / 6) in 'JSDOM.Generated.XMLSerializer' Missing documentation for: Module header gTypeXMLSerializer (src/JSDOM/Types.hs:38674) 60% ( 3 / 5) in 'JSDOM.Generated.XMLHttpRequestProgressEvent' Missing documentation for: Module header gTypeXMLHttpRequestProgressEvent (src/JSDOM/Types.hs:38594) 66% ( 8 / 12) in 'JSDOM.Generated.XMLHttpRequestEventTarget' Missing documentation for: Module header gTypeXMLHttpRequestEventTarget (src/JSDOM/Types.hs:38551) IsXMLHttpRequestEventTarget (src/JSDOM/Types.hs:38536) toXMLHttpRequestEventTarget (src/JSDOM/Types.hs:38538) 82% ( 33 / 40) in 'JSDOM.Generated.XMLHttpRequest' Missing documentation for: Module header UNSENT (src/JSDOM/Generated/XMLHttpRequest.hs:128) OPENED (src/JSDOM/Generated/XMLHttpRequest.hs:129) HEADERS_RECEIVED (src/JSDOM/Generated/XMLHttpRequest.hs:130) LOADING (src/JSDOM/Generated/XMLHttpRequest.hs:131) DONE (src/JSDOM/Generated/XMLHttpRequest.hs:132) gTypeXMLHttpRequest (src/JSDOM/Types.hs:38505) 84% ( 11 / 13) in 'JSDOM.Generated.WritableStream' Missing documentation for: Module header gTypeWritableStream (src/JSDOM/Types.hs:38407) 60% ( 3 / 5) in 'JSDOM.Generated.WorkerNavigator' Missing documentation for: Module header gTypeWorkerNavigator (src/JSDOM/Types.hs:38370) 83% ( 10 / 12) in 'JSDOM.Generated.WorkerLocation' Missing documentation for: Module header gTypeWorkerLocation (src/JSDOM/Types.hs:38323) 75% ( 12 / 16) in 'JSDOM.Generated.WorkerGlobalScope' Missing documentation for: Module header gTypeWorkerGlobalScope (src/JSDOM/Types.hs:38286) IsWorkerGlobalScope (src/JSDOM/Types.hs:38268) toWorkerGlobalScope (src/JSDOM/Types.hs:38270) 71% ( 5 / 7) in 'JSDOM.Generated.Worker' Missing documentation for: Module header gTypeWorker (src/JSDOM/Types.hs:38234) 75% ( 12 / 16) in 'JSDOM.Generated.WindowOrWorkerGlobalScope' Missing documentation for: Module header gTypeWindowOrWorkerGlobalScope (src/JSDOM/Types.hs:38191) IsWindowOrWorkerGlobalScope (src/JSDOM/Types.hs:38177) toWindowOrWorkerGlobalScope (src/JSDOM/Types.hs:38179) 76% ( 13 / 17) in 'JSDOM.Generated.WindowEventHandlers' Missing documentation for: Module header gTypeWindowEventHandlers (src/JSDOM/Types.hs:38149) IsWindowEventHandlers (src/JSDOM/Types.hs:38135) toWindowEventHandlers (src/JSDOM/Types.hs:38137) 98% (148 /150) in 'JSDOM.Generated.Window' Missing documentation for: Module header gTypeWindow (src/JSDOM/Types.hs:38107) 68% ( 11 / 16) in 'JSDOM.Generated.WheelEvent' Missing documentation for: Module header DOM_DELTA_PIXEL (src/JSDOM/Generated/WheelEvent.hs:54) DOM_DELTA_LINE (src/JSDOM/Generated/WheelEvent.hs:55) DOM_DELTA_PAGE (src/JSDOM/Generated/WheelEvent.hs:56) gTypeWheelEvent (src/JSDOM/Types.hs:38009) 79% ( 23 / 29) in 'JSDOM.Generated.WebSocket' Missing documentation for: Module header CONNECTING (src/JSDOM/Generated/WebSocket.hs:77) OPEN (src/JSDOM/Generated/WebSocket.hs:78) CLOSING (src/JSDOM/Generated/WebSocket.hs:79) CLOSED (src/JSDOM/Generated/WebSocket.hs:80) gTypeWebSocket (src/JSDOM/Types.hs:37964) 71% ( 5 / 7) in 'JSDOM.Generated.WebKitTransitionEvent' Missing documentation for: Module header gTypeWebKitTransitionEvent (src/JSDOM/Types.hs:37882) 91% ( 21 / 23) in 'JSDOM.Generated.WebKitSubtleCrypto' Missing documentation for: Module header gTypeWebKitSubtleCrypto (src/JSDOM/Types.hs:37841) 75% ( 6 / 8) in 'JSDOM.Generated.WebKitPoint' Missing documentation for: Module header gTypeWebKitPoint (src/JSDOM/Types.hs:37804) 60% ( 3 / 5) in 'JSDOM.Generated.WebKitPlaybackTargetAvailabilityEvent' Missing documentation for: Module header gTypeWebKitPlaybackTargetAvailabilityEvent (src/JSDOM/Types.hs:37726) 50% ( 2 / 4) in 'JSDOM.Generated.WebKitNamespace' Missing documentation for: Module header gTypeWebKitNamespace (src/JSDOM/Types.hs:37685) 83% ( 10 / 12) in 'JSDOM.Generated.WebKitNamedFlow' Missing documentation for: Module header gTypeWebKitNamedFlow (src/JSDOM/Types.hs:37648) 77% ( 7 / 9) in 'JSDOM.Generated.WebKitMediaKeys' Missing documentation for: Module header gTypeWebKitMediaKeys (src/JSDOM/Types.hs:37607) 81% ( 9 / 11) in 'JSDOM.Generated.WebKitMediaKeySession' Missing documentation for: Module header gTypeWebKitMediaKeySession (src/JSDOM/Types.hs:37570) 60% ( 3 / 5) in 'JSDOM.Generated.WebKitMediaKeyNeededEvent' Missing documentation for: Module header gTypeWebKitMediaKeyNeededEvent (src/JSDOM/Types.hs:37488) 66% ( 4 / 6) in 'JSDOM.Generated.WebKitMediaKeyMessageEvent' Missing documentation for: Module header gTypeWebKitMediaKeyMessageEvent (src/JSDOM/Types.hs:37406) 27% ( 3 / 11) in 'JSDOM.Generated.WebKitMediaKeyError' Missing documentation for: Module header MEDIA_KEYERR_UNKNOWN (src/JSDOM/Generated/WebKitMediaKeyError.hs:25) MEDIA_KEYERR_CLIENT (src/JSDOM/Generated/WebKitMediaKeyError.hs:26) MEDIA_KEYERR_SERVICE (src/JSDOM/Generated/WebKitMediaKeyError.hs:27) MEDIA_KEYERR_OUTPUT (src/JSDOM/Generated/WebKitMediaKeyError.hs:28) MEDIA_KEYERR_HARDWARECHANGE (src/JSDOM/Generated/WebKitMediaKeyError.hs:29) MEDIA_KEYERR_DOMAIN (src/JSDOM/Generated/WebKitMediaKeyError.hs:30) gTypeWebKitMediaKeyError (src/JSDOM/Types.hs:37365) 50% ( 2 / 4) in 'JSDOM.Generated.WebKitCSSViewportRule' Missing documentation for: Module header gTypeWebKitCSSViewportRule (src/JSDOM/Types.hs:37328) 50% ( 2 / 4) in 'JSDOM.Generated.WebKitCSSRegionRule' Missing documentation for: Module header gTypeWebKitCSSRegionRule (src/JSDOM/Types.hs:37287) 97% ( 65 / 67) in 'JSDOM.Generated.WebKitCSSMatrix' Missing documentation for: Module header gTypeWebKitCSSMatrix (src/JSDOM/Types.hs:37246) 66% ( 4 / 6) in 'JSDOM.Generated.WebKitAnimationEvent' Missing documentation for: Module header gTypeWebKitAnimationEvent (src/JSDOM/Types.hs:37168) 87% ( 14 / 16) in 'JSDOM.Generated.WebGPUTextureDescriptor' Missing documentation for: Module header gTypeWebGPUTextureDescriptor (src/JSDOM/Types.hs:37127) 60% ( 3 / 5) in 'JSDOM.Generated.WebGPUTexture' Missing documentation for: Module header gTypeWebGPUTexture (src/JSDOM/Types.hs:37090) 43% ( 31 / 72) in 'JSDOM.Generated.WebGPURenderingContext' Missing documentation for: Module header PixelFormatBGRA8Unorm (src/JSDOM/Generated/WebGPURenderingContext.hs:312) PixelFormatDepth32Float (src/JSDOM/Generated/WebGPURenderingContext.hs:313) PixelFormatStencil8 (src/JSDOM/Generated/WebGPURenderingContext.hs:314) PixelFormatInvalid (src/JSDOM/Generated/WebGPURenderingContext.hs:315) LoadActionDontCare (src/JSDOM/Generated/WebGPURenderingContext.hs:316) LoadActionLoad (src/JSDOM/Generated/WebGPURenderingContext.hs:317) LoadActionClear (src/JSDOM/Generated/WebGPURenderingContext.hs:318) StoreActionDontCare (src/JSDOM/Generated/WebGPURenderingContext.hs:319) StoreActionStore (src/JSDOM/Generated/WebGPURenderingContext.hs:320) StoreActionMultisampleResolve (src/JSDOM/Generated/WebGPURenderingContext.hs:321) PrimitiveTypePoint (src/JSDOM/Generated/WebGPURenderingContext.hs:322) PrimitiveTypeLine (src/JSDOM/Generated/WebGPURenderingContext.hs:323) PrimitiveTypeLineStrip (src/JSDOM/Generated/WebGPURenderingContext.hs:324) PrimitiveTypeTriangle (src/JSDOM/Generated/WebGPURenderingContext.hs:325) PrimitiveTypeTriangleStrip (src/JSDOM/Generated/WebGPURenderingContext.hs:326) CompareFunctionNever (src/JSDOM/Generated/WebGPURenderingContext.hs:327) CompareFunctionLess (src/JSDOM/Generated/WebGPURenderingContext.hs:328) CompareFunctionEqual (src/JSDOM/Generated/WebGPURenderingContext.hs:329) CompareFunctionLessEqual (src/JSDOM/Generated/WebGPURenderingContext.hs:330) CompareFunctionGreater (src/JSDOM/Generated/WebGPURenderingContext.hs:331) CompareFunctionNotEqual (src/JSDOM/Generated/WebGPURenderingContext.hs:332) CompareFunctionGreaterEqual (src/JSDOM/Generated/WebGPURenderingContext.hs:333) CompareFunctionAlways (src/JSDOM/Generated/WebGPURenderingContext.hs:334) TextureType1D (src/JSDOM/Generated/WebGPURenderingContext.hs:335) TextureType1DArray (src/JSDOM/Generated/WebGPURenderingContext.hs:336) TextureType2D (src/JSDOM/Generated/WebGPURenderingContext.hs:337) TextureType2DArray (src/JSDOM/Generated/WebGPURenderingContext.hs:338) TextureType2DMultisample (src/JSDOM/Generated/WebGPURenderingContext.hs:339) TextureTypeCube (src/JSDOM/Generated/WebGPURenderingContext.hs:340) TextureTypeCubeArray (src/JSDOM/Generated/WebGPURenderingContext.hs:341) TextureType3D (src/JSDOM/Generated/WebGPURenderingContext.hs:342) StorageModeShared (src/JSDOM/Generated/WebGPURenderingContext.hs:343) StorageModeManaged (src/JSDOM/Generated/WebGPURenderingContext.hs:344) StorageModePrivate (src/JSDOM/Generated/WebGPURenderingContext.hs:345) TextureUsageUnknown (src/JSDOM/Generated/WebGPURenderingContext.hs:346) TextureUsageShaderRead (src/JSDOM/Generated/WebGPURenderingContext.hs:347) TextureUsageShaderWrite (src/JSDOM/Generated/WebGPURenderingContext.hs:348) TextureUsageRenderTarget (src/JSDOM/Generated/WebGPURenderingContext.hs:349) TextureUsagePixelFormatView (src/JSDOM/Generated/WebGPURenderingContext.hs:350) gTypeWebGPURenderingContext (src/JSDOM/Types.hs:37016) 60% ( 3 / 5) in 'JSDOM.Generated.WebGPURenderPipelineState' Missing documentation for: Module header gTypeWebGPURenderPipelineState (src/JSDOM/Types.hs:36979) 87% ( 14 / 16) in 'JSDOM.Generated.WebGPURenderPipelineDescriptor' Missing documentation for: Module header gTypeWebGPURenderPipelineDescriptor (src/JSDOM/Types.hs:36942) 60% ( 3 / 5) in 'JSDOM.Generated.WebGPURenderPipelineColorAttachmentDescriptor' Missing documentation for: Module header gTypeWebGPURenderPipelineColorAttachmentDescriptor (src/JSDOM/Types.hs:36905) 66% ( 4 / 6) in 'JSDOM.Generated.WebGPURenderPassDescriptor' Missing documentation for: Module header gTypeWebGPURenderPassDescriptor (src/JSDOM/Types.hs:36868) 60% ( 3 / 5) in 'JSDOM.Generated.WebGPURenderPassDepthAttachmentDescriptor' Missing documentation for: Module header gTypeWebGPURenderPassDepthAttachmentDescriptor (src/JSDOM/Types.hs:36831) 60% ( 3 / 5) in 'JSDOM.Generated.WebGPURenderPassColorAttachmentDescriptor' Missing documentation for: Module header gTypeWebGPURenderPassColorAttachmentDescriptor (src/JSDOM/Types.hs:36790) 69% ( 9 / 13) in 'JSDOM.Generated.WebGPURenderPassAttachmentDescriptor' Missing documentation for: Module header gTypeWebGPURenderPassAttachmentDescriptor (src/JSDOM/Types.hs:36749) IsWebGPURenderPassAttachmentDescriptor (src/JSDOM/Types.hs:36735) toWebGPURenderPassAttachmentDescriptor (src/JSDOM/Types.hs:36737) 77% ( 7 / 9) in 'JSDOM.Generated.WebGPURenderCommandEncoder' Missing documentation for: Module header gTypeWebGPURenderCommandEncoder (src/JSDOM/Types.hs:36707) 81% ( 9 / 11) in 'JSDOM.Generated.WebGPULibrary' Missing documentation for: Module header gTypeWebGPULibrary (src/JSDOM/Types.hs:36670) 50% ( 2 / 4) in 'JSDOM.Generated.WebGPUFunction' Missing documentation for: Module header gTypeWebGPUFunction (src/JSDOM/Types.hs:36633) 50% ( 2 / 4) in 'JSDOM.Generated.WebGPUDrawable' Missing documentation for: Module header gTypeWebGPUDrawable (src/JSDOM/Types.hs:36596) 60% ( 3 / 5) in 'JSDOM.Generated.WebGPUDepthStencilState' Missing documentation for: Module header gTypeWebGPUDepthStencilState (src/JSDOM/Types.hs:36559) 75% ( 6 / 8) in 'JSDOM.Generated.WebGPUDepthStencilDescriptor' Missing documentation for: Module header gTypeWebGPUDepthStencilDescriptor (src/JSDOM/Types.hs:36522) 71% ( 5 / 7) in 'JSDOM.Generated.WebGPUComputeCommandEncoder' Missing documentation for: Module header gTypeWebGPUComputeCommandEncoder (src/JSDOM/Types.hs:36448) 77% ( 7 / 9) in 'JSDOM.Generated.WebGPUCommandQueue' Missing documentation for: Module header gTypeWebGPUCommandQueue (src/JSDOM/Types.hs:36411) 80% ( 8 / 10) in 'JSDOM.Generated.WebGPUCommandBuffer' Missing documentation for: Module header gTypeWebGPUCommandBuffer (src/JSDOM/Types.hs:36374) 60% ( 3 / 5) in 'JSDOM.Generated.WebGPUBuffer' Missing documentation for: Module header gTypeWebGPUBuffer (src/JSDOM/Types.hs:36337) 66% ( 4 / 6) in 'JSDOM.Generated.WebGLShaderPrecisionFormat' Missing documentation for: Module header gTypeWebGLShaderPrecisionFormat (src/JSDOM/Types.hs:36078) 38% (192 /493) in 'JSDOM.Generated.WebGLRenderingContextBase' Missing documentation for: Module header DEPTH_BUFFER_BIT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2166) STENCIL_BUFFER_BIT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2167) COLOR_BUFFER_BIT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2168) POINTS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2169) LINES (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2170) LINE_LOOP (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2171) LINE_STRIP (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2172) TRIANGLES (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2173) TRIANGLE_STRIP (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2174) TRIANGLE_FAN (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2175) ZERO (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2176) ONE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2177) SRC_COLOR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2178) ONE_MINUS_SRC_COLOR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2179) SRC_ALPHA (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2180) ONE_MINUS_SRC_ALPHA (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2181) DST_ALPHA (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2182) ONE_MINUS_DST_ALPHA (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2183) DST_COLOR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2184) ONE_MINUS_DST_COLOR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2185) SRC_ALPHA_SATURATE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2186) FUNC_ADD (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2187) BLEND_EQUATION (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2188) BLEND_EQUATION_RGB (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2189) BLEND_EQUATION_ALPHA (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2190) FUNC_SUBTRACT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2191) FUNC_REVERSE_SUBTRACT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2192) BLEND_DST_RGB (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2193) BLEND_SRC_RGB (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2194) BLEND_DST_ALPHA (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2195) BLEND_SRC_ALPHA (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2196) CONSTANT_COLOR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2197) ONE_MINUS_CONSTANT_COLOR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2198) CONSTANT_ALPHA (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2199) ONE_MINUS_CONSTANT_ALPHA (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2200) BLEND_COLOR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2201) ARRAY_BUFFER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2202) ELEMENT_ARRAY_BUFFER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2203) ARRAY_BUFFER_BINDING (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2204) ELEMENT_ARRAY_BUFFER_BINDING (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2205) STREAM_DRAW (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2206) STATIC_DRAW (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2207) DYNAMIC_DRAW (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2208) BUFFER_SIZE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2209) BUFFER_USAGE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2210) CURRENT_VERTEX_ATTRIB (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2211) FRONT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2212) BACK (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2213) FRONT_AND_BACK (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2214) TEXTURE_2D (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2215) CULL_FACE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2216) BLEND (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2217) DITHER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2218) STENCIL_TEST (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2219) DEPTH_TEST (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2220) SCISSOR_TEST (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2221) POLYGON_OFFSET_FILL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2222) SAMPLE_ALPHA_TO_COVERAGE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2223) SAMPLE_COVERAGE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2224) NO_ERROR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2225) INVALID_ENUM (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2226) INVALID_VALUE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2227) INVALID_OPERATION (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2228) OUT_OF_MEMORY (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2229) CW (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2230) CCW (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2231) LINE_WIDTH (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2232) ALIASED_POINT_SIZE_RANGE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2233) ALIASED_LINE_WIDTH_RANGE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2234) CULL_FACE_MODE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2235) FRONT_FACE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2236) DEPTH_RANGE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2237) DEPTH_WRITEMASK (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2238) DEPTH_CLEAR_VALUE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2239) DEPTH_FUNC (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2240) STENCIL_CLEAR_VALUE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2241) STENCIL_FUNC (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2242) STENCIL_FAIL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2243) STENCIL_PASS_DEPTH_FAIL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2244) STENCIL_PASS_DEPTH_PASS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2245) STENCIL_REF (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2246) STENCIL_VALUE_MASK (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2247) STENCIL_WRITEMASK (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2248) STENCIL_BACK_FUNC (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2249) STENCIL_BACK_FAIL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2250) STENCIL_BACK_PASS_DEPTH_FAIL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2251) STENCIL_BACK_PASS_DEPTH_PASS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2252) STENCIL_BACK_REF (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2253) STENCIL_BACK_VALUE_MASK (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2254) STENCIL_BACK_WRITEMASK (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2255) VIEWPORT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2256) SCISSOR_BOX (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2257) COLOR_CLEAR_VALUE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2258) COLOR_WRITEMASK (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2259) UNPACK_ALIGNMENT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2260) PACK_ALIGNMENT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2261) MAX_TEXTURE_SIZE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2262) MAX_VIEWPORT_DIMS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2263) SUBPIXEL_BITS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2264) RED_BITS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2265) GREEN_BITS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2266) BLUE_BITS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2267) ALPHA_BITS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2268) DEPTH_BITS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2269) STENCIL_BITS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2270) POLYGON_OFFSET_UNITS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2271) POLYGON_OFFSET_FACTOR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2272) TEXTURE_BINDING_2D (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2273) SAMPLE_BUFFERS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2274) SAMPLES (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2275) SAMPLE_COVERAGE_VALUE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2276) SAMPLE_COVERAGE_INVERT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2277) COMPRESSED_TEXTURE_FORMATS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2278) DONT_CARE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2279) FASTEST (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2280) NICEST (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2281) GENERATE_MIPMAP_HINT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2282) BYTE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2283) UNSIGNED_BYTE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2284) SHORT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2285) UNSIGNED_SHORT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2286) INT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2287) UNSIGNED_INT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2288) FLOAT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2289) DEPTH_COMPONENT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2290) ALPHA (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2291) RGB (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2292) RGBA (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2293) LUMINANCE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2294) LUMINANCE_ALPHA (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2295) UNSIGNED_SHORT_4_4_4_4 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2296) UNSIGNED_SHORT_5_5_5_1 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2297) UNSIGNED_SHORT_5_6_5 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2298) FRAGMENT_SHADER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2299) VERTEX_SHADER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2300) MAX_VERTEX_ATTRIBS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2301) MAX_VERTEX_UNIFORM_VECTORS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2302) MAX_VARYING_VECTORS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2303) MAX_COMBINED_TEXTURE_IMAGE_UNITS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2304) MAX_VERTEX_TEXTURE_IMAGE_UNITS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2305) MAX_TEXTURE_IMAGE_UNITS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2306) MAX_FRAGMENT_UNIFORM_VECTORS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2307) SHADER_TYPE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2308) DELETE_STATUS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2309) LINK_STATUS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2310) VALIDATE_STATUS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2311) ATTACHED_SHADERS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2312) ACTIVE_UNIFORMS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2313) ACTIVE_ATTRIBUTES (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2314) SHADING_LANGUAGE_VERSION (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2315) CURRENT_PROGRAM (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2316) NEVER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2317) LESS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2318) EQUAL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2319) LEQUAL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2320) GREATER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2321) NOTEQUAL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2322) GEQUAL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2323) ALWAYS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2324) KEEP (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2325) REPLACE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2326) INCR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2327) DECR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2328) INVERT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2329) INCR_WRAP (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2330) DECR_WRAP (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2331) VENDOR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2332) RENDERER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2333) VERSION (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2334) NEAREST (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2335) LINEAR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2336) NEAREST_MIPMAP_NEAREST (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2337) LINEAR_MIPMAP_NEAREST (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2338) NEAREST_MIPMAP_LINEAR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2339) LINEAR_MIPMAP_LINEAR (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2340) TEXTURE_MAG_FILTER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2341) TEXTURE_MIN_FILTER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2342) TEXTURE_WRAP_S (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2343) TEXTURE_WRAP_T (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2344) TEXTURE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2345) TEXTURE_CUBE_MAP (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2346) TEXTURE_BINDING_CUBE_MAP (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2347) TEXTURE_CUBE_MAP_POSITIVE_X (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2348) TEXTURE_CUBE_MAP_NEGATIVE_X (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2349) TEXTURE_CUBE_MAP_POSITIVE_Y (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2350) TEXTURE_CUBE_MAP_NEGATIVE_Y (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2351) TEXTURE_CUBE_MAP_POSITIVE_Z (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2352) TEXTURE_CUBE_MAP_NEGATIVE_Z (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2353) MAX_CUBE_MAP_TEXTURE_SIZE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2354) TEXTURE0 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2355) TEXTURE1 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2356) TEXTURE2 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2357) TEXTURE3 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2358) TEXTURE4 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2359) TEXTURE5 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2360) TEXTURE6 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2361) TEXTURE7 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2362) TEXTURE8 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2363) TEXTURE9 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2364) TEXTURE10 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2365) TEXTURE11 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2366) TEXTURE12 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2367) TEXTURE13 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2368) TEXTURE14 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2369) TEXTURE15 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2370) TEXTURE16 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2371) TEXTURE17 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2372) TEXTURE18 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2373) TEXTURE19 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2374) TEXTURE20 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2375) TEXTURE21 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2376) TEXTURE22 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2377) TEXTURE23 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2378) TEXTURE24 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2379) TEXTURE25 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2380) TEXTURE26 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2381) TEXTURE27 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2382) TEXTURE28 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2383) TEXTURE29 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2384) TEXTURE30 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2385) TEXTURE31 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2386) ACTIVE_TEXTURE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2387) REPEAT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2388) CLAMP_TO_EDGE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2389) MIRRORED_REPEAT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2390) FLOAT_VEC2 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2391) FLOAT_VEC3 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2392) FLOAT_VEC4 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2393) INT_VEC2 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2394) INT_VEC3 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2395) INT_VEC4 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2396) BOOL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2397) BOOL_VEC2 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2398) BOOL_VEC3 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2399) BOOL_VEC4 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2400) FLOAT_MAT2 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2401) FLOAT_MAT3 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2402) FLOAT_MAT4 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2403) SAMPLER_2D (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2404) SAMPLER_CUBE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2405) VERTEX_ATTRIB_ARRAY_ENABLED (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2406) VERTEX_ATTRIB_ARRAY_SIZE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2407) VERTEX_ATTRIB_ARRAY_STRIDE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2408) VERTEX_ATTRIB_ARRAY_TYPE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2409) VERTEX_ATTRIB_ARRAY_NORMALIZED (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2410) VERTEX_ATTRIB_ARRAY_POINTER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2411) VERTEX_ATTRIB_ARRAY_BUFFER_BINDING (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2412) IMPLEMENTATION_COLOR_READ_TYPE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2413) IMPLEMENTATION_COLOR_READ_FORMAT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2414) COMPILE_STATUS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2415) LOW_FLOAT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2416) MEDIUM_FLOAT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2417) HIGH_FLOAT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2418) LOW_INT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2419) MEDIUM_INT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2420) HIGH_INT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2421) FRAMEBUFFER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2422) RENDERBUFFER (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2423) RGBA4 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2424) RGB5_A1 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2425) RGB565 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2426) DEPTH_COMPONENT16 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2427) STENCIL_INDEX (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2428) STENCIL_INDEX8 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2429) DEPTH_STENCIL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2430) RENDERBUFFER_WIDTH (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2431) RENDERBUFFER_HEIGHT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2432) RENDERBUFFER_INTERNAL_FORMAT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2433) RENDERBUFFER_RED_SIZE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2434) RENDERBUFFER_GREEN_SIZE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2435) RENDERBUFFER_BLUE_SIZE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2436) RENDERBUFFER_ALPHA_SIZE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2437) RENDERBUFFER_DEPTH_SIZE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2438) RENDERBUFFER_STENCIL_SIZE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2439) FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2440) FRAMEBUFFER_ATTACHMENT_OBJECT_NAME (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2441) FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2442) FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2443) COLOR_ATTACHMENT0 (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2444) DEPTH_ATTACHMENT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2445) STENCIL_ATTACHMENT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2446) DEPTH_STENCIL_ATTACHMENT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2447) NONE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2448) FRAMEBUFFER_COMPLETE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2449) FRAMEBUFFER_INCOMPLETE_ATTACHMENT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2450) FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2451) FRAMEBUFFER_INCOMPLETE_DIMENSIONS (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2452) FRAMEBUFFER_UNSUPPORTED (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2453) FRAMEBUFFER_BINDING (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2454) RENDERBUFFER_BINDING (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2455) MAX_RENDERBUFFER_SIZE (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2456) INVALID_FRAMEBUFFER_OPERATION (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2457) UNPACK_FLIP_Y_WEBGL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2458) UNPACK_PREMULTIPLY_ALPHA_WEBGL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2459) CONTEXT_LOST_WEBGL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2460) UNPACK_COLORSPACE_CONVERSION_WEBGL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2461) BROWSER_DEFAULT_WEBGL (src/JSDOM/Generated/WebGLRenderingContextBase.hs:2462) gTypeWebGLRenderingContextBase (src/JSDOM/Types.hs:35967) IsWebGLRenderingContextBase (src/JSDOM/Types.hs:35953) toWebGLRenderingContextBase (src/JSDOM/Types.hs:35955) 60% ( 3 / 5) in 'JSDOM.Generated.WebGLLoseContext' Missing documentation for: Module header gTypeWebGLLoseContext (src/JSDOM/Types.hs:35773) 5% ( 2 / 38) in 'JSDOM.Generated.WebGLDrawBuffers' Missing documentation for: Module header COLOR_ATTACHMENT0_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:46) COLOR_ATTACHMENT1_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:47) COLOR_ATTACHMENT2_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:48) COLOR_ATTACHMENT3_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:49) COLOR_ATTACHMENT4_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:50) COLOR_ATTACHMENT5_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:51) COLOR_ATTACHMENT6_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:52) COLOR_ATTACHMENT7_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:53) COLOR_ATTACHMENT8_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:54) COLOR_ATTACHMENT9_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:55) COLOR_ATTACHMENT10_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:56) COLOR_ATTACHMENT11_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:57) COLOR_ATTACHMENT12_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:58) COLOR_ATTACHMENT13_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:59) COLOR_ATTACHMENT14_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:60) COLOR_ATTACHMENT15_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:61) DRAW_BUFFER0_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:62) DRAW_BUFFER1_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:63) DRAW_BUFFER2_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:64) DRAW_BUFFER3_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:65) DRAW_BUFFER4_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:66) DRAW_BUFFER5_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:67) DRAW_BUFFER6_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:68) DRAW_BUFFER7_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:69) DRAW_BUFFER8_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:70) DRAW_BUFFER9_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:71) DRAW_BUFFER10_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:72) DRAW_BUFFER11_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:73) DRAW_BUFFER12_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:74) DRAW_BUFFER13_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:75) DRAW_BUFFER14_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:76) DRAW_BUFFER15_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:77) MAX_COLOR_ATTACHMENTS_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:78) MAX_DRAW_BUFFERS_WEBGL (src/JSDOM/Generated/WebGLDrawBuffers.hs:79) gTypeWebGLDrawBuffers (src/JSDOM/Types.hs:35699) 25% ( 1 / 4) in 'JSDOM.Generated.WebGLDepthTexture' Missing documentation for: Module header UNSIGNED_INT_24_8_WEBGL (src/JSDOM/Generated/WebGLDepthTexture.hs:22) gTypeWebGLDepthTexture (src/JSDOM/Types.hs:35662) 71% ( 5 / 7) in 'JSDOM.Generated.WebGLDebugShaders' Missing documentation for: Module header gTypeWebGLDebugShaders (src/JSDOM/Types.hs:35625) 20% ( 1 / 5) in 'JSDOM.Generated.WebGLDebugRendererInfo' Missing documentation for: Module header UNMASKED_VENDOR_WEBGL (src/JSDOM/Generated/WebGLDebugRendererInfo.hs:22) UNMASKED_RENDERER_WEBGL (src/JSDOM/Generated/WebGLDebugRendererInfo.hs:23) gTypeWebGLDebugRendererInfo (src/JSDOM/Types.hs:35588) 60% ( 3 / 5) in 'JSDOM.Generated.WebGLContextEvent' Missing documentation for: Module header gTypeWebGLContextEvent (src/JSDOM/Types.hs:35510) 14% ( 1 / 7) in 'JSDOM.Generated.WebGLCompressedTextureS3TC' Missing documentation for: Module header COMPRESSED_RGB_S3TC_DXT1_EXT (src/JSDOM/Generated/WebGLCompressedTextureS3TC.hs:25) COMPRESSED_RGBA_S3TC_DXT1_EXT (src/JSDOM/Generated/WebGLCompressedTextureS3TC.hs:26) COMPRESSED_RGBA_S3TC_DXT3_EXT (src/JSDOM/Generated/WebGLCompressedTextureS3TC.hs:27) COMPRESSED_RGBA_S3TC_DXT5_EXT (src/JSDOM/Generated/WebGLCompressedTextureS3TC.hs:28) gTypeWebGLCompressedTextureS3TC (src/JSDOM/Types.hs:35432) 14% ( 1 / 7) in 'JSDOM.Generated.WebGLCompressedTexturePVRTC' Missing documentation for: Module header COMPRESSED_RGB_PVRTC_4BPPV1_IMG (src/JSDOM/Generated/WebGLCompressedTexturePVRTC.hs:25) COMPRESSED_RGB_PVRTC_2BPPV1_IMG (src/JSDOM/Generated/WebGLCompressedTexturePVRTC.hs:26) COMPRESSED_RGBA_PVRTC_4BPPV1_IMG (src/JSDOM/Generated/WebGLCompressedTexturePVRTC.hs:27) COMPRESSED_RGBA_PVRTC_2BPPV1_IMG (src/JSDOM/Generated/WebGLCompressedTexturePVRTC.hs:28) gTypeWebGLCompressedTexturePVRTC (src/JSDOM/Types.hs:35395) 16% ( 1 / 6) in 'JSDOM.Generated.WebGLCompressedTextureATC' Missing documentation for: Module header COMPRESSED_RGB_ATC_WEBGL (src/JSDOM/Generated/WebGLCompressedTextureATC.hs:24) COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL (src/JSDOM/Generated/WebGLCompressedTextureATC.hs:25) COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL (src/JSDOM/Generated/WebGLCompressedTextureATC.hs:26) gTypeWebGLCompressedTextureATC (src/JSDOM/Types.hs:35358) 66% ( 4 / 6) in 'JSDOM.Generated.WebGLActiveInfo' Missing documentation for: Module header gTypeWebGLActiveInfo (src/JSDOM/Types.hs:35284) 29% (119 /404) in 'JSDOM.Generated.WebGL2RenderingContext' Missing documentation for: Module header READ_BUFFER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1399) UNPACK_ROW_LENGTH (src/JSDOM/Generated/WebGL2RenderingContext.hs:1400) UNPACK_SKIP_ROWS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1401) UNPACK_SKIP_PIXELS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1402) PACK_ROW_LENGTH (src/JSDOM/Generated/WebGL2RenderingContext.hs:1403) PACK_SKIP_ROWS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1404) PACK_SKIP_PIXELS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1405) COLOR (src/JSDOM/Generated/WebGL2RenderingContext.hs:1406) DEPTH (src/JSDOM/Generated/WebGL2RenderingContext.hs:1407) STENCIL (src/JSDOM/Generated/WebGL2RenderingContext.hs:1408) RED (src/JSDOM/Generated/WebGL2RenderingContext.hs:1409) RGB8 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1410) RGBA8 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1411) RGB10_A2 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1412) TEXTURE_BINDING_3D (src/JSDOM/Generated/WebGL2RenderingContext.hs:1413) UNPACK_SKIP_IMAGES (src/JSDOM/Generated/WebGL2RenderingContext.hs:1414) UNPACK_IMAGE_HEIGHT (src/JSDOM/Generated/WebGL2RenderingContext.hs:1415) TEXTURE_3D (src/JSDOM/Generated/WebGL2RenderingContext.hs:1416) TEXTURE_WRAP_R (src/JSDOM/Generated/WebGL2RenderingContext.hs:1417) MAX_3D_TEXTURE_SIZE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1418) UNSIGNED_INT_2_10_10_10_REV (src/JSDOM/Generated/WebGL2RenderingContext.hs:1419) MAX_ELEMENTS_VERTICES (src/JSDOM/Generated/WebGL2RenderingContext.hs:1420) MAX_ELEMENTS_INDICES (src/JSDOM/Generated/WebGL2RenderingContext.hs:1421) TEXTURE_MIN_LOD (src/JSDOM/Generated/WebGL2RenderingContext.hs:1422) TEXTURE_MAX_LOD (src/JSDOM/Generated/WebGL2RenderingContext.hs:1423) TEXTURE_BASE_LEVEL (src/JSDOM/Generated/WebGL2RenderingContext.hs:1424) TEXTURE_MAX_LEVEL (src/JSDOM/Generated/WebGL2RenderingContext.hs:1425) MIN (src/JSDOM/Generated/WebGL2RenderingContext.hs:1426) MAX (src/JSDOM/Generated/WebGL2RenderingContext.hs:1427) DEPTH_COMPONENT24 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1428) MAX_TEXTURE_LOD_BIAS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1429) TEXTURE_COMPARE_MODE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1430) TEXTURE_COMPARE_FUNC (src/JSDOM/Generated/WebGL2RenderingContext.hs:1431) CURRENT_QUERY (src/JSDOM/Generated/WebGL2RenderingContext.hs:1432) QUERY_RESULT (src/JSDOM/Generated/WebGL2RenderingContext.hs:1433) QUERY_RESULT_AVAILABLE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1434) STREAM_READ (src/JSDOM/Generated/WebGL2RenderingContext.hs:1435) STREAM_COPY (src/JSDOM/Generated/WebGL2RenderingContext.hs:1436) STATIC_READ (src/JSDOM/Generated/WebGL2RenderingContext.hs:1437) STATIC_COPY (src/JSDOM/Generated/WebGL2RenderingContext.hs:1438) DYNAMIC_READ (src/JSDOM/Generated/WebGL2RenderingContext.hs:1439) DYNAMIC_COPY (src/JSDOM/Generated/WebGL2RenderingContext.hs:1440) MAX_DRAW_BUFFERS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1441) DRAW_BUFFER0 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1442) DRAW_BUFFER1 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1443) DRAW_BUFFER2 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1444) DRAW_BUFFER3 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1445) DRAW_BUFFER4 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1446) DRAW_BUFFER5 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1447) DRAW_BUFFER6 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1448) DRAW_BUFFER7 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1449) DRAW_BUFFER8 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1450) DRAW_BUFFER9 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1451) DRAW_BUFFER10 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1452) DRAW_BUFFER11 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1453) DRAW_BUFFER12 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1454) DRAW_BUFFER13 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1455) DRAW_BUFFER14 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1456) DRAW_BUFFER15 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1457) MAX_FRAGMENT_UNIFORM_COMPONENTS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1458) MAX_VERTEX_UNIFORM_COMPONENTS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1459) SAMPLER_3D (src/JSDOM/Generated/WebGL2RenderingContext.hs:1460) SAMPLER_2D_SHADOW (src/JSDOM/Generated/WebGL2RenderingContext.hs:1461) FRAGMENT_SHADER_DERIVATIVE_HINT (src/JSDOM/Generated/WebGL2RenderingContext.hs:1462) PIXEL_PACK_BUFFER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1463) PIXEL_UNPACK_BUFFER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1464) PIXEL_PACK_BUFFER_BINDING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1465) PIXEL_UNPACK_BUFFER_BINDING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1466) FLOAT_MAT2x3 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1467) FLOAT_MAT2x4 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1468) FLOAT_MAT3x2 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1469) FLOAT_MAT3x4 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1470) FLOAT_MAT4x2 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1471) FLOAT_MAT4x3 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1472) SRGB (src/JSDOM/Generated/WebGL2RenderingContext.hs:1473) SRGB8 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1474) SRGB8_ALPHA8 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1475) COMPARE_REF_TO_TEXTURE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1476) RGBA32F (src/JSDOM/Generated/WebGL2RenderingContext.hs:1477) RGB32F (src/JSDOM/Generated/WebGL2RenderingContext.hs:1478) RGBA16F (src/JSDOM/Generated/WebGL2RenderingContext.hs:1479) RGB16F (src/JSDOM/Generated/WebGL2RenderingContext.hs:1480) VERTEX_ATTRIB_ARRAY_INTEGER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1481) MAX_ARRAY_TEXTURE_LAYERS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1482) MIN_PROGRAM_TEXEL_OFFSET (src/JSDOM/Generated/WebGL2RenderingContext.hs:1483) MAX_PROGRAM_TEXEL_OFFSET (src/JSDOM/Generated/WebGL2RenderingContext.hs:1484) MAX_VARYING_COMPONENTS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1485) TEXTURE_2D_ARRAY (src/JSDOM/Generated/WebGL2RenderingContext.hs:1486) TEXTURE_BINDING_2D_ARRAY (src/JSDOM/Generated/WebGL2RenderingContext.hs:1487) R11F_G11F_B10F (src/JSDOM/Generated/WebGL2RenderingContext.hs:1488) UNSIGNED_INT_10F_11F_11F_REV (src/JSDOM/Generated/WebGL2RenderingContext.hs:1489) RGB9_E5 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1490) UNSIGNED_INT_5_9_9_9_REV (src/JSDOM/Generated/WebGL2RenderingContext.hs:1491) TRANSFORM_FEEDBACK_BUFFER_MODE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1492) MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1493) TRANSFORM_FEEDBACK_VARYINGS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1494) TRANSFORM_FEEDBACK_BUFFER_START (src/JSDOM/Generated/WebGL2RenderingContext.hs:1495) TRANSFORM_FEEDBACK_BUFFER_SIZE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1496) TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN (src/JSDOM/Generated/WebGL2RenderingContext.hs:1497) RASTERIZER_DISCARD (src/JSDOM/Generated/WebGL2RenderingContext.hs:1498) MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1499) MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1500) INTERLEAVED_ATTRIBS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1501) SEPARATE_ATTRIBS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1502) TRANSFORM_FEEDBACK_BUFFER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1503) TRANSFORM_FEEDBACK_BUFFER_BINDING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1504) RGBA32UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1505) RGB32UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1506) RGBA16UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1507) RGB16UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1508) RGBA8UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1509) RGB8UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1510) RGBA32I (src/JSDOM/Generated/WebGL2RenderingContext.hs:1511) RGB32I (src/JSDOM/Generated/WebGL2RenderingContext.hs:1512) RGBA16I (src/JSDOM/Generated/WebGL2RenderingContext.hs:1513) RGB16I (src/JSDOM/Generated/WebGL2RenderingContext.hs:1514) RGBA8I (src/JSDOM/Generated/WebGL2RenderingContext.hs:1515) RGB8I (src/JSDOM/Generated/WebGL2RenderingContext.hs:1516) RED_INTEGER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1517) RGB_INTEGER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1518) RGBA_INTEGER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1519) SAMPLER_2D_ARRAY (src/JSDOM/Generated/WebGL2RenderingContext.hs:1520) SAMPLER_2D_ARRAY_SHADOW (src/JSDOM/Generated/WebGL2RenderingContext.hs:1521) SAMPLER_CUBE_SHADOW (src/JSDOM/Generated/WebGL2RenderingContext.hs:1522) UNSIGNED_INT_VEC2 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1523) UNSIGNED_INT_VEC3 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1524) UNSIGNED_INT_VEC4 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1525) INT_SAMPLER_2D (src/JSDOM/Generated/WebGL2RenderingContext.hs:1526) INT_SAMPLER_3D (src/JSDOM/Generated/WebGL2RenderingContext.hs:1527) INT_SAMPLER_CUBE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1528) INT_SAMPLER_2D_ARRAY (src/JSDOM/Generated/WebGL2RenderingContext.hs:1529) UNSIGNED_INT_SAMPLER_2D (src/JSDOM/Generated/WebGL2RenderingContext.hs:1530) UNSIGNED_INT_SAMPLER_3D (src/JSDOM/Generated/WebGL2RenderingContext.hs:1531) UNSIGNED_INT_SAMPLER_CUBE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1532) UNSIGNED_INT_SAMPLER_2D_ARRAY (src/JSDOM/Generated/WebGL2RenderingContext.hs:1533) DEPTH_COMPONENT32F (src/JSDOM/Generated/WebGL2RenderingContext.hs:1534) DEPTH32F_STENCIL8 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1535) FLOAT_32_UNSIGNED_INT_24_8_REV (src/JSDOM/Generated/WebGL2RenderingContext.hs:1536) FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1537) FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1538) FRAMEBUFFER_ATTACHMENT_RED_SIZE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1539) FRAMEBUFFER_ATTACHMENT_GREEN_SIZE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1540) FRAMEBUFFER_ATTACHMENT_BLUE_SIZE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1541) FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1542) FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1543) FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1544) FRAMEBUFFER_DEFAULT (src/JSDOM/Generated/WebGL2RenderingContext.hs:1545) DEPTH_STENCIL_ATTACHMENT (src/JSDOM/Generated/WebGL2RenderingContext.hs:1546) DEPTH_STENCIL (src/JSDOM/Generated/WebGL2RenderingContext.hs:1547) UNSIGNED_INT_24_8 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1548) DEPTH24_STENCIL8 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1549) UNSIGNED_NORMALIZED (src/JSDOM/Generated/WebGL2RenderingContext.hs:1550) DRAW_FRAMEBUFFER_BINDING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1551) READ_FRAMEBUFFER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1552) DRAW_FRAMEBUFFER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1553) READ_FRAMEBUFFER_BINDING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1554) RENDERBUFFER_SAMPLES (src/JSDOM/Generated/WebGL2RenderingContext.hs:1555) FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1556) MAX_COLOR_ATTACHMENTS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1557) COLOR_ATTACHMENT1 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1558) COLOR_ATTACHMENT2 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1559) COLOR_ATTACHMENT3 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1560) COLOR_ATTACHMENT4 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1561) COLOR_ATTACHMENT5 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1562) COLOR_ATTACHMENT6 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1563) COLOR_ATTACHMENT7 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1564) COLOR_ATTACHMENT8 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1565) COLOR_ATTACHMENT9 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1566) COLOR_ATTACHMENT10 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1567) COLOR_ATTACHMENT11 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1568) COLOR_ATTACHMENT12 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1569) COLOR_ATTACHMENT13 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1570) COLOR_ATTACHMENT14 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1571) COLOR_ATTACHMENT15 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1572) FRAMEBUFFER_INCOMPLETE_MULTISAMPLE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1573) MAX_SAMPLES (src/JSDOM/Generated/WebGL2RenderingContext.hs:1574) HALF_FLOAT (src/JSDOM/Generated/WebGL2RenderingContext.hs:1575) RG (src/JSDOM/Generated/WebGL2RenderingContext.hs:1576) RG_INTEGER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1577) R8 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1578) RG8 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1579) R16F (src/JSDOM/Generated/WebGL2RenderingContext.hs:1580) R32F (src/JSDOM/Generated/WebGL2RenderingContext.hs:1581) RG16F (src/JSDOM/Generated/WebGL2RenderingContext.hs:1582) RG32F (src/JSDOM/Generated/WebGL2RenderingContext.hs:1583) R8I (src/JSDOM/Generated/WebGL2RenderingContext.hs:1584) R8UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1585) R16I (src/JSDOM/Generated/WebGL2RenderingContext.hs:1586) R16UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1587) R32I (src/JSDOM/Generated/WebGL2RenderingContext.hs:1588) R32UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1589) RG8I (src/JSDOM/Generated/WebGL2RenderingContext.hs:1590) RG8UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1591) RG16I (src/JSDOM/Generated/WebGL2RenderingContext.hs:1592) RG16UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1593) RG32I (src/JSDOM/Generated/WebGL2RenderingContext.hs:1594) RG32UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1595) VERTEX_ARRAY_BINDING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1596) R8_SNORM (src/JSDOM/Generated/WebGL2RenderingContext.hs:1597) RG8_SNORM (src/JSDOM/Generated/WebGL2RenderingContext.hs:1598) RGB8_SNORM (src/JSDOM/Generated/WebGL2RenderingContext.hs:1599) RGBA8_SNORM (src/JSDOM/Generated/WebGL2RenderingContext.hs:1600) SIGNED_NORMALIZED (src/JSDOM/Generated/WebGL2RenderingContext.hs:1601) PRIMITIVE_RESTART_FIXED_INDEX (src/JSDOM/Generated/WebGL2RenderingContext.hs:1602) COPY_READ_BUFFER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1603) COPY_WRITE_BUFFER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1604) COPY_READ_BUFFER_BINDING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1605) COPY_WRITE_BUFFER_BINDING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1606) UNIFORM_BUFFER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1607) UNIFORM_BUFFER_BINDING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1608) UNIFORM_BUFFER_START (src/JSDOM/Generated/WebGL2RenderingContext.hs:1609) UNIFORM_BUFFER_SIZE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1610) MAX_VERTEX_UNIFORM_BLOCKS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1611) MAX_FRAGMENT_UNIFORM_BLOCKS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1612) MAX_COMBINED_UNIFORM_BLOCKS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1613) MAX_UNIFORM_BUFFER_BINDINGS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1614) MAX_UNIFORM_BLOCK_SIZE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1615) MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1616) MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1617) UNIFORM_BUFFER_OFFSET_ALIGNMENT (src/JSDOM/Generated/WebGL2RenderingContext.hs:1618) ACTIVE_UNIFORM_BLOCKS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1619) UNIFORM_TYPE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1620) UNIFORM_SIZE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1621) UNIFORM_BLOCK_INDEX (src/JSDOM/Generated/WebGL2RenderingContext.hs:1622) UNIFORM_OFFSET (src/JSDOM/Generated/WebGL2RenderingContext.hs:1623) UNIFORM_ARRAY_STRIDE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1624) UNIFORM_MATRIX_STRIDE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1625) UNIFORM_IS_ROW_MAJOR (src/JSDOM/Generated/WebGL2RenderingContext.hs:1626) UNIFORM_BLOCK_BINDING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1627) UNIFORM_BLOCK_DATA_SIZE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1628) UNIFORM_BLOCK_ACTIVE_UNIFORMS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1629) UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES (src/JSDOM/Generated/WebGL2RenderingContext.hs:1630) UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1631) UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER (src/JSDOM/Generated/WebGL2RenderingContext.hs:1632) INVALID_INDEX (src/JSDOM/Generated/WebGL2RenderingContext.hs:1633) MAX_VERTEX_OUTPUT_COMPONENTS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1634) MAX_FRAGMENT_INPUT_COMPONENTS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1635) MAX_SERVER_WAIT_TIMEOUT (src/JSDOM/Generated/WebGL2RenderingContext.hs:1636) OBJECT_TYPE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1637) SYNC_CONDITION (src/JSDOM/Generated/WebGL2RenderingContext.hs:1638) SYNC_STATUS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1639) SYNC_FLAGS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1640) SYNC_FENCE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1641) SYNC_GPU_COMMANDS_COMPLETE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1642) UNSIGNALED (src/JSDOM/Generated/WebGL2RenderingContext.hs:1643) SIGNALED (src/JSDOM/Generated/WebGL2RenderingContext.hs:1644) ALREADY_SIGNALED (src/JSDOM/Generated/WebGL2RenderingContext.hs:1645) TIMEOUT_EXPIRED (src/JSDOM/Generated/WebGL2RenderingContext.hs:1646) CONDITION_SATISFIED (src/JSDOM/Generated/WebGL2RenderingContext.hs:1647) WAIT_FAILED (src/JSDOM/Generated/WebGL2RenderingContext.hs:1648) SYNC_FLUSH_COMMANDS_BIT (src/JSDOM/Generated/WebGL2RenderingContext.hs:1649) VERTEX_ATTRIB_ARRAY_DIVISOR (src/JSDOM/Generated/WebGL2RenderingContext.hs:1650) ANY_SAMPLES_PASSED (src/JSDOM/Generated/WebGL2RenderingContext.hs:1651) ANY_SAMPLES_PASSED_CONSERVATIVE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1652) SAMPLER_BINDING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1653) RGB10_A2UI (src/JSDOM/Generated/WebGL2RenderingContext.hs:1654) TEXTURE_SWIZZLE_R (src/JSDOM/Generated/WebGL2RenderingContext.hs:1655) TEXTURE_SWIZZLE_G (src/JSDOM/Generated/WebGL2RenderingContext.hs:1656) TEXTURE_SWIZZLE_B (src/JSDOM/Generated/WebGL2RenderingContext.hs:1657) TEXTURE_SWIZZLE_A (src/JSDOM/Generated/WebGL2RenderingContext.hs:1658) GREEN (src/JSDOM/Generated/WebGL2RenderingContext.hs:1659) BLUE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1660) INT_2_10_10_10_REV (src/JSDOM/Generated/WebGL2RenderingContext.hs:1661) TRANSFORM_FEEDBACK (src/JSDOM/Generated/WebGL2RenderingContext.hs:1662) TRANSFORM_FEEDBACK_PAUSED (src/JSDOM/Generated/WebGL2RenderingContext.hs:1663) TRANSFORM_FEEDBACK_ACTIVE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1664) TRANSFORM_FEEDBACK_BINDING (src/JSDOM/Generated/WebGL2RenderingContext.hs:1665) COMPRESSED_R11_EAC (src/JSDOM/Generated/WebGL2RenderingContext.hs:1666) COMPRESSED_SIGNED_R11_EAC (src/JSDOM/Generated/WebGL2RenderingContext.hs:1667) COMPRESSED_RG11_EAC (src/JSDOM/Generated/WebGL2RenderingContext.hs:1668) COMPRESSED_SIGNED_RG11_EAC (src/JSDOM/Generated/WebGL2RenderingContext.hs:1669) COMPRESSED_RGB8_ETC2 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1670) COMPRESSED_SRGB8_ETC2 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1671) COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1672) COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 (src/JSDOM/Generated/WebGL2RenderingContext.hs:1673) COMPRESSED_RGBA8_ETC2_EAC (src/JSDOM/Generated/WebGL2RenderingContext.hs:1674) COMPRESSED_SRGB8_ALPHA8_ETC2_EAC (src/JSDOM/Generated/WebGL2RenderingContext.hs:1675) TEXTURE_IMMUTABLE_FORMAT (src/JSDOM/Generated/WebGL2RenderingContext.hs:1676) MAX_ELEMENT_INDEX (src/JSDOM/Generated/WebGL2RenderingContext.hs:1677) NUM_SAMPLE_COUNTS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1678) TEXTURE_IMMUTABLE_LEVELS (src/JSDOM/Generated/WebGL2RenderingContext.hs:1679) VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE (src/JSDOM/Generated/WebGL2RenderingContext.hs:1680) TIMEOUT_IGNORED (src/JSDOM/Generated/WebGL2RenderingContext.hs:1681) gTypeWebGL2RenderingContext (src/JSDOM/Types.hs:35247) 71% ( 5 / 7) in 'JSDOM.Generated.WaveShaperNode' Missing documentation for: Module header gTypeWaveShaperNode (src/JSDOM/Types.hs:35206) 60% ( 3 / 5) in 'JSDOM.Generated.VoidCallback' Missing documentation for: Module header VoidCallback (src/JSDOM/Types.hs:1405) 83% ( 10 / 12) in 'JSDOM.Generated.VideoTrackList' Missing documentation for: Module header gTypeVideoTrackList (src/JSDOM/Types.hs:35163) 83% ( 10 / 12) in 'JSDOM.Generated.VideoTrack' Missing documentation for: Module header gTypeVideoTrack (src/JSDOM/Types.hs:35122) 75% ( 6 / 8) in 'JSDOM.Generated.VideoPlaybackQuality' Missing documentation for: Module header gTypeVideoPlaybackQuality (src/JSDOM/Types.hs:35085) 85% ( 12 / 14) in 'JSDOM.Generated.ValidityState' Missing documentation for: Module header gTypeValidityState (src/JSDOM/Types.hs:35048) 83% ( 10 / 12) in 'JSDOM.Generated.VTTRegionList' Missing documentation for: Module header gTypeVTTRegionList (src/JSDOM/Types.hs:35011) 90% ( 19 / 21) in 'JSDOM.Generated.VTTRegion' Missing documentation for: Module header gTypeVTTRegion (src/JSDOM/Types.hs:34974) 90% ( 20 / 22) in 'JSDOM.Generated.VTTCue' Missing documentation for: Module header gTypeVTTCue (src/JSDOM/Types.hs:34937) 50% ( 2 / 4) in 'JSDOM.Generated.UserMessageHandler' Missing documentation for: Module header gTypeUserMessageHandler (src/JSDOM/Types.hs:34857) 88% ( 16 / 18) in 'JSDOM.Generated.URLSearchParams' Missing documentation for: Module header gTypeURLSearchParams (src/JSDOM/Types.hs:34820) 94% ( 33 / 35) in 'JSDOM.Generated.URL' Missing documentation for: Module header gTypeURL (src/JSDOM/Types.hs:34783) 94% ( 33 / 35) in 'JSDOM.Generated.TreeWalker' Missing documentation for: Module header gTypeTreeWalker (src/JSDOM/Types.hs:34654) 71% ( 5 / 7) in 'JSDOM.Generated.TransitionEvent' Missing documentation for: Module header gTypeTransitionEvent (src/JSDOM/Types.hs:34576) 71% ( 5 / 7) in 'JSDOM.Generated.TrackEvent' Missing documentation for: Module header gTypeTrackEvent (src/JSDOM/Types.hs:34494) 66% ( 4 / 6) in 'JSDOM.Generated.TouchList' Missing documentation for: Module header gTypeTouchList (src/JSDOM/Types.hs:34453) 83% ( 10 / 12) in 'JSDOM.Generated.TouchEvent' Missing documentation for: Module header gTypeTouchEvent (src/JSDOM/Types.hs:34373) 86% ( 13 / 15) in 'JSDOM.Generated.Touch' Missing documentation for: Module header gTypeTouch (src/JSDOM/Types.hs:34330) 75% ( 6 / 8) in 'JSDOM.Generated.TimeRanges' Missing documentation for: Module header gTypeTimeRanges (src/JSDOM/Types.hs:34293) 81% ( 9 / 11) in 'JSDOM.Generated.TextTrackList' Missing documentation for: Module header gTypeTextTrackList (src/JSDOM/Types.hs:34256) 75% ( 6 / 8) in 'JSDOM.Generated.TextTrackCueList' Missing documentation for: Module header gTypeTextTrackCueList (src/JSDOM/Types.hs:34215) 75% ( 12 / 16) in 'JSDOM.Generated.TextTrackCue' Missing documentation for: Module header gTypeTextTrackCue (src/JSDOM/Types.hs:34178) IsTextTrackCue (src/JSDOM/Types.hs:34163) toTextTrackCue (src/JSDOM/Types.hs:34165) 92% ( 23 / 25) in 'JSDOM.Generated.TextTrack' Missing documentation for: Module header gTypeTextTrack (src/JSDOM/Types.hs:34132) 50% ( 2 / 4) in 'JSDOM.Generated.TextMetrics' Missing documentation for: Module header gTypeTextMetrics (src/JSDOM/Types.hs:34091) 60% ( 3 / 5) in 'JSDOM.Generated.TextEvent' Missing documentation for: Module header gTypeTextEvent (src/JSDOM/Types.hs:34054) 71% ( 5 / 7) in 'JSDOM.Generated.TextEncoder' Missing documentation for: Module header gTypeTextEncoder (src/JSDOM/Types.hs:34011) 77% ( 7 / 9) in 'JSDOM.Generated.TextDecoder' Missing documentation for: Module header gTypeTextDecoder (src/JSDOM/Types.hs:33937) 55% ( 5 / 9) in 'JSDOM.Generated.Text' Missing documentation for: Module header gTypeText (src/JSDOM/Types.hs:33863) IsText (src/JSDOM/Types.hs:33843) toText (src/JSDOM/Types.hs:33845) 92% ( 25 / 27) in 'JSDOM.Generated.SubtleCrypto' Missing documentation for: Module header gTypeSubtleCrypto (src/JSDOM/Types.hs:33807) 80% ( 8 / 10) in 'JSDOM.Generated.StyleSheetList' Missing documentation for: Module header gTypeStyleSheetList (src/JSDOM/Types.hs:33770) 78% ( 15 / 19) in 'JSDOM.Generated.StyleSheet' Missing documentation for: Module header gTypeStyleSheet (src/JSDOM/Types.hs:33733) IsStyleSheet (src/JSDOM/Types.hs:33719) toStyleSheet (src/JSDOM/Types.hs:33721) 66% ( 4 / 6) in 'JSDOM.Generated.StyleMedia' Missing documentation for: Module header gTypeStyleMedia (src/JSDOM/Types.hs:33691) 60% ( 3 / 5) in 'JSDOM.Generated.StringCallback' Missing documentation for: Module header StringCallback (src/JSDOM/Types.hs:1403) 60% ( 3 / 5) in 'JSDOM.Generated.StorageUsageCallback' Missing documentation for: Module header StorageUsageCallback (src/JSDOM/Types.hs:1398) 60% ( 3 / 5) in 'JSDOM.Generated.StorageQuotaCallback' Missing documentation for: Module header StorageQuotaCallback (src/JSDOM/Types.hs:1393) 60% ( 3 / 5) in 'JSDOM.Generated.StorageQuota' Missing documentation for: Module header gTypeStorageQuota (src/JSDOM/Types.hs:33654) 42% ( 3 / 7) in 'JSDOM.Generated.StorageInfo' Missing documentation for: Module header TEMPORARY (src/JSDOM/Generated/StorageInfo.hs:50) PERSISTENT (src/JSDOM/Generated/StorageInfo.hs:51) gTypeStorageInfo (src/JSDOM/Types.hs:33617) 88% ( 16 / 18) in 'JSDOM.Generated.StorageEvent' Missing documentation for: Module header gTypeStorageEvent (src/JSDOM/Types.hs:33539) 60% ( 3 / 5) in 'JSDOM.Generated.StorageErrorCallback' Missing documentation for: Module header StorageErrorCallback (src/JSDOM/Types.hs:1388) 86% ( 13 / 15) in 'JSDOM.Generated.Storage' Missing documentation for: Module header gTypeStorage (src/JSDOM/Types.hs:33498) 75% ( 6 / 8) in 'JSDOM.Generated.StaticRange' Missing documentation for: Module header gTypeStaticRange (src/JSDOM/Types.hs:33461) 75% ( 6 / 8) in 'JSDOM.Generated.SpeechSynthesisVoice' Missing documentation for: Module header gTypeSpeechSynthesisVoice (src/JSDOM/Types.hs:33424) 92% ( 23 / 25) in 'JSDOM.Generated.SpeechSynthesisUtterance' Missing documentation for: Module header gTypeSpeechSynthesisUtterance (src/JSDOM/Types.hs:33387) 66% ( 4 / 6) in 'JSDOM.Generated.SpeechSynthesisEvent' Missing documentation for: Module header gTypeSpeechSynthesisEvent (src/JSDOM/Types.hs:33346) 83% ( 10 / 12) in 'JSDOM.Generated.SpeechSynthesis' Missing documentation for: Module header gTypeSpeechSynthesis (src/JSDOM/Types.hs:33305) 75% ( 6 / 8) in 'JSDOM.Generated.SourceBufferList' Missing documentation for: Module header gTypeSourceBufferList (src/JSDOM/Types.hs:33268) 91% ( 22 / 24) in 'JSDOM.Generated.SourceBuffer' Missing documentation for: Module header gTypeSourceBuffer (src/JSDOM/Types.hs:33227) 50% ( 4 / 8) in 'JSDOM.Generated.Slotable' Missing documentation for: Module header gTypeSlotable (src/JSDOM/Types.hs:33186) IsSlotable (src/JSDOM/Types.hs:33172) toSlotable (src/JSDOM/Types.hs:33174) 42% ( 3 / 7) in 'JSDOM.Generated.SiteBoundCredential' Missing documentation for: Module header gTypeSiteBoundCredential (src/JSDOM/Types.hs:33098) IsSiteBoundCredential (src/JSDOM/Types.hs:33083) toSiteBoundCredential (src/JSDOM/Types.hs:33085) 71% ( 5 / 7) in 'JSDOM.Generated.ShadowRoot' Missing documentation for: Module header gTypeShadowRoot (src/JSDOM/Types.hs:33015) 95% ( 38 / 40) in 'JSDOM.Generated.Selection' Missing documentation for: Module header gTypeSelection (src/JSDOM/Types.hs:32964) 85% ( 12 / 14) in 'JSDOM.Generated.SecurityPolicyViolationEvent' Missing documentation for: Module header gTypeSecurityPolicyViolationEvent (src/JSDOM/Types.hs:32886) 60% ( 3 / 5) in 'JSDOM.Generated.ScriptProcessorNode' Missing documentation for: Module header gTypeScriptProcessorNode (src/JSDOM/Types.hs:32808) 81% ( 9 / 11) in 'JSDOM.Generated.Screen' Missing documentation for: Module header gTypeScreen (src/JSDOM/Types.hs:32765) 75% ( 6 / 8) in 'JSDOM.Generated.SVGZoomEvent' Missing documentation for: Module header gTypeSVGZoomEvent (src/JSDOM/Types.hs:32728) 30% ( 3 / 10) in 'JSDOM.Generated.SVGZoomAndPan' Missing documentation for: Module header SVG_ZOOMANDPAN_UNKNOWN (src/JSDOM/Generated/SVGZoomAndPan.hs:24) SVG_ZOOMANDPAN_DISABLE (src/JSDOM/Generated/SVGZoomAndPan.hs:25) SVG_ZOOMANDPAN_MAGNIFY (src/JSDOM/Generated/SVGZoomAndPan.hs:26) gTypeSVGZoomAndPan (src/JSDOM/Types.hs:32685) IsSVGZoomAndPan (src/JSDOM/Types.hs:32671) toSVGZoomAndPan (src/JSDOM/Types.hs:32673) 81% ( 9 / 11) in 'JSDOM.Generated.SVGViewSpec' Missing documentation for: Module header gTypeSVGViewSpec (src/JSDOM/Types.hs:32643) 50% ( 2 / 4) in 'JSDOM.Generated.SVGViewElement' Missing documentation for: Module header gTypeSVGViewElement (src/JSDOM/Types.hs:32602) 71% ( 5 / 7) in 'JSDOM.Generated.SVGUseElement' Missing documentation for: Module header gTypeSVGUseElement (src/JSDOM/Types.hs:32470) 16% ( 1 / 6) in 'JSDOM.Generated.SVGUnitTypes' Missing documentation for: Module header SVG_UNIT_TYPE_UNKNOWN (src/JSDOM/Generated/SVGUnitTypes.hs:24) SVG_UNIT_TYPE_USERSPACEONUSE (src/JSDOM/Generated/SVGUnitTypes.hs:25) SVG_UNIT_TYPE_OBJECTBOUNDINGBOX (src/JSDOM/Generated/SVGUnitTypes.hs:26) gTypeSVGUnitTypes (src/JSDOM/Types.hs:32399) 33% ( 2 / 6) in 'JSDOM.Generated.SVGURIReference' Missing documentation for: Module header gTypeSVGURIReference (src/JSDOM/Types.hs:32362) IsSVGURIReference (src/JSDOM/Types.hs:32348) toSVGURIReference (src/JSDOM/Types.hs:32350) 90% ( 19 / 21) in 'JSDOM.Generated.SVGTransformList' Missing documentation for: Module header gTypeSVGTransformList (src/JSDOM/Types.hs:32320) 52% ( 10 / 19) in 'JSDOM.Generated.SVGTransform' Missing documentation for: Module header SVG_TRANSFORM_UNKNOWN (src/JSDOM/Generated/SVGTransform.hs:61) SVG_TRANSFORM_MATRIX (src/JSDOM/Generated/SVGTransform.hs:62) SVG_TRANSFORM_TRANSLATE (src/JSDOM/Generated/SVGTransform.hs:63) SVG_TRANSFORM_SCALE (src/JSDOM/Generated/SVGTransform.hs:64) SVG_TRANSFORM_ROTATE (src/JSDOM/Generated/SVGTransform.hs:65) SVG_TRANSFORM_SKEWX (src/JSDOM/Generated/SVGTransform.hs:66) SVG_TRANSFORM_SKEWY (src/JSDOM/Generated/SVGTransform.hs:67) gTypeSVGTransform (src/JSDOM/Types.hs:32283) 60% ( 6 / 10) in 'JSDOM.Generated.SVGTextPositioningElement' Missing documentation for: Module header gTypeSVGTextPositioningElement (src/JSDOM/Types.hs:32183) IsSVGTextPositioningElement (src/JSDOM/Types.hs:32153) toSVGTextPositioningElement (src/JSDOM/Types.hs:32155) 33% ( 4 / 12) in 'JSDOM.Generated.SVGTextPathElement' Missing documentation for: Module header TEXTPATH_METHODTYPE_UNKNOWN (src/JSDOM/Generated/SVGTextPathElement.hs:27) TEXTPATH_METHODTYPE_ALIGN (src/JSDOM/Generated/SVGTextPathElement.hs:28) TEXTPATH_METHODTYPE_STRETCH (src/JSDOM/Generated/SVGTextPathElement.hs:29) TEXTPATH_SPACINGTYPE_UNKNOWN (src/JSDOM/Generated/SVGTextPathElement.hs:30) TEXTPATH_SPACINGTYPE_AUTO (src/JSDOM/Generated/SVGTextPathElement.hs:31) TEXTPATH_SPACINGTYPE_EXACT (src/JSDOM/Generated/SVGTextPathElement.hs:32) gTypeSVGTextPathElement (src/JSDOM/Types.hs:32107) 74% ( 20 / 27) in 'JSDOM.Generated.SVGTextContentElement' Missing documentation for: Module header LENGTHADJUST_UNKNOWN (src/JSDOM/Generated/SVGTextContentElement.hs:198) LENGTHADJUST_SPACING (src/JSDOM/Generated/SVGTextContentElement.hs:199) LENGTHADJUST_SPACINGANDGLYPHS (src/JSDOM/Generated/SVGTextContentElement.hs:200) gTypeSVGTextContentElement (src/JSDOM/Types.hs:31961) IsSVGTextContentElement (src/JSDOM/Types.hs:31932) toSVGTextContentElement (src/JSDOM/Types.hs:31934) 60% ( 6 / 10) in 'JSDOM.Generated.SVGTests' Missing documentation for: Module header gTypeSVGTests (src/JSDOM/Types.hs:31887) IsSVGTests (src/JSDOM/Types.hs:31873) toSVGTests (src/JSDOM/Types.hs:31875) 81% ( 9 / 11) in 'JSDOM.Generated.SVGStyleElement' Missing documentation for: Module header gTypeSVGStyleElement (src/JSDOM/Types.hs:31561) 88% ( 15 / 17) in 'JSDOM.Generated.SVGStringList' Missing documentation for: Module header gTypeSVGStringList (src/JSDOM/Types.hs:31498) 50% ( 2 / 4) in 'JSDOM.Generated.SVGStopElement' Missing documentation for: Module header gTypeSVGStopElement (src/JSDOM/Types.hs:31461) 60% ( 3 / 5) in 'JSDOM.Generated.SVGScriptElement' Missing documentation for: Module header gTypeSVGScriptElement (src/JSDOM/Types.hs:31329) 96% ( 58 / 60) in 'JSDOM.Generated.SVGSVGElement' Missing documentation for: Module header gTypeSVGSVGElement (src/JSDOM/Types.hs:31262) 11% ( 1 / 9) in 'JSDOM.Generated.SVGRenderingIntent' Missing documentation for: Module header RENDERING_INTENT_UNKNOWN (src/JSDOM/Generated/SVGRenderingIntent.hs:26) RENDERING_INTENT_AUTO (src/JSDOM/Generated/SVGRenderingIntent.hs:27) RENDERING_INTENT_PERCEPTUAL (src/JSDOM/Generated/SVGRenderingIntent.hs:28) RENDERING_INTENT_RELATIVE_COLORIMETRIC (src/JSDOM/Generated/SVGRenderingIntent.hs:29) RENDERING_INTENT_SATURATION (src/JSDOM/Generated/SVGRenderingIntent.hs:30) RENDERING_INTENT_ABSOLUTE_COLORIMETRIC (src/JSDOM/Generated/SVGRenderingIntent.hs:31) gTypeSVGRenderingIntent (src/JSDOM/Types.hs:31189) 77% ( 7 / 9) in 'JSDOM.Generated.SVGRectElement' Missing documentation for: Module header gTypeSVGRectElement (src/JSDOM/Types.hs:31152) 81% ( 9 / 11) in 'JSDOM.Generated.SVGRect' Missing documentation for: Module header gTypeSVGRect (src/JSDOM/Types.hs:31083) 77% ( 7 / 9) in 'JSDOM.Generated.SVGRadialGradientElement' Missing documentation for: Module header gTypeSVGRadialGradientElement (src/JSDOM/Types.hs:31046) 23% ( 5 / 21) in 'JSDOM.Generated.SVGPreserveAspectRatio' Missing documentation for: Module header SVG_PRESERVEASPECTRATIO_UNKNOWN (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:35) SVG_PRESERVEASPECTRATIO_NONE (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:36) SVG_PRESERVEASPECTRATIO_XMINYMIN (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:37) SVG_PRESERVEASPECTRATIO_XMIDYMIN (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:38) SVG_PRESERVEASPECTRATIO_XMAXYMIN (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:39) SVG_PRESERVEASPECTRATIO_XMINYMID (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:40) SVG_PRESERVEASPECTRATIO_XMIDYMID (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:41) SVG_PRESERVEASPECTRATIO_XMAXYMID (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:42) SVG_PRESERVEASPECTRATIO_XMINYMAX (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:43) SVG_PRESERVEASPECTRATIO_XMIDYMAX (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:44) SVG_PRESERVEASPECTRATIO_XMAXYMAX (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:45) SVG_MEETORSLICE_UNKNOWN (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:46) SVG_MEETORSLICE_MEET (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:47) SVG_MEETORSLICE_SLICE (src/JSDOM/Generated/SVGPreserveAspectRatio.hs:48) gTypeSVGPreserveAspectRatio (src/JSDOM/Types.hs:30977) 60% ( 3 / 5) in 'JSDOM.Generated.SVGPolylineElement' Missing documentation for: Module header gTypeSVGPolylineElement (src/JSDOM/Types.hs:30940) 60% ( 3 / 5) in 'JSDOM.Generated.SVGPolygonElement' Missing documentation for: Module header gTypeSVGPolygonElement (src/JSDOM/Types.hs:30871) 88% ( 15 / 17) in 'JSDOM.Generated.SVGPointList' Missing documentation for: Module header gTypeSVGPointList (src/JSDOM/Types.hs:30802) 77% ( 7 / 9) in 'JSDOM.Generated.SVGPoint' Missing documentation for: Module header gTypeSVGPoint (src/JSDOM/Types.hs:30765) 80% ( 8 / 10) in 'JSDOM.Generated.SVGPatternElement' Missing documentation for: Module header gTypeSVGPatternElement (src/JSDOM/Types.hs:30728) 71% ( 5 / 7) in 'JSDOM.Generated.SVGPathSegMovetoRel' Missing documentation for: Module header gTypeSVGPathSegMovetoRel (src/JSDOM/Types.hs:30657) 71% ( 5 / 7) in 'JSDOM.Generated.SVGPathSegMovetoAbs' Missing documentation for: Module header gTypeSVGPathSegMovetoAbs (src/JSDOM/Types.hs:30616) 88% ( 15 / 17) in 'JSDOM.Generated.SVGPathSegList' Missing documentation for: Module header gTypeSVGPathSegList (src/JSDOM/Types.hs:30575) 60% ( 3 / 5) in 'JSDOM.Generated.SVGPathSegLinetoVerticalRel' Missing documentation for: Module header gTypeSVGPathSegLinetoVerticalRel (src/JSDOM/Types.hs:30538) 60% ( 3 / 5) in 'JSDOM.Generated.SVGPathSegLinetoVerticalAbs' Missing documentation for: Module header gTypeSVGPathSegLinetoVerticalAbs (src/JSDOM/Types.hs:30497) 71% ( 5 / 7) in 'JSDOM.Generated.SVGPathSegLinetoRel' Missing documentation for: Module header gTypeSVGPathSegLinetoRel (src/JSDOM/Types.hs:30456) 60% ( 3 / 5) in 'JSDOM.Generated.SVGPathSegLinetoHorizontalRel' Missing documentation for: Module header gTypeSVGPathSegLinetoHorizontalRel (src/JSDOM/Types.hs:30415) 60% ( 3 / 5) in 'JSDOM.Generated.SVGPathSegLinetoHorizontalAbs' Missing documentation for: Module header gTypeSVGPathSegLinetoHorizontalAbs (src/JSDOM/Types.hs:30374) 71% ( 5 / 7) in 'JSDOM.Generated.SVGPathSegLinetoAbs' Missing documentation for: Module header gTypeSVGPathSegLinetoAbs (src/JSDOM/Types.hs:30333) 71% ( 5 / 7) in 'JSDOM.Generated.SVGPathSegCurvetoQuadraticSmoothRel' Missing documentation for: Module header gTypeSVGPathSegCurvetoQuadraticSmoothRel (src/JSDOM/Types.hs:30292) 71% ( 5 / 7) in 'JSDOM.Generated.SVGPathSegCurvetoQuadraticSmoothAbs' Missing documentation for: Module header gTypeSVGPathSegCurvetoQuadraticSmoothAbs (src/JSDOM/Types.hs:30251) 81% ( 9 / 11) in 'JSDOM.Generated.SVGPathSegCurvetoQuadraticRel' Missing documentation for: Module header gTypeSVGPathSegCurvetoQuadraticRel (src/JSDOM/Types.hs:30210) 81% ( 9 / 11) in 'JSDOM.Generated.SVGPathSegCurvetoQuadraticAbs' Missing documentation for: Module header gTypeSVGPathSegCurvetoQuadraticAbs (src/JSDOM/Types.hs:30169) 81% ( 9 / 11) in 'JSDOM.Generated.SVGPathSegCurvetoCubicSmoothRel' Missing documentation for: Module header gTypeSVGPathSegCurvetoCubicSmoothRel (src/JSDOM/Types.hs:30128) 81% ( 9 / 11) in 'JSDOM.Generated.SVGPathSegCurvetoCubicSmoothAbs' Missing documentation for: Module header gTypeSVGPathSegCurvetoCubicSmoothAbs (src/JSDOM/Types.hs:30087) 86% ( 13 / 15) in 'JSDOM.Generated.SVGPathSegCurvetoCubicRel' Missing documentation for: Module header gTypeSVGPathSegCurvetoCubicRel (src/JSDOM/Types.hs:30046) 86% ( 13 / 15) in 'JSDOM.Generated.SVGPathSegCurvetoCubicAbs' Missing documentation for: Module header gTypeSVGPathSegCurvetoCubicAbs (src/JSDOM/Types.hs:30005) 88% ( 15 / 17) in 'JSDOM.Generated.SVGPathSegArcRel' Missing documentation for: Module header gTypeSVGPathSegArcRel (src/JSDOM/Types.hs:29923) 88% ( 15 / 17) in 'JSDOM.Generated.SVGPathSegArcAbs' Missing documentation for: Module header gTypeSVGPathSegArcAbs (src/JSDOM/Types.hs:29882) 11% ( 3 / 27) in 'JSDOM.Generated.SVGPathSeg' Missing documentation for: Module header PATHSEG_UNKNOWN (src/JSDOM/Generated/SVGPathSeg.hs:37) PATHSEG_CLOSEPATH (src/JSDOM/Generated/SVGPathSeg.hs:38) PATHSEG_MOVETO_ABS (src/JSDOM/Generated/SVGPathSeg.hs:39) PATHSEG_MOVETO_REL (src/JSDOM/Generated/SVGPathSeg.hs:40) PATHSEG_LINETO_ABS (src/JSDOM/Generated/SVGPathSeg.hs:41) PATHSEG_LINETO_REL (src/JSDOM/Generated/SVGPathSeg.hs:42) PATHSEG_CURVETO_CUBIC_ABS (src/JSDOM/Generated/SVGPathSeg.hs:43) PATHSEG_CURVETO_CUBIC_REL (src/JSDOM/Generated/SVGPathSeg.hs:44) PATHSEG_CURVETO_QUADRATIC_ABS (src/JSDOM/Generated/SVGPathSeg.hs:45) PATHSEG_CURVETO_QUADRATIC_REL (src/JSDOM/Generated/SVGPathSeg.hs:46) PATHSEG_ARC_ABS (src/JSDOM/Generated/SVGPathSeg.hs:47) PATHSEG_ARC_REL (src/JSDOM/Generated/SVGPathSeg.hs:48) PATHSEG_LINETO_HORIZONTAL_ABS (src/JSDOM/Generated/SVGPathSeg.hs:49) PATHSEG_LINETO_HORIZONTAL_REL (src/JSDOM/Generated/SVGPathSeg.hs:50) PATHSEG_LINETO_VERTICAL_ABS (src/JSDOM/Generated/SVGPathSeg.hs:51) PATHSEG_LINETO_VERTICAL_REL (src/JSDOM/Generated/SVGPathSeg.hs:52) PATHSEG_CURVETO_CUBIC_SMOOTH_ABS (src/JSDOM/Generated/SVGPathSeg.hs:53) PATHSEG_CURVETO_CUBIC_SMOOTH_REL (src/JSDOM/Generated/SVGPathSeg.hs:54) PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS (src/JSDOM/Generated/SVGPathSeg.hs:55) PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL (src/JSDOM/Generated/SVGPathSeg.hs:56) gTypeSVGPathSeg (src/JSDOM/Types.hs:29841) IsSVGPathSeg (src/JSDOM/Types.hs:29827) toSVGPathSeg (src/JSDOM/Types.hs:29829) 96% ( 50 / 52) in 'JSDOM.Generated.SVGPathElement' Missing documentation for: Module header gTypeSVGPathElement (src/JSDOM/Types.hs:29799) 88% ( 15 / 17) in 'JSDOM.Generated.SVGNumberList' Missing documentation for: Module header gTypeSVGNumberList (src/JSDOM/Types.hs:29730) 60% ( 3 / 5) in 'JSDOM.Generated.SVGNumber' Missing documentation for: Module header gTypeSVGNumber (src/JSDOM/Types.hs:29693) 94% ( 35 / 37) in 'JSDOM.Generated.SVGMatrix' Missing documentation for: Module header gTypeSVGMatrix (src/JSDOM/Types.hs:29530) 77% ( 7 / 9) in 'JSDOM.Generated.SVGMaskElement' Missing documentation for: Module header gTypeSVGMaskElement (src/JSDOM/Types.hs:29493) 55% ( 10 / 18) in 'JSDOM.Generated.SVGMarkerElement' Missing documentation for: Module header SVG_MARKERUNITS_UNKNOWN (src/JSDOM/Generated/SVGMarkerElement.hs:39) SVG_MARKERUNITS_USERSPACEONUSE (src/JSDOM/Generated/SVGMarkerElement.hs:40) SVG_MARKERUNITS_STROKEWIDTH (src/JSDOM/Generated/SVGMarkerElement.hs:41) SVG_MARKER_ORIENT_UNKNOWN (src/JSDOM/Generated/SVGMarkerElement.hs:42) SVG_MARKER_ORIENT_AUTO (src/JSDOM/Generated/SVGMarkerElement.hs:43) SVG_MARKER_ORIENT_ANGLE (src/JSDOM/Generated/SVGMarkerElement.hs:44) gTypeSVGMarkerElement (src/JSDOM/Types.hs:29426) 71% ( 5 / 7) in 'JSDOM.Generated.SVGLinearGradientElement' Missing documentation for: Module header gTypeSVGLinearGradientElement (src/JSDOM/Types.hs:29292) 71% ( 5 / 7) in 'JSDOM.Generated.SVGLineElement' Missing documentation for: Module header gTypeSVGLineElement (src/JSDOM/Types.hs:29223) 88% ( 15 / 17) in 'JSDOM.Generated.SVGLengthList' Missing documentation for: Module header gTypeSVGLengthList (src/JSDOM/Types.hs:29154) 43% ( 10 / 23) in 'JSDOM.Generated.SVGLength' Missing documentation for: Module header SVG_LENGTHTYPE_UNKNOWN (src/JSDOM/Generated/SVGLength.hs:45) SVG_LENGTHTYPE_NUMBER (src/JSDOM/Generated/SVGLength.hs:46) SVG_LENGTHTYPE_PERCENTAGE (src/JSDOM/Generated/SVGLength.hs:47) SVG_LENGTHTYPE_EMS (src/JSDOM/Generated/SVGLength.hs:48) SVG_LENGTHTYPE_EXS (src/JSDOM/Generated/SVGLength.hs:49) SVG_LENGTHTYPE_PX (src/JSDOM/Generated/SVGLength.hs:50) SVG_LENGTHTYPE_CM (src/JSDOM/Generated/SVGLength.hs:51) SVG_LENGTHTYPE_MM (src/JSDOM/Generated/SVGLength.hs:52) SVG_LENGTHTYPE_IN (src/JSDOM/Generated/SVGLength.hs:53) SVG_LENGTHTYPE_PT (src/JSDOM/Generated/SVGLength.hs:54) SVG_LENGTHTYPE_PC (src/JSDOM/Generated/SVGLength.hs:55) gTypeSVGLength (src/JSDOM/Types.hs:29117) 75% ( 6 / 8) in 'JSDOM.Generated.SVGImageElement' Missing documentation for: Module header gTypeSVGImageElement (src/JSDOM/Types.hs:29080) 75% ( 12 / 16) in 'JSDOM.Generated.SVGGraphicsElement' Missing documentation for: Module header gTypeSVGGraphicsElement (src/JSDOM/Types.hs:28946) IsSVGGraphicsElement (src/JSDOM/Types.hs:28919) toSVGGraphicsElement (src/JSDOM/Types.hs:28921) 33% ( 4 / 12) in 'JSDOM.Generated.SVGGradientElement' Missing documentation for: Module header SVG_SPREADMETHOD_UNKNOWN (src/JSDOM/Generated/SVGGradientElement.hs:25) SVG_SPREADMETHOD_PAD (src/JSDOM/Generated/SVGGradientElement.hs:26) SVG_SPREADMETHOD_REFLECT (src/JSDOM/Generated/SVGGradientElement.hs:27) SVG_SPREADMETHOD_REPEAT (src/JSDOM/Generated/SVGGradientElement.hs:28) gTypeSVGGradientElement (src/JSDOM/Types.hs:28876) IsSVGGradientElement (src/JSDOM/Types.hs:28848) toSVGGradientElement (src/JSDOM/Types.hs:28850) 86% ( 13 / 15) in 'JSDOM.Generated.SVGGlyphRefElement' Missing documentation for: Module header gTypeSVGGlyphRefElement (src/JSDOM/Types.hs:28804) 71% ( 5 / 7) in 'JSDOM.Generated.SVGForeignObjectElement' Missing documentation for: Module header gTypeSVGForeignObjectElement (src/JSDOM/Types.hs:28607) 42% ( 3 / 7) in 'JSDOM.Generated.SVGFitToViewBox' Missing documentation for: Module header gTypeSVGFitToViewBox (src/JSDOM/Types.hs:28160) IsSVGFitToViewBox (src/JSDOM/Types.hs:28146) toSVGFitToViewBox (src/JSDOM/Types.hs:28148) 60% ( 6 / 10) in 'JSDOM.Generated.SVGFilterPrimitiveStandardAttributes' Missing documentation for: Module header gTypeSVGFilterPrimitiveStandardAttributes (src/JSDOM/Types.hs:28118) IsSVGFilterPrimitiveStandardAttributes (src/JSDOM/Types.hs:28104) toSVGFilterPrimitiveStandardAttributes (src/JSDOM/Types.hs:28106) 83% ( 10 / 12) in 'JSDOM.Generated.SVGFilterElement' Missing documentation for: Module header gTypeSVGFilterElement (src/JSDOM/Types.hs:28076) 46% ( 7 / 15) in 'JSDOM.Generated.SVGFETurbulenceElement' Missing documentation for: Module header SVG_TURBULENCE_TYPE_UNKNOWN (src/JSDOM/Generated/SVGFETurbulenceElement.hs:27) SVG_TURBULENCE_TYPE_FRACTALNOISE (src/JSDOM/Generated/SVGFETurbulenceElement.hs:28) SVG_TURBULENCE_TYPE_TURBULENCE (src/JSDOM/Generated/SVGFETurbulenceElement.hs:29) SVG_STITCHTYPE_UNKNOWN (src/JSDOM/Generated/SVGFETurbulenceElement.hs:30) SVG_STITCHTYPE_STITCH (src/JSDOM/Generated/SVGFETurbulenceElement.hs:31) SVG_STITCHTYPE_NOSTITCH (src/JSDOM/Generated/SVGFETurbulenceElement.hs:32) gTypeSVGFETurbulenceElement (src/JSDOM/Types.hs:28009) 50% ( 2 / 4) in 'JSDOM.Generated.SVGFETileElement' Missing documentation for: Module header gTypeSVGFETileElement (src/JSDOM/Types.hs:27944) 81% ( 9 / 11) in 'JSDOM.Generated.SVGFESpotLightElement' Missing documentation for: Module header gTypeSVGFESpotLightElement (src/JSDOM/Types.hs:27879) 71% ( 5 / 7) in 'JSDOM.Generated.SVGFESpecularLightingElement' Missing documentation for: Module header gTypeSVGFESpecularLightingElement (src/JSDOM/Types.hs:27816) 66% ( 4 / 6) in 'JSDOM.Generated.SVGFEPointLightElement' Missing documentation for: Module header gTypeSVGFEPointLightElement (src/JSDOM/Types.hs:27751) 66% ( 4 / 6) in 'JSDOM.Generated.SVGFEOffsetElement' Missing documentation for: Module header gTypeSVGFEOffsetElement (src/JSDOM/Types.hs:27688) 54% ( 6 / 11) in 'JSDOM.Generated.SVGFEMorphologyElement' Missing documentation for: Module header SVG_MORPHOLOGY_OPERATOR_UNKNOWN (src/JSDOM/Generated/SVGFEMorphologyElement.hs:33) SVG_MORPHOLOGY_OPERATOR_ERODE (src/JSDOM/Generated/SVGFEMorphologyElement.hs:34) SVG_MORPHOLOGY_OPERATOR_DILATE (src/JSDOM/Generated/SVGFEMorphologyElement.hs:35) gTypeSVGFEMorphologyElement (src/JSDOM/Types.hs:27623) 50% ( 2 / 4) in 'JSDOM.Generated.SVGFEMergeNodeElement' Missing documentation for: Module header gTypeSVGFEMergeNodeElement (src/JSDOM/Types.hs:27558) 50% ( 2 / 4) in 'JSDOM.Generated.SVGFEImageElement' Missing documentation for: Module header gTypeSVGFEImageElement (src/JSDOM/Types.hs:27430) 50% ( 6 / 12) in 'JSDOM.Generated.SVGFEGaussianBlurElement' Missing documentation for: Module header SVG_EDGEMODE_UNKNOWN (src/JSDOM/Generated/SVGFEGaussianBlurElement.hs:35) SVG_EDGEMODE_DUPLICATE (src/JSDOM/Generated/SVGFEGaussianBlurElement.hs:36) SVG_EDGEMODE_WRAP (src/JSDOM/Generated/SVGFEGaussianBlurElement.hs:37) SVG_EDGEMODE_NONE (src/JSDOM/Generated/SVGFEGaussianBlurElement.hs:38) gTypeSVGFEGaussianBlurElement (src/JSDOM/Types.hs:27361) 77% ( 7 / 9) in 'JSDOM.Generated.SVGFEDropShadowElement' Missing documentation for: Module header gTypeSVGFEDropShadowElement (src/JSDOM/Types.hs:26971) 60% ( 3 / 5) in 'JSDOM.Generated.SVGFEDistantLightElement' Missing documentation for: Module header gTypeSVGFEDistantLightElement (src/JSDOM/Types.hs:26906) 46% ( 6 / 13) in 'JSDOM.Generated.SVGFEDisplacementMapElement' Missing documentation for: Module header SVG_CHANNEL_UNKNOWN (src/JSDOM/Generated/SVGFEDisplacementMapElement.hs:25) SVG_CHANNEL_R (src/JSDOM/Generated/SVGFEDisplacementMapElement.hs:26) SVG_CHANNEL_G (src/JSDOM/Generated/SVGFEDisplacementMapElement.hs:27) SVG_CHANNEL_B (src/JSDOM/Generated/SVGFEDisplacementMapElement.hs:28) SVG_CHANNEL_A (src/JSDOM/Generated/SVGFEDisplacementMapElement.hs:29) gTypeSVGFEDisplacementMapElement (src/JSDOM/Types.hs:26843) 75% ( 6 / 8) in 'JSDOM.Generated.SVGFEDiffuseLightingElement' Missing documentation for: Module header gTypeSVGFEDiffuseLightingElement (src/JSDOM/Types.hs:26778) 68% ( 13 / 19) in 'JSDOM.Generated.SVGFEConvolveMatrixElement' Missing documentation for: Module header SVG_EDGEMODE_UNKNOWN (src/JSDOM/Generated/SVGFEConvolveMatrixElement.hs:26) SVG_EDGEMODE_DUPLICATE (src/JSDOM/Generated/SVGFEConvolveMatrixElement.hs:27) SVG_EDGEMODE_WRAP (src/JSDOM/Generated/SVGFEConvolveMatrixElement.hs:28) SVG_EDGEMODE_NONE (src/JSDOM/Generated/SVGFEConvolveMatrixElement.hs:29) gTypeSVGFEConvolveMatrixElement (src/JSDOM/Types.hs:26713) 47% ( 8 / 17) in 'JSDOM.Generated.SVGFECompositeElement' Missing documentation for: Module header SVG_FECOMPOSITE_OPERATOR_UNKNOWN (src/JSDOM/Generated/SVGFECompositeElement.hs:29) SVG_FECOMPOSITE_OPERATOR_OVER (src/JSDOM/Generated/SVGFECompositeElement.hs:30) SVG_FECOMPOSITE_OPERATOR_IN (src/JSDOM/Generated/SVGFECompositeElement.hs:31) SVG_FECOMPOSITE_OPERATOR_OUT (src/JSDOM/Generated/SVGFECompositeElement.hs:32) SVG_FECOMPOSITE_OPERATOR_ATOP (src/JSDOM/Generated/SVGFECompositeElement.hs:33) SVG_FECOMPOSITE_OPERATOR_XOR (src/JSDOM/Generated/SVGFECompositeElement.hs:34) SVG_FECOMPOSITE_OPERATOR_ARITHMETIC (src/JSDOM/Generated/SVGFECompositeElement.hs:35) gTypeSVGFECompositeElement (src/JSDOM/Types.hs:26648) 50% ( 2 / 4) in 'JSDOM.Generated.SVGFEComponentTransferElement' Missing documentation for: Module header gTypeSVGFEComponentTransferElement (src/JSDOM/Types.hs:26583) 36% ( 4 / 11) in 'JSDOM.Generated.SVGFEColorMatrixElement' Missing documentation for: Module header SVG_FECOLORMATRIX_TYPE_UNKNOWN (src/JSDOM/Generated/SVGFEColorMatrixElement.hs:27) SVG_FECOLORMATRIX_TYPE_MATRIX (src/JSDOM/Generated/SVGFEColorMatrixElement.hs:28) SVG_FECOLORMATRIX_TYPE_SATURATE (src/JSDOM/Generated/SVGFEColorMatrixElement.hs:29) SVG_FECOLORMATRIX_TYPE_HUEROTATE (src/JSDOM/Generated/SVGFEColorMatrixElement.hs:30) SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA (src/JSDOM/Generated/SVGFEColorMatrixElement.hs:31) gTypeSVGFEColorMatrixElement (src/JSDOM/Types.hs:26518) 33% ( 4 / 12) in 'JSDOM.Generated.SVGFEBlendElement' Missing documentation for: Module header SVG_FEBLEND_MODE_UNKNOWN (src/JSDOM/Generated/SVGFEBlendElement.hs:25) SVG_FEBLEND_MODE_NORMAL (src/JSDOM/Generated/SVGFEBlendElement.hs:26) SVG_FEBLEND_MODE_MULTIPLY (src/JSDOM/Generated/SVGFEBlendElement.hs:27) SVG_FEBLEND_MODE_SCREEN (src/JSDOM/Generated/SVGFEBlendElement.hs:28) SVG_FEBLEND_MODE_DARKEN (src/JSDOM/Generated/SVGFEBlendElement.hs:29) SVG_FEBLEND_MODE_LIGHTEN (src/JSDOM/Generated/SVGFEBlendElement.hs:30) gTypeSVGFEBlendElement (src/JSDOM/Types.hs:26453) 33% ( 2 / 6) in 'JSDOM.Generated.SVGExternalResourcesRequired' Missing documentation for: Module header gTypeSVGExternalResourcesRequired (src/JSDOM/Types.hs:26388) IsSVGExternalResourcesRequired (src/JSDOM/Types.hs:26374) toSVGExternalResourcesRequired (src/JSDOM/Types.hs:26376) 54% ( 6 / 11) in 'JSDOM.Generated.SVGException' Missing documentation for: Module header SVG_WRONG_TYPE_ERR (src/JSDOM/Generated/SVGException.hs:33) SVG_INVALID_VALUE_ERR (src/JSDOM/Generated/SVGException.hs:34) SVG_MATRIX_NOT_INVERTABLE (src/JSDOM/Generated/SVGException.hs:35) gTypeSVGException (src/JSDOM/Types.hs:26346) 71% ( 5 / 7) in 'JSDOM.Generated.SVGEllipseElement' Missing documentation for: Module header gTypeSVGEllipseElement (src/JSDOM/Types.hs:26309) 78% ( 15 / 19) in 'JSDOM.Generated.SVGElement' Missing documentation for: Module header gTypeSVGElement (src/JSDOM/Types.hs:26240) IsSVGElement (src/JSDOM/Types.hs:26215) toSVGElement (src/JSDOM/Types.hs:26217) 60% ( 3 / 5) in 'JSDOM.Generated.SVGCursorElement' Missing documentation for: Module header gTypeSVGCursorElement (src/JSDOM/Types.hs:26042) 44% ( 8 / 18) in 'JSDOM.Generated.SVGComponentTransferFunctionElement' Missing documentation for: Module header SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN (src/JSDOM/Generated/SVGComponentTransferFunctionElement.hs:31) SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY (src/JSDOM/Generated/SVGComponentTransferFunctionElement.hs:32) SVG_FECOMPONENTTRANSFER_TYPE_TABLE (src/JSDOM/Generated/SVGComponentTransferFunctionElement.hs:33) SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE (src/JSDOM/Generated/SVGComponentTransferFunctionElement.hs:34) SVG_FECOMPONENTTRANSFER_TYPE_LINEAR (src/JSDOM/Generated/SVGComponentTransferFunctionElement.hs:35) SVG_FECOMPONENTTRANSFER_TYPE_GAMMA (src/JSDOM/Generated/SVGComponentTransferFunctionElement.hs:36) gTypeSVGComponentTransferFunctionElement (src/JSDOM/Types.hs:25973) IsSVGComponentTransferFunctionElement (src/JSDOM/Types.hs:25947) toSVGComponentTransferFunctionElement (src/JSDOM/Types.hs:25949) 50% ( 2 / 4) in 'JSDOM.Generated.SVGClipPathElement' Missing documentation for: Module header gTypeSVGClipPathElement (src/JSDOM/Types.hs:25905) 66% ( 4 / 6) in 'JSDOM.Generated.SVGCircleElement' Missing documentation for: Module header gTypeSVGCircleElement (src/JSDOM/Types.hs:25836) 75% ( 12 / 16) in 'JSDOM.Generated.SVGAnimationElement' Missing documentation for: Module header gTypeSVGAnimationElement (src/JSDOM/Types.hs:25767) IsSVGAnimationElement (src/JSDOM/Types.hs:25739) toSVGAnimationElement (src/JSDOM/Types.hs:25741) 60% ( 3 / 5) in 'JSDOM.Generated.SVGAnimatedTransformList' Missing documentation for: Module header gTypeSVGAnimatedTransformList (src/JSDOM/Types.hs:25695) 66% ( 4 / 6) in 'JSDOM.Generated.SVGAnimatedString' Missing documentation for: Module header gTypeSVGAnimatedString (src/JSDOM/Types.hs:25658) 60% ( 3 / 5) in 'JSDOM.Generated.SVGAnimatedRect' Missing documentation for: Module header gTypeSVGAnimatedRect (src/JSDOM/Types.hs:25621) 60% ( 3 / 5) in 'JSDOM.Generated.SVGAnimatedPreserveAspectRatio' Missing documentation for: Module header gTypeSVGAnimatedPreserveAspectRatio (src/JSDOM/Types.hs:25584) 60% ( 3 / 5) in 'JSDOM.Generated.SVGAnimatedNumberList' Missing documentation for: Module header gTypeSVGAnimatedNumberList (src/JSDOM/Types.hs:25547) 66% ( 4 / 6) in 'JSDOM.Generated.SVGAnimatedNumber' Missing documentation for: Module header gTypeSVGAnimatedNumber (src/JSDOM/Types.hs:25510) 60% ( 3 / 5) in 'JSDOM.Generated.SVGAnimatedLengthList' Missing documentation for: Module header gTypeSVGAnimatedLengthList (src/JSDOM/Types.hs:25473) 60% ( 3 / 5) in 'JSDOM.Generated.SVGAnimatedLength' Missing documentation for: Module header gTypeSVGAnimatedLength (src/JSDOM/Types.hs:25436) 66% ( 4 / 6) in 'JSDOM.Generated.SVGAnimatedInteger' Missing documentation for: Module header gTypeSVGAnimatedInteger (src/JSDOM/Types.hs:25399) 66% ( 4 / 6) in 'JSDOM.Generated.SVGAnimatedEnumeration' Missing documentation for: Module header gTypeSVGAnimatedEnumeration (src/JSDOM/Types.hs:25362) 66% ( 4 / 6) in 'JSDOM.Generated.SVGAnimatedBoolean' Missing documentation for: Module header gTypeSVGAnimatedBoolean (src/JSDOM/Types.hs:25325) 60% ( 3 / 5) in 'JSDOM.Generated.SVGAnimatedAngle' Missing documentation for: Module header gTypeSVGAnimatedAngle (src/JSDOM/Types.hs:25288) 58% ( 10 / 17) in 'JSDOM.Generated.SVGAngle' Missing documentation for: Module header SVG_ANGLETYPE_UNKNOWN (src/JSDOM/Generated/SVGAngle.hs:41) SVG_ANGLETYPE_UNSPECIFIED (src/JSDOM/Generated/SVGAngle.hs:42) SVG_ANGLETYPE_DEG (src/JSDOM/Generated/SVGAngle.hs:43) SVG_ANGLETYPE_RAD (src/JSDOM/Generated/SVGAngle.hs:44) SVG_ANGLETYPE_GRAD (src/JSDOM/Generated/SVGAngle.hs:45) gTypeSVGAngle (src/JSDOM/Types.hs:24975) 71% ( 5 / 7) in 'JSDOM.Generated.SVGAltGlyphElement' Missing documentation for: Module header gTypeSVGAltGlyphElement (src/JSDOM/Types.hs:24875) 50% ( 2 / 4) in 'JSDOM.Generated.SVGAElement' Missing documentation for: Module header gTypeSVGAElement (src/JSDOM/Types.hs:24737) 60% ( 3 / 5) in 'JSDOM.Generated.SQLTransactionErrorCallback' Missing documentation for: Module header SQLTransactionErrorCallback (src/JSDOM/Types.hs:1383) 60% ( 3 / 5) in 'JSDOM.Generated.SQLTransactionCallback' Missing documentation for: Module header SQLTransactionCallback (src/JSDOM/Types.hs:1378) 50% ( 2 / 4) in 'JSDOM.Generated.SQLTransaction' Missing documentation for: Module header gTypeSQLTransaction (src/JSDOM/Types.hs:24666) 60% ( 3 / 5) in 'JSDOM.Generated.SQLStatementErrorCallback' Missing documentation for: Module header SQLStatementErrorCallback (src/JSDOM/Types.hs:1373) 60% ( 3 / 5) in 'JSDOM.Generated.SQLStatementCallback' Missing documentation for: Module header SQLStatementCallback (src/JSDOM/Types.hs:1368) 66% ( 4 / 6) in 'JSDOM.Generated.SQLResultSetRowList' Missing documentation for: Module header gTypeSQLResultSetRowList (src/JSDOM/Types.hs:24629) 66% ( 4 / 6) in 'JSDOM.Generated.SQLResultSet' Missing documentation for: Module header gTypeSQLResultSet (src/JSDOM/Types.hs:24592) 23% ( 3 / 13) in 'JSDOM.Generated.SQLException' Missing documentation for: Module header UNKNOWN_ERR (src/JSDOM/Generated/SQLException.hs:24) DATABASE_ERR (src/JSDOM/Generated/SQLException.hs:25) VERSION_ERR (src/JSDOM/Generated/SQLException.hs:26) TOO_LARGE_ERR (src/JSDOM/Generated/SQLException.hs:27) QUOTA_ERR (src/JSDOM/Generated/SQLException.hs:28) SYNTAX_ERR (src/JSDOM/Generated/SQLException.hs:29) CONSTRAINT_ERR (src/JSDOM/Generated/SQLException.hs:30) TIMEOUT_ERR (src/JSDOM/Generated/SQLException.hs:31) gTypeSQLException (src/JSDOM/Types.hs:24555) 23% ( 3 / 13) in 'JSDOM.Generated.SQLError' Missing documentation for: Module header UNKNOWN_ERR (src/JSDOM/Generated/SQLError.hs:24) DATABASE_ERR (src/JSDOM/Generated/SQLError.hs:25) VERSION_ERR (src/JSDOM/Generated/SQLError.hs:26) TOO_LARGE_ERR (src/JSDOM/Generated/SQLError.hs:27) QUOTA_ERR (src/JSDOM/Generated/SQLError.hs:28) SYNTAX_ERR (src/JSDOM/Generated/SQLError.hs:29) CONSTRAINT_ERR (src/JSDOM/Generated/SQLError.hs:30) TIMEOUT_ERR (src/JSDOM/Generated/SQLError.hs:31) gTypeSQLError (src/JSDOM/Types.hs:24518) 93% ( 28 / 30) in 'JSDOM.Generated.Response' Missing documentation for: Module header gTypeResponse (src/JSDOM/Types.hs:24236) 60% ( 3 / 5) in 'JSDOM.Generated.RequestAnimationFrameCallback' Missing documentation for: Module header RequestAnimationFrameCallback (src/JSDOM/Types.hs:1348) 88% ( 16 / 18) in 'JSDOM.Generated.Request' Missing documentation for: Module header gTypeRequest (src/JSDOM/Types.hs:24162) 71% ( 5 / 7) in 'JSDOM.Generated.Rect' Missing documentation for: Module header gTypeRect (src/JSDOM/Types.hs:24121) 71% ( 5 / 7) in 'JSDOM.Generated.ReadableStreamSource' Missing documentation for: Module header gTypeReadableStreamSource (src/JSDOM/Types.hs:24084) 80% ( 8 / 10) in 'JSDOM.Generated.ReadableStreamDefaultReader' Missing documentation for: Module header gTypeReadableStreamDefaultReader (src/JSDOM/Types.hs:24047) 75% ( 6 / 8) in 'JSDOM.Generated.ReadableStreamDefaultController' Missing documentation for: Module header gTypeReadableStreamDefaultController (src/JSDOM/Types.hs:24010) 71% ( 5 / 7) in 'JSDOM.Generated.ReadableStreamBYOBRequest' Missing documentation for: Module header gTypeReadableStreamBYOBRequest (src/JSDOM/Types.hs:23973) 80% ( 8 / 10) in 'JSDOM.Generated.ReadableStreamBYOBReader' Missing documentation for: Module header gTypeReadableStreamBYOBReader (src/JSDOM/Types.hs:23936) 86% ( 13 / 15) in 'JSDOM.Generated.ReadableStream' Missing documentation for: Module header gTypeReadableStream (src/JSDOM/Types.hs:23899) 77% ( 7 / 9) in 'JSDOM.Generated.ReadableByteStreamController' Missing documentation for: Module header gTypeReadableByteStreamController (src/JSDOM/Types.hs:23862) 82% ( 46 / 56) in 'JSDOM.Generated.Range' Missing documentation for: Module header START_TO_START (src/JSDOM/Generated/Range.hs:270) START_TO_END (src/JSDOM/Generated/Range.hs:271) END_TO_END (src/JSDOM/Generated/Range.hs:272) END_TO_START (src/JSDOM/Generated/Range.hs:273) NODE_BEFORE (src/JSDOM/Generated/Range.hs:274) NODE_AFTER (src/JSDOM/Generated/Range.hs:275) NODE_BEFORE_AND_AFTER (src/JSDOM/Generated/Range.hs:276) NODE_INSIDE (src/JSDOM/Generated/Range.hs:277) gTypeRange (src/JSDOM/Types.hs:23825) 71% ( 5 / 7) in 'JSDOM.Generated.RadioNodeList' Missing documentation for: Module header gTypeRadioNodeList (src/JSDOM/Types.hs:23788) 75% ( 6 / 8) in 'JSDOM.Generated.RTCTrackEvent' Missing documentation for: Module header gTypeRTCTrackEvent (src/JSDOM/Types.hs:23706) 66% ( 4 / 6) in 'JSDOM.Generated.RTCSessionDescription' Missing documentation for: Module header gTypeRTCSessionDescription (src/JSDOM/Types.hs:23549) 83% ( 10 / 12) in 'JSDOM.Generated.RTCRtpTransceiver' Missing documentation for: Module header gTypeRTCRtpTransceiver (src/JSDOM/Types.hs:23475) 77% ( 7 / 9) in 'JSDOM.Generated.RTCRtpSender' Missing documentation for: Module header gTypeRTCRtpSender (src/JSDOM/Types.hs:23438) 66% ( 4 / 6) in 'JSDOM.Generated.RTCRtpReceiver' Missing documentation for: Module header gTypeRTCRtpReceiver (src/JSDOM/Types.hs:23364) 66% ( 4 / 6) in 'JSDOM.Generated.RTCPeerConnectionIceEvent' Missing documentation for: Module header gTypeRTCPeerConnectionIceEvent (src/JSDOM/Types.hs:23096) 97% ( 66 / 68) in 'JSDOM.Generated.RTCPeerConnection' Missing documentation for: Module header gTypeRTCPeerConnection (src/JSDOM/Types.hs:23055) 60% ( 3 / 5) in 'JSDOM.Generated.RTCIceTransport' Missing documentation for: Module header gTypeRTCIceTransport (src/JSDOM/Types.hs:22804) 50% ( 2 / 4) in 'JSDOM.Generated.RTCIceCandidateEvent' Missing documentation for: Module header gTypeRTCIceCandidateEvent (src/JSDOM/Types.hs:22693) 81% ( 9 / 11) in 'JSDOM.Generated.RTCIceCandidate' Missing documentation for: Module header gTypeRTCIceCandidate (src/JSDOM/Types.hs:22652) 60% ( 3 / 5) in 'JSDOM.Generated.RTCDataChannelEvent' Missing documentation for: Module header gTypeRTCDataChannelEvent (src/JSDOM/Types.hs:22496) 93% ( 30 / 32) in 'JSDOM.Generated.RTCDataChannel' Missing documentation for: Module header gTypeRTCDataChannel (src/JSDOM/Types.hs:22455) 60% ( 3 / 5) in 'JSDOM.Generated.RTCDTMFToneChangeEvent' Missing documentation for: Module header gTypeRTCDTMFToneChangeEvent (src/JSDOM/Types.hs:22373) 80% ( 8 / 10) in 'JSDOM.Generated.RTCDTMFSender' Missing documentation for: Module header gTypeRTCDTMFSender (src/JSDOM/Types.hs:22332) 71% ( 5 / 7) in 'JSDOM.Generated.RGBColor' Missing documentation for: Module header gTypeRGBColor (src/JSDOM/Types.hs:22213) 75% ( 6 / 8) in 'JSDOM.Generated.QuickTimePluginReplacement' Missing documentation for: Module header gTypeQuickTimePluginReplacement (src/JSDOM/Types.hs:22176) 66% ( 4 / 6) in 'JSDOM.Generated.PromiseRejectionEvent' Missing documentation for: Module header gTypePromiseRejectionEvent (src/JSDOM/Types.hs:22098) 55% ( 5 / 9) in 'JSDOM.Generated.ProgressEvent' Missing documentation for: Module header gTypeProgressEvent (src/JSDOM/Types.hs:22016) IsProgressEvent (src/JSDOM/Types.hs:22001) toProgressEvent (src/JSDOM/Types.hs:22003) 71% ( 5 / 7) in 'JSDOM.Generated.ProcessingInstruction' Missing documentation for: Module header gTypeProcessingInstruction (src/JSDOM/Types.hs:21970) 60% ( 3 / 5) in 'JSDOM.Generated.PositionErrorCallback' Missing documentation for: Module header PositionErrorCallback (src/JSDOM/Types.hs:1338) 37% ( 3 / 8) in 'JSDOM.Generated.PositionError' Missing documentation for: Module header PERMISSION_DENIED (src/JSDOM/Generated/PositionError.hs:23) POSITION_UNAVAILABLE (src/JSDOM/Generated/PositionError.hs:24) TIMEOUT (src/JSDOM/Generated/PositionError.hs:25) gTypePositionError (src/JSDOM/Types.hs:21884) 60% ( 3 / 5) in 'JSDOM.Generated.PositionCallback' Missing documentation for: Module header PositionCallback (src/JSDOM/Types.hs:1333) 60% ( 3 / 5) in 'JSDOM.Generated.PopStateEvent' Missing documentation for: Module header gTypePopStateEvent (src/JSDOM/Types.hs:21806) 84% ( 11 / 13) in 'JSDOM.Generated.PluginArray' Missing documentation for: Module header gTypePluginArray (src/JSDOM/Types.hs:21765) 86% ( 13 / 15) in 'JSDOM.Generated.Plugin' Missing documentation for: Module header gTypePlugin (src/JSDOM/Types.hs:21728) 91% ( 22 / 24) in 'JSDOM.Generated.PerformanceTiming' Missing documentation for: Module header gTypePerformanceTiming (src/JSDOM/Types.hs:21654) 88% ( 15 / 17) in 'JSDOM.Generated.PerformanceResourceTiming' Missing documentation for: Module header gTypePerformanceResourceTiming (src/JSDOM/Types.hs:21617) 77% ( 7 / 9) in 'JSDOM.Generated.PerformanceObserverEntryList' Missing documentation for: Module header gTypePerformanceObserverEntryList (src/JSDOM/Types.hs:21539) 60% ( 3 / 5) in 'JSDOM.Generated.PerformanceObserverCallback' Missing documentation for: Module header PerformanceObserverCallback (src/JSDOM/Types.hs:1343) 66% ( 4 / 6) in 'JSDOM.Generated.PerformanceObserver' Missing documentation for: Module header gTypePerformanceObserver (src/JSDOM/Types.hs:21502) 33% ( 3 / 9) in 'JSDOM.Generated.PerformanceNavigation' Missing documentation for: Module header TYPE_NAVIGATE (src/JSDOM/Generated/PerformanceNavigation.hs:24) TYPE_RELOAD (src/JSDOM/Generated/PerformanceNavigation.hs:25) TYPE_BACK_FORWARD (src/JSDOM/Generated/PerformanceNavigation.hs:26) TYPE_RESERVED (src/JSDOM/Generated/PerformanceNavigation.hs:27) gTypePerformanceNavigation (src/JSDOM/Types.hs:21465) 55% ( 5 / 9) in 'JSDOM.Generated.PerformanceEntry' Missing documentation for: Module header gTypePerformanceEntry (src/JSDOM/Types.hs:21346) IsPerformanceEntry (src/JSDOM/Types.hs:21332) toPerformanceEntry (src/JSDOM/Types.hs:21334) 90% ( 18 / 20) in 'JSDOM.Generated.Performance' Missing documentation for: Module header gTypePerformance (src/JSDOM/Types.hs:21304) 75% ( 6 / 8) in 'JSDOM.Generated.Path2D' Missing documentation for: Module header gTypePath2D (src/JSDOM/Types.hs:21222) 84% ( 11 / 13) in 'JSDOM.Generated.PasswordCredential' Missing documentation for: Module header gTypePasswordCredential (src/JSDOM/Types.hs:21138) 80% ( 17 / 21) in 'JSDOM.Generated.ParentNode' Missing documentation for: Module header gTypeParentNode (src/JSDOM/Types.hs:21095) IsParentNode (src/JSDOM/Types.hs:21081) toParentNode (src/JSDOM/Types.hs:21083) 90% ( 20 / 22) in 'JSDOM.Generated.PannerNode' Missing documentation for: Module header gTypePannerNode (src/JSDOM/Types.hs:21053) 60% ( 3 / 5) in 'JSDOM.Generated.PageTransitionEvent' Missing documentation for: Module header gTypePageTransitionEvent (src/JSDOM/Types.hs:20969) 50% ( 5 / 10) in 'JSDOM.Generated.OverflowEvent' Missing documentation for: Module header HORIZONTAL (src/JSDOM/Generated/OverflowEvent.hs:32) VERTICAL (src/JSDOM/Generated/OverflowEvent.hs:33) BOTH (src/JSDOM/Generated/OverflowEvent.hs:34) gTypeOverflowEvent (src/JSDOM/Types.hs:20887) 71% ( 5 / 7) in 'JSDOM.Generated.OverconstrainedErrorEvent' Missing documentation for: Module header gTypeOverconstrainedErrorEvent (src/JSDOM/Types.hs:20805) 66% ( 4 / 6) in 'JSDOM.Generated.OverconstrainedError' Missing documentation for: Module header gTypeOverconstrainedError (src/JSDOM/Types.hs:20764) 62% ( 10 / 16) in 'JSDOM.Generated.OscillatorNode' Missing documentation for: Module header UNSCHEDULED_STATE (src/JSDOM/Generated/OscillatorNode.hs:40) SCHEDULED_STATE (src/JSDOM/Generated/OscillatorNode.hs:41) PLAYING_STATE (src/JSDOM/Generated/OscillatorNode.hs:42) FINISHED_STATE (src/JSDOM/Generated/OscillatorNode.hs:43) gTypeOscillatorNode (src/JSDOM/Types.hs:20727) 50% ( 2 / 4) in 'JSDOM.Generated.OfflineAudioContext' Missing documentation for: Module header gTypeOfflineAudioContext (src/JSDOM/Types.hs:20684) 50% ( 2 / 4) in 'JSDOM.Generated.OfflineAudioCompletionEvent' Missing documentation for: Module header gTypeOfflineAudioCompletionEvent (src/JSDOM/Types.hs:20641) 70% ( 7 / 10) in 'JSDOM.Generated.OESVertexArrayObject' Missing documentation for: Module header VERTEX_ARRAY_BINDING_OES (src/JSDOM/Generated/OESVertexArrayObject.hs:70) gTypeOESVertexArrayObject (src/JSDOM/Types.hs:20600) 25% ( 1 / 4) in 'JSDOM.Generated.OESTextureHalfFloat' Missing documentation for: Module header HALF_FLOAT_OES (src/JSDOM/Generated/OESTextureHalfFloat.hs:22) gTypeOESTextureHalfFloat (src/JSDOM/Types.hs:20526) 25% ( 1 / 4) in 'JSDOM.Generated.OESStandardDerivatives' Missing documentation for: Module header FRAGMENT_SHADER_DERIVATIVE_HINT_OES (src/JSDOM/Generated/OESStandardDerivatives.hs:22) gTypeOESStandardDerivatives (src/JSDOM/Types.hs:20415) 60% ( 3 / 5) in 'JSDOM.Generated.NotificationPermissionCallback' Missing documentation for: Module header NotificationPermissionCallback (src/JSDOM/Types.hs:1326) 86% ( 13 / 15) in 'JSDOM.Generated.Notification' Missing documentation for: Module header gTypeNotification (src/JSDOM/Types.hs:20304) 55% ( 5 / 9) in 'JSDOM.Generated.NonElementParentNode' Missing documentation for: Module header gTypeNonElementParentNode (src/JSDOM/Types.hs:20263) IsNonElementParentNode (src/JSDOM/Types.hs:20249) toNonElementParentNode (src/JSDOM/Types.hs:20251) 63% ( 7 / 11) in 'JSDOM.Generated.NonDocumentTypeChildNode' Missing documentation for: Module header gTypeNonDocumentTypeChildNode (src/JSDOM/Types.hs:20221) IsNonDocumentTypeChildNode (src/JSDOM/Types.hs:20207) toNonDocumentTypeChildNode (src/JSDOM/Types.hs:20209) 60% ( 6 / 10) in 'JSDOM.Generated.NodeList' Missing documentation for: Module header gTypeNodeList (src/JSDOM/Types.hs:20179) IsNodeList (src/JSDOM/Types.hs:20165) toNodeList (src/JSDOM/Types.hs:20167) 87% ( 14 / 16) in 'JSDOM.Generated.NodeIterator' Missing documentation for: Module header gTypeNodeIterator (src/JSDOM/Types.hs:20137) 14% ( 3 / 21) in 'JSDOM.Generated.NodeFilter' Missing documentation for: Module header FILTER_ACCEPT (src/JSDOM/Generated/NodeFilter.hs:57) FILTER_REJECT (src/JSDOM/Generated/NodeFilter.hs:58) FILTER_SKIP (src/JSDOM/Generated/NodeFilter.hs:59) SHOW_ALL (src/JSDOM/Generated/NodeFilter.hs:60) SHOW_ELEMENT (src/JSDOM/Generated/NodeFilter.hs:61) SHOW_ATTRIBUTE (src/JSDOM/Generated/NodeFilter.hs:62) SHOW_TEXT (src/JSDOM/Generated/NodeFilter.hs:63) SHOW_CDATA_SECTION (src/JSDOM/Generated/NodeFilter.hs:64) SHOW_ENTITY_REFERENCE (src/JSDOM/Generated/NodeFilter.hs:65) SHOW_ENTITY (src/JSDOM/Generated/NodeFilter.hs:66) SHOW_PROCESSING_INSTRUCTION (src/JSDOM/Generated/NodeFilter.hs:67) SHOW_COMMENT (src/JSDOM/Generated/NodeFilter.hs:68) SHOW_DOCUMENT (src/JSDOM/Generated/NodeFilter.hs:69) SHOW_DOCUMENT_TYPE (src/JSDOM/Generated/NodeFilter.hs:70) SHOW_DOCUMENT_FRAGMENT (src/JSDOM/Generated/NodeFilter.hs:71) SHOW_NOTATION (src/JSDOM/Generated/NodeFilter.hs:72) NodeFilter (src/JSDOM/Types.hs:1328) 75% ( 68 / 90) in 'JSDOM.Generated.Node' Missing documentation for: Module header ELEMENT_NODE (src/JSDOM/Generated/Node.hs:328) ATTRIBUTE_NODE (src/JSDOM/Generated/Node.hs:329) TEXT_NODE (src/JSDOM/Generated/Node.hs:330) CDATA_SECTION_NODE (src/JSDOM/Generated/Node.hs:331) ENTITY_REFERENCE_NODE (src/JSDOM/Generated/Node.hs:332) ENTITY_NODE (src/JSDOM/Generated/Node.hs:333) PROCESSING_INSTRUCTION_NODE (src/JSDOM/Generated/Node.hs:334) COMMENT_NODE (src/JSDOM/Generated/Node.hs:335) DOCUMENT_NODE (src/JSDOM/Generated/Node.hs:336) DOCUMENT_TYPE_NODE (src/JSDOM/Generated/Node.hs:337) DOCUMENT_FRAGMENT_NODE (src/JSDOM/Generated/Node.hs:338) NOTATION_NODE (src/JSDOM/Generated/Node.hs:339) DOCUMENT_POSITION_DISCONNECTED (src/JSDOM/Generated/Node.hs:340) DOCUMENT_POSITION_PRECEDING (src/JSDOM/Generated/Node.hs:341) DOCUMENT_POSITION_FOLLOWING (src/JSDOM/Generated/Node.hs:342) DOCUMENT_POSITION_CONTAINS (src/JSDOM/Generated/Node.hs:343) DOCUMENT_POSITION_CONTAINED_BY (src/JSDOM/Generated/Node.hs:344) DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC (src/JSDOM/Generated/Node.hs:345) gTypeNode (src/JSDOM/Types.hs:20100) IsNode (src/JSDOM/Types.hs:20085) toNode (src/JSDOM/Types.hs:20087) 60% ( 3 / 5) in 'JSDOM.Generated.NavigatorUserMediaSuccessCallback' Missing documentation for: Module header NavigatorUserMediaSuccessCallback (src/JSDOM/Types.hs:1321) 60% ( 3 / 5) in 'JSDOM.Generated.NavigatorUserMediaErrorCallback' Missing documentation for: Module header NavigatorUserMediaErrorCallback (src/JSDOM/Types.hs:1316) 50% ( 2 / 4) in 'JSDOM.Generated.NavigatorUserMediaError' Missing documentation for: Module header gTypeNavigatorUserMediaError (src/JSDOM/Types.hs:20054) 33% ( 2 / 6) in 'JSDOM.Generated.NavigatorOnLine' Missing documentation for: Module header gTypeNavigatorOnLine (src/JSDOM/Types.hs:20013) IsNavigatorOnLine (src/JSDOM/Types.hs:19999) toNavigatorOnLine (src/JSDOM/Types.hs:20001) 42% ( 3 / 7) in 'JSDOM.Generated.NavigatorLanguage' Missing documentation for: Module header gTypeNavigatorLanguage (src/JSDOM/Types.hs:19971) IsNavigatorLanguage (src/JSDOM/Types.hs:19957) toNavigatorLanguage (src/JSDOM/Types.hs:19959) 71% ( 10 / 14) in 'JSDOM.Generated.NavigatorID' Missing documentation for: Module header gTypeNavigatorID (src/JSDOM/Types.hs:19929) IsNavigatorID (src/JSDOM/Types.hs:19915) toNavigatorID (src/JSDOM/Types.hs:19917) 33% ( 2 / 6) in 'JSDOM.Generated.NavigatorConcurrentHardware' Missing documentation for: Module header gTypeNavigatorConcurrentHardware (src/JSDOM/Types.hs:19887) IsNavigatorConcurrentHardware (src/JSDOM/Types.hs:19873) toNavigatorConcurrentHardware (src/JSDOM/Types.hs:19875) 92% ( 25 / 27) in 'JSDOM.Generated.Navigator' Missing documentation for: Module header gTypeNavigator (src/JSDOM/Types.hs:19845) 92% ( 26 / 28) in 'JSDOM.Generated.NamedNodeMap' Missing documentation for: Module header gTypeNamedNodeMap (src/JSDOM/Types.hs:19798) 90% ( 20 / 22) in 'JSDOM.Generated.MutationRecord' Missing documentation for: Module header gTypeMutationRecord (src/JSDOM/Types.hs:19761) 75% ( 6 / 8) in 'JSDOM.Generated.MutationObserver' Missing documentation for: Module header gTypeMutationObserver (src/JSDOM/Types.hs:19687) 64% ( 9 / 14) in 'JSDOM.Generated.MutationEvent' Missing documentation for: Module header MODIFICATION (src/JSDOM/Generated/MutationEvent.hs:44) ADDITION (src/JSDOM/Generated/MutationEvent.hs:45) REMOVAL (src/JSDOM/Generated/MutationEvent.hs:46) gTypeMutationEvent (src/JSDOM/Types.hs:19650) 83% ( 10 / 12) in 'JSDOM.Generated.MimeTypeArray' Missing documentation for: Module header gTypeMimeTypeArray (src/JSDOM/Types.hs:19511) 71% ( 5 / 7) in 'JSDOM.Generated.MimeType' Missing documentation for: Module header gTypeMimeType (src/JSDOM/Types.hs:19474) 71% ( 5 / 7) in 'JSDOM.Generated.MessagePort' Missing documentation for: Module header gTypeMessagePort (src/JSDOM/Types.hs:19437) 83% ( 10 / 12) in 'JSDOM.Generated.MessageEvent' Missing documentation for: Module header gTypeMessageEvent (src/JSDOM/Types.hs:19355) 66% ( 4 / 6) in 'JSDOM.Generated.MessageChannel' Missing documentation for: Module header gTypeMessageChannel (src/JSDOM/Types.hs:19314) 60% ( 3 / 5) in 'JSDOM.Generated.MediaStreamTrackEvent' Missing documentation for: Module header gTypeMediaStreamTrackEvent (src/JSDOM/Types.hs:19042) 84% ( 22 / 26) in 'JSDOM.Generated.MediaStreamTrack' Missing documentation for: Module header gTypeMediaStreamTrack (src/JSDOM/Types.hs:19001) IsMediaStreamTrack (src/JSDOM/Types.hs:18986) toMediaStreamTrack (src/JSDOM/Types.hs:18988) 71% ( 5 / 7) in 'JSDOM.Generated.MediaStreamEvent' Missing documentation for: Module header gTypeMediaStreamEvent (src/JSDOM/Types.hs:18914) 50% ( 2 / 4) in 'JSDOM.Generated.MediaStreamAudioSourceNode' Missing documentation for: Module header gTypeMediaStreamAudioSourceNode (src/JSDOM/Types.hs:18836) 50% ( 2 / 4) in 'JSDOM.Generated.MediaStreamAudioDestinationNode' Missing documentation for: Module header gTypeMediaStreamAudioDestinationNode (src/JSDOM/Types.hs:18793) 91% ( 22 / 24) in 'JSDOM.Generated.MediaStream' Missing documentation for: Module header gTypeMediaStream (src/JSDOM/Types.hs:18750) 90% ( 18 / 20) in 'JSDOM.Generated.MediaSource' Missing documentation for: Module header gTypeMediaSource (src/JSDOM/Types.hs:18709) 80% ( 8 / 10) in 'JSDOM.Generated.MediaSession' Missing documentation for: Module header gTypeMediaSession (src/JSDOM/Types.hs:18668) 80% ( 8 / 10) in 'JSDOM.Generated.MediaRemoteControls' Missing documentation for: Module header gTypeMediaRemoteControls (src/JSDOM/Types.hs:18631) 60% ( 3 / 5) in 'JSDOM.Generated.MediaQueryListListener' Missing documentation for: Module header MediaQueryListListener (src/JSDOM/Types.hs:1306) 71% ( 5 / 7) in 'JSDOM.Generated.MediaQueryList' Missing documentation for: Module header gTypeMediaQueryList (src/JSDOM/Types.hs:18590) 83% ( 10 / 12) in 'JSDOM.Generated.MediaList' Missing documentation for: Module header gTypeMediaList (src/JSDOM/Types.hs:18516) 71% ( 5 / 7) in 'JSDOM.Generated.MediaKeys' Missing documentation for: Module header gTypeMediaKeys (src/JSDOM/Types.hs:18479) 75% ( 6 / 8) in 'JSDOM.Generated.MediaKeySystemAccess' Missing documentation for: Module header gTypeMediaKeySystemAccess (src/JSDOM/Types.hs:18368) 75% ( 6 / 8) in 'JSDOM.Generated.MediaKeyStatusMap' Missing documentation for: Module header gTypeMediaKeyStatusMap (src/JSDOM/Types.hs:18331) 86% ( 13 / 15) in 'JSDOM.Generated.MediaKeySession' Missing documentation for: Module header gTypeMediaKeySession (src/JSDOM/Types.hs:18294) 66% ( 4 / 6) in 'JSDOM.Generated.MediaKeyMessageEvent' Missing documentation for: Module header gTypeMediaKeyMessageEvent (src/JSDOM/Types.hs:18212) 25% ( 2 / 8) in 'JSDOM.Generated.MediaError' Missing documentation for: Module header MEDIA_ERR_ABORTED (src/JSDOM/Generated/MediaError.hs:23) MEDIA_ERR_NETWORK (src/JSDOM/Generated/MediaError.hs:24) MEDIA_ERR_DECODE (src/JSDOM/Generated/MediaError.hs:25) MEDIA_ERR_SRC_NOT_SUPPORTED (src/JSDOM/Generated/MediaError.hs:26) gTypeMediaError (src/JSDOM/Types.hs:18171) 75% ( 6 / 8) in 'JSDOM.Generated.MediaEncryptedEvent' Missing documentation for: Module header gTypeMediaEncryptedEvent (src/JSDOM/Types.hs:18093) 50% ( 2 / 4) in 'JSDOM.Generated.MediaElementAudioSourceNode' Missing documentation for: Module header gTypeMediaElementAudioSourceNode (src/JSDOM/Types.hs:18052) 80% ( 8 / 10) in 'JSDOM.Generated.MediaDevices' Missing documentation for: Module header gTypeMediaDevices (src/JSDOM/Types.hs:18009) 75% ( 6 / 8) in 'JSDOM.Generated.MediaDeviceInfo' Missing documentation for: Module header gTypeMediaDeviceInfo (src/JSDOM/Types.hs:17972) 93% ( 31 / 33) in 'JSDOM.Generated.MediaControlsHost' Missing documentation for: Module header gTypeMediaControlsHost (src/JSDOM/Types.hs:17935) 91% ( 21 / 23) in 'JSDOM.Generated.MediaController' Missing documentation for: Module header gTypeMediaController (src/JSDOM/Types.hs:17898) 91% ( 22 / 24) in 'JSDOM.Generated.Location' Missing documentation for: Module header gTypeLocation (src/JSDOM/Types.hs:17815) 50% ( 2 / 4) in 'JSDOM.Generated.KeyframeEffect' Missing documentation for: Module header gTypeKeyframeEffect (src/JSDOM/Types.hs:17778) 76% ( 20 / 26) in 'JSDOM.Generated.KeyboardEvent' Missing documentation for: Module header DOM_KEY_LOCATION_STANDARD (src/JSDOM/Generated/KeyboardEvent.hs:71) DOM_KEY_LOCATION_LEFT (src/JSDOM/Generated/KeyboardEvent.hs:72) DOM_KEY_LOCATION_RIGHT (src/JSDOM/Generated/KeyboardEvent.hs:73) DOM_KEY_LOCATION_NUMPAD (src/JSDOM/Generated/KeyboardEvent.hs:74) gTypeKeyboardEvent (src/JSDOM/Types.hs:17692) 80% ( 8 / 10) in 'JSDOM.Generated.IntersectionObserverEntry' Missing documentation for: Module header gTypeIntersectionObserverEntry (src/JSDOM/Types.hs:17538) 60% ( 3 / 5) in 'JSDOM.Generated.IntersectionObserverCallback' Missing documentation for: Module header IntersectionObserverCallback (src/JSDOM/Types.hs:1301) 85% ( 12 / 14) in 'JSDOM.Generated.IntersectionObserver' Missing documentation for: Module header gTypeIntersectionObserver (src/JSDOM/Types.hs:17501) 95% ( 42 / 44) in 'JSDOM.Generated.InspectorFrontendHost' Missing documentation for: Module header gTypeInspectorFrontendHost (src/JSDOM/Types.hs:17464) 84% ( 11 / 13) in 'JSDOM.Generated.InputEvent' Missing documentation for: Module header gTypeInputEvent (src/JSDOM/Types.hs:17384) 75% ( 6 / 8) in 'JSDOM.Generated.ImageData' Missing documentation for: Module header gTypeImageData (src/JSDOM/Types.hs:17341) 75% ( 6 / 8) in 'JSDOM.Generated.IDBVersionChangeEvent' Missing documentation for: Module header gTypeIDBVersionChangeEvent (src/JSDOM/Types.hs:17263) 84% ( 11 / 13) in 'JSDOM.Generated.IDBTransaction' Missing documentation for: Module header gTypeIDBTransaction (src/JSDOM/Types.hs:17222) 77% ( 14 / 18) in 'JSDOM.Generated.IDBRequest' Missing documentation for: Module header gTypeIDBRequest (src/JSDOM/Types.hs:17181) IsIDBRequest (src/JSDOM/Types.hs:17166) toIDBRequest (src/JSDOM/Types.hs:17168) 60% ( 3 / 5) in 'JSDOM.Generated.IDBOpenDBRequest' Missing documentation for: Module header gTypeIDBOpenDBRequest (src/JSDOM/Types.hs:17135) 96% ( 52 / 54) in 'JSDOM.Generated.IDBObjectStore' Missing documentation for: Module header gTypeIDBObjectStore (src/JSDOM/Types.hs:17055) 88% ( 15 / 17) in 'JSDOM.Generated.IDBKeyRange' Missing documentation for: Module header gTypeIDBKeyRange (src/JSDOM/Types.hs:17018) 94% ( 37 / 39) in 'JSDOM.Generated.IDBIndex' Missing documentation for: Module header gTypeIDBIndex (src/JSDOM/Types.hs:16944) 77% ( 7 / 9) in 'JSDOM.Generated.IDBFactory' Missing documentation for: Module header gTypeIDBFactory (src/JSDOM/Types.hs:16907) 87% ( 14 / 16) in 'JSDOM.Generated.IDBDatabase' Missing documentation for: Module header gTypeIDBDatabase (src/JSDOM/Types.hs:16870) 50% ( 2 / 4) in 'JSDOM.Generated.IDBCursorWithValue' Missing documentation for: Module header gTypeIDBCursorWithValue (src/JSDOM/Types.hs:16829) 75% ( 12 / 16) in 'JSDOM.Generated.IDBCursor' Missing documentation for: Module header gTypeIDBCursor (src/JSDOM/Types.hs:16788) IsIDBCursor (src/JSDOM/Types.hs:16774) toIDBCursor (src/JSDOM/Types.hs:16776) 83% ( 10 / 12) in 'JSDOM.Generated.History' Missing documentation for: Module header gTypeHistory (src/JSDOM/Types.hs:16664) 83% ( 10 / 12) in 'JSDOM.Generated.Headers' Missing documentation for: Module header gTypeHeaders (src/JSDOM/Types.hs:16627) 71% ( 5 / 7) in 'JSDOM.Generated.HashChangeEvent' Missing documentation for: Module header gTypeHashChangeEvent (src/JSDOM/Types.hs:16549) 92% ( 25 / 27) in 'JSDOM.Generated.HTMLVideoElement' Missing documentation for: Module header gTypeHTMLVideoElement (src/JSDOM/Types.hs:16508) 71% ( 5 / 7) in 'JSDOM.Generated.HTMLUListElement' Missing documentation for: Module header gTypeHTMLUListElement (src/JSDOM/Types.hs:16380) 68% ( 13 / 19) in 'JSDOM.Generated.HTMLTrackElement' Missing documentation for: Module header NONE (src/JSDOM/Generated/HTMLTrackElement.hs:24) LOADING (src/JSDOM/Generated/HTMLTrackElement.hs:25) LOADED (src/JSDOM/Generated/HTMLTrackElement.hs:26) ERROR (src/JSDOM/Generated/HTMLTrackElement.hs:27) gTypeHTMLTrackElement (src/JSDOM/Types.hs:16317) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLTitleElement' Missing documentation for: Module header gTypeHTMLTitleElement (src/JSDOM/Types.hs:16254) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLTimeElement' Missing documentation for: Module header gTypeHTMLTimeElement (src/JSDOM/Types.hs:16191) 96% ( 53 / 55) in 'JSDOM.Generated.HTMLTextAreaElement' Missing documentation for: Module header gTypeHTMLTextAreaElement (src/JSDOM/Types.hs:16128) 50% ( 2 / 4) in 'JSDOM.Generated.HTMLTemplateElement' Missing documentation for: Module header gTypeHTMLTemplateElement (src/JSDOM/Types.hs:16065) 86% ( 13 / 15) in 'JSDOM.Generated.HTMLTableSectionElement' Missing documentation for: Module header gTypeHTMLTableSectionElement (src/JSDOM/Types.hs:16002) 89% ( 17 / 19) in 'JSDOM.Generated.HTMLTableRowElement' Missing documentation for: Module header gTypeHTMLTableRowElement (src/JSDOM/Types.hs:15939) 95% ( 47 / 49) in 'JSDOM.Generated.HTMLTableElement' Missing documentation for: Module header gTypeHTMLTableElement (src/JSDOM/Types.hs:15876) 86% ( 13 / 15) in 'JSDOM.Generated.HTMLTableColElement' Missing documentation for: Module header gTypeHTMLTableColElement (src/JSDOM/Types.hs:15813) 93% ( 30 / 32) in 'JSDOM.Generated.HTMLTableCellElement' Missing documentation for: Module header gTypeHTMLTableCellElement (src/JSDOM/Types.hs:15750) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLTableCaptionElement' Missing documentation for: Module header gTypeHTMLTableCaptionElement (src/JSDOM/Types.hs:15687) 83% ( 10 / 12) in 'JSDOM.Generated.HTMLStyleElement' Missing documentation for: Module header gTypeHTMLStyleElement (src/JSDOM/Types.hs:15624) 84% ( 11 / 13) in 'JSDOM.Generated.HTMLSourceElement' Missing documentation for: Module header gTypeHTMLSourceElement (src/JSDOM/Types.hs:15498) 71% ( 5 / 7) in 'JSDOM.Generated.HTMLSlotElement' Missing documentation for: Module header gTypeHTMLSlotElement (src/JSDOM/Types.hs:15435) 95% ( 47 / 49) in 'JSDOM.Generated.HTMLSelectElement' Missing documentation for: Module header gTypeHTMLSelectElement (src/JSDOM/Types.hs:15372) 93% ( 27 / 29) in 'JSDOM.Generated.HTMLScriptElement' Missing documentation for: Module header gTypeHTMLScriptElement (src/JSDOM/Types.hs:15309) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLQuoteElement' Missing documentation for: Module header gTypeHTMLQuoteElement (src/JSDOM/Types.hs:15246) 77% ( 7 / 9) in 'JSDOM.Generated.HTMLProgressElement' Missing documentation for: Module header gTypeHTMLProgressElement (src/JSDOM/Types.hs:15183) 71% ( 5 / 7) in 'JSDOM.Generated.HTMLPreElement' Missing documentation for: Module header gTypeHTMLPreElement (src/JSDOM/Types.hs:15120) 81% ( 9 / 11) in 'JSDOM.Generated.HTMLParamElement' Missing documentation for: Module header gTypeHTMLParamElement (src/JSDOM/Types.hs:14994) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLParagraphElement' Missing documentation for: Module header gTypeHTMLParagraphElement (src/JSDOM/Types.hs:14931) 90% ( 19 / 21) in 'JSDOM.Generated.HTMLOutputElement' Missing documentation for: Module header gTypeHTMLOutputElement (src/JSDOM/Types.hs:14868) 88% ( 15 / 17) in 'JSDOM.Generated.HTMLOptionsCollection' Missing documentation for: Module header gTypeHTMLOptionsCollection (src/JSDOM/Types.hs:14805) 88% ( 15 / 17) in 'JSDOM.Generated.HTMLOptionElement' Missing documentation for: Module header gTypeHTMLOptionElement (src/JSDOM/Types.hs:14764) 71% ( 5 / 7) in 'JSDOM.Generated.HTMLOptGroupElement' Missing documentation for: Module header gTypeHTMLOptGroupElement (src/JSDOM/Types.hs:14701) 95% ( 45 / 47) in 'JSDOM.Generated.HTMLObjectElement' Missing documentation for: Module header gTypeHTMLObjectElement (src/JSDOM/Types.hs:14638) 81% ( 9 / 11) in 'JSDOM.Generated.HTMLOListElement' Missing documentation for: Module header gTypeHTMLOListElement (src/JSDOM/Types.hs:14575) 71% ( 5 / 7) in 'JSDOM.Generated.HTMLModElement' Missing documentation for: Module header gTypeHTMLModElement (src/JSDOM/Types.hs:14512) 87% ( 14 / 16) in 'JSDOM.Generated.HTMLMeterElement' Missing documentation for: Module header gTypeHTMLMeterElement (src/JSDOM/Types.hs:14449) 81% ( 9 / 11) in 'JSDOM.Generated.HTMLMetaElement' Missing documentation for: Module header gTypeHTMLMetaElement (src/JSDOM/Types.hs:14386) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLMenuElement' Missing documentation for: Module header gTypeHTMLMenuElement (src/JSDOM/Types.hs:14323) 86% ( 84 / 97) in 'JSDOM.Generated.HTMLMediaElement' Missing documentation for: Module header NETWORK_EMPTY (src/JSDOM/Generated/HTMLMediaElement.hs:176) NETWORK_IDLE (src/JSDOM/Generated/HTMLMediaElement.hs:177) NETWORK_LOADING (src/JSDOM/Generated/HTMLMediaElement.hs:178) NETWORK_NO_SOURCE (src/JSDOM/Generated/HTMLMediaElement.hs:179) HAVE_NOTHING (src/JSDOM/Generated/HTMLMediaElement.hs:180) HAVE_METADATA (src/JSDOM/Generated/HTMLMediaElement.hs:181) HAVE_CURRENT_DATA (src/JSDOM/Generated/HTMLMediaElement.hs:182) HAVE_FUTURE_DATA (src/JSDOM/Generated/HTMLMediaElement.hs:183) HAVE_ENOUGH_DATA (src/JSDOM/Generated/HTMLMediaElement.hs:184) gTypeHTMLMediaElement (src/JSDOM/Types.hs:14260) IsHTMLMediaElement (src/JSDOM/Types.hs:14234) toHTMLMediaElement (src/JSDOM/Types.hs:14236) 92% ( 25 / 27) in 'JSDOM.Generated.HTMLMarqueeElement' Missing documentation for: Module header gTypeHTMLMarqueeElement (src/JSDOM/Types.hs:14192) 66% ( 4 / 6) in 'JSDOM.Generated.HTMLMapElement' Missing documentation for: Module header gTypeHTMLMapElement (src/JSDOM/Types.hs:14129) 94% ( 32 / 34) in 'JSDOM.Generated.HTMLLinkElement' Missing documentation for: Module header gTypeHTMLLinkElement (src/JSDOM/Types.hs:14066) 66% ( 4 / 6) in 'JSDOM.Generated.HTMLLegendElement' Missing documentation for: Module header gTypeHTMLLegendElement (src/JSDOM/Types.hs:14003) 71% ( 5 / 7) in 'JSDOM.Generated.HTMLLabelElement' Missing documentation for: Module header gTypeHTMLLabelElement (src/JSDOM/Types.hs:13940) 71% ( 5 / 7) in 'JSDOM.Generated.HTMLLIElement' Missing documentation for: Module header gTypeHTMLLIElement (src/JSDOM/Types.hs:13877) 91% ( 22 / 24) in 'JSDOM.Generated.HTMLKeygenElement' Missing documentation for: Module header gTypeHTMLKeygenElement (src/JSDOM/Types.hs:13814) 98% (106 /108) in 'JSDOM.Generated.HTMLInputElement' Missing documentation for: Module header gTypeHTMLInputElement (src/JSDOM/Types.hs:13751) 95% ( 41 / 43) in 'JSDOM.Generated.HTMLImageElement' Missing documentation for: Module header gTypeHTMLImageElement (src/JSDOM/Types.hs:13688) 93% ( 30 / 32) in 'JSDOM.Generated.HTMLIFrameElement' Missing documentation for: Module header gTypeHTMLIFrameElement (src/JSDOM/Types.hs:13625) 84% ( 22 / 26) in 'JSDOM.Generated.HTMLHyperlinkElementUtils' Missing documentation for: Module header gTypeHTMLHyperlinkElementUtils (src/JSDOM/Types.hs:13562) IsHTMLHyperlinkElementUtils (src/JSDOM/Types.hs:13548) toHTMLHyperlinkElementUtils (src/JSDOM/Types.hs:13550) 71% ( 5 / 7) in 'JSDOM.Generated.HTMLHtmlElement' Missing documentation for: Module header gTypeHTMLHtmlElement (src/JSDOM/Types.hs:13520) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLHeadingElement' Missing documentation for: Module header gTypeHTMLHeadingElement (src/JSDOM/Types.hs:13457) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLHeadElement' Missing documentation for: Module header gTypeHTMLHeadElement (src/JSDOM/Types.hs:13394) 84% ( 11 / 13) in 'JSDOM.Generated.HTMLHRElement' Missing documentation for: Module header gTypeHTMLHRElement (src/JSDOM/Types.hs:13331) 89% ( 17 / 19) in 'JSDOM.Generated.HTMLFrameSetElement' Missing documentation for: Module header gTypeHTMLFrameSetElement (src/JSDOM/Types.hs:13268) 93% ( 27 / 29) in 'JSDOM.Generated.HTMLFrameElement' Missing documentation for: Module header gTypeHTMLFrameElement (src/JSDOM/Types.hs:13203) 94% ( 36 / 38) in 'JSDOM.Generated.HTMLFormElement' Missing documentation for: Module header gTypeHTMLFormElement (src/JSDOM/Types.hs:13140) 81% ( 9 / 11) in 'JSDOM.Generated.HTMLFormControlsCollection' Missing documentation for: Module header gTypeHTMLFormControlsCollection (src/JSDOM/Types.hs:13077) 77% ( 7 / 9) in 'JSDOM.Generated.HTMLFontElement' Missing documentation for: Module header gTypeHTMLFontElement (src/JSDOM/Types.hs:13036) 88% ( 16 / 18) in 'JSDOM.Generated.HTMLFieldSetElement' Missing documentation for: Module header gTypeHTMLFieldSetElement (src/JSDOM/Types.hs:12973) 88% ( 15 / 17) in 'JSDOM.Generated.HTMLEmbedElement' Missing documentation for: Module header gTypeHTMLEmbedElement (src/JSDOM/Types.hs:12910) 91% ( 44 / 48) in 'JSDOM.Generated.HTMLElement' Missing documentation for: Module header gTypeHTMLElement (src/JSDOM/Types.hs:12847) IsHTMLElement (src/JSDOM/Types.hs:12822) toHTMLElement (src/JSDOM/Types.hs:12824) 90% ( 19 / 21) in 'JSDOM.Generated.HTMLDocument' Missing documentation for: Module header gTypeHTMLDocument (src/JSDOM/Types.hs:12781) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLDivElement' Missing documentation for: Module header gTypeHTMLDivElement (src/JSDOM/Types.hs:12726) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLDirectoryElement' Missing documentation for: Module header gTypeHTMLDirectoryElement (src/JSDOM/Types.hs:12663) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLDetailsElement' Missing documentation for: Module header gTypeHTMLDetailsElement (src/JSDOM/Types.hs:12600) 50% ( 2 / 4) in 'JSDOM.Generated.HTMLDataListElement' Missing documentation for: Module header gTypeHTMLDataListElement (src/JSDOM/Types.hs:12537) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLDataElement' Missing documentation for: Module header gTypeHTMLDataElement (src/JSDOM/Types.hs:12474) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLDListElement' Missing documentation for: Module header gTypeHTMLDListElement (src/JSDOM/Types.hs:12411) 71% ( 10 / 14) in 'JSDOM.Generated.HTMLCollection' Missing documentation for: Module header gTypeHTMLCollection (src/JSDOM/Types.hs:12348) IsHTMLCollection (src/JSDOM/Types.hs:12334) toHTMLCollection (src/JSDOM/Types.hs:12336) 87% ( 14 / 16) in 'JSDOM.Generated.HTMLCanvasElement' Missing documentation for: Module header gTypeHTMLCanvasElement (src/JSDOM/Types.hs:12306) 93% ( 31 / 33) in 'JSDOM.Generated.HTMLButtonElement' Missing documentation for: Module header gTypeHTMLButtonElement (src/JSDOM/Types.hs:12243) 93% ( 30 / 32) in 'JSDOM.Generated.HTMLBodyElement' Missing documentation for: Module header gTypeHTMLBodyElement (src/JSDOM/Types.hs:12180) 71% ( 5 / 7) in 'JSDOM.Generated.HTMLBaseElement' Missing documentation for: Module header gTypeHTMLBaseElement (src/JSDOM/Types.hs:12115) 60% ( 3 / 5) in 'JSDOM.Generated.HTMLBRElement' Missing documentation for: Module header gTypeHTMLBRElement (src/JSDOM/Types.hs:12052) 71% ( 5 / 7) in 'JSDOM.Generated.HTMLAttachmentElement' Missing documentation for: Module header gTypeHTMLAttachmentElement (src/JSDOM/Types.hs:11924) 90% ( 18 / 20) in 'JSDOM.Generated.HTMLAreaElement' Missing documentation for: Module header gTypeHTMLAreaElement (src/JSDOM/Types.hs:11861) 92% ( 23 / 25) in 'JSDOM.Generated.HTMLAppletElement' Missing documentation for: Module header gTypeHTMLAppletElement (src/JSDOM/Types.hs:11796) 92% ( 26 / 28) in 'JSDOM.Generated.HTMLAnchorElement' Missing documentation for: Module header gTypeHTMLAnchorElement (src/JSDOM/Types.hs:11733) 83% ( 10 / 12) in 'JSDOM.Generated.HTMLAllCollection' Missing documentation for: Module header gTypeHTMLAllCollection (src/JSDOM/Types.hs:11668) 33% ( 2 / 6) in 'JSDOM.Generated.GlobalPerformance' Missing documentation for: Module header gTypeGlobalPerformance (src/JSDOM/Types.hs:11631) IsGlobalPerformance (src/JSDOM/Types.hs:11617) toGlobalPerformance (src/JSDOM/Types.hs:11619) 95% ( 80 / 84) in 'JSDOM.Generated.GlobalEventHandlers' Missing documentation for: Module header gTypeGlobalEventHandlers (src/JSDOM/Types.hs:11589) IsGlobalEventHandlers (src/JSDOM/Types.hs:11575) toGlobalEventHandlers (src/JSDOM/Types.hs:11577) 33% ( 2 / 6) in 'JSDOM.Generated.GlobalCrypto' Missing documentation for: Module header gTypeGlobalCrypto (src/JSDOM/Types.hs:11547) IsGlobalCrypto (src/JSDOM/Types.hs:11533) toGlobalCrypto (src/JSDOM/Types.hs:11535) 60% ( 3 / 5) in 'JSDOM.Generated.Geoposition' Missing documentation for: Module header gTypeGeoposition (src/JSDOM/Types.hs:11468) 71% ( 5 / 7) in 'JSDOM.Generated.Geolocation' Missing documentation for: Module header gTypeGeolocation (src/JSDOM/Types.hs:11431) 71% ( 5 / 7) in 'JSDOM.Generated.GamepadEvent' Missing documentation for: Module header gTypeGamepadEvent (src/JSDOM/Types.hs:11353) 60% ( 3 / 5) in 'JSDOM.Generated.GamepadButton' Missing documentation for: Module header gTypeGamepadButton (src/JSDOM/Types.hs:11312) 80% ( 8 / 10) in 'JSDOM.Generated.Gamepad' Missing documentation for: Module header gTypeGamepad (src/JSDOM/Types.hs:11275) 50% ( 2 / 4) in 'JSDOM.Generated.GainNode' Missing documentation for: Module header gTypeGainNode (src/JSDOM/Types.hs:11238) 66% ( 4 / 6) in 'JSDOM.Generated.FormData' Missing documentation for: Module header gTypeFormData (src/JSDOM/Types.hs:11195) 90% ( 19 / 21) in 'JSDOM.Generated.FontFaceSet' Missing documentation for: Module header gTypeFontFaceSet (src/JSDOM/Types.hs:11158) 90% ( 20 / 22) in 'JSDOM.Generated.FontFace' Missing documentation for: Module header gTypeFontFace (src/JSDOM/Types.hs:11080) 71% ( 5 / 7) in 'JSDOM.Generated.FocusEvent' Missing documentation for: Module header gTypeFocusEvent (src/JSDOM/Types.hs:11000) 83% ( 10 / 12) in 'JSDOM.Generated.FileReaderSync' Missing documentation for: Module header gTypeFileReaderSync (src/JSDOM/Types.hs:10957) 78% ( 18 / 23) in 'JSDOM.Generated.FileReader' Missing documentation for: Module header EMPTY (src/JSDOM/Generated/FileReader.hs:59) LOADING (src/JSDOM/Generated/FileReader.hs:60) DONE (src/JSDOM/Generated/FileReader.hs:61) gTypeFileReader (src/JSDOM/Types.hs:10920) 75% ( 6 / 8) in 'JSDOM.Generated.FileList' Missing documentation for: Module header gTypeFileList (src/JSDOM/Types.hs:10838) 30% ( 6 / 20) in 'JSDOM.Generated.FileException' Missing documentation for: Module header NOT_FOUND_ERR (src/JSDOM/Generated/FileException.hs:37) SECURITY_ERR (src/JSDOM/Generated/FileException.hs:38) ABORT_ERR (src/JSDOM/Generated/FileException.hs:39) NOT_READABLE_ERR (src/JSDOM/Generated/FileException.hs:40) ENCODING_ERR (src/JSDOM/Generated/FileException.hs:41) NO_MODIFICATION_ALLOWED_ERR (src/JSDOM/Generated/FileException.hs:42) INVALID_STATE_ERR (src/JSDOM/Generated/FileException.hs:43) SYNTAX_ERR (src/JSDOM/Generated/FileException.hs:44) INVALID_MODIFICATION_ERR (src/JSDOM/Generated/FileException.hs:45) QUOTA_EXCEEDED_ERR (src/JSDOM/Generated/FileException.hs:46) TYPE_MISMATCH_ERR (src/JSDOM/Generated/FileException.hs:47) PATH_EXISTS_ERR (src/JSDOM/Generated/FileException.hs:48) gTypeFileException (src/JSDOM/Types.hs:10801) 12% ( 2 / 16) in 'JSDOM.Generated.FileError' Missing documentation for: Module header NOT_FOUND_ERR (src/JSDOM/Generated/FileError.hs:26) SECURITY_ERR (src/JSDOM/Generated/FileError.hs:27) ABORT_ERR (src/JSDOM/Generated/FileError.hs:28) NOT_READABLE_ERR (src/JSDOM/Generated/FileError.hs:29) ENCODING_ERR (src/JSDOM/Generated/FileError.hs:30) NO_MODIFICATION_ALLOWED_ERR (src/JSDOM/Generated/FileError.hs:31) INVALID_STATE_ERR (src/JSDOM/Generated/FileError.hs:32) SYNTAX_ERR (src/JSDOM/Generated/FileError.hs:33) INVALID_MODIFICATION_ERR (src/JSDOM/Generated/FileError.hs:34) QUOTA_EXCEEDED_ERR (src/JSDOM/Generated/FileError.hs:35) TYPE_MISMATCH_ERR (src/JSDOM/Generated/FileError.hs:36) PATH_EXISTS_ERR (src/JSDOM/Generated/FileError.hs:37) gTypeFileError (src/JSDOM/Types.hs:10764) 66% ( 4 / 6) in 'JSDOM.Generated.File' Missing documentation for: Module header gTypeFile (src/JSDOM/Types.hs:10727) 64% ( 9 / 14) in 'JSDOM.Generated.EventSource' Missing documentation for: Module header CONNECTING (src/JSDOM/Generated/EventSource.hs:36) OPEN (src/JSDOM/Generated/EventSource.hs:37) CLOSED (src/JSDOM/Generated/EventSource.hs:38) gTypeEventSource (src/JSDOM/Types.hs:10607) 50% ( 2 / 4) in 'JSDOM.Generated.EventListener' Missing documentation for: Module header gTypeEventListener (src/JSDOM/Types.hs:10476) 77% ( 7 / 9) in 'JSDOM.Generated.ErrorEvent' Missing documentation for: Module header gTypeErrorEvent (src/JSDOM/Types.hs:10314) 33% ( 2 / 6) in 'JSDOM.Generated.ElementCSSInlineStyle' Missing documentation for: Module header gTypeElementCSSInlineStyle (src/JSDOM/Types.hs:10273) IsElementCSSInlineStyle (src/JSDOM/Types.hs:10259) toElementCSSInlineStyle (src/JSDOM/Types.hs:10261) 96% (129 /133) in 'JSDOM.Generated.Element' Missing documentation for: Module header gTypeElement (src/JSDOM/Types.hs:10231) IsElement (src/JSDOM/Types.hs:10209) toElement (src/JSDOM/Types.hs:10211) 14% ( 1 / 7) in 'JSDOM.Generated.EXTsRGB' Missing documentation for: Module header SRGB_EXT (src/JSDOM/Generated/EXTsRGB.hs:24) SRGB_ALPHA_EXT (src/JSDOM/Generated/EXTsRGB.hs:25) SRGB8_ALPHA8_EXT (src/JSDOM/Generated/EXTsRGB.hs:26) FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT (src/JSDOM/Generated/EXTsRGB.hs:27) gTypeEXTsRGB (src/JSDOM/Types.hs:10048) 20% ( 1 / 5) in 'JSDOM.Generated.EXTTextureFilterAnisotropic' Missing documentation for: Module header TEXTURE_MAX_ANISOTROPY_EXT (src/JSDOM/Generated/EXTTextureFilterAnisotropic.hs:23) MAX_TEXTURE_MAX_ANISOTROPY_EXT (src/JSDOM/Generated/EXTTextureFilterAnisotropic.hs:24) gTypeEXTTextureFilterAnisotropic (src/JSDOM/Types.hs:10011) 20% ( 1 / 5) in 'JSDOM.Generated.EXTBlendMinMax' Missing documentation for: Module header MIN_EXT (src/JSDOM/Generated/EXTBlendMinMax.hs:22) MAX_EXT (src/JSDOM/Generated/EXTBlendMinMax.hs:23) gTypeEXTBlendMinMax (src/JSDOM/Types.hs:9900) 77% ( 7 / 9) in 'JSDOM.Generated.DynamicsCompressorNode' Missing documentation for: Module header gTypeDynamicsCompressorNode (src/JSDOM/Types.hs:9863) 66% ( 4 / 6) in 'JSDOM.Generated.DocumentType' Missing documentation for: Module header gTypeDocumentType (src/JSDOM/Types.hs:9778) 50% ( 2 / 4) in 'JSDOM.Generated.DocumentTimeline' Missing documentation for: Module header gTypeDocumentTimeline (src/JSDOM/Types.hs:9733) 73% ( 11 / 15) in 'JSDOM.Generated.DocumentOrShadowRoot' Missing documentation for: Module header gTypeDocumentOrShadowRoot (src/JSDOM/Types.hs:9692) IsDocumentOrShadowRoot (src/JSDOM/Types.hs:9678) toDocumentOrShadowRoot (src/JSDOM/Types.hs:9680) 33% ( 2 / 6) in 'JSDOM.Generated.DocumentFragment' Missing documentation for: Module header gTypeDocumentFragment (src/JSDOM/Types.hs:9650) IsDocumentFragment (src/JSDOM/Types.hs:9632) toDocumentFragment (src/JSDOM/Types.hs:9634) 66% ( 8 / 12) in 'JSDOM.Generated.DocumentAndElementEventHandlers' Missing documentation for: Module header gTypeDocumentAndElementEventHandlers (src/JSDOM/Types.hs:9598) IsDocumentAndElementEventHandlers (src/JSDOM/Types.hs:9584) toDocumentAndElementEventHandlers (src/JSDOM/Types.hs:9586) 97% (175 /179) in 'JSDOM.Generated.Document' Missing documentation for: Module header gTypeDocument (src/JSDOM/Types.hs:9556) IsDocument (src/JSDOM/Types.hs:9535) toDocument (src/JSDOM/Types.hs:9537) 71% ( 5 / 7) in 'JSDOM.Generated.DeviceProximityEvent' Missing documentation for: Module header gTypeDeviceProximityEvent (src/JSDOM/Types.hs:9457) 87% ( 14 / 16) in 'JSDOM.Generated.DeviceOrientationEvent' Missing documentation for: Module header gTypeDeviceOrientationEvent (src/JSDOM/Types.hs:9416) 87% ( 14 / 16) in 'JSDOM.Generated.DeviceMotionEvent' Missing documentation for: Module header gTypeDeviceMotionEvent (src/JSDOM/Types.hs:9375) 50% ( 2 / 4) in 'JSDOM.Generated.DelayNode' Missing documentation for: Module header gTypeDelayNode (src/JSDOM/Types.hs:9334) 60% ( 3 / 5) in 'JSDOM.Generated.DedicatedWorkerGlobalScope' Missing documentation for: Module header gTypeDedicatedWorkerGlobalScope (src/JSDOM/Types.hs:9291) 60% ( 3 / 5) in 'JSDOM.Generated.DatabaseCallback' Missing documentation for: Module header DatabaseCallback (src/JSDOM/Types.hs:1296) 71% ( 5 / 7) in 'JSDOM.Generated.Database' Missing documentation for: Module header gTypeDatabase (src/JSDOM/Types.hs:9242) 77% ( 7 / 9) in 'JSDOM.Generated.DataTransferItemList' Missing documentation for: Module header gTypeDataTransferItemList (src/JSDOM/Types.hs:9205) 80% ( 8 / 10) in 'JSDOM.Generated.DataTransferItem' Missing documentation for: Module header gTypeDataTransferItem (src/JSDOM/Types.hs:9168) 86% ( 13 / 15) in 'JSDOM.Generated.DataTransfer' Missing documentation for: Module header gTypeDataTransfer (src/JSDOM/Types.hs:9131) 80% ( 8 / 10) in 'JSDOM.Generated.DataCue' Missing documentation for: Module header gTypeDataCue (src/JSDOM/Types.hs:9094) 89% ( 17 / 19) in 'JSDOM.Generated.DOMTokenList' Missing documentation for: Module header gTypeDOMTokenList (src/JSDOM/Types.hs:9051) 60% ( 3 / 5) in 'JSDOM.Generated.DOMStringMap' Missing documentation for: Module header gTypeDOMStringMap (src/JSDOM/Types.hs:9014) 80% ( 8 / 10) in 'JSDOM.Generated.DOMStringList' Missing documentation for: Module header gTypeDOMStringList (src/JSDOM/Types.hs:8977) 75% ( 12 / 16) in 'JSDOM.Generated.DOMRectReadOnly' Missing documentation for: Module header gTypeDOMRectReadOnly (src/JSDOM/Types.hs:8940) IsDOMRectReadOnly (src/JSDOM/Types.hs:8926) toDOMRectReadOnly (src/JSDOM/Types.hs:8928) 85% ( 12 / 14) in 'JSDOM.Generated.DOMRect' Missing documentation for: Module header gTypeDOMRect (src/JSDOM/Types.hs:8861) 69% ( 9 / 13) in 'JSDOM.Generated.DOMPointReadOnly' Missing documentation for: Module header gTypeDOMPointReadOnly (src/JSDOM/Types.hs:8820) IsDOMPointReadOnly (src/JSDOM/Types.hs:8806) toDOMPointReadOnly (src/JSDOM/Types.hs:8808) 86% ( 13 / 15) in 'JSDOM.Generated.DOMPoint' Missing documentation for: Module header gTypeDOMPoint (src/JSDOM/Types.hs:8741) 66% ( 4 / 6) in 'JSDOM.Generated.DOMParser' Missing documentation for: Module header gTypeDOMParser (src/JSDOM/Types.hs:8700) 83% ( 10 / 12) in 'JSDOM.Generated.DOMNamedFlowCollection' Missing documentation for: Module header gTypeDOMNamedFlowCollection (src/JSDOM/Types.hs:8663) 81% ( 9 / 11) in 'JSDOM.Generated.DOMImplementation' Missing documentation for: Module header gTypeDOMImplementation (src/JSDOM/Types.hs:8626) 20% ( 7 / 34) in 'JSDOM.Generated.DOMException' Missing documentation for: Module header INDEX_SIZE_ERR (src/JSDOM/Generated/DOMException.hs:53) DOMSTRING_SIZE_ERR (src/JSDOM/Generated/DOMException.hs:54) HIERARCHY_REQUEST_ERR (src/JSDOM/Generated/DOMException.hs:55) WRONG_DOCUMENT_ERR (src/JSDOM/Generated/DOMException.hs:56) INVALID_CHARACTER_ERR (src/JSDOM/Generated/DOMException.hs:57) NO_DATA_ALLOWED_ERR (src/JSDOM/Generated/DOMException.hs:58) NO_MODIFICATION_ALLOWED_ERR (src/JSDOM/Generated/DOMException.hs:59) NOT_FOUND_ERR (src/JSDOM/Generated/DOMException.hs:60) NOT_SUPPORTED_ERR (src/JSDOM/Generated/DOMException.hs:61) INUSE_ATTRIBUTE_ERR (src/JSDOM/Generated/DOMException.hs:62) INVALID_STATE_ERR (src/JSDOM/Generated/DOMException.hs:63) SYNTAX_ERR (src/JSDOM/Generated/DOMException.hs:64) INVALID_MODIFICATION_ERR (src/JSDOM/Generated/DOMException.hs:65) NAMESPACE_ERR (src/JSDOM/Generated/DOMException.hs:66) INVALID_ACCESS_ERR (src/JSDOM/Generated/DOMException.hs:67) VALIDATION_ERR (src/JSDOM/Generated/DOMException.hs:68) TYPE_MISMATCH_ERR (src/JSDOM/Generated/DOMException.hs:69) SECURITY_ERR (src/JSDOM/Generated/DOMException.hs:70) NETWORK_ERR (src/JSDOM/Generated/DOMException.hs:71) ABORT_ERR (src/JSDOM/Generated/DOMException.hs:72) URL_MISMATCH_ERR (src/JSDOM/Generated/DOMException.hs:73) QUOTA_EXCEEDED_ERR (src/JSDOM/Generated/DOMException.hs:74) TIMEOUT_ERR (src/JSDOM/Generated/DOMException.hs:75) INVALID_NODE_TYPE_ERR (src/JSDOM/Generated/DOMException.hs:76) DATA_CLONE_ERR (src/JSDOM/Generated/DOMException.hs:77) gTypeDOMException (src/JSDOM/Types.hs:8589) 42% ( 3 / 7) in 'JSDOM.Generated.DOMError' Missing documentation for: Module header gTypeDOMError (src/JSDOM/Types.hs:8552) IsDOMError (src/JSDOM/Types.hs:8538) toDOMError (src/JSDOM/Types.hs:8540) 66% ( 4 / 6) in 'JSDOM.Generated.CustomEvent' Missing documentation for: Module header gTypeCustomEvent (src/JSDOM/Types.hs:8469) 71% ( 5 / 7) in 'JSDOM.Generated.CustomElementRegistry' Missing documentation for: Module header gTypeCustomElementRegistry (src/JSDOM/Types.hs:8428) 71% ( 5 / 7) in 'JSDOM.Generated.CryptoKey' Missing documentation for: Module header gTypeCryptoKey (src/JSDOM/Types.hs:8354) 71% ( 5 / 7) in 'JSDOM.Generated.Crypto' Missing documentation for: Module header gTypeCrypto (src/JSDOM/Types.hs:8275) 66% ( 4 / 6) in 'JSDOM.Generated.Counter' Missing documentation for: Module header gTypeCounter (src/JSDOM/Types.hs:8196) 66% ( 4 / 6) in 'JSDOM.Generated.CountQueuingStrategy' Missing documentation for: Module header gTypeCountQueuingStrategy (src/JSDOM/Types.hs:8159) 88% ( 16 / 18) in 'JSDOM.Generated.Coordinates' Missing documentation for: Module header gTypeCoordinates (src/JSDOM/Types.hs:8122) 77% ( 7 / 9) in 'JSDOM.Generated.ConvolverNode' Missing documentation for: Module header gTypeConvolverNode (src/JSDOM/Types.hs:8085) 66% ( 4 / 6) in 'JSDOM.Generated.CompositionEvent' Missing documentation for: Module header gTypeCompositionEvent (src/JSDOM/Types.hs:7843) 50% ( 2 / 4) in 'JSDOM.Generated.Comment' Missing documentation for: Module header gTypeComment (src/JSDOM/Types.hs:7800) 85% ( 12 / 14) in 'JSDOM.Generated.CommandLineAPIHost' Missing documentation for: Module header gTypeCommandLineAPIHost (src/JSDOM/Types.hs:7751) 71% ( 5 / 7) in 'JSDOM.Generated.CloseEvent' Missing documentation for: Module header gTypeCloseEvent (src/JSDOM/Types.hs:7673) 71% ( 5 / 7) in 'JSDOM.Generated.ClipboardEvent' Missing documentation for: Module header gTypeClipboardEvent (src/JSDOM/Types.hs:7591) 55% ( 5 / 9) in 'JSDOM.Generated.ChildNode' Missing documentation for: Module header gTypeChildNode (src/JSDOM/Types.hs:7550) IsChildNode (src/JSDOM/Types.hs:7536) toChildNode (src/JSDOM/Types.hs:7538) 71% ( 10 / 14) in 'JSDOM.Generated.CharacterData' Missing documentation for: Module header gTypeCharacterData (src/JSDOM/Types.hs:7508) IsCharacterData (src/JSDOM/Types.hs:7490) toCharacterData (src/JSDOM/Types.hs:7492) 98% (126 /128) in 'JSDOM.Generated.CanvasRenderingContext2D' Missing documentation for: Module header gTypeCanvasRenderingContext2D (src/JSDOM/Types.hs:7370) 71% ( 10 / 14) in 'JSDOM.Generated.CanvasPath' Missing documentation for: Module header gTypeCanvasPath (src/JSDOM/Types.hs:7255) IsCanvasPath (src/JSDOM/Types.hs:7241) toCanvasPath (src/JSDOM/Types.hs:7243) 50% ( 2 / 4) in 'JSDOM.Generated.CanvasGradient' Missing documentation for: Module header gTypeCanvasGradient (src/JSDOM/Types.hs:7213) 60% ( 3 / 5) in 'JSDOM.Generated.CanvasCaptureMediaStreamTrack' Missing documentation for: Module header gTypeCanvasCaptureMediaStreamTrack (src/JSDOM/Types.hs:7176) 66% ( 4 / 6) in 'JSDOM.Generated.CSSValueList' Missing documentation for: Module header gTypeCSSValueList (src/JSDOM/Types.hs:7133) 42% ( 6 / 14) in 'JSDOM.Generated.CSSValue' Missing documentation for: Module header CSS_INHERIT (src/JSDOM/Generated/CSSValue.hs:24) CSS_PRIMITIVE_VALUE (src/JSDOM/Generated/CSSValue.hs:25) CSS_VALUE_LIST (src/JSDOM/Generated/CSSValue.hs:26) CSS_CUSTOM (src/JSDOM/Generated/CSSValue.hs:27) gTypeCSSValue (src/JSDOM/Types.hs:7092) IsCSSValue (src/JSDOM/Types.hs:7078) toCSSValue (src/JSDOM/Types.hs:7080) 75% ( 6 / 8) in 'JSDOM.Generated.CSSSupportsRule' Missing documentation for: Module header gTypeCSSSupportsRule (src/JSDOM/Types.hs:7009) 85% ( 12 / 14) in 'JSDOM.Generated.CSSStyleSheet' Missing documentation for: Module header gTypeCSSStyleSheet (src/JSDOM/Types.hs:6968) 75% ( 6 / 8) in 'JSDOM.Generated.CSSStyleRule' Missing documentation for: Module header gTypeCSSStyleRule (src/JSDOM/Types.hs:6927) 93% ( 28 / 30) in 'JSDOM.Generated.CSSStyleDeclaration' Missing documentation for: Module header gTypeCSSStyleDeclaration (src/JSDOM/Types.hs:6886) 66% ( 4 / 6) in 'JSDOM.Generated.CSSRuleList' Missing documentation for: Module header gTypeCSSRuleList (src/JSDOM/Types.hs:6849) 38% ( 12 / 31) in 'JSDOM.Generated.CSSRule' Missing documentation for: Module header UNKNOWN_RULE (src/JSDOM/Generated/CSSRule.hs:31) STYLE_RULE (src/JSDOM/Generated/CSSRule.hs:32) CHARSET_RULE (src/JSDOM/Generated/CSSRule.hs:33) IMPORT_RULE (src/JSDOM/Generated/CSSRule.hs:34) MEDIA_RULE (src/JSDOM/Generated/CSSRule.hs:35) FONT_FACE_RULE (src/JSDOM/Generated/CSSRule.hs:36) PAGE_RULE (src/JSDOM/Generated/CSSRule.hs:37) KEYFRAMES_RULE (src/JSDOM/Generated/CSSRule.hs:38) KEYFRAME_RULE (src/JSDOM/Generated/CSSRule.hs:39) NAMESPACE_RULE (src/JSDOM/Generated/CSSRule.hs:40) SUPPORTS_RULE (src/JSDOM/Generated/CSSRule.hs:41) WEBKIT_VIEWPORT_RULE (src/JSDOM/Generated/CSSRule.hs:42) WEBKIT_REGION_RULE (src/JSDOM/Generated/CSSRule.hs:43) WEBKIT_KEYFRAMES_RULE (src/JSDOM/Generated/CSSRule.hs:44) WEBKIT_KEYFRAME_RULE (src/JSDOM/Generated/CSSRule.hs:45) gTypeCSSRule (src/JSDOM/Types.hs:6812) IsCSSRule (src/JSDOM/Types.hs:6798) toCSSRule (src/JSDOM/Types.hs:6800) 30% ( 14 / 46) in 'JSDOM.Generated.CSSPrimitiveValue' Missing documentation for: Module header CSS_UNKNOWN (src/JSDOM/Generated/CSSPrimitiveValue.hs:110) CSS_NUMBER (src/JSDOM/Generated/CSSPrimitiveValue.hs:111) CSS_PERCENTAGE (src/JSDOM/Generated/CSSPrimitiveValue.hs:112) CSS_EMS (src/JSDOM/Generated/CSSPrimitiveValue.hs:113) CSS_EXS (src/JSDOM/Generated/CSSPrimitiveValue.hs:114) CSS_PX (src/JSDOM/Generated/CSSPrimitiveValue.hs:115) CSS_CM (src/JSDOM/Generated/CSSPrimitiveValue.hs:116) CSS_MM (src/JSDOM/Generated/CSSPrimitiveValue.hs:117) CSS_IN (src/JSDOM/Generated/CSSPrimitiveValue.hs:118) CSS_PT (src/JSDOM/Generated/CSSPrimitiveValue.hs:119) CSS_PC (src/JSDOM/Generated/CSSPrimitiveValue.hs:120) CSS_DEG (src/JSDOM/Generated/CSSPrimitiveValue.hs:121) CSS_RAD (src/JSDOM/Generated/CSSPrimitiveValue.hs:122) CSS_GRAD (src/JSDOM/Generated/CSSPrimitiveValue.hs:123) CSS_MS (src/JSDOM/Generated/CSSPrimitiveValue.hs:124) CSS_S (src/JSDOM/Generated/CSSPrimitiveValue.hs:125) CSS_HZ (src/JSDOM/Generated/CSSPrimitiveValue.hs:126) CSS_KHZ (src/JSDOM/Generated/CSSPrimitiveValue.hs:127) CSS_DIMENSION (src/JSDOM/Generated/CSSPrimitiveValue.hs:128) CSS_STRING (src/JSDOM/Generated/CSSPrimitiveValue.hs:129) CSS_URI (src/JSDOM/Generated/CSSPrimitiveValue.hs:130) CSS_IDENT (src/JSDOM/Generated/CSSPrimitiveValue.hs:131) CSS_ATTR (src/JSDOM/Generated/CSSPrimitiveValue.hs:132) CSS_COUNTER (src/JSDOM/Generated/CSSPrimitiveValue.hs:133) CSS_RECT (src/JSDOM/Generated/CSSPrimitiveValue.hs:134) CSS_RGBCOLOR (src/JSDOM/Generated/CSSPrimitiveValue.hs:135) CSS_VW (src/JSDOM/Generated/CSSPrimitiveValue.hs:136) CSS_VH (src/JSDOM/Generated/CSSPrimitiveValue.hs:137) CSS_VMIN (src/JSDOM/Generated/CSSPrimitiveValue.hs:138) CSS_VMAX (src/JSDOM/Generated/CSSPrimitiveValue.hs:139) gTypeCSSPrimitiveValue (src/JSDOM/Types.hs:6770) 75% ( 6 / 8) in 'JSDOM.Generated.CSSPageRule' Missing documentation for: Module header gTypeCSSPageRule (src/JSDOM/Types.hs:6729) 60% ( 3 / 5) in 'JSDOM.Generated.CSSNamespaceRule' Missing documentation for: Module header gTypeCSSNamespaceRule (src/JSDOM/Types.hs:6688) 75% ( 6 / 8) in 'JSDOM.Generated.CSSMediaRule' Missing documentation for: Module header gTypeCSSMediaRule (src/JSDOM/Types.hs:6647) 86% ( 13 / 15) in 'JSDOM.Generated.CSSKeyframesRule' Missing documentation for: Module header gTypeCSSKeyframesRule (src/JSDOM/Types.hs:6606) 66% ( 4 / 6) in 'JSDOM.Generated.CSSKeyframeRule' Missing documentation for: Module header gTypeCSSKeyframeRule (src/JSDOM/Types.hs:6565) 75% ( 6 / 8) in 'JSDOM.Generated.CSSImportRule' Missing documentation for: Module header gTypeCSSImportRule (src/JSDOM/Types.hs:6524) 50% ( 2 / 4) in 'JSDOM.Generated.CSSFontFaceRule' Missing documentation for: Module header gTypeCSSFontFaceRule (src/JSDOM/Types.hs:6483) 80% ( 8 / 10) in 'JSDOM.Generated.CSSFontFaceLoadEvent' Missing documentation for: Module header gTypeCSSFontFaceLoadEvent (src/JSDOM/Types.hs:6401) 77% ( 7 / 9) in 'JSDOM.Generated.CSS' Missing documentation for: Module header gTypeCSS (src/JSDOM/Types.hs:6360) 66% ( 4 / 6) in 'JSDOM.Generated.ByteLengthQueuingStrategy' Missing documentation for: Module header gTypeByteLengthQueuingStrategy (src/JSDOM/Types.hs:6270) 71% ( 10 / 14) in 'JSDOM.Generated.Body' Missing documentation for: Module header gTypeBody (src/JSDOM/Types.hs:6233) IsBody (src/JSDOM/Types.hs:6219) toBody (src/JSDOM/Types.hs:6221) 60% ( 3 / 5) in 'JSDOM.Generated.BlobCallback' Missing documentation for: Module header BlobCallback (src/JSDOM/Types.hs:1291) 60% ( 6 / 10) in 'JSDOM.Generated.Blob' Missing documentation for: Module header gTypeBlob (src/JSDOM/Types.hs:6149) IsBlob (src/JSDOM/Types.hs:6135) toBlob (src/JSDOM/Types.hs:6137) 80% ( 8 / 10) in 'JSDOM.Generated.BiquadFilterNode' Missing documentation for: Module header gTypeBiquadFilterNode (src/JSDOM/Types.hs:6107) 60% ( 3 / 5) in 'JSDOM.Generated.BeforeUnloadEvent' Missing documentation for: Module header gTypeBeforeUnloadEvent (src/JSDOM/Types.hs:6064) 60% ( 3 / 5) in 'JSDOM.Generated.BeforeLoadEvent' Missing documentation for: Module header gTypeBeforeLoadEvent (src/JSDOM/Types.hs:5982) 42% ( 3 / 7) in 'JSDOM.Generated.BasicCredential' Missing documentation for: Module header gTypeBasicCredential (src/JSDOM/Types.hs:5941) IsBasicCredential (src/JSDOM/Types.hs:5927) toBasicCredential (src/JSDOM/Types.hs:5929) 50% ( 2 / 4) in 'JSDOM.Generated.BarProp' Missing documentation for: Module header gTypeBarProp (src/JSDOM/Types.hs:5899) 60% ( 3 / 5) in 'JSDOM.Generated.AutocompleteErrorEvent' Missing documentation for: Module header gTypeAutocompleteErrorEvent (src/JSDOM/Types.hs:5821) 81% ( 9 / 11) in 'JSDOM.Generated.AudioTrackList' Missing documentation for: Module header gTypeAudioTrackList (src/JSDOM/Types.hs:5780) 83% ( 10 / 12) in 'JSDOM.Generated.AudioTrack' Missing documentation for: Module header gTypeAudioTrack (src/JSDOM/Types.hs:5739) 66% ( 4 / 6) in 'JSDOM.Generated.AudioProcessingEvent' Missing documentation for: Module header gTypeAudioProcessingEvent (src/JSDOM/Types.hs:5702) 87% ( 14 / 16) in 'JSDOM.Generated.AudioParam' Missing documentation for: Module header gTypeAudioParam (src/JSDOM/Types.hs:5661) 76% ( 13 / 17) in 'JSDOM.Generated.AudioNode' Missing documentation for: Module header gTypeAudioNode (src/JSDOM/Types.hs:5624) IsAudioNode (src/JSDOM/Types.hs:5609) toAudioNode (src/JSDOM/Types.hs:5611) 80% ( 8 / 10) in 'JSDOM.Generated.AudioListener' Missing documentation for: Module header gTypeAudioListener (src/JSDOM/Types.hs:5578) 50% ( 2 / 4) in 'JSDOM.Generated.AudioDestinationNode' Missing documentation for: Module header gTypeAudioDestinationNode (src/JSDOM/Types.hs:5541) 92% ( 53 / 57) in 'JSDOM.Generated.AudioContext' Missing documentation for: Module header gTypeAudioContext (src/JSDOM/Types.hs:5498) IsAudioContext (src/JSDOM/Types.hs:5483) toAudioContext (src/JSDOM/Types.hs:5485) 73% ( 17 / 23) in 'JSDOM.Generated.AudioBufferSourceNode' Missing documentation for: Module header UNSCHEDULED_STATE (src/JSDOM/Generated/AudioBufferSourceNode.hs:42) SCHEDULED_STATE (src/JSDOM/Generated/AudioBufferSourceNode.hs:43) PLAYING_STATE (src/JSDOM/Generated/AudioBufferSourceNode.hs:44) FINISHED_STATE (src/JSDOM/Generated/AudioBufferSourceNode.hs:45) gTypeAudioBufferSourceNode (src/JSDOM/Types.hs:5452) 60% ( 3 / 5) in 'JSDOM.Generated.AudioBufferCallback' Missing documentation for: Module header AudioBufferCallback (src/JSDOM/Types.hs:1286) 81% ( 9 / 11) in 'JSDOM.Generated.AudioBuffer' Missing documentation for: Module header gTypeAudioBuffer (src/JSDOM/Types.hs:5409) 88% ( 15 / 17) in 'JSDOM.Generated.Attr' Missing documentation for: Module header gTypeAttr (src/JSDOM/Types.hs:5372) 61% ( 13 / 21) in 'JSDOM.Generated.ApplicationCache' Missing documentation for: Module header UNCACHED (src/JSDOM/Generated/ApplicationCache.hs:37) IDLE (src/JSDOM/Generated/ApplicationCache.hs:38) CHECKING (src/JSDOM/Generated/ApplicationCache.hs:39) DOWNLOADING (src/JSDOM/Generated/ApplicationCache.hs:40) UPDATEREADY (src/JSDOM/Generated/ApplicationCache.hs:41) OBSOLETE (src/JSDOM/Generated/ApplicationCache.hs:42) gTypeApplicationCache (src/JSDOM/Types.hs:5292) 50% ( 2 / 4) in 'JSDOM.Generated.ApplePayValidateMerchantEvent' Missing documentation for: Module header gTypeApplePayValidateMerchantEvent (src/JSDOM/Types.hs:5251) 50% ( 2 / 4) in 'JSDOM.Generated.ApplePayShippingMethodSelectedEvent' Missing documentation for: Module header gTypeApplePayShippingMethodSelectedEvent (src/JSDOM/Types.hs:5173) 50% ( 2 / 4) in 'JSDOM.Generated.ApplePayShippingContactSelectedEvent' Missing documentation for: Module header gTypeApplePayShippingContactSelectedEvent (src/JSDOM/Types.hs:5058) 72% ( 27 / 37) in 'JSDOM.Generated.ApplePaySession' Missing documentation for: Module header STATUS_SUCCESS (src/JSDOM/Generated/ApplePaySession.hs:211) STATUS_FAILURE (src/JSDOM/Generated/ApplePaySession.hs:212) STATUS_INVALID_BILLING_POSTAL_ADDRESS (src/JSDOM/Generated/ApplePaySession.hs:213) STATUS_INVALID_SHIPPING_POSTAL_ADDRESS (src/JSDOM/Generated/ApplePaySession.hs:214) STATUS_INVALID_SHIPPING_CONTACT (src/JSDOM/Generated/ApplePaySession.hs:215) STATUS_PIN_REQUIRED (src/JSDOM/Generated/ApplePaySession.hs:216) STATUS_PIN_INCORRECT (src/JSDOM/Generated/ApplePaySession.hs:217) STATUS_PIN_LOCKOUT (src/JSDOM/Generated/ApplePaySession.hs:218) gTypeApplePaySession (src/JSDOM/Types.hs:5017) 50% ( 2 / 4) in 'JSDOM.Generated.ApplePayPaymentMethodSelectedEvent' Missing documentation for: Module header gTypeApplePayPaymentMethodSelectedEvent (src/JSDOM/Types.hs:4828) 50% ( 2 / 4) in 'JSDOM.Generated.ApplePayPaymentAuthorizedEvent' Missing documentation for: Module header gTypeApplePayPaymentAuthorizedEvent (src/JSDOM/Types.hs:4713) 83% ( 10 / 12) in 'JSDOM.Generated.ApplePayError' Missing documentation for: Module header gTypeApplePayError (src/JSDOM/Types.hs:4561) 66% ( 4 / 6) in 'JSDOM.Generated.AnimationEvent' Missing documentation for: Module header gTypeAnimationEvent (src/JSDOM/Types.hs:4441) 80% ( 8 / 10) in 'JSDOM.Generated.Animation' Missing documentation for: Module header gTypeAnimation (src/JSDOM/Types.hs:4358) 42% ( 3 / 7) in 'JSDOM.Generated.Animatable' Missing documentation for: Module header gTypeAnimatable (src/JSDOM/Types.hs:4321) IsAnimatable (src/JSDOM/Types.hs:4307) toAnimatable (src/JSDOM/Types.hs:4309) 86% ( 13 / 15) in 'JSDOM.Generated.AnalyserNode' Missing documentation for: Module header gTypeAnalyserNode (src/JSDOM/Types.hs:4279) 33% ( 2 / 6) in 'JSDOM.Generated.AbstractWorker' Missing documentation for: Module header gTypeAbstractWorker (src/JSDOM/Types.hs:3994) IsAbstractWorker (src/JSDOM/Types.hs:3980) toAbstractWorker (src/JSDOM/Types.hs:3982) 57% ( 4 / 7) in 'JSDOM.Generated.ANGLEInstancedArrays' Missing documentation for: Module header VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE (src/JSDOM/Generated/ANGLEInstancedArrays.hs:54) gTypeANGLEInstancedArrays (src/JSDOM/Types.hs:3952) 24% ( 17 / 70) in 'JSDOM.EventM' Missing documentation for: SaferEventListener (src/JSDOM/EventTargetClosures.hs:22) EventName (src/JSDOM/EventTargetClosures.hs:16) event (src/JSDOM/EventM.hs:189) eventTarget (src/JSDOM/EventM.hs:192) target (src/JSDOM/EventM.hs:201) eventCurrentTarget (src/JSDOM/EventM.hs:210) eventPhase (src/JSDOM/EventM.hs:219) bubbles (src/JSDOM/EventM.hs:222) cancelable (src/JSDOM/EventM.hs:225) timeStamp (src/JSDOM/EventM.hs:228) stopPropagation (src/JSDOM/EventM.hs:231) preventDefault (src/JSDOM/EventM.hs:234) defaultPrevented (src/JSDOM/EventM.hs:237) stopImmediatePropagation (src/JSDOM/EventM.hs:240) srcElement (src/JSDOM/EventM.hs:243) getCancelBubble (src/JSDOM/EventM.hs:246) cancelBubble (src/JSDOM/EventM.hs:249) getReturnValue (src/JSDOM/EventM.hs:252) returnValue (src/JSDOM/EventM.hs:255) uiView (src/JSDOM/EventM.hs:258) uiDetail (src/JSDOM/EventM.hs:261) uiKeyCode (src/JSDOM/EventM.hs:264) uiCharCode (src/JSDOM/EventM.hs:267) uiLayerX (src/JSDOM/EventM.hs:270) uiLayerY (src/JSDOM/EventM.hs:273) uiLayerXY (src/JSDOM/EventM.hs:276) uiPageX (src/JSDOM/EventM.hs:283) uiPageY (src/JSDOM/EventM.hs:286) uiPageXY (src/JSDOM/EventM.hs:289) uiWhich (src/JSDOM/EventM.hs:296) mouseScreenX (src/JSDOM/EventM.hs:299) mouseScreenY (src/JSDOM/EventM.hs:302) mouseScreenXY (src/JSDOM/EventM.hs:305) mouseClientX (src/JSDOM/EventM.hs:312) mouseClientY (src/JSDOM/EventM.hs:315) mouseClientXY (src/JSDOM/EventM.hs:318) mouseMovementX (src/JSDOM/EventM.hs:325) mouseMovementY (src/JSDOM/EventM.hs:328) mouseMovementXY (src/JSDOM/EventM.hs:331) mouseCtrlKey (src/JSDOM/EventM.hs:338) mouseShiftKey (src/JSDOM/EventM.hs:341) mouseAltKey (src/JSDOM/EventM.hs:344) mouseMetaKey (src/JSDOM/EventM.hs:347) mouseButton (src/JSDOM/EventM.hs:350) mouseRelatedTarget (src/JSDOM/EventM.hs:353) mouseOffsetX (src/JSDOM/EventM.hs:356) mouseOffsetY (src/JSDOM/EventM.hs:359) mouseOffsetXY (src/JSDOM/EventM.hs:362) mouseX (src/JSDOM/EventM.hs:369) mouseY (src/JSDOM/EventM.hs:372) mouseXY (src/JSDOM/EventM.hs:375) mouseFromElement (src/JSDOM/EventM.hs:382) mouseToElement (src/JSDOM/EventM.hs:385) 82% ( 39 / 47) in 'JSDOM.Custom.XMLHttpRequest' Missing documentation for: Module header LOADING (src/JSDOM/Generated/XMLHttpRequest.hs:131) DONE (src/JSDOM/Generated/XMLHttpRequest.hs:132) UNSENT (src/JSDOM/Generated/XMLHttpRequest.hs:128) OPENED (src/JSDOM/Generated/XMLHttpRequest.hs:129) HEADERS_RECEIVED (src/JSDOM/Generated/XMLHttpRequest.hs:130) gTypeXMLHttpRequest (src/JSDOM/Types.hs:38505) XHRError (src/JSDOM/Custom/XMLHttpRequest.hs:32) 98% (148 /150) in 'JSDOM.Custom.Window' Missing documentation for: Module header gTypeWindow (src/JSDOM/Types.hs:38107) 20% ( 1 / 5) in 'JSDOM.Custom.SQLError' Missing documentation for: Module header SQLErrorCode (src/JSDOM/Custom/SQLError.hs:20) SQLException (src/JSDOM/Custom/SQLError.hs:29) throwSQLException (src/JSDOM/Custom/SQLError.hs:34) 16% ( 1 / 6) in 'JSDOM.Custom.SQLTransaction' Missing documentation for: Module header gTypeSQLTransaction (src/JSDOM/Types.hs:24666) executeSql' (src/JSDOM/Custom/SQLTransaction.hs:33) executeSql (src/JSDOM/Custom/SQLTransaction.hs:42) executeSql_ (src/JSDOM/Custom/SQLTransaction.hs:46) 20% ( 1 / 5) in 'JSDOM.Custom.PositionError' Missing documentation for: Module header PositionErrorCode (src/JSDOM/Custom/PositionError.hs:20) PositionException (src/JSDOM/Custom/PositionError.hs:21) throwPositionException (src/JSDOM/Custom/PositionError.hs:28) 75% ( 6 / 8) in 'JSDOM.Custom.Geolocation' Missing documentation for: Module header gTypeGeolocation (src/JSDOM/Types.hs:11431) 66% ( 4 / 6) in 'JSDOM.Custom.FormData' Missing documentation for: Module header gTypeFormData (src/JSDOM/Types.hs:11195) 50% ( 5 / 10) in 'JSDOM.Custom.Database' Missing documentation for: Module header gTypeDatabase (src/JSDOM/Types.hs:9242) changeVersion (src/JSDOM/Custom/Database.hs:53) transaction (src/JSDOM/Custom/Database.hs:64) readTransaction (src/JSDOM/Custom/Database.hs:74) 25% ( 1 / 4) in 'JSDOM.Custom.DOMError' Missing documentation for: Module header DOMErrorException (src/JSDOM/Custom/DOMError.hs:19) throwDOMErrorException (src/JSDOM/Custom/DOMError.hs:24) 25% ( 1 / 4) in 'JSDOM.Custom.NavigatorUserMediaError' Missing documentation for: Module header UserMediaException (src/JSDOM/Custom/NavigatorUserMediaError.hs:18) throwUserMediaException (src/JSDOM/Custom/NavigatorUserMediaError.hs:25) 88% ( 24 / 27) in 'JSDOM.Custom.Navigator' Missing documentation for: Module header gTypeNavigator (src/JSDOM/Types.hs:19845) getUserMedia (src/JSDOM/Custom/Navigator.hs:37) 91% ( 53 / 58) in 'JSDOM.Custom.AudioContext' Missing documentation for: Module header gTypeAudioContext (src/JSDOM/Types.hs:5498) IsAudioContext (src/JSDOM/Types.hs:5483) toAudioContext (src/JSDOM/Types.hs:5485) DecodeAudioError (src/JSDOM/Custom/AudioContext.hs:23) 50% ( 8 / 16) in 'JSDOM' Missing documentation for: Module header globalThis (src/JSDOM.hs:48) globalThisUnchecked (src/JSDOM.hs:51) currentWindow (src/JSDOM.hs:54) currentWindowUnchecked (src/JSDOM.hs:57) currentDocument (src/JSDOM.hs:60) currentDocumentUnchecked (src/JSDOM.hs:63) AnimationFrameHandle (src/JSDOM.hs:67) Warning: JSDOM.Types: could not find link destinations for: - JSDOM.Types.typeGType - GHCJS.Marshal.Internal.GFromJSVal - GHCJS.Marshal.Internal.GToJSVal - Language.Javascript.JSaddle.Types.D:R:RefJSM Warning: JSDOM.Generated.UIEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MouseEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.EventTarget: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Event: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.XSLTProcessor: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.XPathResult: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.XPathNSResolver: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.XPathExpression: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.XPathException: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.XPathEvaluator: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.XMLSerializer: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.XMLHttpRequestProgressEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.XMLHttpRequestEventTarget: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.XMLHttpRequest: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WritableStream: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WorkerNavigator: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WorkerLocation: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WorkerGlobalScope: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Worker: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WindowOrWorkerGlobalScope: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WindowEventHandlers: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Window: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WheelEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebSocket: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitTransitionEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitSubtleCrypto: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitPoint: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitPlaybackTargetAvailabilityEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitNamespace: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitNamedFlow: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitMediaKeys: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitMediaKeySession: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitMediaKeyNeededEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitMediaKeyMessageEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitMediaKeyError: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitCSSViewportRule: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitCSSRegionRule: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitCSSMatrix: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebKitAnimationEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPUTextureDescriptor: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPUTexture: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPURenderingContext: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPURenderPipelineState: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPURenderPipelineDescriptor: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPURenderPipelineColorAttachmentDescriptor: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPURenderPassDescriptor: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPURenderPassDepthAttachmentDescriptor: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPURenderPassColorAttachmentDescriptor: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPURenderPassAttachmentDescriptor: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPURenderCommandEncoder: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPULibrary: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPUFunction: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPUDrawable: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPUDepthStencilState: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPUDepthStencilDescriptor: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPUComputeCommandEncoder: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPUCommandQueue: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPUCommandBuffer: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGPUBuffer: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGLShaderPrecisionFormat: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGLRenderingContextBase: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGLLoseContext: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGLDrawBuffers: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGLDepthTexture: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGLDebugShaders: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGLDebugRendererInfo: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGLContextEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGLCompressedTextureS3TC: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGLCompressedTexturePVRTC: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGLCompressedTextureATC: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGLActiveInfo: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WebGL2RenderingContext: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.WaveShaperNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.VideoTrackList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.VideoTrack: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.VideoPlaybackQuality: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ValidityState: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.VTTRegionList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.VTTRegion: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.VTTCue: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.UserMessageHandler: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.URLSearchParams: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.URL: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TreeWalker: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TransitionEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TrackEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TouchList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TouchEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Touch: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TimeRanges: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TextTrackList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TextTrackCueList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TextTrackCue: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TextTrack: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TextMetrics: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TextEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TextEncoder: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.TextDecoder: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Text: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SubtleCrypto: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.StyleSheetList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.StyleSheet: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.StyleMedia: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.StorageQuota: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.StorageInfo: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.StorageEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Storage: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.StaticRange: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SpeechSynthesisVoice: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SpeechSynthesisUtterance: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SpeechSynthesisEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SpeechSynthesis: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SourceBufferList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SourceBuffer: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Slotable: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SiteBoundCredential: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ShadowRoot: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Selection: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SecurityPolicyViolationEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ScriptProcessorNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Screen: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGZoomEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGZoomAndPan: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGViewSpec: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGViewElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGUseElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGUnitTypes: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGURIReference: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGTransformList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGTransform: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGTextPositioningElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGTextPathElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGTextContentElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGTests: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGStyleElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGStringList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGStopElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGScriptElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGSVGElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGRenderingIntent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGRectElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGRect: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGRadialGradientElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPreserveAspectRatio: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPolylineElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPolygonElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPointList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPoint: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPatternElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegMovetoRel: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegMovetoAbs: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegLinetoVerticalRel: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegLinetoVerticalAbs: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegLinetoRel: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegLinetoHorizontalRel: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegLinetoHorizontalAbs: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegLinetoAbs: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegCurvetoQuadraticSmoothRel: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegCurvetoQuadraticSmoothAbs: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegCurvetoQuadraticRel: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegCurvetoQuadraticAbs: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegCurvetoCubicSmoothRel: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegCurvetoCubicSmoothAbs: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegCurvetoCubicRel: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegCurvetoCubicAbs: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegArcRel: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSegArcAbs: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathSeg: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGPathElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGNumberList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGNumber: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGMatrix: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGMaskElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGMarkerElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGLinearGradientElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGLineElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGLengthList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGLength: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGImageElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGGraphicsElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGGradientElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGGlyphRefElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGForeignObjectElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFitToViewBox: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFilterPrimitiveStandardAttributes: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFilterElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFETurbulenceElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFETileElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFESpotLightElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFESpecularLightingElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEPointLightElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEOffsetElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEMorphologyElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEMergeNodeElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEImageElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEGaussianBlurElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEDropShadowElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEDistantLightElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEDisplacementMapElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEDiffuseLightingElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEConvolveMatrixElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFECompositeElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEComponentTransferElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEColorMatrixElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGFEBlendElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGExternalResourcesRequired: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGException: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGEllipseElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGCursorElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGComponentTransferFunctionElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGClipPathElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGCircleElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimationElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimatedTransformList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimatedString: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimatedRect: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimatedPreserveAspectRatio: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimatedNumberList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimatedNumber: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimatedLengthList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimatedLength: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimatedInteger: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimatedEnumeration: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimatedBoolean: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAnimatedAngle: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAngle: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAltGlyphElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SVGAElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SQLTransaction: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SQLResultSetRowList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SQLResultSet: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SQLException: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.SQLError: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Response: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Request: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Rect: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ReadableStreamSource: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ReadableStreamDefaultReader: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ReadableStreamDefaultController: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ReadableStreamBYOBRequest: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ReadableStreamBYOBReader: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ReadableStream: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ReadableByteStreamController: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Range: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RadioNodeList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCTrackEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCSessionDescription: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCRtpTransceiver: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCRtpSender: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCRtpReceiver: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCPeerConnectionIceEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCPeerConnection: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCIceTransport: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCIceCandidateEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCIceCandidate: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCDataChannelEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCDataChannel: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCDTMFToneChangeEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RTCDTMFSender: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.RGBColor: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.QuickTimePluginReplacement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PromiseRejectionEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ProgressEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ProcessingInstruction: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PositionError: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PopStateEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PluginArray: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Plugin: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PerformanceTiming: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PerformanceResourceTiming: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PerformanceObserverEntryList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PerformanceObserver: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PerformanceNavigation: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PerformanceEntry: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Performance: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Path2D: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PasswordCredential: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ParentNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PannerNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.PageTransitionEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.OverflowEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.OverconstrainedErrorEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.OverconstrainedError: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.OscillatorNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.OfflineAudioContext: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.OfflineAudioCompletionEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.OESVertexArrayObject: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.OESTextureHalfFloat: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.OESStandardDerivatives: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Notification: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.NonElementParentNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.NonDocumentTypeChildNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.NodeList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.NodeIterator: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Node: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.NavigatorUserMediaError: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.NavigatorOnLine: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.NavigatorLanguage: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.NavigatorID: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.NavigatorConcurrentHardware: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Navigator: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.NamedNodeMap: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MutationRecord: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MutationObserver: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MutationEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MimeTypeArray: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MimeType: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MessagePort: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MessageEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MessageChannel: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaStreamTrackEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaStreamTrack: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaStreamEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaStreamAudioSourceNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaStreamAudioDestinationNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaStream: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaSource: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaSession: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaRemoteControls: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaQueryList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaKeys: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaKeySystemAccess: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaKeyStatusMap: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaKeySession: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaKeyMessageEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaError: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaEncryptedEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaElementAudioSourceNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaDevices: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaDeviceInfo: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaControlsHost: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.MediaController: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Location: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.KeyframeEffect: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.KeyboardEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IntersectionObserverEntry: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IntersectionObserver: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.InspectorFrontendHost: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.InputEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ImageData: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IDBVersionChangeEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IDBTransaction: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IDBRequest: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IDBOpenDBRequest: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IDBObjectStore: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IDBKeyRange: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IDBIndex: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IDBFactory: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IDBDatabase: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IDBCursorWithValue: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.IDBCursor: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.History: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Headers: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HashChangeEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLVideoElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLUListElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLTrackElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLTitleElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLTimeElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLTextAreaElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLTemplateElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLTableSectionElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLTableRowElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLTableElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLTableColElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLTableCellElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLTableCaptionElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLStyleElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLSourceElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLSlotElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLSelectElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLScriptElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLQuoteElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLProgressElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLPreElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLParamElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLParagraphElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLOutputElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLOptionsCollection: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLOptionElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLOptGroupElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLObjectElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLOListElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLModElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLMeterElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLMetaElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLMenuElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLMediaElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLMarqueeElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLMapElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLLinkElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLLegendElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLLabelElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLLIElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLKeygenElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLInputElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLImageElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLIFrameElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLHyperlinkElementUtils: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLHtmlElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLHeadingElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLHeadElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLHRElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLFrameSetElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLFrameElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLFormElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLFormControlsCollection: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLFontElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLFieldSetElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLEmbedElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLDocument: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLDivElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLDirectoryElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLDetailsElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLDataListElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLDataElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLDListElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLCollection: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLCanvasElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLButtonElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLBodyElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLBaseElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLBRElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLAttachmentElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLAreaElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLAppletElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLAnchorElement: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.HTMLAllCollection: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.GlobalPerformance: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.GlobalEventHandlers: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.GlobalCrypto: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Geoposition: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Geolocation: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.GamepadEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.GamepadButton: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Gamepad: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.GainNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.FormData: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.FontFaceSet: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.FontFace: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.FocusEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.FileReaderSync: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.FileReader: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.FileList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.FileException: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.FileError: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.File: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.EventSource: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.EventListener: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ErrorEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ElementCSSInlineStyle: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Element: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.EXTsRGB: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.EXTTextureFilterAnisotropic: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.EXTBlendMinMax: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DynamicsCompressorNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DocumentType: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DocumentTimeline: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DocumentOrShadowRoot: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DocumentFragment: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DocumentAndElementEventHandlers: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Document: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DeviceProximityEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DeviceOrientationEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DeviceMotionEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DelayNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DedicatedWorkerGlobalScope: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Database: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DataTransferItemList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DataTransferItem: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DataTransfer: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DataCue: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DOMTokenList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DOMStringMap: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DOMStringList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DOMRectReadOnly: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DOMRect: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DOMPointReadOnly: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DOMPoint: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DOMParser: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DOMNamedFlowCollection: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DOMImplementation: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DOMException: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.DOMError: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CustomEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CustomElementRegistry: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CryptoKey: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Crypto: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Counter: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CountQueuingStrategy: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Coordinates: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ConvolverNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CompositionEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Comment: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CommandLineAPIHost: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CloseEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ClipboardEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ChildNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CharacterData: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CanvasRenderingContext2D: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CanvasPath: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CanvasGradient: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CanvasCaptureMediaStreamTrack: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSValueList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSValue: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSSupportsRule: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSStyleSheet: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSStyleRule: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSStyleDeclaration: could not find link destinations for: - JSDOM.Types.typeGType Warning: JWarning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ANGLEInstancedArrays' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AbstractWorker' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AnalyserNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Animatable' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Animation' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AnimationEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ApplePayError' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ApplePayPaymentAuthorizedEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ApplePayPaymentMethodSelectedEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ApplePaySession' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ApplePayShippingContactSelectedEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ApplePayShippingMethodSelectedEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ApplePayValidateMerchantEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ApplicationCache' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Attr' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AudioBuffer' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AudioBufferCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AudioBufferSourceNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.AudioContext' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AudioDestinationNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AudioListener' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AudioNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AudioParam' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AudioProcessingEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AudioTrack' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AudioTrackList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.AutocompleteErrorEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.BarProp' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.BasicCredential' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.BeforeLoadEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.BeforeUnloadEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.BiquadFilterNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Blob' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.BlobCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Body' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ByteLengthQueuingStrategy' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSS' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSFontFaceLoadEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSFontFaceRule' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSImportRule' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSKeyframeRule' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSKeyframesRule' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSMediaRule' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSNamespaceRule' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSPageRule' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSPrimitiveValue' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSRule' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSRuleList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSStyleDeclaration' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSStyleRule' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSStyleSheet' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSSupportsRule' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSValue' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CSSValueList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CanvasCaptureMediaStreamTrack' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CanvasGradient' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CanvasPath' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CanvasRenderingContext2D' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CharacterData' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ChildNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ClipboardEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CloseEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CommandLineAPIHost' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Comment' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CompositionEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ConvolverNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Coordinates' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CountQueuingStrategy' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Counter' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Crypto' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CryptoKey' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CustomElementRegistry' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.CustomEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.DOMError' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DOMException' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DOMImplementation' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DOMNamedFlowCollection' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DOMParser' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DOMPoint' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DOMPointReadOnly' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DOMRect' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DOMRectReadOnly' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DOMStringList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DOMStringMap' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DOMTokenList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DataCue' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DataTransfer' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DataTransferItem' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DataTransferItemList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.Database' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DatabaseCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DedicatedWorkerGlobalScope' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DelayNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DeviceMotionEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DeviceOrientationEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DeviceProximityEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Document' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DocumentAndElementEventHandlers' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DocumentFragment' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DocumentOrShadowRoot' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DocumentTimeline' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DocumentType' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.DynamicsCompressorNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.EXTBlendMinMax' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.EXTTextureFilterAnisotropic' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.EXTsRGB' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Element' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ElementCSSInlineStyle' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ErrorEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Event' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.EventListener' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.EventSource' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.EventTarget' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.File' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.FileError' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.FileException' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.FileList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.FileReader' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.FileReaderSync' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.FocusEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.FontFace' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.FontFaceSet' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.FormData' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.GainNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Gamepad' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.GamepadButton' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.GamepadEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.Geolocation' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Geoposition' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.GlobalCrypto' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.GlobalEventHandlers' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.GlobalPerformance' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLAllCollection' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLAnchorElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLAppletElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLAreaElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLAttachmentElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLBRElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLBaseElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLBodyElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLButtonElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLCanvasElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLCollection' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLDListElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLDataElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLDataListElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLDetailsElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLDirectoryElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLDivElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLDocument' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLEmbedElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLFieldSetElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLFontElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLFormControlsCollection' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLFormElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLFrameElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLFrameSetElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLHRElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLHeadElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLHeadingElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLHtmlElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLHyperlinkElementUtils' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLIFrameElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLImageElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLInputElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLKeygenElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLLIElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLLabelElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLLegendElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLLinkElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLMapElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLMarqueeElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLMediaElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLMenuElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLMetaElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLMeterElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLModElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLOListElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLObjectElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLOptGroupElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLOptionElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLOptionsCollection' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLOutputElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLParagraphElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLParamElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLPreElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLProgressElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLQuoteElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLScriptElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLSelectElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLSlotElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLSourceElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLStyleElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLTableCaptionElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLTableCellElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLTableColElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLTableElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLTableRowElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLTableSectionElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLTemplateElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLTextAreaElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLTimeElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLTitleElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLTrackElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLUListElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HTMLVideoElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.HashChangeEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Headers' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.History' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IDBCursor' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IDBCursorWithValue' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IDBDatabase' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IDBFactory' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IDBIndex' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IDBKeyRange' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IDBObjectStore' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IDBOpenDBRequest' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IDBRequest' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IDBTransaction' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IDBVersionChangeEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ImageData' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.InputEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.InspectorFrontendHost' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IntersectionObserver' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IntersectionObserverCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.IntersectionObserverEntry' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.KeyboardEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.KeyframeEffect' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Location' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaController' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaControlsHost' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaDeviceInfo' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaDevices' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaElementAudioSourceNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaEncryptedEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaError' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaKeyMessageEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaKeySession' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaKeyStatusMap' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaKeySystemAccess' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaKeys' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaQueryList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaQueryListListener' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaRemoteControls' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaSession' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaSource' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaStream' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaStreamAudioDestinationNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaStreamAudioSourceNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaStreamEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaStreamTrack' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MediaStreamTrackEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MessageChannel' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MessageEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MessagePort' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MimeType' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MimeTypeArray' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MouseEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MutationEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MutationObserver' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.MutationRecord' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NamedNodeMap' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.Navigator' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NavigatorConcurrentHardware' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NavigatorID' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NavigatorLanguage' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NavigatorOnLine' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.NavigatorUserMediaError' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NavigatorUserMediaErrorCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NavigatorUserMediaSuccessCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Node' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NodeFilter' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NodeIterator' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NodeList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NonDocumentTypeChildNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NonElementParentNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Notification' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.NotificationPermissionCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.OESStandardDerivatives' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.OESTextureHalfFloat' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.OESVertexArrayObject' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.OfflineAudioCompletionEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.OfflineAudioContext' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.OscillatorNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.OverconstrainedError' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.OverconstrainedErrorEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.OverflowEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PageTransitionEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PannerNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ParentNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PasswordCredential' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Path2D' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Performance' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PerformanceEntry' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PerformanceNavigation' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PerformanceObserver' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PerformanceObserverCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PerformanceObserverEntryList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PerformanceResourceTiming' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PerformanceTiming' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Plugin' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PluginArray' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PopStateEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PositionCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.PositionError' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PositionErrorCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ProcessingInstruction' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ProgressEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.PromiseRejectionEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.QuickTimePluginReplacement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RGBColor' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCDTMFSender' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCDTMFToneChangeEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCDataChannel' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCDataChannelEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCIceCandidate' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCIceCandidateEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCIceTransport' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCPeerConnection' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.RTCPeerConnectionError' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCPeerConnectionIceEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCRtpReceiver' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCRtpSender' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCRtpTransceiver' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCSessionDescription' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RTCTrackEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RadioNodeList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Range' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ReadableByteStreamController' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ReadableStream' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ReadableStreamBYOBReader' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ReadableStreamBYOBRequest' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ReadableStreamDefaultController' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ReadableStreamDefaultReader' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ReadableStreamSource' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Rect' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Request' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.RequestAnimationFrameCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Response' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.SQLError' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SQLException' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SQLResultSet' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SQLResultSetRowList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SQLStatementCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SQLStatementErrorCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.SQLTransaction' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SQLTransactionCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SQLTransactionErrorCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAltGlyphElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAngle' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimatedAngle' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimatedBoolean' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimatedEnumeration' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimatedInteger' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimatedLength' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimatedLengthList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimatedNumber' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimatedNumberList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimatedPreserveAspectRatio' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimatedRect' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimatedString' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimatedTransformList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGAnimationElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGCircleElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGClipPathElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGComponentTransferFunctionElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGCursorElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGEllipseElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGException' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGExternalResourcesRequired' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEBlendElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEColorMatrixElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEComponentTransferElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFECompositeElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEConvolveMatrixElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEDiffuseLightingElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEDisplacementMapElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEDistantLightElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEDropShadowElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEGaussianBlurElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEImageElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEMergeNodeElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEMorphologyElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEOffsetElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFEPointLightElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFESpecularLightingElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFESpotLightElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFETileElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFETurbulenceElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFilterElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFilterPrimitiveStandardAttributes' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGFitToViewBox' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGForeignObjectElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGGlyphRefElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGGradientElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGGraphicsElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGImageElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGLength' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGLengthList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGLineElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGLinearGradientElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGMarkerElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGMaskElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGMatrix' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGNumber' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGNumberList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSeg' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegArcAbs' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegArcRel' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegCurvetoCubicAbs' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegCurvetoCubicRel' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegCurvetoCubicSmoothAbs' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegCurvetoCubicSmoothRel' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegCurvetoQuadraticAbs' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegCurvetoQuadraticRel' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegCurvetoQuadraticSmoothAbs' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegCurvetoQuadraticSmoothRel' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegLinetoAbs' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegLinetoHorizontalAbs' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegLinetoHorizontalRel' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegLinetoRel' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegLinetoVerticalAbs' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegLinetoVerticalRel' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegMovetoAbs' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPathSegMovetoRel' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPatternElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPoint' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPointList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPolygonElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPolylineElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGPreserveAspectRatio' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGRadialGradientElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGRect' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGRectElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGRenderingIntent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGSVGElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGScriptElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGStopElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGStringList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGStyleElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGTests' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGTextContentElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGTextPathElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGTextPositioningElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGTransform' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGTransformList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGURIReference' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGUnitTypes' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGUseElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGViewElement' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGViewSpec' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGZoomAndPan' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SVGZoomEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Screen' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ScriptProcessorNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SecurityPolicyViolationEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Selection' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ShadowRoot' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SiteBoundCredential' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Slotable' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SourceBuffer' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SourceBufferList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SpeechSynthesis' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SpeechSynthesisEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SpeechSynthesisUtterance' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SpeechSynthesisVoice' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.StaticRange' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Storage' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.StorageErrorCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.StorageEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.StorageInfo' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.StorageQuota' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.StorageQuotaCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.StorageUsageCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.StringCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.StyleMedia' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.StyleSheet' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.StyleSheetList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.SubtleCrypto' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Text' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TextDecoder' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TextEncoder' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TextEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TextMetrics' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TextTrack' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TextTrackCue' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TextTrackCueList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TextTrackList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TimeRanges' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Touch' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TouchEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TouchList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TrackEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TransitionEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.TreeWalker' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.UIEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.URL' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.URLSearchParams' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.UserMessageHandler' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.VTTCue' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.VTTRegion' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.VTTRegionList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.ValidityState' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.VideoPlaybackQuality' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.VideoTrack' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.VideoTrackList' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.VoidCallback' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WaveShaperNode' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGL2RenderingContext' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGLActiveInfo' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGLCompressedTextureATC' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGLCompressedTexturePVRTC' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGLCompressedTextureS3TC' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGLContextEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGLDebugRendererInfo' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGLDebugShaders' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGLDepthTexture' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGLDrawBuffers' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGLLoseContext' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGLRenderingContextBase' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGLShaderPrecisionFormat' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPUBuffer' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPUCommandBuffer' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPUCommandQueue' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPUComputeCommandEncoder' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPUDepthStencilDescriptor' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPUDepthStencilState' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPUDrawable' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPUFunction' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPULibrary' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPURenderCommandEncoder' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPURenderPassAttachmentDescriptor' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPURenderPassColorAttachmentDescriptor' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPURenderPassDepthAttachmentDescriptor' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPURenderPassDescriptor' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPURenderPipelineColorAttachmentDescriptor' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPURenderPipelineDescriptor' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPURenderPipelineState' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPURenderingContext' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPUTexture' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebGPUTextureDescriptor' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitAnimationEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitCSSMatrix' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitCSSRegionRule' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitCSSViewportRule' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitMediaKeyError' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitMediaKeyMessageEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitMediaKeyNeededEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitMediaKeySession' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitMediaKeys' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitNamedFlow' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitNamespace' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitPlaybackTargetAvailabilityEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitPoint' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitSubtleCrypto' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebKitTransitionEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WebSocket' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WheelEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.Window' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WindowEventHandlers' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WindowOrWorkerGlobalScope' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.Worker' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WorkerGlobalScope' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WorkerLocation' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WorkerNavigator' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.WritableStream' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Custom.XMLHttpRequest' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.XMLHttpRequestEventTarget' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.XMLHttpRequestProgressEvent' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.XMLSerializer' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.XPathEvaluator' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.XPathException' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.XPathExpression' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.XPathNSResolver' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.XPathResult' Warning: Cannot find reexported module 'jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB:JSDOM.Generated.XSLTProcessor' SDOM.Generated.CSSRuleList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSRule: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSPrimitiveValue: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSPageRule: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSNamespaceRule: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSMediaRule: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSKeyframesRule: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSKeyframeRule: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSImportRule: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSFontFaceRule: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSSFontFaceLoadEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.CSS: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ByteLengthQueuingStrategy: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Body: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Blob: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.BiquadFilterNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.BeforeUnloadEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.BeforeLoadEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.BasicCredential: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.BarProp: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AutocompleteErrorEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AudioTrackList: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AudioTrack: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AudioProcessingEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AudioParam: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AudioNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AudioListener: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AudioDestinationNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AudioContext: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AudioBufferSourceNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AudioBuffer: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Attr: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ApplicationCache: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ApplePayValidateMerchantEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ApplePayShippingMethodSelectedEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ApplePayShippingContactSelectedEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ApplePaySession: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ApplePayPaymentMethodSelectedEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ApplePayPaymentAuthorizedEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ApplePayError: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AnimationEvent: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Animation: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.Animatable: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AnalyserNode: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.AbstractWorker: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Generated.ANGLEInstancedArrays: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Custom.XMLHttpRequest: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Custom.Window: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Custom.SQLTransaction: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Custom.Geolocation: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Custom.FormData: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Custom.Database: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Custom.Navigator: could not find link destinations for: - JSDOM.Types.typeGType Warning: JSDOM.Custom.AudioContext: could not find link destinations for: - JSDOM.Types.typeGType Documentation created: dist/doc/html/jsaddle-dom/, dist/doc/html/jsaddle-dom/jsaddle-dom.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/jsaddle-dom-0.9.9.2-ASIkSeC0VO5A998JmbQcnB Completed jsaddle-dom-0.9.9.2 Configuring dependent-sum-0.7.2.0... Preprocessing library for dependent-sum-0.7.2.0.. Building library for dependent-sum-0.7.2.0.. [1 of 1] Compiling Data.Dependent.Sum ( src/Data/Dependent/Sum.hs, dist/build/Data/Dependent/Sum.o, dist/build/Data/Dependent/Sum.dyn_o ) Preprocessing library for dependent-sum-0.7.2.0.. Running Haddock on library for dependent-sum-0.7.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Dependent.Sum ( src/Data/Dependent/Sum.hs, nothing ) Haddock coverage: Warning: 'Identity' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ArgDict' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 15% ( 2 / 13) in 'Data.Dependent.Sum' Missing documentation for: Module header ShowTag (src/Data/Dependent/Sum.hs:117) showTaggedPrec (src/Data/Dependent/Sum.hs:120) ReadTag (src/Data/Dependent/Sum.hs:123) readTaggedPrec (src/Data/Dependent/Sum.hs:126) EqTag (src/Data/Dependent/Sum.hs:129) eqTaggedPrec (src/Data/Dependent/Sum.hs:132) eqTagged (src/Data/Dependent/Sum.hs:137) OrdTag (src/Data/Dependent/Sum.hs:140) compareTaggedPrec (src/Data/Dependent/Sum.hs:143) compareTagged (src/Data/Dependent/Sum.hs:149) Documentation created: dist/doc/html/dependent-sum/, dist/doc/html/dependent-sum/dependent-sum.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dependent-sum-0.7.2.0-50kJlEaOXHrDV4fCF7JvGu Completed dependent-sum-0.7.2.0 Downloading ghcjs-dom-jsaddle-0.9.9.0 Downloaded ghcjs-dom-jsaddle-0.9.9.0 Configuring ghcjs-dom-jsaddle-0.9.9.0... Preprocessing library for ghcjs-dom-jsaddle-0.9.9.0.. Building library for ghcjs-dom-jsaddle-0.9.9.0.. Preprocessing library for ghcjs-dom-jsaddle-0.9.9.0.. Running Haddock on library for ghcjs-dom-jsaddle-0.9.9.0.. Warning: Haddocks are being requested, but there aren't any modules given to create documentation for. Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ghcjs-dom-jsaddle-0.9.9.0-E0stfB5F0jrEGnkuayduUE Completed ghcjs-dom-jsaddle-0.9.9.0 Downloading prim-uniq-0.2 Downloaded prim-uniq-0.2 Warning: prim-uniq.cabal:38:37: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Warning: prim-uniq.cabal:39:48: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Configuring prim-uniq-0.2... Preprocessing library for prim-uniq-0.2.. Building library for prim-uniq-0.2.. [1 of 4] Compiling Unsafe.Unique.Prim ( src/Unsafe/Unique/Prim.hs, dist/build/Unsafe/Unique/Prim.o, dist/build/Unsafe/Unique/Prim.dyn_o ) [2 of 4] Compiling Data.Unique.Prim ( src/Data/Unique/Prim.hs, dist/build/Data/Unique/Prim.o, dist/build/Data/Unique/Prim.dyn_o ) [3 of 4] Compiling Unsafe.Unique.Tag ( src/Unsafe/Unique/Tag.hs, dist/build/Unsafe/Unique/Tag.o, dist/build/Unsafe/Unique/Tag.dyn_o ) [4 of 4] Compiling Data.Unique.Tag ( src/Data/Unique/Tag.hs, dist/build/Data/Unique/Tag.o, dist/build/Data/Unique/Tag.dyn_o ) Preprocessing library for prim-uniq-0.2.. Running Haddock on library for prim-uniq-0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Unsafe.Unique.Prim ( src/Unsafe/Unique/Prim.hs, nothing ) [2 of 4] Compiling Data.Unique.Prim ( src/Data/Unique/Prim.hs, nothing ) [3 of 4] Compiling Unsafe.Unique.Tag ( src/Unsafe/Unique/Tag.hs, nothing ) [4 of 4] Compiling Data.Unique.Tag ( src/Data/Unique/Tag.hs, nothing ) Haddock coverage: Warning: 'Uniq' is ambiguous. It is defined * at src/Unsafe/Unique/Prim.hs:27:18 * at src/Unsafe/Unique/Prim.hs:27:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Unsafe/Unique/Prim.hs:27:1 Warning: 'Prim' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ST' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 83% ( 5 / 6) in 'Unsafe.Unique.Prim' Missing documentation for: Module header 75% ( 3 / 4) in 'Data.Unique.Prim' Missing documentation for: Module header Warning: 'Tag' is ambiguous. It is defined * at src/Unsafe/Unique/Tag.hs:31:19 * at src/Unsafe/Unique/Tag.hs:31:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Unsafe/Unique/Tag.hs:31:1 Warning: 'DSum' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 75% ( 3 / 4) in 'Unsafe.Unique.Tag' Missing documentation for: Module header 87% ( 7 / 8) in 'Data.Unique.Tag' Missing documentation for: Module header Documentation created: dist/doc/html/prim-uniq/, dist/doc/html/prim-uniq/prim-uniq.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prim-uniq-0.2-JLkb6tCoeQQEwFNsqRkj5I Completed prim-uniq-0.2 Warning: dependent-map.cabal:41:39: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Warning: dependent-map.cabal:42:49: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Warning: dependent-map.cabal:43:50: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Warning: dependent-map.cabal:44:57: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Configuring dependent-map-0.4.0.0... Preprocessing library for dependent-map-0.4.0.0.. Building library for dependent-map-0.4.0.0.. [1 of 4] Compiling Data.Dependent.Map.Internal ( src/Data/Dependent/Map/Internal.hs, dist/build/Data/Dependent/Map/Internal.o, dist/build/Data/Dependent/Map/Internal.dyn_o ) [2 of 4] Compiling Data.Dependent.Map.PtrEquality ( src/Data/Dependent/Map/PtrEquality.hs, dist/build/Data/Dependent/Map/PtrEquality.o, dist/build/Data/Dependent/Map/PtrEquality.dyn_o ) [3 of 4] Compiling Data.Dependent.Map ( src/Data/Dependent/Map.hs, dist/build/Data/Dependent/Map.o, dist/build/Data/Dependent/Map.dyn_o ) src/Data/Dependent/Map.hs:167:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (DMap k f). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 167 | mappend = union | ^^^^^^^^^^^^^^^ src/Data/Dependent/Map.hs:171:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical (<>) = mappend definition detected in the instance declaration for Semigroup (DMap k f). Suggested fix: Move definition from mappend to (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 171 | (<>) = mappend | ^^^^^^^^^^^^^^ src/Data/Dependent/Map.hs:1241:42: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1241 | _ -> showString (concat (reverse (tail bars))) . showString node | ^^^^ [4 of 4] Compiling Data.Dependent.Map.Lens ( src/Data/Dependent/Map/Lens.hs, dist/build/Data/Dependent/Map/Lens.o, dist/build/Data/Dependent/Map/Lens.dyn_o ) Preprocessing library for dependent-map-0.4.0.0.. Running Haddock on library for dependent-map-0.4.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Data.Dependent.Map.Internal ( src/Data/Dependent/Map/Internal.hs, nothing ) [2 of 4] Compiling Data.Dependent.Map.PtrEquality ( src/Data/Dependent/Map/PtrEquality.hs, nothing ) [3 of 4] Compiling Data.Dependent.Map ( src/Data/Dependent/Map.hs, nothing ) src/Data/Dependent/Map.hs:167:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical mappend definition detected in the instance declaration for Monoid (DMap k f). mappend will eventually be removed in favour of (<>) Suggested fix: Either remove definition for mappend (recommended) or define as mappend = (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 167 | mappend = union | ^^^^^^^^^^^^^^^ src/Data/Dependent/Map.hs:171:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances] Noncanonical (<>) = mappend definition detected in the instance declaration for Semigroup (DMap k f). Suggested fix: Move definition from mappend to (<>) See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 171 | (<>) = mappend | ^^^^^^^^^^^^^^ src/Data/Dependent/Map.hs:1241:42: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 1241 | _ -> showString (concat (reverse (tail bars))) . showString node | ^^^^ [4 of 4] Compiling Data.Dependent.Map.Lens ( src/Data/Dependent/Map/Lens.hs, nothing ) Haddock coverage: Warning: 'k' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Tag' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 37% ( 13 / 35) in 'Data.Dependent.Map.Internal' Missing documentation for: Module header lookupAssoc (src/Data/Dependent/Map/Internal.hs:85) combine (src/Data/Dependent/Map/Internal.hs:129) insertMax (src/Data/Dependent/Map/Internal.hs:139) insertMin (src/Data/Dependent/Map/Internal.hs:145) merge (src/Data/Dependent/Map/Internal.hs:155) glue (src/Data/Dependent/Map/Internal.hs:167) Triple' (src/Data/Dependent/Map/Internal.hs:192) delta (src/Data/Dependent/Map/Internal.hs:267) ratio (src/Data/Dependent/Map/Internal.hs:268) balance (src/Data/Dependent/Map/Internal.hs:271) rotateL (src/Data/Dependent/Map/Internal.hs:283) rotateR (src/Data/Dependent/Map/Internal.hs:289) singleL (src/Data/Dependent/Map/Internal.hs:296) singleR (src/Data/Dependent/Map/Internal.hs:298) doubleL (src/Data/Dependent/Map/Internal.hs:302) doubleR (src/Data/Dependent/Map/Internal.hs:304) bin (src/Data/Dependent/Map/Internal.hs:311) trim (src/Data/Dependent/Map/Internal.hs:337) trimLookupLo (src/Data/Dependent/Map/Internal.hs:346) filterGt (src/Data/Dependent/Map/Internal.hs:361) filterLt (src/Data/Dependent/Map/Internal.hs:370) Warning: 'Map' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unionWith' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'intersectionWith' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'eqTagged' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mapKeys' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% (110 /113) in 'Data.Dependent.Map' Missing documentation for: Module header lookupMin (src/Data/Dependent/Map.hs:547) lookupMax (src/Data/Dependent/Map.hs:562) Warning: 'lens' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Data.Dependent.Map.Lens' Documentation created: dist/doc/html/dependent-map/, dist/doc/html/dependent-map/dependent-map.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dependent-map-0.4.0.0-JYePXQWNiLH7wnERAVH5DS Completed dependent-map-0.4.0.0 Downloading ghcjs-dom-0.9.9.2 Downloaded ghcjs-dom-0.9.9.2 Configuring ghcjs-dom-0.9.9.2... Preprocessing library for ghcjs-dom-0.9.9.2.. Building library for ghcjs-dom-0.9.9.2.. [1 of 3] Compiling GHCJS.DOM.Debug.Internal ( src/GHCJS/DOM/Debug/Internal.hs, dist/build/GHCJS/DOM/Debug/Internal.o, dist/build/GHCJS/DOM/Debug/Internal.dyn_o ) [2 of 3] Compiling GHCJS.DOM.Document ( src/GHCJS/DOM/Document.hs, dist/build/GHCJS/DOM/Document.o, dist/build/GHCJS/DOM/Document.dyn_o ) [3 of 3] Compiling GHCJS.DOM.Debug ( src/GHCJS/DOM/Debug.hs, dist/build/GHCJS/DOM/Debug.o, dist/build/GHCJS/DOM/Debug.dyn_o ) Preprocessing library for ghcjs-dom-0.9.9.2.. Running Haddock on library for ghcjs-dom-0.9.9.2.. Warning: The documentation for the following packages are not installed. No links will be generated to these packages: ghcjs-dom-jsaddle-0.9.9.0 Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling GHCJS.DOM.Debug.Internal ( src/GHCJS/DOM/Debug/Internal.hs, nothing ) [2 of 3] Compiling GHCJS.DOM.Document ( src/GHCJS/DOM/Document.hs, nothing ) [3 of 3] Compiling GHCJS.DOM.Debug ( src/GHCJS/DOM/Debug.hs, nothing ) Haddock coverage: 0% ( 0 / 7) in 'GHCJS.DOM.Debug.Internal' Missing documentation for: Module header DomHasCallStack (src/GHCJS/DOM/Debug/Internal.hs:37) debugEnabled (src/GHCJS/DOM/Debug/Internal.hs:40) cachedStacks (src/GHCJS/DOM/Debug/Internal.hs:45) cacheStack (src/GHCJS/DOM/Debug/Internal.hs:62) lookupStack (src/GHCJS/DOM/Debug/Internal.hs:49) getElementStack (src/GHCJS/DOM/Debug/Internal.hs:54) 97% (175 /179) in 'GHCJS.DOM.Document' Missing documentation for: Module header IsDocument toDocument gTypeDocument 0% ( 0 / 6) in 'GHCJS.DOM.Debug' Missing documentation for: Module header DomHasCallStack (src/GHCJS/DOM/Debug/Internal.hs:37) debugEnabled (src/GHCJS/DOM/Debug/Internal.hs:40) getElementStack (src/GHCJS/DOM/Debug/Internal.hs:54) addDebugMenu (src/GHCJS/DOM/Debug.hs:50) addDebugMenu' (src/GHCJS/DOM/Debug.hs:53) Warning: GHCJS.DOM.Document: could not find link destinations for: - JSDOM.Types.typeGType Documentation created: dist/doc/html/ghcjs-dom/, dist/doc/html/ghcjs-dom/ghcjs-dom.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ghcjs-dom-0.9.9.2-A5ht8fAK6FJ5oltbvL0WBp Completed ghcjs-dom-0.9.9.2 Downloading patch-0.0.8.4 Downloaded patch-0.0.8.4 Configuring patch-0.0.8.4... Preprocessing library for patch-0.0.8.4.. Building library for patch-0.0.8.4.. [ 1 of 12] Compiling Data.Functor.Misc ( src/Data/Functor/Misc.hs, dist/build/Data/Functor/Misc.o, dist/build/Data/Functor/Misc.dyn_o ) [ 2 of 12] Compiling Data.Monoid.DecidablyEmpty ( src/Data/Monoid/DecidablyEmpty.hs, dist/build/Data/Monoid/DecidablyEmpty.o, dist/build/Data/Monoid/DecidablyEmpty.dyn_o ) [ 3 of 12] Compiling Data.Patch.Class ( src/Data/Patch/Class.hs, dist/build/Data/Patch/Class.o, dist/build/Data/Patch/Class.dyn_o ) [ 4 of 12] Compiling Data.Patch.IntMap ( src/Data/Patch/IntMap.hs, dist/build/Data/Patch/IntMap.o, dist/build/Data/Patch/IntMap.dyn_o ) [ 5 of 12] Compiling Data.Patch.Map ( src/Data/Patch/Map.hs, dist/build/Data/Patch/Map.o, dist/build/Data/Patch/Map.dyn_o ) [ 6 of 12] Compiling Data.Patch.DMap ( src/Data/Patch/DMap.hs, dist/build/Data/Patch/DMap.o, dist/build/Data/Patch/DMap.dyn_o ) [ 7 of 12] Compiling Data.Patch.MapWithPatchingMove ( src/Data/Patch/MapWithPatchingMove.hs, dist/build/Data/Patch/MapWithPatchingMove.o, dist/build/Data/Patch/MapWithPatchingMove.dyn_o ) [ 8 of 12] Compiling Data.Patch.MapWithMove ( src/Data/Patch/MapWithMove.hs, dist/build/Data/Patch/MapWithMove.o, dist/build/Data/Patch/MapWithMove.dyn_o ) [ 9 of 12] Compiling Data.Patch.DMapWithMove ( src/Data/Patch/DMapWithMove.hs, dist/build/Data/Patch/DMapWithMove.o, dist/build/Data/Patch/DMapWithMove.dyn_o ) [10 of 12] Compiling Data.Semigroup.Additive ( src/Data/Semigroup/Additive.hs, dist/build/Data/Semigroup/Additive.o, dist/build/Data/Semigroup/Additive.dyn_o ) [11 of 12] Compiling Data.Patch ( src/Data/Patch.hs, dist/build/Data/Patch.o, dist/build/Data/Patch.dyn_o ) src/Data/Patch.hs:33:1: warning: [GHC-15328] [-Wdeprecations] Module Data.Semigroup.Additive is deprecated: "Use 'Data.Semigroup.Commutative'" | 33 | import Data.Semigroup.Additive as X | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [12 of 12] Compiling Data.Patch.PatchOrReplacement ( src/Data/Patch/PatchOrReplacement.hs, dist/build/Data/Patch/PatchOrReplacement.o, dist/build/Data/Patch/PatchOrReplacement.dyn_o ) Preprocessing library for patch-0.0.8.4.. Running Haddock on library for patch-0.0.8.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 12] Compiling Data.Functor.Misc ( src/Data/Functor/Misc.hs, /tmp/ghc3313756_0/ghc_24.o, /tmp/ghc3313756_0/ghc_24.dyn_o ) [ 2 of 12] Compiling Data.Monoid.DecidablyEmpty ( src/Data/Monoid/DecidablyEmpty.hs, /tmp/ghc3313756_0/ghc_26.o, /tmp/ghc3313756_0/ghc_26.dyn_o ) [ 3 of 12] Compiling Data.Patch.Class ( src/Data/Patch/Class.hs, /tmp/ghc3313756_0/ghc_30.o, /tmp/ghc3313756_0/ghc_30.dyn_o ) [ 4 of 12] Compiling Data.Patch.IntMap ( src/Data/Patch/IntMap.hs, /tmp/ghc3313756_0/ghc_36.o, /tmp/ghc3313756_0/ghc_36.dyn_o ) [ 5 of 12] Compiling Data.Patch.Map ( src/Data/Patch/Map.hs, /tmp/ghc3313756_0/ghc_38.o, /tmp/ghc3313756_0/ghc_38.dyn_o ) [ 6 of 12] Compiling Data.Patch.DMap ( src/Data/Patch/DMap.hs, /tmp/ghc3313756_0/ghc_32.o, /tmp/ghc3313756_0/ghc_32.dyn_o ) [ 7 of 12] Compiling Data.Patch.MapWithPatchingMove ( src/Data/Patch/MapWithPatchingMove.hs, /tmp/ghc3313756_0/ghc_42.o, /tmp/ghc3313756_0/ghc_42.dyn_o ) [ 8 of 12] Compiling Data.Patch.MapWithMove ( src/Data/Patch/MapWithMove.hs, /tmp/ghc3313756_0/ghc_40.o, /tmp/ghc3313756_0/ghc_40.dyn_o ) [ 9 of 12] Compiling Data.Patch.DMapWithMove ( src/Data/Patch/DMapWithMove.hs, /tmp/ghc3313756_0/ghc_34.o, /tmp/ghc3313756_0/ghc_34.dyn_o ) [10 of 12] Compiling Data.Semigroup.Additive ( src/Data/Semigroup/Additive.hs, /tmp/ghc3313756_0/ghc_44.o, /tmp/ghc3313756_0/ghc_44.dyn_o ) [11 of 12] Compiling Data.Patch ( src/Data/Patch.hs, /tmp/ghc3313756_0/ghc_28.o, /tmp/ghc3313756_0/ghc_28.dyn_o ) src/Data/Patch.hs:33:1: warning: [GHC-15328] [-Wdeprecations] Module Data.Semigroup.Additive is deprecated: "Use 'Data.Semigroup.Commutative'" | 33 | import Data.Semigroup.Additive as X | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [12 of 12] Compiling Data.Patch.PatchOrReplacement ( src/Data/Patch/PatchOrReplacement.hs, nothing ) Haddock coverage: Warning: 'ComposeMaybe' is ambiguous. It is defined * at src/Data/Functor/Misc.hs:233:3 * at src/Data/Functor/Misc.hs:232:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Misc.hs:232:1 Warning: 'WrapArg' is ambiguous. It is defined * at src/Data/Functor/Misc.hs:133:3 * at src/Data/Functor/Misc.hs:132:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Misc.hs:132:1 Warning: 'Const2' is ambiguous. It is defined * at src/Data/Functor/Misc.hs:67:3 * at src/Data/Functor/Misc.hs:66:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Misc.hs:66:1 100% ( 21 / 21) in 'Data.Functor.Misc' 100% ( 2 / 2) in 'Data.Monoid.DecidablyEmpty' Warning: 'Proxy' is ambiguous. It is defined * in Data.Proxy * in Data.Proxy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Proxy Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity 100% ( 4 / 4) in 'Data.Patch.Class' Warning: 'PatchIntMap' is ambiguous. It is defined * at src/Data/Patch/IntMap.hs:37:25 * at src/Data/Patch/IntMap.hs:37:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Patch/IntMap.hs:37:1 100% ( 7 / 7) in 'Data.Patch.IntMap' Warning: 'PatchMap' is ambiguous. It is defined * at src/Data/Patch/Map.hs:38:24 * at src/Data/Patch/Map.hs:38:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Patch/Map.hs:38:1 100% ( 4 / 4) in 'Data.Patch.Map' Warning: 'ComposeMaybe' is ambiguous. It is defined * at src/Data/Functor/Misc.hs:233:3 * at src/Data/Functor/Misc.hs:232:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Misc.hs:232:1 Warning: 'PatchDMap' is ambiguous. It is defined * at src/Data/Patch/DMap.hs:39:25 * at src/Data/Patch/DMap.hs:39:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Patch/DMap.hs:39:1 Warning: 'PatchMap' is ambiguous. It is defined * at src/Data/Patch/Map.hs:38:24 * at src/Data/Patch/Map.hs:38:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Patch/Map.hs:38:1 Warning: 'Const2' is ambiguous. It is defined * at src/Data/Functor/Misc.hs:67:3 * at src/Data/Functor/Misc.hs:66:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Misc.hs:66:1 Warning: 'PatchIntMap' is ambiguous. It is defined * at src/Data/Patch/IntMap.hs:37:25 * at src/Data/Patch/IntMap.hs:37:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Patch/IntMap.hs:37:1 100% ( 10 / 10) in 'Data.Patch.DMap' Warning: 'PatchMapWithPatchingMove' is ambiguous. It is defined * at src/Data/Patch/MapWithPatchingMove.hs:77:40 * at src/Data/Patch/MapWithPatchingMove.hs:77:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Patch/MapWithPatchingMove.hs:77:1 Warning: 'NodeInfo' is ambiguous. It is defined * at src/Data/Patch/MapWithPatchingMove.hs:292:21 * at src/Data/Patch/MapWithPatchingMove.hs:292:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Patch/MapWithPatchingMove.hs:292:1 96% ( 26 / 27) in 'Data.Patch.MapWithPatchingMove' Missing documentation for: patchMapKey (src/Data/Patch/MapWithPatchingMove.hs:147) 100% ( 25 / 25) in 'Data.Patch.MapWithMove' Warning: 'PatchDMapWithMove' is ambiguous. It is defined * at src/Data/Patch/DMapWithMove.hs:53:33 * at src/Data/Patch/DMapWithMove.hs:53:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Patch/DMapWithMove.hs:53:1 Warning: 'NodeInfo' is ambiguous. It is defined * at src/Data/Patch/DMapWithMove.hs:61:23 * at src/Data/Patch/DMapWithMove.hs:61:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Patch/DMapWithMove.hs:61:1 Warning: 'ComposeMaybe' is ambiguous. It is defined * at src/Data/Functor/Misc.hs:233:3 * at src/Data/Functor/Misc.hs:232:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Misc.hs:232:1 Warning: 'PatchMapWithMove' is ambiguous. It is defined * at src/Data/Patch/MapWithMove.hs:118:1 * at src/Data/Patch/MapWithMove.hs:93:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Patch/MapWithMove.hs:93:1 Warning: 'Const2' is ambiguous. It is defined * at src/Data/Functor/Misc.hs:67:3 * at src/Data/Functor/Misc.hs:66:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Functor/Misc.hs:66:1 100% ( 25 / 25) in 'Data.Patch.DMapWithMove' 100% ( 2 / 2) in 'Data.Semigroup.Additive' Warning: Data.Patch: Could not find documentation for exported module: Data.Patch 100% ( 31 / 31) in 'Data.Patch' 60% ( 3 / 5) in 'Data.Patch.PatchOrReplacement' Missing documentation for: _PatchOrReplacement_Patch (src/Data/Patch/PatchOrReplacement.hs:80) _PatchOrReplacement_Replacement (src/Data/Patch/PatchOrReplacement.hs:80) Warning: Data.Patch.Class: could not find link destinations for: - Data.Patch.Class.D:R:PatchTargetProduct - Data.Patch.Class.D:R:PatchTargetSum - Data.Patch.Class.D:R:PatchTargetProxy - Data.Patch.Class.D:R:PatchTargetIdentity - Data.Patch.IntMap.D:R:PatchTargetPatchIntMap - Data.Patch.Map.D:R:PatchTargetPatchMap - Data.Patch.DMap.D:R:PatchTargetPatchDMap - Data.Patch.MapWithPatchingMove.D:R:PatchTargetPatchMapWithPatchingMove - Data.Patch.MapWithMove.D:R:PatchTargetPatchMapWithMove - Data.Patch.DMapWithMove.D:R:PatchTargetPatchDMapWithMove - Data.Patch.D:R:PatchTargetAdditivePatch - Data.Patch.PatchOrReplacement.D:R:PatchTargetPatchOrReplacement Warning: Data.Patch.IntMap: could not find link destinations for: - Data.Patch.IntMap.D:R:PatchTargetPatchIntMap - Data.Patch.IntMap.D:R:UnwrappedPatchIntMap Warning: Data.Patch.Map: could not find link destinations for: - Data.Patch.Map.D:R:PatchTargetPatchMap - Data.Patch.Map.D:R:UnwrappedPatchMap Warning: Data.Patch.DMap: could not find link destinations for: - Data.Patch.DMap.D:R:PatchTargetPatchDMap Warning: Data.Patch.MapWithPatchingMove: could not find link destinations for: - Data.Patch.MapWithPatchingMove.D:R:PatchTargetPatchMapWithPatchingMove - Data.Patch.MapWithPatchingMove.D:R:UnwrappedPatchMapWithPatchingMove Warning: Data.Patch.MapWithMove: could not find link destinations for: - Data.Patch.MapWithMove.D:R:PatchTargetPatchMapWithMove - Data.Patch.MapWithMove.D:R:UnwrappedPatchMapWithMove - Data.Patch.MapWithMove.D:R:UnwrappedNodeInfo - Data.Patch.MapWithMove.D:R:UnwrappedFrom Warning: Data.Patch.DMapWithMove: could not find link destinations for: - Data.Patch.DMapWithMove.D:R:PatchTargetPatchDMapWithMove Warning: Data.Patch: could not find link destinations for: - Data.Patch.IntMap.D:R:PatchTargetPatchIntMap - Data.Patch.IntMap.D:R:UnwrappedPatchIntMap - Data.Patch.DMap.D:R:PatchTargetPatchDMap - Data.Patch.MapWithMove.D:R:PatchTargetPatchMapWithMove - Data.Patch.MapWithMove.D:R:UnwrappedPatchMapWithMove - Data.Patch.DMapWithMove.D:R:PatchTargetPatchDMapWithMove - Data.Patch.D:R:PatchTargetAdditivePatch Warning: Data.Patch.PatchOrReplacement: could not find link destinations for: - Data.Patch.PatchOrReplacement.D:R:PatchTargetPatchOrReplacement - Data.Patch.PatchOrReplacement.Rep_PatchOrReplacement Documentation created: dist/doc/html/patch/, dist/doc/html/patch/patch.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/patch-0.0.8.4-ELNGK2YNrnvF1TxQygh4nD Completed patch-0.0.8.4 Downloading reflex-0.9.3.3 Downloaded reflex-0.9.3.3 Configuring reflex-0.9.3.3... Preprocessing library for reflex-0.9.3.3.. Building library for reflex-0.9.3.3.. [ 1 of 45] Compiling Control.Monad.ReaderIO ( src/Control/Monad/ReaderIO.hs, dist/build/Control/Monad/ReaderIO.o, dist/build/Control/Monad/ReaderIO.dyn_o ) src/Control/Monad/ReaderIO.hs:13:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 13 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 2 of 45] Compiling Data.AppendMap ( src/Data/AppendMap.hs, dist/build/Data/AppendMap.o, dist/build/Data/AppendMap.dyn_o ) [ 3 of 45] Compiling Data.FastMutableIntMap ( src/Data/FastMutableIntMap.hs, dist/build/Data/FastMutableIntMap.o, dist/build/Data/FastMutableIntMap.dyn_o ) [ 4 of 45] Compiling Data.FastWeakBag ( src/Data/FastWeakBag.hs, dist/build/Data/FastWeakBag.o, dist/build/Data/FastWeakBag.dyn_o ) [ 5 of 45] Compiling Data.Map.Misc ( src/Data/Map/Misc.hs, dist/build/Data/Map/Misc.o, dist/build/Data/Map/Misc.dyn_o ) [ 6 of 45] Compiling Data.WeakBag ( src/Data/WeakBag.hs, dist/build/Data/WeakBag.o, dist/build/Data/WeakBag.dyn_o ) [ 7 of 45] Compiling Reflex.FastWeak ( src/Reflex/FastWeak.hs, dist/build/Reflex/FastWeak.o, dist/build/Reflex/FastWeak.dyn_o ) [ 8 of 45] Compiling Reflex.FunctorMaybe ( src/Reflex/FunctorMaybe.hs, dist/build/Reflex/FunctorMaybe.o, dist/build/Reflex/FunctorMaybe.dyn_o ) [ 9 of 45] Compiling Reflex.Class ( src/Reflex/Class.hs, dist/build/Reflex/Class.o, dist/build/Reflex/Class.dyn_o ) src/Reflex/Class.hs:757:22: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class FunctorMaybe (imported from Reflex.FunctorMaybe): Deprecated: "Use 'Filterable' from Data.Witherable instead" | 757 | instance Reflex t => FunctorMaybe (Event t) where | ^^^^^^^^^^^^ src/Reflex/Class.hs:757:22: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class FunctorMaybe (imported from Reflex.FunctorMaybe): Deprecated: "Use 'Filterable' from Data.Witherable instead" | 757 | instance Reflex t => FunctorMaybe (Event t) where | ^^^^^^^^^^^^ src/Reflex/Class.hs:1682:19: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [a] not matched: [] | 1682 | fmapCheap (f . (\(h : t) -> h :| t) . IntMap.elems) | ^^^^^^^^^^^^^^^^^^ [10 of 45] Compiling Reflex.EventWriter.Class ( src/Reflex/EventWriter/Class.hs, dist/build/Reflex/EventWriter/Class.o, dist/build/Reflex/EventWriter/Class.dyn_o ) [11 of 45] Compiling Reflex.DynamicWriter.Class ( src/Reflex/DynamicWriter/Class.hs, dist/build/Reflex/DynamicWriter/Class.o, dist/build/Reflex/DynamicWriter/Class.dyn_o ) [12 of 45] Compiling Reflex.Dynamic.Uniq ( src/Reflex/Dynamic/Uniq.hs, dist/build/Reflex/Dynamic/Uniq.o, dist/build/Reflex/Dynamic/Uniq.dyn_o ) [13 of 45] Compiling Reflex.Dynamic ( src/Reflex/Dynamic.hs, dist/build/Reflex/Dynamic.o, dist/build/Reflex/Dynamic.dyn_o ) src/Reflex/Dynamic.hs:461:69: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type DSum (HListPtr (h : t)) f not matched: HHeadPtr :=> _ | 461 | ((HHeadPtr :=> h) : t) -> FHCons h . rebuildSortedFHList . map (\(HTailPtr p :=> v) -> p :=> v) $ t | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/Dynamic.hs:464:76: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type DSum (HListPtr (h : t)) Identity not matched: HHeadPtr :=> _ | 464 | ((HHeadPtr :=> Identity h) : t) -> HCons h . rebuildSortedHList . map (\(HTailPtr p :=> v) -> p :=> v) $ t | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [14 of 45] Compiling Reflex.Dynamic.TH ( src/Reflex/Dynamic/TH.hs, dist/build/Reflex/Dynamic/TH.o, dist/build/Reflex/Dynamic/TH.dyn_o ) src/Reflex/Dynamic/TH.hs:92:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Name not matched: TH.Name (TH.OccName _) TH.NameS TH.Name (TH.OccName _) (TH.NameQ _) TH.Name (TH.OccName _) (TH.NameU _) TH.Name (TH.OccName _) (TH.NameL _) | 92 | where TH.Name (TH.OccName occName) (TH.NameG _ _ (TH.ModName modName)) = 'unqMarker | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/Dynamic/TH.hs:97:96: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns of type Hs.Splice Hs.SrcSpanInfo not matched: Hs.TIdSplice _ _ Hs.TParenSplice _ _ | 97 | Hs.App l (Hs.Var l $ Hs.Qual l (Hs.ModuleName l modName) (Hs.Ident l occName)) $ case se of | ^^^^^^^^^^... [15 of 45] Compiling Reflex.BehaviorWriter.Class ( src/Reflex/BehaviorWriter/Class.hs, dist/build/Reflex/BehaviorWriter/Class.o, dist/build/Reflex/BehaviorWriter/Class.dyn_o ) [16 of 45] Compiling Reflex.Adjustable.Class ( src/Reflex/Adjustable/Class.hs, dist/build/Reflex/Adjustable/Class.o, dist/build/Reflex/Adjustable/Class.dyn_o ) [17 of 45] Compiling Reflex.Host.Class ( src/Reflex/Host/Class.hs, dist/build/Reflex/Host/Class.o, dist/build/Reflex/Host/Class.dyn_o ) src/Reflex/Host/Class.hs:160:76: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 160 | newEventWithTriggerRef :: (MonadReflexCreateTrigger t m, MonadRef m, Ref m ~ Ref IO) => m (Event t a, Ref m (Maybe (EventTrigger t a))) | ^ src/Reflex/Host/Class.hs:170:57: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 170 | fireEventRef :: (MonadReflexHost t m, MonadRef m, Ref m ~ Ref IO) => Ref m (Maybe (EventTrigger t a)) -> a -> m () | ^ src/Reflex/Host/Class.hs:179:64: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 179 | fireEventRefAndRead :: (MonadReflexHost t m, MonadRef m, Ref m ~ Ref IO) => Ref m (Maybe (EventTrigger t a)) -> a -> EventHandle t b -> m (Maybe b) | ^ [18 of 45] Compiling Reflex.PostBuild.Class ( src/Reflex/PostBuild/Class.hs, dist/build/Reflex/PostBuild/Class.o, dist/build/Reflex/PostBuild/Class.dyn_o ) [19 of 45] Compiling Reflex.Collection ( src/Reflex/Collection.hs, dist/build/Reflex/Collection.o, dist/build/Reflex/Collection.dyn_o ) src/Reflex/Collection.hs:39:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad.Identity is redundant except perhaps to import instances from Control.Monad.Identity To import instances alone, use: import Control.Monad.Identity() | 39 | import Control.Monad.Identity | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [20 of 45] Compiling Reflex.Pure ( src/Reflex/Pure.hs, dist/build/Reflex/Pure.o, dist/build/Reflex/Pure.dyn_o ) src/Reflex/Pure.hs:139:40: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 139 | mergeIncrementalImpl :: (PatchTarget p ~ DMap k q, GCompare k) | ^ src/Reflex/Pure.hs:148:43: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 148 | mergeIntIncrementalImpl :: (PatchTarget p ~ IntMap (Event (Pure t) a)) => Incremental (Pure t) p -> Event (Pure t) (IntMap a) | ^ [21 of 45] Compiling Reflex.Query.Class ( src/Reflex/Query/Class.hs, dist/build/Reflex/Query/Class.o, dist/build/Reflex/Query/Class.dyn_o ) src/Reflex/Query/Class.hs:30:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 30 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [22 of 45] Compiling Reflex.Requester.Class ( src/Reflex/Requester/Class.hs, dist/build/Reflex/Requester/Class.o, dist/build/Reflex/Requester/Class.dyn_o ) src/Reflex/Requester/Class.hs:67:50: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 67 | requestingIdentity :: (Requester t m, Response m ~ Identity) => Event t (Request m a) -> m (Event t a) | ^ [23 of 45] Compiling Reflex.TriggerEvent.Class ( src/Reflex/TriggerEvent/Class.hs, dist/build/Reflex/TriggerEvent/Class.o, dist/build/Reflex/TriggerEvent/Class.dyn_o ) [24 of 45] Compiling Reflex.PerformEvent.Class ( src/Reflex/PerformEvent/Class.hs, dist/build/Reflex/PerformEvent/Class.o, dist/build/Reflex/PerformEvent/Class.dyn_o ) src/Reflex/PerformEvent/Class.hs:21:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad.Fix is redundant except perhaps to import instances from Control.Monad.Fix To import instances alone, use: import Control.Monad.Fix() | 21 | import Control.Monad.Fix | ^^^^^^^^^^^^^^^^^^^^^^^^ [25 of 45] Compiling Reflex.TriggerEvent.Base ( src/Reflex/TriggerEvent/Base.hs, dist/build/Reflex/TriggerEvent/Base.o, dist/build/Reflex/TriggerEvent/Base.dyn_o ) src/Reflex/TriggerEvent/Base.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 16 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/TriggerEvent/Base.hs:79:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | instance (Monad m, MonadRef m, Ref m ~ Ref IO, MonadReflexCreateTrigger t m) => TriggerEvent t (TriggerEventT t m) where | ^ [26 of 45] Compiling Reflex.Time ( src/Reflex/Time.hs, dist/build/Reflex/Time.o, dist/build/Reflex/Time.dyn_o ) [27 of 45] Compiling Reflex.Requester.Base.Internal ( src/Reflex/Requester/Base/Internal.hs, dist/build/Reflex/Requester/Base/Internal.o, dist/build/Reflex/Requester/Base/Internal.dyn_o ) src/Reflex/Requester/Base/Internal.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 34 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [28 of 45] Compiling Reflex.Requester.Base ( src/Reflex/Requester/Base.hs, dist/build/Reflex/Requester/Base.o, dist/build/Reflex/Requester/Base.dyn_o ) [29 of 45] Compiling Reflex.PostBuild.Base ( src/Reflex/PostBuild/Base.hs, dist/build/Reflex/PostBuild/Base.o, dist/build/Reflex/PostBuild/Base.dyn_o ) src/Reflex/PostBuild/Base.hs:31:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 31 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/PostBuild/Base.hs:35:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad.Identity is redundant except perhaps to import instances from Control.Monad.Identity To import instances alone, use: import Control.Monad.Identity() | 35 | import Control.Monad.Identity | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [30 of 45] Compiling Reflex.PerformEvent.Base ( src/Reflex/PerformEvent/Base.hs, dist/build/Reflex/PerformEvent/Base.o, dist/build/Reflex/PerformEvent/Base.dyn_o ) src/Reflex/PerformEvent/Base.hs:38:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad.Identity is redundant except perhaps to import instances from Control.Monad.Identity To import instances alone, use: import Control.Monad.Identity() | 38 | import Control.Monad.Identity | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/PerformEvent/Base.hs:94:42: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraint: PrimMonad (HostFrame t) In the type signature for: defaultAdjustBase :: forall {k} t (v :: k -> *) (v2 :: k -> *) (k' :: k -> *) (p :: (k -> *) -> (k -> *) -> *). (Monad (HostFrame t), PrimMonad (HostFrame t), Reflex t) => ((forall (a :: k). k' a -> v a -> HostFrame t (v2 a)) -> p k' v -> HostFrame t (p k' v2)) -> (forall (a :: k). k' a -> v a -> HostFrame t (v2 a)) -> DMap k' v -> Event t (p k' v) -> RequesterT t (HostFrame t) Identity (HostFrame t) (DMap k' v2, Event t (p k' v2)) | 94 | defaultAdjustBase :: forall t v v2 k' p. (Monad (HostFrame t), PrimMonad (HostFrame t), Reflex t) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/PerformEvent/Base.hs:105:42: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraint: PrimMonad (HostFrame t) In the type signature for: defaultAdjustIntBase :: forall t v v2 (p :: * -> *). (Monad (HostFrame t), PrimMonad (HostFrame t), Reflex t) => ((IntMap.Key -> v -> HostFrame t v2) -> p v -> HostFrame t (p v2)) -> (IntMap.Key -> v -> HostFrame t v2) -> IntMap v -> Event t (p v) -> RequesterT t (HostFrame t) Identity (HostFrame t) (IntMap v2, Event t (p v2)) | 105 | defaultAdjustIntBase :: forall t v v2 p. (Monad (HostFrame t), PrimMonad (HostFrame t), Reflex t) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/PerformEvent/Base.hs:127:22: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraints: (Monad m, MonadSubscribeEvent t m) In the type signature for: hostPerformEventT :: forall t (m :: * -> *) a. (Monad m, MonadSubscribeEvent t m, MonadReflexHost t m, MonadRef m, Ref m ~ Ref IO) => PerformEventT t m a -> m (a, FireCommand t m) | 127 | ( Monad m | ^^^^^^^^^... [31 of 45] Compiling Reflex.EventWriter.Base ( src/Reflex/EventWriter/Base.hs, dist/build/Reflex/EventWriter/Base.o, dist/build/Reflex/EventWriter/Base.dyn_o ) src/Reflex/EventWriter/Base.hs:124:12: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type [w] not matched: [] | 124 | . (\(h : t) -> h :| t) -- Unconditional; 'merge' guarantees that it will only fire with non-empty DMaps | ^^^^^^^^^^^^^^^^^^ [32 of 45] Compiling Reflex.Query.Base ( src/Reflex/Query/Base.hs, dist/build/Reflex/Query/Base.o, dist/build/Reflex/Query/Base.dyn_o ) src/Reflex/Query/Base.hs:22:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 22 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [33 of 45] Compiling Reflex.EventWriter ( src/Reflex/EventWriter.hs, dist/build/Reflex/EventWriter.o, dist/build/Reflex/EventWriter.dyn_o ) [34 of 45] Compiling Reflex.DynamicWriter.Base ( src/Reflex/DynamicWriter/Base.hs, dist/build/Reflex/DynamicWriter/Base.o, dist/build/Reflex/DynamicWriter/Base.dyn_o ) src/Reflex/DynamicWriter/Base.hs:26:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad.Identity is redundant except perhaps to import instances from Control.Monad.Identity To import instances alone, use: import Control.Monad.Identity() | 26 | import Control.Monad.Identity | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/DynamicWriter/Base.hs:57:84: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 57 | mapIncrementalMapValues :: (Reflex t, Patch (p v), Patch (p v'), PatchTarget (p v) ~ f v, PatchTarget (p v') ~ f v', Functor p, Functor f) => (v -> v') -> Incremental t (p v) -> Incremental t (p v') | ^ src/Reflex/DynamicWriter/Base.hs:57:110: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 57 | mapIncrementalMapValues :: (Reflex t, Patch (p v), Patch (p v'), PatchTarget (p v) ~ f v, PatchTarget (p v') ~ f v', Functor p, Functor f) => (v -> v') -> Incremental t (p v) -> Incremental t (p v') | ^ src/Reflex/DynamicWriter/Base.hs:176:105: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 176 | traverseDMapWithKeyWithAdjustImpl :: forall t w k v' p p' v m. (PatchTarget (p' (Some k) (Dynamic t w)) ~ Map (Some k) (Dynamic t w), PatchTarget (p' (Some k) w) ~ Map (Some k) w, Patch (p' (Some k) w), Patch (p' (Some k) (Dynamic t w)), Monoid w, Reflex t, MonadHold t m) | ^ src/Reflex/DynamicWriter/Base.hs:176:163: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 176 | traverseDMapWithKeyWithAdjustImpl :: forall t w k v' p p' v m. (PatchTarget (p' (Some k) (Dynamic t w)) ~ Map (Some k) (Dynamic t w), PatchTarget (p' (Some k) w) ~ Map (Some k) w, Patch (p' (Some k) w), Patch (p' (Some k) (Dynamic t w)), Monoid w, Reflex t, MonadHold t m) | ^ src/Reflex/DynamicWriter/Base.hs:203:96: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 203 | traverseIntMapWithKeyWithAdjustImpl :: forall t w v' p p' v m. (PatchTarget (p' (Dynamic t w)) ~ IntMap (Dynamic t w), PatchTarget (p' w) ~ IntMap w, Patch (p' w), Patch (p' (Dynamic t w)), Monoid w, Reflex t, MonadHold t m, Functor p, p ~ p') | ^ src/Reflex/DynamicWriter/Base.hs:203:139: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 203 | traverseIntMapWithKeyWithAdjustImpl :: forall t w v' p p' v m. (PatchTarget (p' (Dynamic t w)) ~ IntMap (Dynamic t w), PatchTarget (p' w) ~ IntMap w, Patch (p' w), Patch (p' (Dynamic t w)), Monoid w, Reflex t, MonadHold t m, Functor p, p ~ p') | ^ src/Reflex/DynamicWriter/Base.hs:203:239: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 203 | traverseIntMapWithKeyWithAdjustImpl :: forall t w v' p p' v m. (PatchTarget (p' (Dynamic t w)) ~ IntMap (Dynamic t w), PatchTarget (p' w) ~ IntMap w, Patch (p' w), Patch (p' (Dynamic t w)), Monoid w, Reflex t, MonadHold t m, Functor p, p ~ p') | ^ [35 of 45] Compiling Reflex.DynamicWriter ( src/Reflex/DynamicWriter.hs, dist/build/Reflex/DynamicWriter.o, dist/build/Reflex/DynamicWriter.dyn_o ) [36 of 45] Compiling Reflex.BehaviorWriter.Base ( src/Reflex/BehaviorWriter/Base.hs, dist/build/Reflex/BehaviorWriter/Base.o, dist/build/Reflex/BehaviorWriter/Base.dyn_o ) src/Reflex/BehaviorWriter/Base.hs:28:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad.Identity is redundant except perhaps to import instances from Control.Monad.Identity To import instances alone, use: import Control.Monad.Identity() | 28 | import Control.Monad.Identity | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/BehaviorWriter/Base.hs:153:40: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 153 | ( PatchTarget (p' (Behavior t w)) ~ IntMap (Behavior t w) | ^ src/Reflex/BehaviorWriter/Base.hs:159:10: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 159 | , p ~ p' | ^ src/Reflex/BehaviorWriter/Base.hs:187:49: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 187 | ( PatchTarget (p' (Some k) (Behavior t w)) ~ Map (Some k) (Behavior t w) | ^ [37 of 45] Compiling Reflex.NotReady.Class ( src/Reflex/NotReady/Class.hs, dist/build/Reflex/NotReady/Class.o, dist/build/Reflex/NotReady/Class.dyn_o ) src/Reflex/NotReady/Class.hs:32:45: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 32 | default notReadyUntil :: (MonadTrans f, m ~ f m', NotReady t m') => Event t a -> m () | ^ src/Reflex/NotReady/Class.hs:36:40: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 36 | default notReady :: (MonadTrans f, m ~ f m', NotReady t m') => m () | ^ [38 of 45] Compiling Reflex.Spider.Internal ( src/Reflex/Spider/Internal.hs, dist/build/Reflex/Spider/Internal.o, dist/build/Reflex/Spider/Internal.dyn_o ) src/Reflex/Spider/Internal.hs:33:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 33 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/Spider/Internal.hs:41:39: warning: [GHC-61689] [-Wdodgy-imports] Module Control.Monad.Identity does not export forM. | 41 | import Control.Monad.Identity hiding (forM, forM_, mapM, mapM_) | ^^^^ src/Reflex/Spider/Internal.hs:41:45: warning: [GHC-61689] [-Wdodgy-imports] Module Control.Monad.Identity does not export forM_. | 41 | import Control.Monad.Identity hiding (forM, forM_, mapM, mapM_) | ^^^^^ src/Reflex/Spider/Internal.hs:41:52: warning: [GHC-61689] [-Wdodgy-imports] Module Control.Monad.Identity does not export mapM. | 41 | import Control.Monad.Identity hiding (forM, forM_, mapM, mapM_) | ^^^^ src/Reflex/Spider/Internal.hs:41:58: warning: [GHC-61689] [-Wdodgy-imports] Module Control.Monad.Identity does not export mapM_. | 41 | import Control.Monad.Identity hiding (forM, forM_, mapM, mapM_) | ^^^^^ src/Reflex/Spider/Internal.hs:295:10: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraint: MonadIO m In the type signature for: headE :: forall {k} (m :: * -> *) (x :: k) a. (MonadIO m, Defer (SomeMergeInit x) m) => Event x a -> m (Event x a) | 295 | headE :: (MonadIO m, Defer (SomeMergeInit x) m) => Event x a -> m (Event x a) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/Spider/Internal.hs:320:8: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraint: MonadIO m In the type signature for: now :: forall {k} (m :: * -> *) (x :: k). (MonadIO m, Defer (Some Clear) m) => m (Event x ()) | 320 | now :: (MonadIO m, Defer (Some Clear) m) => m (Event x ()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/Spider/Internal.hs:2111:14: warning: [GHC-40910] [-Wunused-matches] Defined but not used: getParent | 2111 | mergeGCheap' getParent getInitialSubscribers updateFunc destroy d = Event $ \sub -> do | ^^^^^^^^^ [39 of 45] Compiling Reflex.Spider ( src/Reflex/Spider.hs, dist/build/Reflex/Spider.o, dist/build/Reflex/Spider.dyn_o ) [40 of 45] Compiling Reflex.Profiled ( src/Reflex/Profiled.hs, dist/build/Reflex/Profiled.o, dist/build/Reflex/Profiled.dyn_o ) [41 of 45] Compiling Reflex.Network ( src/Reflex/Network.hs, dist/build/Reflex/Network.o, dist/build/Reflex/Network.dyn_o ) [42 of 45] Compiling Reflex ( src/Reflex.hs, dist/build/Reflex.o, dist/build/Reflex.dyn_o ) [43 of 45] Compiling Reflex.Host.Headless ( src/Reflex/Host/Headless.hs, dist/build/Reflex/Host/Headless.o, dist/build/Reflex/Host/Headless.dyn_o ) src/Reflex/Host/Headless.hs:45:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 45 | , Ref (HostFrame t) ~ IORef | ^ src/Reflex/Host/Headless.hs:46:11: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 46 | , Ref m ~ IORef | ^ [44 of 45] Compiling Reflex.Widget.Basic ( src/Reflex/Widget/Basic.hs, dist/build/Reflex/Widget/Basic.o, dist/build/Reflex/Widget/Basic.dyn_o ) [45 of 45] Compiling Reflex.Workflow ( src/Reflex/Workflow.hs, dist/build/Reflex/Workflow.o, dist/build/Reflex/Workflow.dyn_o ) src/Reflex/Workflow.hs:33:27: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraint: Reflex t In the type signature for: workflow :: forall t (m :: * -> *) a. (Reflex t, Adjustable t m, MonadFix m, MonadHold t m) => Workflow t m a -> m (Dynamic t a) | 33 | workflow :: forall t m a. (Reflex t, Adjustable t m, MonadFix m, MonadHold t m) => Workflow t m a -> m (Dynamic t a) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/Workflow.hs:39:31: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraint: Reflex t In the type signature for: workflowView :: forall t (m :: * -> *) a. (Reflex t, NotReady t m, Adjustable t m, MonadFix m, MonadHold t m, PostBuild t m) => Workflow t m a -> m (Event t a) | 39 | workflowView :: forall t m a. (Reflex t, NotReady t m, Adjustable t m, MonadFix m, MonadHold t m, PostBuild t m) => Workflow t m a -> m (Event t a) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Preprocessing library for reflex-0.9.3.3.. Running Haddock on library for reflex-0.9.3.3.. Warning: The documentation for the following packages are not installed. No links will be generated to these packages: fail-4.9.0.0 Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 45] Compiling Control.Monad.ReaderIO ( src/Control/Monad/ReaderIO.hs, nothing ) src/Control/Monad/ReaderIO.hs:13:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 13 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 2 of 45] Compiling Data.AppendMap ( src/Data/AppendMap.hs, nothing ) [ 3 of 45] Compiling Data.FastMutableIntMap ( src/Data/FastMutableIntMap.hs, nothing ) [ 4 of 45] Compiling Data.FastWeakBag ( src/Data/FastWeakBag.hs, nothing ) [ 5 of 45] Compiling Data.Map.Misc ( src/Data/Map/Misc.hs, nothing ) [ 6 of 45] Compiling Data.WeakBag ( src/Data/WeakBag.hs, nothing ) [ 7 of 45] Compiling Reflex.FastWeak ( src/Reflex/FastWeak.hs, nothing ) [ 8 of 45] Compiling Reflex.FunctorMaybe ( src/Reflex/FunctorMaybe.hs, /tmp/ghc3317718_0/ghc_74.o, /tmp/ghc3317718_0/ghc_74.dyn_o ) [ 9 of 45] Compiling Reflex.Class ( src/Reflex/Class.hs, /tmp/ghc3317718_0/ghc_70.o, /tmp/ghc3317718_0/ghc_70.dyn_o ) src/Reflex/Class.hs:757:22: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class FunctorMaybe (imported from Reflex.FunctorMaybe): Deprecated: "Use 'Filterable' from Data.Witherable instead" | 757 | instance Reflex t => FunctorMaybe (Event t) where | ^^^^^^^^^^^^ src/Reflex/Class.hs:757:22: warning: [GHC-68441] [-Wdeprecations] In the use of type constructor or class FunctorMaybe (imported from Reflex.FunctorMaybe): Deprecated: "Use 'Filterable' from Data.Witherable instead" | 757 | instance Reflex t => FunctorMaybe (Event t) where | ^^^^^^^^^^^^ [10 of 45] Compiling Reflex.EventWriter.Class ( src/Reflex/EventWriter/Class.hs, nothing ) [11 of 45] Compiling Reflex.DynamicWriter.Class ( src/Reflex/DynamicWriter/Class.hs, nothing ) [12 of 45] Compiling Reflex.Dynamic.Uniq ( src/Reflex/Dynamic/Uniq.hs, nothing ) [13 of 45] Compiling Reflex.Dynamic ( src/Reflex/Dynamic.hs, /tmp/ghc3317718_0/ghc_72.o, /tmp/ghc3317718_0/ghc_72.dyn_o ) [14 of 45] Compiling Reflex.Dynamic.TH ( src/Reflex/Dynamic/TH.hs, nothing ) [15 of 45] Compiling Reflex.BehaviorWriter.Class ( src/Reflex/BehaviorWriter/Class.hs, nothing ) [16 of 45] Compiling Reflex.Adjustable.Class ( src/Reflex/Adjustable/Class.hs, nothing ) [17 of 45] Compiling Reflex.Host.Class ( src/Reflex/Host/Class.hs, nothing ) src/Reflex/Host/Class.hs:160:76: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 160 | newEventWithTriggerRef :: (MonadReflexCreateTrigger t m, MonadRef m, Ref m ~ Ref IO) => m (Event t a, Ref m (Maybe (EventTrigger t a))) | ^ src/Reflex/Host/Class.hs:170:57: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 170 | fireEventRef :: (MonadReflexHost t m, MonadRef m, Ref m ~ Ref IO) => Ref m (Maybe (EventTrigger t a)) -> a -> m () | ^ src/Reflex/Host/Class.hs:179:64: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 179 | fireEventRefAndRead :: (MonadReflexHost t m, MonadRef m, Ref m ~ Ref IO) => Ref m (Maybe (EventTrigger t a)) -> a -> EventHandle t b -> m (Maybe b) | ^ [18 of 45] Compiling Reflex.PostBuild.Class ( src/Reflex/PostBuild/Class.hs, /tmp/ghc3317718_0/ghc_78.o, /tmp/ghc3317718_0/ghc_78.dyn_o ) [19 of 45] Compiling Reflex.Collection ( src/Reflex/Collection.hs, nothing ) src/Reflex/Collection.hs:39:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad.Identity is redundant except perhaps to import instances from Control.Monad.Identity To import instances alone, use: import Control.Monad.Identity() | 39 | import Control.Monad.Identity | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [20 of 45] Compiling Reflex.Pure ( src/Reflex/Pure.hs, nothing ) src/Reflex/Pure.hs:139:40: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 139 | mergeIncrementalImpl :: (PatchTarget p ~ DMap k q, GCompare k) | ^ src/Reflex/Pure.hs:148:43: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 148 | mergeIntIncrementalImpl :: (PatchTarget p ~ IntMap (Event (Pure t) a)) => Incremental (Pure t) p -> Event (Pure t) (IntMap a) | ^ [21 of 45] Compiling Reflex.Query.Class ( src/Reflex/Query/Class.hs, nothing ) src/Reflex/Query/Class.hs:30:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 30 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [22 of 45] Compiling Reflex.Requester.Class ( src/Reflex/Requester/Class.hs, nothing ) src/Reflex/Requester/Class.hs:67:50: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 67 | requestingIdentity :: (Requester t m, Response m ~ Identity) => Event t (Request m a) -> m (Event t a) | ^ [23 of 45] Compiling Reflex.TriggerEvent.Class ( src/Reflex/TriggerEvent/Class.hs, /tmp/ghc3317718_0/ghc_80.o, /tmp/ghc3317718_0/ghc_80.dyn_o ) [24 of 45] Compiling Reflex.PerformEvent.Class ( src/Reflex/PerformEvent/Class.hs, /tmp/ghc3317718_0/ghc_76.o, /tmp/ghc3317718_0/ghc_76.dyn_o ) src/Reflex/PerformEvent/Class.hs:21:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad.Fix is redundant except perhaps to import instances from Control.Monad.Fix To import instances alone, use: import Control.Monad.Fix() | 21 | import Control.Monad.Fix | ^^^^^^^^^^^^^^^^^^^^^^^^ [25 of 45] Compiling Reflex.TriggerEvent.Base ( src/Reflex/TriggerEvent/Base.hs, nothing ) src/Reflex/TriggerEvent/Base.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 16 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/TriggerEvent/Base.hs:79:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 79 | instance (Monad m, MonadRef m, Ref m ~ Ref IO, MonadReflexCreateTrigger t m) => TriggerEvent t (TriggerEventT t m) where | ^ [26 of 45] Compiling Reflex.Time ( src/Reflex/Time.hs, nothing ) [27 of 45] Compiling Reflex.Requester.Base.Internal ( src/Reflex/Requester/Base/Internal.hs, nothing ) src/Reflex/Requester/Base/Internal.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 34 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [28 of 45] Compiling Reflex.Requester.Base ( src/Reflex/Requester/Base.hs, nothing ) [29 of 45] Compiling Reflex.PostBuild.Base ( src/Reflex/PostBuild/Base.hs, nothing ) src/Reflex/PostBuild/Base.hs:31:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 31 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/PostBuild/Base.hs:35:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad.Identity is redundant except perhaps to import instances from Control.Monad.Identity To import instances alone, use: import Control.Monad.Identity() | 35 | import Control.Monad.Identity | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [30 of 45] Compiling Reflex.PerformEvent.Base ( src/Reflex/PerformEvent/Base.hs, nothing ) src/Reflex/PerformEvent/Base.hs:38:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad.Identity is redundant except perhaps to import instances from Control.Monad.Identity To import instances alone, use: import Control.Monad.Identity() | 38 | import Control.Monad.Identity | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/PerformEvent/Base.hs:94:42: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraint: PrimMonad (HostFrame t) In the type signature for: defaultAdjustBase :: forall {k} t (v :: k -> *) (v2 :: k -> *) (k' :: k -> *) (p :: (k -> *) -> (k -> *) -> *). (Monad (HostFrame t), PrimMonad (HostFrame t), Reflex t) => ((forall (a :: k). k' a -> v a -> HostFrame t (v2 a)) -> p k' v -> HostFrame t (p k' v2)) -> (forall (a :: k). k' a -> v a -> HostFrame t (v2 a)) -> DMap k' v -> Event t (p k' v) -> RequesterT t (HostFrame t) Identity (HostFrame t) (DMap k' v2, Event t (p k' v2)) | 94 | defaultAdjustBase :: forall t v v2 k' p. (Monad (HostFrame t), PrimMonad (HostFrame t), Reflex t) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/PerformEvent/Base.hs:105:42: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraint: PrimMonad (HostFrame t) In the type signature for: defaultAdjustIntBase :: forall t v v2 (p :: * -> *). (Monad (HostFrame t), PrimMonad (HostFrame t), Reflex t) => ((IntMap.Key -> v -> HostFrame t v2) -> p v -> HostFrame t (p v2)) -> (IntMap.Key -> v -> HostFrame t v2) -> IntMap v -> Event t (p v) -> RequesterT t (HostFrame t) Identity (HostFrame t) (IntMap v2, Event t (p v2)) | 105 | defaultAdjustIntBase :: forall t v v2 p. (Monad (HostFrame t), PrimMonad (HostFrame t), Reflex t) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/PerformEvent/Base.hs:127:22: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraints: (Monad m, MonadSubscribeEvent t m) In the type signature for: hostPerformEventT :: forall t (m :: * -> *) a. (Monad m, MonadSubscribeEvent t m, MonadReflexHost t m, MonadRef m, Ref m ~ Ref IO) => PerformEventT t m a -> m (a, FireCommand t m) | 127 | ( Monad m | ^^^^^^^^^... [31 of 45] Compiling Reflex.EventWriter.Base ( src/Reflex/EventWriter/Base.hs, nothing ) [32 of 45] Compiling Reflex.Query.Base ( src/Reflex/Query/Base.hs, nothing ) src/Reflex/Query/Base.hs:22:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 22 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [33 of 45] Compiling Reflex.EventWriter ( src/Reflex/EventWriter.hs, nothing ) [34 of 45] Compiling Reflex.DynamicWriter.Base ( src/Reflex/DynamicWriter/Base.hs, nothing ) src/Reflex/DynamicWriter/Base.hs:26:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad.Identity is redundant except perhaps to import instances from Control.Monad.Identity To import instances alone, use: import Control.Monad.Identity() | 26 | import Control.Monad.Identity | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/DynamicWriter/Base.hs:57:84: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 57 | mapIncrementalMapValues :: (Reflex t, Patch (p v), Patch (p v'), PatchTarget (p v) ~ f v, PatchTarget (p v') ~ f v', Functor p, Functor f) => (v -> v') -> Incremental t (p v) -> Incremental t (p v') | ^ src/Reflex/DynamicWriter/Base.hs:57:110: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 57 | mapIncrementalMapValues :: (Reflex t, Patch (p v), Patch (p v'), PatchTarget (p v) ~ f v, PatchTarget (p v') ~ f v', Functor p, Functor f) => (v -> v') -> Incremental t (p v) -> Incremental t (p v') | ^ src/Reflex/DynamicWriter/Base.hs:176:105: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 176 | traverseDMapWithKeyWithAdjustImpl :: forall t w k v' p p' v m. (PatchTarget (p' (Some k) (Dynamic t w)) ~ Map (Some k) (Dynamic t w), PatchTarget (p' (Some k) w) ~ Map (Some k) w, Patch (p' (Some k) w), Patch (p' (Some k) (Dynamic t w)), Monoid w, Reflex t, MonadHold t m) | ^ src/Reflex/DynamicWriter/Base.hs:176:163: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 176 | traverseDMapWithKeyWithAdjustImpl :: forall t w k v' p p' v m. (PatchTarget (p' (Some k) (Dynamic t w)) ~ Map (Some k) (Dynamic t w), PatchTarget (p' (Some k) w) ~ Map (Some k) w, Patch (p' (Some k) w), Patch (p' (Some k) (Dynamic t w)), Monoid w, Reflex t, MonadHold t m) | ^ src/Reflex/DynamicWriter/Base.hs:203:96: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 203 | traverseIntMapWithKeyWithAdjustImpl :: forall t w v' p p' v m. (PatchTarget (p' (Dynamic t w)) ~ IntMap (Dynamic t w), PatchTarget (p' w) ~ IntMap w, Patch (p' w), Patch (p' (Dynamic t w)), Monoid w, Reflex t, MonadHold t m, Functor p, p ~ p') | ^ src/Reflex/DynamicWriter/Base.hs:203:139: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 203 | traverseIntMapWithKeyWithAdjustImpl :: forall t w v' p p' v m. (PatchTarget (p' (Dynamic t w)) ~ IntMap (Dynamic t w), PatchTarget (p' w) ~ IntMap w, Patch (p' w), Patch (p' (Dynamic t w)), Monoid w, Reflex t, MonadHold t m, Functor p, p ~ p') | ^ src/Reflex/DynamicWriter/Base.hs:203:239: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 203 | traverseIntMapWithKeyWithAdjustImpl :: forall t w v' p p' v m. (PatchTarget (p' (Dynamic t w)) ~ IntMap (Dynamic t w), PatchTarget (p' w) ~ IntMap w, Patch (p' w), Patch (p' (Dynamic t w)), Monoid w, Reflex t, MonadHold t m, Functor p, p ~ p') | ^ [35 of 45] Compiling Reflex.DynamicWriter ( src/Reflex/DynamicWriter.hs, nothing ) [36 of 45] Compiling Reflex.BehaviorWriter.Base ( src/Reflex/BehaviorWriter/Base.hs, nothing ) src/Reflex/BehaviorWriter/Base.hs:28:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad.Identity is redundant except perhaps to import instances from Control.Monad.Identity To import instances alone, use: import Control.Monad.Identity() | 28 | import Control.Monad.Identity | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/BehaviorWriter/Base.hs:153:40: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 153 | ( PatchTarget (p' (Behavior t w)) ~ IntMap (Behavior t w) | ^ src/Reflex/BehaviorWriter/Base.hs:159:10: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 159 | , p ~ p' | ^ src/Reflex/BehaviorWriter/Base.hs:187:49: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 187 | ( PatchTarget (p' (Some k) (Behavior t w)) ~ Map (Some k) (Behavior t w) | ^ [37 of 45] Compiling Reflex.NotReady.Class ( src/Reflex/NotReady/Class.hs, nothing ) src/Reflex/NotReady/Class.hs:32:45: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 32 | default notReadyUntil :: (MonadTrans f, m ~ f m', NotReady t m') => Event t a -> m () | ^ src/Reflex/NotReady/Class.hs:36:40: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 36 | default notReady :: (MonadTrans f, m ~ f m', NotReady t m') => m () | ^ [38 of 45] Compiling Reflex.Spider.Internal ( src/Reflex/Spider/Internal.hs, nothing ) src/Reflex/Spider/Internal.hs:33:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 33 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/Spider/Internal.hs:41:39: warning: [GHC-61689] [-Wdodgy-imports] Module Control.Monad.Identity does not export forM. | 41 | import Control.Monad.Identity hiding (forM, forM_, mapM, mapM_) | ^^^^ src/Reflex/Spider/Internal.hs:41:45: warning: [GHC-61689] [-Wdodgy-imports] Module Control.Monad.Identity does not export forM_. | 41 | import Control.Monad.Identity hiding (forM, forM_, mapM, mapM_) | ^^^^^ src/Reflex/Spider/Internal.hs:41:52: warning: [GHC-61689] [-Wdodgy-imports] Module Control.Monad.Identity does not export mapM. | 41 | import Control.Monad.Identity hiding (forM, forM_, mapM, mapM_) | ^^^^ src/Reflex/Spider/Internal.hs:41:58: warning: [GHC-61689] [-Wdodgy-imports] Module Control.Monad.Identity does not export mapM_. | 41 | import Control.Monad.Identity hiding (forM, forM_, mapM, mapM_) | ^^^^^ src/Reflex/Spider/Internal.hs:295:10: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraint: MonadIO m In the type signature for: headE :: forall {k} (m :: * -> *) (x :: k) a. (MonadIO m, Defer (SomeMergeInit x) m) => Event x a -> m (Event x a) | 295 | headE :: (MonadIO m, Defer (SomeMergeInit x) m) => Event x a -> m (Event x a) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/Spider/Internal.hs:320:8: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraint: MonadIO m In the type signature for: now :: forall {k} (m :: * -> *) (x :: k). (MonadIO m, Defer (Some Clear) m) => m (Event x ()) | 320 | now :: (MonadIO m, Defer (Some Clear) m) => m (Event x ()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/Spider/Internal.hs:2111:14: warning: [GHC-40910] [-Wunused-matches] Defined but not used: getParent | 2111 | mergeGCheap' getParent getInitialSubscribers updateFunc destroy d = Event $ \sub -> do | ^^^^^^^^^ [39 of 45] Compiling Reflex.Spider ( src/Reflex/Spider.hs, nothing ) [40 of 45] Compiling Reflex.Profiled ( src/Reflex/Profiled.hs, nothing ) [41 of 45] Compiling Reflex.Network ( src/Reflex/Network.hs, nothing ) [42 of 45] Compiling Reflex ( src/Reflex.hs, nothing ) [43 of 45] Compiling Reflex.Host.Headless ( src/Reflex/Host/Headless.hs, nothing ) src/Reflex/Host/Headless.hs:45:23: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 45 | , Ref (HostFrame t) ~ IORef | ^ src/Reflex/Host/Headless.hs:46:11: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 46 | , Ref m ~ IORef | ^ [44 of 45] Compiling Reflex.Widget.Basic ( src/Reflex/Widget/Basic.hs, nothing ) [45 of 45] Compiling Reflex.Workflow ( src/Reflex/Workflow.hs, nothing ) src/Reflex/Workflow.hs:33:27: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraint: Reflex t In the type signature for: workflow :: forall t (m :: * -> *) a. (Reflex t, Adjustable t m, MonadFix m, MonadHold t m) => Workflow t m a -> m (Dynamic t a) | 33 | workflow :: forall t m a. (Reflex t, Adjustable t m, MonadFix m, MonadHold t m) => Workflow t m a -> m (Dynamic t a) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Reflex/Workflow.hs:39:31: warning: [GHC-30606] [-Wredundant-constraints] Redundant constraint: Reflex t In the type signature for: workflowView :: forall t (m :: * -> *) a. (Reflex t, NotReady t m, Adjustable t m, MonadFix m, MonadHold t m, PostBuild t m) => Workflow t m a -> m (Event t a) | 39 | workflowView :: forall t m a. (Reflex t, NotReady t m, Adjustable t m, MonadFix m, MonadHold t m, PostBuild t m) => Workflow t m a -> m (Event t a) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: 50% ( 1 / 2) in 'Control.Monad.ReaderIO' Missing documentation for: Module header Warning: 'MonoidalMap' is ambiguous. It is defined * in Data.Map.Monoidal * in Data.Map.Monoidal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Map.Monoidal Warning: Data.AppendMap: Could not find documentation for exported module: Data.AppendMap 100% ( 9 / 9) in 'Data.AppendMap' Warning: 'FastMutableIntMap' is ambiguous. It is defined * at src/Data/FastMutableIntMap.hs:43:31 * at src/Data/FastMutableIntMap.hs:43:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/FastMutableIntMap.hs:43:1 94% ( 17 / 18) in 'Data.FastMutableIntMap' Missing documentation for: toList (src/Data/FastMutableIntMap.hs:97) Warning: 'FastWeakBag' is ambiguous. It is defined * at src/Data/FastWeakBag.hs:52:22 * at src/Data/FastWeakBag.hs:52:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/FastWeakBag.hs:52:1 Warning: 'FastWeakBagTicket' is ambiguous. It is defined * at src/Data/FastWeakBag.hs:65:28 * at src/Data/FastWeakBag.hs:65:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/FastWeakBag.hs:65:1 90% ( 10 / 11) in 'Data.FastWeakBag' Missing documentation for: traverse (src/Data/FastWeakBag.hs:147) Warning: 'mapEither' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 7 / 7) in 'Data.Map.Misc' Warning: 'WeakBag' is ambiguous. It is defined * at src/Data/WeakBag.hs:38:18 * at src/Data/WeakBag.hs:38:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/WeakBag.hs:38:1 Warning: 'WeakBagTicket' is ambiguous. It is defined * at src/Data/WeakBag.hs:47:22 * at src/Data/WeakBag.hs:47:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/WeakBag.hs:47:1 90% ( 10 / 11) in 'Data.WeakBag' Missing documentation for: traverse (src/Data/WeakBag.hs:117) Warning: 'FastWeakTicket' is ambiguous. It is defined * at src/Reflex/FastWeak.hs:83:25 * at src/Reflex/FastWeak.hs:83:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/FastWeak.hs:83:1 100% ( 9 / 9) in 'Reflex.FastWeak' 100% ( 2 / 2) in 'Reflex.FunctorMaybe' Warning: 'EventSelector' is ambiguous. It is defined * at src/Reflex/Class.hs:539:29 * at src/Reflex/Class.hs:539:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Class.hs:539:1 Warning: 'Coercion' is ambiguous. It is defined * in Data.Type.Coercion * in Data.Type.Coercion You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Type.Coercion Warning: 'Behavior'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'These' is ambiguous. It is defined * in Data.These * in Data.These You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.These Warning: 'PatchMap' is ambiguous. It is defined * in Data.Patch.Map * in Data.Patch.Map You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Patch.Map Warning: 'foldDyn' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'e' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'g' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 98% (141 /143) in 'Reflex.Class' Missing documentation for: EventSelectorG (src/Reflex/Class.hs:550) unsafeMapIncremental (src/Reflex/Class.hs:953) 100% ( 2 / 2) in 'Reflex.EventWriter.Class' 100% ( 3 / 3) in 'Reflex.DynamicWriter.Class' Warning: 'Behavior'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'UniqDynamic' is ambiguous. It is defined * at src/Reflex/Dynamic/Uniq.hs:29:27 * at src/Reflex/Dynamic/Uniq.hs:29:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Dynamic/Uniq.hs:29:1 100% ( 5 / 5) in 'Reflex.Dynamic.Uniq' Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FHlist' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'EventSelector' is ambiguous. It is defined * at src/Reflex/Class.hs:539:29 * at src/Reflex/Class.hs:539:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Class.hs:539:1 Warning: 'Dynamic'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Behaviors' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Event'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'traceEvent' is ambiguous. It is defined * in Debug.Trace * at src/Reflex/Class.hs:899:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Class.hs:899:1 Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Demux' is ambiguous. It is defined * at src/Reflex/Dynamic.hs:351:18 * at src/Reflex/Dynamic.hs:351:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Dynamic.hs:351:1 100% ( 52 / 52) in 'Reflex.Dynamic' Warning: 'qDyn' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Reflex.Dynamic.TH' 100% ( 3 / 3) in 'Reflex.BehaviorWriter.Class' 100% ( 8 / 8) in 'Reflex.Adjustable.Class' Warning: 'subscribed' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IORef' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 10 / 10) in 'Reflex.Host.Class' 100% ( 2 / 2) in 'Reflex.PostBuild.Class' Warning: 'withKey' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 90% ( 10 / 11) in 'Reflex.Collection' Missing documentation for: listWithKey (src/Reflex/Collection.hs:83) 100% ( 6 / 6) in 'Reflex.Pure' Warning: 'QueryMorphism' is ambiguous. It is defined * at src/Reflex/Query/Class.hs:92:27 * at src/Reflex/Query/Class.hs:92:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Query/Class.hs:92:1 Warning: 'SelectedCount' is ambiguous. It is defined * at src/Reflex/Query/Class.hs:114:25 * at src/Reflex/Query/Class.hs:114:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Query/Class.hs:114:1 100% ( 11 / 11) in 'Reflex.Query.Class' Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity 75% ( 3 / 4) in 'Reflex.Requester.Class' Missing documentation for: withRequesting (src/Reflex/Requester/Class.hs:71) 100% ( 2 / 2) in 'Reflex.TriggerEvent.Class' 100% ( 3 / 3) in 'Reflex.PerformEvent.Class' Warning: 'TriggerEventT' is ambiguous. It is defined * at src/Reflex/TriggerEvent/Base.hs:43:31 * at src/Reflex/TriggerEvent/Base.hs:43:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/TriggerEvent/Base.hs:43:1 Warning: 'TriggerInvocation' is ambiguous. It is defined * at src/Reflex/TriggerEvent/Base.hs:37:28 * at src/Reflex/TriggerEvent/Base.hs:37:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/TriggerEvent/Base.hs:37:1 100% ( 6 / 6) in 'Reflex.TriggerEvent.Base' Warning: 'UTCTime' is ambiguous. It is defined * in Data.Time.Clock.Internal.UTCTime * in Data.Time.Clock.Internal.UTCTime You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Time.Clock.Internal.UTCTime Warning: 'TickInfo' is ambiguous. It is defined * at src/Reflex/Time.hs:46:5 * at src/Reflex/Time.hs:45:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Time.hs:45:1 81% ( 22 / 27) in 'Reflex.Time' Missing documentation for: ThrottleState (src/Reflex/Time.hs:283) ThrottleBuffer (src/Reflex/Time.hs:288) tickInfo_alreadyElapsed (src/Reflex/Time.hs:370) tickInfo_lastUTC (src/Reflex/Time.hs:370) tickInfo_n (src/Reflex/Time.hs:370) Warning: 'RequesterT' is ambiguous. It is defined * at src/Reflex/Requester/Base/Internal.hs:273:63 * at src/Reflex/Requester/Base/Internal.hs:273:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Requester/Base/Internal.hs:273:1 Warning: 'RequesterData' is ambiguous. It is defined * at src/Reflex/Requester/Base/Internal.hs:70:27 * at src/Reflex/Requester/Base/Internal.hs:70:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Requester/Base/Internal.hs:70:1 18% ( 8 / 43) in 'Reflex.Requester.Base.Internal' Missing documentation for: TagMap (src/Reflex/Requester/Base/Internal.hs:68) RequesterData (src/Reflex/Requester/Base/Internal.hs:70) emptyRequesterData (src/Reflex/Requester/Base/Internal.hs:73) RequesterDataKey (src/Reflex/Requester/Base/Internal.hs:75) singletonRequesterData (src/Reflex/Requester/Base/Internal.hs:82) mergeRequesterData (src/Reflex/Requester/Base/Internal.hs:92) mergeTagMap (src/Reflex/Requester/Base/Internal.hs:95) requesterDataToList (src/Reflex/Requester/Base/Internal.hs:118) singletonTagMap (src/Reflex/Requester/Base/Internal.hs:139) tagMapToList (src/Reflex/Requester/Base/Internal.hs:142) traverseTagMapWithKey (src/Reflex/Requester/Base/Internal.hs:147) MyTagType (src/Reflex/Requester/Base/Internal.hs:172) myKeyType (src/Reflex/Requester/Base/Internal.hs:179) Single (src/Reflex/Requester/Base/Internal.hs:186) Multi (src/Reflex/Requester/Base/Internal.hs:187) Multi2 (src/Reflex/Requester/Base/Internal.hs:188) Multi3 (src/Reflex/Requester/Base/Internal.hs:189) MyTagTypeOffset (src/Reflex/Requester/Base/Internal.hs:191) EntryContents (src/Reflex/Requester/Base/Internal.hs:206) Multi2Contents (src/Reflex/Requester/Base/Internal.hs:212) Entry (src/Reflex/Requester/Base/Internal.hs:217) singleEntry (src/Reflex/Requester/Base/Internal.hs:221) multiEntry (src/Reflex/Requester/Base/Internal.hs:225) unMultiEntry (src/Reflex/Requester/Base/Internal.hs:229) MyTagWrap (src/Reflex/Requester/Base/Internal.hs:235) castMyTagWrap (src/Reflex/Requester/Base/Internal.hs:239) RequesterState (src/Reflex/Requester/Base/Internal.hs:267) tagRequest (src/Reflex/Requester/Base/Internal.hs:339) responseFromTag (src/Reflex/Requester/Base/Internal.hs:351) requesting' (src/Reflex/Requester/Base/Internal.hs:389) runWithReplaceRequesterTWith (src/Reflex/Requester/Base/Internal.hs:399) traverseIntMapWithKeyWithAdjustRequesterTWith (src/Reflex/Requester/Base/Internal.hs:427) traverseDMapWithKeyWithAdjustRequesterTWith (src/Reflex/Requester/Base/Internal.hs:475) Decoder (src/Reflex/Requester/Base/Internal.hs:500) matchResponsesWithRequests (src/Reflex/Requester/Base/Internal.hs:521) 33% ( 6 / 18) in 'Reflex.Requester.Base' Missing documentation for: Module header runWithReplaceRequesterTWith (src/Reflex/Requester/Base/Internal.hs:399) traverseIntMapWithKeyWithAdjustRequesterTWith (src/Reflex/Requester/Base/Internal.hs:427) traverseDMapWithKeyWithAdjustRequesterTWith (src/Reflex/Requester/Base/Internal.hs:475) RequesterData (src/Reflex/Requester/Base/Internal.hs:70) RequesterDataKey (src/Reflex/Requester/Base/Internal.hs:75) requesterDataToList (src/Reflex/Requester/Base/Internal.hs:118) singletonRequesterData (src/Reflex/Requester/Base/Internal.hs:82) matchResponsesWithRequests (src/Reflex/Requester/Base/Internal.hs:521) multiEntry (src/Reflex/Requester/Base/Internal.hs:225) unMultiEntry (src/Reflex/Requester/Base/Internal.hs:229) requesting' (src/Reflex/Requester/Base/Internal.hs:389) Warning: 'PostBuildT' is ambiguous. It is defined * at src/Reflex/PostBuild/Base.hs:48:28 * at src/Reflex/PostBuild/Base.hs:48:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/PostBuild/Base.hs:48:1 66% ( 4 / 6) in 'Reflex.PostBuild.Base' Missing documentation for: mapIntMapWithAdjustImpl (src/Reflex/PostBuild/Base.hs:160) mapDMapWithAdjustImpl (src/Reflex/PostBuild/Base.hs:187) Warning: 'PerformEventT' is ambiguous. It is defined * at src/Reflex/PerformEvent/Base.hs:58:31 * at src/Reflex/PerformEvent/Base.hs:58:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/PerformEvent/Base.hs:58:1 Warning: 'FireCommand' is ambiguous. It is defined * at src/Reflex/PerformEvent/Base.hs:54:27 * at src/Reflex/PerformEvent/Base.hs:54:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/PerformEvent/Base.hs:54:1 100% ( 4 / 4) in 'Reflex.PerformEvent.Base' Warning: 'EventWriterT' is ambiguous. It is defined * at src/Reflex/EventWriter/Base.hs:102:32 * at src/Reflex/EventWriter/Base.hs:102:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/EventWriter/Base.hs:102:1 Warning: 'sequenceIntMapWithAdjust' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 7 / 7) in 'Reflex.EventWriter.Base' Warning: 'QueryT' is ambiguous. It is defined * at src/Reflex/Query/Base.hs:62:26 * at src/Reflex/Query/Base.hs:62:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Query/Base.hs:62:1 62% ( 5 / 8) in 'Reflex.Query.Base' Missing documentation for: Module header QueryT (src/Reflex/Query/Base.hs:62) runQueryT (src/Reflex/Query/Base.hs:69) Warning: 'Reflex' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 2 / 3) in 'Reflex.EventWriter' Missing documentation for: Module header Warning: 'DynamicWriterT' is ambiguous. It is defined * at src/Reflex/DynamicWriter/Base.hs:92:34 * at src/Reflex/DynamicWriter/Base.hs:92:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/DynamicWriter/Base.hs:92:1 75% ( 3 / 4) in 'Reflex.DynamicWriter.Base' Missing documentation for: Module header Warning: 'Reflex' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 66% ( 2 / 3) in 'Reflex.DynamicWriter' Missing documentation for: Module header Warning: 'BehaviorWriterT' is ambiguous. It is defined * at src/Reflex/BehaviorWriter/Base.hs:54:35 * at src/Reflex/BehaviorWriter/Base.hs:54:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/BehaviorWriter/Base.hs:54:1 100% ( 4 / 4) in 'Reflex.BehaviorWriter.Base' 0% ( 0 / 2) in 'Reflex.NotReady.Class' Missing documentation for: Module header NotReady (src/Reflex/NotReady/Class.hs:30) Warning: 'Reflex' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Event' is ambiguous. It is defined * at src/Reflex/Spider/Internal.hs:244:21 * at src/Reflex/Spider/Internal.hs:244:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Spider/Internal.hs:244:1 Warning: 'Behavior' is ambiguous. It is defined * at src/Reflex/Spider/Internal.hs:692:24 * at src/Reflex/Spider/Internal.hs:692:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Spider/Internal.hs:692:1 Warning: 'SpiderTimelineEnv' is ambiguous. It is defined * at src/Reflex/Spider/Internal.hs:817:29 * at src/Reflex/Spider/Internal.hs:812:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Spider/Internal.hs:812:1 Warning: Reflex.Spider.Internal: Could not find documentation for exported module: Reflex.Spider.Internal 7% ( 18 /251) in 'Reflex.Spider.Internal' Missing documentation for: run (src/Reflex/Spider/Internal.hs:1294) trace (src/Reflex/Spider/Internal.hs:1444) Event (src/Reflex/Spider/Internal.hs:244) Dynamic (src/Reflex/Spider/Internal.hs:754) traceM (src/Reflex/Spider/Internal.hs:1448) defer (src/Reflex/Spider/Internal.hs:860) wrap (src/Reflex/Spider/Internal.hs:423) EventSelector (src/Reflex/Spider/Internal.hs:2283) mergeInt (src/Reflex/Spider/Internal.hs:2172) EventSelectorG (src/Reflex/Spider/Internal.hs:2284) EventSelectorInt (src/Reflex/Spider/Internal.hs:1626) zipDynWith (src/Reflex/Spider/Internal.hs:1222) Behavior (src/Reflex/Spider/Internal.hs:692) debugStrLn (src/Reflex/Spider/Internal.hs:127) push (src/Reflex/Spider/Internal.hs:1258) pull (src/Reflex/Spider/Internal.hs:1262) mergeG (src/Reflex/Spider/Internal.hs:1890) fanG (src/Reflex/Spider/Internal.hs:2287) switch (src/Reflex/Spider/Internal.hs:1277) coincidence (src/Reflex/Spider/Internal.hs:1285) unsafeBuildDynamic (src/Reflex/Spider/Internal.hs:1244) fanInt (src/Reflex/Spider/Internal.hs:1655) hold (src/Reflex/Spider/Internal.hs:945) buildDynamic (src/Reflex/Spider/Internal.hs:1237) headE (src/Reflex/Spider/Internal.hs:296) now (src/Reflex/Spider/Internal.hs:321) ReadPhase (src/Reflex/Spider/Internal.hs:2891) toAny (src/Reflex/Spider/Internal.hs:577) debugPropagate (src/Reflex/Spider/Internal.hs:202) debugInvalidateHeight (src/Reflex/Spider/Internal.hs:203) debugInvalidate (src/Reflex/Spider/Internal.hs:204) showNodeId (src/Reflex/Spider/Internal.hs:209) showNodeId' (src/Reflex/Spider/Internal.hs:213) EventSubscription (src/Reflex/Spider/Internal.hs:232) EventSubscribed (src/Reflex/Spider/Internal.hs:584) unsubscribe (src/Reflex/Spider/Internal.hs:238) Subscriber (src/Reflex/Spider/Internal.hs:466) EventM (src/Reflex/Spider/Internal.hs:1061) subscribeAndRead (src/Reflex/Spider/Internal.hs:248) ComputeM (src/Reflex/Spider/Internal.hs:2750) debugSubscriber' (src/Reflex/Spider/Internal.hs:1438) Defer (src/Reflex/Spider/Internal.hs:855) SomeMergeInit (src/Reflex/Spider/Internal.hs:1058) subscribeAndReadNever (src/Reflex/Spider/Internal.hs:432) CacheSubscribed (src/Reflex/Spider/Internal.hs:307) nowSpiderEventM (src/Reflex/Spider/Internal.hs:317) HasSpiderTimeline (src/Reflex/Spider/Internal.hs:902) SpiderEvent (src/Reflex/Spider/Internal.hs:2757) unSpiderEvent (src/Reflex/Spider/Internal.hs:2757) Clear (src/Reflex/Spider/Internal.hs:1335) scheduleClear (src/Reflex/Spider/Internal.hs:920) eventSubscribedNow (src/Reflex/Spider/Internal.hs:616) invalidateSubscriberHeight (src/Reflex/Spider/Internal.hs:553) recalculateSubscriberHeight (src/Reflex/Spider/Internal.hs:556) cacheSubscription (src/Reflex/Spider/Internal.hs:389) subscribe (src/Reflex/Spider/Internal.hs:419) eventRoot (src/Reflex/Spider/Internal.hs:429) Root (src/Reflex/Spider/Internal.hs:1042) eventSubscribedRoot (src/Reflex/Spider/Internal.hs:595) getRootSubscribed (src/Reflex/Spider/Internal.hs:1567) eventSubscribedNever (src/Reflex/Spider/Internal.hs:606) eventNever (src/Reflex/Spider/Internal.hs:435) eventFan (src/Reflex/Spider/Internal.hs:438) Fan (src/Reflex/Spider/Internal.hs:1137) eventSubscribedFan (src/Reflex/Spider/Internal.hs:627) getFanSubscribed (src/Reflex/Spider/Internal.hs:1710) eventSwitch (src/Reflex/Spider/Internal.hs:441) Switch (src/Reflex/Spider/Internal.hs:1158) eventSubscribedSwitch (src/Reflex/Spider/Internal.hs:638) getSwitchSubscribed (src/Reflex/Spider/Internal.hs:1772) eventCoincidence (src/Reflex/Spider/Internal.hs:444) Coincidence (src/Reflex/Spider/Internal.hs:1180) eventSubscribedCoincidence (src/Reflex/Spider/Internal.hs:651) getCoincidenceSubscribed (src/Reflex/Spider/Internal.hs:1831) eventHold (src/Reflex/Spider/Internal.hs:447) Hold (src/Reflex/Spider/Internal.hs:793) subscribeHoldEvent (src/Reflex/Spider/Internal.hs:686) eventDyn (src/Reflex/Spider/Internal.hs:450) Dyn (src/Reflex/Spider/Internal.hs:1215) getDynHold (src/Reflex/Spider/Internal.hs:1543) subscribeCoincidenceInner (src/Reflex/Spider/Internal.hs:454) Height (src/Reflex/Spider/Internal.hs:2417) CoincidenceSubscribed (src/Reflex/Spider/Internal.hs:1166) newSubscriberCoincidenceInner (src/Reflex/Spider/Internal.hs:539) getEventSubscribedHeight (src/Reflex/Spider/Internal.hs:666) SomeResetCoincidence (src/Reflex/Spider/Internal.hs:1517) newSubscriberHold (src/Reflex/Spider/Internal.hs:473) propagateSubscriberHold (src/Reflex/Spider/Internal.hs:1502) newSubscriberFan (src/Reflex/Spider/Internal.hs:480) FanSubscribed (src/Reflex/Spider/Internal.hs:1127) debugSubscriber (src/Reflex/Spider/Internal.hs:1434) tracePropagate (src/Reflex/Spider/Internal.hs:1422) FanSubscribedChildren (src/Reflex/Spider/Internal.hs:1121) newSubscriberSwitch (src/Reflex/Spider/Internal.hs:500) SwitchSubscribed (src/Reflex/Spider/Internal.hs:1142) invalidHeight (src/Reflex/Spider/Internal.hs:2425) updateSwitchHeight (src/Reflex/Spider/Internal.hs:2449) newSubscriberCoincidenceOuter (src/Reflex/Spider/Internal.hs:514) invalidateCoincidenceHeight (src/Reflex/Spider/Internal.hs:2442) recalculateCoincidenceHeight (src/Reflex/Spider/Internal.hs:2457) withIncreasedDepth (src/Reflex/Spider/Internal.hs:1418) RootSubscribed (src/Reflex/Spider/Internal.hs:1030) zeroRef (src/Reflex/Spider/Internal.hs:1564) BehaviorM (src/Reflex/Spider/Internal.hs:992) behaviorHold (src/Reflex/Spider/Internal.hs:695) readHoldTracked (src/Reflex/Spider/Internal.hs:735) behaviorHoldIdentity (src/Reflex/Spider/Internal.hs:698) behaviorConst (src/Reflex/Spider/Internal.hs:701) behaviorPull (src/Reflex/Spider/Internal.hs:704) Pull (src/Reflex/Spider/Internal.hs:1018) askParentsRef (src/Reflex/Spider/Internal.hs:1530) SomeBehaviorSubscribed (src/Reflex/Spider/Internal.hs:1007) BehaviorSubscribed (src/Reflex/Spider/Internal.hs:1003) askInvalidator (src/Reflex/Spider/Internal.hs:1523) PullSubscribed (src/Reflex/Spider/Internal.hs:1010) newInvalidatorPull (src/Reflex/Spider/Internal.hs:1191) mkWeakPtrWithDebug (src/Reflex/Spider/Internal.hs:1347) askBehaviorHoldInits (src/Reflex/Spider/Internal.hs:1537) behaviorDyn (src/Reflex/Spider/Internal.hs:731) readBehaviorUntracked (src/Reflex/Spider/Internal.hs:744) SomeHoldInit (src/Reflex/Spider/Internal.hs:1048) runBehaviorM (src/Reflex/Spider/Internal.hs:1520) DynamicS (src/Reflex/Spider/Internal.hs:752) dynamicHold (src/Reflex/Spider/Internal.hs:765) dynamicHoldIdentity (src/Reflex/Spider/Internal.hs:771) dynamicConst (src/Reflex/Spider/Internal.hs:774) dynamicDyn (src/Reflex/Spider/Internal.hs:780) dynamicDynIdentity (src/Reflex/Spider/Internal.hs:786) Invalidator (src/Reflex/Spider/Internal.hs:1026) globalSpiderTimelineEnv (src/Reflex/Spider/Internal.hs:808) SpiderTimelineEnv' (src/Reflex/Spider/Internal.hs:817) unsafeNewSpiderTimelineEnv (src/Reflex/Spider/Internal.hs:2712) EventEnv (src/Reflex/Spider/Internal.hs:834) SomeAssignment (src/Reflex/Spider/Internal.hs:1341) SomeDynInit (src/Reflex/Spider/Internal.hs:1050) SomeMergeUpdate (src/Reflex/Spider/Internal.hs:1052) IntClear (src/Reflex/Spider/Internal.hs:1337) RootClear (src/Reflex/Spider/Internal.hs:1339) runEventM (src/Reflex/Spider/Internal.hs:850) asksEventEnv (src/Reflex/Spider/Internal.hs:853) HasCurrentHeight (src/Reflex/Spider/Internal.hs:888) putCurrentHeight (src/Reflex/Spider/Internal.hs:910) scheduleIntClear (src/Reflex/Spider/Internal.hs:928) scheduleRootClear (src/Reflex/Spider/Internal.hs:936) getHoldEventSubscription (src/Reflex/Spider/Internal.hs:966) BehaviorEnv (src/Reflex/Spider/Internal.hs:989) RootTrigger (src/Reflex/Spider/Internal.hs:2814) MergeSubscribedParent (src/Reflex/Spider/Internal.hs:1064) MergeSubscribedParentWithMove (src/Reflex/Spider/Internal.hs:1066) HeightBag (src/Reflex/Spider/Internal.hs:1071) heightBagEmpty (src/Reflex/Spider/Internal.hs:1078) heightBagVerify (src/Reflex/Spider/Internal.hs:1118) heightBagSize (src/Reflex/Spider/Internal.hs:1081) heightBagFromList (src/Reflex/Spider/Internal.hs:1084) heightBagAdd (src/Reflex/Spider/Internal.hs:1087) heightBagRemove (src/Reflex/Spider/Internal.hs:1091) heightBagRemoveMaybe (src/Reflex/Spider/Internal.hs:1098) heightBagMax (src/Reflex/Spider/Internal.hs:1105) zeroHeight (src/Reflex/Spider/Internal.hs:2421) newInvalidatorSwitch (src/Reflex/Spider/Internal.hs:1187) DynType (src/Reflex/Spider/Internal.hs:1211) newMapDyn (src/Reflex/Spider/Internal.hs:1218) ResultM (src/Reflex/Spider/Internal.hs:1248) scheduleMerge' (src/Reflex/Spider/Internal.hs:1327) debugFinalize (src/Reflex/Spider/Internal.hs:1344) WeakList (src/Reflex/Spider/Internal.hs:1354) CanTrace (src/Reflex/Spider/Internal.hs:1356) traceInvalidate (src/Reflex/Spider/Internal.hs:1426) traceInvalidateHeight (src/Reflex/Spider/Internal.hs:1430) whoCreatedIORef (src/Reflex/Spider/Internal.hs:1453) groupByHead (src/Reflex/Spider/Internal.hs:1456) listsToForest (src/Reflex/Spider/Internal.hs:1465) showStacks (src/Reflex/Spider/Internal.hs:1469) filterStack (src/Reflex/Spider/Internal.hs:1475) EventLoopException (src/Reflex/Spider/Internal.hs:1490) subscribeRootSubscribed (src/Reflex/Spider/Internal.hs:1624) cleanupRootSubscribed (src/Reflex/Spider/Internal.hs:1618) FanInt (src/Reflex/Spider/Internal.hs:1628) newFanInt (src/Reflex/Spider/Internal.hs:1638) fanIntSubscribed (src/Reflex/Spider/Internal.hs:1695) subscribeFanSubscribed (src/Reflex/Spider/Internal.hs:1759) cleanupFanSubscribed (src/Reflex/Spider/Internal.hs:1747) subscribeSwitchSubscribed (src/Reflex/Spider/Internal.hs:1827) cleanupSwitchSubscribed (src/Reflex/Spider/Internal.hs:1820) subscribeCoincidenceSubscribed (src/Reflex/Spider/Internal.hs:1884) cleanupCoincidenceSubscribed (src/Reflex/Spider/Internal.hs:1878) mergeCheap (src/Reflex/Spider/Internal.hs:1904) mergeWithMove (src/Reflex/Spider/Internal.hs:1896) mergeCheapWithMove (src/Reflex/Spider/Internal.hs:1946) mergeGCheap' (src/Reflex/Spider/Internal.hs:2111) MergeUpdateFunc (src/Reflex/Spider/Internal.hs:1993) MergeInitFunc (src/Reflex/Spider/Internal.hs:2002) MergeDestroyFunc (src/Reflex/Spider/Internal.hs:2007) MergeGetSubscription (src/Reflex/Spider/Internal.hs:2000) Merge (src/Reflex/Spider/Internal.hs:2011) invalidateMergeHeight (src/Reflex/Spider/Internal.hs:2020) invalidateMergeHeight' (src/Reflex/Spider/Internal.hs:2023) revalidateMergeHeight (src/Reflex/Spider/Internal.hs:2031) succHeight (src/Reflex/Spider/Internal.hs:2436) scheduleMergeSelf (src/Reflex/Spider/Internal.hs:2049) checkCycle (src/Reflex/Spider/Internal.hs:2058) mergeSubscriber (src/Reflex/Spider/Internal.hs:2079) updateMerge (src/Reflex/Spider/Internal.hs:2101) mergeIntCheap (src/Reflex/Spider/Internal.hs:2176) runHoldInits (src/Reflex/Spider/Internal.hs:2296) initHold (src/Reflex/Spider/Internal.hs:2310) initDyn (src/Reflex/Spider/Internal.hs:2313) newEventEnv (src/Reflex/Spider/Internal.hs:2316) clearEventEnv (src/Reflex/Spider/Internal.hs:2331) invalidate (src/Reflex/Spider/Internal.hs:2477) SomeSwitchSubscribed (src/Reflex/Spider/Internal.hs:2474) calculateSwitchHeight (src/Reflex/Spider/Internal.hs:2466) calculateCoincidenceHeight (src/Reflex/Spider/Internal.hs:2469) SpiderBehavior (src/Reflex/Spider/Internal.hs:2756) unSpiderBehavior (src/Reflex/Spider/Internal.hs:2756) holdSpiderEventM (src/Reflex/Spider/Internal.hs:2588) holdDynSpiderEventM (src/Reflex/Spider/Internal.hs:2591) holdIncrementalSpiderEventM (src/Reflex/Spider/Internal.hs:2594) buildDynamicSpiderEventM (src/Reflex/Spider/Internal.hs:2597) SpiderPullM (src/Reflex/Spider/Internal.hs:2748) SpiderPushM (src/Reflex/Spider/Internal.hs:2752) SpiderDynamic (src/Reflex/Spider/Internal.hs:2758) unSpiderDynamic (src/Reflex/Spider/Internal.hs:2758) SpiderIncremental (src/Reflex/Spider/Internal.hs:2759) unSpiderIncremental (src/Reflex/Spider/Internal.hs:2759) newJoinDyn (src/Reflex/Spider/Internal.hs:2562) mapDynamicSpider (src/Reflex/Spider/Internal.hs:2575) SpiderHostFrame (src/Reflex/Spider/Internal.hs:2860) SpiderEventHandle (src/Reflex/Spider/Internal.hs:2816) newEventWithTriggerIO (src/Reflex/Spider/Internal.hs:2876) newFanEventWithTriggerIO (src/Reflex/Spider/Internal.hs:2881) LocalSpiderTimeline (src/Reflex/Spider/Internal.hs:2730) localSpiderTimeline (src/Reflex/Spider/Internal.hs:2740) Warning: 'Reflex' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Reflex.Spider' 8% ( 1 / 12) in 'Reflex.Profiled' Missing documentation for: ProfiledTimeline (src/Reflex/Profiled.hs:62) profilingData (src/Reflex/Profiled.hs:66) CostCentreTree (src/Reflex/Profiled.hs:68) getCostCentreStack (src/Reflex/Profiled.hs:84) toCostCentreTree (src/Reflex/Profiled.hs:93) getCostCentreTree (src/Reflex/Profiled.hs:98) formatCostCentreTree (src/Reflex/Profiled.hs:103) showProfilingData (src/Reflex/Profiled.hs:117) writeProfilingData (src/Reflex/Profiled.hs:121) ProfiledM (src/Reflex/Profiled.hs:124) profileEvent (src/Reflex/Profiled.hs:128) Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'switchPromptlyDyn' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Reflex.Network' 100% ( 27 / 27) in 'Reflex' 33% ( 1 / 3) in 'Reflex.Host.Headless' Missing documentation for: Module header MonadHeadlessApp (src/Reflex/Host/Headless.hs:25) 50% ( 1 / 2) in 'Reflex.Widget.Basic' Missing documentation for: Module header Warning: 'Workflow' is ambiguous. It is defined * at src/Reflex/Workflow.hs:30:26 * at src/Reflex/Workflow.hs:30:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Workflow.hs:30:1 100% ( 6 / 6) in 'Reflex.Workflow' Warning: Data.FastMutableIntMap: could not find link destinations for: - Data.Patch.IntMap.D:R:PatchTargetPatchIntMap - Data.Patch.IntMap.D:R:UnwrappedPatchIntMap Warning: Reflex.Class: could not find link destinations for: - Reflex.Pure.D:R:BehaviorTYPEPurea0 - Reflex.Pure.D:R:EventTYPEPurea0 - Reflex.Pure.D:R:DynamicTYPEPurea0 - Reflex.Pure.D:R:IncrementalTYPEPurep0 - Reflex.Pure.D:R:PushMTYPEPure - Reflex.Pure.D:R:PullMTYPEPure - Reflex.Spider.Internal.D:R:BehaviorTYPESpiderTimelinea0 - Reflex.Spider.Internal.D:R:EventTYPESpiderTimelinea0 - Reflex.Spider.Internal.D:R:DynamicTYPESpiderTimelinea0 - Reflex.Spider.Internal.D:R:IncrementalTYPESpiderTimelinep0 - Reflex.Spider.Internal.D:R:PullMTYPESpiderTimeline - Reflex.Spider.Internal.D:R:PushMTYPESpiderTimeline - Reflex.Profiled.Behavior_Profiled - Reflex.Profiled.unBehavior_Profiled - Reflex.Profiled.Event_Profiled - Reflex.Profiled.unEvent_Profiled - Reflex.Profiled.Dynamic_Profiled - Reflex.Profiled.unDynamic_Profiled - Reflex.Profiled.Incremental_Profiled - Reflex.Profiled.unIncremental_Profiled - Reflex.Profiled.D:R:BehaviorTYPEProfiledTimelinea0 - Reflex.Profiled.D:R:EventTYPEProfiledTimelinea0 - Reflex.Profiled.D:R:DynamicTYPEProfiledTimelinea0 - Reflex.Profiled.D:R:IncrementalTYPEProfiledTimelinep0 - Reflex.Profiled.D:R:PushMTYPEProfiledTimeline - Reflex.Profiled.D:R:PullMTYPEProfiledTimeline Warning: Reflex.Dynamic: could not find link destinations for: - Reflex.Dynamic.D:R:FunctorListaf: - Reflex.Dynamic.D:R:FunctorListaf[] - Reflex.Dynamic.D:R:HListElemsTuple6 - Reflex.Dynamic.D:R:HListElemsTuple4 - Reflex.Dynamic.D:R:HListElemsTuple2 - Reflex.Pure.D:R:DynamicTYPEPurea0 - Reflex.Spider.Internal.D:R:DynamicTYPESpiderTimelinea0 - Reflex.Profiled.Dynamic_Profiled - Reflex.Profiled.unDynamic_Profiled - Reflex.Profiled.D:R:DynamicTYPEProfiledTimelinea0 Warning: Reflex.Host.Class: could not find link destinations for: - Reflex.Host.Class.D:R:ReadPhaseRWST - Reflex.Host.Class.D:R:ReadPhaseExceptT - Reflex.Host.Class.D:R:ReadPhaseContT - Reflex.Host.Class.D:R:ReadPhaseStateT - Reflex.Host.Class.D:R:ReadPhaseStateT0 - Reflex.Host.Class.D:R:ReadPhaseWriterT - Reflex.Host.Class.D:R:ReadPhaseReaderT - Reflex.Spider.Internal.D:R:EventTriggerSpiderTimeline - Reflex.Spider.Internal.D:R:EventHandleSpiderTimeline - Reflex.Spider.Internal.D:R:HostFrameSpiderTimeline - Reflex.Spider.Internal.D:R:ReadPhaseSpiderHost - Reflex.Profiled.D:R:ReadPhaseProfiledM - Reflex.Profiled.D:R:EventTriggerProfiledTimeline - Reflex.Profiled.D:R:EventHandleProfiledTimeline - Reflex.Profiled.D:R:HostFrameProfiledTimeline Warning: Reflex.Pure: could not find link destinations for: - Reflex.Pure.D:R:BehaviorTYPEPurea0 - Reflex.Pure.D:R:EventTYPEPurea0 - Reflex.Pure.D:R:DynamicTYPEPurea0 - Reflex.Pure.D:R:IncrementalTYPEPurep0 - Reflex.Pure.D:R:PushMTYPEPure - Reflex.Pure.D:R:PullMTYPEPure - Reflex.Spider.Internal.D:R:BehaviorTYPESpiderTimelinea0 - Reflex.Spider.Internal.D:R:EventTYPESpiderTimelinea0 - Reflex.Spider.Internal.D:R:DynamicTYPESpiderTimelinea0 - Reflex.Spider.Internal.D:R:IncrementalTYPESpiderTimelinep0 - Reflex.Profiled.Behavior_Profiled - Reflex.Profiled.unBehavior_Profiled - Reflex.Profiled.Event_Profiled - Reflex.Profiled.unEvent_Profiled - Reflex.Profiled.Dynamic_Profiled - Reflex.Profiled.unDynamic_Profiled - Reflex.Profiled.Incremental_Profiled - Reflex.Profiled.unIncremental_Profiled - Reflex.Profiled.D:R:BehaviorTYPEProfiledTimelinea0 - Reflex.Profiled.D:R:EventTYPEProfiledTimelinea0 - Reflex.Profiled.D:R:DynamicTYPEProfiledTimelinea0 - Reflex.Profiled.D:R:IncrementalTYPEProfiledTimelinep0 Warning: Reflex.Query.Class: could not find link destinations for: - Reflex.Query.Class.D:R:QueryResultAp - Reflex.Query.Class.D:R:QueryResultVoid - Reflex.Query.Class.D:R:QueryResultUnit - Reflex.Query.Class.D:R:QueryResultTuple2 - Reflex.Query.Class.D:R:QueryResultMonoidalMap Warning: Reflex.Requester.Class: could not find link destinations for: - Reflex.Requester.Class.D:R:RequestStateT - Reflex.Requester.Class.D:R:ResponseStateT - Reflex.Requester.Class.D:R:RequestStateT0 - Reflex.Requester.Class.D:R:ResponseStateT0 - Reflex.Requester.Class.D:R:RequestReaderT - Reflex.Requester.Class.D:R:ResponseReaderT - Reflex.Requester.Base.Internal.D:R:RequestRequesterT - Reflex.Requester.Base.Internal.D:R:ResponseRequesterT - Reflex.EventWriter.Base.D:R:RequestEventWriterT - Reflex.EventWriter.Base.D:R:ResponseEventWriterT - Reflex.Query.Base.D:R:RequestQueryT - Reflex.Query.Base.D:R:ResponseQueryT - Reflex.DynamicWriter.Base.D:R:RequestDynamicWriterT - Reflex.DynamicWriter.Base.D:R:ResponseDynamicWriterT - Reflex.BehaviorWriter.Base.D:R:RequestBehaviorWriterT - Reflex.BehaviorWriter.Base.D:R:ResponseBehaviorWriterT - Reflex.Profiled.D:R:RequestProfiledM - Reflex.Profiled.D:R:ResponseProfiledM Warning: Reflex.PerformEvent.Class: could not find link destinations for: - Reflex.PerformEvent.Class.D:R:PerformableMaybeT - Reflex.PerformEvent.Class.D:R:PerformableReaderT - Reflex.TriggerEvent.Base.D:R:PerformableTriggerEventT - Reflex.Requester.Base.Internal.D:R:PerformableRequesterT - Reflex.PostBuild.Base.D:R:PerformablePostBuildT - Reflex.PerformEvent.Base.D:R:PerformablePerformEventT - Reflex.EventWriter.Base.D:R:PerformableEventWriterT - Reflex.Query.Base.D:R:PerformableQueryT - Reflex.DynamicWriter.Base.D:R:PerformableDynamicWriterT - Reflex.BehaviorWriter.Base.D:R:PerformableBehaviorWriterT - Reflex.Profiled.D:R:PerformableProfiledM Warning: Reflex.TriggerEvent.Base: could not find link destinations for: - Reflex.TriggerEvent.Base.D:R:RefTriggerEventT - Reflex.TriggerEvent.Base.D:R:PerformableTriggerEventT - Reflex.TriggerEvent.Base.D:R:PrimStateTriggerEventT Warning: Reflex.Time: could not find link destinations for: - Reflex.Time.Rep_ThrottleState - Reflex.Time.Rep_ThrottleBuffer Warning: Reflex.Requester.Base.Internal: could not find link destinations for: - Reflex.Requester.Base.Internal.D:R:RefRequesterT - Reflex.Requester.Base.Internal.D:R:PerformableRequesterT - Reflex.Requester.Base.Internal.D:R:RequestRequesterT - Reflex.Requester.Base.Internal.D:R:ResponseRequesterT - Reflex.Requester.Base.Internal.D:R:PrimStateRequesterT Warning: Reflex.Requester.Base: could not find link destinations for: - Reflex.Requester.Base.Internal.D:R:RefRequesterT - Reflex.Requester.Base.Internal.D:R:PerformableRequesterT - Reflex.Requester.Base.Internal.D:R:RequestRequesterT - Reflex.Requester.Base.Internal.D:R:ResponseRequesterT - Reflex.Requester.Base.Internal.D:R:PrimStateRequesterT Warning: Reflex.PostBuild.Base: could not find link destinations for: - Reflex.PostBuild.Base.D:R:RefPostBuildT - Reflex.PostBuild.Base.D:R:PerformablePostBuildT - Reflex.PostBuild.Base.D:R:PrimStatePostBuildT Warning: Reflex.PerformEvent.Base: could not find link destinations for: - Reflex.PerformEvent.Base.D:R:RefPerformEventT - Reflex.PerformEvent.Base.D:R:PerformablePerformEventT - Reflex.PerformEvent.Base.D:R:PrimStatePerformEventT Warning: Reflex.EventWriter.Base: could not find link destinations for: - Reflex.EventWriter.Base.EventWriterState - Reflex.EventWriter.Base.D:R:PrimStateEventWriterT - Reflex.EventWriter.Base.D:R:RefEventWriterT - Reflex.EventWriter.Base.D:R:PerformableEventWriterT - Reflex.EventWriter.Base.D:R:RequestEventWriterT - Reflex.EventWriter.Base.D:R:ResponseEventWriterT Warning: Reflex.Query.Base: could not find link destinations for: - Reflex.Query.Base.D:R:RequestQueryT - Reflex.Query.Base.D:R:ResponseQueryT - Reflex.Query.Base.D:R:RefQueryT - Reflex.Query.Base.D:R:PerformableQueryT - Reflex.Query.Base.D:R:PrimStateQueryT Warning: Reflex.DynamicWriter.Base: could not find link destinations for: - Reflex.DynamicWriter.Base.D:R:RequestDynamicWriterT - Reflex.DynamicWriter.Base.D:R:ResponseDynamicWriterT - Reflex.DynamicWriter.Base.D:R:PrimStateDynamicWriterT - Reflex.DynamicWriter.Base.D:R:PerformableDynamicWriterT - Reflex.DynamicWriter.Base.D:R:RefDynamicWriterT Warning: Reflex.BehaviorWriter.Base: could not find link destinations for: - Reflex.BehaviorWriter.Base.D:R:RequestBehaviorWriterT - Reflex.BehaviorWriter.Base.D:R:ResponseBehaviorWriterT - Reflex.BehaviorWriter.Base.D:R:PerformableBehaviorWriterT - Reflex.BehaviorWriter.Base.D:R:RefBehaviorWriterT Warning: Reflex.Spider.Internal: could not find link destinations for: - Reflex.Spider.Internal.D:R:RefEventM - Reflex.Spider.Internal.D:R:BehaviorTYPESpiderTimelinea0 - Reflex.Spider.Internal.D:R:EventTYPESpiderTimelinea0 - Reflex.Spider.Internal.D:R:DynamicTYPESpiderTimelinea0 - Reflex.Spider.Internal.D:R:IncrementalTYPESpiderTimelinep0 - Reflex.Spider.Internal.D:R:PullMTYPESpiderTimeline - Reflex.Spider.Internal.D:R:PushMTYPESpiderTimeline - Reflex.Spider.Internal.D:R:RefSpiderHost - Reflex.Spider.Internal.D:R:PrimStateSpiderHostFrame - Reflex.Spider.Internal.D:R:RefSpiderHostFrame - Reflex.Spider.Internal.D:R:EventTriggerSpiderTimeline - Reflex.Spider.Internal.D:R:EventHandleSpiderTimeline - Reflex.Spider.Internal.D:R:HostFrameSpiderTimeline - Reflex.Spider.Internal.D:R:ReadPhaseSpiderHost Warning: Reflex.Spider: could not find link destinations for: - Reflex.Spider.Internal.D:R:BehaviorTYPESpiderTimelinea0 - Reflex.Spider.Internal.D:R:EventTYPESpiderTimelinea0 - Reflex.Spider.Internal.D:R:DynamicTYPESpiderTimelinea0 - Reflex.Spider.Internal.D:R:IncrementalTYPESpiderTimelinep0 - Reflex.Spider.Internal.D:R:PullMTYPESpiderTimeline - Reflex.Spider.Internal.D:R:PushMTYPESpiderTimeline - Reflex.Spider.Internal.D:R:RefSpiderHost - Reflex.Spider.Internal.D:R:EventTriggerSpiderTimeline - Reflex.Spider.Internal.D:R:EventHandleSpiderTimeline - Reflex.Spider.Internal.D:R:HostFrameSpiderTimeline - Reflex.Spider.Internal.D:R:ReadPhaseSpiderHost Warning: Reflex.Profiled: could not find link destinations for: - Reflex.Profiled.Behavior_Profiled - Reflex.Profiled.unBehavior_Profiled - Reflex.Profiled.Event_Profiled - Reflex.Profiled.unEvent_Profiled - Reflex.Profiled.Dynamic_Profiled - Reflex.Profiled.unDynamic_Profiled - Reflex.Profiled.Incremental_Profiled - Reflex.Profiled.unIncremental_Profiled - Reflex.Profiled.D:R:ReadPhaseProfiledM - Reflex.Profiled.D:R:PrimStateProfiledM - Reflex.Profiled.D:R:EventTriggerProfiledTimeline - Reflex.Profiled.D:R:EventHandleProfiledTimeline - Reflex.Profiled.D:R:HostFrameProfiledTimeline - Reflex.Profiled.D:R:RefProfiledM - Reflex.Profiled.D:R:RequestProfiledM - Reflex.Profiled.D:R:ResponseProfiledM - Reflex.Profiled.D:R:PerformableProfiledM - Reflex.Profiled.D:R:BehaviorTYPEProfiledTimelinea0 - Reflex.Profiled.D:R:EventTYPEProfiledTimelinea0 - Reflex.Profiled.D:R:DynamicTYPEProfiledTimelinea0 - Reflex.Profiled.D:R:IncrementalTYPEProfiledTimelinep0 - Reflex.Profiled.D:R:PushMTYPEProfiledTimeline - Reflex.Profiled.D:R:PullMTYPEProfiledTimeline Documentation created: dist/doc/html/reflex/, dist/doc/html/reflex/reflex.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/reflex-0.9.3.3-7YkMUR7oHU1sTiNSeSWG3 Completed reflex-0.9.3.3 Downloading reflex-dom-core-0.8.1.4 Downloaded reflex-dom-core-0.8.1.4 Configuring reflex-dom-core-0.8.1.4... Preprocessing library for reflex-dom-core-0.8.1.4.. Building library for reflex-dom-core-0.8.1.4.. [ 1 of 32] Compiling Foreign.JavaScript.Internal.Utils ( src-ghc/Foreign/JavaScript/Internal/Utils.hs, dist/build/Foreign/JavaScript/Internal/Utils.o, dist/build/Foreign/JavaScript/Internal/Utils.dyn_o ) [ 2 of 32] Compiling Foreign.JavaScript.Orphans ( src/Foreign/JavaScript/Orphans.hs, dist/build/Foreign/JavaScript/Orphans.o, dist/build/Foreign/JavaScript/Orphans.dyn_o ) [ 3 of 32] Compiling Foreign.JavaScript.TH ( src/Foreign/JavaScript/TH.hs, dist/build/Foreign/JavaScript/TH.o, dist/build/Foreign/JavaScript/TH.dyn_o ) [ 4 of 32] Compiling Foreign.JavaScript.Utils ( src/Foreign/JavaScript/Utils.hs, dist/build/Foreign/JavaScript/Utils.o, dist/build/Foreign/JavaScript/Utils.dyn_o ) [ 5 of 32] Compiling Reflex.Dom.Builder.Class.Events ( src/Reflex/Dom/Builder/Class/Events.hs, dist/build/Reflex/Dom/Builder/Class/Events.o, dist/build/Reflex/Dom/Builder/Class/Events.dyn_o ) [ 6 of 32] Compiling Reflex.Dom.Builder.Class.TH ( src/Reflex/Dom/Builder/Class/TH.hs, dist/build/Reflex/Dom/Builder/Class/TH.o, dist/build/Reflex/Dom/Builder/Class/TH.dyn_o ) [ 7 of 32] Compiling Reflex.Dom.Builder.Class ( src/Reflex/Dom/Builder/Class.hs, dist/build/Reflex/Dom/Builder/Class.o, dist/build/Reflex/Dom/Builder/Class.dyn_o ) src/Reflex/Dom/Builder/Class.hs:565:10-101: warning: [GHC-30606] [-Wredundant-constraints] " Redundant constraint: MonadFix m " In the instance declaration for DomBuilder t (DynamicWriterT t w m) | 565 | instance (DomBuilder t m, MonadFix m, Monoid w, MonadHold t m) => DomBuilder t (DynamicWriterT t w m) where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 8 of 32] Compiling Reflex.Dom.Builder.Immediate ( src/Reflex/Dom/Builder/Immediate.hs, dist/build/Reflex/Dom/Builder/Immediate.o, dist/build/Reflex/Dom/Builder/Immediate.dyn_o ) src/Reflex/Dom/Builder/Immediate.hs:(1527,45)-(1531,109): warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type (ImmediateDomFragment, Maybe ImmediateDomFragment) not matched: (_, Nothing) | 1527 | requestDomAction_ $ ffor (updated xs) $ \(childFragment, Just previousFragment) -> do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... [ 9 of 32] Compiling Reflex.Dom.Builder.Hydratable ( src/Reflex/Dom/Builder/Hydratable.hs, dist/build/Reflex/Dom/Builder/Hydratable.o, dist/build/Reflex/Dom/Builder/Hydratable.dyn_o ) [10 of 32] Compiling Reflex.Dom.Builder.InputDisabled ( src/Reflex/Dom/Builder/InputDisabled.hs, dist/build/Reflex/Dom/Builder/InputDisabled.o, dist/build/Reflex/Dom/Builder/InputDisabled.dyn_o ) [11 of 32] Compiling Reflex.Dom.Class ( src/Reflex/Dom/Class.hs, dist/build/Reflex/Dom/Class.o, dist/build/Reflex/Dom/Class.dyn_o ) [12 of 32] Compiling Reflex.Dom.Location ( src/Reflex/Dom/Location.hs, dist/build/Reflex/Dom/Location.o, dist/build/Reflex/Dom/Location.dyn_o ) [13 of 32] Compiling Reflex.Dom.Main ( src/Reflex/Dom/Main.hs, dist/build/Reflex/Dom/Main.o, dist/build/Reflex/Dom/Main.dyn_o ) [14 of 32] Compiling Reflex.Dom.Builder.Static ( src/Reflex/Dom/Builder/Static.hs, dist/build/Reflex/Dom/Builder/Static.o, dist/build/Reflex/Dom/Builder/Static.dyn_o ) [15 of 32] Compiling Reflex.Dom.Modals.Class ( src/Reflex/Dom/Modals/Class.hs, dist/build/Reflex/Dom/Modals/Class.o, dist/build/Reflex/Dom/Modals/Class.dyn_o ) [16 of 32] Compiling Reflex.Dom.Prerender ( src/Reflex/Dom/Prerender.hs, dist/build/Reflex/Dom/Prerender.o, dist/build/Reflex/Dom/Prerender.dyn_o ) src/Reflex/Dom/Prerender.hs:222:10-103: warning: [GHC-30606] [-Wredundant-constraints] " Redundant constraint: MonadFix m " In the instance declaration for Prerender t (DynamicWriterT t w m) | 222 | instance (Prerender t m, Monad m, MonadFix m, Reflex t, Monoid w) => Prerender t (DynamicWriterT t w m) where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [17 of 32] Compiling Reflex.Dom.Time ( src/Reflex/Dom/Time.hs, dist/build/Reflex/Dom/Time.o, dist/build/Reflex/Dom/Time.dyn_o ) [18 of 32] Compiling Reflex.Dom.WebSocket.Foreign ( src/Reflex/Dom/WebSocket/Foreign.hs, dist/build/Reflex/Dom/WebSocket/Foreign.o, dist/build/Reflex/Dom/WebSocket/Foreign.dyn_o ) src/Reflex/Dom/WebSocket/Foreign.hs:(66,30)-(71,50): warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type JSVal, JSVal, [JSVal] not matched: _ _ [] | 66 | onCloseWrapped = fun $ \_ _ (e:_) -> do | ^^^^^^^^^^^^^^^^... src/Reflex/Dom/WebSocket/Foreign.hs:(72,32)-(79,60): warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type JSVal, JSVal, [JSVal] not matched: _ _ [] | 72 | onMessageWrapped = fun $ \_ _ (e:_) -> do | ^^^^^^^^^^^^^^^^... [19 of 32] Compiling Reflex.Dom.WebSocket ( src/Reflex/Dom/WebSocket.hs, dist/build/Reflex/Dom/WebSocket.o, dist/build/Reflex/Dom/WebSocket.dyn_o ) [20 of 32] Compiling Reflex.Dom.WebSocket.Query ( src/Reflex/Dom/WebSocket/Query.hs, dist/build/Reflex/Dom/WebSocket/Query.o, dist/build/Reflex/Dom/WebSocket/Query.dyn_o ) [21 of 32] Compiling Reflex.Dom.Widget.Basic ( src/Reflex/Dom/Widget/Basic.hs, dist/build/Reflex/Dom/Widget/Basic.o, dist/build/Reflex/Dom/Widget/Basic.dyn_o ) [22 of 32] Compiling Reflex.Dom.Old ( src/Reflex/Dom/Old.hs, dist/build/Reflex/Dom/Old.o, dist/build/Reflex/Dom/Old.dyn_o ) [23 of 32] Compiling Reflex.Dom.Widget.Input ( src/Reflex/Dom/Widget/Input.hs, dist/build/Reflex/Dom/Widget/Input.o, dist/build/Reflex/Dom/Widget/Input.dyn_o ) [24 of 32] Compiling Reflex.Dom.Widget.Lazy ( src/Reflex/Dom/Widget/Lazy.hs, dist/build/Reflex/Dom/Widget/Lazy.o, dist/build/Reflex/Dom/Widget/Lazy.dyn_o ) [25 of 32] Compiling Reflex.Dom.Widget.Resize ( src/Reflex/Dom/Widget/Resize.hs, dist/build/Reflex/Dom/Widget/Resize.o, dist/build/Reflex/Dom/Widget/Resize.dyn_o ) [26 of 32] Compiling Reflex.Dom.Widget ( src/Reflex/Dom/Widget.hs, dist/build/Reflex/Dom/Widget.o, dist/build/Reflex/Dom/Widget.dyn_o ) [27 of 32] Compiling Reflex.Dom.Xhr.Exception ( src/Reflex/Dom/Xhr/Exception.hs, dist/build/Reflex/Dom/Xhr/Exception.o, dist/build/Reflex/Dom/Xhr/Exception.dyn_o ) [28 of 32] Compiling Reflex.Dom.Xhr.ResponseType ( src/Reflex/Dom/Xhr/ResponseType.hs, dist/build/Reflex/Dom/Xhr/ResponseType.o, dist/build/Reflex/Dom/Xhr/ResponseType.dyn_o ) [29 of 32] Compiling Reflex.Dom.Xhr.Foreign ( src/Reflex/Dom/Xhr/Foreign.hs, dist/build/Reflex/Dom/Xhr/Foreign.o, dist/build/Reflex/Dom/Xhr/Foreign.dyn_o ) [30 of 32] Compiling Reflex.Dom.Xhr ( src/Reflex/Dom/Xhr.hs, dist/build/Reflex/Dom/Xhr.o, dist/build/Reflex/Dom/Xhr.dyn_o ) [31 of 32] Compiling Reflex.Dom.Xhr.FormData ( src/Reflex/Dom/Xhr/FormData.hs, dist/build/Reflex/Dom/Xhr/FormData.o, dist/build/Reflex/Dom/Xhr/FormData.dyn_o ) [32 of 32] Compiling Reflex.Dom.Core ( src/Reflex/Dom/Core.hs, dist/build/Reflex/Dom/Core.o, dist/build/Reflex/Dom/Core.dyn_o ) Preprocessing library for reflex-dom-core-0.8.1.4.. Running Haddock on library for reflex-dom-core-0.8.1.4.. Warning: The documentation for the following packages are not installed. No links will be generated to these packages: fail-4.9.0.0, ghcjs-dom-jsaddle-0.9.9.0 Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 32] Compiling Foreign.JavaScript.Internal.Utils ( src-ghc/Foreign/JavaScript/Internal/Utils.hs, /tmp/ghc3324530_0/ghc_32.o, /tmp/ghc3324530_0/ghc_32.dyn_o ) [ 2 of 32] Compiling Foreign.JavaScript.Orphans ( src/Foreign/JavaScript/Orphans.hs, /tmp/ghc3324530_0/ghc_34.o, /tmp/ghc3324530_0/ghc_34.dyn_o ) [ 3 of 32] Compiling Foreign.JavaScript.TH ( src/Foreign/JavaScript/TH.hs, /tmp/ghc3324530_0/ghc_36.o, /tmp/ghc3324530_0/ghc_36.dyn_o ) [ 4 of 32] Compiling Foreign.JavaScript.Utils ( src/Foreign/JavaScript/Utils.hs, /tmp/ghc3324530_0/ghc_38.o, /tmp/ghc3324530_0/ghc_38.dyn_o ) [ 5 of 32] Compiling Reflex.Dom.Builder.Class.Events ( src/Reflex/Dom/Builder/Class/Events.hs, /tmp/ghc3324530_0/ghc_42.o, /tmp/ghc3324530_0/ghc_42.dyn_o ) [ 6 of 32] Compiling Reflex.Dom.Builder.Class.TH ( src/Reflex/Dom/Builder/Class/TH.hs, /tmp/ghc3324530_0/ghc_44.o, /tmp/ghc3324530_0/ghc_44.dyn_o ) [ 7 of 32] Compiling Reflex.Dom.Builder.Class ( src/Reflex/Dom/Builder/Class.hs, /tmp/ghc3324530_0/ghc_40.o, /tmp/ghc3324530_0/ghc_40.dyn_o ) src/Reflex/Dom/Builder/Class.hs:565:10-101: warning: [GHC-30606] [-Wredundant-constraints] " Redundant constraint: MonadFix m " In the instance declaration for DomBuilder t (DynamicWriterT t w m) | 565 | instance (DomBuilder t m, MonadFix m, Monoid w, MonadHold t m) => DomBuilder t (DynamicWriterT t w m) where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 8 of 32] Compiling Reflex.Dom.Builder.Immediate ( src/Reflex/Dom/Builder/Immediate.hs, /tmp/ghc3324530_0/ghc_46.o, /tmp/ghc3324530_0/ghc_46.dyn_o ) [ 9 of 32] Compiling Reflex.Dom.Builder.Hydratable ( src/Reflex/Dom/Builder/Hydratable.hs, nothing ) [10 of 32] Compiling Reflex.Dom.Builder.InputDisabled ( src/Reflex/Dom/Builder/InputDisabled.hs, nothing ) [11 of 32] Compiling Reflex.Dom.Class ( src/Reflex/Dom/Class.hs, /tmp/ghc3324530_0/ghc_48.o, /tmp/ghc3324530_0/ghc_48.dyn_o ) [12 of 32] Compiling Reflex.Dom.Location ( src/Reflex/Dom/Location.hs, nothing ) [13 of 32] Compiling Reflex.Dom.Main ( src/Reflex/Dom/Main.hs, nothing ) [14 of 32] Compiling Reflex.Dom.Builder.Static ( src/Reflex/Dom/Builder/Static.hs, nothing ) [15 of 32] Compiling Reflex.Dom.Modals.Class ( src/Reflex/Dom/Modals/Class.hs, nothing ) [16 of 32] Compiling Reflex.Dom.Prerender ( src/Reflex/Dom/Prerender.hs, nothing ) src/Reflex/Dom/Prerender.hs:222:10-103: warning: [GHC-30606] [-Wredundant-constraints] " Redundant constraint: MonadFix m " In the instance declaration for Prerender t (DynamicWriterT t w m) | 222 | instance (Prerender t m, Monad m, MonadFix m, Reflex t, Monoid w) => Prerender t (DynamicWriterT t w m) where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [17 of 32] Compiling Reflex.Dom.Time ( src/Reflex/Dom/Time.hs, nothing ) [18 of 32] Compiling Reflex.Dom.WebSocket.Foreign ( src/Reflex/Dom/WebSocket/Foreign.hs, /tmp/ghc3324530_0/ghc_50.o, /tmp/ghc3324530_0/ghc_50.dyn_o ) [19 of 32] Compiling Reflex.Dom.WebSocket ( src/Reflex/Dom/WebSocket.hs, nothing ) [20 of 32] Compiling Reflex.Dom.WebSocket.Query ( src/Reflex/Dom/WebSocket/Query.hs, nothing ) [21 of 32] Compiling Reflex.Dom.Widget.Basic ( src/Reflex/Dom/Widget/Basic.hs, /tmp/ghc3324530_0/ghc_52.o, /tmp/ghc3324530_0/ghc_52.dyn_o ) [22 of 32] Compiling Reflex.Dom.Old ( src/Reflex/Dom/Old.hs, nothing ) [23 of 32] Compiling Reflex.Dom.Widget.Input ( src/Reflex/Dom/Widget/Input.hs, nothing ) [24 of 32] Compiling Reflex.Dom.Widget.Lazy ( src/Reflex/Dom/Widget/Lazy.hs, nothing ) [25 of 32] Compiling Reflex.Dom.Widget.Resize ( src/Reflex/Dom/Widget/Resize.hs, nothing ) [26 of 32] Compiling Reflex.Dom.Widget ( src/Reflex/Dom/Widget.hs, nothing ) [27 of 32] Compiling Reflex.Dom.Xhr.Exception ( src/Reflex/Dom/Xhr/Exception.hs, /tmp/ghc3324530_0/ghc_54.o, /tmp/ghc3324530_0/ghc_54.dyn_o ) [28 of 32] Compiling Reflex.Dom.Xhr.ResponseType ( src/Reflex/Dom/Xhr/ResponseType.hs, /tmp/ghc3324530_0/ghc_58.o, /tmp/ghc3324530_0/ghc_58.dyn_o ) [29 of 32] Compiling Reflex.Dom.Xhr.Foreign ( src/Reflex/Dom/Xhr/Foreign.hs, /tmp/ghc3324530_0/ghc_56.o, /tmp/ghc3324530_0/ghc_56.dyn_o ) [30 of 32] Compiling Reflex.Dom.Xhr ( src/Reflex/Dom/Xhr.hs, nothing ) [31 of 32] Compiling Reflex.Dom.Xhr.FormData ( src/Reflex/Dom/Xhr/FormData.hs, nothing ) [32 of 32] Compiling Reflex.Dom.Core ( src/Reflex/Dom/Core.hs, nothing ) Haddock coverage: Warning: Foreign.JavaScript.TH: Could not find documentation for exported module: Foreign.JavaScript.TH 28% ( 2 / 7) in 'Foreign.JavaScript.TH' Missing documentation for: Module header WithJSContextSingleton (src/Foreign/JavaScript/TH.hs:68) runWithJSContextSingleton (src/Foreign/JavaScript/TH.hs:128) withJSContextSingleton (src/Foreign/JavaScript/TH.hs:140) Safety 0% ( 0 / 5) in 'Foreign.JavaScript.Utils' Missing documentation for: Module header bsFromMutableArrayBuffer (src/Foreign/JavaScript/Utils.hs:33) bsToArrayBuffer (src/Foreign/JavaScript/Utils.hs:38) jsonDecode (src/Foreign/JavaScript/Utils.hs:54) js_jsonParse (src/Foreign/JavaScript/Utils.hs:58) 0% ( 0 / 9) in 'Reflex.Dom.Builder.Class.Events' Missing documentation for: Module header EventTag (src/Reflex/Dom/Builder/Class/Events.hs:21) EventName (src/Reflex/Dom/Builder/Class/Events.hs:69) EventResult (src/Reflex/Dom/Builder/Class/Events.hs:117) EventResultType (src/Reflex/Dom/Builder/Class/Events.hs:119) DeltaMode (src/Reflex/Dom/Builder/Class/Events.hs:167) WheelEventResult (src/Reflex/Dom/Builder/Class/Events.hs:170) TouchEventResult (src/Reflex/Dom/Builder/Class/Events.hs:177) TouchResult (src/Reflex/Dom/Builder/Class/Events.hs:188) Warning: 'TextNodeConfig' is ambiguous. It is defined * at src/Reflex/Dom/Builder/Class.hs:171:6 * at src/Reflex/Dom/Builder/Class.hs:170:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Dom/Builder/Class.hs:170:1 Warning: 'CommentNodeConfig' is ambiguous. It is defined * at src/Reflex/Dom/Builder/Class.hs:193:6 * at src/Reflex/Dom/Builder/Class.hs:192:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Dom/Builder/Class.hs:192:1 Warning: 'InputElementConfig' is ambiguous. It is defined * at src/Reflex/Dom/Builder/Class.hs:289:6 * at src/Reflex/Dom/Builder/Class.hs:288:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Dom/Builder/Class.hs:288:1 Warning: 'RawElementConfig' is ambiguous. It is defined * at src/Reflex/Dom/Builder/Class.hs:383:32 * at src/Reflex/Dom/Builder/Class.hs:383:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Dom/Builder/Class.hs:383:1 Warning: 'TextAreaElementConfig' is ambiguous. It is defined * at src/Reflex/Dom/Builder/Class.hs:343:6 * at src/Reflex/Dom/Builder/Class.hs:342:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Dom/Builder/Class.hs:342:1 Warning: 'SelectElementConfig' is ambiguous. It is defined * at src/Reflex/Dom/Builder/Class.hs:404:35 * at src/Reflex/Dom/Builder/Class.hs:404:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Dom/Builder/Class.hs:404:1 Warning: Reflex.Dom.Builder.Class: Could not find documentation for exported module: Reflex.Dom.Builder.Class 14% ( 11 / 77) in 'Reflex.Dom.Builder.Class' Missing documentation for: Module header Namespace (src/Reflex/Dom/Builder/Class.hs:168) Element (src/Reflex/Dom/Builder/Class.hs:283) stopPropagation (src/Reflex/Dom/Builder/Class.hs:258) preventDefault (src/Reflex/Dom/Builder/Class.hs:255) HasSetValue (src/Reflex/Dom/Builder/Class.hs:751) DomSpace (src/Reflex/Dom/Builder/Class.hs:70) EventSpec (src/Reflex/Dom/Builder/Class.hs:71) HasDocument (src/Reflex/Dom/Builder/Class.hs:733) RawDocument (src/Reflex/Dom/Builder/Class.hs:72) RawTextNode (src/Reflex/Dom/Builder/Class.hs:73) RawCommentNode (src/Reflex/Dom/Builder/Class.hs:74) RawElement (src/Reflex/Dom/Builder/Class.hs:75) RawInputElement (src/Reflex/Dom/Builder/Class.hs:76) RawTextAreaElement (src/Reflex/Dom/Builder/Class.hs:77) RawSelectElement (src/Reflex/Dom/Builder/Class.hs:78) EventFlags (src/Reflex/Dom/Builder/Class.hs:239) DomBuilderSpace (src/Reflex/Dom/Builder/Class.hs:84) TextNodeConfig (src/Reflex/Dom/Builder/Class.hs:170) TextNode (src/Reflex/Dom/Builder/Class.hs:188) CommentNodeConfig (src/Reflex/Dom/Builder/Class.hs:192) CommentNode (src/Reflex/Dom/Builder/Class.hs:210) ElementConfig (src/Reflex/Dom/Builder/Class.hs:260) InputElementConfig (src/Reflex/Dom/Builder/Class.hs:288) InputElement (src/Reflex/Dom/Builder/Class.hs:331) TextAreaElementConfig (src/Reflex/Dom/Builder/Class.hs:342) TextAreaElement (src/Reflex/Dom/Builder/Class.hs:369) SelectElementConfig (src/Reflex/Dom/Builder/Class.hs:404) SelectElement (src/Reflex/Dom/Builder/Class.hs:430) RawElementConfig (src/Reflex/Dom/Builder/Class.hs:383) MountableDomBuilder (src/Reflex/Dom/Builder/Class.hs:163) DomFragment (src/Reflex/Dom/Builder/Class.hs:164) AttributeName (src/Reflex/Dom/Builder/Class.hs:214) mapKeysToAttributeName (src/Reflex/Dom/Builder/Class.hs:217) Propagation (src/Reflex/Dom/Builder/Class.hs:223) extractRawElementConfig (src/Reflex/Dom/Builder/Class.hs:378) InitialAttributes (src/Reflex/Dom/Builder/Class.hs:507) elementConfig_initialAttributes (src/Reflex/Dom/Builder/Class.hs:439) inputElementConfig_elementConfig (src/Reflex/Dom/Builder/Class.hs:439) textAreaElementConfig_elementConfig (src/Reflex/Dom/Builder/Class.hs:439) selectElementConfig_elementConfig (src/Reflex/Dom/Builder/Class.hs:439) ModifyAttributes (src/Reflex/Dom/Builder/Class.hs:526) HasNamespace (src/Reflex/Dom/Builder/Class.hs:549) elementConfig_namespace (src/Reflex/Dom/Builder/Class.hs:439) liftTextNode (src/Reflex/Dom/Builder/Class.hs:694) liftCommentNode (src/Reflex/Dom/Builder/Class.hs:697) HasDomEvent (src/Reflex/Dom/Builder/Class.hs:645) DomEventType (src/Reflex/Dom/Builder/Class.hs:646) LiftDomBuilder (src/Reflex/Dom/Builder/Class.hs:667) MonadTransControlStateless (src/Reflex/Dom/Builder/Class.hs:675) toStT (src/Reflex/Dom/Builder/Class.hs:681) fromStT (src/Reflex/Dom/Builder/Class.hs:684) RunStateless (src/Reflex/Dom/Builder/Class.hs:688) liftWithStateless (src/Reflex/Dom/Builder/Class.hs:691) liftElement (src/Reflex/Dom/Builder/Class.hs:700) DomRenderHook (src/Reflex/Dom/Builder/Class.hs:702) liftElementConfig (src/Reflex/Dom/Builder/Class.hs:731) SetValue (src/Reflex/Dom/Builder/Class.hs:752) textNodeConfig_initialContents (src/Reflex/Dom/Builder/Class.hs:439) commentNodeConfig_initialContents (src/Reflex/Dom/Builder/Class.hs:439) inputElementConfig_initialChecked (src/Reflex/Dom/Builder/Class.hs:439) inputElementConfig_initialValue (src/Reflex/Dom/Builder/Class.hs:439) rawElementConfig_eventSpec (src/Reflex/Dom/Builder/Class.hs:439) elementConfig_eventSpec (src/Reflex/Dom/Builder/Class.hs:439) textAreaElementConfig_initialValue (src/Reflex/Dom/Builder/Class.hs:439) selectElementConfig_initialValue (src/Reflex/Dom/Builder/Class.hs:439) Warning: 'HydrationRunnerT' is ambiguous. It is defined * at src/Reflex/Dom/Builder/Immediate.hs:273:34 * at src/Reflex/Dom/Builder/Immediate.hs:273:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Dom/Builder/Immediate.hs:273:1 Warning: 'EventSelector' is ambiguous. It is defined * in Reflex.Class * in Reflex.Class You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Reflex.Class 20% ( 15 / 73) in 'Reflex.Dom.Builder.Immediate' Missing documentation for: HydrationDomBuilderEnv (src/Reflex/Dom/Builder/Immediate.hs:231) HydrationMode (src/Reflex/Dom/Builder/Immediate.hs:434) runHydrationRunnerT (src/Reflex/Dom/Builder/Immediate.hs:298) runHydrationRunnerTWithFailure (src/Reflex/Dom/Builder/Immediate.hs:304) ImmediateDomBuilderT (src/Reflex/Dom/Builder/Immediate.hs:2176) runHydrationDomBuilderT (src/Reflex/Dom/Builder/Immediate.hs:400) getHydrationMode (src/Reflex/Dom/Builder/Immediate.hs:459) setPreviousNode (src/Reflex/Dom/Builder/Immediate.hs:447) insertAfterPreviousNode (src/Reflex/Dom/Builder/Immediate.hs:1811) hydrateComment (src/Reflex/Dom/Builder/Immediate.hs:1330) askParent (src/Reflex/Dom/Builder/Immediate.hs:408) askEvents (src/Reflex/Dom/Builder/Immediate.hs:416) append (src/Reflex/Dom/Builder/Immediate.hs:424) textNodeInternal (src/Reflex/Dom/Builder/Immediate.hs:1251) extractUpTo (src/Reflex/Dom/Builder/Immediate.hs:526) SupportsHydrationDomBuilder (src/Reflex/Dom/Builder/Immediate.hs:531) collectUpTo (src/Reflex/Dom/Builder/Immediate.hs:535) collectUpToGivenParent (src/Reflex/Dom/Builder/Immediate.hs:541) EventFilterTriggerRef (src/Reflex/Dom/Builder/Immediate.hs:547) elementInternal (src/Reflex/Dom/Builder/Immediate.hs:778) HydrationDomSpace (src/Reflex/Dom/Builder/Immediate.hs:1429) GhcjsDomSpace (src/Reflex/Dom/Builder/Immediate.hs:649) GhcjsDomHandler (src/Reflex/Dom/Builder/Immediate.hs:643) GhcjsDomHandler1 (src/Reflex/Dom/Builder/Immediate.hs:645) GhcjsDomEvent (src/Reflex/Dom/Builder/Immediate.hs:647) GhcjsEventFilter (src/Reflex/Dom/Builder/Immediate.hs:674) Pair1 (src/Reflex/Dom/Builder/Immediate.hs:676) Maybe1 (src/Reflex/Dom/Builder/Immediate.hs:678) GhcjsEventSpec (src/Reflex/Dom/Builder/Immediate.hs:680) HasDocument (src/Reflex/Dom/Builder/Class.hs:733) ghcjsEventSpec_filters (src/Reflex/Dom/Builder/Immediate.hs:2743) ghcjsEventSpec_handler (src/Reflex/Dom/Builder/Immediate.hs:2743) GhcjsEventHandler (src/Reflex/Dom/Builder/Immediate.hs:685) drawChildUpdate (src/Reflex/Dom/Builder/Immediate.hs:2088) ChildReadyState (src/Reflex/Dom/Builder/Immediate.hs:1805) mkHasFocus (src/Reflex/Dom/Builder/Immediate.hs:2163) insertBefore (src/Reflex/Dom/Builder/Immediate.hs:2172) EventType (src/Reflex/Dom/Builder/Immediate.hs:2224) defaultDomEventHandler (src/Reflex/Dom/Builder/Immediate.hs:2274) defaultDomWindowEventHandler (src/Reflex/Dom/Builder/Immediate.hs:2324) withIsEvent (src/Reflex/Dom/Builder/Immediate.hs:2374) showEventName (src/Reflex/Dom/Builder/Immediate.hs:2423) elementOnEventName (src/Reflex/Dom/Builder/Immediate.hs:2482) windowOnEventName (src/Reflex/Dom/Builder/Immediate.hs:2532) wrapDomEvent (src/Reflex/Dom/Builder/Immediate.hs:2582) subscribeDomEvent (src/Reflex/Dom/Builder/Immediate.hs:2590) wrapDomEventMaybe (src/Reflex/Dom/Builder/Immediate.hs:2603) wrapDomEventsMaybe (src/Reflex/Dom/Builder/Immediate.hs:2615) getKeyEvent (src/Reflex/Dom/Builder/Immediate.hs:2624) getMouseEventCoords (src/Reflex/Dom/Builder/Immediate.hs:2634) getTouchEvent (src/Reflex/Dom/Builder/Immediate.hs:2649) WindowConfig (src/Reflex/Dom/Builder/Immediate.hs:2724) Window (src/Reflex/Dom/Builder/Immediate.hs:2729) wrapWindow (src/Reflex/Dom/Builder/Immediate.hs:2735) traverseDMapWithKeyWithAdjust' (src/Reflex/Dom/Builder/Immediate.hs:1707) hoistTraverseWithKeyWithAdjust (src/Reflex/Dom/Builder/Immediate.hs:1846) traverseIntMapWithKeyWithAdjust' (src/Reflex/Dom/Builder/Immediate.hs:1753) hoistTraverseIntMapWithKeyWithAdjust (src/Reflex/Dom/Builder/Immediate.hs:1952) 33% ( 1 / 3) in 'Reflex.Dom.Builder.Hydratable' Missing documentation for: Module header makeHydratable (src/Reflex/Dom/Builder/Hydratable.hs:63) 33% ( 1 / 3) in 'Reflex.Dom.Builder.InputDisabled' Missing documentation for: Module header disableElementConfig (src/Reflex/Dom/Builder/InputDisabled.hs:63) Warning: Reflex.Dom.Class: Could not find documentation for exported module: Reflex.Dom.Class 42% ( 3 / 7) in 'Reflex.Dom.Class' Missing documentation for: Module header keycodeEnter (src/Reflex/Dom/Class.hs:22) keycodeEscape (src/Reflex/Dom/Class.hs:26) holdOnStartup (src/Reflex/Dom/Class.hs:30) 43% ( 7 / 16) in 'Reflex.Dom.Location' Missing documentation for: Module header manageHistory (src/Reflex/Dom/Location.hs:149) manageHistory' (src/Reflex/Dom/Location.hs:174) manageHistoryExposingExternalUpdates (src/Reflex/Dom/Location.hs:182) HistoryCommand (src/Reflex/Dom/Location.hs:117) HistoryStateUpdate (src/Reflex/Dom/Location.hs:109) HistoryItem (src/Reflex/Dom/Location.hs:103) getLocationUri (src/Reflex/Dom/Location.hs:141) popHistoryState (src/Reflex/Dom/Location.hs:216) Warning: 'mainHydrationWidgetWithSwitchoverActionWithFaiilure'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 26% ( 9 / 34) in 'Reflex.Dom.Main' Missing documentation for: Module header mainHydrationWidgetWithHead (src/Reflex/Dom/Main.hs:60) mainHydrationWidgetWithSwitchoverAction (src/Reflex/Dom/Main.hs:69) attachHydrationWidget (src/Reflex/Dom/Main.hs:96) attachHydrationWidgetWithFailure (src/Reflex/Dom/Main.hs:110) HydrationWidget (src/Reflex/Dom/Main.hs:132) DomCoreWidget (src/Reflex/Dom/Main.hs:137) runHydrationWidgetWithHeadAndBody (src/Reflex/Dom/Main.hs:147) runHydrationWidgetWithHeadAndBodyWithFailure (src/Reflex/Dom/Main.hs:158) mainWidget (src/Reflex/Dom/Main.hs:189) mainWidgetWithHead (src/Reflex/Dom/Main.hs:202) mainWidgetWithCss (src/Reflex/Dom/Main.hs:211) runDomHost (src/Reflex/Dom/Main.hs:233) Widget (src/Reflex/Dom/Main.hs:238) attachWidget (src/Reflex/Dom/Main.hs:242) runImmediateWidgetWithHeadAndBody (src/Reflex/Dom/Main.hs:251) replaceElementContents (src/Reflex/Dom/Main.hs:287) attachWidget' (src/Reflex/Dom/Main.hs:294) EventChannel (src/Reflex/Dom/Main.hs:316) attachImmediateWidget (src/Reflex/Dom/Main.hs:325) processAsyncEvents (src/Reflex/Dom/Main.hs:335) AppInput (src/Reflex/Dom/Main.hs:352) AppOutput (src/Reflex/Dom/Main.hs:356) runApp' (src/Reflex/Dom/Main.hs:361) attachWidget'' (src/Reflex/Dom/Main.hs:375) 13% ( 2 / 15) in 'Reflex.Dom.Builder.Static' Missing documentation for: Module header StaticDomBuilderEnv (src/Reflex/Dom/Builder/Static.hs:61) StaticDomBuilderT (src/Reflex/Dom/Builder/Static.hs:71) runStaticDomBuilderT (src/Reflex/Dom/Builder/Static.hs:84) SupportsStaticDomBuilder (src/Reflex/Dom/Builder/Static.hs:138) StaticDomSpace (src/Reflex/Dom/Builder/Static.hs:140) StaticEventSpec (src/Reflex/Dom/Builder/Static.hs:148) replaceStart (src/Reflex/Dom/Builder/Static.hs:180) replaceEnd (src/Reflex/Dom/Builder/Static.hs:187) hoistIntMapWithKeyWithAdjust (src/Reflex/Dom/Builder/Static.hs:205) hoistDMapWithKeyWithAdjust (src/Reflex/Dom/Builder/Static.hs:238) StaticWidget (src/Reflex/Dom/Builder/Static.hs:384) renderStatic (src/Reflex/Dom/Builder/Static.hs:388) 0% ( 0 / 2) in 'Reflex.Dom.Modals.Class' Missing documentation for: Module header ModalOpener (src/Reflex/Dom/Modals/Class.hs:6) 40% ( 2 / 5) in 'Reflex.Dom.Prerender' Missing documentation for: Prerender (src/Reflex/Dom/Prerender.hs:83) PrerenderClientConstraint (src/Reflex/Dom/Prerender.hs:51) PrerenderBaseConstraints (src/Reflex/Dom/Prerender.hs:60) 50% ( 1 / 2) in 'Reflex.Dom.Time' Missing documentation for: Module header Warning: Reflex.Dom.WebSocket.Foreign: Could not find documentation for exported module: Reflex.Dom.WebSocket.Foreign Warning: Reflex.Dom.WebSocket: Could not find documentation for exported module: Reflex.Dom.WebSocket 0% ( 0 / 18) in 'Reflex.Dom.WebSocket' Missing documentation for: Module header WebSocket (src/Reflex/Dom/WebSocket.hs:69) WebSocketConfig (src/Reflex/Dom/WebSocket.hs:59) RawWebSocket (src/Reflex/Dom/WebSocket.hs:71) webSocket (src/Reflex/Dom/WebSocket.hs:84) webSocket' (src/Reflex/Dom/WebSocket.hs:87) forkJSM (src/Reflex/Dom/WebSocket.hs:144) textWebSocket (src/Reflex/Dom/WebSocket.hs:136) jsonWebSocket (src/Reflex/Dom/WebSocket.hs:139) webSocketConfig_close (src/Reflex/Dom/WebSocket.hs:149) webSocketConfig_protocols (src/Reflex/Dom/WebSocket.hs:149) webSocketConfig_reconnect (src/Reflex/Dom/WebSocket.hs:149) webSocketConfig_send (src/Reflex/Dom/WebSocket.hs:149) webSocket_close (src/Reflex/Dom/WebSocket.hs:150) webSocket_error (src/Reflex/Dom/WebSocket.hs:150) webSocket_open (src/Reflex/Dom/WebSocket.hs:150) webSocket_recv (src/Reflex/Dom/WebSocket.hs:150) jsonDecode (src/Foreign/JavaScript/Utils.hs:54) 0% ( 0 / 3) in 'Reflex.Dom.WebSocket.Query' Missing documentation for: Module header cropQueryT (src/Reflex/Dom/WebSocket/Query.hs:30) runWebSocketQuery (src/Reflex/Dom/WebSocket/Query.hs:19) Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 58% ( 25 / 43) in 'Reflex.Dom.Widget.Basic' Missing documentation for: Module header text (src/Reflex/Dom/Widget/Basic.hs:109) dynText (src/Reflex/Dom/Widget/Basic.hs:113) comment (src/Reflex/Dom/Widget/Basic.hs:122) dynComment (src/Reflex/Dom/Widget/Basic.hs:126) display (src/Reflex/Dom/Widget/Basic.hs:135) button (src/Reflex/Dom/Widget/Basic.hs:138) elDynAttrNS (src/Reflex/Dom/Widget/Basic.hs:250) elDynAttrNS' (src/Reflex/Dom/Widget/Basic.hs:238) dynamicAttributesToModifyAttributes (src/Reflex/Dom/Widget/Basic.hs:253) dynamicAttributesToModifyAttributesWithInitial (src/Reflex/Dom/Widget/Basic.hs:256) Link (src/Reflex/Dom/Widget/Basic.hs:270) linkClass (src/Reflex/Dom/Widget/Basic.hs:275) link (src/Reflex/Dom/Widget/Basic.hs:280) divClass (src/Reflex/Dom/Widget/Basic.hs:283) dtdd (src/Reflex/Dom/Widget/Basic.hs:286) blank (src/Reflex/Dom/Widget/Basic.hs:291) HasAttributes (src/Reflex/Dom/Widget/Basic.hs:339) 0% ( 0 / 31) in 'Reflex.Dom.Old' Missing documentation for: Module header MonadWidget (src/Reflex/Dom/Old.hs:128) El (src/Reflex/Dom/Old.hs:133) ElConfig (src/Reflex/Dom/Old.hs:83) elConfig_namespace (src/Reflex/Dom/Old.hs:95) elConfig_attributes (src/Reflex/Dom/Old.hs:95) _el_clicked (src/Reflex/Dom/Old.hs:211) _el_element (src/Reflex/Dom/Old.hs:215) _el_events (src/Reflex/Dom/Old.hs:219) addVoidAction (src/Reflex/Dom/Old.hs:136) AttributeMap (src/Reflex/Dom/Old.hs:138) Attributes (src/Reflex/Dom/Old.hs:152) buildElement (src/Reflex/Dom/Old.hs:141) buildElementNS (src/Reflex/Dom/Old.hs:150) buildEmptyElement (src/Reflex/Dom/Old.hs:144) buildEmptyElementNS (src/Reflex/Dom/Old.hs:147) elDynHtml' (src/Reflex/Dom/Old.hs:277) elDynHtmlAttr' (src/Reflex/Dom/Old.hs:269) elStopPropagationNS (src/Reflex/Dom/Old.hs:260) elWith (src/Reflex/Dom/Old.hs:198) elWith' (src/Reflex/Dom/Old.hs:201) emptyElWith (src/Reflex/Dom/Old.hs:204) emptyElWith' (src/Reflex/Dom/Old.hs:207) namedNodeMapGetNames (src/Reflex/Dom/Old.hs:245) nodeClear (src/Reflex/Dom/Old.hs:251) onEventName (src/Reflex/Dom/Old.hs:180) schedulePostBuild (src/Reflex/Dom/Old.hs:183) text' (src/Reflex/Dom/Old.hs:188) unsafePlaceElement (src/Reflex/Dom/Old.hs:240) WidgetHost (src/Reflex/Dom/Old.hs:131) wrapElement (src/Reflex/Dom/Old.hs:230) Warning: Reflex.Dom.Widget.Input: Could not find documentation for exported module: Reflex.Dom.Widget.Input 10% ( 8 / 74) in 'Reflex.Dom.Widget.Input' Missing documentation for: Module header HasValue (src/Reflex/Dom/Widget/Input.hs:651) Value (src/Reflex/Dom/Widget/Input.hs:652) TextArea (src/Reflex/Dom/Widget/Input.hs:177) TextInput (src/Reflex/Dom/Widget/Input.hs:56) _textInput_element (src/Reflex/Dom/Widget/Input.hs:67) TextInputConfig (src/Reflex/Dom/Widget/Input.hs:73) textInputGetEnter (src/Reflex/Dom/Widget/Input.hs:110) keypress (src/Reflex/Dom/Widget/Input.hs:114) keydown (src/Reflex/Dom/Widget/Input.hs:118) keyup (src/Reflex/Dom/Widget/Input.hs:122) RangeInputConfig (src/Reflex/Dom/Widget/Input.hs:124) RangeInput (src/Reflex/Dom/Widget/Input.hs:137) TextAreaConfig (src/Reflex/Dom/Widget/Input.hs:164) textArea (src/Reflex/Dom/Widget/Input.hs:187) CheckboxConfig (src/Reflex/Dom/Widget/Input.hs:202) Checkbox (src/Reflex/Dom/Widget/Input.hs:213) CheckboxViewEventResultType (src/Reflex/Dom/Widget/Input.hs:236) regularToCheckboxViewEventType (src/Reflex/Dom/Widget/Input.hs:241) CheckboxViewEventResult (src/Reflex/Dom/Widget/Input.hs:289) FileInput (src/Reflex/Dom/Widget/Input.hs:326) FileInputConfig (src/Reflex/Dom/Widget/Input.hs:331) fileInput (src/Reflex/Dom/Widget/Input.hs:341) Dropdown (src/Reflex/Dom/Widget/Input.hs:357) DropdownConfig (src/Reflex/Dom/Widget/Input.hs:362) DropdownViewEventResultType (src/Reflex/Dom/Widget/Input.hs:372) DropdownViewEventResult (src/Reflex/Dom/Widget/Input.hs:376) regularToDropdownViewEventType (src/Reflex/Dom/Widget/Input.hs:379) textAreaConfig_attributes (src/Reflex/Dom/Widget/Input.hs:459) textInputConfig_attributes (src/Reflex/Dom/Widget/Input.hs:459) rangeInputConfig_attributes (src/Reflex/Dom/Widget/Input.hs:459) dropdownConfig_attributes (src/Reflex/Dom/Widget/Input.hs:459) checkboxConfig_attributes (src/Reflex/Dom/Widget/Input.hs:459) fileInputConfig_attributes (src/Reflex/Dom/Widget/Input.hs:459) textAreaConfig_setValue (src/Reflex/Dom/Widget/Input.hs:459) textInputConfig_setValue (src/Reflex/Dom/Widget/Input.hs:459) rangeInputConfig_setValue (src/Reflex/Dom/Widget/Input.hs:459) dropdownConfig_setValue (src/Reflex/Dom/Widget/Input.hs:459) checkboxConfig_setValue (src/Reflex/Dom/Widget/Input.hs:459) textAreaConfig_initialValue (src/Reflex/Dom/Widget/Input.hs:459) textArea_element (src/Reflex/Dom/Widget/Input.hs:459) textArea_hasFocus (src/Reflex/Dom/Widget/Input.hs:459) textArea_input (src/Reflex/Dom/Widget/Input.hs:459) textArea_keypress (src/Reflex/Dom/Widget/Input.hs:459) textArea_value (src/Reflex/Dom/Widget/Input.hs:459) textInputConfig_initialValue (src/Reflex/Dom/Widget/Input.hs:459) textInputConfig_inputType (src/Reflex/Dom/Widget/Input.hs:459) textInput_builderElement (src/Reflex/Dom/Widget/Input.hs:459) textInput_hasFocus (src/Reflex/Dom/Widget/Input.hs:459) textInput_input (src/Reflex/Dom/Widget/Input.hs:459) textInput_keydown (src/Reflex/Dom/Widget/Input.hs:459) textInput_keypress (src/Reflex/Dom/Widget/Input.hs:459) textInput_keyup (src/Reflex/Dom/Widget/Input.hs:459) textInput_value (src/Reflex/Dom/Widget/Input.hs:459) rangeInputConfig_initialValue (src/Reflex/Dom/Widget/Input.hs:459) rangeInput_element (src/Reflex/Dom/Widget/Input.hs:459) rangeInput_hasFocus (src/Reflex/Dom/Widget/Input.hs:459) rangeInput_input (src/Reflex/Dom/Widget/Input.hs:459) rangeInput_mouseup (src/Reflex/Dom/Widget/Input.hs:459) rangeInput_value (src/Reflex/Dom/Widget/Input.hs:459) fileInput_element (src/Reflex/Dom/Widget/Input.hs:459) fileInput_value (src/Reflex/Dom/Widget/Input.hs:459) dropdown_change (src/Reflex/Dom/Widget/Input.hs:459) dropdown_value (src/Reflex/Dom/Widget/Input.hs:459) checkbox_change (src/Reflex/Dom/Widget/Input.hs:459) checkbox_value (src/Reflex/Dom/Widget/Input.hs:459) 25% ( 1 / 4) in 'Reflex.Dom.Widget.Lazy' Missing documentation for: Module header virtualList (src/Reflex/Dom/Widget/Lazy.hs:95) virtualListBuffered (src/Reflex/Dom/Widget/Lazy.hs:141) 25% ( 1 / 4) in 'Reflex.Dom.Widget.Resize' Missing documentation for: Module header resizeDetectorWithStyle (src/Reflex/Dom/Widget/Resize.hs:46) resizeDetectorWithAttrs (src/Reflex/Dom/Widget/Resize.hs:52) 80% ( 4 / 5) in 'Reflex.Dom.Widget' Missing documentation for: Module header Warning: Reflex.Dom.Xhr.Foreign: Could not find documentation for exported module: Reflex.Dom.Xhr.Foreign Warning: 'XhrRequest' is ambiguous. It is defined * at src/Reflex/Dom/Xhr.hs:180:6 * at src/Reflex/Dom/Xhr.hs:179:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Dom/Xhr.hs:179:1 Warning: 'XhrResponse' is ambiguous. It is defined * at src/Reflex/Dom/Xhr.hs:198:6 * at src/Reflex/Dom/Xhr.hs:197:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Dom/Xhr.hs:197:1 41% ( 26 / 63) in 'Reflex.Dom.Xhr' Missing documentation for: getMay (src/Reflex/Dom/Xhr.hs:372) decodeText (src/Reflex/Dom/Xhr.hs:377) XhrRequest (src/Reflex/Dom/Xhr.hs:179) XhrRequestConfig (src/Reflex/Dom/Xhr.hs:186) xhrRequestConfig_headers (src/Reflex/Dom/Xhr.hs:384) xhrRequestConfig_password (src/Reflex/Dom/Xhr.hs:384) xhrRequestConfig_responseType (src/Reflex/Dom/Xhr.hs:384) xhrRequestConfig_sendData (src/Reflex/Dom/Xhr.hs:384) xhrRequestConfig_user (src/Reflex/Dom/Xhr.hs:384) xhrRequestConfig_withCredentials (src/Reflex/Dom/Xhr.hs:384) xhrRequestConfig_responseHeaders (src/Reflex/Dom/Xhr.hs:384) xhrRequest_config (src/Reflex/Dom/Xhr.hs:384) xhrRequest_method (src/Reflex/Dom/Xhr.hs:384) xhrRequest_url (src/Reflex/Dom/Xhr.hs:384) XhrResponse (src/Reflex/Dom/Xhr.hs:197) XhrResponseBody (src/Reflex/Dom/Xhr/ResponseType.hs:14) XhrResponseHeaders (src/Reflex/Dom/Xhr.hs:205) XhrResponseType (src/Reflex/Dom/Xhr/ResponseType.hs:7) xhrResponse_response (src/Reflex/Dom/Xhr.hs:384) xhrResponse_responseText (src/Reflex/Dom/Xhr.hs:384) xhrResponse_status (src/Reflex/Dom/Xhr.hs:384) xhrResponse_statusText (src/Reflex/Dom/Xhr.hs:384) xhrResponse_headers (src/Reflex/Dom/Xhr.hs:384) xhrResponse_body (src/Reflex/Dom/Xhr.hs:219) _xhrResponse_body (src/Reflex/Dom/Xhr.hs:215) XhrException (src/Reflex/Dom/Xhr/Exception.hs:5) IsXhrPayload (src/Reflex/Dom/Xhr/Foreign.hs:40) newXMLHttpRequest (src/Reflex/Dom/Xhr.hs:297) xmlHttpRequestGetReadyState (src/Reflex/Dom/Xhr/Foreign.hs:125) xmlHttpRequestGetResponseText (src/Reflex/Dom/Xhr/Foreign.hs:137) xmlHttpRequestGetStatus (src/Reflex/Dom/Xhr/Foreign.hs:162) xmlHttpRequestGetStatusText (src/Reflex/Dom/Xhr/Foreign.hs:165) xmlHttpRequestNew (src/Reflex/Dom/Xhr/Foreign.hs:28) xmlHttpRequestOnreadystatechange (src/Reflex/Dom/Xhr/Foreign.hs:116) xmlHttpRequestOpen (src/Reflex/Dom/Xhr/Foreign.hs:33) xmlHttpRequestSetRequestHeader (src/Reflex/Dom/Xhr/Foreign.hs:76) xmlHttpRequestSetResponseType (src/Reflex/Dom/Xhr/Foreign.hs:143) Warning: 'XhrRequestConfig' is ambiguous. It is defined * at src/Reflex/Dom/Xhr.hs:187:6 * at src/Reflex/Dom/Xhr.hs:186:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Reflex/Dom/Xhr.hs:186:1 Warning: 'FileInput' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 80% ( 4 / 5) in 'Reflex.Dom.Xhr.FormData' Missing documentation for: Module header Unrecognised option: ignore-exports Warning: Foreign.JavaScript.TH: could not find link destinations for: - Language.Haskell.TH.Syntax.Rep_Safety - Foreign.JavaScript.TH.D:R:RefWithJSContextSingleton - Foreign.JavaScript.TH.D:R:PerformableWithJSContextSingleton - Foreign.JavaScript.TH.D:R:ReadPhaseWithJSContextSingleton - Foreign.JavaScript.TH.D:R:PrimStateWithJSContextSingleton Warning: Reflex.Dom.Builder.Class.Events: could not find link destinations for: - Reflex.Dom.Builder.Class.D:R:DomEventTypeTextAreaElementen - Reflex.Dom.Builder.Class.D:R:DomEventTypeInputElementen - Reflex.Dom.Builder.Class.D:R:DomEventTypeElementen Warning: Reflex.Dom.Builder.Class: could not find link destinations for: - Reflex.Dom.Builder.Class.D:R:DomBuilderSpaceReaderT - Reflex.Dom.Builder.Class.D:R:DomBuilderSpaceQueryT - Reflex.Dom.Builder.Class.D:R:DomBuilderSpaceEventWriterT - Reflex.Dom.Builder.Class.D:R:DomBuilderSpaceRequesterT - Reflex.Dom.Builder.Class.D:R:DomBuilderSpaceDynamicWriterT - Reflex.Dom.Builder.Class.D:R:DomFragmentPostBuildT - Reflex.Dom.Builder.Class.D:R:DomBuilderSpacePostBuildT - Reflex.Dom.Builder.Class.D:R:DomEventTypeTextAreaElementen - Reflex.Dom.Builder.Class.D:R:DomEventTypeInputElementen - Reflex.Dom.Builder.Class.D:R:DomEventTypeElementen - Reflex.Dom.Builder.Class.D:R:SetValueTextAreaElementConfig - Reflex.Dom.Builder.Immediate.D:R:DomBuilderSpaceHydrationDomBuilderT - Reflex.Dom.Builder.Immediate.D:R:DomBuilderSpaceHydrationDomBuilderT0 - Reflex.Dom.Builder.Immediate.D:R:DomFragmentHydrationDomBuilderT - Reflex.Dom.Builder.Immediate.D:R:EventSpecTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawDocumentTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawTextNodeTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawCommentNodeTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawElementTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawInputElementTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawTextAreaElementTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawSelectElementTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:EventSpecTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawDocumentTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawTextNodeTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawCommentNodeTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawElementTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawInputElementTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawTextAreaElementTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawSelectElementTYPEGhcjsDomSpace - Reflex.Dom.Builder.Hydratable.D:R:DomBuilderSpaceHydratableT - Reflex.Dom.Builder.InputDisabled.D:R:DomBuilderSpaceInputDisabledT - Reflex.Dom.Builder.Static.D:R:DomBuilderSpaceStaticDomBuilderT - Reflex.Dom.Builder.Static.D:R:EventSpecTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawDocumentTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawTextNodeTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawCommentNodeTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawElementTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawInputElementTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawTextAreaElementTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawSelectElementTYPEStaticDomSpace - Reflex.Dom.Widget.Input.D:R:DomEventTypeTextInputen - Reflex.Dom.Widget.Input.D:R:SetValueCheckboxConfig - Reflex.Dom.Widget.Input.D:R:SetValueDropdownConfig - Reflex.Dom.Widget.Input.D:R:SetValueRangeInputConfig - Reflex.Dom.Widget.Input.D:R:SetValueTextInputConfig - Reflex.Dom.Widget.Input.D:R:SetValueTextAreaConfig - Reflex.Dom.Widget.Input.D:R:ValueTextAreaElement - Reflex.Dom.Widget.Input.D:R:ValueInputElement Warning: Reflex.Dom.Builder.Immediate: could not find link destinations for: - Reflex.Dom.Builder.Immediate.TraverseChild - Reflex.Dom.Builder.Immediate.DomRenderHookT - Reflex.Dom.Builder.Immediate.HydrationState - Reflex.Dom.Builder.Immediate.D:R:RefHydrationDomBuilderT - Reflex.Dom.Builder.Immediate.D:R:PerformableHydrationDomBuilderT - Reflex.Dom.Builder.Immediate.D:R:PrimStateHydrationDomBuilderT - Reflex.Dom.Builder.Immediate.D:R:DomBuilderSpaceHydrationDomBuilderT - Reflex.Dom.Builder.Immediate.D:R:DomBuilderSpaceHydrationDomBuilderT0 - Reflex.Dom.Builder.Immediate.D:R:DomFragmentHydrationDomBuilderT - Reflex.Dom.Builder.Immediate.D:R:EventSpecTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawDocumentTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawTextNodeTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawCommentNodeTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawElementTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawInputElementTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawTextAreaElementTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawSelectElementTYPEHydrationDomSpace - Reflex.Dom.Builder.Immediate.D:R:EventSpecTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawDocumentTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawTextNodeTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawCommentNodeTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawElementTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawInputElementTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawTextAreaElementTYPEGhcjsDomSpace - Reflex.Dom.Builder.Immediate.D:R:RawSelectElementTYPEGhcjsDomSpace - Reflex.Dom.Prerender.D:R:ClientHydrationDomBuilderT - Reflex.Dom.Prerender.D:R:ClientHydrationDomBuilderT0 Warning: Reflex.Dom.Builder.Hydratable: could not find link destinations for: - Reflex.Dom.Builder.Hydratable.D:R:DomBuilderSpaceHydratableT - Reflex.Dom.Builder.Hydratable.D:R:PrimStateHydratableT - Reflex.Dom.Builder.Hydratable.D:R:PerformableHydratableT - Reflex.Dom.Builder.Hydratable.D:R:RefHydratableT - Reflex.Dom.Builder.Hydratable.D:R:StTHydratableTa - Reflex.Dom.Prerender.D:R:ClientHydratableT Warning: Reflex.Dom.Builder.InputDisabled: could not find link destinations for: - Reflex.Dom.Builder.InputDisabled.D:R:DomBuilderSpaceInputDisabledT - Reflex.Dom.Builder.InputDisabled.D:R:PrimStateInputDisabledT - Reflex.Dom.Builder.InputDisabled.D:R:PerformableInputDisabledT - Reflex.Dom.Builder.InputDisabled.D:R:RefInputDisabledT - Reflex.Dom.Builder.InputDisabled.D:R:StTInputDisabledTa - Reflex.Dom.Prerender.D:R:ClientInputDisabledT Warning: Reflex.Dom.Builder.Static: could not find link destinations for: - Reflex.Dom.Builder.Static.D:R:RefStaticDomBuilderT - Reflex.Dom.Builder.Static.D:R:PerformableStaticDomBuilderT - Reflex.Dom.Builder.Static.D:R:PrimStateStaticDomBuilderT - Reflex.Dom.Builder.Static.D:R:DomBuilderSpaceStaticDomBuilderT - Reflex.Dom.Builder.Static.D:R:EventSpecTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawDocumentTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawTextNodeTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawCommentNodeTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawElementTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawInputElementTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawTextAreaElementTYPEStaticDomSpace - Reflex.Dom.Builder.Static.D:R:RawSelectElementTYPEStaticDomSpace - Reflex.Dom.Builder.Static.Rep_StaticEventSpec - Reflex.Dom.Prerender.D:R:ClientStaticDomBuilderT Warning: Reflex.Dom.Prerender: could not find link destinations for: - Reflex.Dom.Prerender.D:R:ClientPostBuildT - Reflex.Dom.Prerender.D:R:ClientHydratableT - Reflex.Dom.Prerender.D:R:ClientInputDisabledT - Reflex.Dom.Prerender.D:R:ClientQueryT - Reflex.Dom.Prerender.D:R:ClientRequesterT - Reflex.Dom.Prerender.D:R:ClientEventWriterT - Reflex.Dom.Prerender.D:R:ClientDynamicWriterT - Reflex.Dom.Prerender.D:R:ClientReaderT - Reflex.Dom.Prerender.D:R:ClientHydrationDomBuilderT - Reflex.Dom.Prerender.D:R:ClientHydrationDomBuilderT0 - Reflex.Dom.Prerender.D:R:ClientStaticDomBuilderT Warning: Reflex.Dom.WebSocket: could not find link destinations for: - Reflex.Dom.WebSocket.Foreign.IsWebSocketMessage Warning: Reflex.Dom.Widget.Basic: could not find link destinations for: - Reflex.Dom.Old.D:R:AttrsElConfig - Reflex.Dom.Widget.Input.D:R:AttrsFileInputConfig - Reflex.Dom.Widget.Input.D:R:AttrsCheckboxConfig - Reflex.Dom.Widget.Input.D:R:AttrsDropdownConfig - Reflex.Dom.Widget.Input.D:R:AttrsRangeInputConfig - Reflex.Dom.Widget.Input.D:R:AttrsTextInputConfig - Reflex.Dom.Widget.Input.D:R:AttrsTextAreaConfig Warning: Reflex.Dom.Old: could not find link destinations for: - Reflex.Dom.Old.MonadWidgetConstraints - Reflex.Dom.Old.D:R:AttrsElConfig Warning: Reflex.Dom.Widget.Input: could not find link destinations for: - Reflex.Dom.Widget.Input.D:R:DomEventTypeTextInputen - Reflex.Dom.Widget.Input.D:R:SetValueCheckboxConfig - Reflex.Dom.Widget.Input.D:R:SetValueDropdownConfig - Reflex.Dom.Widget.Input.D:R:SetValueRangeInputConfig - Reflex.Dom.Widget.Input.D:R:SetValueTextInputConfig - Reflex.Dom.Widget.Input.D:R:SetValueTextAreaConfig - Reflex.Dom.Widget.Input.D:R:AttrsFileInputConfig - Reflex.Dom.Widget.Input.D:R:AttrsCheckboxConfig - Reflex.Dom.Widget.Input.D:R:AttrsDropdownConfig - Reflex.Dom.Widget.Input.D:R:AttrsRangeInputConfig - Reflex.Dom.Widget.Input.D:R:AttrsTextInputConfig - Reflex.Dom.Widget.Input.D:R:AttrsTextAreaConfig - Reflex.Dom.Widget.Input.D:R:ValueCheckbox - Reflex.Dom.Widget.Input.D:R:ValueDropdown - Reflex.Dom.Widget.Input.D:R:ValueFileInput - Reflex.Dom.Widget.Input.D:R:ValueRangeInput - Reflex.Dom.Widget.Input.D:R:ValueTextInput - Reflex.Dom.Widget.Input.D:R:ValueTextArea - Reflex.Dom.Widget.Input.D:R:ValueTextAreaElement - Reflex.Dom.Widget.Input.D:R:ValueInputElement Warning: Reflex.Dom.Xhr: could not find link destinations for: - JSDOM.Types.typeGType Documentation created: dist/doc/html/reflex-dom-core/, dist/doc/html/reflex-dom-core/reflex-dom-core.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/reflex-dom-core-0.8.1.4-HQoiq8dbtJg3RrEqKd0EPC Completed reflex-dom-core-0.8.1.4