=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for hs-row-types-1.0.1.2nb1 Preprocessing library for row-types-1.0.1.2.. Building library for row-types-1.0.1.2.. [1 of 6] Compiling Data.Row.Internal ( src/Data/Row/Internal.hs, dist/build/Data/Row/Internal.o, dist/build/Data/Row/Internal.dyn_o ) src/Data/Row/Internal.hs:212:37: 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. | 212 | class Lacks (l :: Symbol) (r :: Row *) | ^ src/Data/Row/Internal.hs:253: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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:34: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:39: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:57: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:75: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:89: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:282:31: 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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:282: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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:282: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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:282:70: 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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:282:99: 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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:283:43: 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. | 283 | (h :: k1 -> k2 -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:398:28: 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. | 398 | type family Zip (r1 :: Row *) (r2 :: Row *) where | ^ src/Data/Row/Internal.hs:398:42: 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. | 398 | type family Zip (r1 :: Row *) (r2 :: Row *) where | ^ src/Data/Row/Internal.hs:401: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. | 401 | type family ZipR (r1 :: [LT *]) (r2 :: [LT *]) where | ^ src/Data/Row/Internal.hs:401:44: 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. | 401 | type family ZipR (r1 :: [LT *]) (r2 :: [LT *]) where | ^ [2 of 6] Compiling Data.Row.Dictionaries ( src/Data/Row/Dictionaries.hs, dist/build/Data/Row/Dictionaries.o, dist/build/Data/Row/Dictionaries.dyn_o ) [3 of 6] Compiling Data.Row.Records ( src/Data/Row/Records.hs, dist/build/Data/Row/Records.o, dist/build/Data/Row/Records.dyn_o ) src/Data/Row/Records.hs:127:23: 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. | 127 | newtype Rec (r :: Row *) where | ^ src/Data/Row/Records.hs:378:48: 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. | 378 | newtype RFMap (g :: k1 -> k2) (? :: Row (k2 -> *)) (? :: Row k1) = RFMap { unRFMap :: Rec (Ap ? (Map g ?)) } | ^ src/Data/Row/Records.hs:379:31: 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. | 379 | newtype RecAp (? :: Row (k -> *)) (? :: Row k) = RecAp (Rec (Ap ? ?)) | ^ src/Data/Row/Records.hs:380: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. | 380 | newtype App (f :: k -> *) (a :: k) = App (f a) | ^ src/Data/Row/Records.hs:383:38: 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. | 383 | mapF :: forall k c g (? :: Row (k -> *)) (? :: Row k). BiForall ? ? c | ^ src/Data/Row/Records.hs:574: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. | 574 | newtype RecPair (?1 :: Row *) (?2 :: Row *) = RecPair (Rec ?1, Rec ?2) | ^ src/Data/Row/Records.hs:574:43: 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. | 574 | newtype RecPair (?1 :: Row *) (?2 :: Row *) = RecPair (Rec ?1, Rec ?2) | ^ src/Data/Row/Records.hs:575: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. | 575 | newtype RZipPair (?1 :: Row *) (?2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ?1 ?2) } | ^ src/Data/Row/Records.hs:575:43: 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. | 575 | newtype RZipPair (?1 :: Row *) (?2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ?1 ?2) } | ^ src/Data/Row/Records.hs:667: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. | 667 | type RepRec (r :: Row *) :: * -> * | ^ src/Data/Row/Records.hs:667:31: 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. | 667 | type RepRec (r :: Row *) :: * -> * | ^ src/Data/Row/Records.hs:667: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. | 667 | type RepRec (r :: Row *) :: * -> * | ^ [4 of 6] Compiling Data.Row.Variants ( src/Data/Row/Variants.hs, dist/build/Data/Row/Variants.o, dist/build/Data/Row/Variants.dyn_o ) src/Data/Row/Variants.hs:102:20: 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. | 102 | data Var (r :: Row *) where | ^ src/Data/Row/Variants.hs:475:37: 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. | 475 | newtype FlipApp (x :: k) (f :: k -> *) = FlipApp (f x) | ^ src/Data/Row/Variants.hs:589: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. | 589 | type RepVar (r :: Row *) :: * -> * | ^ src/Data/Row/Variants.hs:589:31: 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. | 589 | type RepVar (r :: Row *) :: * -> * | ^ src/Data/Row/Variants.hs:589: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. | 589 | type RepVar (r :: Row *) :: * -> * | ^ [5 of 6] Compiling Data.Row.Switch ( src/Data/Row/Switch.hs, dist/build/Data/Row/Switch.o, dist/build/Data/Row/Switch.dyn_o ) [6 of 6] Compiling Data.Row ( src/Data/Row.hs, dist/build/Data/Row.o, dist/build/Data/Row.dyn_o ) [1 of 6] Compiling Data.Row.Internal ( src/Data/Row/Internal.hs, dist/build/Data/Row/Internal.p_o ) src/Data/Row/Internal.hs:212:37: 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. | 212 | class Lacks (l :: Symbol) (r :: Row *) | ^ src/Data/Row/Internal.hs:253: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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:34: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:39: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:57: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:75: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:89: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:282:31: 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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:282: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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:282: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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:282:70: 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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:282:99: 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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:283:43: 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. | 283 | (h :: k1 -> k2 -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:398:28: 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. | 398 | type family Zip (r1 :: Row *) (r2 :: Row *) where | ^ src/Data/Row/Internal.hs:398:42: 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. | 398 | type family Zip (r1 :: Row *) (r2 :: Row *) where | ^ src/Data/Row/Internal.hs:401: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. | 401 | type family ZipR (r1 :: [LT *]) (r2 :: [LT *]) where | ^ src/Data/Row/Internal.hs:401:44: 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. | 401 | type family ZipR (r1 :: [LT *]) (r2 :: [LT *]) where | ^ [2 of 6] Compiling Data.Row.Dictionaries ( src/Data/Row/Dictionaries.hs, dist/build/Data/Row/Dictionaries.p_o ) [3 of 6] Compiling Data.Row.Records ( src/Data/Row/Records.hs, dist/build/Data/Row/Records.p_o ) src/Data/Row/Records.hs:127:23: 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. | 127 | newtype Rec (r :: Row *) where | ^ src/Data/Row/Records.hs:378:48: 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. | 378 | newtype RFMap (g :: k1 -> k2) (? :: Row (k2 -> *)) (? :: Row k1) = RFMap { unRFMap :: Rec (Ap ? (Map g ?)) } | ^ src/Data/Row/Records.hs:379:31: 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. | 379 | newtype RecAp (? :: Row (k -> *)) (? :: Row k) = RecAp (Rec (Ap ? ?)) | ^ src/Data/Row/Records.hs:380: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. | 380 | newtype App (f :: k -> *) (a :: k) = App (f a) | ^ src/Data/Row/Records.hs:383:38: 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. | 383 | mapF :: forall k c g (? :: Row (k -> *)) (? :: Row k). BiForall ? ? c | ^ src/Data/Row/Records.hs:574: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. | 574 | newtype RecPair (?1 :: Row *) (?2 :: Row *) = RecPair (Rec ?1, Rec ?2) | ^ src/Data/Row/Records.hs:574:43: 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. | 574 | newtype RecPair (?1 :: Row *) (?2 :: Row *) = RecPair (Rec ?1, Rec ?2) | ^ src/Data/Row/Records.hs:575: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. | 575 | newtype RZipPair (?1 :: Row *) (?2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ?1 ?2) } | ^ src/Data/Row/Records.hs:575:43: 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. | 575 | newtype RZipPair (?1 :: Row *) (?2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ?1 ?2) } | ^ src/Data/Row/Records.hs:667: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. | 667 | type RepRec (r :: Row *) :: * -> * | ^ src/Data/Row/Records.hs:667:31: 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. | 667 | type RepRec (r :: Row *) :: * -> * | ^ src/Data/Row/Records.hs:667: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. | 667 | type RepRec (r :: Row *) :: * -> * | ^ [4 of 6] Compiling Data.Row.Variants ( src/Data/Row/Variants.hs, dist/build/Data/Row/Variants.p_o ) src/Data/Row/Variants.hs:102:20: 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. | 102 | data Var (r :: Row *) where | ^ src/Data/Row/Variants.hs:475:37: 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. | 475 | newtype FlipApp (x :: k) (f :: k -> *) = FlipApp (f x) | ^ src/Data/Row/Variants.hs:589: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. | 589 | type RepVar (r :: Row *) :: * -> * | ^ src/Data/Row/Variants.hs:589:31: 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. | 589 | type RepVar (r :: Row *) :: * -> * | ^ src/Data/Row/Variants.hs:589: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. | 589 | type RepVar (r :: Row *) :: * -> * | ^ [5 of 6] Compiling Data.Row.Switch ( src/Data/Row/Switch.hs, dist/build/Data/Row/Switch.p_o ) [6 of 6] Compiling Data.Row ( src/Data/Row.hs, dist/build/Data/Row.p_o ) Preprocessing library for row-types-1.0.1.2.. Running Haddock on library for row-types-1.0.1.2.. [1 of 6] Compiling Data.Row.Internal ( src/Data/Row/Internal.hs, nothing ) src/Data/Row/Internal.hs:212:37: 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. | 212 | class Lacks (l :: Symbol) (r :: Row *) | ^ src/Data/Row/Internal.hs:253: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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:34: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:39: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:57: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:75: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:253:89: 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. | 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:282:31: 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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:282: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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:282: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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:282:70: 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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:282:99: 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. | 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *) | ^ src/Data/Row/Internal.hs:283:43: 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. | 283 | (h :: k1 -> k2 -> *). Bifunctor p | ^ src/Data/Row/Internal.hs:398:28: 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. | 398 | type family Zip (r1 :: Row *) (r2 :: Row *) where | ^ src/Data/Row/Internal.hs:398:42: 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. | 398 | type family Zip (r1 :: Row *) (r2 :: Row *) where | ^ src/Data/Row/Internal.hs:401: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. | 401 | type family ZipR (r1 :: [LT *]) (r2 :: [LT *]) where | ^ src/Data/Row/Internal.hs:401:44: 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. | 401 | type family ZipR (r1 :: [LT *]) (r2 :: [LT *]) where | ^ [2 of 6] Compiling Data.Row.Dictionaries ( src/Data/Row/Dictionaries.hs, nothing ) [3 of 6] Compiling Data.Row.Records ( src/Data/Row/Records.hs, nothing ) src/Data/Row/Records.hs:127:23: 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. | 127 | newtype Rec (r :: Row *) where | ^ src/Data/Row/Records.hs:378:48: 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. | 378 | newtype RFMap (g :: k1 -> k2) (ϕ :: Row (k2 -> *)) (ρ :: Row k1) = RFMap { unRFMap :: Rec (Ap ϕ (Map g ρ)) } | ^ src/Data/Row/Records.hs:379:31: 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. | 379 | newtype RecAp (ϕ :: Row (k -> *)) (ρ :: Row k) = RecAp (Rec (Ap ϕ ρ)) | ^ src/Data/Row/Records.hs:380: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. | 380 | newtype App (f :: k -> *) (a :: k) = App (f a) | ^ src/Data/Row/Records.hs:383:38: 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. | 383 | mapF :: forall k c g (ϕ :: Row (k -> *)) (ρ :: Row k). BiForall ϕ ρ c | ^ src/Data/Row/Records.hs:574: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. | 574 | newtype RecPair (ρ1 :: Row *) (ρ2 :: Row *) = RecPair (Rec ρ1, Rec ρ2) | ^ src/Data/Row/Records.hs:574:43: 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. | 574 | newtype RecPair (ρ1 :: Row *) (ρ2 :: Row *) = RecPair (Rec ρ1, Rec ρ2) | ^ src/Data/Row/Records.hs:575: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. | 575 | newtype RZipPair (ρ1 :: Row *) (ρ2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) } | ^ src/Data/Row/Records.hs:575:43: 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. | 575 | newtype RZipPair (ρ1 :: Row *) (ρ2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) } | ^ src/Data/Row/Records.hs:667: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. | 667 | type RepRec (r :: Row *) :: * -> * | ^ src/Data/Row/Records.hs:667:31: 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. | 667 | type RepRec (r :: Row *) :: * -> * | ^ src/Data/Row/Records.hs:667: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. | 667 | type RepRec (r :: Row *) :: * -> * | ^ [4 of 6] Compiling Data.Row.Variants ( src/Data/Row/Variants.hs, nothing ) src/Data/Row/Variants.hs:102:20: 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. | 102 | data Var (r :: Row *) where | ^ src/Data/Row/Variants.hs:475:37: 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. | 475 | newtype FlipApp (x :: k) (f :: k -> *) = FlipApp (f x) | ^ src/Data/Row/Variants.hs:589: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. | 589 | type RepVar (r :: Row *) :: * -> * | ^ src/Data/Row/Variants.hs:589:31: 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. | 589 | type RepVar (r :: Row *) :: * -> * | ^ src/Data/Row/Variants.hs:589: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. | 589 | type RepVar (r :: Row *) :: * -> * | ^ [5 of 6] Compiling Data.Row.Switch ( src/Data/Row/Switch.hs, nothing ) [6 of 6] Compiling Data.Row ( src/Data/Row.hs, nothing ) Haddock coverage: Warning: 'p' 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: 'FrontExtendsDict' is ambiguous. It is defined * at src/Data/Row/Internal.hs:233:31 * at src/Data/Row/Internal.hs:233:1 You may 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/Row/Internal.hs:233:1 Warning: '.\' 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: 'empty' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is ambiguous. It is defined * in `GHC.TypeError' * 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: '.+' 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: './/' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 47 / 47) in 'Data.Row.Internal' Warning: 'As'' is ambiguous. It is defined * at src/Data/Row/Dictionaries.hs:87:3 * at src/Data/Row/Dictionaries.hs:86:1 You may 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/Row/Dictionaries.hs:86:1 Warning: 'As' is ambiguous. It is defined * at src/Data/Row/Dictionaries.hs:74:3 * at src/Data/Row/Dictionaries.hs:73:1 You may 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/Row/Dictionaries.hs:73:1 Warning: 'f' 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: 't' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'r' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'l' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 41 / 41) in 'Data.Row.Dictionaries' Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Dynamic' is ambiguous. It is defined * in `Data.Dynamic' * in `Data.Dynamic' 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.Dynamic' 96% (101 /105) in 'Data.Row.Records' Missing documentation for: FromNative (src/Data/Row/Records.hs:751) ToNative (src/Data/Row/Records.hs:781) ToNativeGeneral (src/Data/Row/Records.hs:811) NativeRow (src/Data/Row/Records.hs:720) Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'x' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'y' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'l' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'l1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'l2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 95% ( 79 / 83) in 'Data.Row.Variants' Missing documentation for: ToNative (src/Data/Row/Variants.hs:680) FromNative (src/Data/Row/Variants.hs:709) FromNativeGeneral (src/Data/Row/Variants.hs:739) NativeRow (src/Data/Row/Variants.hs:647) Warning: 'Const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Data.Row.Switch' Warning: 'focus' is ambiguous. It is defined * at src/Data/Row/Records.hs:210:1 * at src/Data/Row/Variants.hs:175:1 You may 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/Row/Variants.hs:175:1 Warning: 'update' is ambiguous. It is defined * at src/Data/Row/Records.hs:199:1 * at src/Data/Row/Variants.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 src/Data/Row/Variants.hs:161:1 Warning: 'fromLabels' is ambiguous. It is defined * at src/Data/Row/Records.hs:605:1 * at src/Data/Row/Variants.hs:451:1 You may 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/Row/Variants.hs:451:1 Warning: 'map' is ambiguous. It is defined * in `GHC.Base' * at src/Data/Row/Records.hs:367:1 * at src/Data/Row/Variants.hs:289:1 You may 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/Row/Variants.hs:289:1 Warning: 'sequence' is ambiguous. It is defined * in `Data.Traversable' * at src/Data/Row/Records.hs:480:1 * at src/Data/Row/Variants.hs:361:1 You may 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/Row/Variants.hs:361:1 Warning: 'zip' is ambiguous. It is defined * in `GHC.List' * at src/Data/Row/Records.hs:579:1 You may 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/Row/Records.hs:579:1 100% ( 52 / 52) in 'Data.Row' Warning: Data.Row.Internal: could not find link destinations for: - Data.Row.Internal.Diff - Data.Row.Internal.ConstUnionR - Data.Row.Internal.MinJoinR - Data.Row.Internal.Merge - Data.Row.Internal.LacksR - Data.Row.Internal.Remove - Data.Row.Internal.Get - Data.Row.Internal.ModifyR - Data.Row.Internal.Inject - Data.Row.Internal.ZipR - Data.Row.Internal.ApSingleR - Data.Row.Internal.ApR - Data.Row.Internal.MapR - Data.Row.Internal.AllUniqueLabelsR Warning: Data.Row.Records: could not find link destinations for: - Data.Row.Internal.ConstUnionR - Data.Row.Internal.Merge - Data.Row.Internal.LacksR - Data.Row.Internal.Remove - Data.Row.Internal.Get - Data.Row.Internal.ModifyR - Data.Row.Internal.Inject - Data.Row.Internal.ZipR - Data.Row.Internal.MapR - Data.Row.Internal.AllUniqueLabelsR - Data.Row.Records.ToNativeGeneralG - Data.Row.Records.ToNativeG - Data.Row.Records.FromNativeG - Data.Row.Records.NativeRowG - Data.Row.Records.GenericRec - Data.Row.Records.D:R:RepRec Warning: Data.Row.Variants: could not find link destinations for: - Data.Row.Internal.Diff - Data.Row.Internal.MinJoinR - Data.Row.Internal.Merge - Data.Row.Internal.LacksR - Data.Row.Internal.Remove - Data.Row.Internal.Get - Data.Row.Internal.ModifyR - Data.Row.Internal.MapR - Data.Row.Internal.AllUniqueLabelsR - Data.Row.Variants.FromNativeGeneralG - Data.Row.Variants.FromNativeG - Data.Row.Variants.ToNativeG - Data.Row.Variants.NativeRowG - Data.Row.Variants.GenericVar - Data.Row.Variants.D:R:RepVar Warning: Data.Row: could not find link destinations for: - Data.Row.Internal.Diff - Data.Row.Internal.ConstUnionR - Data.Row.Internal.MinJoinR - Data.Row.Internal.Merge - Data.Row.Internal.LacksR - Data.Row.Internal.Remove - Data.Row.Internal.Get - Data.Row.Internal.AllUniqueLabelsR - Data.Row.Records.GenericRec - Data.Row.Records.D:R:RepRec - Data.Row.Variants.GenericVar - Data.Row.Variants.D:R:RepVar Documentation created: dist/doc/html/row-types/