347.05 s[genvalidity-sydtest] ✓ is the identity for mappend :: ([Ratio Integer]) -> ([Ratio Integer]) -> ([Ratio Integer]) for "valid :: ([Ratio Integer])" 21.60 ms
347.05 s[genvalidity-sydtest] passed for all of 100 inputs.
347.67 s[genvalidity-sydtest] relation with Applicative []
347.67 s[genvalidity-sydtest] ✓ satisfies 'pure = return' for "[] of ints :: [Int]" 7.74 ms
347.67 s[genvalidity-sydtest] passed for all of 100 inputs.
347.67 s[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" 7.79 ms
347.67 s[genvalidity-sydtest] passed for all of 100 inputs.
347.67 s[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" 7.67 ms
347.67 s[genvalidity-sydtest] passed for all of 100 inputs.
347.67 s[genvalidity-sydtest] relation with Functor []
347.67 s[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" 8.02 ms
347.67 s[genvalidity-sydtest] passed for all of 100 inputs.
347.67 s[genvalidity-sydtest] (>>=) :: [] a -> (b -> [] a) -> [] b
347.67 s[genvalidity-sydtest] ✓ satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "[] of ints :: [Int]" "perturbations using the int :: (Int -> [Int])" and "perturbations using the double the int :: (Int -> [Int])" 650.09 ms
347.67 s[genvalidity-sydtest] passed for all of 100 inputs.
347.67 s[genvalidity-sydtest] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
347.67 s[genvalidity-sydtest] ✓ satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> [Int])" 7.74 ms
347.67 s[genvalidity-sydtest] passed for all of 100 inputs.
347.67 s[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" 7.78 ms
347.67 s[genvalidity-sydtest] passed for all of 100 inputs.
347.67 s[genvalidity-sydtest] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
347.67 s[genvalidity-sydtest] ✓ satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Maybe of ints :: (Maybe Int)" "perturbations using the int :: (Int -> Maybe Int)" and "perturbations using the double the int :: (Int -> Maybe Int)" 7.51 ms
347.67 s[genvalidity-sydtest] passed for all of 100 inputs.
347.67 s[genvalidity-sydtest] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
347.84 s[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" 7.67 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Maybe Int)" 7.56 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] relation with Functor Maybe
347.84 s[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" 7.53 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] relation with Applicative Maybe
347.84 s[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" 7.41 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" 7.27 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" 6.25 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
347.84 s[genvalidity-sydtest] ✓ satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Maybe of ints :: (Maybe Int)" "perturbations using the int :: (Int -> Maybe Int)" and "perturbations using the double the int :: (Int -> Maybe Int)" 6.32 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] relation with Applicative Maybe
347.84 s[genvalidity-sydtest] ✓ satisfies 'pure = return' for "Maybe of ints :: (Maybe Int)" 6.26 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "Maybe of ints :: (Maybe Int)" and "Maybe of ints :: (Maybe Int)" 2.33 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "Maybe of additions :: (Maybe (Int -> Int))" and "Maybe of ints :: (Maybe Int)" 2.28 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
347.84 s[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "Maybe of ints :: (Maybe Int)" 2.33 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Maybe Int)" 2.51 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] relation with Functor Maybe
347.84 s[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "Maybe of ints :: (Maybe Int)" 2.30 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] return :: a -> (Either Int) a and (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
347.84 s[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "(Either Int) of ints :: (Either Int Int)" 2.46 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> Either Int Int)" 1.72 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] relation with Applicative (Either Int)
347.84 s[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "(Either Int) of additions :: (Either Int (Int -> Int))" and "(Either Int) of ints :: (Either Int Int)" 4.93 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfies 'pure = return' for "(Either Int) of ints :: (Either Int Int)" 2.49 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "(Either Int) of ints :: (Either Int Int)" and "(Either Int) of ints :: (Either Int Int)" 2.49 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] (>>=) :: (Either Int) a -> (b -> (Either Int) a) -> (Either Int) b
347.84 s[genvalidity-sydtest] ✓ satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "(Either Int) of ints :: (Either Int Int)" "perturbations using the int :: (Int -> Either Int Int)" and "perturbations using the double the int :: (Int -> Either Int Int)" 4.79 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] relation with Functor (Either Int)
347.84 s[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "(Either Int) of ints :: (Either Int Int)" 3.41 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] relation with Functor Maybe
347.84 s[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "appends :: ([Char] -> [Char])" and "Just an ABC :: (Maybe [Char])" 6.08 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] relation with Applicative Maybe
347.84 s[genvalidity-sydtest] ✓ satisfies 'pure = return' for "Just an ABC :: (Maybe [Char])" 4.57 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "Just an ABC :: (Maybe [Char])" and "Just an ABC :: (Maybe [Char])" 4.55 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "append 'a' in Just :: (Maybe ([Char] -> [Char]))" and "Just an ABC :: (Maybe [Char])" 4.58 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
347.84 s[genvalidity-sydtest] ✓ satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "Just an ABC :: (Maybe [Char])" "justisation :: ([Char] -> Maybe [Char])" and "justisation :: ([Char] -> Maybe [Char])" 6.01 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] return :: a -> Maybe a and (>>=) :: Maybe a -> (b -> Maybe a) -> Maybe b
347.84 s[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "Just an ABC :: (Maybe [Char])" 5.68 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfy the first Monad law: 'return a >>= k = k a' for "ABC :: [Char]" and "justisation :: ([Char] -> Maybe [Char])" 5.76 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] relation with Functor []
347.84 s[genvalidity-sydtest] ✓ satisfies 'fmap f xs = xs >>= return . f' for "increments :: (Int -> Int)" and "[] of ints :: [Int]" 6.72 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] (>>=) :: [] a -> (b -> [] a) -> [] b
347.84 s[genvalidity-sydtest] ✓ satisfies the third Monad law: 'm >>= (x -> k x >>= h) = (m >>= k) >>= h' for "[] of ints :: [Int]" "perturbations using the int :: (Int -> [Int])" and "perturbations using the double the int :: (Int -> [Int])" 617.26 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] relation with Applicative []
347.84 s[genvalidity-sydtest] ✓ satisfies '(>>) = (*>)' for "[] of ints :: [Int]" and "[] of ints :: [Int]" 11.52 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfies 'pure = return' for "[] of ints :: [Int]" 8.00 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] ✓ satisfies '(<*>) = ap' for "[] of additions :: ([Int -> Int])" and "[] of ints :: [Int]" 9.60 ms
347.84 s[genvalidity-sydtest] passed for all of 100 inputs.
347.84 s[genvalidity-sydtest] return :: a -> [] a and (>>=) :: [] a -> (b -> [] a) -> [] b
347.85 s[genvalidity-sydtest] ✓ satisfy the first Monad law: 'return a >>= k = k a' for "int :: Int" and "perturbations using the int :: (Int -> [Int])" 9.58 ms
347.85 s[genvalidity-sydtest] passed for all of 100 inputs.
347.85 s[genvalidity-sydtest] ✓ satisfy the second Monad law: 'm >>= return = m' for "[] of ints :: [Int]" 9.60 ms
347.85 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] fmap :: (a -> b) -> Maybe a -> Maybe b
348.42 s[genvalidity-sydtest] ✓ satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Just an ABC :: (Maybe [Char])" 's given to "prepends :: ([Char] -> [Char])" and "appends :: ([Char] -> [Char])" 191.34 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "Just an ABC :: (Maybe [Char])" 188.18 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<$) :: a -> Maybe b -> Maybe a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "ABC :: [Char]" and "Just an ABC :: (Maybe [Char])" 188.21 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] fmap :: (a -> b) -> [] a -> [] b
348.42 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "list of fives :: [Int]" 186.67 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "list of fives :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 344.71 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<$) :: a -> [] b -> [] a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "four :: Int" and "list of fives :: [Int]" 188.73 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<$) :: a -> [] b -> [] a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" 187.22 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] fmap :: (a -> b) -> [] a -> [] b
348.42 s[genvalidity-sydtest] ✓ satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "[] of ints :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 164.97 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" 10.55 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] fmap :: (a -> b) -> (Either Int) a -> (Either Int) b
348.42 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "(Either Int) of ints :: (Either Int Int)" 8.96 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "(Either Int) of ints :: (Either Int Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 10.49 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<$) :: a -> (Either Int) b -> (Either Int) a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "(Either Int) of ints :: (Either Int Int)" 8.99 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<$) :: a -> [] b -> [] a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "[] of ints :: [Int]" 164.68 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] fmap :: (a -> b) -> [] a -> [] b
348.42 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "[] of ints :: [Int]" 164.83 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "[] of ints :: [Int]" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 166.70 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<$) :: a -> Maybe b -> Maybe a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" 162.08 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] fmap :: (a -> b) -> Maybe a -> Maybe b
348.42 s[genvalidity-sydtest] ✓ satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Maybe of ints :: (Maybe Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 162.13 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" 162.13 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] fmap :: (a -> b) -> ((,) Int) a -> ((,) Int) b
348.42 s[genvalidity-sydtest] ✓ satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "((,) Int) of ints :: (Int,Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 165.07 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "((,) Int) of ints :: (Int,Int)" 166.38 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<$) :: a -> ((,) Int) b -> ((,) Int) a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "((,) Int) of ints :: (Int,Int)" 166.18 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<$) :: a -> Maybe b -> Maybe a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation for "int :: Int" and "Maybe of ints :: (Maybe Int)" 166.07 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] fmap :: (a -> b) -> Maybe a -> Maybe b
348.42 s[genvalidity-sydtest] ✓ satisfieds the second Functor law: 'fmap (f . g) == fmap f . fmap g' for "Maybe of ints :: (Maybe Int)" 's given to "increments :: (Int -> Int)" and "scalings :: (Int -> Int)" 165.89 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfies the first Fuctor law: 'fmap id == id' for "Maybe of ints :: (Maybe Int)" 165.04 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "[] of ints :: [Int]" in front of "[] of ints :: Int" 315.30 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
348.42 s[genvalidity-sydtest] ✓ satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "[] of increments :: ([Int -> Int])" sequenced with "int :: Int" 311.75 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "[] of ints :: [Int]" 310.34 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" 310.30 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "[] of scalings :: ([Int -> Int])" composed with "[] of increments :: ([Int -> Int])" and applied to "[] of ints :: [Int]" 156.01 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 155.90 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "[] of ints :: Int" behind "[] of ints :: [Int]" 162.97 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (*>) :: (Either Int) a -> (Either Int) b -> (Either Int) b
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "(Either Int) of ints :: (Either Int Int)" in front of "(Either Int) of ints :: Int" 155.97 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<*) :: (Either Int) a -> (Either Int) b -> (Either Int) a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "(Either Int) of ints :: Int" behind "(Either Int) of ints :: (Either Int Int)" 155.94 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] pure :: a -> (Either Int) a and (<*>) :: (Either Int) (a -> b) -> (Either Int) a -> (Either Int) b
348.42 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "(Either Int) of ints :: (Either Int Int)" 155.94 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "(Either Int) of ints :: (Either Int Int)" 155.90 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "(Either Int) of scalings :: (Either Int (Int -> Int))" composed with "(Either Int) of increments :: (Either Int (Int -> Int))" and applied to "(Either Int) of ints :: (Either Int Int)" 155.86 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 154.28 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "(Either Int) of increments :: (Either Int (Int -> Int))" sequenced with "int :: Int" 152.76 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
348.42 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 151.92 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "Maybe of increments :: (Maybe (Int -> Int))" sequenced with "int :: Int" 151.70 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "Maybe of ints :: (Maybe Int)" 151.66 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "Maybe of scalings :: (Maybe (Int -> Int))" composed with "Maybe of increments :: (Maybe (Int -> Int))" and applied to "Maybe of ints :: (Maybe Int)" 151.88 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" 151.68 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "Maybe of ints :: Int" behind "Maybe of ints :: (Maybe Int)" 153.15 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Maybe of ints :: (Maybe Int)" in front of "Maybe of ints :: Int" 151.66 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "purely Nothing :: [Char]" behind "Just an ABC :: (Maybe [Char])" 151.48 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Just an ABC :: (Maybe [Char])" in front of "purely Nothing :: [Char]" 3.83 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
348.42 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "Just an ABC :: (Maybe [Char])" 3.87 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the law about the functor instance: fmap f x = pure f <*> x for "prepends :: ([Char] -> [Char])" mapped over "Just an ABC :: (Maybe [Char])" 7.11 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "prepends :: ([Char] -> [Char])" sequenced with "ABC :: [Char]" 5.23 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "appends in a Just :: (Maybe ([Char] -> [Char]))" composed with "prepends in a Just :: (Maybe ([Char] -> [Char]))" and applied to "Just an ABC :: (Maybe [Char])" 5.19 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "prepends in a Just :: (Maybe ([Char] -> [Char]))" sequenced with "ABC :: [Char]" 5.23 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "[] of ints :: [Int]" in front of "[] of ints :: Int" 12.83 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
348.42 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 4.97 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "[] of scalings :: ([Int -> Int])" composed with "[] of increments :: ([Int -> Int])" and applied to "[] of ints :: [Int]" 6.93 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "[] of ints :: [Int]" 4.97 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" 5.05 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "[] of increments :: ([Int -> Int])" sequenced with "int :: Int" 4.91 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
348.42 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "[] of ints :: Int" behind "[] of ints :: [Int]" 14.33 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
348.42 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "four :: Int" 3.70 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "increments in a list :: ([Int -> Int])" sequenced with "four :: Int" 1.94 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "scalings in a list :: ([Int -> Int])" composed with "increments in a list :: ([Int -> Int])" and applied to "list of fives :: [Int]" 4.00 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "list of fives :: [Int]" 3.88 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] ✓ satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "list of fives :: [Int]" 3.78 ms
348.42 s[genvalidity-sydtest] passed for all of 100 inputs.
348.42 s[genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
348.43 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "purely empty list :: Int" behind "list of fives :: [Int]" 3.77 ms
348.43 s[genvalidity-sydtest] passed for all of 100 inputs.
348.43 s[genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
348.43 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "list of fives :: [Int]" in front of "purely empty list :: Int" 3.91 ms
348.43 s[genvalidity-sydtest] passed for all of 100 inputs.
348.43 s[genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
348.43 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Maybe of ints :: (Maybe Int)" in front of "Maybe of ints :: Int" 3.77 ms
348.43 s[genvalidity-sydtest] passed for all of 100 inputs.
348.43 s[genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
348.43 s[genvalidity-sydtest] ✓ is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "Maybe of ints :: Int" behind "Maybe of ints :: (Maybe Int)" 3.71 ms
348.43 s[genvalidity-sydtest] passed for all of 100 inputs.
348.43 s[genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
348.43 s[genvalidity-sydtest] ✓ satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "Maybe of scalings :: (Maybe (Int -> Int))" composed with "Maybe of increments :: (Maybe (Int -> Int))" and applied to "Maybe of ints :: (Maybe Int)" 3.74 ms
348.43 s[genvalidity-sydtest] passed for all of 100 inputs.
348.59 s[genvalidity-sydtest] ✓ satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" 3.69 ms
348.59 s[genvalidity-sydtest] passed for all of 100 inputs.
348.59 s[genvalidity-sydtest] ✓ satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "Maybe of ints :: (Maybe Int)" 2.46 ms
348.59 s[genvalidity-sydtest] passed for all of 100 inputs.
348.59 s[genvalidity-sydtest] ✓ satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 2.29 ms
348.59 s[genvalidity-sydtest] passed for all of 100 inputs.
348.59 s[genvalidity-sydtest] ✓ satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "Maybe of increments :: (Maybe (Int -> Int))" sequenced with "int :: Int" 2.21 ms
348.59 s[genvalidity-sydtest] passed for all of 100 inputs.
354.74 s[genvalidity-sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/0apzzlqls8wgvzi8m1z39dfbz304ln8l-genvalidity-sydtest-1.0.0.0
354.79 s[genvalidity-sydtest] checking for references to /build/ in /nix/store/0apzzlqls8wgvzi8m1z39dfbz304ln8l-genvalidity-sydtest-1.0.0.0...
354.82 s[genvalidity-sydtest] patching script interpreter paths in /nix/store/0apzzlqls8wgvzi8m1z39dfbz304ln8l-genvalidity-sydtest-1.0.0.0
354.82 s[genvalidity-sydtest] stripping (with command strip and flags -S -p) in /nix/store/0apzzlqls8wgvzi8m1z39dfbz304ln8l-genvalidity-sydtest-1.0.0.0/lib
354.91 s[genvalidity-sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/iw2qgfjhxb0c350mm0jwnv1vp72nzc1f-genvalidity-sydtest-1.0.0.0-doc
354.92 s[genvalidity-sydtest] checking for references to /build/ in /nix/store/iw2qgfjhxb0c350mm0jwnv1vp72nzc1f-genvalidity-sydtest-1.0.0.0-doc...
354.94 s[genvalidity-sydtest] patching script interpreter paths in /nix/store/iw2qgfjhxb0c350mm0jwnv1vp72nzc1f-genvalidity-sydtest-1.0.0.0-doc
355.02 s[post-build-hook] Uploading to cachix cache "vcard": /nix/store/0apzzlqls8wgvzi8m1z39dfbz304ln8l-genvalidity-sydtest-1.0.0.0 /nix/store/iw2qgfjhxb0c350mm0jwnv1vp72nzc1f-genvalidity-sydtest-1.0.0.0-doc
355.46 s[post-build-hook] Pushing 2 paths (253 are already present) using zstd to cache vcard ⏳
357.41 s[post-build-hook] Uploading to the NixCI staging cache: /nix/store/0apzzlqls8wgvzi8m1z39dfbz304ln8l-genvalidity-sydtest-1.0.0.0 /nix/store/iw2qgfjhxb0c350mm0jwnv1vp72nzc1f-genvalidity-sydtest-1.0.0.0-doc
374.90 s[genvalidity-network-uri] source root is genvalidity-network-uri-0.1.0.0
374.90 s[genvalidity-network-uri] setting SOURCE_DATE_EPOCH to timestamp 1780344755 of file "genvalidity-network-uri-0.1.0.0/test/Spec.hs"
374.90 s[genvalidity-network-uri] warning: file "genvalidity-network-uri-0.1.0.0/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
381.69 s[genvalidity-network-uri] shrinking RPATHs of ELF executables and libraries in /nix/store/mjiym2v1nmr08k22nl3r08lkvisas1f5-genvalidity-network-uri-0.1.0.0
381.71 s[genvalidity-network-uri] checking for references to /build/ in /nix/store/mjiym2v1nmr08k22nl3r08lkvisas1f5-genvalidity-network-uri-0.1.0.0...
381.72 s[genvalidity-network-uri] patching script interpreter paths in /nix/store/mjiym2v1nmr08k22nl3r08lkvisas1f5-genvalidity-network-uri-0.1.0.0
381.73 s[genvalidity-network-uri] stripping (with command strip and flags -S -p) in /nix/store/mjiym2v1nmr08k22nl3r08lkvisas1f5-genvalidity-network-uri-0.1.0.0/lib
381.76 s[genvalidity-network-uri] shrinking RPATHs of ELF executables and libraries in /nix/store/zrv19hicvd0f13ldwxmd58g87kgbwfkf-genvalidity-network-uri-0.1.0.0-doc
381.77 s[genvalidity-network-uri] checking for references to /build/ in /nix/store/zrv19hicvd0f13ldwxmd58g87kgbwfkf-genvalidity-network-uri-0.1.0.0-doc...
381.77 s[genvalidity-network-uri] patching script interpreter paths in /nix/store/zrv19hicvd0f13ldwxmd58g87kgbwfkf-genvalidity-network-uri-0.1.0.0-doc
381.82 s[post-build-hook] Uploading to cachix cache "vcard": /nix/store/mjiym2v1nmr08k22nl3r08lkvisas1f5-genvalidity-network-uri-0.1.0.0 /nix/store/zrv19hicvd0f13ldwxmd58g87kgbwfkf-genvalidity-network-uri-0.1.0.0-doc
382.23 s[post-build-hook] Pushing 2 paths (90 are already present) using zstd to cache vcard ⏳
383.56 s[post-build-hook] Uploading to the NixCI staging cache: /nix/store/mjiym2v1nmr08k22nl3r08lkvisas1f5-genvalidity-network-uri-0.1.0.0 /nix/store/zrv19hicvd0f13ldwxmd58g87kgbwfkf-genvalidity-network-uri-0.1.0.0-doc
388.53 s[post-build-hook] Uploading to the NixCI staging cache: /nix/store/759ds3i5388qh9xjs9pm6m8dsc8gbnav-conformance-gen-0.0.0.0 /nix/store/n524wb18m21vnm0xxcny1kx12c3b08mj-conformance-gen-0.0.0.0-doc
426.19 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.20 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.20 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.21 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.21 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.22 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.23 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.23 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.24 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.25 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.25 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.26 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.26 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.27 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.27 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.28 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.28 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.28 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.29 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.29 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.29 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.30 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.30 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.30 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.32 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.32 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.33 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.33 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.33 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.34 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.34 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.34 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.34 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.35 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.35 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.35 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.35 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.35 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.36 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.36 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.36 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.36 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.36 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.37 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.37 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.37 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.37 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.38 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.38 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.38 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.38 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.38 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.39 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.39 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.39 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.39 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.44 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.44 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.44 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.44 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.44 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.44 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.44 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.45 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.45 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.45 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.45 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.46 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.46 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.46 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.46 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.47 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.47 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.47 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.47 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.47 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.48 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.48 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.48 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.49 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.49 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.50 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.50 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.50 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.50 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.50 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.51 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.51 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.51 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.51 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.51 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.51 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.52 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.52 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.52 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.53 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.53 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.53 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.54 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.54 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.54 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.54 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.55 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.55 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.55 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.55 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.55 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.55 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.55 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.56 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.56 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.56 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.56 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.56 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.57 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.57 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.57 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.57 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.57 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.57 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.58 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.58 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.58 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.59 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.59 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.59 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.59 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.59 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.59 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.60 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.60 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.60 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.60 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.60 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.60 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.61 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.61 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.61 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.61 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.61 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.61 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.62 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.62 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.62 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.62 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.62 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.62 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.63 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.63 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.63 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.63 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.64 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.64 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.64 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.64 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.67 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.68 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.68 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.68 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.68 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.69 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.69 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.69 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.69 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.70 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.70 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.70 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.70 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.70 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.70 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.71 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.71 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.71 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.71 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.71 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.72 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.72 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.73 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.73 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.73 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.73 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.74 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.74 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.74 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.75 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.75 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.75 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.75 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.76 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.76 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.76 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.77 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.77 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.77 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.77 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.78 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.78 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.78 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.78 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.78 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.78 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.79 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.79 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.79 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.79 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.79 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.80 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.80 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.80 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.80 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.80 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
426.80 s[ghc-9.8.4-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/wz8is9ap5anzvi6g1fg4ymnrs677ym98-conformance-0.1.0.0/nix-support/propagated-build-inputs
427.51 s[ghc-9.8.4-with-packages] Warning: haddock-interfaces: /nix/store/0pw6fbccgy7b29nj10s71j8hyl84m3vr-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4/html/attoparsec.haddock doesn't exist or isn't a file
427.51 s[ghc-9.8.4-with-packages] Warning: haddock-html: /nix/store/0pw6fbccgy7b29nj10s71j8hyl84m3vr-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4/html doesn't exist or isn't a directory
427.52 s[ghc-9.8.4-with-packages] Warning: haddock-interfaces: /nix/store/521a6al727bfhjbyd3jkg5ihfxi7slzf-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.8.4/vector-0.13.2.0/html/vector.haddock doesn't exist or isn't a file
427.52 s[ghc-9.8.4-with-packages] Warning: haddock-html: /nix/store/521a6al727bfhjbyd3jkg5ihfxi7slzf-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.8.4/vector-0.13.2.0/html doesn't exist or isn't a directory
427.53 s[ghc-9.8.4-with-packages] Warning: haddock-interfaces: /nix/store/0pw6fbccgy7b29nj10s71j8hyl84m3vr-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4/html/attoparsec.haddock doesn't exist or isn't a file
427.53 s[ghc-9.8.4-with-packages] Warning: haddock-html: /nix/store/0pw6fbccgy7b29nj10s71j8hyl84m3vr-attoparsec-0.14.4/share/doc/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4/html doesn't exist or isn't a directory
427.54 s[ghc-9.8.4-with-packages] Warning: haddock-interfaces: /nix/store/521a6al727bfhjbyd3jkg5ihfxi7slzf-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.8.4/vector-0.13.2.0/html/vector.haddock doesn't exist or isn't a file
427.54 s[ghc-9.8.4-with-packages] Warning: haddock-html: /nix/store/521a6al727bfhjbyd3jkg5ihfxi7slzf-vector-0.13.2.0/share/doc/x86_64-linux-ghc-9.8.4/vector-0.13.2.0/html doesn't exist or isn't a directory
427.56 s[ghc-9.8.4-with-packages] Warning: haddock-interfaces: /nix/store/fsjrbwwhz9gv3dvxgg57rdys9i0w2xbb-libyaml-clib-0.2.5/share/doc/x86_64-linux-ghc-9.8.4/libyaml-clib-0.2.5/html/libyaml-clib.haddock doesn't exist or isn't a file
427.56 s[ghc-9.8.4-with-packages] Warning: haddock-html: /nix/store/fsjrbwwhz9gv3dvxgg57rdys9i0w2xbb-libyaml-clib-0.2.5/share/doc/x86_64-linux-ghc-9.8.4/libyaml-clib-0.2.5/html doesn't exist or isn't a directory
427.56 s[ghc-9.8.4-with-packages] Warning: include-dirs: /nix/store/cgrgzm6mis17xyh94s5y8mjkikyb5wip-ghc-9.8.4-with-packages/lib/ghc-9.8.4/lib/../lib/x86_64-linux-ghc-9.8.4/directory-1.3.8.5-aa39/include doesn't exist or isn't a directory
429.09 s[post-build-hook] Uploading to cachix cache "vcard": /nix/store/cgrgzm6mis17xyh94s5y8mjkikyb5wip-ghc-9.8.4-with-packages
429.62 s[post-build-hook] Pushing 1 paths (509 are already present) using zstd to cache vcard ⏳