-
161.60 s
row-types> src/Data/Row/Records.hs:667:25: warning: [GHC-39567] [-Wstar-is-type]
-
161.60 s
row-types> Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
-
161.60 s
row-types> relies on the StarIsType extension, which will become
-
161.60 s
row-types> deprecated in the future.
-
161.60 s
row-types> Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
-
161.60 s
row-types> |
-
161.60 s
row-types> 667 | type RepRec (r :: Row *) :: * -> *
-
161.60 s
row-types> | ^
-
161.60 s
row-types>
-
161.60 s
row-types> src/Data/Row/Records.hs:667:31: warning: [GHC-39567] [-Wstar-is-type]
-
161.60 s
row-types> Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
-
161.60 s
row-types> relies on the StarIsType extension, which will become
-
161.60 s
row-types> deprecated in the future.
-
161.60 s
row-types> Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
-
161.60 s
row-types> |
-
161.60 s
row-types> 667 | type RepRec (r :: Row *) :: * -> *
-
161.60 s
row-types> | ^
-
161.60 s
row-types>
-
161.60 s
row-types> src/Data/Row/Records.hs:667:36: warning: [GHC-39567] [-Wstar-is-type]
-
161.60 s
row-types> Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
-
161.60 s
row-types> relies on the StarIsType extension, which will become
-
161.60 s
row-types> deprecated in the future.
-
161.60 s
row-types> Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
-
161.60 s
row-types> |
-
161.60 s
row-types> 667 | type RepRec (r :: Row *) :: * -> *
-
161.60 s
row-types> | ^
-
161.60 s
row-types> [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 )
-
161.60 s
row-types>
-
161.60 s
row-types> src/Data/Row/Variants.hs:102:20: warning: [GHC-39567] [-Wstar-is-type]
-
161.60 s
row-types> Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
-
161.60 s
row-types> relies on the StarIsType extension, which will become
-
161.60 s
row-types> deprecated in the future.
-
161.60 s
row-types> Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
-
161.60 s
row-types> |
-
161.60 s
row-types> 102 | data Var (r :: Row *) where
-
161.60 s
row-types> | ^
-
161.60 s
row-types>
-
161.60 s
row-types> src/Data/Row/Variants.hs:475:37: warning: [GHC-39567] [-Wstar-is-type]
-
161.60 s
row-types> Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
-
161.60 s
row-types> relies on the StarIsType extension, which will become
-
161.60 s
row-types> deprecated in the future.
-
161.60 s
row-types> Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
-
161.60 s
row-types> |
-
161.60 s
row-types> 475 | newtype FlipApp (x :: k) (f :: k -> *) = FlipApp (f x)
-
161.60 s
row-types> | ^
-
161.60 s
row-types>
-
161.60 s
row-types> src/Data/Row/Variants.hs:589:25: warning: [GHC-39567] [-Wstar-is-type]
-
161.60 s
row-types> Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
-
161.60 s
row-types> relies on the StarIsType extension, which will become
-
161.60 s
row-types> deprecated in the future.
-
161.60 s
row-types> Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
-
161.60 s
row-types> |
-
161.60 s
row-types> 589 | type RepVar (r :: Row *) :: * -> *
-
161.60 s
row-types> | ^
-
161.60 s
row-types>
-
161.60 s
tree-diff> src/Data/TreeDiff/Pretty.hs:227:24: warning: [GHC-68441] [-Wdeprecations]
-
161.60 s
tree-diff> In the use of ‘red’ (imported from Text.PrettyPrint.ANSI.Leijen):
-
161.60 s
tree-diff> Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
-
161.60 s
tree-diff> |
-
161.60 s
tree-diff> 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
-
161.60 s
tree-diff> | ^^^^^^
-
161.60 s
tree-diff>
-
161.60 s
tree-diff> src/Data/TreeDiff/Pretty.hs:227:35: warning: [GHC-68441] [-Wdeprecations]
-
161.60 s
tree-diff> In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
-
161.60 s
tree-diff> Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
-
161.60 s
tree-diff> |
-
161.60 s
tree-diff> 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
-
161.60 s
tree-diff> | ^^^^^^^^
-
161.60 s
tree-diff>
-
161.60 s
tree-diff> src/Data/TreeDiff/Pretty.hs:227:46: warning: [GHC-68441] [-Wdeprecations]
-
161.60 s
tree-diff> In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
-
161.60 s
tree-diff> Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
-
161.60 s
tree-diff> |
-
161.60 s
tree-diff> 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
-
161.60 s
tree-diff> | ^^^^^^^
-
161.60 s
tree-diff>
-
161.60 s
tree-diff> src/Data/TreeDiff/Pretty.hs:228:27: warning: [GHC-68441] [-Wdeprecations]
-
161.60 s
tree-diff> In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
-
161.60 s
tree-diff> Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
-
161.60 s
tree-diff> |
-
161.60 s
tree-diff> 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
-
161.60 s
tree-diff> | ^^^^^^^^
-
161.60 s
tree-diff>
-
161.60 s
tree-diff> src/Data/TreeDiff/Pretty.hs:228:38: warning: [GHC-68441] [-Wdeprecations]
-
161.60 s
tree-diff> In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
-
161.60 s
tree-diff> Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
-
161.60 s
tree-diff> |
-
161.60 s
tree-diff> 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
-
161.60 s
tree-diff> | ^^^^^^^
-
161.60 s
tree-diff>
-
161.60 s
tree-diff> src/Data/TreeDiff/Pretty.hs:228:52: warning: [GHC-68441] [-Wdeprecations]
-
161.60 s
tree-diff> In the use of ‘<$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
-
161.60 s
tree-diff> Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
-
161.60 s
tree-diff> |
-
161.60 s
tree-diff> 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
-
161.60 s
tree-diff> | ^^^^^^
-
161.60 s
tree-diff>
-
161.60 s
tree-diff> src/Data/TreeDiff/Pretty.hs:228:59: warning: [GHC-68441] [-Wdeprecations]
-
161.60 s
tree-diff> In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
-
161.60 s
tree-diff> Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
-
161.60 s
tree-diff> |
-
161.60 s
tree-diff> 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
-
161.60 s
tree-diff> | ^^^^^^^
-
161.60 s
tree-diff>
-
161.60 s
tree-diff> src/Data/TreeDiff/Pretty.hs:229:18: warning: [GHC-68441] [-Wdeprecations]
-
161.60 s
error: Cannot build '/nix/store/bz3j1a988lrnm70nhs88p2jhayy24m78-cabal-add-0.1.drv'.
-
161.62 s
Reason: builder failed with exit code 1.
-
161.62 s
Output paths:
-
161.62 s
/nix/store/6c8640acjmw4s7y2wdm1ypi2yp0i34gh-cabal-add-0.1
-
161.62 s
/nix/store/n8cfqdwxi5bp5rj12qnwihiz1bn5ixnp-cabal-add-0.1-doc
-
161.62 s
error (ignored): deleting cgroup "/sys/fs/cgroup/nix.slice/nix-ci.slice/nix-ci-production.slice/nix-ci-production-worker-3.service/nix-build-uid-30002": Device or resource busy
-
161.70 s
warning: killing stray builder process 34990 ()...
-
161.81 s
error (ignored): deleting cgroup "/sys/fs/cgroup/nix.slice/nix-ci.slice/nix-ci-production.slice/nix-ci-production-worker-3.service/nix-build-uid-30001": Device or resource busy
-
161.81 s
error (ignored): deleting cgroup "/sys/fs/cgroup/nix.slice/nix-ci.slice/nix-ci-production.slice/nix-ci-production-worker-3.service/nix-build-uid-30018": Device or resource busy
-
161.99 s
error (ignored): deleting cgroup "/sys/fs/cgroup/nix.slice/nix-ci.slice/nix-ci-production.slice/nix-ci-production-worker-3.service/nix-build-uid-30017": Device or resource busy
-
162.15 s
error (ignored): deleting cgroup "/sys/fs/cgroup/nix.slice/nix-ci.slice/nix-ci-production.slice/nix-ci-production-worker-3.service/nix-build-uid-30013": Device or resource busy
-
162.20 s
warning: killing stray builder process 30763 ()...
-
162.24 s
error (ignored): deleting cgroup "/sys/fs/cgroup/nix.slice/nix-ci.slice/nix-ci-production.slice/nix-ci-production-worker-3.service/nix-build-uid-30019": Device or resource busy
-
162.24 s
error: Cannot build '/nix/store/shywxd4wwhgbdhr3mw50nvvk5p3v5gn6-haskell-language-server-2.10.0.0.drv'.
-
162.35 s
Reason: 1 dependency failed.
-
162.35 s
Output paths:
-
162.35 s
/nix/store/g29zpmlb129xlls2inircx26hw9sj4g4-haskell-language-server-2.10.0.0
-
162.35 s
error: Cannot build '/nix/store/jxx98zx11psxq22jfwgza57m4csb5462-ghc-shell-for-packages-0.drv'.
-
162.36 s
Reason: 1 dependency failed.
-
162.36 s
Output paths:
-
162.36 s
/nix/store/f5x1iv52zfc6q0dajrvl49020spc7npb-ghc-shell-for-packages-0
-
162.36 s